CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/02/13 10:32:14 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: warn when @option no-default-conflict and not explicit @conflict. (very seldom correct, mostly used for autoconf/automake) CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/02/13 14:31:02 Modified files: build : mirrors.dat Log message: update irisa.fr maintainer, from Pierre Riteau CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/02/14 00:13:47 Modified files: openntpd : portable.html Log message: The HTTP mirrors list section should be called HTTP, not FTP. Fix the http anchor that was pointing to ftp. spotted by Alex Naumov CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/02/14 00:25:33 Modified files: faq/pf/fr : carp.html fr : donations.html events.html index.html security.html openntpd/ru : ftp.html goals.html index.html manual.html papers.html portable.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/02/14 00:34:05 Modified files: openntpd : index.html Log message: [ru] is back in sync. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/02/14 11:03:02 Modified files: build/mirrors : openntpd-portable.html.head Log message: sync source file with generated file: The HTTP mirrors list section should be called HTTP, not FTP. Fix the http anchor that was pointing to ftp. spotted by Alex Naumov CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/02/14 11:05:41 Modified files: sys/netinet6 : nd6.h Log message: typo in comment. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/02/14 12:25:05 Modified files: sys/conf : newvers.sh Log message: we are now hacking on 5.1-current CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/02/14 21:06:27 Modified files: sys/dev/pci : if_em.c Log message: 82571/82572 do not properly set byte enables 2 and 3 on MSI writes. Some (but not all) chipsets will fail to generate interrupts in this case, so do not attempt to enable MSI on 82571/82572. Problem reported by David Imhoff with interrupts working on PE1950 but not working on a R610. ok kettenis@ claudio@ deraadt@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/14 21:26:27 Modified files: sys/sys : filedesc.h sys/kern : exec_script.c kern_descrip.c kern_event.c kern_exec.c sys_generic.c sys/dev : systrace.c sys/crypto : cryptodev.c Log message: Hold struct filedesc's fd_lock when writing to the fd_ofiles, fd_ofileflags, or fd_{lo,hi}maps members, or when doing a read for a write. Fixes hangs when an rthreaded processes sleeps while copying the fd table for fork() and catches another thread with the lock. ok jsing@ tedu@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/14 21:29:09 Modified files: sys/kern : kern_sysctl.c Log message: Enable rthreads by default ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/02/14 21:50:23 Modified files: sys/conf : GENERIC Log message: re-enable POOL_DEBUG for -current CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/14 21:58:42 Modified files: lib/librthread : rthread.h rthread_mutexattr.c rthread_rwlockattr.c Log message: Add pthread_rwlockattr_{get,set}pshared() and pthread_mutexattr_{get,set}kind_np() tweaked diff from brad CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/14 23:48:10 Modified files: lib/librthread : shlib_version Log message: Bump major to be current libpthread major +1, so we can switch over cleanly. If we have to revert to user-space threads, we'll do another major bump of libpthread going back CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/14 23:48:40 Modified files: lib : Makefile lib/librthread : Makefile Log message: Nothing important, just switching from pthreads to rthreads CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/02/15 01:19:30 Modified files: usr.bin/pkill : pkill.c Log message: avoid usage() warping onto the next line; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/02/15 01:22:02 Modified files: usr.sbin/traceroute6: traceroute6.c Log message: add -A to usage(); CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/02/15 02:34:54 Modified files: openntpd/de : index.html portable.html openntpd/nl : index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/02/15 10:25:02 Modified files: usr.bin/tmux : tmux.h tty.c Log message: Add a wrapper function tty_set_size from George Nachman. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/02/15 11:44:49 Modified files: usr.bin/tmux : options-table.c Log message: Sort some entries, from Ben Boeckel. CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2012/02/16 01:58:49 Modified files: sys/msdosfs : msdosfs_vnops.c Log message: add kevent support for msdosfs to make applications monitoring fs mounts happy tested by ajacoutot@ and ok by thib@, krw@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 04:31:06 Modified files: share/man/man5 : port-modules.5 Log message: Tweak the yelp section. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/02/16 13:21:46 Modified files: sys/arch/mips64/mips64: cache_r5k.S Log message: Use abbreviated mnemonics whenever possible (e.g. beqz instead of beq ...,zero), fix various typos in comments, harmonize a few of them, and rename the internal InvalidateSecondaryPage define to InvalidatePage_S for consistency. No change in generated code. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/02/16 13:28:14 Modified files: sys/arch/mips64/mips64: cache_r5k.S Log message: Be sure to reset coprocessor 0 TAG_LO register to zero before attempting InvalidatePage_* cache operations on RM52xx and RM7k, as strongly recommended by the manual. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/02/16 13:31:30 Modified files: sys/arch/mips64/mips64: cache_r5k.S Log message: Do an explicit `sync' instruction before returning from cache routines; this is a nop on R5k and RM52xx, but actually required on RM7k. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/02/16 13:55:09 Modified files: lib/librthread : rthread.c Log message: Set __isthreaded in pthread_create() instead of _rthread_init() such that it properly represents whether a process is multi-threaded or not. This fixes a bug where if a forked child would create a new thread we would not set __isthreaded. ok guenther@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/02/16 14:16:44 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/16 14:19:30 Modified files: www/horde/dimp : Makefile distinfo www/horde/horde: Makefile distinfo www/horde/horde/pkg: PLIST www/horde/imp : Makefile distinfo Log message: update to new dimp/horde/imp CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/16 14:19:51 Modified files: www/trac : Makefile distinfo Log message: update to trac 0.12.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/16 14:20:11 Modified files: www/chive : Makefile distinfo www/chive/pkg : PLIST Log message: update to chive 1.0.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/16 14:21:58 Modified files: geo/mapserver : Makefile distinfo Log message: update to mapserver 6.0.2, SECURITY and other fixes, ok landry@ http://lists.osgeo.org/pipermail/mapserver-users/2012-February/071476.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/02/16 14:22:42 Modified files: databases/mongodb: Makefile Log message: It's pointless to add BROKEN-* on each and every arch when the code has an explicit #if (defined(__i386__) || defined(__x86_64__)) #else #error. Mark as ONLY_FOR_ARCHS accordingly. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/16 14:25:08 Modified files: telephony/asterisk: Makefile distinfo Log message: update to asterisk 1.8.9.2 - fixes deadlock in chan_agent, crash in ParkAndAnnounce, and SIP INFO DTMF handling for non-numeric codes CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/02/16 14:25:35 Modified files: usr.bin/pkill : pkill.c Log message: exit usage() with STATUS_BADUSAGE rather than STATUS_ERROR, per the man page; fix proposed by lum actually happened in netbsd -r1.16, some 6 years ago; ok lum CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/16 14:26:55 Modified files: net/spectrum-tools: Makefile distinfo net/spectrum-tools/patches: patch-spectool_net_client_h Added files: net/spectrum-tools/patches: patch-spectool_net_server_c Removed files: net/spectrum-tools/patches: patch-wispy_hw_dbx_c Log message: update to spectrum-tools 2011-08-R1 maintainer timeout tested with wi-spy 2.4i (which only works correctly with rthreads) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/02/16 14:27:37 Modified files: databases/leveldb: Makefile Log message: It's pointless to add BROKEN-* for each and every arch when the code explicitely checks for i386/amd64/arm and #errors out otherwise. Mark as ONLY_FOR_ARCHS accordingly. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/02/16 14:30:15 Modified files: lang/gcc/4.6 : Makefile lang/gcc/4.6/patches: patch-gcc_configure Added files: lang/gcc/4.6/patches: patch-gcc_common_opt patch-gcc_fortran_f95-lang_c patch-gcc_go_go-lang_c patch-gcc_java_lang_c patch-gcc_lto_lto_c patch-gcc_targhooks_c patch-gcc_toplev_c Log message: - modify stack protection to work with our native libc routines, passing the function name to __stack_smash_handler. Only supported for "c-family" languages at the moment. - enable it per default on archs where FRAME_GROWS_DOWNWARD - remove obsolete comment about adastrap needing a specific libc - -java actually needs a runtime dep on -main for -lgcc ok espie@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/02/16 14:36:03 Modified files: audio/gmpc : Makefile Added files: audio/gmpc/patches: patch-glade_playlist3_ui patch-src_playlist3_c Log message: Fix icon warnings upon startup, play/stop/prev/next buttons were broken. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646822 http://repo.or.cz/w/gmpc.git/commit/ced4f26e053bff5bb04205f623a179fc97fdfe52 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/16 14:36:08 Modified files: net/samba : Makefile distinfo net/samba/patches: patch-Makefile_in Removed files: net/samba/patches: patch-lib_substitute_c patch-smbd_server_c Log message: Update to samba 3.6.3; various bugfixes. From maintainer Ian McWilliam, also tested by nigel@. This rolls in the DoS fix which we previously handled via a patch. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/02/16 14:59:17 Modified files: plan9/drawterm : Makefile Log message: Set ONLY_FOR_ARCHS according to list of archs there's MD code for. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:08:39 Modified files: devel/glib2 : Makefile Added files: devel/glib2/patches: patch-gio_kqueue_kqueue-thread_c Log message: Only continue when kevent() fails when we get EINTR; and return NULL otherwise. This prevent the calling process to go into a loop. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:09:14 Modified files: x11/gtk+2 : Makefile distinfo x11/gtk+2/patches: patch-configure patch-gtk_Makefile_in x11/gtk+2/pkg : PLIST-docs Removed files: x11/gtk+2/patches: patch-modules_printbackends_cups_gtkprintbackendcups_c Log message: Update to gtk+2-2.24.10. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:09:37 Modified files: textproc/intltool: Makefile distinfo textproc/intltool/patches: patch-intltool_m4 Log message: Update to intltool-0.50.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:10:35 Modified files: www/libcroco : Makefile distinfo www/libcroco/pkg: PLIST Log message: Update to libcroco-0.6.4. Add to the textproc category while here. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:10:59 Modified files: print/gstoraster: Makefile print/gstoraster/pkg: DESCR Log message: Fix DESCR. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:12:08 Modified files: print/cups : Makefile distinfo print/cups/patches: patch-Makedefs_in patch-config-scripts_cups-common_m4 patch-cups_http_c patch-filter_Makefile patch-scheduler_ipp_c print/cups/pkg : PLIST README cupsd.rc Added files: print/cups/patches: patch-backend_ipp_c patch-scheduler_log_c patch-scheduler_main_c Removed files: print/cups/patches: patch-cgi-bin_admin_c patch-filter_image-gif_c patch-scheduler_cups-driverd_cxx Log message: Update to cups-1.5.2. While here, create cups's printcap under /etc/cups/ because we are running unpriviledged so we cannot touch /etc/printcap. Tweak rc script accordingly. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:12:41 Modified files: textproc/gtranslator: Makefile distinfo textproc/gtranslator/patches: patch-man_Makefile_in textproc/gtranslator/pkg: PLIST Removed files: textproc/gtranslator/patches: patch-configure patch-src_gtr-utils_c Log message: Unbreak by updating to gtranslator-2.90.8. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:13:05 Modified files: print/a2ps : Makefile print/a2ps/pkg : PLIST Log message: Drop all FLAVORs except for a4. Uses letter size by default. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:13:24 Modified files: print/psutils : Makefile print/psutils/pkg: PLIST Log message: Drop all FLAVORs except for a4. Uses letter size by default. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:13:45 Modified files: print/mpage : Makefile print/mpage/pkg: PLIST Log message: Drop all FLAVORs except for a4. Uses letter size by default. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:14:33 Modified files: print/libpaper : Makefile distinfo Log message: Update to libpaper-1.1.24. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:15:01 Modified files: net/libepc : Makefile distinfo Log message: Minor update to libepc-0.4.4. * Correct the libepc-1.0 pkg-config file to mention gnutls CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:16:02 Modified files: devel/libsoup : Makefile Log message: From upstream: SoupHTTPInputStream: don't burn through GCancellable fds (i.e. stop eating all those FDs) ok landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:16:50 Added files: devel/libsoup/patches: patch-libsoup_soup-http-input-stream_c Log message: Missed in previous. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:17:38 Modified files: x11/gnome/gvfs : Makefile x11/gnome/gvfs/patches: patch-config_h_in Added files: x11/gnome/gvfs/patches: patch-daemon_gvfsjobunmount_c Removed files: x11/gnome/gvfs/patches: patch-daemon_gvfsbackendftp_c Log message: Sync some patches with upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:18:06 Modified files: mail/zarafa/libvmime: Makefile distinfo mail/zarafa/libvmime/patches: patch-Makefile_in patch-configure patch-src_Makefile_in patch-vmime_Makefile_in Log message: Update to zarafa-libvmime-0.9.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:18:36 Modified files: mail/zarafa : Makefile.inc mail/zarafa/zarafa: Makefile distinfo mail/zarafa/zarafa/patches: patch-common_Makefile_in patch-configure patch-doc_Makefile_in patch-doc_manual_xml patch-installer_linux_ldap_openldap_cfg patch-libfreebusy_Makefile_in patch-provider_client_Makefile_in patch-provider_libserver_ECDatabaseUtils_cpp patch-provider_libserver_ZarafaCmd_cpp patch-provider_server_ECServer_cpp patch-provider_server_Makefile_in patch-spooler_Makefile_in mail/zarafa/zarafa/pkg: PLIST-main Added files: mail/zarafa/zarafa/patches: patch-ECtools_zarafa-indexer_ECFileIndex_cpp patch-ECtools_zarafa-indexer_zarafa-indexer_cpp patch-provider_contacts_Makefile_in Log message: Update to zarafa 7.0.5. Detailed changelog: http://download.zarafa.com/community/final/7.0/final-changelog-7.0.txt CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:19:04 Modified files: x11/gnome/totem: Makefile x11/gnome/totem/pkg: PLIST-main Log message: Missing @pkgpath marker, spotted by Mikolaj Kucharski. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:19:27 Modified files: lang/vala : Makefile distinfo lang/vala/pkg : PLIST Log message: Update to vala-0.14.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:20:02 Modified files: x11/gnome/tracker: Makefile distinfo x11/gnome/tracker/patches: patch-src_tracker-extract_tracker-extract-mp3_c x11/gnome/tracker/pkg: PLIST-main Removed files: x11/gnome/tracker/patches: patch-src_libtracker-common_tracker-file-utils_c patch-src_libtracker-common_tracker-file-utils_h patch-src_miners_fs_tracker-config_c patch-src_tracker-extract_tracker-extract-abw_c patch-src_tracker-extract_tracker-extract-gif_c patch-src_tracker-extract_tracker-extract-pdf_c patch-src_tracker-extract_tracker-extract-text_c patch-src_tracker-extract_tracker-extract-tiff_c patch-src_tracker-extract_tracker-extract-xmp_c Log message: Update to version 0.12.10. Missing @pkgpath marker, spotted by Mikolaj Kucharski. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:20:26 Modified files: editors/subtitleeditor: Makefile distinfo editors/subtitleeditor/pkg: PLIST Added files: editors/subtitleeditor/patches: patch-plugins_actions_documentsnavigation_documentsnavigation_cc Removed files: editors/subtitleeditor/patches: patch-src_cfg_cc patch-src_extension_action_cc patch-src_extensionmanager_cc Log message: Update to subtitleeditor-0.39.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:20:54 Modified files: net/gupnp/dlna : Makefile distinfo net/gupnp/dlna/pkg: PLIST Log message: Update to gupnp-dlna-0.6.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:21:16 Modified files: net/gupnp/vala : Makefile distinfo Log message: Update to gupnp-vala-0.10.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:21:54 Modified files: x11/gnome : gnome.port.mk Log message: Extend comment about yelp. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:22:22 Modified files: x11/gnome/screensaver: Makefile distinfo x11/gnome/screensaver/pkg: PLIST Removed files: x11/gnome/screensaver/patches: patch-config_h_in patch-configure_ac patch-src_Makefile_am patch-src_setuid_c Log message: Update to gnome-screensaver-3.2.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:22:44 Modified files: misc/shared-mime-info: Makefile distinfo Log message: Update to shared-mime-info-1.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:23:25 Modified files: x11/gnome/session: Makefile x11/gnome/session/patches: patch-gnome-session_main_c Log message: No need to increase openfiles anymore. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:23:43 Modified files: x11/gnome/glom : Makefile distinfo Log message: Update to glom-1.20.9. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:24:15 Modified files: games/gbrainy : Makefile distinfo Log message: Update to gbrainy-2.1.1. ok kevlo@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:24:34 Modified files: x11/gnome/file-roller: Makefile x11/gnome/file-roller/pkg: PLIST-main Log message: Missing @pkgpath marker, spotted by Mikolaj Kucharski. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:25:19 Modified files: sysutils/deja-dup: Makefile sysutils/deja-dup/pkg: PLIST Log message: Properly install help files where they belong so that yelp can find them. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:25:47 Modified files: x11/gnome/controlcenter: Makefile x11/gnome/controlcenter/patches: patch-panels_info_cc-info-panel_c patch-panels_user-accounts_Makefile_in Added files: x11/gnome/controlcenter/patches: patch-panels_sound_gvc-mixer-dialog_c patch-panels_sound_gvc-stream-status-icon_c patch-panels_user-accounts_um-user_c Log message: Implement user passwd change by admin users. Prevent a couple of implicit declarations. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:26:22 Modified files: print/foomatic-db-engine: Makefile Log message: Better MASTER_SITES. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:26:48 Modified files: x11/gnome/libxklavier: Makefile distinfo Removed files: x11/gnome/libxklavier/patches: patch-libxklavier_Makefile_in Log message: Update to libxklavier-5.2.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:27:14 Modified files: net/miniupnp/miniupnpd: Makefile distinfo net/miniupnp/miniupnpd/patches: patch-Makefile patch-miniupnpd_conf patch-pf_obsdrdr_c Removed files: net/miniupnp/miniupnpd/patches: patch-bsd_getifstats_c patch-genconfig_sh patch-getifaddr_c patch-upnphttp_c patch-upnppermissions_c patch-upnpsoap_c Log message: Updtae to miniupnpd-1.6.20120207. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:27:36 Modified files: net/miniupnp/minissdpd: Makefile distinfo net/miniupnp/minissdpd/patches: patch-Makefile Removed files: net/miniupnp/minissdpd/patches: patch-ifacewatch_c Log message: Update to minissdpd-1.1.20120121. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:27:56 Modified files: mail/mailman : Makefile mail/mailman/pkg: PLIST Log message: No need for HOMEDIR to be group writable. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:28:23 Modified files: sysutils/polkit: Makefile distinfo sysutils/polkit/patches: patch-configure_ac patch-src_polkitbackend_polkitbackendlocalauthority_c sysutils/polkit/pkg: PLIST Added files: sysutils/polkit/patches: patch-Makefile_am patch-src_polkitbackend_polkitbackendlocalauthorizationstore_c Removed files: sysutils/polkit/patches: patch-docs_man_pklocalauthority_xml patch-docs_polkit_html_pklocalauthority_8_html patch-src_polkitbackend_Makefile_am Log message: Update to polkit-0.104. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:29:15 Modified files: graphics/sane-backends: Makefile graphics/sane-backends/pkg: README Added files: graphics/sane-backends/patches: patch-tools_openbsd_attach patch-tools_openbsd_detach Log message: Extend DESCR and tweak hotplugd(8) scripts accordingly. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:31:16 Modified files: print : Makefile Log message: Set proper FLAVORs after recent changes to a2ps, psutils and mpage. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:31:43 Modified files: devel/py-gobject3: Makefile distinfo Log message: Update to py-gobject3-3.0.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:32:42 Removed files: emulators/openmsx: patch-build_cpu_py Log message: Remove bogus patch. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:33:41 Modified files: x11/kde/graphics3: Makefile x11/kde/office3: Makefile Log message: Drop dependency on libpaper (which is really a Debian thing). Regen WANTLIB. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/02/16 15:34:34 Modified files: sysutils/pv : Makefile distinfo sysutils/pv/patches: patch-autoconf_make_unreal_mk Log message: Update to 1.2.0. Doesn't need groff. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:34:40 Removed files: net/libbind : Makefile distinfo net/libbind/pkg: DESCR PFRAG.shared PLIST Log message: Remove this useless oldie. ok jakob@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:35:04 Modified files: net : Makefile Log message: -libbind CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:35:57 Modified files: multimedia/ffmpeg2theora: Makefile Log message: Remove USE_GROFF, from Brad. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 15:46:39 Modified files: x11/gnome/video-arcade: Makefile distinfo Log message: Update to gnome-video-arcade-0.8.3. CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2012/02/16 16:03:15 Modified files: math/ccolamd : Makefile distinfo Log message: Update to ccolamd 2.7.4. Okay ajacoutot@. CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2012/02/16 16:29:11 Modified files: math/ginac : Makefile distinfo Log message: Update to GiNaC 1.6.2. Okay ajacoutot@. CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2012/02/16 16:35:49 Modified files: devel/ruby-debug: Makefile Log message: Drop maintainership. CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2012/02/16 23:59:41 Modified files: games/scummvm : Makefile distinfo games/scummvm/patches: patch-configure Log message: update to 1.4.1 and stop the configure script from adding -pedantic to CXXFLAGS as this hard errored on the long long in ogg headers resulting in a binary with no vorbis/flac support. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/16 23:59:46 Modified files: devel/sdl : Makefile Added files: devel/sdl/patches: patch-src_cpuinfo_SDL_cpuinfo_c Log message: Re-enable altivec. from Brad, tested by myself CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/02/17 00:31:26 Modified files: databases/sqlports/files: mksqlitedb Log message: make sure we don't pass FLAVOR/SUBPACKAGE info thru subdirs. count number of passes (purely cosmetic) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/02/17 00:33:05 Modified files: infrastructure/mk: bsd.port.mk Log message: scrap old fetch targets add a warning when LIB_DEPENDS doesn't register (for sthen@) tweak FLAVOR message for consistency CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/02/17 00:35:42 Modified files: infrastructure/bin: dpb infrastructure/lib/DPB: Heuristics.pm Log message: allow weights to be scaled add longer traceback in case we die CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/02/17 00:36:09 Modified files: infrastructure/lib/DPB: Fetch.pm Log message: cosmetic: fetches come in, so < explain waiting time better. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/02/17 00:37:40 Modified files: share/man/man5 : bsd.port.mk.5 Log message: add DIAGNOSTICS, for easy grepping thru logs. as discussed with jmc@, put the section in exposition order. (we're not even a driver anyways) sthen@ likes it. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/02/17 00:40:30 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/02/17 00:40:35 Modified files: infrastructure/mk: pkgpath.mk Log message: kill fetch-makefile here too CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/02/17 00:41:22 Modified files: infrastructure/mk: bsd.port.subdir.mk Log message: prevent top-subdirs from ignoring flavor and subpackage markers CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/02/17 00:42:20 Modified files: infrastructure/man/man1: dpb.1 Log message: cosmetic CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/02/17 00:42:25 Modified files: comms/bottlerocket: Makefile Log message: Update homepage. Current homepage for comms/bottlerocket is dead. Last entry in the web archive was "we've moved to this location". ok ajacoutot@ gsoares@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/17 00:45:10 Modified files: print/cups : Makefile print/cups/patches: patch-config-scripts_cups-pdf_m4 Log message: Make sure we use ghostscript as pdftops interpreter but do _not_ depend on it being installed at build time (cyclic dependency). breakage reported by nigel@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/02/17 00:51:34 Modified files: share/man/man5 : bsd.port.mk.5 Log message: don't label "warning messages" as "errors" fetch-makefile is obsolete. Xr ftp CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/17 01:32:34 Modified files: devel/pcre : Makefile distinfo devel/pcre/pkg : PFRAG.shared PLIST Log message: Update to pcre-8.30. tested in a bulk by landry@ ok robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2012/02/17 01:32:40 Modified files: math/qrupdate : Makefile distinfo Log message: Update to qrupdate 1.1.2. Okay ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/17 01:33:03 Modified files: www/apache-httpd: Makefile Added files: www/apache-httpd/patches: patch-server_util_pcre_c Log message: Fix build with pcre >= 8.30 (from upstream) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/17 01:56:21 Modified files: math/R : Makefile Added files: math/R/patches : patch-src_main_pcre_c Log message: Fix build with pcre >= 8.30 CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2012/02/17 02:02:09 Modified files: math/colamd : Makefile distinfo Log message: Update to colamd 2.7.4. Okay ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/02/17 02:15:12 Modified files: devel/p5-Curses-UI: Makefile distinfo Log message: Update to p5-Curses-UI 0.9609 from Daniel Levai on ports@, thx! CVSROOT: /cvs Module name: ports Changes by: mpi@cvs.openbsd.org 2012/02/17 02:32:18 Modified files: security/py-crypto: Makefile distinfo security/py-crypto/patches: patch-lib_Crypto_Cypher___init___py patch-lib_Crypto_Hash___init___py patch-lib_Crypto_SelfTest_Cipher___init___py patch-lib_Crypto_SelfTest_Hash___init__py patch-setup_py security/py-crypto/pkg: DESCR PLIST Added files: security/py-crypto/patches: patch-lib_Crypto_SelfTest_Cipher_test_pkcs1_oaep_py patch-lib_Crypto_SelfTest_Signature_test_pkcs1_15_py patch-lib_Crypto_SelfTest_Signature_test_pkcs1_pss_py security/py-crypto/pkg: PFRAG.no-python3 Log message: Update to py-crypto 2.5 and add a python3 flavor. mostly from and ok rpointel@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/02/17 03:19:51 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-base_base_gyp patch-base_threading_worker_pool_posix_cc patch-chrome_browser_chrome_browser_main_posix_cc patch-chrome_browser_component_updater_component_updater_configurator_cc patch-chrome_browser_memory_purger_cc patch-chrome_browser_shell_integration_linux_cc patch-chrome_chrome_gyp patch-chrome_test_automation_proxy_launcher_cc patch-content_common_set_process_title_cc patch-content_shell_shell_content_browser_client_cc patch-net_base_listen_socket_unittest_cc patch-net_disk_cache_disk_format_h patch-printing_printing_gyp patch-third_party_WebKit_Source_WebCore_WebCore_gyp_WebCore_gyp patch-third_party_iccjpeg_iccjpeg_gyp patch-third_party_icu_public_common_unicode_popenbsd_h patch-third_party_libvpx_libvpx_gyp patch-third_party_yasm_source_config_openbsd_config_h patch-third_party_yasm_source_config_openbsd_libyasm-stdint_h patch-tools_gyp_pylib_gyp_generator_make_py patch-webkit_plugins_ppapi_ppapi_plugin_instance_cc www/chromium/pkg: PLIST Added files: www/chromium/patches: patch-chrome_browser_extensions_process_map_cc patch-third_party_libjingle_libjingle_gyp patch-third_party_libjingle_source_talk_base_ipaddress_cc patch-third_party_libjingle_source_talk_base_ipaddress_h patch-third_party_yasm_source_config_openbsd_Makefile.1.1 Removed files: www/chromium/patches: patch-base_base_gypi patch-base_base_paths_linux_cc patch-base_debug_debugger_posix_cc patch-base_file_util_posix_cc patch-base_files_file_path_watcher_kqueue_cc patch-base_linux_util_cc patch-base_process_util_h patch-base_process_util_openbsd_cc patch-base_sys_info_openbsd_cc patch-build_common_gypi patch-build_linux_system_gyp patch-chrome_browser_about_flags_cc patch-chrome_browser_browser_about_handler_cc patch-chrome_browser_chrome_content_browser_client_cc patch-chrome_browser_net_connection_tester_cc patch-chrome_browser_policy_browser_policy_connector_cc patch-chrome_browser_process_singleton_h patch-chrome_browser_ui_gtk_dialogs_common_cc patch-chrome_browser_ui_gtk_dialogs_common_h patch-chrome_browser_ui_gtk_dialogs_kde_cc patch-chrome_chrome_browser_gypi patch-chrome_common_child_process_logging_h patch-chrome_common_chrome_paths_cc patch-chrome_common_multi_process_lock_h patch-chrome_common_url_constants_cc patch-chrome_common_url_constants_h patch-chrome_renderer_chrome_ppb_pdf_impl_cc patch-chrome_renderer_nacl_desc_wrapper_chrome_cc patch-chrome_test_ui_ui_layout_test_cc patch-content_app_content_main_cc patch-content_browser_browser_main_cc patch-content_browser_gpu_gpu_blacklist_cc patch-content_browser_gpu_gpu_blacklist_unittest_cc patch-content_browser_plugin_service_cc patch-content_browser_plugin_service_h patch-content_browser_renderer_host_pepper_message_filter_cc patch-content_browser_tab_contents_tab_contents_cc patch-content_browser_zygote_host_linux_cc patch-content_browser_zygote_main_linux_cc patch-content_common_seccomp_sandbox_h patch-content_content_browser_gypi patch-content_content_plugin_gypi patch-content_renderer_pepper_plugin_delegate_impl_cc patch-content_renderer_render_process_impl_cc patch-crypto_encryptor_cc patch-crypto_nss_util_cc patch-gpu_command_buffer_common_types_h patch-ipc_ipc_channel_posix_cc patch-media_audio_openbsd_audio_manager_openbsd_cc patch-media_audio_openbsd_audio_manager_openbsd_h patch-media_media_gyp patch-media_video_capture_linux_video_capture_device_linux_cc patch-net_base_dnsrr_resolver_cc patch-net_base_host_resolver_proc_cc patch-net_base_listen_socket_cc patch-net_base_net_util_h patch-net_dns_dns_config_service_posix_cc patch-net_dns_dns_config_service_posix_h patch-net_net_gyp patch-skia_ext_bitmap_platform_device_linux_cc patch-skia_ext_vector_platform_device_skia_cc patch-skia_ext_vector_platform_device_skia_h patch-third_party_iccjpeg_README_chromium patch-third_party_iccjpeg_iccjpeg_h patch-third_party_icu_public_common_unicode_ptypes_h patch-third_party_leveldatabase_env_chromium_cc patch-third_party_libjingle_source_talk_base_nethelpers_cc patch-third_party_libjingle_source_talk_base_socketaddress_cc patch-third_party_openssl_openssl_gyp patch-third_party_skia_include_core_SkPreConfig_h patch-third_party_yasm_source_config_openbsd_Makefile patch-third_party_yasm_yasm_compile_gypi patch-ui_gfx_blit_cc patch-ui_gfx_gl_gl_implementation_linux_cc patch-ui_ui_gyp patch-v8_src_heap_cc patch-webkit_plugins_npapi_plugin_lib_posix_cc Log message: update to 17.0.963.56 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/17 06:25:04 Modified files: print/apsfilter: Makefile Log message: Only needs to depend on a2ps. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/17 06:26:09 Modified files: print/foomatic-filters: Makefile Log message: Bump after a2ps FLAVORs change. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/17 06:26:40 Modified files: x11/xfce4/xfprint: Makefile Log message: Bump after a2ps FLAVORs change. CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2012/02/17 06:41:33 Modified files: print/texlive/base: Makefile Log message: bump revision after psutil letter FLAVOR removed. ok ajc CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/02/17 07:06:42 Modified files: usr.sbin/sysmerge: sysmerge.8 Log message: Remove the backup chunk from the man page. People should use backup anyway and sysmerge(8) automatically save replaced files. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/17 07:21:17 Modified files: net/adsuck : Makefile distinfo net/adsuck/pkg : PLIST Added files: net/adsuck/patches: patch-Makefile Log message: Update to adsuck-2.4.2. from Gonzalo L. R. (maintainer) CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/02/17 07:48:07 Modified files: www/phpmyadmin : Makefile distinfo www/phpmyadmin/pkg: PLIST Log message: Update to 3.4.10 ok kevlo@ (Maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/17 08:38:47 Modified files: www/node : Makefile distinfo Log message: update to node 0.6.10, from maintainer Aaron Bieber CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/17 08:41:40 Modified files: print/foomatic-db: Makefile Log message: Tweak original MASTER_SITES. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/17 08:44:13 Modified files: graphics/png : Makefile Added files: graphics/png/patches: patch-pngrutil_c Log message: png SECURITY fix: CVE-2011-3026, heap-buffer-overflow in png_decompress_chunk CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/17 08:44:16 Modified files: print/foomatic-filters: Makefile distinfo print/foomatic-filters/patches: patch-foomaticrip_c Log message: Update to foomatic-filters-4.0.12. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/17 08:53:30 Modified files: print/ijs : Makefile Log message: Fix HOMEPAGE. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/17 08:55:36 Modified files: print/hplip : Makefile print/hplip/patches: patch-base_g_py Log message: Fix path to the ppd-o-matic script. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/02/17 10:15:50 Removed files: www/chromium/patches: patch-third_party_yasm_source_config_openbsd_Makefile.1.1 Log message: remove accidentally committed file CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/17 10:22:08 Modified files: x11/nx/opennx : Makefile Removed files: x11/nx/opennx/patches: patch-extres_xdg_innovidata-opennx-admin_desktop patch-extres_xdg_innovidata-opennx-wizard_desktop patch-extres_xdg_innovidata-opennx_desktop Log message: Drop RUN_DEPENDY on cups. If it's installed then it can be used, if not then it won't; no need to enforce the dependency. While here, remove 3 patches and use some perl subst instead. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/17 10:23:31 Modified files: x11/nx/opennx/pkg: README Log message: Forgot in previous; just committed, no bump. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/02/17 11:02:18 Modified files: lib/librthread/arch/mips64: rfork_thread.S Added files: lib/librthread/arch/mips64: cerror.S Log message: Allow librthread to build on mips64. CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2012/02/17 14:34:53 ports/net/nedi/patches Update of /cvs/ports/net/nedi/patches In directory cvs.openbsd.org:/tmp/cvs-serv13459/patches Log Message: Directory /cvs/ports/net/nedi/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2012/02/17 14:34:54 ports/net/nedi/pkg Update of /cvs/ports/net/nedi/pkg In directory cvs.openbsd.org:/tmp/cvs-serv13459/pkg Log Message: Directory /cvs/ports/net/nedi/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2012/02/17 14:41:08 Added files: net/nedi/patches: patch-contrib_bulkdelete_sh patch-html_log_msg_txt patch-inc_crontab patch-nedi_conf net/nedi/pkg : DESCR PLIST README Log message: New port net/nedi: NeDi is a powerful network discovery tool with a comfortable web interface. Help and OK sthen@ CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2012/02/17 14:44:58 Added files: net/nedi : Makefile distinfo Log message: We need those too. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/17 15:07:16 Modified files: x11/vlc : Makefile x11/vlc/pkg : PLIST-main Removed files: x11/vlc/patches: patch-modules_demux_mkv_Makefile_in patch-modules_gui_qt4_Makefile_in patch-src_extras_tdestroy_c Log message: - Remove patches for QT4/MKV modules which are unnecessary. - Remove patch for tdestroy() wrapper now that tdelete() has been fixed. - Remove @comment's from the PLIST which are no longer necessary. From Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/17 15:10:35 Modified files: mail/dovecot : Makefile distinfo mail/dovecot/patches: patch-doc_example-config_dovecot_conf patch-src_master_master-settings_c mail/dovecot/pkg: PLIST-server Log message: Update to Dovecot 2.0.18, from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/17 15:10:57 Modified files: mail/dovecot-pigeonhole: Makefile distinfo mail/dovecot-pigeonhole/patches: patch-doc_example-config_conf_d_90-sieve_conf Log message: Update to Dovecot Pigeonhole 0.2.6, from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/17 15:11:16 Modified files: mail/dovecot-antispam: Makefile Log message: bump + sync dep with Dovecot update CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2012/02/17 15:12:52 Modified files: net : Makefile Log message: Link net/nedi to build. Pointed out by sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/17 15:17:16 Modified files: www/syweb : Makefile distinfo Log message: Update to syweb 0.64 - notable addition: graph pfs for pf states; ln -s pf.rrd pfs.rrd for them to show up in your graphs. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/02/17 15:17:52 Modified files: audio/libvorbis: Makefile distinfo audio/libvorbis/patches: patch-configure patch-doc_Makefile_in patch-doc_libvorbis_Makefile_in patch-doc_vorbisenc_Makefile_in patch-doc_vorbisfile_Makefile_in patch-lib_Makefile_in patch-test_Makefile_in Removed files: audio/libvorbis/patches: patch-Makefile_in Log message: update to 1.3.3: additional proofing against invalid/malicious streams in decode CVSROOT: /cvs Module name: www Changes by: austin@cvs.openbsd.org 2012/02/17 16:08:10 Modified files: . : books.html Log message: Adding Lucas' new book OpenBSD Mastry CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/17 17:50:10 Modified files: net/nedi : Makefile net/nedi/pkg : README Log message: Remove bogus first line. Don't hardcode /usr/local. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/02/17 18:16:08 Modified files: emulators/dgen-sdl: Makefile distinfo Removed files: emulators/dgen-sdl/patches: patch-dgenrc_5 patch-main_cpp patch-md-phil_cpp patch-md_h patch-rc-vars_h patch-rc_cpp patch-sample_dgenrc Log message: Update to dgen-sdl-1.29. Upstream took our joystick patches for this release, so they are gone. Fixes some odd display bugs reported by rfreeman@ and fixes some games for me also. OK rfreeman@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/18 00:44:28 Modified files: lib/librthread : rthread_attr.c Log message: Initialize the scope, policy, and inherit members in pthread_attr_init() so that their pthread_attr_get* don't return bogus values. issue noted and tested by aja@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/02/18 01:19:38 Modified files: lib/libc/sys : kqueue.2 Log message: Extend after recent msdos support. input/ok krw@ thib@ jmc@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/18 01:32:54 Modified files: multimedia/gstreamer-0.10/plugins-ffmpeg: Makefile Added files: multimedia/gstreamer-0.10/plugins-ffmpeg/patches: patch-ext_ffmpeg_gstffmpegdec_c patch-ext_ffmpeg_gstffmpegdemux_c Log message: Several fixes from upstream: - Report latency if B-frames are present. - Give the (E)AC3/DTS decoders a rank of marginal. - Only set get_buffer() function for video. - Demote SWF demuxer to GST_RANK_NONE. from Brad CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/02/18 02:00:15 xenocara/app/mkfontdir/man Update of /cvs/xenocara/app/mkfontdir/man In directory cvs.openbsd.org:/tmp/cvs-serv32130/man Log Message: Directory /cvs/xenocara/app/mkfontdir/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/02/18 02:01:39 Modified files: app/mkfontdir : ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac Added files: app/mkfontdir : mkfontdir.in app/mkfontdir/man: Makefile.am Makefile.in mkfontdir.man Removed files: app/mkfontdir : mkfontdir.cpp mkfontdir.man Log message: update to mkfontdir 1.0.7. no functional change. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/02/18 02:05:24 Modified files: app/mkfontscale: ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac data.h hash.c hash.h ident.c list.c list.h mkfontscale.c app/mkfontscale/man: Makefile.in Log message: Update to mkfontscale 1.1.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/18 02:08:16 Modified files: print/a2ps : Makefile print/a2ps/pkg : DESCR print/mpage : Makefile print/mpage/pkg: DESCR print/psutils : Makefile print/psutils/pkg: DESCR Log message: Tweak DESCR after recent FLAVORs change. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/02/18 02:08:19 xenocara/app/oclock/man Update of /cvs/xenocara/app/oclock/man In directory cvs.openbsd.org:/tmp/cvs-serv17821/man Log Message: Directory /cvs/xenocara/app/oclock/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/02/18 02:08:55 Modified files: app/oclock : ChangeLog Clock.c Clock.h ClockP.h Makefile.am Makefile.in aclocal.m4 config.h.in configure configure.ac oclock.c transform.c transform.h app/oclock/app-defaults: Clock-color Added files: app/oclock/man : Makefile.am Makefile.am.orig Makefile.in oclock.man Removed files: app/oclock : oclock.man Log message: Update to oclock 1.0.3 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/02/18 02:12:01 xenocara/app/xclipboard/man Update of /cvs/xenocara/app/xclipboard/man In directory cvs.openbsd.org:/tmp/cvs-serv8420/man Log Message: Directory /cvs/xenocara/app/xclipboard/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/02/18 02:13:04 Modified files: app/xclipboard : COPYING ChangeLog INSTALL Makefile.am Makefile.in aclocal.m4 configure configure.ac xclipboard.c xcutsel.c app/xclipboard/app-defaults: XClipboard Added files: app/xclipboard/man: Makefile.am Makefile.in xclipboard.man xcutsel.man Removed files: app/xclipboard : xclipboard.man xcutsel.man Log message: Update to xclipboard 1.1.2. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/02/18 02:21:50 xenocara/app/xclock/man Update of /cvs/xenocara/app/xclock/man In directory cvs.openbsd.org:/tmp/cvs-serv21477/man Log Message: Directory /cvs/xenocara/app/xclock/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/02/18 02:23:24 Modified files: app/xclock : ChangeLog Clock.c Makefile.am Makefile.bsd-wrapper Makefile.in aclocal.m4 config.h.in configure configure.ac Added files: app/xclock : config.rpath app/xclock/man : Makefile.am Makefile.in xclock.man Removed files: app/xclock : xclock.man Log message: Update to xclock 1.0.6 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/02/18 02:23:57 Removed files: app/oclock/man : Makefile.am.orig Log message: oops CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/02/18 02:28:48 xenocara/app/xcmsdb/man Update of /cvs/xenocara/app/xcmsdb/man In directory cvs.openbsd.org:/tmp/cvs-serv6749/man Log Message: Directory /cvs/xenocara/app/xcmsdb/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/02/18 02:29:41 Modified files: app/xcmsdb : ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac loadData.c xcmsdb.c Added files: app/xcmsdb/man : Makefile.am Makefile.in xcmsdb.man Removed files: app/xcmsdb : xcmsdb.man Log message: Update to xcmsdb 1.0.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/02/18 02:34:47 Modified files: app/xcompmgr : ChangeLog Makefile.in aclocal.m4 config.h.in configure configure.ac xcompmgr.1 xcompmgr.c Log message: Update to xcompmgr 1.1.6 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/02/18 02:37:47 xenocara/app/xfd/man Update of /cvs/xenocara/app/xfd/man In directory cvs.openbsd.org:/tmp/cvs-serv22283/man Log Message: Directory /cvs/xenocara/app/xfd/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/02/18 02:39:12 Modified files: app/xfd : ChangeLog Makefile.am Makefile.in aclocal.m4 config.h.in configure configure.ac grid.c grid.h gridP.h xfd.c Added files: app/xfd/man : Makefile.am Makefile.in xfd.man Removed files: app/xfd : xfd.man app/xfd/m4 : ax_define_dir.m4 Log message: Update xfd to 1.1.1 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/02/18 02:42:49 Modified files: util/macros : ChangeLog configure configure.ac xorg-macros.m4.in Log message: Update util-macros to 1.16.1 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/02/18 02:50:08 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/02/18 03:14:43 Modified files: driver/xf86-video-ati/man: radeon.man driver/xf86-video-radeonold/man: radeonold.man Log message: Remove a bogus comment in the radeon(4) man page. From Brad. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/18 04:09:15 Modified files: x11/gnome/gvfs : Makefile Removed files: x11/gnome/gvfs/patches: patch-client_gdaemonfileinputstream_c patch-client_gdaemonfileoutputstream_c Log message: Remove horrible uthreads hack. CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2012/02/18 04:20:22 Modified files: usr.sbin/nginx : CHANGES CHANGES.ru LICENSE README.OpenBSD configure usr.sbin/nginx/auto: define endianess feature have have_headers headers include init install make modules nohave options sources stubs summary unix usr.sbin/nginx/auto/cc: acc bcc ccc conf gcc icc msvc name owc sunc usr.sbin/nginx/auto/lib: conf make test usr.sbin/nginx/auto/lib/geoip: conf usr.sbin/nginx/auto/lib/google-perftools: conf usr.sbin/nginx/auto/lib/libatomic: conf make usr.sbin/nginx/auto/lib/libgd: conf usr.sbin/nginx/auto/lib/libxslt: conf usr.sbin/nginx/auto/lib/md5: conf make makefile.bcc makefile.msvc makefile.owc usr.sbin/nginx/auto/lib/openssl: conf make makefile.bcc makefile.msvc usr.sbin/nginx/auto/lib/pcre: conf make makefile.bcc makefile.msvc makefile.owc usr.sbin/nginx/auto/lib/perl: conf make usr.sbin/nginx/auto/lib/sha1: conf make makefile.bcc makefile.msvc makefile.owc usr.sbin/nginx/auto/lib/zlib: conf make makefile.bcc makefile.msvc makefile.owc usr.sbin/nginx/auto/os: conf darwin freebsd linux solaris win32 usr.sbin/nginx/auto/types: sizeof typedef uintptr_t value usr.sbin/nginx/man: nginx.8 usr.sbin/nginx/src/core: nginx.c nginx.h ngx_array.c ngx_array.h ngx_buf.c ngx_buf.h ngx_conf_file.c ngx_conf_file.h ngx_config.h ngx_connection.c ngx_connection.h ngx_core.h ngx_cpuinfo.c ngx_crc.h ngx_crc32.c ngx_crc32.h ngx_crypt.h ngx_cycle.c ngx_cycle.h ngx_file.c ngx_file.h ngx_hash.c ngx_hash.h ngx_inet.c ngx_inet.h ngx_list.c ngx_list.h ngx_log.c ngx_log.h ngx_md5.h ngx_murmurhash.h ngx_open_file_cache.c ngx_open_file_cache.h ngx_output_chain.c ngx_palloc.c ngx_palloc.h ngx_parse.c ngx_parse.h ngx_queue.c ngx_queue.h ngx_radix_tree.c ngx_radix_tree.h ngx_rbtree.c ngx_rbtree.h ngx_regex.c ngx_regex.h ngx_resolver.c ngx_resolver.h ngx_sha1.h ngx_shmtx.c ngx_shmtx.h ngx_slab.c ngx_slab.h ngx_spinlock.c ngx_string.c ngx_string.h ngx_times.c ngx_times.h usr.sbin/nginx/src/event: ngx_event.c ngx_event.h ngx_event_accept.c ngx_event_busy_lock.c ngx_event_busy_lock.h ngx_event_connect.c ngx_event_connect.h ngx_event_mutex.c ngx_event_openssl.c ngx_event_openssl.h ngx_event_pipe.c ngx_event_pipe.h ngx_event_posted.c ngx_event_posted.h ngx_event_timer.c ngx_event_timer.h usr.sbin/nginx/src/event/modules: ngx_aio_module.c ngx_devpoll_module.c ngx_epoll_module.c ngx_eventport_module.c ngx_kqueue_module.c ngx_poll_module.c ngx_rtsig_module.c ngx_select_module.c ngx_win32_select_module.c usr.sbin/nginx/src/http: ngx_http.c ngx_http.h ngx_http_busy_lock.c ngx_http_busy_lock.h ngx_http_cache.h ngx_http_config.h ngx_http_copy_filter_module.c ngx_http_core_module.c ngx_http_core_module.h ngx_http_file_cache.c ngx_http_header_filter_module.c ngx_http_parse.c ngx_http_parse_time.c ngx_http_postpone_filter_module.c ngx_http_request.c ngx_http_request.h ngx_http_request_body.c ngx_http_script.c ngx_http_script.h ngx_http_special_response.c ngx_http_upstream.c ngx_http_upstream.h ngx_http_upstream_round_robin.c ngx_http_upstream_round_robin.h ngx_http_variables.c ngx_http_variables.h ngx_http_write_filter_module.c usr.sbin/nginx/src/http/modules: ngx_http_access_module.c ngx_http_addition_filter_module.c ngx_http_auth_basic_module.c ngx_http_autoindex_module.c ngx_http_browser_module.c ngx_http_charset_filter_module.c ngx_http_chunked_filter_module.c ngx_http_dav_module.c ngx_http_degradation_module.c ngx_http_empty_gif_module.c ngx_http_fastcgi_module.c ngx_http_flv_module.c ngx_http_geo_module.c ngx_http_geoip_module.c ngx_http_gzip_filter_module.c ngx_http_gzip_static_module.c ngx_http_headers_filter_module.c ngx_http_image_filter_module.c ngx_http_index_module.c ngx_http_limit_req_module.c ngx_http_limit_zone_module.c ngx_http_log_module.c ngx_http_map_module.c ngx_http_memcached_module.c ngx_http_mp4_module.c ngx_http_not_modified_filter_module.c ngx_http_proxy_module.c ngx_http_random_index_module.c ngx_http_range_filter_module.c ngx_http_realip_module.c ngx_http_referer_module.c ngx_http_rewrite_module.c ngx_http_scgi_module.c ngx_http_secure_link_module.c ngx_http_split_clients_module.c ngx_http_ssi_filter_module.c ngx_http_ssi_filter_module.h ngx_http_ssl_module.c ngx_http_ssl_module.h ngx_http_static_module.c ngx_http_stub_status_module.c ngx_http_sub_filter_module.c ngx_http_upstream_ip_hash_module.c ngx_http_userid_filter_module.c ngx_http_uwsgi_module.c ngx_http_xslt_filter_module.c usr.sbin/nginx/src/http/modules/perl: Makefile.PL nginx.pm nginx.xs ngx_http_perl_module.c ngx_http_perl_module.h usr.sbin/nginx/src/mail: ngx_mail.c ngx_mail.h ngx_mail_auth_http_module.c ngx_mail_core_module.c ngx_mail_handler.c ngx_mail_imap_handler.c ngx_mail_imap_module.c ngx_mail_imap_module.h ngx_mail_parse.c ngx_mail_pop3_handler.c ngx_mail_pop3_module.c ngx_mail_pop3_module.h ngx_mail_proxy_module.c ngx_mail_smtp_handler.c ngx_mail_smtp_module.c ngx_mail_smtp_module.h ngx_mail_ssl_module.c ngx_mail_ssl_module.h usr.sbin/nginx/src/misc: ngx_google_perftools_module.c usr.sbin/nginx/src/os/unix: ngx_aio_read.c ngx_aio_read_chain.c ngx_aio_write.c ngx_aio_write_chain.c ngx_alloc.c ngx_alloc.h ngx_atomic.h ngx_channel.c ngx_channel.h ngx_daemon.c ngx_darwin.h ngx_darwin_config.h ngx_darwin_init.c ngx_darwin_sendfile_chain.c ngx_errno.c ngx_errno.h ngx_file_aio_read.c ngx_files.c ngx_files.h ngx_freebsd.h ngx_freebsd_config.h ngx_freebsd_init.c ngx_freebsd_rfork_thread.c ngx_freebsd_rfork_thread.h ngx_freebsd_sendfile_chain.c ngx_gcc_atomic_amd64.h ngx_gcc_atomic_ppc.h ngx_gcc_atomic_sparc64.h ngx_gcc_atomic_x86.h ngx_linux.h ngx_linux_aio_read.c ngx_linux_config.h ngx_linux_init.c ngx_linux_sendfile_chain.c ngx_os.h ngx_posix_config.h ngx_posix_init.c ngx_process.c ngx_process.h ngx_process_cycle.c ngx_process_cycle.h ngx_pthread_thread.c ngx_readv_chain.c ngx_recv.c ngx_send.c ngx_setproctitle.c ngx_setproctitle.h ngx_shmem.c ngx_shmem.h ngx_socket.c ngx_socket.h ngx_solaris.h ngx_solaris_config.h ngx_solaris_init.c ngx_solaris_sendfilev_chain.c ngx_sunpro_amd64.il ngx_sunpro_atomic_sparc64.h ngx_sunpro_sparc64.il ngx_sunpro_x86.il ngx_thread.h ngx_time.c ngx_time.h ngx_udp_recv.c ngx_user.c ngx_user.h ngx_writev_chain.c rfork_thread.S Log message: update to 1.0.12 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/02/18 04:24:44 Modified files: x11/awesome : Makefile x11/awesome/patches: patch-lib_awful_util_lua_in Log message: Bye bye uthreads hack. CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2012/02/18 04:28:28 Modified files: usr.sbin/nginx/auto: sources usr.sbin/nginx/src/pcre: config.h pcre.h pcre_chartables.c pcre_compile.c pcre_exec.c pcre_fullinfo.c pcre_globals.c pcre_internal.h pcre_newline.c pcre_ord2utf8.c pcre_tables.c pcre_ucd.c pcre_valid_utf8.c pcre_xclass.c Removed files: usr.sbin/nginx/src/pcre: pcre_try_flipped.c Log message: update pcre to 8.30 to be in sync with ports CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2012/02/18 04:33:35 Modified files: usr.sbin/nginx/auto: install Log message: remove the install target from here since the BSD makefile wrapper is taking care of it CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2012/02/18 08:15:57 Modified files: . : plus.html Log message: from Steffen Daode Nurpmeso: up to 5.1-release also remove the misleading mandocdb -> makewhatis links, the latter part tweaked by me CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/02/18 09:24:02 Modified files: lib/librthread : Makefile Log message: Work around compiler confusion while building rthread.o on vax. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/18 09:40:18 Modified files: www/nginx : Makefile distinfo Log message: update to nginx 1.0.12, ok william@ CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2012/02/18 09:52:25 Modified files: usr.sbin/nginx/auto/lib/pcre: conf Log message: remove accidentally overwritten change which makes sure to use the bundled pcre CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/18 09:58:56 Modified files: mail/gmime : Makefile distinfo mail/gmime/pkg : PLIST-main Log message: Update to gmime-2.6.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/18 10:02:22 Modified files: devel/glib2 : Makefile Log message: Use autoreconf instead of manually using each autohell script one after the other. Add missing BUILD_DEPENDS on libtool. from Brad CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/02/18 10:10:10 Added files: lib/librthread/arch/m88k: cerror.S Log message: Missing cerror bits. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/18 11:19:14 Modified files: x11/gnome : gnome.port.mk Log message: Add "--disable-vala-bindings" to the default MODGNOME_CONFIGURE_ARGS_vala. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/18 11:40:18 Modified files: mail/evolution : Makefile x11/gnome/tracker: Makefile x11/gnome/libgda: Makefile Log message: Extend+sync comment about VERSION sync. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/02/18 11:48:21 Modified files: infrastructure/man/man1: register-plist.1 Log message: make it more obvious that PLIST_DB uses that. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/18 14:12:09 Modified files: lib/librthread : rthread.c rthread.h rthread_attr.c rthread_np.c rthread_stack.c Log message: Fix the handling of the stackaddr, stacksize, and guardsize attributes: don't try to merge values, round the sizes separately, and don't try to unmap application-supplied stacks. Copy from uthread the caching of default-sized stacks. Have pthread_attr_init() and pthread_create() get the default attributes from staticly allocated pthread_attr_t. Cache the pagesize in _rthread_init() and provide a macro for rounding to it based on suggestions from kettenis@ and tedu@, ok kettenis@ CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2012/02/18 14:43:28 Modified files: lib/librthread : tcb.h Log message: id tag. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/18 14:50:27 Modified files: lib/librthread : rthread_attr.c Log message: Before using _thread_pagesize, make sure _rthread_init() has been called CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/18 15:03:21 Modified files: lib/librthread : rthread.c rthread.h rthread_attr.c Log message: Fix previous commit: _rthread_init() was static. Improve consistency of error naming CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/18 15:04:08 Modified files: geo/gpsbabel : Makefile distinfo geo/gpsbabel/patches: patch-Makefile_in patch-configure_in patch-guibabel geo/gpsbabel/pkg: PLIST-main Added files: geo/gpsbabel/patches: patch-gui_serial_unix_cpp geo/gpsbabel/pkg: DESCR-qt DESCR-tk PLIST-qt PLIST-tk Removed files: geo/gpsbabel/pkg: DESCR-gui PLIST-gui Log message: update to gpsbabel 1.4.3 from Kyrill Bychkov, maintainer timeout ~1month - support new file formats - adds new Qt gui - don't hardcode dependency on Tcl/Tk 8.4 for the Tk gui CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/18 15:04:23 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: handle gpsbabel-gui -> gpsbabel-tk CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/02/18 15:22:41 Modified files: editors/libreoffice: Makefile Log message: set ncpu to 0 in a non-parallel build CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/18 16:05:40 Modified files: net/telepathy/folks: Makefile Added files: net/telepathy/folks/pkg: DESCR-main DESCR-tracker PLIST-main PLIST-tracker Removed files: net/telepathy/folks/pkg: DESCR PLIST Log message: Add a -tracker subpackage for the tracker backend. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/18 16:06:17 Modified files: x11/gnome/contacts: Makefile x11/gnome/empathy: Makefile Log message: Bump after folks subpackaging. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/18 16:07:18 Modified files: meta/gnome : Makefile Log message: Add net/telepathy/folks,-tracker to gnome-extras RUN_DEPENDS. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/18 19:07:48 Modified files: lib/librthread : rthread_attr.c rthread_sched.c Log message: Validate in pthread_attr_set{scope,sched{param,policy},inheritsched}() the requested new value CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/02/18 20:06:54 Modified files: . : books.html Log message: automatically add the order, as intended CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/18 21:47:49 Modified files: lib/librthread : rthread.c Log message: Use a form of designated initializer that works with gcc2 lint doesn't understand designated initializers, so hide them from it CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/18 21:53:37 Modified files: lib/librthread : Makefile Log message: Extend miod's fix CFLAGS fix to all gcc2 platforms (suggested by Tobias Ulmer). Only pull in bsd.lib.mk once to avoid linking objects twice CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/18 21:54:40 Modified files: lib/librthread : rthread_stack.c Log message: Use 'base' as an intermediate char* variable to avoid void* arithmetic CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/18 23:46:06 src/regress/lib/libpthread/stack Update of /cvs/src/regress/lib/libpthread/stack In directory cvs.openbsd.org:/tmp/cvs-serv27578/stack Log Message: Directory /cvs/src/regress/lib/libpthread/stack added to the repository CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/18 23:47:31 Modified files: regress/lib/libpthread: Makefile Added files: regress/lib/libpthread/stack: Makefile stack.c Log message: Add regress test for stack attributes Disable some tests that depended on uthread's particular undefined behavior CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/18 23:49:26 Modified files: regress/lib/libpthread/stack: stack.c Log message: Add Id and public-domain declaration CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/18 23:53:58 Modified files: lib/librthread : rthread_attr.c Log message: Fix problems revealed by regress/lib/libpthread/stack/stack.c CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2012/02/19 00:23:42 Modified files: graphics/pngcrush: Makefile distinfo Log message: - update pngcrush to 1.7.25 CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2012/02/19 00:52:30 Modified files: bin/ksh : table.c table.h Log message: Allow for more vars in hash table, improve hash function, increase hash table size sooner. Based on suggestion from Michael Niedermayer. ok krw@ mpi@ CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2012/02/19 04:29:37 Modified files: usr.sbin/nginx : Makefile.bsd-wrapper usr.sbin/nginx/conf: nginx.conf Log message: add a distribution target to install configuration files CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2012/02/19 04:30:25 Removed files: etc/nginx : fastcgi_params koi-utf koi-win mime.types nginx.conf scgi_params uwsgi_params win-utf Log message: these files are not needed here, they are going to get installed from usr.sbin/nginx using the distribution target CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2012/02/19 04:34:36 Modified files: etc : Makefile usr.sbin : Makefile etc/mtree : 4.4BSD.dist Added files: etc/rc.d : nginx Log message: enable nginx CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/19 04:39:06 Modified files: devel/gmake : Makefile Removed files: devel/gmake/patches: patch-misc_c Log message: Remove uthreads evil hack. ok espie@ sthen@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/02/19 05:13:39 Modified files: devel/subversion: Makefile distinfo devel/subversion/pkg: PLIST-ap2 Log message: Update to 1.7.3; ok mpi CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/19 07:03:37 Modified files: net/nload : Makefile distinfo net/nload/patches: patch-docs_Makefile_in Added files: net/nload/patches: patch-src_devreader-bsd_cpp Log message: update to nload 0.7.4, from Brad, maintainer had similar diff additional tweaks from me: - fix docs/Makefile.in to allow SEPARATE_BUILD - no need to mirror, upstream has old versions now - add a patch from upstream to avoid junk after the interface name CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/02/19 08:02:08 Modified files: www/nginx : Makefile www/nginx/pkg : PLIST Removed files: www/nginx/patches: patch-conf_nginx_conf www/nginx/pkg : nginx.rc Log message: do not handle the same files that are handled by the in-tree nginx and make the port use the www user so that both nginx can be used on the same system if needed CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/02/19 08:02:56 Modified files: infrastructure/db: user.list Log message: disable the _nginx user here CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/02/19 08:48:48 Modified files: lib/libusbhid : usbhid.3 Log message: Fix return value documentation errors in usbhid(3). hid_dispose_report_desc() returns void, it can't return NULL on failure. hid_get_report_desc() and hid_use_report_desc() return NULL on failure but this was not documented. ok jmc CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/02/19 08:58:13 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.loongson md.mac68k md.macppc md.mvme68k md.palm md.sgi md.socppc md.sparc md.sparc64 md.zaurus distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/02/19 10:14:28 Modified files: sys/arch/i386/i386: pmap.c Log message: small KNF nit CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/02/19 10:24:05 Modified files: usr.sbin/tcpdump: print-bgp.c Log message: Fix a classical bug (= vs ==). OK stsp@ miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/19 10:49:53 Modified files: sysutils/duplicity: Makefile distinfo sysutils/duplicity/patches: patch-setup_py sysutils/duplicity/pkg: PLIST Added files: sysutils/duplicity/patches: patch-bin_duplicity Removed files: sysutils/duplicity/patches: patch-duplicity Log message: Update to duplicity-0.6.17. ok jim@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/19 10:53:38 Modified files: infrastructure/db: user.list Log message: Deprecate _avahi-autoipd. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/19 12:08:37 Modified files: security/p11-kit: Makefile distinfo Log message: Update to p11-kit-0.11. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/02/19 13:38:53 Modified files: lang/ghc : Makefile Log message: Something is wrong with the threaded rts and rthreads, so build ghc itself using the non-threaded rts. This doesn't fix the real problem, but it makes it possible to build hs-* ports without filling up dpb's build slots with stuck ghc processes. ok naddy@ espie@ Note: I'll re-run the testsuite with this diff and hope to get some reasonable results that may help us to identify the real problem. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/02/19 13:40:22 Modified files: devel/hs-comonad: Makefile devel/hs-contravariant: Makefile devel/hs-distributive: Makefile devel/hs-comonad-transformers: Makefile devel/hs-data-lens: Makefile devel/hs-logict: Makefile Log message: Bump after the ghc change. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/02/19 13:55:33 Modified files: textproc/zathura: Makefile Added files: textproc/zathura/patches: patch-config_def_h Log message: fix systrace build of zathura, regen WANTLIB and add cursor keys + pageup/down bindings. OK landry@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/02/19 14:23:04 Modified files: x11/xfce4/libxfce4ui: Makefile Log message: Replace by in xfce4-keyboard-shortcuts.xml to fix default keyboard shortcuts, broken since update to gtk 2.24.7. See https://bugzilla.xfce.org/show_bug.cgi?id=8056 for more details. Thanks Barry Grumbine for the detailed problem report, including the fix/workaround. If you experience problems with keyboard shortcuts involving Ctrl withing Xfce, recreate them from xfce4-keyboard-settings or tweak .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/02/19 14:39:31 Modified files: x11/xfce4/garcon: Makefile Log message: Fix icon name for education category in applications menu, problem reported by Kirill Bychkov, thanks! CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/02/19 15:07:51 Modified files: databases/db/v4: Makefile Log message: classpath hangs with rthreads, so this takes java out. mark the -java subpackage as broken, so that stuff that depends on other db/v4 pieces can proceed. (as discussed with sthen@, aja@, naddy@) CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2012/02/19 16:58:57 Modified files: regress/lib/libpthread/setsockopt/1: setsockopt1.c regress/lib/libpthread/setsockopt/2: setsockopt2.c regress/lib/libpthread/setsockopt/3a: setsockopt3a.c Log message: fix tests. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2012/02/19 18:31:12 Modified files: regress/lib/libpthread/setsockopt/1: setsockopt1.c regress/lib/libpthread/setsockopt/2: setsockopt2.c regress/lib/libpthread/setsockopt/3a: setsockopt3a.c Log message: ops. compare against the socket timeout, not the alarm one. sometimes these tests are incorrectly marked as failing (ktrace shows the read is returning within the specified timeout) but there are other times where they're taking slightly longer than expected. for now both cases are marked as failure. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/19 18:49:09 Modified files: regress/lib/libpthread/sigmask: sigmask.c Log message: pthread_sigmask() was fixed to return the errno value on failure CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/19 18:51:32 Modified files: regress/lib/libpthread/sigsuspend: sigsuspend.c Log message: SIGSTOP, SIGKILL, and (for threaded programs) SIGTHR are unblockable CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/19 19:07:41 Modified files: regress/lib/libpthread/sigwait: sigwait.c Log message: Need to block the signals in all thread for the kill(getpid(), SIGFOO) tests to work. Disable the "sigwait for blocked but ignored signal" test as it depended on undefined behavior (POSIX quoted included for reference) and rthreads (currently) handles it the other way. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/19 19:19:15 Modified files: regress/lib/libpthread/pthread_specific: pthread_specific.c Log message: This test needs a large nprocs ulimit, so just have it raise its own CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/02/19 19:31:40 Modified files: databases/db/v4: Makefile Log message: actually, BROKEN is not subpackage dependent, so use IGNORE-java CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/19 19:34:33 Modified files: regress/lib/libpthread/errno: errno.c Log message: End the output with a newline CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/19 21:06:29 src/regress/lib/libpthread/pthread_rwlock Update of /cvs/src/regress/lib/libpthread/pthread_rwlock In directory cvs.openbsd.org:/tmp/cvs-serv15935/pthread_rwlock Log Message: Directory /cvs/src/regress/lib/libpthread/pthread_rwlock added to the repository CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/19 21:08:52 Modified files: regress/lib/libpthread: Makefile Added files: regress/lib/libpthread/pthread_rwlock: Makefile pthread_rwlock.c Log message: Enable the errno test; add a quick rwlocks test CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/19 21:43:49 Modified files: regress/lib/libpthread/pthread_mutex: pthread_mutex.c Log message: Round-robin behavior isn't guaranteed by SCHED_OTHER and the kernel doesn't have SCHED_FIFO or SCHED_RR support, so use sleep(1) to 'ensure' the second thread gets the lock when expected CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/19 21:45:09 Modified files: regress/lib/libpthread: Makefile Log message: Disable the dup2_race test, as it requires a buggy behavior that uthreads happened to exhibit CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/20 00:58:31 Modified files: mail/femail : Makefile Log message: femail,-chroot is not Apache specific, so adapt COMMENT accordingly. ok okan@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/20 00:59:09 Modified files: multimedia/gstreamer-0.10/mm: Makefile distinfo Log message: Minor update to gstreamermm-0.10.10.1. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/02/20 01:47:03 Modified files: www/piwik : Makefile distinfo www/piwik/patches: patch-plugins_CoreHome_templates_header_message_tpl www/piwik/pkg : PLIST Log message: Update to 1.7 Performance improvements with large archives, new option force_ssl and usability improvements Full changelog at http://piwik.org/changelog/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/02/20 02:07:51 Modified files: x11/xfce4/xfce4-mpc: Makefile distinfo x11/xfce4/xfce4-mpc/pkg: PLIST Log message: Update to xfce4-mpc 0.4.2. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/02/20 02:09:32 Modified files: x11/xfce4/garcon: Makefile Log message: Add upstream commit url for reference/reminder to remove. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/02/20 02:17:00 Modified files: devel/nspr : Makefile distinfo devel/nspr/patches: patch-mozilla_nsprpub_config_rules_mk patch-mozilla_nsprpub_configure_in patch-mozilla_nsprpub_pr_include_prtypes_h Log message: Update to nspr 4.9, needed for mozilla 11+. Tested on alpha amd64 hppa i386 powerpc sparc64, no change in regression output (well, dtoa still fails, but thats not surprising given corresponding code is heavily patched) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/02/20 02:18:05 Modified files: security/nss : Makefile distinfo security/nss/patches: patch-mozilla_security_nss_lib_ckfw_builtins_certdata_c patch-mozilla_security_nss_lib_ckfw_builtins_certdata_txt Log message: Update to nss 3.12.2, needed by mozilla 11+. Tested on alpha amd64 hppa i386 powerpc sparc64, no change in regress output. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/20 02:54:42 Modified files: mail/pflogsumm : Makefile distinfo mail/pflogsumm/patches: patch-pflogsumm_pl Log message: update to pflogsumm 1.1.4, including better support for Postfix 2.9+ reads ok to giovanni@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/20 02:55:31 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: update Postfix snapshot to 2.10-20120202, from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/20 02:55:49 Modified files: mail/postfix/stable: Makefile distinfo mail/postfix/stable/patches: patch-conf_main_cf patch-conf_master_cf mail/postfix/stable/pkg: DESCR PLIST Log message: update Postfix stable to 2.9.0, from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/20 03:00:21 Modified files: productivity/tryton/trytond: Makefile productivity/tryton/trytond/pkg: trytond.rc Log message: Adapt comment. CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2012/02/20 04:18:33 Modified files: games/scummvm : Makefile Log message: The gcc problem on hppa seems to have gone away after the switch to gcc4. scummvm builds and runs fine on hppa here. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/20 09:03:01 Log message: import www/sqtop, from gonzalo@x61 dot com dot ar, ok giovanni@ Sqtop is a console applicaton to display information about currently active client connections for a Squid proxy in a convenient way. Status: Vendor Tag: sthen Release Tags: sthen_20122002 N ports/www/sqtop/Makefile N ports/www/sqtop/distinfo N ports/www/sqtop/pkg/DESCR N ports/www/sqtop/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/20 09:03:27 Modified files: www : Makefile Log message: +sqtop CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/02/20 09:38:23 Modified files: infrastructure/lib/DPB: Fetch.pm Log message: make sure distdir exists before writing information in there CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/20 09:43:26 Modified files: mail/p5-Mail-IMAPClient: Makefile distinfo mail/p5-Mail-IMAPClient/pkg: PLIST Removed files: mail/p5-Mail-IMAPClient/patches: patch-BodyStructure_Parse_Makefile_PL patch-Makefile_PL patch-Thread_Makefile_PL Log message: update to p5-Mail-IMAPClient 3.30; lots of fixes/cleanup tested with imapsync/check_email_delivery CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2012/02/20 10:06:11 Modified files: regress/lib/libpthread: Makefile regress/lib/libpthread/blocked_close: blocked_close.c regress/lib/libpthread/blocked_dup2: blocked_dup2.c regress/lib/libpthread/blocked_shutdown: blocked_shutdown.c Log message: - remove invalid potions of blocked_* regress tests - reenable blocked_* regress tests. while this behaivor is not specifited by posix, deadlocking is not a reasonable behaivor and some ports depend on this to work. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/02/20 11:01:19 Modified files: net/avahi : Makefile Log message: mark -mono as IGNORED until mono builds with rthreads. okay aja, sthen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/20 11:25:47 Modified files: www/w3m : Makefile Log message: sync WANTLIB CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/20 12:36:50 Added files: devel/glib2/patches: patch-gthread_tests_gwakeuptest_c Log message: Increase deadlocking timer (from upstream): allows to properly pass the gthread regress tests. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/02/20 13:09:02 Modified files: www/mozilla : mozilla.port.mk Log message: Assorted changes for mozilla 10 updates : - S/b/beta/ in MOZILLA_VERSION for simpler PKGNAME by default - only add js/src/xpconnect/shell/Makefile.in to MOZILLA_SUBST_FILES if branch is 1.9.1/1.9.2, file disappeared in 10 - add LDFLAGS="-Wl,--no-keep-memory" to CONFIGURE_ENV to prevent libxul linking from failing on low memory archs. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/02/20 13:15:04 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-browser_app_profile_firefox_js patch-config_autoconf_mk_in patch-config_rules_mk patch-extensions_auth_nsAuthGSSAPI_cpp patch-extensions_spellcheck_hunspell_src_mozHunspell_cpp patch-gfx_thebes_Makefile_in patch-ipc_chromium_src_chrome_common_ipc_message_utils_h patch-js_src_configure_in patch-js_src_jscompartment_cpp patch-media_libsydneyaudio_include_sydney_audio_h patch-parser_html_Makefile_in patch-security_manager_ssl_src_Makefile_in patch-security_manager_ssl_src_nsNSSComponent_cpp patch-toolkit_components_downloads_nsDownloadManager_cpp patch-toolkit_library_Makefile_in patch-toolkit_mozapps_installer_packager_mk patch-toolkit_xre_nsXREDirProvider_cpp patch-widget_src_xpwidgets_nsPrintSettingsImpl_cpp patch-xpcom_io_nsAppFileLocationProvider_cpp www/mozilla-firefox/pkg: PLIST Added files: www/mozilla-firefox/patches: patch-js_src_Makefile_in patch-js_src_js-config_h_in patch-js_src_jscpucfg_h patch-js_src_vm_RegExpObject-inl_h patch-js_src_vm_RegExpObject_cpp patch-js_src_vm_RegExpObject_h patch-js_src_yarr_wtfbridge_h Removed files: www/mozilla-firefox/patches: patch-gfx_qcms_qcmstypes_h patch-js_src_xpconnect_src_Makefile_in patch-toolkit_xre_glxtest_cpp patch-xpcom_base_nsStackWalk_cpp Log message: Update to firefox-10.0.2. - Fixes MFSA-2012-01..11 - remove patch-gfx_qcms_qcmstypes_h & patch-toolkit_xre_glxtest_cpp, were commited upstream (bugs #651444 & #687320) - remove patch-js_src_xpconnect_src_Makefile_in, dom_quickstubs.cpp hack was apparently only needed with gcc3 - remove patch-xpcom_base_nsStackWalk_cpp, codepath not reached/solaris only. - add https://bug691898.bugzilla.mozilla.org/attachment.cgi?id=588391 to use yarr interpreter on ppc, bug #691898 still being worked on - backport https://hg.mozilla.org/mozilla-central/rev/9cfdb612a026, fixes endianess detection on BSDs using machine/endian.h (bug #714312) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/02/20 13:17:49 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/mozilla-thunderbird/patches: patch-mozilla_browser_app_profile_firefox_js patch-mozilla_extensions_auth_nsAuthGSSAPI_cpp patch-mozilla_gfx_thebes_Makefile_in patch-mozilla_ipc_chromium_src_chrome_common_ipc_message_utils_h patch-mozilla_js_src_configure_in patch-mozilla_media_libsydneyaudio_include_sydney_audio_h patch-mozilla_parser_html_Makefile_in patch-mozilla_security_manager_ssl_src_Makefile_in patch-mozilla_security_manager_ssl_src_nsNSSComponent_cpp patch-mozilla_toolkit_components_downloads_nsDownloadManager_cpp patch-mozilla_toolkit_library_Makefile_in patch-mozilla_toolkit_xre_nsXREDirProvider_cpp patch-mozilla_widget_src_xpwidgets_nsPrintSettingsImpl_cpp patch-mozilla_xpcom_io_nsAppFileLocationProvider_cpp mail/mozilla-thunderbird/pkg: PLIST-lightning PLIST-main Added files: mail/mozilla-thunderbird/patches: patch-mail_installer_Makefile_in patch-mozilla_js_src_Makefile_in patch-mozilla_js_src_js-config_h_in patch-mozilla_js_src_jscompartment_cpp patch-mozilla_js_src_jscpucfg_h patch-mozilla_js_src_vm_RegExpObject-inl_h patch-mozilla_js_src_vm_RegExpObject_cpp patch-mozilla_js_src_vm_RegExpObject_h patch-mozilla_js_src_yarr_wtfbridge_h Removed files: mail/mozilla-thunderbird/patches: patch-configure_in patch-mozilla-js_src_jscompartment_cpp patch-mozilla_gfx_qcms_qcmstypes_h patch-mozilla_js_src_xpconnect_shell_Makefile_in patch-mozilla_js_src_xpconnect_src_Makefile_in patch-mozilla_xpcom_base_nsStackWalk_cpp Log message: Update to thunderbird-10.0.2. Same comments as for firefox, plus: - rename js/src/jscompartment.cpp patch - remove patch-configure.in, not needed since 'gnome' component is disabled via configure args. - add patch-mail_installer_Makefile_in to not install the sdk headers/idl files CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/02/20 13:20:00 Modified files: www/seamonkey : Makefile distinfo www/seamonkey/patches: patch-config_rules_mk patch-ldap_sdks_c-sdk_configure_in patch-mailnews_extensions_enigmail_genxpi patch-mozilla_browser_app_profile_firefox_js patch-mozilla_browser_components_certerror_content_aboutCertError_xhtml patch-mozilla_build_unix_mozilla_in patch-mozilla_build_unix_run-mozilla_sh patch-mozilla_extensions_auth_nsAuthGSSAPI_cpp patch-mozilla_gfx_thebes_Makefile_in patch-mozilla_ipc_chromium_src_base_atomicops_h patch-mozilla_ipc_chromium_src_base_dir_reader_posix_h patch-mozilla_ipc_chromium_src_base_file_util_posix_cc patch-mozilla_ipc_chromium_src_base_third_party_nspr_prcpucfg_h patch-mozilla_ipc_chromium_src_base_third_party_nspr_prcpucfg_linux_h patch-mozilla_ipc_chromium_src_chrome_common_ipc_channel_posix_cc patch-mozilla_ipc_chromium_src_chrome_common_ipc_message_utils_h patch-mozilla_js_src_configure_in patch-mozilla_js_src_ctypes_libffi_configure patch-mozilla_js_src_ctypes_libffi_src_dlmalloc_c patch-mozilla_media_libsydneyaudio_include_sydney_audio_h patch-mozilla_media_libsydneyaudio_src_Makefile_in patch-mozilla_memory_mozalloc_mozalloc_cpp patch-mozilla_parser_html_Makefile_in patch-mozilla_security_manager_pki_resources_content_exceptionDialog_js patch-mozilla_security_manager_ssl_src_Makefile_in patch-mozilla_security_manager_ssl_src_nsNSSComponent_cpp patch-mozilla_storage_src_mozStorageConnection_cpp patch-mozilla_toolkit_components_downloads_nsDownloadManager_cpp patch-mozilla_toolkit_crashreporter_client_crashreporter_linux_cpp patch-mozilla_toolkit_library_Makefile_in patch-mozilla_toolkit_library_libxul-config_mk patch-mozilla_toolkit_xre_nsXREDirProvider_cpp patch-mozilla_widget_src_gtk2_Makefile_in patch-mozilla_widget_src_xpwidgets_nsPrintSettingsImpl_cpp patch-mozilla_xpcom_io_SpecialSystemDirectory_cpp patch-mozilla_xpcom_io_nsAppFileLocationProvider_cpp patch-mozilla_xpcom_reflect_xptcall_src_md_unix_Makefile_in www/seamonkey/pkg: PLIST-lightning PLIST-main Added files: www/seamonkey/patches: patch-mozilla_js_src_Makefile_in patch-mozilla_js_src_js-config_h_in patch-mozilla_js_src_jscompartment_cpp patch-mozilla_js_src_jscpucfg_h patch-mozilla_js_src_vm_RegExpObject-inl_h patch-mozilla_js_src_vm_RegExpObject_cpp patch-mozilla_js_src_vm_RegExpObject_h patch-mozilla_js_src_yarr_wtfbridge_h Removed files: www/seamonkey/patches: patch-configure_in patch-mozilla-js_src_jscompartment_cpp patch-mozilla_gfx_qcms_qcmstypes_h patch-mozilla_js_src_xpconnect_shell_Makefile_in patch-mozilla_js_src_xpconnect_src_Makefile_in patch-mozilla_xpcom_base_nsStackWalk_cpp Log message: Update to seamonkey 2.7.2. Same comments as for thunderbird, and remove i18n xpis from the port, they bring 20Mb to the package without reason and will be better as no-arch in www/seamonkey-i18n. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/02/20 13:21:43 Modified files: www/fennec : Makefile distinfo www/fennec/patches: patch-browser_app_profile_firefox_js patch-browser_components_certerror_content_aboutCertError_xhtml patch-build_unix_mozilla_in patch-build_unix_run-mozilla_sh patch-config_autoconf_mk_in patch-config_rules_mk patch-content_xslt_src_base_txDouble_cpp patch-extensions_auth_nsAuthGSSAPI_cpp patch-extensions_spellcheck_hunspell_src_mozHunspell_cpp patch-gfx_thebes_Makefile_in patch-ipc_chromium_src_base_atomicops_h patch-ipc_chromium_src_base_dir_reader_posix_h patch-ipc_chromium_src_base_file_util_posix_cc patch-ipc_chromium_src_base_third_party_nspr_prcpucfg_h patch-ipc_chromium_src_base_third_party_nspr_prcpucfg_linux_h patch-ipc_chromium_src_chrome_common_ipc_channel_posix_cc patch-ipc_chromium_src_chrome_common_ipc_message_utils_h patch-js_src_configure_in patch-js_src_ctypes_libffi_configure patch-js_src_ctypes_libffi_src_dlmalloc_c patch-js_src_ctypes_libffi_src_mips_ffi_c patch-js_src_ctypes_libffi_src_mips_ffitarget_h patch-media_libsydneyaudio_include_sydney_audio_h patch-media_libsydneyaudio_src_Makefile_in patch-memory_mozalloc_mozalloc_cpp patch-parser_html_Makefile_in patch-security_manager_pki_resources_content_exceptionDialog_js patch-security_manager_ssl_src_Makefile_in patch-security_manager_ssl_src_nsNSSComponent_cpp patch-services_crypto_modules_WeaveCrypto_js patch-storage_src_mozStorageConnection_cpp patch-toolkit_components_downloads_nsDownloadManager_cpp patch-toolkit_crashreporter_client_crashreporter_linux_cpp patch-toolkit_library_Makefile_in patch-toolkit_library_libxul-config_mk patch-toolkit_mozapps_installer_packager_mk patch-toolkit_xre_nsXREDirProvider_cpp patch-widget_src_gtk2_Makefile_in patch-widget_src_xpwidgets_nsPrintSettingsImpl_cpp patch-xpcom_io_SpecialSystemDirectory_cpp patch-xpcom_io_nsAppFileLocationProvider_cpp patch-xpcom_reflect_xptcall_src_md_unix_Makefile_in patch-xulrunner_app_Makefile_in patch-xulrunner_installer_libxul-embedding_pc_in www/fennec/pkg : PLIST Added files: www/fennec/patches: patch-js_src_Makefile_in patch-js_src_js-config_h_in patch-js_src_jscompartment_cpp patch-js_src_jscpucfg_h patch-js_src_vm_RegExpObject-inl_h patch-js_src_vm_RegExpObject_cpp patch-js_src_vm_RegExpObject_h patch-js_src_yarr_wtfbridge_h Removed files: www/fennec/patches: patch-gfx_qcms_qcmstypes_h patch-js_src_jscompartment.cpp patch-js_src_xpconnect_src_Makefile_in patch-xpcom_base_nsStackWalk_cpp Log message: Update to fennec/firefox mobile 10.0.2. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/02/20 13:22:05 Modified files: www/firefox-i18n: Makefile.inc distinfo Log message: Update to firefox-i18n 10.0.2. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/02/20 13:22:35 Modified files: mail/thunderbird-i18n: Makefile.inc distinfo Log message: Update to thunderbird-i18n 10.0.2. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/02/20 13:26:54 Modified files: www/firefox36 : Makefile distinfo Log message: Update to firefox36 3.6.27. Fixes MFSA-2012-01,02,04,07,08,11. Note that firefox 3.6 branch will be EOL'ed by 24th April 2012. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/02/20 13:28:25 Modified files: productivity/sunbird: Makefile distinfo Removed files: productivity/sunbird/patches: patch-mozilla_gfx_qcms_iccread_c Log message: Build sunbird from thunderbird 3.1.19. Remove patch-mozilla_gfx_qcms_iccread_c, was commited upstream. CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: Makefile distinfo CVS: Removed Files: CVS: patches/patch-mozilla_gfx_qcms_iccread_c CVS: ---------------------------------------------------------------------- CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/02/20 13:29:10 Modified files: devel/xulrunner/1.9: Makefile distinfo Log message: Chase ffx 3.6 update and bump xulrunner to 1.9.2.27. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/02/20 13:32:58 Log message: Import seamonkey-i18n 2.7.2, modeled after www/firefox-i18n. Provides separate packages for 24 language packs. ok espie@ Status: Vendor Tag: landry Release Tags: landry_20120220 N ports/www/seamonkey-i18n/Makefile.inc N ports/www/seamonkey-i18n/Makefile N ports/www/seamonkey-i18n/distinfo N ports/www/seamonkey-i18n/pkg/DESCR N ports/www/seamonkey-i18n/pkg/PLIST N ports/www/seamonkey-i18n/be/Makefile N ports/www/seamonkey-i18n/ca/Makefile N ports/www/seamonkey-i18n/de/Makefile N ports/www/seamonkey-i18n/en-GB/Makefile N ports/www/seamonkey-i18n/en-US/Makefile N ports/www/seamonkey-i18n/es-AR/Makefile N ports/www/seamonkey-i18n/es-ES/Makefile N ports/www/seamonkey-i18n/fi/Makefile N ports/www/seamonkey-i18n/fr/Makefile N ports/www/seamonkey-i18n/gl/Makefile N ports/www/seamonkey-i18n/hu/Makefile N ports/www/seamonkey-i18n/it/Makefile N ports/www/seamonkey-i18n/ja/Makefile N ports/www/seamonkey-i18n/lt/Makefile N ports/www/seamonkey-i18n/nb-NO/Makefile N ports/www/seamonkey-i18n/nl/Makefile N ports/www/seamonkey-i18n/pl/Makefile N ports/www/seamonkey-i18n/pt-PT/Makefile N ports/www/seamonkey-i18n/ru/Makefile N ports/www/seamonkey-i18n/sk/Makefile N ports/www/seamonkey-i18n/sv-SE/Makefile N ports/www/seamonkey-i18n/tr/Makefile N ports/www/seamonkey-i18n/zh-CN/Makefile N ports/www/seamonkey-i18n/ja-JP-mac/Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/02/20 13:33:50 Modified files: www : Makefile Log message: +seamonkey-i18n CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/20 14:00:24 Modified files: regress/lib/libpthread/setsockopt/1: setsockopt1.c Log message: Switch the time measuring to be in timespecs, and then check the difference against the resolution of the monotonic clock from clock_getres() discussed with fgsch@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/02/20 14:01:35 Modified files: build : mirrors.dat Log message: Update ISC entry, they have been known as 'Internet Systems Consortium' since 2004. From Chad Dougherty. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/02/20 14:02:15 Modified files: . : anoncvs.html cvsync.html Log message: sync CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/20 14:04:35 Modified files: usr.bin/kdump : kdump.c kdump_subr.h mksubr Log message: - add more ptrace() ops - be robust against a ktrace file the contains a record with ktr_len==SIZE_MAX, instead of reallocating its buffer to zero size - format the clockid_t argument to clock_*() and __thrsleep() as CLOCK_* - format the sigset_t argument to sigprocmask() and __thrsigdivert(), the return from sigprocmask(), and the mask reported for PSIG records as a bitset of SIG* values, except that if most the bits are set then invert it and prefix with '~' - show the next level of the kern.proc sysctl - __tfork() creates procs, so do the mappidtoemul() handling - refactor ktrstat()'s time printing bits and fix a whitespace glitch in its output - reduce stack usage in ktrstruct() - a value of zero is not an error for mode bits (S_*), atflag bits (AT_*), wait options (W*), or shmat flags (SHM_*) ok otto@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/02/20 14:18:48 Modified files: infrastructure/lib/DPB: Locks.pm Log message: record master dpb pid and hostname (will be used for automatic clean-up of locks on startup) CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/02/20 14:43:31 Modified files: driver/xf86-video-geode: COPYING ChangeLog Makefile.am Makefile.in README aclocal.m4 config.h.in configure configure.ac ltmain.sh driver/xf86-video-geode/src: Makefile.am Makefile.in durango.c geode_dcon.c geode_msr.c gx_driver.c gx_randr.c lx_display.c lx_driver.c lx_exa.c z4l.c Log message: Update to xf86-video-geode 2.11.13 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/02/20 14:48:45 Modified files: driver/xf86-video-dummy: ChangeLog Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh driver/xf86-video-dummy/src: Makefile.am Makefile.in dummy_dga.c dummy_driver.c Log message: Update to xf86-video-dummy 0.3.5 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/02/20 14:49:12 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/20 15:20:51 Modified files: misc/screen : Makefile Log message: use ${MASTER_SITE_GNU} CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/20 15:23:39 Modified files: sys/sys : proc.h ptrace.h signalvar.h sys/kern : kern_exec.c kern_exit.c kern_fork.c kern_prot.c kern_sig.c kern_sysctl.c sched_bsd.c sys_process.c sys/miscfs/procfs: procfs_vnops.c sys/dev : systrace.c Log message: First steps for making ptrace work with rthreads: - move the P_TRACED and P_INEXEC flags, and p_oppid, p_ptmask, and p_ptstat member from struct proc to struct process - sort the PT_* requests into those that take a PID vs those that can also take a TID - stub in PT_GET_THREAD_FIRST and PT_GET_THREAD_NEXT ok kettenis@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/20 18:42:02 Modified files: lib/librthread : rthread_sched.c Log message: Make pthread_suspend_np() and pthread_resume_np() simply fail instead of doing the Wrong Thing. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/02/21 01:09:30 Added files: lang/gcc/4.6/patches: patch-gcc_ada_adaint_c Log message: Fix -ada build by providing a dummy fname_as_string() in gnat, missed in the previous commit when enabling ssp. Reported and fix tested by naddy@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/21 01:21:57 Modified files: mail/gmime : Makefile distinfo Log message: Update to gmime-2.6.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/21 01:22:44 Modified files: x11/gnome/totem-pl-parser: Makefile x11/gnome/grilo-plugins: Makefile Log message: Unbreak: sync wantlib after recent gmime update. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/21 01:41:57 Modified files: x11/pinot : Makefile Log message: Unbreak: sync wantlib after recetn gmime update. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/21 01:45:17 Modified files: multimedia/gstreamer-0.10/core: Makefile distinfo multimedia/gstreamer-0.10/core/pkg: PLIST Log message: Update to gstreamer-0.10.36. Detail changelog available at: http://download.gnome.org/sources/gstreamer/0.10/gstreamer-0.10.36.changes CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/21 01:45:43 Modified files: multimedia/gstreamer-0.10/plugins-base: Makefile distinfo multimedia/gstreamer-0.10/plugins-base/patches: patch-configure_ac patch-docs_plugins_gst-plugins-base-plugins_args multimedia/gstreamer-0.10/plugins-base/pkg: PLIST-main Log message: Update to gstreamer-plugins-base-0.10.36. Detail changelog available at: http://download.gnome.org/sources/gst-plugins-base/0.10/gst-plugins-base-0.10.36.changes CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/21 01:46:08 Modified files: multimedia/gstreamer-0.10/plugins-good: Makefile distinfo multimedia/gstreamer-0.10/plugins-good/patches: patch-configure_ac patch-gst_udp_gstmultiudpsink_c patch-sys_v4l2_gstv4l2object_c multimedia/gstreamer-0.10/plugins-good/pkg: PLIST-main Removed files: multimedia/gstreamer-0.10/plugins-good/patches: patch-gst_goom_plugin_info_c Log message: Update to gstreamer-plugins-good-0.10.31. Detail changelog available at: http://download.gnome.org/sources/gst-plugins-good/0.10/gst-plugins-good-0.10.31.changes CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/21 02:13:50 Modified files: security/pidgin-otr: Makefile Log message: Unbreak after recent intltool update: AUTOCONF_VERSION 2.59 -> 2.60 build breakage reported by fgsch@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/21 02:22:33 Modified files: devel/glib2 : Makefile Log message: Explain XXX a bit more so that people can try and reproduce it easily if they want to help fix this 64bit arches crash. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/02/21 03:37:26 Modified files: infrastructure/lib/DPB: Fetch.pm Log message: also log the fullpkgpath, no need to go look in the lock proper for that. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/21 04:28:01 Modified files: multimedia/gstreamer-0.10/py-gstreamer: Makefile Log message: Sync WANTLIB. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/21 04:29:43 Modified files: x11/gnome/tracker: Makefile x11/gnome/totem: Makefile Log message: Sync WANTLIB after gmime update. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/21 04:30:12 Modified files: audio/rhythmbox: Makefile Log message: Sync WANTLIB after gmime update. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/02/21 05:27:25 Modified files: graphics/feh : Makefile distinfo graphics/feh/patches: patch-man_feh_pre patch-src_keyevents_c Log message: Update to feh-2.3 CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2012/02/21 05:59:56 src/regress/lib/libpthread/suspend_np1 Update of /cvs/src/regress/lib/libpthread/suspend_np1 In directory cvs.openbsd.org:/tmp/cvs-serv15692/suspend_np1 Log Message: Directory /cvs/src/regress/lib/libpthread/suspend_np1 added to the repository CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2012/02/21 06:02:28 Modified files: regress/lib/libpthread: Makefile Added files: regress/lib/libpthread/suspend_np1: Makefile suspend_np1.c Log message: Add pthread_suspend_np regress test. okay guenther@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/21 06:38:22 Modified files: multimedia/gstreamer-0.10/core: Makefile Added files: multimedia/gstreamer-0.10/core/patches: patch-gst_Makefile_in Log message: Link libgstreamer with libutil to prevent undefined symbols when dlopening libgstpython.so. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/21 06:40:10 Modified files: multimedia/gstreamer-0.10/plugins-good: Makefile multimedia/gstreamer-0.10/plugins-good/files: gstsndio.c sndiosink.c sndiosrc.c Log message: sndio_debug -> gst_sndio_debug to prevent symbol name clash with sndio(7). CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/02/21 06:50:18 Modified files: www/phpmyadmin : Makefile distinfo Log message: Update to 3.4.10.1, fixes XSS in replication setup, see PMASA-2012-1 ok kevlo@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/02/21 07:05:39 Modified files: x11/i3 : Makefile distinfo x11/i3/patches : patch-common_mk patch-i3-config-wizard_main_c patch-man_i3-migrate-config-to-v4_1 patch-src_floating_c patch-src_randr_c Added files: x11/i3/patches : patch-src_click_c patch-src_tree_c Removed files: x11/i3/patches : patch-include_data_h patch-include_ewmh_h patch-include_floating_h patch-include_window_h patch-include_xcb_compat_h patch-src_con_c patch-src_ewmh_c patch-src_handlers_c patch-src_main_c patch-src_manage_c patch-src_window_c patch-src_x_c Log message: Update to i3-4.1.2 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/02/21 08:25:32 Modified files: databases/redis: Makefile distinfo databases/redis/patches: patch-src_redis_c Log message: Bugfixing update to redis-2.4.7 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/21 08:26:26 Modified files: multimedia/gstreamer-0.10/core: Makefile Removed files: multimedia/gstreamer-0.10/core/patches: patch-gst_Makefile_in Log message: Better leave gstpython itself deals with libutil. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/21 08:26:58 Modified files: multimedia/gstreamer-0.10/py-gstreamer: Makefile Added files: multimedia/gstreamer-0.10/py-gstreamer/patches: patch-plugin_gstpythonplugin_c Log message: Load libutil along with libpython to prevent undefined symbols from openpty(). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/21 08:27:13 Modified files: multimedia/gstreamer-0.10/plugins-good: Makefile Log message: Regen WANTLIB. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/21 08:49:08 Modified files: x11/gnome/anjuta: Makefile Log message: autoconf is enough. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/21 09:21:42 Modified files: audio/timidity : Makefile devel/apr-util : Makefile devel/gputils : Makefile games/allegro : Makefile games/zaz : Makefile geo/qlandkarte : Makefile geo/tangogps : Makefile lang/expect : Makefile lang/open-cobol: Makefile misc/magicpoint: Makefile net/freetalk : Makefile net/ices : Makefile net/ladvd : Makefile net/xmlrpc-epi : Makefile print/poppler : Makefile print/scribus : Makefile security/smurflog: Makefile sysutils/whowatch: Makefile textproc/gtkaml: Makefile x11/nx/nxcomp : Makefile Log message: CONFIGURE_STYLE autoconf already appends gnu, so no need to explicitely list it. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/21 10:54:44 Modified files: sysutils/symon : Makefile distinfo Log message: update to symon 2.84 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/21 10:57:31 Modified files: www/cntlm : Makefile Log message: honour CC CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/21 14:27:46 ports/net/net-snmp/files Update of /cvs/ports/net/net-snmp/files In directory cvs.openbsd.org:/tmp/cvs-serv28885/files Log Message: Directory /cvs/ports/net/net-snmp/files added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/21 15:10:21 Modified files: net/net-snmp : Makefile net/net-snmp/pkg: PLIST-main Added files: net/net-snmp/files: OPENBSD-PF-MIB.txt Log message: Install OPENBSD-PF-MIB.txt in share/snmp/mibs to work around a bug with system mibs reported by krw@ and dhill@ (this should be fixed in base soon when PF-MIB support is added to snmpd). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/21 15:19:32 Modified files: audio/xmp : Makefile devel/git : Makefile devel/mk : Makefile games/netris : Makefile graphics/fxtv : Makefile graphics/fxtv/patches: patch-tvutil_c graphics/gtkimageview: Makefile lang/ucblogo : Makefile lang/ucblogo/patches: patch-wrksp_c mail/courier-authlib: Makefile mail/courier-imap: Makefile print/gutenprint: Makefile print/gutenprint/patches: patch-src_gutenprintui2_plist_c sysutils/dvd+rw-tools: Makefile x11/compiz/core: Makefile Removed files: audio/xmp/patches: patch-src_misc_oxm_c devel/git/patches: patch-imap-send_c devel/mk/patches: patch-unix_c games/netris/patches: patch-robot_c graphics/gtkimageview/patches: patch-tests_interactive_c mail/courier-authlib/patches: patch-authpipelib_c mail/courier-imap/patches: patch-imap_imaplogin_c patch-imap_pop3login_c sysutils/dvd+rw-tools/patches: patch-growisofs_c x11/compiz/core/patches: patch-src_screen_c Log message: Remove patches casting NULL when used as a sentinel to a pointer. These are no longer needed since unistd.h r1.63 et al. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/21 15:29:43 Modified files: sysutils/tabled: Makefile Log message: tidy whitespace, no package change CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/21 15:34:19 Modified files: textproc/zathura: Makefile textproc/zathura/pkg: PLIST Log message: Regen PLIST and add desktop-file-utils as a run dep, since the last commit started installing the .desktop files inside ${PREFIX}.. While there, adjust MAKE_FLAGS so the compiler command-lines aren't hidden. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/21 15:36:43 Modified files: devel/ORBit2 : Makefile devel/libglade2: Makefile devel/libunique: Makefile devel/vte3 : Makefile multimedia/libdv: Makefile x11/dbus-python: Makefile Log message: sync WANTLIBs and bump CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/21 15:38:21 ports/net/netbsd-iscsi-target/patches Update of /cvs/ports/net/netbsd-iscsi-target/patches In directory cvs.openbsd.org:/tmp/cvs-serv2832/patches Log Message: Directory /cvs/ports/net/netbsd-iscsi-target/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/21 15:41:30 Modified files: net/netbsd-iscsi-target: Makefile distinfo net/netbsd-iscsi-target/pkg: PLIST Added files: net/netbsd-iscsi-target/patches: patch-src_Makefile_in net/netbsd-iscsi-target/pkg: PFRAG.shared iscsi_target.rc Log message: update to a newer netbsd-iscsi-target, from Roman Kravchuk with tweaks by me. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/21 15:47:50 Modified files: devel/libmagic : Makefile distinfo Log message: Update libmagic (based on "file" sources) to 5.11; fixes CDF parsing issues found by CERT's fuzzing tool. Possibly SECURITY related. CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2012/02/21 16:17:47 Modified files: . : plus.html plus20.html plus21.html plus22.html plus23.html plus24.html plus25.html plus26.html plus27.html plus28.html plus29.html plus30.html plus31.html plus32.html plus33.html plus34.html plus35.html plus36.html plus37.html plus38.html plus39.html plus40.html plus41.html plus42.html plus43.html plus44.html plus45.html plus46.html plus47.html plus48.html plus49.html plus50.html Added files: . : plus51.html Log message: Bump plus*.html; we are now hacking on 5.1-current. OK nick@ deraadt@ and also checked by Steffen Daode Nurpmeso CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2012/02/21 17:13:54 Modified files: . : plus.html Log message: first week of 5.1-current, Feb 13 to Feb 19 from Brett dot Mahar at gmx dot com; minor tweaks by me CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/02/22 00:08:10 Modified files: nl : books.html openntpd/fr : index.html portable.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/22 00:14:20 Modified files: devel/automake/1.11: Makefile distinfo devel/automake/1.11/patches: patch-automake_in patch-doc_automake_texi devel/automake/1.11/pkg: PLIST Removed files: devel/automake/1.11/patches: patch-m4_python_m4 Log message: Update to automake-1.11.3, from Brad. Add missing @conflict marker. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/22 00:43:58 Modified files: devel/automake/1.10: Makefile devel/automake/1.9: Makefile Log message: The TESTS_ENVIRONMENT is used internally and not as the port infrastructure is trying to use it. So fix how the variables are passed in for the regress tests. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/22 00:48:11 Modified files: lang/gcc/4.2/patches: patch-gcc_c-common_c Removed files: lang/gcc/4.0/patches: patch-gcc_c-aux-info_c patch-gcc_c-incpath_c patch-gcc_collect2_c patch-gcc_coverage_c patch-gcc_cp_call_c patch-gcc_cp_parser_c patch-gcc_dbxout_c patch-gcc_gcc_c patch-gcc_gensupport_c patch-gcc_objc_objc-act_c patch-gcc_prefix_c patch-gcc_tree-dump_c patch-gcc_tree-mudflap_c patch-gcc_tree-nested_c patch-gcc_tree-optimize_c patch-gcc_tree-vect-transform_c patch-gcc_tree_c patch-gcc_varasm_c lang/gcc/4.1/patches: patch-gcc_c-aux-info_c patch-gcc_c-incpath_c patch-gcc_collect2_c patch-gcc_coverage_c patch-gcc_cp_call_c patch-gcc_cp_decl2_c patch-gcc_cp_parser_c patch-gcc_dbxout_c patch-gcc_diagnostic_c patch-gcc_gcc_c patch-gcc_gensupport_c patch-gcc_objc_objc-act_c patch-gcc_passes_c patch-gcc_prefix_c patch-gcc_read-rtl_c patch-gcc_tree-complex_c patch-gcc_tree-dump_c patch-gcc_tree-mudflap_c patch-gcc_tree-nested_c patch-gcc_tree-vect-transform_c patch-gcc_tree_c patch-gcc_varasm_c lang/gcc/4.2/patches: keep patch-gcc_c-aux-info_c patch-gcc_c-incpath_c patch-gcc_collect2_c patch-gcc_config_i386_driver-i386_c patch-gcc_coverage_c patch-gcc_cp_call_c patch-gcc_cp_decl2_c patch-gcc_cp_parser_c patch-gcc_dbxout_c patch-gcc_diagnostic_c patch-gcc_gcc_c patch-gcc_gensupport_c patch-gcc_objc_objc-act_c patch-gcc_omp-low_c patch-gcc_passes_c patch-gcc_prefix_c patch-gcc_read-rtl_c patch-gcc_tree-complex_c patch-gcc_tree-dump_c patch-gcc_tree-mudflap_c patch-gcc_tree-nested_c patch-gcc_tree-vect-transform_c patch-gcc_tree_c patch-gcc_varasm_c lang/gcc/4.3/patches: keep patch-gcc_builtins_c patch-gcc_c-aux-info_c patch-gcc_c-incpath_c patch-gcc_collect2_c patch-gcc_config_i386_driver-i386_c patch-gcc_coverage_c patch-gcc_cp_call_c patch-gcc_cp_decl2_c patch-gcc_cp_parser_c patch-gcc_dbxout_c patch-gcc_diagnostic_c patch-gcc_gcc_c patch-gcc_gensupport_c patch-gcc_objc_objc-act_c patch-gcc_omp-low_c patch-gcc_passes_c patch-gcc_prefix_c patch-gcc_read-rtl_c patch-gcc_tree-complex_c patch-gcc_tree-dump_c patch-gcc_tree-mudflap_c patch-gcc_tree-nested_c patch-gcc_tree-vect-transform_c patch-gcc_tree_c patch-gcc_varasm_c Log message: Now that the system headers provide a proper definition of NULL we can remove all these NULL patches. from Brad ok espie@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/02/22 00:54:26 Modified files: net/amule : Makefile net/amule/patches: patch-src_Preferences_cpp Added files: net/amule/patches: patch-src_BaseClient_cpp patch-src_SharedFileList_cpp patch-src_Statistics_cpp patch-src_webserver_src_WebServer_cpp Log message: Fix a couple of crashers: fix crash on truncated statistics.dat (upstream git commit 5e3682f7efed13eb52e4358a2d91b0e381334120) fix amuleweb crash on CProgressImage::CreateSpan (upstream git commit 846dcf92ce64fd42caf8a86d644fe3a3f4683d09) And: fix showing of shared files to other clients (upstream git commit 4e40aecb160baac72aa28a8a4c7aaf19261e051f) change nodes.dat default download URL to something actually working (upstream git commit 8dbe597539bcac7272ccf4d46790fde814aeded1) CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/02/22 01:10:19 Modified files: www/phpmyadmin : Tag: OPENBSD_5_0 Makefile distinfo www/phpmyadmin/pkg: Tag: OPENBSD_5_0 PLIST Log message: Update to 3.4.10.1, fixes XSS in replication setup, see PMASA-2012-1 ok kevlo@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/02/22 01:22:40 Modified files: devel/sdl : Makefile Removed files: devel/sdl/patches: patch-src_video_x11_SDL_x11sym_h patch-src_video_x11_SDL_x11video_c patch-src_video_x11_SDL_x11video_h Log message: Roll back support for XRandR and VidMode gamma ramps: SDL was broken on (at least) macppc because of this. Patch updated for -current by Brad OK ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/02/22 01:32:25 Modified files: graphics/ffmpegthumbnailer: Makefile Log message: Remove unnecessary include path added to CPPFLAGS for png. Tidy up the Makefile a bit. From Brad. No bump needed. CVSROOT: /cvs Module name: ports Changes by: weerd@cvs.openbsd.org 2012/02/22 01:41:54 Modified files: net/ladvd : Makefile distinfo Removed files: net/ladvd/patches: patch-src_master_c Log message: Update to 1.0.4. Several new features added and bugs fixed. While here, switch over to mandoc. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/02/22 02:30:20 Modified files: security/libfprint: Makefile distinfo security/libfprint/patches: patch-libfprint_Makefile_in patch-libfprint_fp_internal_h Added files: security/libfprint/patches: patch-configure_ac Removed files: security/libfprint/patches: patch-configure Log message: Update to libfprint-0.4.0 OK robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/02/22 02:32:46 Modified files: sysutils/login_fingerprint: Makefile Added files: sysutils/login_fingerprint/patches: patch-Makefile Log message: Fix after libfprint update. OK robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/22 03:27:03 Modified files: net/avahi : Makefile distinfo Log message: Minor update to avahi-0.6.31. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/22 03:30:35 Modified files: . : INDEX Log message: sync; 7412. unzel+=26 CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/02/22 03:38:24 Modified files: share/man/man8 : rc.d.8 Log message: Mention and explain the /var/run/rc.d/ directory. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/02/22 03:50:47 Modified files: devel/libev : Makefile distinfo devel/libev/patches: patch-Makefile_in patch-configure Log message: Update to libev-4.11 CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2012/02/22 04:52:39 Modified files: usr.sbin/nginx/src/core: ngx_file.c usr.sbin/nginx : README.OpenBSD Log message: create the tmp dirs nginx needs for doing proxying inside the chroot because these get created before the actual chroot happens CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2012/02/22 05:31:42 Modified files: devel/boehm-gc : Makefile devel/boehm-gc/patches: patch-configure_ac patch-include_private_gcconfig_h patch-os_dep_c Removed files: devel/boehm-gc/patches: patch-Makefile_in patch-include_private_openbsd_stop_world_h patch-openbsd_stop_world_c patch-pthread_stop_world_c Log message: Remove uthreads work-arounds. Works ok with rthreads now. Tested by sthen@ and espie@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2012/02/22 05:40:04 Modified files: lang/gcc/4.2 : Makefile lang/gcc/4.2/patches: patch-boehm-gc_configure patch-boehm-gc_include_private_gcconfig_h patch-boehm-gc_os_dep_c Removed files: lang/gcc/4.2/patches: patch-boehm-gc_Makefile_in patch-boehm-gc_include_private_openbsd_stop_world_h patch-boehm-gc_openbsd_stop_world_c patch-boehm-gc_pthread_stop_world_c Log message: Port boehm-gc rthread support from boehm-gc port. Tested in bulk by espie@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/02/22 06:22:00 Modified files: www/gnash : Makefile distinfo www/gnash/pkg : PLIST Removed files: www/gnash/patches: patch-configure_ac patch-doc_C_Makefile_in patch-macros_boost_m4 patch-macros_curl_m4 patch-macros_ffmpeg_m4 patch-plugin_npapi_Makefile_in patch-plugin_npapi_plugin_cpp Log message: Bugfixing update to gnash-0.8.10 from brad CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/02/22 07:05:01 Modified files: devel/chmlib : Makefile devel/chmlib/pkg: PLIST Log message: Enable examples and fix license marker from Anthony J. Bentley with tweaks by me CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/22 07:20:32 Modified files: x11/gnome/tracker: Makefile x11/gnome/tracker/patches: patch-src_libtracker-miner_tracker-monitor_c Log message: Based the number of monitors on RLIMIT_NOFILE and max it to 2048. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/02/22 13:00:55 Modified files: security/nss : Makefile distinfo security/nss/patches: patch-mozilla_security_nss_lib_ckfw_builtins_certdata_c Log message: Update to nss 3.13.3. This release actively distrusts the MITM subCA issued by TrustWave, see details at https://bugzilla.mozilla.org/show_bug.cgi?id=724929 (also #727167 & #728617). While here, depend on nspr 4.9. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2012/02/22 13:33:51 Modified files: regress/lib/libpthread/setsockopt/3: setsockopt3.c regress/lib/libpthread/setsockopt/3a: setsockopt3a.c Log message: similar change to the setsockopt1.c one: use the resolution of the monotonic clock from clock_getres(). while here use a different port when binding. CVSROOT: /cvs Module name: src Changes by: joel@cvs.openbsd.org 2012/02/22 20:54:38 Modified files: share/snmp : Makefile OPENBSD-BASE-MIB.txt usr.sbin/snmpd : Makefile mib.c mib.h snmpd.c snmpd.h Added files: share/snmp : OPENBSD-PF-MIB.txt usr.sbin/snmpd : pf.c Log message: Bring in PF-MIB to snmpd. ok krw@, sthen@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/22 21:43:06 Modified files: lib/libpthread/include: pthread.h lib/librthread : Makefile rthread.h rthread_sync.c Added files: lib/librthread : rthread_condattr.c Log message: Add pthread_condattr_{get,set}clock(), requested by aja@ Add pthread_mutex_timedlock(), requested by dcoppa@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/22 23:58:11 Modified files: x11/dbus : Makefile x11/dbus/patches: patch-configure Log message: Properly detect and use the MONOTONIC clock now that we have pthread_condattr_{get,set}clock(). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/23 00:33:08 Modified files: net/telepathy/folks: Makefile Log message: Fix RUN_DEPENDS. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/23 00:54:40 Modified files: regress/lib/libpthread/pthread_mutex: pthread_mutex.c Log message: Check that PTHREAD_MUTEX_NORMAL mutexes will self-deadlock and that pthread_mutex_timedlock() will block and then timeout on self-deadlock CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/23 00:58:25 Modified files: lib/librthread : rthread_sync.c Log message: PTHREAD_MUTEX_NORMAL mutexes are supposed to self-deadlock, not abort. That deadlock can be exited via a timeout for pthread_mutex_timedlock(). Unwind all the state when pthread_mutex_timedlock() times out CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/23 01:10:01 Modified files: net/telepathy/folks: Makefile Log message: Add missing ${MODGETTEXT_LIB_DEPENDS}. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/02/23 01:32:17 Modified files: infrastructure/mk: bsd.port.mk Log message: give FULLPKGPATH in warning message. Redundant, but may be useful for multi. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/23 01:32:46 Modified files: x11/gnome/rygel: Makefile Added files: x11/gnome/rygel/pkg: DESCR-main DESCR-tracker PLIST-main PLIST-tracker Removed files: x11/gnome/rygel/pkg: DESCR PFRAG.shared PLIST Log message: Add a subpackage for the (meta-)tracker plugin. Set SHARED_ONLY. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/23 01:33:16 Modified files: x11/gnome/rygel/pkg: PLIST-main Log message: Forgot this bit in previous. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/23 02:22:06 Modified files: meta/gnome : Makefile meta/gnome/pkg : README-main Added files: meta/gnome/pkg : DESCR-extra PLIST-extra Removed files: meta/gnome/pkg : DESCR-extras PLIST-extras Log message: gnome-extras can refer to some old GNOME2 components, so rename -extras to -extra. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/23 02:22:34 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: gnome-extras -> gnome-extra CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/23 02:39:00 Modified files: textproc/libxml: Makefile Added files: textproc/libxml/patches: patch-configure_in patch-dict_c patch-hash_c Log message: apply a fix for CVE-2012-0841 to libxml. ok ajacoutot@ "certain XML parsers/servers are affected by the same, or similar, flaw as the hash table collisions CPU usage denial of service. Sending a specially crafted message to an XML service can result in longer processing time, which could lead to a denial of service. It is reported that this attack on XML can be applied on different XML nodes (such as entities, element attributes, namespaces, various elements in the XML security, etc.)." CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/23 02:40:47 Modified files: x11/gnome/rygel: Makefile Added files: x11/gnome/rygel/pkg: DESCR PLIST Removed files: x11/gnome/rygel/pkg: DESCR-main DESCR-tracker PLIST-main PLIST-tracker Log message: Actually merge the tracker plugin; it doesn't bring any dependency on meta-tracker since it uses DBus to activate tracker-store and if it's not there, then it will automatically disable the plugin. It's way simpler this way, my fault... CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2012/02/23 02:59:21 Modified files: build/mirrors : openssh-portable.html.head openssh : portable.html Log message: fix keyword meta tags. ok sthen@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/02/23 04:14:30 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document cases where the warning can and should be ignored CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/23 04:29:46 Modified files: x11/gnome/grilo-plugins: Makefile x11/gnome/grilo-plugins/pkg: PLIST Log message: This needs to depend on tracker. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/23 04:30:58 Modified files: x11/gnome/tracker: Makefile Log message: Add x11/gnome/grilo-plugins to the list of ports to watch. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/23 05:17:09 Modified files: x11/gnome/session: Makefile Log message: No need to depend on librsvg. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/23 05:37:46 Modified files: textproc/libxml: Makefile Log message: missed REVISION bump; pointed out by pascal@, thanks! CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/02/23 05:51:13 Modified files: de : anoncvs.html books.html cvsync.html nl : anoncvs.html cvsync.html openbgpd/de : goals.html opencvs/de : goals.html openntpd/de : goals.html index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/02/23 06:48:25 Modified files: net/miniupnp : Makefile.inc Log message: Use "?=" for MAINTAINER. ok ajacoutot@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/02/23 06:56:49 Log message: Import libnatpmp, a NAT Port Mapping Protocol client library, part of the miniupnp suite. OK ajacoutot@ Status: Vendor Tag: dcoppa Release Tags: dcoppa_20120223 N ports/net/miniupnp/libnatpmp/distinfo N ports/net/miniupnp/libnatpmp/Makefile N ports/net/miniupnp/libnatpmp/pkg/DESCR N ports/net/miniupnp/libnatpmp/pkg/PLIST N ports/net/miniupnp/libnatpmp/patches/patch-Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/02/23 07:00:01 Modified files: net/miniupnp : Makefile Log message: +libnatpmp CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2012/02/23 07:40:33 Added files: multimedia/gstreamer-0.10/plugins-base/patches: patch-gst_audioresample_resample_sse_h patch-gst_audioresample_speex_resampler_double_c patch-gst_audioresample_speex_resampler_float_c Log message: fix breakage on i386 assumes SSE/SSE2 enabled by default, rather than checking. Add checks for SSE/SSE2. ok ajc@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/23 08:11:04 Modified files: multimedia/gstreamer-0.10/plugins-base/patches: patch-gst_audioresample_resample_sse_h patch-gst_audioresample_speex_resampler_double_c patch-gst_audioresample_speex_resampler_float_c Log message: Link to BZ. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/23 09:03:03 Modified files: print/hplip : Makefile distinfo print/hplip/patches: patch-Makefile_in print/hplip/pkg: PLIST-hpijs Log message: Update to hplip-3.12.2. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/02/23 14:42:23 Modified files: infrastructure/lib/DPB: PkgPath.pm Log message: hack to avoid stopping midway thru, need to find a better way... ;( CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/02/23 15:40:58 Modified files: usr.bin/tmux : cmd-display-message.c tmux.1 Log message: Use format for display-message, based on a diff from George Nachman. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/23 21:58:22 Modified files: lib/libpthread/man: Makefile.inc pthread_mutex_lock.3 Removed files: lib/libpthread/man: pthread_mutex_trylock.3 Log message: Merge pthread_mutex_trylock(3) into pthread_mutex_lock(3) and document pthread_mutex_timedlock() in that same page ok fgsch@, brad@, as well as jmc@, who also fixed a bunch of nits CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/23 22:34:51 Modified files: lib/libpthread/man: Makefile.inc Added files: lib/libpthread/man: pthread_condattr.3 Log message: Document pthread_condattr_{init,destroy,setclock,getclock} CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/23 22:37:51 Modified files: lib/librthread : rthread.c Log message: sched_yield() is the standard name while pthread_yield() is the non-standard alias, so prefer the former CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/23 23:19:00 Modified files: lib/libsndio : sio_sun.c sys/arch/macppc/dev: tpms.c sys/arch/vax/dec: sii.c sys/dev/ata : wdvar.h sys/dev/ic : aic79xx.c aic79xx.h aic79xx_openbsd.c aic7xxxvar.h siop_common.c xl.c sys/dev/pci : if_sk.c sys/dev/usb : if_atu.c uvisor.c sys/netinet : tcp_usrreq.c usr.bin/oldrdist: main.c usr.sbin/amd/amd: info_hes.c usr.sbin/httpd/htdocs/manual/mod: mod_rewrite.html usr.sbin/httpd/htdocs/manual/mod/mod_ssl: ssl_faq.html usr.sbin/npppd/common: bytebuf.c Log message: Correct the spelling of "transferred" and "transferring" from Tobias Ulmer (tobiasu at tmux.org); ok jmc@, krw@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/02/23 23:35:27 Modified files: lib/libpthread/man: pthread_mutex_destroy.3 pthread_mutex_init.3 pthread_mutex_unlock.3 pthreads.3 Log message: now that pthread_mutex_trylock.3 has been folded into pthread_mutex_lock.3, don;t list both pages in SEE ALSO; CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/23 23:37:33 Modified files: lib/libpthread/man: Makefile.inc Added files: lib/libpthread/man: pthread_condattr_init.3 Removed files: lib/libpthread/man: pthread_condattr.3 Log message: jmc@ points out that the underlying manpage should be named after one of the functions, not a generic name that doesn't itself exist CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/24 00:15:29 Modified files: lib/libpthread/man: pthreads.3 Log message: Add pthread_condattr_{get,set}clock(), pthread_mutex_timedlock(), and pthread_rwlock_{timed,try}{rd,wr}lock(). Requested by jmc@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/24 00:18:02 Modified files: misc/magicpoint: Makefile Log message: Re-add 'gnu' to CONFIGURE_ARGS. It is needed in this case because order matters. spotted by nigel@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/02/24 01:08:35 Modified files: sysutils/ruby-puppet: Makefile distinfo sysutils/ruby-puppet/pkg: PLIST Removed files: sysutils/ruby-puppet/patches: patch-lib_puppet_network_http_mongrel_rest_rb Log message: update to 2.7.22 which fixes CVE-2012-1053 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/02/24 01:45:57 Modified files: www/tomcat/v7 : Makefile distinfo www/tomcat/v7/pkg: PLIST-examples Log message: Bugfixing update to 7.0.26 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/24 02:35:43 Modified files: net/farsight2 : Makefile Log message: No need to LIB_DEPENDS on python. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/24 02:41:43 Modified files: x11/freerdp : Makefile distinfo x11/freerdp/pkg: PLIST Added files: x11/freerdp/patches: patch-CMakeLists_txt patch-client_X11_CMakeLists_txt patch-server_X11_xfreerdp_c Removed files: x11/freerdp/patches: patch-configure patch-libfreerdpchanman_Makefile_in x11/freerdp/pkg: PFRAG.shared Log message: update to freerdp 1.00; works against win2k8 servers OK merdely@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/24 02:56:51 Modified files: x11/freerdp/patches: patch-CMakeLists_txt Log message: don't force -O2, pointed out by aja@ CVSROOT: /cvs Module name: ports Changes by: mpi@cvs.openbsd.org 2012/02/24 03:44:55 Modified files: devel/vte : Makefile devel/vte/patches: patch-src_pty_c devel/vte/pkg : PLIST-main devel/vte3 : Makefile devel/vte3/patches: patch-src_pty_c devel/vte3/pkg : PLIST Added files: devel/vte/patches: patch-configure_in devel/vte3/patches: patch-configure_in Removed files: devel/vte/patches: patch-gnome-pty-helper_Makefile_in devel/vte3/patches: patch-gnome-pty-helper_Makefile_in Log message: Make use of openpty(3) to allocate a pseudo-tty instead of the gnome-pty-helper. ok ajacoutot@, landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/24 06:44:29 ports/x11/remmina/patches Update of /cvs/ports/x11/remmina/patches In directory cvs.openbsd.org:/tmp/cvs-serv29324/patches Log Message: Directory /cvs/ports/x11/remmina/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/24 06:44:30 ports/x11/remmina/pkg Update of /cvs/ports/x11/remmina/pkg In directory cvs.openbsd.org:/tmp/cvs-serv29324/pkg Log Message: Directory /cvs/ports/x11/remmina/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/24 06:48:26 Modified files: x11/remmina : Makefile Added files: x11/remmina : distinfo x11/remmina/patches: patch-CMakeLists_txt patch-remmina-plugins_common_remmina_plugin_h patch-remmina-plugins_rdp_CMakeLists_txt patch-remmina-plugins_telepathy_CMakeLists_txt patch-remmina-plugins_vnc_CMakeLists_txt patch-remmina-plugins_vnc_libvncserver_CMakeLists_txt patch-remmina-plugins_vnc_libvncserver_libvncclient_rfbproto_c patch-remmina-plugins_xdmcp_CMakeLists_txt patch-remmina_CMakeLists_txt patch-remmina_src_remmina_pref_dialog_c x11/remmina/pkg: DESCR-main DESCR-rdp PLIST-main PLIST-rdp Removed files: x11/remmina : Makefile.inc x11/remmina/core: Makefile distinfo x11/remmina/core/patches: patch-src_remminaprefdialog_c x11/remmina/core/pkg: DESCR PLIST x11/remmina/plugins: Makefile distinfo x11/remmina/plugins/pkg: DESCR-main DESCR-rdp DESCR-telepathy PLIST-main PLIST-rdp PLIST-telepathy Log message: Update to remmina-1.0.0. remmina-plugins has been merged into the main tarball: * merge former plugins,-main and plugins,-telepathy into -main * keep remmina-plugins-rdp as a separate package CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/02/24 09:36:00 Modified files: www/webkit : Makefile distinfo www/webkit/patches: patch-GNUmakefile_in patch-configure Added files: www/webkit/patches: patch-Source_WebCore_rendering_RenderLayer_cpp Log message: Update to webkit 1.6.3, based on a diff from marco. - switch to .tar.xz distfile - bump libjavascriptgtk major - backport a commit from upstream bz #68314, fixes issues on twitter tested by aja@/pstumpf@/kili@ on amd64 & myself on i386/ppc. CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2012/02/24 10:43:11 Modified files: devel/vte : Makefile Log message: bump REVISION-python also required. Ok ajc@ mpi@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2012/02/24 11:03:14 Modified files: libexec/login_yubikey: login_yubikey.8 Log message: login_yubikey(8) reads user's last-use counter from user.ctr, not user.cnt CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/02/24 17:12:07 Modified files: sys/arch/amd64/amd64: cpu.c Log message: Make CPUF_GO setting atomic. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/02/24 17:19:20 Modified files: sys/arch/amd64/amd64: est.c Log message: Remove useless code. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/25 00:54:32 Modified files: lib/libpthread/man: pthreads.3 Log message: Apply a bit more consistency in the ordering of functions in each group of functions. No objection from jmc@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/25 03:25:57 Modified files: devel/libtool : Makefile Log message: No need to set ac_cv_path_SED, it's already being taken care of by infrastructure/db/config.no-gsed. ok Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/25 04:24:28 Modified files: audio/rhythmbox: Makefile audio/rhythmbox/pkg: PLIST Log message: Enable support for the grilo plugin. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/02/25 05:57:42 Modified files: usr.bin/tmux : cmd-set-option.c cmd-show-options.c options-table.c tmux.1 tmux.h Log message: Allow a single option to be specified to show-options to show just that option. CVSROOT: /cvs Module name: ports Changes by: shadchin@cvs.openbsd.org 2012/02/25 09:44:27 Modified files: audio/streamripper: Makefile Log message: Remove audio/faad from LIB_DEPENDS, streamripper not use this library. ok dcoppa@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/02/25 09:45:03 Modified files: sys/kern : sys_process.c Log message: Allow this to build on platforms lacking PT_GETFPREGS or PT_SETFPREGS; broken in previous rev. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/02/25 10:08:49 Modified files: sys/arch/hppa/dev: elroy.c sys/arch/hppa64/dev: elroy.c Log message: Fix a bad case of htole64() being used instead of htole32() when setting up pci configuration space accesses to allow proper recovery from failure, causing the measure not to have any effect and the system to freeze hard. Fixes use of pcidump -x on B1000, and probably more systems. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/02/25 13:11:41 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/comp: mi distrib/sets/lists/etc: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/02/25 13:12:00 Modified files: sys/arch/hppa/stand/libsa: dev_hppa.c dk.c sys/arch/hppa64/stand/libsa: dev_hppa64.c dk.c Log message: :%s,DEBUGBUG,DEBUG, CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/25 15:23:30 Modified files: x11/gnome/screensaver: Makefile distinfo x11/gnome/screensaver/pkg: PLIST Log message: Bugfix update to gnome-screensaver-3.2.2. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/02/25 15:33:23 Modified files: sys/dev/isa : gus.c Log message: Don't tinker with the MIDI registers if they aren't mapped; necessary for the GUS PnP. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/02/25 15:33:59 Modified files: sys/dev/isa : pnpdevs Log message: Enable GUS PnP CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/02/25 15:34:23 Modified files: sys/dev/isa : pnpdevs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/02/25 15:37:04 Modified files: sys/arch/i386/conf: GENERIC Log message: Add gus* at isapnp?. Last tested nine years ago but ought to still work. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/26 00:12:42 Modified files: net/py-smbc : Makefile distinfo Log message: Minor update to py-smbc-1.0.13. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/26 00:13:26 Modified files: print/system-config-printer: Makefile distinfo print/system-config-printer/patches: patch-firewall_py patch-newprinter_py patch-probe_printer_py patch-troubleshoot_CheckSELinux_py Log message: Update to system-config-printer-1.3.8. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/26 01:16:22 Modified files: x11/gnome/totem: Makefile Log message: Use MODGNOME_TOOLS to take care of the vala dependency. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/02/26 04:14:21 Modified files: share/man/man5 : passwd.5 Log message: Document :*************: in the password field. Triggered by a question from haesbaert@. Feedback and ok jmc@, ok haesbaert@. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/02/26 04:36:45 Modified files: sys/dev/isa : gus_isapnp.c Log message: Fix NULL fallout, spotted by naddy CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/02/26 04:47:51 Modified files: regress/lib/libpthread/pthread_rwlock: pthread_rwlock.c Log message: Let this compile with gcc 2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/26 05:52:49 Modified files: net/telepathy/telepathy-glib: Makefile distinfo net/telepathy/telepathy-glib/patches: patch-telepathy-glib_Makefile_in net/telepathy/telepathy-glib/pkg: PLIST Log message: Update to telepathy-glib-0.16.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/26 05:53:09 Modified files: net/telepathy/telepathy-gabble: Makefile distinfo net/telepathy/telepathy-gabble/pkg: PLIST Log message: Update to telepathy-gabble-0.14.1. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/02/26 06:13:22 Modified files: lib/librthread/arch/vax: rfork_thread.S Log message: Fix label for threaded binaries to link. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/02/26 07:57:54 Modified files: graphics/png : Makefile distinfo graphics/png/patches: patch-scripts_libpng_pc_in patch-scripts_makefile_openbsd Removed files: graphics/png/patches: patch-pngerror_c patch-pngpriv_h patch-pngrutil_c Log message: update to 1.5.9 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/02/26 07:59:04 Modified files: graphics/povray: Makefile distinfo Log message: update the private png to 1.2.47 which has a security fix (CVE-2011-3026) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/26 08:05:33 Modified files: lang/vala : Makefile distinfo lang/vala/pkg : PFRAG.shared PLIST Log message: Update to vala 0.15.2. This is a devel version but 0.16.0 is just around the corner and it will ease dealing with the big batch of g* updates (glib, gtk, gnome-* ...) that are due in the upcoming weeks. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/26 08:06:10 Modified files: audio/gmpc : Makefile devel/dconf : Makefile mail/postler : Makefile net/gupnp/vala : Makefile net/gupnp/vala/pkg: PLIST Log message: Tweak after recent vala update. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/26 08:06:35 Modified files: x11/gnome/grilo: Makefile x11/gnome/grilo/pkg: PFRAG.shared PLIST Added files: x11/gnome/grilo/patches: patch-configure Log message: Fix build with vala>=0.15. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/26 08:06:56 Modified files: x11/gnome/anjuta: Makefile x11/gnome/anjuta/patches: patch-configure_ac Log message: Fix build with vala>=0.15. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/26 08:07:40 Modified files: graphics/libraw: Makefile distinfo graphics/libraw/patches: patch-src_libraw_cxx_cpp graphics/libraw/pkg: PLIST Added files: graphics/libraw/pkg: PFRAG.shared Removed files: graphics/libraw/files: raw.pc graphics/libraw/patches: patch-Makefile Log message: Update to libraw-0.14.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/26 08:08:07 Modified files: net/telepathy/folks: Makefile distinfo net/telepathy/folks/pkg: PLIST-main Log message: Update to folks-0.6.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/26 08:08:36 Modified files: graphics/libgexiv2: Makefile distinfo graphics/libgexiv2/patches: patch-Makefile patch-configure Log message: Update to libgexiv2-0.3.91. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/26 08:09:08 Modified files: textproc/gtkaml: Makefile distinfo textproc/gtkaml/pkg: PLIST Added files: textproc/gtkaml/pkg: PFRAG.shared Removed files: textproc/gtkaml/patches: patch-configure_ac patch-src_GtkamlCompiler_vala Log message: Update to gtkaml-0.5.91. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/26 08:09:43 Modified files: x11/gnome : gnome.port.mk Log message: Bump vala requirements to vala>=0.15.2. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/02/26 08:28:27 Modified files: sys/arch/arm/arm: genassym.cf Log message: Remove no longer _KERNEL-visible constants which aren't used anyway. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/02/26 09:12:34 Modified files: sys/dev/pci : if_ix.c Log message: there's no need to rearm interrupts, we only need to reenable queues; no objections from claudio and deraadt; tested on 82598 and 82599 CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/02/26 09:22:37 Modified files: sys/dev/pci : if_ix.c if_ix.h Log message: rather than driving the card with 16k intr/s of low latency interrupts, rely on regular rx/tx queue interrupts moderated to 8k intr/s achieving best performance/latency ratio. this effectively doubles performance on 82599. tested on 82598 as well. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/02/26 10:41:50 Modified files: lib/librthread/arch/mips64: cerror.S Log message: __cerror gets invoked with errno in v0, not a0. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/02/26 12:11:06 Modified files: regress/usr.bin/mandoc/mdoc/Ap: middle.in middle.out_ascii regress/usr.bin/mandoc/mdoc/Aq: empty.in empty.out_ascii regress/usr.bin/mandoc/mdoc/Brq: empty.in empty.out_ascii regress/usr.bin/mandoc/mdoc/Dq: empty.in empty.out_ascii regress/usr.bin/mandoc/mdoc/Dv: font.in font.out_ascii regress/usr.bin/mandoc/mdoc/Ev: font.in font.out_ascii regress/usr.bin/mandoc/mdoc/Qq: empty.in empty.out_ascii regress/usr.bin/mandoc/mdoc/Sq: empty.in empty.out_ascii regress/usr.bin/mandoc/mdoc/Ux: spacing.in spacing.out_ascii regress/usr.bin/mandoc/roff/rm: basic.in basic.out_ascii regress/usr.bin/mandoc/roff/sp: badargs-mdoc.in badargs-mdoc.out_ascii regress/usr.bin/mandoc/roff/string: name.in name.out_ascii Log message: Remove OpenBSD release numbers from these tests, or the tests are going to break after each release. CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/02/26 12:15:20 Modified files: libexec/login_krb5: login_krb5.8 lib/libc/rpc : rpcauth.3 lib/libc/time : wcsftime.3 lib/libm/man : sin.3 usr.bin/bgplg : bgplgsh.8 bin/md5 : sha256.1 Log message: Fix several manpage titles, from Lawrence Teo. ok dcoppa@ jmc@ schwarze@. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/02/26 12:41:28 Modified files: usr.bin/mandoc : man.c man.h man_html.c man_macro.c man_term.c man_validate.c share/man/man7 : man.7 Log message: Support .OP, one of the extended man macros; from kristaps@. Do not use this GNU extension, we take it for compatibility only. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/02/26 12:43:56 Modified files: lib/librthread/arch/sh: cerror.S Log message: Fix buglets. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/02/26 13:05:50 Modified files: usr.sbin/nginx/man: nginx.8 Log message: various cleanup; robert will pass the diff upstream CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/02/26 13:37:26 Modified files: graphics/blender: Makefile distinfo graphics/blender/patches: patch-source_blender_blenkernel_intern_blender_c patch-source_blender_blenkernel_intern_packedFile_c patch-source_blender_blenloader_intern_writefile_c patch-source_blender_render_intern_source_shadbuf_c graphics/blender/pkg: DESCR PLIST Added files: graphics/blender/files: blender graphics/blender/patches: patch-extern_carve_include_carve_geom_hpp patch-extern_libmv_libmv_numeric_numeric_h patch-extern_libmv_libmv_tracking_brute_region_tracker_cc patch-extern_libmv_third_party_glog_src_config_h patch-extern_libmv_third_party_glog_src_config_openbsd_h patch-source_blender_imbuf_intern_openexr_CMakeLists_txt patch-source_gameengine_Ketsji_CMakeLists_txt Removed files: graphics/blender/patches: patch-SConstruct patch-extern_SConscript patch-extern_solid_SConscript patch-intern_SoundSystem_intern_SND_WaveCache_cpp patch-intern_ghost_SConscript patch-intern_guardedalloc_BLO_sys_types_h patch-intern_opennl_superlu_BLO_sys_types_h patch-source_blender_blenlib_intern_storage_c patch-source_blender_blenlib_intern_threads_c patch-source_blender_blenloader_BLO_sys_types_h patch-source_blender_src_glutil_c patch-tools_Blender_py patch-tools_btools_py Log message: Update blender to 2.62. tested by armani@ minor tweaks and ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/02/26 13:42:29 Modified files: usr.bin/mandoc : arch.in lib.in Log message: add a few libs and another arch found in NetBSD; from joerg@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/02/26 14:01:43 Modified files: usr.bin/mandoc : read.c Log message: Don't silently skip non-ASCII characters, but replace them with ``?''. This is less likely to break the syntax of macros. Patch provided by joerg@. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2012/02/26 14:08:06 Modified files: regress/lib/libpthread/setsockopt/2: setsockopt2.c Log message: similar change to the setsockopt1.c one: use the resolution of the monotonic clock from clock_getres(). while here use a different port when binding. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/26 14:29:49 Modified files: usr.bin/mandoc : st.in Log message: Correct the expansion of -xbd5 ok schwarze@ jmc@ CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2012/02/26 14:43:25 Modified files: regress/lib/libpthread/close: close.c Log message: update error message. inetd has not been used since rev 1.3. spotted by miod@ CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2012/02/26 15:28:34 Modified files: textproc/groff : Makefile textproc/groff/patches: patch-tmac_doc-syms Log message: Correct the expansion of -xbd5, keeping groff in sync with the mandoc(1) fix just committed by guenther@; also committed upstream by Werner Lemberg . CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/02/26 15:32:36 Modified files: lang/gcc/4.6/patches: patch-libgo_configure Added files: lang/gcc/4.6/patches: patch-gcc_config_rs6000_rs6000_c Log message: Fix build of libgo on powerpc by: - backporting a fix for the ppc backend from upstream - telling libgo configure not to try to link to libffi_convenience on ppc issue brought up and fix tested by ajacoutot@, "go ahead" kettenis@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/02/27 00:12:56 Modified files: faq/pf/pt : rdr.html openbgpd/de : goals.html openbgpd/pt : ftp.html index.html opencvs/pt : index.html openntpd/de : goals.html openntpd/fr : goals.html openntpd/pt : ftp.html index.html portable.html openssh/de : portable.html openssh/fr : index.html openssh/nl : portable.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/02/27 01:45:51 Log message: Import sxiv-1.0. sxiv is an alternative to feh and qiv. Its only dependencies besides xlib are imlib2 and giflib. The primary goal for writing sxiv is to create an image viewer, which only has the most basic features required for fast image viewing (the ones I want). It has vi key bindings and works nicely with tiling window managers. Its code base should be kept small and clean to make it easy for you to dig into it and customize it for your needs. From Matthew Via, with tweaks by me/Antoine. ok ajacoutot@ Status: Vendor Tag: bentley Release Tags: bentley_20120227 N ports/graphics/sxiv/Makefile N ports/graphics/sxiv/distinfo N ports/graphics/sxiv/pkg/PLIST N ports/graphics/sxiv/pkg/DESCR N ports/graphics/sxiv/patches/patch-Makefile N ports/graphics/sxiv/patches/patch-main_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/02/27 01:46:22 Modified files: graphics : Makefile Log message: +sxiv CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/02/27 03:11:38 Modified files: graphics/gimp/stable: Makefile distinfo graphics/gimp/stable/patches: patch-configure_in patch-etc_Makefile_in graphics/gimp/stable/pkg: PLIST Removed files: graphics/gimp/stable/patches: patch-app_main_c patch-plug-ins_common_file-gif-load_c patch-plug-ins_common_file-mng_c patch-plug-ins_common_file-pdf_c patch-plug-ins_common_file-png_c Log message: Update to 2.6.12 This is the last release of the 2.6.x branch CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/02/27 03:16:26 Modified files: graphics/freeimage: Makefile distinfo graphics/freeimage/patches: patch-Makefile_gnu Log message: Update freeimage to 3.15.2, including many SECURITY fixes to the included image libraries. Also respect CC, CXX, CFLAGS and CXXFLAGS, get rid of ^M line endings in the patch and fix "make regress". ok eric@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/02/27 03:18:12 Log message: Import Percona MySQL tools Percona Toolkit is a collection of advanced command-line tools used to perform a variety of MySQL and system tasks that are too difficult or complex to perform manually. ok okan@ william@ Status: Vendor Tag: giovanni Release Tags: giovanni-20120227 N ports/databases/percona-toolkit/Makefile N ports/databases/percona-toolkit/distinfo N ports/databases/percona-toolkit/pkg/DESCR N ports/databases/percona-toolkit/pkg/PLIST N ports/databases/percona-toolkit/patches/patch-bin_pt-summary N ports/databases/percona-toolkit/patches/patch-bin_pt-mext N ports/databases/percona-toolkit/patches/patch-bin_pt-sift N ports/databases/percona-toolkit/patches/patch-bin_pt-mysql-summary No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/02/27 03:20:31 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: maatkit => percona-toolkit ok okan@ william@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/02/27 03:22:40 Modified files: databases : Makefile Log message: -maatkit +percona-toolkit CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/02/27 03:44:15 Modified files: www/piwik : Makefile distinfo www/piwik/pkg : PLIST Log message: Update to version 1.7.1 The archive.php script now requires a new argument: --url=http://your-website.com/path/to/piwik/ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/27 06:46:10 Modified files: graphics/libgphoto2: Makefile Added files: graphics/libgphoto2/patches: patch-configure Log message: Includes netinet/in along with arpa/inet.h to prevent warnings vomit during build. ok espie@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/02/27 07:39:41 Modified files: editors/teaqt : Makefile distinfo Log message: Update to 31.2.0 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/02/27 07:51:37 Modified files: infrastructure/bin: dpb infrastructure/man/man1: dpb.1 infrastructure/lib/DPB: Locks.pm Log message: allow -I/-P/-C and command-line arguments to be lists of pkgpaths, or pkgpath (it's easy to distinguish between a file and a directory under ports). expand sequences for those files and hosts when restarting dpb, kill locks that don't correspond to errors, but to a dpb running on the same host that's no longer there. do __WARN__ like __DIE__ option -DDONT_BUILD_ONCE option -DDONT_CLEAN_LOCKS document some CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/02/27 07:55:31 Added files: graphics/gimp/stable/patches: patch-plug-ins_script-fu_script-fu-server_c Log message: Add missing patch No build, no bump spotted by ajacouto@, thanks CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/02/27 08:37:36 Modified files: infrastructure/bin: dpb infrastructure/lib/DPB: Reporter.pm Log message: let's do error messages differently: get die to reset_cursor and die (reverse-override reporter), and get warn to use myprint (and need for tabs to become spaces in that case...) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/27 08:44:58 Modified files: net/munin : Makefile distinfo net/munin/patches: patch-plugins_node_d_openbsd_if__in net/munin/pkg : PLIST-main Log message: update to munin 1.4.6, from Kirill Bychkov - many fixes and improvements CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/27 09:15:09 Modified files: net/nagios/check_email_delivery: Makefile distinfo Log message: update to check_email_delivery 0.7.1b; minor bugfix CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/02/27 09:45:16 Modified files: usr.sbin/snmpd : mib.c Log message: Use correct Counter32 type for following MIBs. They only return dummy data but we should use the correct type anyway. BRIDGE-MIB::dot1dBasePortDelayExceededDiscards BRIDGE-MIB::dot1dBasePortMtuExceededDiscards OK joel@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/27 10:12:56 Modified files: telephony/asterisk: Makefile distinfo Log message: update to asterisk 1.8.9.3, fixes route-set regressions in SIP CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/02/27 10:25:21 Modified files: www/liferea : Makefile distinfo www/liferea/patches: patch-src_ui_liferea_shell_c www/liferea/pkg: PLIST Removed files: www/liferea/patches: patch-src_notification_libnotify_c Log message: Update to liferea 1.8.0, from MAINTAINER viq. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/02/27 10:50:14 Modified files: infrastructure/bin: dpb Log message: tweak so that dpb -I misc/screen/ will work CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/02/27 11:10:41 Modified files: infrastructure/templates: network.conf.template Log message: add pypi mirrors from http://pypi.python.org/mirrors. rpointel@ ajacoutot@ benoit@ sthen@ ok. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/02/27 11:21:41 Modified files: www/links+ : Makefile distinfo www/links+/patches: patch-dip_c Removed files: www/links+/patches: patch-png_c Log message: Update to links 2.5. ajacoutot@ ok CVSROOT: /cvs Module name: ports Changes by: shadchin@cvs.openbsd.org 2012/02/27 11:53:45 Modified files: devel/libguess : Makefile distinfo Log message: Update to 1.1. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/02/27 11:53:58 Modified files: print/poppler : Makefile print/poppler/pkg: PLIST-main Log message: Get rid of the gtk+2 dependency. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/27 12:01:34 Modified files: mail/zarafa/zarafa: Makefile mail/zarafa/zarafa/patches: patch-common_ECLogger_cpp patch-installer_userscripts_companies_common_sh patch-installer_userscripts_groups_common_sh patch-installer_userscripts_users_common_sh patch-provider_server_ECServer_cpp patch-spooler_Spooler_cpp mail/zarafa/zarafa/pkg: README-main Log message: Make this work with rthreads. Fix store creation. Add a comment for the procmail sample in the README. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/02/27 12:30:46 Modified files: lang/python/2.7: Makefile distinfo lang/python/2.7/patches: patch-Lib_test_test_fcntl_py patch-Makefile_pre_in patch-configure_in patch-setup_py lang/python/2.7/pkg: PLIST-main PLIST-tests PLIST-tools Removed files: lang/python/2.7/patches: patch-Lib_tempfile_py patch-Lib_test_regrtest_py patch-Lib_test_test_signal_py patch-Lib_test_test_sys_py patch-Lib_test_test_urllib2_py patch-Lib_test_test_urllib_py patch-Lib_urllib2_py patch-Lib_urllib_py patch-Python_ceval_c Log message: Update Python to 2.7.2 and remove hacks for old pthread. ok fgsch@ and aja@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/27 12:41:55 Modified files: graphics/shotwell: Makefile distinfo graphics/shotwell/patches: patch-Makefile patch-configure patch-plugins_Makefile_plugin_mk patch-src_camera_CameraTable_vala graphics/shotwell/pkg: PFRAG.shared PLIST Log message: Update to shotwell-0.11.92.20120226, git snapshot to cope with recent vala update. This now uses gtk+3. ok landry@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/27 13:16:40 Modified files: textproc/libxml: Tag: OPENBSD_5_0 Makefile Added files: textproc/libxml/patches: Tag: OPENBSD_5_0 patch-configure_in patch-dict_c Log message: MFC fix for CVE-2012-0841 to libxml. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/02/27 13:22:08 Modified files: lib/librthread/arch/arm: cerror.S Log message: fix __errno symbol name CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/02/27 13:40:05 Modified files: mail/postler : Makefile Log message: Remove libunique from LIB_DEPENDS, it was only needed when that port was using gtk2. Prompted by ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/02/27 13:42:39 Modified files: infrastructure/man/man1: dpb.1 Log message: document recent options CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/02/27 13:55:46 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2012/02/27 15:07:49 Log message: Import beret-1.2.1, a 2D puzzle-platformer game about a telekinetic scientist. Submitted by Brian Callahan (MAINTAINER). Testing on amd64 and ok edd@. Status: Vendor Tag: schwarze Release Tags: schwarze_20120227 N ports/games/beret/Makefile N ports/games/beret/distinfo N ports/games/beret/pkg/PLIST N ports/games/beret/pkg/DESCR N ports/games/beret/patches/patch-Makefile N ports/games/beret/patches/patch-game_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2012/02/27 15:11:10 Modified files: games : Makefile Log message: +beret CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2012/02/27 16:01:54 Modified files: . : plus.html Log message: second week of 5.1-current, Feb 20 to Feb 26 from Steffen Daode Nurpmeso ; minor tweaks by me CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2012/02/27 16:38:53 src/regress/lib/libpthread/blocked_join Update of /cvs/src/regress/lib/libpthread/blocked_join In directory cvs.openbsd.org:/tmp/cvs-serv5242/blocked_join Log Message: Directory /cvs/src/regress/lib/libpthread/blocked_join added to the repository CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2012/02/27 16:40:37 Added files: regress/lib/libpthread/blocked_join: Makefile blocked_join.c Log message: test based on python's dubious test_3_join_in_forked_from_thread test. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/02/27 17:17:17 Modified files: lang/ruby/1.8 : Makefile distinfo Log message: Update to 1.8.7p358 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/02/27 17:20:41 Modified files: lang/ruby/1.9 : Makefile distinfo lang/ruby/1.9/patches: patch-common_mk patch-configure lang/ruby/1.9/pkg: PLIST-ri_docs Removed files: lang/ruby/1.9/patches: patch-test_ruby_test_process_rb patch-thread_pthread_c Log message: Update 1.9.3p125, removing some patches included upstream. CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2012/02/27 19:22:13 Modified files: x11/mplayer : Makefile Log message: mplayer builds and works on hppa so switch the arch list to GCC4_ARCHS. ok sthen@ edd@ CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2012/02/27 19:25:30 Modified files: security/assl : Makefile distinfo Log message: update to 0.12.2 CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2012/02/27 19:26:41 Modified files: sysutils/cyphertite: Makefile distinfo sysutils/cyphertite/pkg: PLIST Log message: update to 1.0.1 CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/27 19:41:56 Modified files: lib/librthread : rthread_sync.c Log message: Our default mutex type is PTHREAD_MUTEX_ERRORCHECK, for which trying to unlock an uninitialized mutex is required to return EPERM, so add the necessary checks. For recursive mutexes, return an error from pthread_mutex_lock() if the count would overflow. problem observed in glib testing by aja@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/02/27 20:58:16 Modified files: sys/dev/pci : if_jme.c Log message: - Always try to reclaim transmitted frames instead of returning from jme_start() if IFF_OACTIVE is set before that happens; as the original driver did before it was ported to DragonFly - Return from jme_start() if there is no link or an empty queue. prevents watchdog timeouts when there is no link present. from brad CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/02/27 21:30:15 Modified files: sys/dev/pci : pcidevs Log message: - move GE_FORCE_9300_GE_1 to correct order - add nForce 780a SLI/nForce 200 from Brad Davis - correct 3400 PT IDER entry - some additional entries from submitted dmesgs CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/02/27 21:32:37 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/02/27 22:36:58 Modified files: sys/sys : proc.h Log message: For non-__HAVE_MD_TCB archs, p_tcb should be copied on fork. Found by miod@ p_oldmask and the core dump/debugger members don't need to be copied. Pointed out by matthew@ ok miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/27 22:56:11 Log message: Import spectrwm-1.0.0. (previously under x11/scrotwm; this is an update to 1.0.0 and renaming) from Gonzalo L. R. (maintainer) Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120228 N ports/x11/spectrwm/distinfo N ports/x11/spectrwm/Makefile N ports/x11/spectrwm/pkg/DESCR N ports/x11/spectrwm/pkg/PLIST N ports/x11/spectrwm/pkg/PFRAG.shared N ports/x11/spectrwm/patches/patch-spectrwm_c N ports/x11/spectrwm/patches/patch-Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/27 22:57:03 Removed files: x11/scrotwm : Makefile distinfo x11/scrotwm/patches: patch-Makefile patch-scrotwm_1 patch-scrotwm_c patch-scrotwm_cz_conf patch-scrotwm_es_conf patch-scrotwm_fr_ch_conf patch-scrotwm_fr_conf patch-scrotwm_se_conf patch-scrotwm_us_conf x11/scrotwm/pkg: DESCR PFRAG.shared PLIST Log message: Remove: scrotwm has been renamed to spectrwm. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/27 22:57:50 Modified files: x11 : Makefile Log message: s/scrotwm/spectrwm CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/27 22:58:15 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Handle scrotwm -> spectrwm update. from from Gonzalo L. R. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/02/28 01:18:48 Modified files: share/man/man4 : se.4 Log message: mention some additional phys that might attach to this judging by the list in the linux driver from brad CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/02/28 01:22:59 Modified files: share/man/man4/man4.hppa: intro.4 Log message: add a bunch of four digit models CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/02/28 01:46:27 Modified files: textproc/gsed : Makefile distinfo textproc/gsed/patches: patch-lib_regex_internal_h textproc/gsed/pkg: PLIST Added files: textproc/gsed/patches: patch-lib_Makefile_in Removed files: textproc/gsed/patches: patch-po_Makefile_in_in Log message: Update to gsed-4.2.1 maintainer's ok CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/02/28 01:51:17 Modified files: sysutils/ggrep : Makefile distinfo Log message: Update to ggrep-2.10 additional comment and ok naddy@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/02/28 01:58:30 Modified files: share/man/man4 : mos.4 usb.4 sys/dev/usb : if_mos.c if_mosreg.h Log message: add support for the MCS7832 which is apparently a low pin count version of the MCS7830 with no software visible changes besides a new product id. from brad CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/02/28 02:07:40 Modified files: share/man/man4 : usb.4 mos.4 Log message: MosChip not MOSCHIP or Moschip CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/28 03:11:43 Modified files: games/beret : Makefile games/beret/patches: patch-Makefile Log message: - use ${LOCALBASE} ${X11BASE} rather than hardcoding /usr/local and /usr/X11R6 - drop unnecessary patches no package change -> no bump CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/28 03:20:14 Modified files: productivity/googlecl: Makefile distinfo productivity/googlecl/pkg: PLIST Log message: update to googlecl 0.9.13, maintainer timeout CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/02/28 03:32:00 Modified files: comms/lcdproc : Makefile comms/lcdproc/patches: patch-clients_lcdproc_machine_OpenBSD_c Log message: Make lcdproc build on non-apm archs. OK naddy@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/02/28 03:56:00 Removed files: databases/maatkit: Makefile distinfo databases/maatkit/patches: patch-Makefile_PL databases/maatkit/pkg: DESCR PLIST Log message: Put maatkit to the attic ok okan@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/02/28 04:16:18 Log message: Import alac_decoder-0.2.0. alac_decoder is a basic decoder for Apple Lossless Audio Codec files (ALAC). It is a C implementation of a decoder, written from reverse engineering the file format. ALAC uses an adaptive FIR prediction algorithm and stores the error values using a modified rice or golumb algorithm. The program located here will not be able to handle all ALAC files, it can only handle mono or stereo files. ALAC allows up to 8 channels. The ALAC decoder supports both 16 and 24 bit sample sizes. The decoder can read an ALAC stream from either a file or from stdin, and write it as raw PCM data or as a WAV file to either stdout or a file. An encoder is not provided. ok sthen@ Status: Vendor Tag: bentley Release Tags: bentley_20120228 N ports/audio/alac_decoder/Makefile N ports/audio/alac_decoder/distinfo N ports/audio/alac_decoder/pkg/DESCR N ports/audio/alac_decoder/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/02/28 04:17:04 Modified files: audio : Makefile Log message: +alac_decoder CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/02/28 04:53:04 Modified files: fonts/league-fonts: Makefile fonts/league-fonts/pkg: PLIST Log message: Install league-fonts under ${PREFIX}/lib/X11/fonts/league-fonts, like all the other fonts packages. OK ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/02/28 04:57:11 Modified files: databases/redis: Makefile distinfo databases/redis/patches: patch-deps_hiredis_Makefile patch-redis_conf patch-src_Makefile patch-src_config_h patch-src_redis_c Log message: Update to 2.4.8 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/02/28 05:28:29 Modified files: multimedia/libvpx: Makefile distinfo multimedia/libvpx/patches: patch-build_make_Makefile patch-build_make_configure_sh patch-configure patch-libs_mk multimedia/libvpx/pkg: PLIST Added files: multimedia/libvpx/patches: patch-examples_mk Log message: Update to libvpx 1.0.0. From brad, with tweaks by me. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/28 05:42:44 Modified files: games/beret : Makefile games/beret/patches: patch-game_c Log message: another /usr/local, this time should be TRUEPREFIX. pointed out by aja@. This one may change the package (rather than just result in the build failing as with the previous LOCALBASE subst) so do bump. CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2012/02/28 06:40:53 Modified files: sys/arch/luna88k/include: board.h sys/arch/luna88k/luna88k: machdep.c mainbus.c Log message: Luna88k multi-processor support, step 3. GENERIC.MP on luna88k is now stable. Changes are: - Make secondary processors boot sequence closer to OpenBSD/aviion. This makes boot sequence more stable. Now we have not see any assertions or panics during boot. - Implement IPI as level 1 hardware interrupt by using software interrupt register. - Add IPI support and some clean-ups in interrupt handler function. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/02/28 07:23:27 Modified files: infrastructure/lib/DPB: Locks.pm Log message: better: if old locks, don't warn. if no locks to possibly remove, well, don't even run ps ! CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/02/28 07:38:30 Modified files: math/wxMaxima : Makefile distinfo Log message: Update to wxMaxima 12.01.0 OK ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/02/28 08:38:55 Modified files: net/mldonkey/stable: Makefile Added files: net/mldonkey/stable/patches: patch-src_utils_net_upnp_stubs_c Log message: Enable support for NAT-PMP and UPnP through libnatpmp/miniupnpc. Disabled by default: set "upnp_port_forwarding = true" into ~/.mldonkey/downloads.ini to enable it. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/02/28 10:55:47 Modified files: net/livemedia : Makefile distinfo net/livemedia/pkg: PLIST Added files: net/livemedia/patches: patch-groupsock_GroupsockHelper_cpp patch-groupsock_inet_c Removed files: net/livemedia/patches: patch-liveMedia_RTSPClient_cpp Log message: Update to 2012.02.04. with input from and ok brad sthen CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/02/28 10:56:53 Modified files: x11/mplayer : Makefile Log message: Revision bump for net/livemedia update. CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2012/02/28 12:26:23 Log message: library and tools to access SMI MIB information Includes changes from sthen@, thanks. Ok sthen@ Status: Vendor Tag: nigel Release Tags: nigel_20120228 N ports/net/libsmi/distinfo N ports/net/libsmi/Makefile N ports/net/libsmi/pkg/DESCR N ports/net/libsmi/pkg/PLIST N ports/net/libsmi/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2012/02/28 12:30:13 Modified files: net : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/02/28 12:48:42 Modified files: x11/mplayer : Makefile Log message: fix typo in comment (not COMMENT), no pkg change CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/02/28 13:00:16 Modified files: lang/gcc/4.6 : Makefile lang/gcc/4.6/patches: patch-boehm-gc_configure patch-boehm-gc_include_private_gcconfig_h patch-boehm-gc_os_dep_c Removed files: lang/gcc/4.6/patches: patch-boehm-gc_Makefile_in patch-boehm-gc_include_private_openbsd_stop_world_h patch-boehm-gc_openbsd_stop_world_c patch-boehm-gc_pthread_stop_world_c Log message: fix boehm-gc with rthreads for gcc 4.6. based on kurt@'s work. ok espie@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/02/28 13:36:12 Modified files: lib/pixman : Makefile.am Makefile.bsd-wrapper Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh lib/pixman/demos: Makefile.am Makefile.in alpha-test.c gradient-test.c lib/pixman/pixman: Makefile.am Makefile.in Makefile.win32 pixman-access.c pixman-arm-common.h pixman-arm-neon-asm-bilinear.S pixman-arm-neon-asm.S pixman-arm-neon.c pixman-arm-simd-asm.S pixman-arm-simd.c pixman-bits-image.c pixman-combine.c.template pixman-compiler.h pixman-cpu.c pixman-fast-path.c pixman-general.c pixman-gradient-walker.c pixman-image.c pixman-implementation.c pixman-mmx.c pixman-private.h pixman-radial-gradient.c pixman-region.c pixman-sse2.c pixman-utils.c pixman.c pixman.h lib/pixman/test: Makefile.am Makefile.in affine-test.c blitters-test.c composite.c fetch-test.c lowlevel-blt-bench.c pdf-op-test.c scaling-helpers-test.c utils.c utils.h Added files: lib/pixman/pixman: Makefile.sources pixman-inlines.h pixman-noop.c lib/pixman/test: Makefile.sources region-contains-test.c Removed files: lib/pixman/pixman: pixman-fast-path.h Log message: Update to pixman 0.22.4. Tested by shadchin@, krw@. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/02/28 13:40:58 Modified files: usr.bin/logger : logger.1 Log message: wording tweak; from robert at peichaer org CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/02/28 13:40:58 xenocara/app/xev/man Update of /cvs/xenocara/app/xev/man In directory cvs.openbsd.org:/tmp/cvs-serv2973/man Log Message: Directory /cvs/xenocara/app/xev/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/02/28 13:44:03 Modified files: app/xev : ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac xev.c Added files: app/xev/man : Makefile.am Makefile.in xev.man Removed files: app/xev : xev.man Log message: Update to xev 1.2.0 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/02/28 13:47:01 xenocara/app/xwd/man Update of /cvs/xenocara/app/xwd/man In directory cvs.openbsd.org:/tmp/cvs-serv32281/man Log Message: Directory /cvs/xenocara/app/xwd/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/02/28 13:47:43 Modified files: app/xwd : ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac dsimple.c dsimple.h multiVis.c wsutils.h xwd.c Added files: app/xwd/man : Makefile.am Makefile.in xwd.man Removed files: app/xwd : xwd.man Log message: Update xwd to 1.0.5 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/02/28 13:48:29 xenocara/app/xwininfo/man Update of /cvs/xenocara/app/xwininfo/man In directory cvs.openbsd.org:/tmp/cvs-serv18270/man Log Message: Directory /cvs/xenocara/app/xwininfo/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/02/28 13:49:29 Modified files: app/xwininfo : ChangeLog Makefile.am Makefile.bsd-wrapper Makefile.in aclocal.m4 configure configure.ac dsimple.c xwininfo.c Added files: app/xwininfo/man: Makefile.am Makefile.in xwininfo.man Removed files: app/xwininfo : autogen.sh xwininfo.man Log message: Update to xwininfo 1.1.2 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/02/28 13:50:28 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/02/28 16:01:23 Modified files: graphics/py-matplotlib: Makefile graphics/py-matplotlib/patches: patch-setupext_py Log message: Permit to build with Python 2.7.2. Spotted by nigel@, diff from upstream by me and ok nigel@ (thanks!). CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/02/28 16:49:45 Modified files: sys/dev/usb : usbdevs Log message: Roland UM-ONE CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/02/28 16:50:22 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/02/28 16:53:02 Modified files: sys/dev/usb : umidi_quirks.c Log message: Add support for Roland UM-ONE, from Tom Ivar Helbekkmo in NetBSD PR 45908. ok ratchov@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/29 01:25:32 Modified files: games/openxcom : Makefile distinfo games/openxcom/pkg: PLIST README Added files: games/openxcom/patches: patch-CMakeLists_txt patch-src_CMakeLists_txt patch-src_Engine_CrossPlatform_cpp Removed files: games/openxcom/files: wrapper games/openxcom/patches: patch-src_File_File_cpp patch-src_File_File_h patch-src_Makefile patch-src_Menu_LanguageState_cpp patch-src_Menu_SaveGameState_cpp patch-src_Resource_XcomResourcePack_cpp patch-src_Ruleset_SoldierNamePool_cpp patch-src_Savegame_SavedGame_cpp patch-src_Savegame_SavedGame_h patch-src_Ufopaedia_Ufopaedia_cpp Log message: Update to openxcom-20120217. from Antti Harri (maintainer) CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2012/02/29 01:44:14 Modified files: lib/libc/stdlib: malloc.c Log message: - Test for the retrieved page address not being NULL. This turns free((void*)1) into an bogus pointer error instead of a segfault. - Document that we use the assumption that a non-MAP_FIXED mmap() with hint 0 never returns NULL. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/02/29 01:46:26 Modified files: net/arping : Makefile distinfo Log message: Update arping to 2.10. ok benoit@ (maintainer). CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/02/29 02:31:10 Modified files: net/arping : Makefile distinfo Log message: Update arping to 2.11 which fixes a null pointer dereference introduced in version 2.10. ok benoit@ (maintainer). CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/02/29 04:21:26 Modified files: usr.bin/ssh : ssh-keygen.c Log message: allow conversion of RSA1 keys to public PEM and PKCS8; "nice" markus@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/02/29 04:43:19 Modified files: net/amule : Makefile Added files: net/amule/patches: patch-src_libs_ec_cpp_ECTag_cpp Log message: Fix endianness bug in EC. Until now, a little-endian sender worked, regardless of the endianness of the receiver, but a big-endian sender sent all integer data reversed. (upstream git commit 07a5a373ff356166207438b5dffdf4eee30825d1) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/02/29 05:46:30 Modified files: devel/cryptopp : Makefile devel/cryptopp/patches: patch-misc_h patch-secblock_h Added files: devel/cryptopp/patches: patch-algebra_cpp patch-asn_cpp patch-eccrypto_cpp patch-eccrypto_h patch-factory_h patch-salsa_cpp Log message: Fix warnings found by clang / gcc-4.6 (from upstream svn) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/02/29 08:43:16 Modified files: net/avahi : Makefile Log message: Add NO_SYSTRACE for now, otherwise gtar fails in mysterious way because systrace(1) will prevent native-linkat. Reported by Juan Francisco Cantero Hurtado. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/02/29 13:57:53 Log message: Import icedtea-web 1.1.2. The IcedTea-Web project provides a Free Software web browser plugin running applets written in the Java programming language and an implementation of Java Web Start, originally based on the NetX project. It works in gecko-based AND webkit-based browsers, and is meant as a replacement for the dead/unmaintained/dreaded sun java plugin. It is still a it rough at the edges (java process sometimes doesn't finish when tab is closed, awt exceptions upon first paint), but let's import it so that people can try it and debug it. ok sthen@ Status: Vendor Tag: landry Release Tags: landry_20120229 N ports/www/icedtea-web/Makefile N ports/www/icedtea-web/distinfo N ports/www/icedtea-web/patches/patch-Makefile_in N ports/www/icedtea-web/pkg/DESCR N ports/www/icedtea-web/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/02/29 13:58:28 Modified files: www : Makefile Log message: +icedtea-web CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/02/29 14:09:00 Modified files: inputmethods/ibus: Makefile distinfo inputmethods/ibus/patches: patch-src_Makefile_in inputmethods/ibus/pkg: PLIST Added files: inputmethods/ibus/patches: patch-ibus_common_py Log message: Update to ibus 1.4.1. ajacoutot@ ok. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/02/29 14:10:51 Modified files: usr.bin/tmux : options-table.c Log message: Remove accidentally committed option. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/02/29 14:38:31 Modified files: emulators/dgen-sdl: Makefile Added files: emulators/dgen-sdl/patches: patch-md-phil_cpp patch-sdl_sdl_cpp Log message: Fix usb joysticks when the device is not /dev/ugen0 From zamaz (upstream), many thanks. OK ajacoutot@ CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2012/02/29 18:35:40 Modified files: . : hppa.html hppa64.html Log message: remove c230, while we have a model number in cpudevs it was apparently never released confirmed by Paul Weissmann of openpa.net CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/02/29 18:37:43 Modified files: distrib/notes/hppa: hardware Log message: remove c230, while we have a model number in cpudevs it was apparently never released confirmed by Paul Weissmann of openpa.net CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/02/29 20:47:19 Modified files: usr.bin/tftp : tftp.1 Log message: -This option devlivers the retransmission timeout, +This option delivers the retransmission timeout, CVSROOT: /cvs Module name: www Changes by: lum@cvs.openbsd.org 2012/02/29 21:26:59 Modified files: . : policy.html Log message: Add link to cvsweb copy of ISC copyright. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/02/29 21:28:15 Modified files: sys/dev/usb : usbdevs Log message: ASIX AX88772B CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/02/29 21:29:28 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/02/29 21:33:15 Modified files: sys/dev/usb : if_axereg.h if_axe.c Log message: add support for AX88772B tweaked version of a diff from jcs@ CVSROOT: /cvs Module name: www Changes by: lum@cvs.openbsd.org 2012/02/29 21:36:06 Modified files: faq : faq8.html Log message: Remove extraneous ";c" from mg tutorial link and change one repeated "functionality" to "features" in same section. CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/02/29 21:38:10 Modified files: share/man/man8 : afterboot.8 Log message: Add sentence about ntpd. ok jmc@ CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/02/29 21:51:16 Modified files: usr.bin/telnet : telnet.1 Log message: Add ssh(1) to SEE ALSO. ok jmc@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/03/01 01:17:26 Modified files: sys/arch/zaurus/dev: zaurus_audio.c Log message: zaudio is play only, so return ENXIO on any attempt to open the device for recording. Fixes full-duplex apps (including sndiod) unable to fall back to play-only mode. Found by david@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/03/01 01:49:22 Modified files: sys/dev/usb : uaudio.c Log message: use UE_GET_ADDR to get endpoint address (remove direction bit). Fixes devices using sych endpoints. From Gregor Pintar Thanks! CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/01 02:27:32 Modified files: databases/hs-redis: Makefile distinfo Log message: Update to hs-redis-0.12 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/01 02:39:48 Modified files: devel/hs-convertible: Makefile distinfo Log message: Update hs-convertible to 1.0.11.1 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/01 02:42:54 Modified files: databases/hs-HDBC: Makefile distinfo Log message: Update to HDBC-2.3.1.1 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/01 02:50:30 Modified files: databases/hs-HDBC-mysql: Makefile distinfo Log message: Update to HDBC-mysql-0.6.6.0 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/03/01 04:14:45 Modified files: usr.bin/units : units.lib Log message: update currency exchange rates; CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/03/01 06:04:29 Modified files: usr.bin/pkill : pkill.c Log message: Remove unused variable. Added in 1.20 by me. CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2012/03/01 07:04:03 Modified files: etc/etc.luna88k: Makefile.inc Added files: sys/arch/luna88k/conf: GENERIC.MP Log message: Add luna88k GENERIC.MP configuration file, based on mvme88k. ok miod@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2012/03/01 10:37:37 Modified files: share/zoneinfo/datfiles: antarctica asia australasia europe leapseconds northamerica southamerica zone.tab Log message: Update to tzdata2012a from munnari.oz.au CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2012/03/01 10:39:44 Modified files: lib/libc/time : README strftime.3 tz-art.htm tz-link.htm Log message: Update to tzcode2012a from munnari.oz.au CVSROOT: /cvs Module name: ports Changes by: shadchin@cvs.openbsd.org 2012/03/01 10:57:45 Modified files: editors/texmaker: Makefile distinfo editors/texmaker/patches: patch-configdialog_cpp patch-latexeditor_h patch-texmaker_cpp patch-texmaker_h patch-texmaker_pro editors/texmaker/pkg: PLIST Log message: Update to 3.3.1. ok edd@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/01 13:15:14 Modified files: gnu/gcc/gcc : c-format.c gnu/usr.bin/gcc/gcc: c-format.c Log message: Sync gcc3 and gcc4 knowledge of the kernel printf capabilities with reality: kprintf supports %z, doesn't support old ddb %n/%r%z anymore, and check of %b arguments have to occur on the next argument, like, duh. These changes will eventually allow for kernel to be compiled without -Wno-format, but some more casts or type changes are necessary, first. Discussed about six months ago at s2k11, time to put this in, so that I have no excuse not to work on the format fixes diffs. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/03/01 21:43:13 Log message: a persistent event driven tftp daemon. because tftpd out of inetd doesnt cope with a lot of concurrent requests. ok deraadt@ krw@ henning@ Status: Vendor Tag: DLG_AT_UQ Release Tags: R0_9 N src/usr.sbin/tftpd/tftpd.8 N src/usr.sbin/tftpd/tftpd.c N src/usr.sbin/tftpd/Makefile No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/03/01 21:51:22 Modified files: usr.sbin/tftpd : tftpd.c Makefile Log message: CFLAGS+= -Wall -Werror and the resulting cleanup CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/02 00:11:23 Modified files: net/avahi : Makefile Log message: Remove NO_SYSTRACE, systrace(2) is going to be fixed soonish. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/03/02 00:13:49 Modified files: etc : ypldap.conf Log message: Don't include ou=People in the basedn. ypldap(8) has had netid support for a while now and groups are usually stored outside of People. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/02 00:14:54 Modified files: audio/lame : Makefile distinfo Log message: Bugfix update to lame-3.99.5. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/02 01:01:07 Modified files: editors/ldapvi : Makefile Added files: editors/ldapvi/patches: patch-arguments_c patch-diff_c patch-ldapvi_1 patch-ldapvi_c patch-misc_c patch-parse_c Removed files: editors/ldapvi/patches: patch-patches_patch-parse_c Log message: Add various patches to ldapvi from upstream git/mailing list submissions: - add -y support to read password from a file - remove useless header that vim whines about - preserve order of attribute values - fix possible LP64 issue (improper sentinel) - allow editors/pagers with arguments - getline namespace collision, upstream git 256ced029c - fix hash generation OK ajacoutot@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/02 01:07:43 Modified files: lib/librthread : rthread_sem.c Log message: _SPINLOCK_UNLOCKED isn't zero everywhere (*cough*hppa*cough*), so sem_init() can't assume that calloc will leave the embedded spinlock in the unlocked state ok miod@ otto@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/02 01:21:54 Modified files: net/samba : Tag: OPENBSD_5_0 Makefile Log message: fix MASTER_SITES; eloshinsky at gmail CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/02 01:22:20 Modified files: net/samba : Makefile Log message: fix MASTER_SITES; eloshinsky at gmail CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/02 01:34:44 Modified files: multimedia/libvpx/patches: patch-examples_gen_example_code_sh Log message: Remove unnecessary patching. No change to the package. From brad CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/03/02 01:38:58 Log message: import nsd 3.2.10, "cool" jakob@, also looked over by Brad Status: Vendor Tag: NLNETLABS Release Tags: NSD_3_2_10 U src/usr.sbin/nsd/options.h U src/usr.sbin/nsd/configparser.y U src/usr.sbin/nsd/nsd.conf.sample.in U src/usr.sbin/nsd/iterated_hash.h C src/usr.sbin/nsd/nsd-patch.8.in U src/usr.sbin/nsd/difffile.c U src/usr.sbin/nsd/xfrd-notify.c U src/usr.sbin/nsd/packet.h C src/usr.sbin/nsd/region-allocator.c U src/usr.sbin/nsd/xfrd-disk.c U src/usr.sbin/nsd/dns.h C src/usr.sbin/nsd/configure.ac U src/usr.sbin/nsd/zonec.h C src/usr.sbin/nsd/nsdc.8.in U src/usr.sbin/nsd/acx_nlnetlabs.m4 C src/usr.sbin/nsd/nsd-notify.8.in U src/usr.sbin/nsd/query.c U src/usr.sbin/nsd/zparser.y U src/usr.sbin/nsd/answer.h U src/usr.sbin/nsd/xfrd.c C src/usr.sbin/nsd/nsd-xfer.8.in U src/usr.sbin/nsd/rbtree.c U src/usr.sbin/nsd/xfrd-disk.h U src/usr.sbin/nsd/nsd.h U src/usr.sbin/nsd/nsd-xfer.c U src/usr.sbin/nsd/tsig-openssl.h U src/usr.sbin/nsd/edns.h U src/usr.sbin/nsd/buffer.h U src/usr.sbin/nsd/dname.c U src/usr.sbin/nsd/query.h U src/usr.sbin/nsd/tsig.c U src/usr.sbin/nsd/buffer.c U src/usr.sbin/nsd/axfr.h U src/usr.sbin/nsd/dbaccess.c U src/usr.sbin/nsd/dname.h U src/usr.sbin/nsd/region-allocator.h U src/usr.sbin/nsd/nsec3.h U src/usr.sbin/nsd/edns.c U src/usr.sbin/nsd/xfrd-notify.h U src/usr.sbin/nsd/netio.c U src/usr.sbin/nsd/dns.c U src/usr.sbin/nsd/tsig-openssl.c U src/usr.sbin/nsd/zlexer.lex U src/usr.sbin/nsd/configlexer.lex U src/usr.sbin/nsd/difffile.h C src/usr.sbin/nsd/nsd.conf.5.in U src/usr.sbin/nsd/options.c U src/usr.sbin/nsd/dbcreate.c U src/usr.sbin/nsd/ipc.h U src/usr.sbin/nsd/rdata.h U src/usr.sbin/nsd/namedb.c C src/usr.sbin/nsd/configure U src/usr.sbin/nsd/nsd-checkconf.c U src/usr.sbin/nsd/configyyrename.h U src/usr.sbin/nsd/axfr.c U src/usr.sbin/nsd/LICENSE C src/usr.sbin/nsd/nsec3.c U src/usr.sbin/nsd/netio.h U src/usr.sbin/nsd/xfrd-tcp.c U src/usr.sbin/nsd/rdata.c U src/usr.sbin/nsd/zonec.c U src/usr.sbin/nsd/nsdc.sh.in U src/usr.sbin/nsd/namedb.h U src/usr.sbin/nsd/server.c U src/usr.sbin/nsd/nsd-notify.c U src/usr.sbin/nsd/xfrd.h U src/usr.sbin/nsd/packet.c C src/usr.sbin/nsd/nsd-checkconf.8.in U src/usr.sbin/nsd/xfrd-tcp.h U src/usr.sbin/nsd/install-sh C src/usr.sbin/nsd/nsd.c U src/usr.sbin/nsd/mkinstalldirs U src/usr.sbin/nsd/util.c U src/usr.sbin/nsd/util.h U src/usr.sbin/nsd/ipc.c U src/usr.sbin/nsd/nsd-patch.c C src/usr.sbin/nsd/nsd.8.in U src/usr.sbin/nsd/answer.c U src/usr.sbin/nsd/rbtree.h U src/usr.sbin/nsd/config.h.in C src/usr.sbin/nsd/zonec.8.in U src/usr.sbin/nsd/iterated_hash.c U src/usr.sbin/nsd/Makefile.in U src/usr.sbin/nsd/tsig.h U src/usr.sbin/nsd/compat/fake-rfc2553.h U src/usr.sbin/nsd/compat/fake-rfc2553.c U src/usr.sbin/nsd/compat/b64_pton.c U src/usr.sbin/nsd/compat/strptime.c U src/usr.sbin/nsd/compat/inet_aton.c U src/usr.sbin/nsd/compat/b64_ntop.c U src/usr.sbin/nsd/compat/strlcat.c U src/usr.sbin/nsd/compat/malloc.c U src/usr.sbin/nsd/compat/inet_pton.c U src/usr.sbin/nsd/compat/memmove.c U src/usr.sbin/nsd/compat/basename.c U src/usr.sbin/nsd/compat/memcmp.c U src/usr.sbin/nsd/compat/inet_ntop.c U src/usr.sbin/nsd/compat/strlcpy.c U src/usr.sbin/nsd/compat/pselect.c U src/usr.sbin/nsd/compat/snprintf.c 13 conflicts created by this import. Use the following command to help the merge: cvs checkout -jNLNETLABS:yesterday -jNLNETLABS src/usr.sbin/nsd CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/03/02 01:40:58 Modified files: usr.sbin/nsd : configure configure.ac nsd-checkconf.8.in nsd-notify.8.in nsd-patch.8.in nsd-xfer.8.in nsd.8.in nsd.c nsd.conf.5.in nsdc.8.in nsec3.c region-allocator.c zonec.8.in Log message: resolve conflicts CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/02 02:03:52 Modified files: devel/ptlib : Makefile distinfo devel/ptlib/patches: patch-configure_ac patch-make_lib_mak patch-src_ptlib_common_osutils_cxx Log message: Update to ptlib-2.10.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/02 02:04:21 Modified files: net/opal : Makefile distinfo net/opal/patches: patch-plugins_configure Removed files: net/opal/patches: patch-plugins_video_common_dyna_cxx Log message: Update to opal-3.10.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/02 02:04:59 Modified files: net/h323plus : Makefile distinfo net/h323plus/patches: patch-Makefile_in patch-openh323u_mak_in net/h323plus/pkg: PLIST Added files: net/h323plus/patches: patch-include_openh323buildopts_h_in Log message: Update to h323plus-1.24.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/02 02:06:24 Modified files: x11/gnome/ekiga: Makefile Log message: Unbreak although several things do not work quite well. But having packages available will help testing. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/02 02:07:42 Modified files: meta/gnome : Makefile Log message: Add ekiga to gnome-extra. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/02 02:10:38 Modified files: devel/sdl : Makefile distinfo devel/sdl/patches: patch-Makefile_in patch-configure patch-include_SDL_config_h_in patch-include_SDL_opengl_h patch-sdl_pc_in patch-src_audio_SDL_audio_c patch-src_audio_SDL_sysaudio_h patch-src_cpuinfo_SDL_cpuinfo_c patch-src_video_x11_SDL_x11gl_c devel/sdl/pkg : DESCR PLIST Added files: devel/sdl/patches: patch-src_video_SDL_blit_N_c patch-src_video_x11_SDL_x11events_c patch-src_video_x11_SDL_x11video_c Removed files: devel/sdl/patches: patch-src_video_x11_SDL_x11modes_c Log message: Update to sdl-1.2.15. From brad, with tweaks by ajacoutot@ and me. Tested by many on ports@ Ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/03/02 02:34:06 Log message: Import anki, a spaced learning system. Status: Vendor Tag: fgsch Release Tags: fgsch_20120302 N ports/education/anki/distinfo N ports/education/anki/Makefile N ports/education/anki/pkg/PLIST N ports/education/anki/pkg/DESCR N ports/education/anki/patches/patch-libanki_anki_deck_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/03/02 02:36:05 Modified files: education : Makefile Log message: enter anki. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/02 04:16:44 Modified files: usr.bin/tmux : tmux.h Log message: Add printf attribute to a couple of functions, from Tim Ruehsen. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/02 04:42:56 Modified files: audio/pianobar : Makefile Added files: audio/pianobar/patches: patch-src_ui_c Log message: Don't use custom format output as format string: fixes a segmentation fault when searching for a station named '%' (upstream git commit e6a87e15043767c0f1f00a62110e4bbb53de4ece) CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/03/02 07:32:12 Modified files: de : hppa.html policy.html faq/de : faq8.html faq/nl : faq8.html nl : policy.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/02 07:52:29 Added files: devel/sdl/patches: patch-src_thread_pthread_SDL_syssem_c Log message: Fixed bug 1426 - SDL_SemWaitTimeout returns -1 and sets error instead of SDL_MUTEX_TIMEDOUT on time out From upstream via brad. No bump needed. OK ajacoutot@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/03/02 09:39:22 Modified files: usr.sbin/tftpd : tftpd.8 tftpd.c Log message: tweaks; CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/03/02 10:14:41 Modified files: infrastructure/lib/DPB: Locks.pm Log message: fix detection of existing dpbs. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/03/02 10:23:08 Modified files: bin/systrace : intercept-translate.c Log message: Fix handling of 'offend' (OFFset from the END of the arg list) arguments in systrace(1). In intercept_translate(), argsize is actually the number of *bytes* taken up by the arguments, not the number of arguments. ok ajacoutot, sthen, dcoppa CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2012/03/02 10:49:58 Modified files: lib/librthread : rthread.c Log message: for readability, put the label on it's own line. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/03/02 12:33:43 Modified files: infrastructure/lib/DPB: Clock.pm infrastructure/lib/DPB/Job: Port.pm Log message: keep track of how long a job is stuck, max. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/03/02 12:35:09 Modified files: infrastructure/bin: dpb infrastructure/man/man1: dpb.1 Log message: %f for distdir (where fetched distfiles live) CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2012/03/02 16:11:57 Modified files: lib/librthread : rthread_attr.c Log message: fix check when setting the contention scope. harmless atm but still wrong. guenther@ ok. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/03 01:31:18 Modified files: usr.bin/tmux : cmd-join-pane.c cmd-split-window.c cmd.c layout.c tmux.1 tmux.h Log message: Add move-pane command (like join-pane but allows the same window). Also -b flag to join-pane and move-pane to place the pane to the left or above. From George Nachman. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/03 01:34:27 Modified files: usr.bin/rcs : rcs.c Log message: Remove unused variable, from Michael W Bombardieri who also got an ok from tobias@. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/03 01:55:56 Modified files: usr.bin/tmux : status.c tmux.h Log message: The wlmouse offset should be part of the client, not the server. From Ailin Nemui. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/03 02:36:26 Modified files: regress/lib/libpthread/semaphore/sem_getvalue: sem_getvalue.c regress/lib/libpthread/semaphore/sem_trywait: sem_trywait.c regress/lib/libpthread/semaphore/sem_wait: sem_wait.c Log message: While we guarantee that a zero-filled sem_t variable will trigger EINVAL errors, a sem_t on the stack may have garbage, so make the tests portable by moving the sem_t from function to file scope. problem found by miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/03 02:39:55 Modified files: x11/gnome/moserial: Makefile distinfo Log message: Minor update to moserial-3.0.6. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/03 02:43:23 Modified files: usr.bin/tmux : cmd-paste-buffer.c input.c screen-write.c tmux.1 tmux.h tty.c Log message: Support "bracketed paste" mode. This adds a -p flag to paste-buffer - if this is used and the application has requested bracketed pastes, then tmux surrounds the pasted text by \033[200~ and \033[201~. Applications like vim can (apparently) use this to avoid, for example, indenting the text. From Ailin Nemui. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/03 02:45:41 Modified files: usr.bin/tmux : cmd-display-message.c Log message: Terminate strftime buffer properly and free format string, whoops. From Tiago Cunha. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/03 02:51:00 Modified files: regress/lib/libpthread/semaphore/sem_wait: sem_wait.c Log message: Verify that sem_wait() doesn't return zero without decrementing the semaphore when a signal is received. It should either resume waiting or return EINTR, preferrably the former. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/03 03:02:26 Modified files: lib/libpthread/include: semaphore.h lib/librthread : rthread.c rthread.h rthread_sem.c Log message: Add sem_timewait() and fix sem_wait()'s handling of signals, so that it resumes waiting unless the thread was canceled. As part of this, change the internal _sem_wait() function to return zero on success and an errno value on failure instead of 1 on success and zero on failure. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/03 03:08:22 Modified files: mail/postfix/stable: Makefile distinfo Log message: update Postfix stable to 2.9.1, ok Brad (maintainer) - fix recently introduced "sendmail -bs" segfault - fix old bug where the "change header" Milter could replace a wrong header CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/03 03:16:36 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: update Postfix snapshot to 2.10-20120218, from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/03 03:21:43 Modified files: devel/p5-Data-Alias: Makefile distinfo Removed files: devel/p5-Data-Alias/patches: patch-Alias_xs Log message: update to 1.16, fixes incompatibility with Perl 5.12. from Juha Erkkila CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/03 03:30:57 Modified files: x11/gnome/doc-utils: Makefile distinfo x11/gnome/doc-utils/patches: patch-doc_xslt_Makefile_in x11/gnome/doc-utils/pkg: PLIST Added files: x11/gnome/doc-utils/patches: patch-xml2po_xml2po_1 Log message: Update to gnome-doc-utils-0.20.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/03 03:33:42 Modified files: multimedia/gstreamer-0.10/plugins-ffmpeg: Makefile multimedia/gstreamer-0.10/plugins-ffmpeg/patches: patch-ext_ffmpeg_gstffmpegdec_c Added files: multimedia/gstreamer-0.10/plugins-ffmpeg/patches: patch-ext_ffmpeg_gstffmpegcodecmap_c Log message: Two fixes from upstream: - Add mapping for Indeo 4 video codec. - Only slice-threading (causes less latency). from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/03 03:33:47 Modified files: devel/yaml-cpp : Makefile distinfo devel/yaml-cpp/pkg: PLIST Log message: update to yaml-cpp 0.3.0 from Antti Harri CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/03 03:40:24 Modified files: x11/xfce4/thunar: Makefile Log message: There's no reason to depend on xfce4-icon-theme _and_ tango|gnome-icon-theme, since xfce4-icon-theme is not icon-naming-spec compliant, and hasn't seen a release since 5 years. Let's just prefer tango, as it's done in midori. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/03 03:58:00 Modified files: www/node : Makefile distinfo www/node/pkg : PLIST Log message: update to node.js 0.6.12, from maintainer Aaron Bieber CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/03 04:06:20 src/regress/lib/libpthread/semaphore/sem_timedwait Update of /cvs/src/regress/lib/libpthread/semaphore/sem_timedwait In directory cvs.openbsd.org:/tmp/cvs-serv22980/sem_timedwait Log Message: Directory /cvs/src/regress/lib/libpthread/semaphore/sem_timedwait added to the repository CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/03 04:08:12 Modified files: regress/lib/libpthread/semaphore: Makefile Added files: regress/lib/libpthread/semaphore/sem_timedwait: Makefile sem_timedwait.c Log message: Add tests for sem_timedwait() CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/03 04:09:19 Modified files: lib/librthread : rthread_sem.c Log message: sem_timedwait() should return ETIMEDOUT instead of EWOULDBLOCK on timeout CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/03 04:27:10 Modified files: lib/librthread : shlib_version Log message: Bump minor for recent additions CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/03 04:40:32 Modified files: infrastructure/db: user.list Log message: reserve uid for www/trac CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/03 04:42:06 Modified files: www/trac : Makefile www/trac/pkg : PLIST README Added files: www/trac/pkg : tracd.rc Log message: Install an rc script for trac and use a dedicated uid. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/03 04:44:23 Modified files: net/unbound : Makefile distinfo net/unbound/patches: patch-configure_ac Removed files: net/unbound/patches: patch-services_cache_rrset_c Log message: Update to unbound 1.4.16 From Brad, was sent to jakob@ a while ago CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/03 04:48:44 Modified files: games/crimson : Makefile Log message: don't build on arm, mktileset loops CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/03 05:46:59 Log message: Import pear-MDB2-pgsql, from maintainer Johan Huldtgren. This is the PostgreSQL MDB2 driver, needed if one wants to use www/horde with a PostgreSQL backend. ok & whitespace tweaks sthen@ (i also added 'PostgreSQL' to COMMENT while here) Status: Vendor Tag: jhuldtgren Release Tags: landry_20120303 N ports/databases/pear-MDB2-pgsql/Makefile N ports/databases/pear-MDB2-pgsql/distinfo N ports/databases/pear-MDB2-pgsql/pkg/DESCR N ports/databases/pear-MDB2-pgsql/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/03 05:47:47 Modified files: databases : Makefile Log message: +pear-MDB2-pgsql CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/03 06:13:47 Modified files: www/horde/horde: Makefile Log message: Depend on one of the actual MDB2- drivers not just MDB2. Tweaked from a submission from Johan Huldtgren. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/03 06:33:04 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/03 07:42:33 Modified files: lib/librthread/arch/hppa: _atomic_lock.c Log message: Sync the assembly statements with for consistency. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/03 08:56:18 Modified files: net/totd : Makefile net/totd/pkg : PLIST Added files: net/totd/pkg : totd.rc Log message: Remove USE_GROFF and add an rc script. From Brad with a tweak to the script by me. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/03/03 10:09:14 Modified files: sysutils/upower: Makefile Log message: fix build CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/03 10:30:17 Modified files: sysutils/upower: Makefile Log message: Revert previous and add textproc/intltool MODULE. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/03 12:15:00 Modified files: usr.bin/yacc : lalr.c lr0.c mkpar.c output.c symtab.c Log message: Replace some loops with calloc/memset. From Michael W Bombardieri. ok millert CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/03/03 12:22:42 Modified files: devel/gdb : Makefile distinfo devel/gdb/patches: patch-etc_Makefile_in patch-gdb_python_python-config_py patch-libiberty_Makefile_in devel/gdb/pkg : PLIST Added files: devel/gdb/patches: patch-bfd_elf_c patch-gdb_data-directory_Makefile_in Removed files: devel/gdb/patches: patch-gdb_Makefile_in patch-gdb_amd64obsd-tdep_c Log message: Update to 7.4, take maintainer and teach gdb about threaded coredumps. ok sthen@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/03 13:21:39 Modified files: sys/dev/pci : yds.c Log message: Don't print the device name again in attach error messages occuring before a newline ever gets printed. Found the hard way with a device dying on me. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/03 14:28:40 Modified files: sys/arch/loongson/dev: glx.c Log message: Fix the logic deciding whether to return PCI_COMMAND_MASTER_ENABLE in the emulated pci functions #2 and #3; from NetBSD CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/03 15:48:42 Modified files: lib/libpthread/man: Makefile.inc sem_wait.3 Log message: Document sem_timedwait() CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2012/03/03 18:33:22 Modified files: devel/sdl : Makefile devel/sdl/patches: patch-configure Log message: modify the configure script so it does not dlopen old X11 libs and include brad's X11 WANTLIB bits. ok sthen@ dcoppa@ earlier version ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2012/03/03 18:46:41 Modified files: emulators/sdlmame: Makefile distinfo Removed files: emulators/sdlmame/patches: patch-src_mame_video_mcd212_c Log message: update to 0.145u3 ok fgsch@ CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2012/03/03 21:05:15 Modified files: bin/pax : options.c distrib/special/more: more.c games/boggle/boggle: bog.c extern.h mach.c games/cribbage : crib.c cribbage.h io.c games/gomoku : bdisp.c gomoku.h main.c gnu/usr.bin/cvs/lib: getline.c getline.h gnu/usr.bin/cvs/src: client.c commit.c cvsrc.c edit.c entries.c fileattr.c ignore.c login.c logmsg.c mkmodules.c parseinfo.c patch.c release.c repos.c root.c server.c subr.c update.c wrapper.c libexec/ftpd : extern.h ftpcmd.y ftpd.c usr.bin/csplit : csplit.c usr.bin/ctags : C.c ctags.h fortran.c lisp.c print.c yacc.c usr.bin/cvs : diff3.c usr.bin/diff3 : diff3prog.c usr.bin/fsplit : fsplit.c usr.bin/gencat : gencat.c usr.bin/rcs : diff3.c usr.bin/rs : rs.c usr.bin/unifdef: unifdef.c usr.bin/uudecode: uudecode.c usr.sbin/ftp-proxy: ftp-proxy.c usr.sbin/httpd/src/support: htdigest.c htpasswd.c logresolve.c usr.sbin/lpr/common_source: common.c displayq.c lp.h rmjob.c usr.sbin/lpr/lpc: cmds.c usr.sbin/lpr/lpd: printjob.c usr.sbin/netgroup_mkdb: netgroup_mkdb.c util.c util.h Log message: In preparation for getline and getdelim additions to libc, rename getline() occurrences to get_line(). Based on a diff from Jan Klemkow to tech. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/03/03 22:30:47 Modified files: usr.sbin/tftpd : tftpd.8 Log message: document what tftpd expects when talking to the rewrite socket. with help from jmc@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/03/04 00:23:55 Modified files: lib/libpthread/man: sem_wait.3 Log message: add sem_timedwait to NAME; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/03/04 00:26:51 Modified files: usr.sbin/tftpd : tftpd.8 Log message: tweak the description of -r further; CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/04 00:38:11 Modified files: usr.bin/tmux : mode-key.c status.c tmux.h Log message: Add A and I keys for vi status line editing. CVSROOT: /cvs Module name: xenocara Changes by: fgsch@cvs.openbsd.org 2012/03/04 05:07:01 Modified files: app/fvwm/extras/FvwmCommand: FvwmCommand.c app/fvwm/extras/FvwmConsole: FvwmConsoleC.c getline.c Log message: rename getline() occurrences to get_line(). CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/04 07:50:24 Modified files: driver : Makefile Log message: Remove a comment that should have gone with rev 1.39. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/04 08:44:48 Modified files: driver/xf86-video-radeonold/src: legacy_output.c r600_exa.c radeon_accelfuncs.c radeon_atombios.c radeon_bios.c radeon_crtc.c radeon_dri.c radeon_driver.c radeon_exa_funcs.c radeon_output.c radeon_probe.c radeon_textured_video.c radeon_video.c radeon_vip.c theatre.c theatre200.c theatre_detect.c Log message: Replace Xalloc/Xfree with malloc/free. Shuts down depreciation warnings during build. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/04 08:49:04 Modified files: driver : Makefile Log message: Build xf86-video-radeonold again. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/04 08:57:38 Modified files: driver/xf86-video-ati/src: ati.c Log message: Load the radeonold driver for radeon chipsets. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/04 09:01:20 Modified files: driver/xf86-video-ati: COPYING ChangeLog Makefile.am Makefile.bsd-wrapper Makefile.in README aclocal.m4 config.h.in configure configure.ac ltmain.sh driver/xf86-video-ati/man: Makefile.am Makefile.in ati.man radeon.man driver/xf86-video-ati/src: Makefile.am Makefile.in ati.c ati.h ati_pciids_gen.h atipciids.h atombios_crtc.c atombios_output.c legacy_crtc.c legacy_output.c r600_exa.c r600_reg.h r600_reg_r6xx.h r600_shader.c r600_shader.h r600_state.h r600_textured_videofuncs.c r6xx_accel.c radeon.h radeon_accel.c radeon_accelfuncs.c radeon_atombios.c radeon_atombios.h radeon_bios.c radeon_chipinfo_gen.h radeon_chipset_gen.h radeon_commonfuncs.c radeon_crtc.c radeon_cursor.c radeon_dri.c radeon_dri.h radeon_driver.c radeon_drm.h radeon_exa.c radeon_exa_funcs.c radeon_exa_render.c radeon_legacy_memory.c radeon_macros.h radeon_modes.c radeon_output.c radeon_pci_chipset_gen.h radeon_pci_device_match_gen.h radeon_probe.c radeon_probe.h radeon_reg.h radeon_render.c radeon_textured_video.c radeon_textured_videofuncs.c radeon_tv.c radeon_tv.h radeon_video.c radeon_video.h radeon_vip.c theatre.c theatre200.c theatre_detect.c driver/xf86-video-ati/src/AtomBios: CD_Operations.c driver/xf86-video-ati/src/AtomBios/includes: Decoder.h ObjectID.h atombios.h driver/xf86-video-ati/src/pcidb: ati_pciids.csv parse_pci_ids.pl Added files: driver/xf86-video-ati: INSTALL compile driver/xf86-video-ati/src: cayman_accel.c cayman_reg.h cayman_reg_auto.h cayman_shader.c cayman_shader.h drmmode_display.c drmmode_display.h evergreen_accel.c evergreen_exa.c evergreen_reg.h evergreen_reg_auto.h evergreen_shader.c evergreen_shader.h evergreen_state.h evergreen_textured_videofuncs.c radeon_dri2.c radeon_dri2.h radeon_dummy_bufmgr.h radeon_exa_shared.c radeon_exa_shared.h radeon_kms.c radeon_pm.c radeon_vbo.c radeon_vbo.h radeon_xvmc.c simple_list.h Removed files: driver/xf86-video-ati/src: local_xf86Rename.h radeon_dga.c Log message: Re-update xf86-video-ati to 6.14.3. Because of ati.c revision 1.5, it will not be selected by autoconfiguration code, so people who want to run this version of the driver on their radeon cards need an explicit "Device" section in xorg.conf. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/04 09:05:52 Modified files: driver : Makefile Log message: Unlink xf86-video-radeonhd from the build again. It's superceeded by recent xf86-video-ati driver. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/04 09:09:07 Removed files: driver/xf86-video-radeonhd: COPYING ChangeLog INSTALL Imakefile Makefile.am Makefile.bsd-wrapper Makefile.in README RadeonHD.am RadeonHD.tmpl acinclude.m4 aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp git_version.sh install-sh ltmain.sh missing shave-libtool.in shave.in driver/xf86-video-radeonhd/man: Imakefile Makefile.am Makefile.in radeonhd.man driver/xf86-video-radeonhd/src: Imakefile Makefile.am Makefile.in atombios_rev.h git_version.h r5xx_3dregs.h r5xx_accel.c r5xx_accel.h r5xx_exa.c r5xx_regs.h r5xx_xaa.c r600_exa.c r600_reg.h r600_reg_auto_r6xx.h r600_reg_r6xx.h r600_reg_r7xx.h r600_shader.c r600_shader.h r600_state.h r600_textured_videofuncs.c r6xx_accel.c r6xx_accel.h radeon_3d.c radeon_dri.h radeon_drm.h radeon_exa_render.c radeon_textured_videofuncs.c rhd.h rhd_acpi.c rhd_acpi.h rhd_atombios.c rhd_atombios.h rhd_atomcrtc.c rhd_atomout.c rhd_atomout.h rhd_atompll.c rhd_atomwrapper.c rhd_atomwrapper.h rhd_audio.c rhd_audio.h rhd_biosscratch.c rhd_biosscratch.h rhd_card.h rhd_connector.c rhd_connector.h rhd_crtc.c rhd_crtc.h rhd_cs.c rhd_cs.h rhd_cursor.c rhd_cursor.h rhd_dac.c rhd_ddia.c rhd_dig.c rhd_dri.c rhd_dri.h rhd_driver.c rhd_edid.c rhd_hdmi.c rhd_hdmi.h rhd_helper.c rhd_i2c.c rhd_i2c.h rhd_id.c rhd_lut.c rhd_lut.h rhd_lvtma.c rhd_mc.c rhd_mc.h rhd_modes.c rhd_modes.h rhd_monitor.c rhd_monitor.h rhd_output.c rhd_output.h rhd_pll.c rhd_pll.h rhd_pm.c rhd_pm.h rhd_randr.c rhd_randr.h rhd_regs.h rhd_shadow.c rhd_shadow.h rhd_tmds.c rhd_vga.c rhd_vga.h rhd_video.c rhd_video.h driver/xf86-video-radeonhd/src/AtomBios: CD_Operations.c Decoder.c hwserv_drv.c driver/xf86-video-radeonhd/src/AtomBios/includes: CD_Common_Types.h CD_Definitions.h CD_Opcodes.h CD_Structs.h CD_binding.h CD_hw_services.h Decoder.h ObjectID.h atombios.h regsdef.h driver/xf86-video-radeonhd/utils/conntest: Imakefile Makefile.am Makefile.in README git_version.h rhd_conntest.c rhd_dump.c Log message: Remove xf86-video-radeonhd for good. CVSROOT: /cvs Module name: www Changes by: matthieu@cvs.openbsd.org 2012/03/04 09:27:45 Modified files: faq : current.html Log message: Re-update of the radeon driver. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/04 09:57:19 Modified files: audio/libmpdclient: Makefile distinfo audio/mpc : Makefile distinfo audio/mpc/patches: patch-Makefile_in audio/mpc/pkg : PLIST audio/mpd : Makefile distinfo audio/mpd/patches: patch-Makefile_in patch-configure audio/ncmpc : Makefile distinfo audio/ncmpc/patches: patch-src_screen_c Added files: audio/ncmpc/patches: patch-configure Log message: Updates for musicpd ports: libmpdclient 2.6 -> 2.7 mpc 0.21 -> 0.22 mpd 0.16.5 -> 0.16.7 ncmpc 0.19 -> 0.20 Ok Tobias Ulmer (maintainer) who also requested to give maintainership to me Ok landry@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/03/04 10:42:32 Modified files: lib/libc/rpc : Makefile.inc rpc.3 Added files: lib/libc/rpc : authnone_create.3 Removed files: lib/libc/rpc : rpcauth.3 Log message: Drop the rpcauth(3) MLINK, there is no function of that name. Joint work with and OK haesbaert@ jmc@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/04 10:52:52 Log message: Import xfce meta package, requested by several, and modeled after meta/gnome port (ie separation between -main/-extras). ok/tweaks ajacoutot@ Status: Vendor Tag: landry Release Tags: landry_20120304 N ports/meta/xfce/Makefile N ports/meta/xfce/pkg/DESCR-main N ports/meta/xfce/pkg/README-main N ports/meta/xfce/pkg/PLIST-main N ports/meta/xfce/pkg/DESCR-extras N ports/meta/xfce/pkg/PLIST-extras No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/04 10:53:24 Modified files: meta : Makefile Log message: +xfce CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/04 10:55:31 Modified files: xserver/hw/xfree86/common: xf86Config.c Log message: Introduce a black list of drivers for Xorg -configure, and blacklist all radeon driver variants, except radeonold. This fixes the conflicting symbols warnings seen by Xorg -configure and forces it to use radeonold in the generated xorg.conf file. Xorg -configure is still broken in many ways, and should be avoided. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/04 11:02:58 Modified files: x11/xfce4/xfce4-session: Makefile x11/xfce4/xfce4-session/pkg: PLIST Removed files: x11/xfce4/xfce4-session/pkg: README Log message: Remove xfce4-session's README, an overhauled version was added to xfce meta port. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/04 11:03:22 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 md.hppa md.i386 md.landisk md.loongson md.mac68k md.macppc md.mvme68k md.sgi md.socppc md.sparc md.sparc64 md.zaurus distrib/sets/lists/xserv: md.amd64 md.i386 md.macppc md.sparc64 Log message: sync CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2012/03/04 11:05:09 Modified files: games/beret : Makefile Log message: There is no regression framework; noted by Brian Callahan (MAINTAINER). Drop the redundant LIB_DEPENDS on devel/sdl; noted by ajacoutot@. The LIB_DEPENDS change affects the package, so bump; noted by sthen@. ok ajacoutot@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/04 11:06:34 xenocara/app/listres/man Update of /cvs/xenocara/app/listres/man In directory cvs.openbsd.org:/tmp/cvs-serv7738/man Log Message: Directory /cvs/xenocara/app/listres/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/04 11:07:46 Modified files: app/listres : ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac listres.c Added files: app/listres/man: Makefile.am Makefile.in listres.man Removed files: app/listres : listres.man Log message: Update to listres 1.0.3 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/04 11:13:47 Modified files: lib/libXfont : ChangeLog Makefile.am Makefile.in aclocal.m4 config.h.in configure configure.ac devbook.am ltmain.sh lib/libXfont/doc: Makefile.in fontlib.xml lib/libXfont/include/X11/fonts: bdfint.h bitmap.h fntfil.h fntfilst.h fontmisc.h fontutil.h pcf.h lib/libXfont/src: Makefile.am Makefile.in lib/libXfont/src/FreeType: Makefile.in ftenc.c ftfuncs.c ftfuncs.h fttools.c xttcap.c xttcap.h lib/libXfont/src/bitmap: Makefile.in bdfread.c bdfutils.c bitmap.c bitmapfunc.c bitscale.c fontink.c pcfread.c pcfwrite.c snfread.c snfstr.h lib/libXfont/src/builtins: Makefile.in buildfont builtin.h dir.c file.c fonts.c fpe.c render.c lib/libXfont/src/fc: Makefile.in fsconvert.c fserve.c fservestr.h fsio.c fsio.h fslibos.h fstrans.c lib/libXfont/src/fontfile: Makefile.in bitsource.c bunzip2.c catalogue.c decompress.c dirfile.c fontdir.c fontencc.c fontfile.c fontscale.c gunzip.c register.c renderers.c lib/libXfont/src/stubs: Makefile.am Makefile.in regfpefunc.c rmfshdl.c stubs.h lib/libXfont/src/util: Makefile.in atom.c fontaccel.c fontutil.c fontxlfd.c format.c patcache.c private.c utilbitmap.c Log message: Update to libXfont 1.4.5 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/04 11:20:58 xenocara/lib/libFS/test Update of /cvs/xenocara/lib/libFS/test In directory cvs.openbsd.org:/tmp/cvs-serv31142/test Log Message: Directory /cvs/xenocara/lib/libFS/test added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/04 11:21:37 Modified files: lib/libFS : COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh lib/libFS/doc : FSlib.txt lib/libFS/include/X11/fonts: FSlib.h lib/libFS/src : FSClServ.c FSCloseFt.c FSConnServ.c FSErrDis.c FSErrHndlr.c FSFlush.c FSFontInfo.c FSFtNames.c FSGetCats.c FSListCats.c FSListExt.c FSMisc.c FSNextEv.c FSOpenFont.c FSOpenServ.c FSQGlyphs.c FSQXExt.c FSQXInfo.c FSQuExt.c FSServName.c FSSetCats.c FSSync.c FSSynchro.c FSlibInt.c FSlibint.h FSlibos.h Makefile.am Makefile.in Added files: lib/libFS/test : FSGetErrorText.c Makefile.am Makefile.in Log message: Update to libFS 1.0.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/04 11:25:22 Modified files: lib/libfontenc : ChangeLog Makefile.am Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh lib/libfontenc/src: Makefile.in encparse.c fontenc.c Log message: Update to libfontenc 1.1.1 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/04 11:36:21 Modified files: app/xfs : ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac app/xfs/config : Makefile.am Makefile.in app/xfs/difs : atom.c cache.c charinfo.c difsutils.c dispatch.c events.c extensions.c fontinfo.c fonts.c globals.c initfonts.c main.c resource.c swaprep.c swapreq.c tables.c app/xfs/doc : Makefile.am Makefile.in xfs-design.xml app/xfs/include: difs.h difsutils.h os.h servermd.h app/xfs/man : Makefile.in app/xfs/os : access.c config.c configstr.h connection.c daemon.c error.c io.c osglue.c osinit.c utils.c waitfor.c xfstrans.c Added files: app/xfs : config.h.in devbook.am Removed files: app/xfs : xfs-config.h.in app/xfs/os : config.h Log message: Update to xfs 1.1.2 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/04 11:55:07 xenocara/lib/libICE/specs Update of /cvs/xenocara/lib/libICE/specs In directory cvs.openbsd.org:/tmp/cvs-serv29056/specs Log Message: Directory /cvs/xenocara/lib/libICE/specs added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/04 11:55:08 xenocara/lib/libICE/doc Update of /cvs/xenocara/lib/libICE/doc In directory cvs.openbsd.org:/tmp/cvs-serv29056/doc Log Message: Directory /cvs/xenocara/lib/libICE/doc added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/04 11:57:09 Modified files: lib/libICE : ChangeLog INSTALL Makefile.am Makefile.in README aclocal.m4 config.h.in configure configure.ac ltmain.sh lib/libICE/include/X11/ICE: ICE.h ICEconn.h ICElib.h ICEmsg.h ICEproto.h ICEutil.h lib/libICE/src : ICElibint.h Makefile.am Makefile.in accept.c authutil.c connect.c error.c getauth.c globals.h iceauth.c listen.c listenwk.c locking.c misc.c ping.c process.c protosetup.c register.c replywait.c setauth.c shutdown.c watch.c Added files: lib/libICE : docbook.am lib/libICE/doc : ICElib.xml Makefile.am Makefile.in lib/libICE/specs: Makefile.am Makefile.in ice.xml Log message: Update to libICE 1.0.8 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/04 12:02:24 xenocara/lib/libSM/doc Update of /cvs/xenocara/lib/libSM/doc In directory cvs.openbsd.org:/tmp/cvs-serv21512/doc Log Message: Directory /cvs/xenocara/lib/libSM/doc added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/04 12:03:27 Modified files: lib/libSM : COPYING ChangeLog INSTALL Makefile.am Makefile.in README aclocal.m4 config.h.in configure configure.ac ltmain.sh sm.pc.in lib/libSM/include/X11/SM: SM.h SMlib.h SMproto.h lib/libSM/src : Makefile.am Makefile.in SMlibint.h sm_auth.c sm_client.c sm_error.c sm_genid.c sm_manager.c sm_misc.c sm_process.c Added files: lib/libSM : docbook.am lib/libSM/doc : Makefile.am Makefile.in SMlib.xml xsmp.xml Log message: update to libSM 1.2.1 CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2012/03/04 12:03:44 Modified files: etc/mtree : BSD.x11.dist Log message: New dirs for libICE and libSM docs CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/04 12:07:08 Modified files: . : MODULES distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/04 13:04:54 Log message: Import p5-Lingua-EN-Sentence from Chris Bennett, needed by p5-Locale-Maketext-Lexicon upcoming update. The Lingua::EN::Sentence module contains the function get_sentences, which splits text into its constituent sentences, based on a regular expression and a list of abbreviations (built in and given). Certain well know exceptions, such as abreviations, may cause incorrect segmentations. ok sthen@ Status: Vendor Tag: cbennett Release Tags: landry_20120304 N ports/textproc/p5-Lingua-EN-Sentence/distinfo N ports/textproc/p5-Lingua-EN-Sentence/Makefile N ports/textproc/p5-Lingua-EN-Sentence/pkg/PLIST N ports/textproc/p5-Lingua-EN-Sentence/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/04 13:05:37 Modified files: textproc : Makefile Log message: sync CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/04 13:40:54 Modified files: usr.bin/tmux : key-string.c Log message: Accept hex values as keys, needed for send-keys, based on a diff from George Nachman. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/04 13:50:53 Modified files: usr.bin/tmux : cmd-new-window.c cmd-split-window.c tmux.1 Log message: Add -F format to new-window and split-window to use with the -P flag, from George Nachman. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/04 13:52:05 Modified files: usr.bin/tmux : cmd-new-window.c cmd-split-window.c Log message: free -> xfree. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/04 14:23:48 Modified files: lib/libc/sys : __get_tcb.2 Log message: New threads now inherit their TCB address from their parent thread CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/03/04 15:25:08 Modified files: textproc/gtranslator: Makefile Log message: missing build dep, okay aja. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/04 19:37:24 src/regress/sys/kern/main-thread-exited Update of /cvs/src/regress/sys/kern/main-thread-exited In directory cvs.openbsd.org:/tmp/cvs-serv21393/main-thread-exited Log Message: Directory /cvs/src/regress/sys/kern/main-thread-exited added to the repository CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/04 19:40:21 Modified files: regress/sys/kern: Makefile Added files: regress/sys/kern/main-thread-exited: Makefile main-thread-exited.c Log message: If the main thread exits, the process should still be able to get signals CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/04 23:43:53 Modified files: textproc/gtranslator: Makefile Log message: Missing RUN_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/03/05 01:57:19 Log message: Import gcap-0.1.1. gcap is a command line tool for downloading Youtube closed captions. The downloaded closed captions are saved in SubRip (srt) file format. ok sthen@ Status: Vendor Tag: bentley Release Tags: bentley_20120305 N ports/www/gcap/Makefile N ports/www/gcap/distinfo N ports/www/gcap/pkg/DESCR N ports/www/gcap/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/03/05 01:58:00 Modified files: www : Makefile Log message: +gcap CVSROOT: /cvs Module name: www Changes by: lum@cvs.openbsd.org 2012/03/05 03:28:57 Added files: papers : swapencrypt.pdf swapencrypt-slides.pdf Log message: PDF versions of Encrypting Virtual Memory presentation. ok deraadt CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/03/05 03:43:42 Modified files: etc : rc.conf Added files: etc/rc.d : tftpd Log message: add rc.d bits for the new standalone tftpd daemon. mostly from Kent R. Spillner ok sthen@ robert@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/03/05 04:15:41 Modified files: usr.sbin : Makefile libexec : Makefile Log message: swap out libexec/tftpd for usr.sbin/tftpd ok henning@ sthen@ mikeb@ deraadt@ wants this CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/03/05 04:28:38 Modified files: etc : inetd.conf Log message: tftpd doesnt get run from inetd now. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2012/03/05 04:50:16 Modified files: sbin/pflogd : pflogd.c Log message: fix format string: use %zu for size_t and %d for signed ints first one triggered by a mail from joerg @ netbsd, thanks. ok millert dlg CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/05 05:12:49 Modified files: net/telepathy/folks: Makefile Log message: Drop the PSEUDO_FLAVOR, some rpath magic is needed for the tracker plugin which changes the resulting -main package. CVSROOT: /cvs Module name: www Changes by: lum@cvs.openbsd.org 2012/03/05 05:14:42 Modified files: . : security.html papers : index.html Log message: Remove list of papers on security.html and point to papers/ instead, where there is a list of continually updated docs (lions share of which are security related). ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/03/05 05:57:48 Modified files: www/chromium : Makefile distinfo Log message: update to 17.0.963.65 CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/03/05 08:00:57 Modified files: databases/postgresql: Makefile distinfo databases/postgresql/pkg: PLIST-docs Log message: Update to 9.1.3 ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/03/05 08:10:44 Modified files: www/dokuwiki : Tag: OPENBSD_5_0 Makefile distinfo Log message: Security update to 2011-05-25b (broken salt generation) ok sthen@ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/03/05 08:19:04 Modified files: databases/postgresql: Tag: OPENBSD_5_0 Makefile distinfo databases/postgresql/pkg: Tag: OPENBSD_5_0 PLIST-docs Log message: Update to 9.0.7. Include fixes for CVE-2012-0866, CVE-2012-0867 and CVE-2012-0868 ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/05 08:22:08 Modified files: 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 Log message: Update to gstreamer-plugins-ugly-0.10.19. prodded by Brad. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/05 08:22:46 Modified files: multimedia/gstreamer-0.10/plugins-bad: Makefile distinfo multimedia/gstreamer-0.10/plugins-bad/patches: patch-configure_ac patch-gst_nsf_gstnsf_c multimedia/gstreamer-0.10/plugins-bad/pkg: PLIST-main Removed files: multimedia/gstreamer-0.10/plugins-bad/patches: patch-common_m4_gst-feature_m4 patch-ext_mpeg2enc_gstmpeg2encoder_cc Log message: Update to gstreamer-plugins-bad-0.10.23. prodded by Brad. CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2012/03/05 10:57:21 Modified files: games/openxcom : Makefile Log message: Fix the failure to build when libyaml is installed. Builds on amd64/i386 - with/without libyaml installed. Fix from maintainer Antti Harri Ok aja@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/05 11:02:05 Log message: Import awl 0.51, a set of php libraries needed by upcoming davical port. ok sthen@ Status: Vendor Tag: landry Release Tags: landry_20120305 N ports/www/awl/Makefile N ports/www/awl/distinfo N ports/www/awl/pkg/PLIST N ports/www/awl/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/05 11:03:37 Log message: Import arabica 2011.11. Arabica is an XML and HTML processing toolkit, providing SAX, DOM, XPath, and XSLT implementations, written in Standard C++. ok sthen@ Status: Vendor Tag: landry Release Tags: landry_20120305 N ports/textproc/arabica/Makefile N ports/textproc/arabica/distinfo N ports/textproc/arabica/pkg/PLIST N ports/textproc/arabica/pkg/PFRAG.shared N ports/textproc/arabica/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/05 11:05:35 Log message: Import eliot 1.14. Eliot is a Scrabble game, it offers 3 different game modes: The free game mode is the standard one, ideal for having fun with your friends or family. You can play the game against a friend so that you can test your skills. In the duplicate mode, all the players are faced with the same board and letters at the same time. It is mainly used in clubs and competitions since it takes away the chance (and tactics) component(s) of the game. The training mode allows to play alone and make progress for the duplicate. It gives more freedom than the multiplayer modes. Feedback/ok sthen@ Status: Vendor Tag: landry Release Tags: landry_20120305 N ports/games/eliot/Makefile N ports/games/eliot/distinfo N ports/games/eliot/patches/patch-configure N ports/games/eliot/patches/patch-utils_ncurses_h N ports/games/eliot/patches/patch-utils_Makefile_in N ports/games/eliot/patches/patch-qt_main_window_cpp N ports/games/eliot/pkg/PLIST N ports/games/eliot/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/05 11:06:56 Modified files: www : Makefile textproc : Makefile games : Makefile Log message: +arabica,awl,eliot CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/05 11:19:55 Modified files: www/awl : Makefile www/awl/pkg : PLIST Log message: Set PKG_ARCH=* and remove useless .in file. from ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/05 11:20:17 Modified files: www/sabredav : Makefile Log message: Set PKG_ARCH=*, prompted by ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/05 11:28:40 Modified files: games/eliot/patches: patch-qt_main_window_cpp Log message: s/LOCALBASE/TRUEPREFIX/, from ajacoutot@ CVSROOT: /cvs Module name: src Changes by: shadchin@cvs.openbsd.org 2012/03/05 11:42:55 Modified files: sys/dev/pckbc : pms.c pmsreg.h Log message: Adds support for a slightly different version of the ALPS protocol, which send 'interleaved' PS2 packets in between absolute ALPS packets. Dell laptops (E6xxx and E5500 at least) have this kind of touchpad. ok and some rework mpi@, tested okan@. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/03/05 12:43:09 Modified files: infrastructure/bin: dpb infrastructure/lib/DPB: PortBuilder.pm Log message: fix -a bug: if you specify -I ..., this shouldn't negate a -a. "permanent build log" under %f/build-stats/%a -J250 by default CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/03/05 12:56:43 Modified files: etc : rc Log message: add tftpd to the network daemons list just after ftpd and ftpproxy. reminded by mikeb@ ok sthen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/05 14:19:53 Log message: Import davical 1.0.2. DAViCal is a server for calendar/contacts sharing. It is an implementation of the CalDAV protocol which is designed for storing calendaring resources (in iCalendar format) on a remote shared server. It also provides CardDAV features for contact/vCard sharing. ok ajacoutot@ Status: Vendor Tag: landry Release Tags: landry_20120305 N ports/productivity/davical/Makefile N ports/productivity/davical/distinfo N ports/productivity/davical/pkg/PLIST N ports/productivity/davical/pkg/DESCR N ports/productivity/davical/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/05 14:20:20 Modified files: productivity : Makefile Log message: +davical CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/03/05 18:25:47 Modified files: libexec/tcpd/tcpd: tcpd.8 share/man/man8 : diskless.8 usr.sbin/inetd : inetd.8 Log message: clean up some newly created lies now that tftpd doesnt run out of inetd. poke by deraadt@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/03/06 00:52:32 Modified files: usr.sbin/bgpctl: mrtparser.c Log message: Implement a better way to detect the encoding of the MP_REACH_NLRI attr. Check the addr length value of the RFC 6396 encoding to decide if it is one or not. While there try to make the comment more clear. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/06 01:23:43 Modified files: www/lighttpd : Makefile www/lighttpd/patches: patch-src_mod_compress_c Added files: www/lighttpd/patches: patch-src_network_backends_h Log message: Add a lighttpd fix from upstream. From Brad. - Disable mmap by default with mod_compress, if a user truncates a file we are mmapping, reading the truncated area leads to SIGBUS. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/06 01:34:21 Modified files: mail/mailscanner: Makefile distinfo mail/mailscanner/patches: patch-bin_update_bad_phishing_emails patch-bin_update_bad_phishing_sites patch-lib_MailScanner_TNEF_pm Log message: Update to MailScanner 4.84.5-2, OK with Brad. - Fixes URL used to fetch phishing-detection database; the domain that it was hosted on lapsed. You may have a corrupt database: if the file /var/spool/MailScanner/quarantine/phishingupdate exists, delete it and run update_bad_phishing_sites and update_bad_phishing_emails manually as the "run as user". - While there update the TNEF.pm fix to improve temp file handling. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/03/06 01:39:30 Modified files: share/man/man5 : passwd.5 Log message: Clarify the wording regarding :*: as proposed by ajacoutot@. Spring cleanup while here: - Refrain from explaining what a colon (`:') and a comma (`,') is. - Remove speculations about future directions to be taken after 4.0BSD (sic). - And some minor wording changes. ok jmc@ millert@ ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/06 01:50:54 Modified files: x11/gmtk : Makefile x11/gmtk/patches: patch-src_gmtk_media_player_c Added files: x11/gmtk/patches: patch-src_gmtk_common_c patch-src_gmtk_common_h Log message: Only allocate a size for the child window if the parent widget is realized (upstream svn revision r87) CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2012/03/06 01:54:02 Modified files: build : support.dat Log message: This web site is hardly talking about OpenBSD at all (except about OpenBSD 3.7 and 3.8) and there are rumours on misc@ about the staff actively discouraging use of OpenBSD in general. ok henning@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2012/03/06 01:55:16 Modified files: . : support.html Log message: sync CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/03/06 02:51:48 Modified files: gnu/gcc/gcc : builtins.c gnu/gcc/gcc/config: openbsd.h Log message: Define NO_UNSAFE_BUILTINS, overlooked when local changes got merged to gcc4. Found by Brad. Also, consider stpcpy an unsafe builtin and prevent it from being optimised away. ok miod@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/06 03:11:47 Modified files: editors/dhex : Makefile distinfo Log message: update to dhex 0.66 and change maintainer email From Thanasoulas Spiros (maintainer) CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/03/06 04:15:13 Modified files: libexec/tftp-proxy: filter.c Log message: Fill in default values for rtableid/onrdomain/prio when creating PF rules, prompted by a mail from Gabriel Linder. OK henning@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/03/06 04:22:41 Modified files: infrastructure/bin: dpb Log message: create build-stats dir (noticed by Mark Patruck) CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/03/06 04:38:26 Modified files: lib/libc/gen : sysconf.3 sysconf.c sys/sys : unistd.h Log message: Add the _POSIX_MONOTONIC_CLOCK symbol and the sysconf(3) _SC_MONOTONIC_CLOCK variable. from Brad No libc minor crank needed, as no API has been changed, per se (deraadt). ports bulk testing by landry@ small man rewording from thib@ ok millert@ otto@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/06 04:39:17 Modified files: devel/glib2 : Makefile devel/glib2/patches: patch-glib_gmain_c Removed files: devel/glib2/patches: patch-gthread_gthread-posix_c Log message: Remove MONOTONIC_CLOCK hack since sysconf(3) has support for it now. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/06 04:39:47 Modified files: multimedia/gstreamer-0.10/core: Makefile Log message: Remove MONOTONIC_CLOCK hack since sysconf(3) has support for it now. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/06 04:43:39 Modified files: audio/daapd : Makefile audio/daapd/patches: patch-daapd_cc emulators/BasiliskII: Makefile Removed files: emulators/BasiliskII/patches: patch-src_Unix_main_unix_cpp Log message: Remove now undeeded _POSIX_THREAD_PRIORITY_SCHEDULING hack. from Brad CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/03/06 05:44:17 Modified files: sys/netinet : in_pcb.c Log message: Check if route is still valid when getting the cached rt entry of a pcb. While there make sure we do the lookup in the correct routing table. OK mikeb, henning and phessler CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/06 05:45:13 Modified files: x11/gnome : gnome.port.mk Log message: Bump doc-utils version. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/03/06 05:48:08 Modified files: sys/arch/i386/conf: GENERIC sys/dev/pci : files.pci glxpcib.c Log message: Add support for an SMB controller found on AMD CS5536 companion device. Tested on alix and soekris by benno, mpf, shadchin and myself. Loongson tests by miod. OK mpf, shadchin, kettenis CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/03/06 05:50:21 Modified files: usr.sbin/ftp-proxy: filter.c Log message: catch up with "on rdomain" changes; ok claudio CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/03/06 05:57:36 Modified files: sys/dev/pci : glxpcib.c Log message: oops. correct diff this time CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/06 06:12:47 Modified files: x11/gnome/glom : Makefile distinfo x11/gnome/glom/pkg: PLIST Log message: Bugfix update to glom-1.20.10. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/06 06:39:29 Modified files: www/gecko-mediaplayer: Makefile Added files: www/gecko-mediaplayer/patches: patch-src_plugin_list_cpp Log message: Suppress list display (upstream svn revision r495) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/03/06 06:41:38 Modified files: infrastructure/lib/DPB: Heuristics.pm Log message: fix things when we don't have any statistics to start with CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/03/06 06:57:16 Modified files: lib/libc/gen : sysconf.3 Log message: tweak previous; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/06 07:06:29 ports/productivity/davical/files Update of /cvs/ports/productivity/davical/files In directory cvs.openbsd.org:/tmp/cvs-serv28115/files Log Message: Directory /cvs/ports/productivity/davical/files added to the repository CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2012/03/06 08:57:14 Modified files: usr.sbin/nginx : CHANGES CHANGES.ru README.OpenBSD usr.sbin/nginx/auto: unix usr.sbin/nginx/auto/cc: name usr.sbin/nginx/auto/lib/perl: make usr.sbin/nginx/src/core: nginx.h ngx_open_file_cache.c ngx_resolver.c ngx_times.c usr.sbin/nginx/src/event: ngx_event.h ngx_event_openssl.c ngx_event_pipe.c usr.sbin/nginx/src/http: ngx_http_core_module.c ngx_http_file_cache.c ngx_http_header_filter_module.c ngx_http_parse_time.c ngx_http_request.c ngx_http_request.h ngx_http_special_response.c ngx_http_upstream.c ngx_http_variables.c usr.sbin/nginx/src/http/modules: ngx_http_autoindex_module.c ngx_http_headers_filter_module.c ngx_http_index_module.c ngx_http_limit_req_module.c ngx_http_limit_zone_module.c ngx_http_log_module.c ngx_http_memcached_module.c ngx_http_proxy_module.c ngx_http_random_index_module.c ngx_http_range_filter_module.c ngx_http_rewrite_module.c ngx_http_userid_filter_module.c usr.sbin/nginx/src/http/modules/perl: Makefile.PL nginx.pm usr.sbin/nginx/src/mail: ngx_mail_pop3_handler.c usr.sbin/nginx/src/os/unix: ngx_darwin_sendfile_chain.c ngx_files.h ngx_freebsd_sendfile_chain.c ngx_posix_init.c ngx_process_cycle.c ngx_user.c Log message: update to 1.0.13 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/06 09:37:49 Modified files: security/gnutls: Makefile distinfo security/gnutls/patches: patch-gl_inet_ntop_c patch-lib_configure Log message: Minor update to gnutls-2.12.17. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/06 10:17:09 Modified files: www/cgit : Makefile distinfo www/cgit/patches: patch-Makefile patch-ui-diff_c Log message: Update to cgit 0.9.0.2 thx ajacoutot@ for hosting the distfile. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/03/06 11:41:54 Modified files: www/chromium : Makefile distinfo Log message: update to 17.0.963.66 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/06 12:47:45 Modified files: textproc/arabica: Makefile Log message: Add boost to BUILD_DEPENDS (doh!), reported by nigel@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/06 13:07:42 Modified files: mail/clamnailer: Makefile mail/clamnailer/patches: patch-ClamNailer Log message: Update mailscanner url used for retrieving the scamnailer database that clamnailer uses to generate signatures. CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/03/06 13:09:40 Modified files: mail/mailscanner: Makefile mail/mailscanner/patches: patch-bin_update_bad_phishing_emails patch-bin_update_bad_phishing_sites Log message: unbreak update_bad_phishing_sites and update_bad_phishing_emails scripts. ok brad (maintainer), sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/06 13:11:33 Modified files: sysutils/bacula: Makefile distinfo sysutils/bacula/patches: patch-configure patch-scripts_mtx-changer_in patch-src_cats_Makefile_in sysutils/bacula/pkg: PLIST-bat PLIST-main PLIST-server Added files: sysutils/bacula/patches: patch-Makefile_in patch-manpages_Makefile_in Removed files: sysutils/bacula/pkg: PFRAG.shared-main PFRAG.shared-server Log message: update to Bacula 5.2.6, ok ajacoutot@ merdely@ - don't use ports libtool, it passes invalid flags to the linker - since libbaccats-${BACKEND} must have the same .so version as libbaccats, use a variable to make sure they are kept in-sync - mark as being SHARED_ONLY and sync/merge plists CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/06 13:35:20 Modified files: www/phpldapadmin: Makefile distinfo www/phpldapadmin/pkg: PLIST Removed files: www/phpldapadmin/patches: patch-htdocs_cmd_php patch-lib_functions_php Log message: update to phpLDAPadmin 1.2.2 which rolls in 2 of the 3 security patches in the port. there will likely be more fixes to this soon, see https://sourceforge.net/tracker/?func=detail&aid=3497660&group_id=61828&atid=498546 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/06 14:15:30 Modified files: devel/nspr : Makefile Removed files: devel/nspr/patches: patch-mozilla_nsprpub_pr_src_md_unix_uxrng_c patch-mozilla_nsprpub_pr_src_pthreads_ptthread_c Log message: Garbage collect two patches : - using /dev/arandom instead of /dev/urandom is not needed anymore - #undef _POSIX_THREAD_PRIORITY_SCHEDULING is not needed since the switch to rthreads. from brad. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/06 16:23:44 Modified files: app/xtsscale : xtsscale.c Log message: Fix 2 NULL pointer dereferences. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/06 16:24:37 Modified files: app/xtsscale : xtsscale.c Log message: Remove unused variable. CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/03/06 16:41:59 Modified files: share/man/man3 : queue.3 Log message: Avoid warning from gcc in TAILQ usage example. From Lawrence Teo. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/07 01:38:44 Modified files: productivity/davical: Makefile productivity/davical/pkg: PLIST README Added files: productivity/davical/files: davical.conf productivity/davical/pkg: UNMESSAGE Log message: Be consistent with the other www ports and install a davical.conf file so that it works out of the box without the need to tweak httpd.conf. Add missing --dbpass to the update-davical-database example in README. ok landry@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/07 02:45:16 Modified files: mail/sympa : Makefile Added files: mail/sympa/pkg : UNMESSAGE Log message: Add UNMESSAGE telling how to properly & completely uninstall sympa, otherwise httpd & postfix/sendmail will barf at next restart. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/07 05:35:39 Modified files: telephony/pjsua: Makefile Removed files: telephony/pjsua/patches: patch-pjlib_src_pj_os_core_unix_c Log message: Zap incorrect patch. noticed by brad, thanks CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/07 06:14:27 Modified files: lang/lua : Makefile lang/lua/patches: patch-src_luaconf_h Removed files: lang/lua/patches: patch-src_lobject_c patch-src_lstrlib_c Log message: Remove local strlcpy/etc patches, we aren't generally patching these in ports any more (they should be addressed upstream instead) and at least some of them are wrong. This fixes a bug found by Piotr Sikora: http://permalink.gmane.org/gmane.os.openbsd.ports/53993 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/07 11:15:25 Modified files: sys/dev/ic : dp857xreg.h sys/dev/isa : isareg.h Log message: reisters -> registers CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/07 13:22:04 Modified files: x11/gnome/libgweather: Makefile distinfo x11/gnome/libgweather/pkg: PLIST Log message: Update to libgweather-3.4.0. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/03/07 13:25:52 www/spamd/de Update of /cvs/www/spamd/de In directory cvs.openbsd.org:/tmp/cvs-serv4402/spamd/de Log Message: Directory /cvs/www/spamd/de added to the repository CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/03/07 13:26:07 Modified files: de : security.html openbgpd/ru : index.html openssh/de : donations.html papers/de : index.html Added files: spamd/de : index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2012/03/07 13:39:37 Modified files: lang/gcc/4.6 : Makefile lang/gcc/4.6/patches: patch-gcc_config_gcc Log message: enable __cxa_atexit. okay pascal@ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/03/07 13:42:36 Modified files: security/libassuan: Makefile distinfo Log message: Update to 2.0.3 ok dcoppa@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2012/03/07 14:30:59 Modified files: . : plus.html Log message: third week of 5.1-current, Feb 28 to Mar 4 from brett dot mahar at gmx dot com with lots of tweaking by me CVSROOT: /cvs Module name: src Changes by: brynet@cvs.openbsd.org 2012/03/07 14:41:53 Modified files: sys/dev/pci : piixpm.c Log message: Add AMD Hudson-2 support, thanks to Jorg Willekens for testing. ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/07 15:00:07 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/patches: patch-youtube-dl Log message: update youtube-dl to 2012.02.27 ok sthen@ CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2012/03/07 15:00:10 src/regress/lib/libpthread/process_kill Update of /cvs/src/regress/lib/libpthread/process_kill In directory cvs.openbsd.org:/tmp/cvs-serv19182/process_kill Log Message: Directory /cvs/src/regress/lib/libpthread/process_kill added to the repository CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2012/03/07 15:01:29 Added files: regress/lib/libpthread/process_kill: Makefile process_kill.c Log message: another questionable hang. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/03/07 15:24:01 Modified files: usr.sbin/tftpd : Makefile tftpd.c Log message: dont mix code and declarations. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/03/07 15:54:49 Modified files: usr.sbin/smtpd : delivery_filename.c delivery_maildir.c delivery_mbox.c delivery_mda.c queue_fsqueue.c runner.c scheduler_ramqueue.c smtpd.h Log message: various reliability fixes: - prevent queue_fsqueue from fatal() when it hits an ENOENT, it can happen - change a bit the scheduler API to simplify it, fix runner accordingly - we can't remove msg/batch from ramqueue while envelope is offloaded or it will cause a double, instead we add refcnt to both msg/batch and only free them when it hits 0 CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/03/07 16:04:00 Modified files: usr.sbin/smtpd : delivery_filename.c delivery_maildir.c delivery_mbox.c delivery_mda.c Log message: - db.h not needed here, already removed by chl@ but I fscked up previous commit ... remove again CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/03/07 16:22:53 Modified files: usr.sbin/smtpd : aliases.c Log message: - remove some map_find() calls that are no longer needed, they are followed by a map_lookup() call that does the map_find() internally spotted and diff by Mathieu CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/03/07 20:17:10 Modified files: usr.sbin/tftpd : Makefile Log message: -pedantic wasnt supposed to be commited. reported by steve andre CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/08 00:29:29 Modified files: distrib/sets/lists/xbase: md.landisk share/mk : bsd.xconf.mk Log message: Disable pixman on landisk for now. It triggers a gcc error: /usr/xenocara/lib/pixman/pixman/pixman-access.c: In function `store_scanline_a8r8g8b8': /usr/xenocara/lib/pixman/pixman/pixman-access.c:477: error: unrecognizable insn: (insn 3059 3058 3060 0x0 (unspec_volatile [ (label_ref 1558) (const_int 0 [0x0]) ] 4) -1 (nil) (nil)) /usr/xenocara/lib/pixman/pixman/pixman-access.c:477: internal compiler error: in insn_default_length, at insn-attrtab.c:717 CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2012/03/08 01:15:37 Modified files: usr.bin/dc : bcode.c Log message: let length(0.000) conform to what gnu bc does; from AIDA Shinra CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2012/03/08 01:20:08 Modified files: usr.bin/bc : bc.y Log message: allow editline in -d mode; from AIDA Shinra CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/03/08 02:29:14 ports/databases/mytop/patches Update of /cvs/ports/databases/mytop/patches In directory cvs.openbsd.org:/tmp/cvs-serv10188/patches Log Message: Directory /cvs/ports/databases/mytop/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/03/08 02:30:59 Modified files: databases/mytop: Makefile databases/mytop/pkg: DESCR Added files: databases/mytop/patches: patch-mytop Log message: Add a couple of patches from Debian and take maintainership ok Dave Steinberg (old maintainer) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/03/08 02:56:28 Modified files: usr.bin/nc : socks.c Log message: fix format strings for size_t ok okan@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/08 05:13:01 Modified files: security/aescrypt: Makefile audio/amarok : Makefile telephony/astmanproxy: Makefile telephony/astmanproxy/patches: patch-configs_ssl_conf mail/avenger : Makefile mail/courier-imap: Makefile net/curl : Makefile www/fennec : Makefile www/fennec/patches: patch-js_src_ctypes_libffi_src_dlmalloc_c www/firefox35 : Makefile www/firefox35/patches: patch-security_coreconf_OpenBSD_mk www/firefox36 : Makefile www/firefox36/patches: patch-js_ctypes_libffi_src_dlmalloc_c patch-security_coreconf_OpenBSD_mk net/gftp : Makefile net/gftp/patches: patch-docs_sample_gftp_gftprc net/ircII : Makefile net/irssi-silc : Makefile multimedia/mkvtoolnix: Makefile www/mod_auth_bsd: Makefile www/mod_auth_bsd/patches: patch-Makefile www/mozilla-firefox: Makefile www/mozilla-firefox/patches: patch-js_src_ctypes_libffi_src_dlmalloc_c mail/mozilla-thunderbird: Makefile mail/mozilla-thunderbird/patches: patch-mozilla_js_src_ctypes_libffi_src_dlmalloc_c security/nss : Makefile security/nss/patches: patch-mozilla_security_nss_lib_freebl_unix_rand_c games/openarena: Makefile security/p5-Crypt-DH: Makefile security/passwdqc: Makefile security/passwdqc/patches: patch-pwqgen_1 net/putty : Makefile net/putty/patches: patch-unix_uxnoise_c lang/ruby/1.8 : Makefile lang/ruby/1.9 : Makefile www/seamonkey : Makefile www/seamonkey/patches: patch-mozilla_js_src_ctypes_libffi_src_dlmalloc_c net/silc-client: Makefile net/silc-server: Makefile security/stunnel: Makefile productivity/sunbird: Makefile productivity/sunbird/patches: patch-mozilla_js_ctypes_libffi_src_dlmalloc_c patch-mozilla_security_coreconf_OpenBSD_mk Removed files: security/aescrypt/patches: patch-README_html patch-dorandom_h audio/amarok/patches: patch-amarok_src_metabundle_cpp net/ircII/patches: patch-configure_in net/irssi-silc/patches: patch-lib_silccrypt_silcrng_c multimedia/mkvtoolnix/patches: patch-src_common_random_cpp games/openarena/patches: patch-code_sys_sys_unix_c net/putty/patches: patch-unix_uxgen_c lang/ruby/1.8/patches: patch-random_c lang/ruby/1.9/patches: patch-random_c net/silc-client/patches: patch-lib_silccrypt_silcrng_c net/silc-server/patches: patch-lib_silccrypt_silcrng_c Log message: Garbage collect the /dev/arandom patches. from Brad ok landry@ sthen@ CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2012/03/08 06:03:58 Modified files: devel/xulrunner/1.9: Makefile Log message: Bump for Garbage collect the /dev/arandom patches changes in firefox36. Ok aja@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/08 06:28:38 Modified files: audio/sound-theme-freedesktop: Makefile Log message: Pass CONFIGURE_ENV. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/08 07:14:10 Modified files: x11/gnome/tracker: Makefile distinfo x11/gnome/tracker/patches: patch-src_libtracker-miner_tracker-monitor_c x11/gnome/tracker/pkg: PLIST-main Removed files: x11/gnome/tracker/patches: patch-src_plugins_evolution_tracker-evolution-plugin_c Log message: Update to (meta)-tracker-0.14.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/08 07:18:27 Modified files: net/telepathy/folks: Makefile Added files: net/telepathy/folks/patches: patch-backends_tracker_Makefile_am patch-backends_tracker_lib_Makefile_am patch-backends_tracker_lib_folks-tracker-uninstalled_pc_in patch-backends_tracker_lib_folks-tracker_deps_in patch-backends_tracker_lib_folks-tracker_pc_in patch-configure_ac patch-dev_null patch-tests_lib_tracker_Makefile_am patch-tests_tracker_Makefile_am Log message: Bring patches from upstream to build with recent tracker. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/03/08 07:27:17 Modified files: databases/percona-toolkit: Makefile distinfo Log message: Update to 2.0.4 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/08 07:37:22 Modified files: x11/gnome/grilo-plugins: Makefile Log message: Build with new tracker. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/03/08 07:51:19 Log message: This module provides routines for capturing STDOUT and STDERR from perl subroutines, forked system calls (e.g. "system()", "fork()") and from XS or C modules. ok landry@ Status: Vendor Tag: pascal Release Tags: pascal_20120803 N ports/devel/p5-IO-CaptureOutput/Makefile N ports/devel/p5-IO-CaptureOutput/distinfo N ports/devel/p5-IO-CaptureOutput/pkg/PLIST N ports/devel/p5-IO-CaptureOutput/pkg/DESCR N ports/devel/p5-IO-CaptureOutput/patches/patch-Makefile_PL No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/03/08 07:52:27 Log message: This module is a direct subclass of TAP::Harness and behaves in exactly the same way except for one detail. In addition to outputting a running progress of the tests and an ending summary it can also capture all of the raw TAP from the individual test files or streams into an archive file (".tar" or ".tar.gz"). ok landry@ Status: Vendor Tag: pascal Release Tags: pascal_20120803 N ports/devel/p5-TAP-Harness-Archive/Makefile N ports/devel/p5-TAP-Harness-Archive/distinfo N ports/devel/p5-TAP-Harness-Archive/pkg/PLIST N ports/devel/p5-TAP-Harness-Archive/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/03/08 07:53:26 Log message: This package subclasses Michael Peters' TAP::Harness::Archive package from CPAN. It provides its own runtests() method for the case where you need to create an archive of test results generated by running multiple harnesses sequentially. ok landry@ Status: Vendor Tag: pascal Release Tags: pascal_20120803 N ports/devel/p5-TAP-Harness-Multiple/Makefile N ports/devel/p5-TAP-Harness-Multiple/distinfo N ports/devel/p5-TAP-Harness-Multiple/pkg/PLIST N ports/devel/p5-TAP-Harness-Multiple/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/03/08 07:55:31 Modified files: devel : Makefile Log message: + p5-IO-CaptureOutput + p5-TAP-Harness-Archive + p5-TAP-Harness-Multiple CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/03/08 07:56:25 Modified files: lang/parrot : Makefile distinfo lang/parrot/patches: patch-config_gen_makefiles_root_in lang/parrot/pkg: PLIST Added files: lang/parrot/patches: patch-config_auto_ipv6_test_in Removed files: lang/parrot/patches: patch-src_gc_fixed_allocator_c lang/parrot/pkg: PFRAG.shared Log message: Update to parrot 4.1.0, take maintainer. ok landry@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/03/08 07:57:25 Log message: This is "Not Quite Perl" -- a compiler for quickly generating PIR routines from Perl6-like code. The key feature of NQP is that it's designed to be a very small compiler (as compared with, say, perl6 or Rakudo) and is focused on being a high-level way to create compilers and libraries for virtual machines (such as the Parrot Virtual Machine). Unlike a full-fledged implementation of Perl 6, NQP strives to have as small a runtime footprint as it can, while still providing a Perl 6 object model and regular expression engine for the virtual machine. ok landry@ Status: Vendor Tag: pascal Release Tags: pascal_20120803 N ports/lang/nqp/Makefile N ports/lang/nqp/distinfo N ports/lang/nqp/pkg/DESCR N ports/lang/nqp/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/03/08 07:58:09 Modified files: lang : Makefile Log message: + nqp CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/03/08 08:00:54 ports/lang/rakudo/patches Update of /cvs/ports/lang/rakudo/patches In directory cvs.openbsd.org:/tmp/cvs-serv26213/patches Log Message: Directory /cvs/ports/lang/rakudo/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/03/08 08:02:07 Modified files: lang/rakudo : Makefile distinfo lang/rakudo/pkg: PLIST Added files: lang/rakudo/patches: patch-tools_build_Makefile_in Removed files: lang/rakudo/pkg: PFRAG.shared Log message: Update to rakudo 2012.02. sparc64 testing and ok landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/08 08:23:05 Removed files: net/telepathy/folks/patches: patch-dev_null Log message: Remove bogus patch. CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/03/08 08:36:03 Modified files: sysutils/sec : Makefile distinfo Log message: update to 2.6.2 ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: brynet@cvs.openbsd.org 2012/03/08 09:28:06 Modified files: share/man/man4 : piixpm.4 Log message: Oops, forgot the manpage bits for my last commit, from brad. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/08 10:34:34 Modified files: sysutils/bacula: Makefile sysutils/bacula/patches: patch-Makefile_in patch-src_dird_Makefile_in patch-src_stored_Makefile_in Added files: sysutils/bacula/patches: patch-src_filed_Makefile_in Log message: fix builds on a system which doesn't have already-existing _bacula users/groups. spotted by naddy@, ok merdely@ aja@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/08 11:05:43 Modified files: audio/mpg123 : Makefile distinfo Log message: maintenance update to 1.13.5 for some minor bugfixes CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/03/08 11:56:26 Modified files: www/chromium : Makefile distinfo Log message: update to 17.0.963.78 CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2012/03/08 12:17:27 Modified files: www/mod_auth_bsd: Makefile Log message: Bump REVISION, remove duplicate. Ok landry@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/08 12:28:45 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.loongson md.mac68k md.macppc md.mvme68k md.palm md.sgi md.socppc md.sparc md.sparc64 md.zaurus mi distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/03/08 15:20:28 Modified files: build : mirrors.dat Log message: add mirrorcatalogs.com ftp/http/rsync mirror in Denver, CO, USA CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/03/08 15:21:18 Modified files: . : ftp.html ftplist openbgpd : ftp.html openntpd : ftp.html portable.html openssh : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/08 23:45:16 Modified files: devel/vte3 : Makefile devel/vte3/patches: patch-configure_in patch-src_pty_c devel/vte3/pkg : PLIST Log message: Sync with mpi@ patches from upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/08 23:45:54 Modified files: devel/vte : Makefile devel/vte/patches: patch-configure_in patch-src_pty_c Log message: Sync with mpi@ patches from upstream. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/03/09 00:12:25 Modified files: sys/arch/amd64/stand/pxeboot: pxeboot.8 sys/arch/i386/stand/pxeboot: pxeboot.8 Log message: - remove a redundant note about tftpd; ok dlg - whilst here, normalise Nd CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/09 01:48:42 Modified files: graphics/feh : Makefile distinfo graphics/feh/patches: patch-config_mk patch-man_feh_pre Added files: graphics/feh/patches: patch-src_imlib_c Log message: Update to feh-2.4 and enable builtin EXIF support CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/03/09 02:33:03 Modified files: net/vnstat : Makefile distinfo net/vnstat/patches: patch-Makefile patch-src_ifinfo_c Log message: Update to 1.11 Initial diff from Gonzalo L. R. (gonzalo at x61.com.ar) ok sthen@ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/03/09 02:48:32 Modified files: databases/openldap: Makefile distinfo databases/openldap/pkg: PLIST-main Removed files: databases/openldap/patches: patch-servers_slapd_schema_init_c Log message: Update to 2.4.30 ok sthen@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/09 02:57:40 Modified files: usr.bin/tmux : client.c server.c tmux.h Log message: Use a lock file and flock() to serialize server start, avoids problems when running a bunch of tmux from cron at the same time. Based on a diff from Tim Ruehsen. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/03/09 03:57:54 Modified files: . : Makefile Log message: remove last remnants of mirror-maker CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/03/09 03:58:36 Modified files: editors/xemacs21-sumo: Makefile games/moonlander: Makefile Log message: FLAVOR:L -> FLAVOR CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/03/09 03:59:11 Modified files: lang/mono : mono.port.mk Log message: synch comment with reality CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/03/09 03:59:54 Modified files: print/ghostscript/gnu: Makefile Log message: FLAVOR:L -> FLAVOR CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/09 04:38:56 Modified files: infrastructure/templates: mk.conf.template Log message: .poison SEPERATE_BUILD CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/09 05:11:23 Modified files: security/gnupg2: Makefile Added files: security/gnupg2/patches: patch-configure Log message: Fix an error into configure wrt libcurl checking and regen WANTLIB accordingly ok pea@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/09 05:33:42 Modified files: devel/p5-YAML-XS: Makefile distinfo Log message: update to p5-YAML-XS (YAML-LibYAML) 0.38 and add a SECURITY patch to fix format string problems; https://rt.cpan.org/Public/Bug/Display.html?id=46507 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/03/09 05:51:38 Modified files: infrastructure/bin: dpb infrastructure/lib/DPB: Heuristics.pm Reporter.pm Log message: tweak weight handling so that fixing weights and scaling weights works. add -m option as a reverse to -x, like in pkg_add CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/03/09 05:59:25 Modified files: databases/db/v4: Makefile Log message: java builds again CVSROOT: /cvs Module name: src Changes by: ariane@cvs.openbsd.org 2012/03/09 06:01:29 Modified files: sys/arch/i386/i386: pmap.c sys/conf : files sys/dev/pci/drm: drm_bufs.c i915_drv.c sys/kern : exec_elf.c kern_exec.c kern_malloc.c sysv_shm.c sys/uvm : uvm.h uvm_extern.h uvm_fault.c uvm_init.c uvm_io.c uvm_km.c uvm_map.c uvm_map.h uvm_mmap.c uvm_unix.c Added files: sys/uvm : uvm_addr.c uvm_addr.h Log message: New vmmap implementation. no oks (it is really a pain to review properly) extensively tested, I'm confident it'll be stable 'now is the time' from several icb inhabitants Diff provides: - ability to specify different allocators for different regions/maps - a simpler implementation of the current allocator - currently in compatibility mode: it will generate similar addresses as the old allocator CVSROOT: /cvs Module name: src Changes by: ariane@cvs.openbsd.org 2012/03/09 06:02:45 Modified files: lib/libkvm : kvm_proc.c usr.sbin/procmap: procmap.c Log message: Userspace counterpart of new vmmap. Allows memory walks to function. CVSROOT: /cvs Module name: src Changes by: ariane@cvs.openbsd.org 2012/03/09 06:20:43 Modified files: lib/libkvm : shlib_version Log message: Major bump, since struct vm_map and vm_map_entry changed size and layout. CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/03/09 06:46:05 Modified files: databases/p5-DBD-Pg: Makefile distinfo Added files: databases/p5-DBD-Pg/patches: patch-dbdimp_c Log message: Update to 2.18.1 Add a patch to fix format string security issues (spotted by sthen@). ok sthen@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2012/03/09 06:50:07 Modified files: usr.sbin/relayd: pfe_filter.c Log message: set onrdomain and prio when creating pf rules, found by Gabriel Linder. ok henning@ phessler@ camield@ "looks good to me" mkb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/09 06:58:16 Modified files: devel/pear-Date-Holidays/Spain: Makefile distinfo devel/pear-Date-Holidays/pear-Date-Holidays: Makefile distinfo devel/pear-Date-Holidays/pear-Date-Holidays/pkg: PLIST Log message: pear-Date-Holidays updates from maintainer Johan Huldtgren CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/03/09 07:15:32 Modified files: devel/tcllib : Makefile distinfo devel/tcllib/files: mkindex.tcl devel/tcllib/patches: patch-examples_tepam_tepam_demo_tcl patch-support_devel_all_tcl devel/tcllib/pkg: PLIST Removed files: devel/tcllib/patches: patch-apps_page patch-support_installation_actions_tcl patch-support_installation_modules_tcl Log message: Update to tcllib-1.14. Some patching went upstream. Small update to index maker, added cvs marker to file. Test failure: doctools-text-15.4; problem is in test, prog ok, upstream notified. Ok landry@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/03/09 08:16:38 Modified files: infrastructure/bin: dpb infrastructure/man/man1: dpb.1 Log message: duplicate -m option, resolve conflict by renaming old unused one to -M. Document some new stuff CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/09 10:08:37 ports/devel/p5-YAML-XS/patches Update of /cvs/ports/devel/p5-YAML-XS/patches In directory cvs.openbsd.org:/tmp/cvs-serv574/patches Log Message: Directory /cvs/ports/devel/p5-YAML-XS/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/09 10:09:53 Modified files: devel/p5-YAML-XS: Makefile Added files: devel/p5-YAML-XS/patches: patch-LibYAML_perl_libyaml_c Log message: actually add the p5-YAML-XS security patch that was intended to have gone in the previous commit, and bump. pointed out by landry@, thanks! --/-- update to p5-YAML-XS (YAML-LibYAML) 0.38 and add a SECURITY patch to fix format string problems; https://rt.cpan.org/Public/Bug/Display.html?id=46507 --/-- CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/03/09 11:12:46 Modified files: www/py-tornado : Makefile distinfo Log message: Update tornado to 2.2. ok sthen@ and mpi@. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/09 14:02:10 Modified files: lib/libpciaccess: COPYING ChangeLog Makefile.am Makefile.bsd-wrapper Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh lib/libpciaccess/include: Makefile.in pciaccess.h lib/libpciaccess/man: Makefile.in lib/libpciaccess/scanpci: Makefile.in scanpci.c lib/libpciaccess/src: Makefile.am Makefile.in common_bridge.c common_capability.c common_device_name.c common_init.c common_interface.c common_io.c common_iterator.c freebsd_pci.c linux_devmem.c linux_devmem.h linux_sysfs.c netbsd_pci.c openbsd_pci.c pciaccess_private.h solx_devfs.c Added files: lib/libpciaccess/m4: libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4 Log message: Update to libpciaccess 0.13. Tested by shadchin@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/09 14:11:28 Modified files: usr.bin/tmux : names.c Log message: Add a missing call to window_set_name, from George Nachman. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/09 14:13:13 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/03/09 14:18:40 Modified files: infrastructure/man/man1: dpb.1 Log message: there's no longer any need to keep track of build.log manually, as it gets taken care off thru %p/build-stats/%a CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/09 14:42:13 Modified files: usr.bin/tmux : server-client.c tmux.h tty.c Log message: Remove some bits leftover from unused backoff code. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/03/09 18:23:08 Modified files: usr.sbin/ypldap: ypldap.c Log message: ldap doesnt necessarily do referential checks on the users in a group, so it is possible for them to list users that dont exist as members. they should just skip such entries instead of fail horribly. diff from jim smith ok aschrijver@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/09 22:54:28 Modified files: sys/kern : kern_event.c kern_exit.c kern_sig.c kern_sysctl.c kern_time.c sys_process.c sys/miscfs/procfs: procfs_cmdline.c sys/sys : proc.h Log message: Add PS_EXITING to better differentiate between the process exiting and the main thread exiting. c.f. regress/sys/kern/main-thread-exited/ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/09 23:27:21 Modified files: sys/kern : kern_sig.c Log message: Give sigwait priority over ptrace to avoid panic CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/10 03:25:27 Modified files: www/midori : Makefile distinfo www/midori/patches: patch-midori_main_c patch-wscript www/midori/pkg : PLIST Log message: Update to midori 0.4.4. See http://git.xfce.org/apps/midori/tree/ChangeLog for a list of improvements. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/03/10 03:37:13 Modified files: etc : rc Log message: ypbind likes a ypserv to talk to, and ypldap pretends to be ypserv. this diff starts ypldap before ypbind instead of after. ok deraadt@ ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/10 03:55:27 Modified files: www/p5-Apache-Gallery: Makefile distinfo www/p5-Apache-Gallery/pkg: PLIST README Added files: www/p5-Apache-Gallery/files: apache-gallery.conf www/p5-Apache-Gallery/pkg: UNMESSAGE Log message: Update to Apache::Gallery 1.0.2, 7 years after previous releases.. - huge cleanup of README, use PKG_DBDIR pkg_add -B to hint people how to properly install A::G and its deps in apache's chroot, instead of manually copying the deps/modules. - set EPOCH=0, since 1.0RC3 wasn't a proper version - provide an apache-gallery.conf @sample in conf/modules.sample, as other www ports do, instead of a VHost to copy/paste - add UNMESSAGE telling how to completely disable/remove A::G ok ajacoutot@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/10 04:46:07 Modified files: app/bitmap : BitEdit.c Bitmap.c Bitmap.h BitmapP.h ChangeLog CutPaste.c Dialog.c Graphics.c Handlers.c Makefile.am Makefile.in ReqMach.c Requests.h aclocal.m4 atobm.c bmtoa.c config.h.in configure configure.ac app/bitmap/app-defaults: Bitmap Bitmap-nocase app/bitmap/man : Makefile.in bitmap.man Log message: Update to bitmap 1.0.6 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/10 04:50:24 Modified files: lib/libXRes : ChangeLog Makefile.am Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh lib/libXRes/man: Makefile.in XRes.man lib/libXRes/src: Makefile.in XRes.c Log message: Update libXres to version 1.0.6 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/10 04:51:27 Modified files: util/macros : ChangeLog configure configure.ac xorg-macros.m4.in Log message: Update to util-macros 1.16.2 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/10 04:55:28 Modified files: lib/libXScrnSaver: ChangeLog Makefile.am Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh lib/libXScrnSaver/man: Makefile.in Xss.man lib/libXScrnSaver/src: Makefile.in XScrnSaver.c Log message: Update to libXScrnSaver 1.2.2 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/10 04:58:21 xenocara/lib/libXau/man Update of /cvs/xenocara/lib/libXau/man In directory cvs.openbsd.org:/tmp/cvs-serv16489/man Log Message: Directory /cvs/xenocara/lib/libXau/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/10 04:59:38 Modified files: lib/libXau : AuDispose.c AuFileName.c AuGetAddr.c AuGetBest.c AuLock.c AuRead.c AuUnlock.c AuWrite.c Autest.c ChangeLog Makefile.am Makefile.in README aclocal.m4 config.h.in configure configure.ac ltmain.sh lib/libXau/include/X11: Xauth.h Added files: lib/libXau/man : Makefile.am Makefile.in Xau.man XauDisposeAuth.man XauFileName.man XauGetAuthByAddr.man XauGetBestAuthByAddr.man XauLockAuth.man XauReadAuth.man XauUnlockAuth.man XauWriteAuth.man Removed files: lib/libXau : Xau.man Log message: Update to libXau 1.0.7 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/03/10 05:03:29 Modified files: sys/netinet : tcp_input.c tcp_subr.c Log message: Increase TCP's initial window to 10 * MSS or 14600 bytes as proposed in draft-ietf-tcpm-initcwnd. net.inet.tcp.rfc3390 defaults to 2 now which uses the 10*MSS, setting it back to 1 brings back the old default of 4*MSS. OK sperreault@, henning@, sthen@, markus@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/03/10 05:10:27 Modified files: lib/libc/gen : sysctl.3 Log message: Try to document the new settings of net.inet.tcp.rfc3390. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/03/10 06:52:27 Modified files: lib/libc/gen : sysctl.3 Log message: - fix a mistake in the list header - zap trailing whitespace CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/10 06:53:28 Modified files: lib/libXcursor : ChangeLog Makefile.am Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh lib/libXcursor/man: Makefile.in Xcursor.man lib/libXcursor/src: Makefile.am Makefile.in cursor.c display.c file.c library.c xcursorint.h xlib.c Added files: lib/libXcursor/include/X11/Xcursor: Xcursor.h.in Removed files: lib/libXcursor/include/X11/Xcursor: Xcursor.h Log message: upate to libXcursor 1.1.13 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/10 06:58:13 Modified files: lib/libXdmcp : ChangeLog Makefile.in Wraphelp.c aclocal.m4 config.h.in configure configure.ac ltmain.sh lib/libXdmcp/doc: Makefile.am Makefile.in xdmcp.xml lib/libXdmcp/include/X11: Xdmcp.h Added files: lib/libXdmcp : docbook.am Log message: update to libXdmcp 1.1.1 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/10 07:01:58 Modified files: lib/libXext : AUTHORS COPYING ChangeLog Makefile.in aclocal.m4 config.h.in configure configure.ac docbook.am ltmain.sh lib/libXext/include/X11/extensions: XLbx.h Xdbe.h Xge.h dpms.h extutil.h sync.h xtestext1.h lib/libXext/man: DBE.man DPMSCapable.man DPMSDisable.man DPMSEnable.man DPMSForceLevel.man DPMSGetTimeouts.man DPMSGetVersion.man DPMSInfo.man DPMSQueryExtension.man DPMSSetTimeouts.man Makefile.in XShape.man XShm.man XcupGetReservedColormapEntries.man XcupQueryVersion.man XcupStoreColors.man XdbeAllocateBackBufferName.man XdbeBeginIdiom.man XdbeDeallocateBackBufferName.man XdbeEndIdiom.man XdbeFreeVisualInfo.man XdbeGetBackBufferAttributes.man XdbeGetVisualInfo.man XdbeQueryExtension.man XdbeSwapBuffers.man Xevi.man Xmbuf.man lib/libXext/specs: Makefile.am Makefile.in dbelib.xml dpmslib.xml shapelib.xml synclib.xml xtest1.xml lib/libXext/src: DPMS.c MITMisc.c Makefile.am Makefile.in XAppgroup.c XEVI.c XLbx.c XMultibuf.c XSecurity.c XShape.c XShm.c XSync.c XTestExt1.c Xcup.c Xdbe.c Xge.c extutil.c globals.c Log message: Update to libXext 1.3.1 CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2012/03/10 07:02:52 Modified files: etc/mtree : BSD.x11.dist Log message: New dir for libXext doc. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/10 07:09:34 Modified files: lib/libXft : ChangeLog Makefile.in NEWS README aclocal.m4 config.h.in configure configure.ac ltmain.sh lib/libXft/include/X11/Xft: Xft.h.in lib/libXft/man : Makefile.in lib/libXft/src : Makefile.in xftcolor.c xftcore.c xftdpy.c xftdraw.c xftextent.c xftfont.c xftfreetype.c xftglyphs.c xftinit.c xftint.h xftlist.c xftname.c xftrender.c xftswap.c xftxlfd.c Log message: update to libXft 2.3.0 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/10 07:12:25 Modified files: lib/libXinerama: ChangeLog Makefile.am Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh lib/libXinerama/include/X11/extensions: Xinerama.h panoramiXext.h lib/libXinerama/man: Makefile.in Xinerama.man lib/libXinerama/src: Makefile.in Xinerama.c Log message: update to libXinerama 1.1.2 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/10 07:22:09 Modified files: lib/libXmu : COPYING ChangeLog Makefile.bsd-wrapper Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh lib/libXmu/doc : Makefile.am Makefile.in Xmu.xml lib/libXmu/include: Makefile.in lib/libXmu/include/X11/Xmu: Atoms.h CharSet.h CloseHook.h Converters.h CurUtil.h CvtCache.h DisplayQue.h Drawing.h EditresP.h Error.h Initer.h Misc.h StdCmap.h StdSel.h WinUtil.h Xmu.h lib/libXmu/src : AllCmap.c Atoms.c ClientWin.c Clip.c CloseHook.c CmapAlloc.c CrCmap.c CursorName.c CvtCache.c CvtStdSel.c DefErrMsg.c DelCmap.c DisplayQue.c DrawLogo.c EditresCom.c ExtAgent.c FToCback.c GrayPixmap.c Initer.c LocBitmap.c Lookup.c LookupCmap.c Lower.c Makefile.am Makefile.in RdBitF.c ShapeWidg.c StdCmap.c StrToBS.c StrToBmap.c StrToCurs.c StrToGrav.c StrToJust.c StrToLong.c StrToOrnt.c StrToShap.c UpdMapHint.c VisCmap.c WidgetNode.c Xct.c sharedlib.c Added files: lib/libXmu : docbook.am Log message: Update to libXmu 1.1.1 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/10 07:29:35 xenocara/lib/libXpm/man Update of /cvs/xenocara/lib/libXpm/man In directory cvs.openbsd.org:/tmp/cvs-serv16865/man Log Message: Directory /cvs/xenocara/lib/libXpm/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/10 07:30:33 Modified files: lib/libXpm : COPYRIGHT ChangeLog Makefile.am Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh lib/libXpm/cxpm: Makefile.am Makefile.in cxpm.c lib/libXpm/doc : FAQ.html Makefile.in README.MSW README.html lib/libXpm/include: Makefile.in lib/libXpm/src : Attrib.c CrBufFrI.c Makefile.in RdFToBuf.c WrFFrI.c XpmI.h amigax.c create.c data.c hashtab.c parse.c rgb.c scan.c simx.c lib/libXpm/sxpm: Makefile.am Makefile.in plaid.xpm plaid_ext.xpm plaid_mask.xpm sxpm.c Added files: lib/libXpm : NEWS.old lib/libXpm/m4 : libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4 lib/libXpm/man : Makefile.am Makefile.in cxpm.man sxpm.man Removed files: lib/libXpm : NEWS lib/libXpm/cxpm: cxpm.man lib/libXpm/sxpm: sxpm.man Log message: Update to libXpm 3.5.10 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/10 07:33:11 Modified files: lib/libXrender : COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh lib/libXrender/doc: libXrender.txt lib/libXrender/include/X11/extensions: Xrender.h lib/libXrender/src: Color.c Composite.c Cursor.c FillRect.c FillRects.c Filter.c Glyph.c Makefile.am Makefile.in Picture.c Poly.c Xrender.c Xrenderint.h Log message: update to libXrender 0.9.7 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/10 09:43:33 xenocara/lib/libXt/test Update of /cvs/xenocara/lib/libXt/test In directory cvs.openbsd.org:/tmp/cvs-serv8121/test Log Message: Directory /cvs/xenocara/lib/libXt/test added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/10 09:45:49 Modified files: lib/libXt : ChangeLog Makefile.am Makefile.in README aclocal.m4 config.h.in configure configure.ac ltmain.sh lib/libXt/include: Makefile.am Makefile.in lib/libXt/include/X11: CallbackI.h Composite.h CompositeP.h ConstrainP.h Constraint.h ConvertI.h Core.h CoreP.h EventI.h InitialI.h Object.h ObjectP.h PassivGraI.h RectObj.h RectObjP.h ResConfigP.h ShellP.h TranslateI.h VarargsI.h Vendor.h VendorP.h lib/libXt/man : Makefile.in XtAddActions.man XtAddCallback.man XtAddEventHandler.man XtAddExposureToRegion.man XtAddGrab.man XtAddInput.man XtAllocateGC.man XtAppAddActionHook.man XtAppAddActions.man XtAppAddBlockHook.man XtAppAddConverter.man XtAppAddInput.man XtAppAddSignal.man XtAppAddTimeOut.man XtAppAddWorkProc.man XtAppCreateShell.man XtAppError.man XtAppErrorMsg.man XtAppGetErrorDatabase.man XtAppGetSelectionTimeout.man XtAppInitialize.man XtAppLock.man XtAppNextEvent.man XtAppReleaseCacheRefs.man XtAppSetExitFlag.man XtAppSetFallbackResources.man XtAppSetTypeConverter.man XtBuildEventMask.man XtCallAcceptFocus.man XtCallActionProc.man XtCallCallbacks.man XtClass.man XtConfigureWidget.man XtConvert.man XtConvertAndStore.man XtCreateApplicationContext.man XtCreateApplicationShell.man XtCreatePopupShell.man XtCreateSelectionRequest.man XtCreateWidget.man XtCreateWindow.man XtDisplay.man XtDisplayInitialize.man XtDisplayStringConversionWarning.man XtDisplayToApplicationContext.man XtError.man XtErrorMsg.man XtFindFile.man XtGetActionKeysym.man XtGetActionList.man XtGetApplicationNameAndClass.man XtGetApplicationResources.man XtGetClassExtension.man XtGetDisplays.man XtGetErrorDatabase.man XtGetGC.man XtGetKeyboardFocusWidget.man XtGetKeysymTable.man XtGetResourceList.man XtGetSelectionParameters.man XtGetSelectionRequest.man XtGetSelectionTimeout.man XtGetSelectionValue.man XtGetSelectionValueIncremental.man XtGetSubresources.man XtGrabKey.man XtHooksOfDisplay.man XtInitialize.man XtInitializeWidgetClass.man XtInsertEventTypeHandler.man XtLastEventProcessed.man XtMakeGeometryRequest.man XtMalloc.man XtManageChildren.man XtMapWidget.man XtName.man XtNameToWidget.man XtNextEvent.man XtOffset.man XtOpenApplication.man XtOwnSelection.man XtParent.man XtParseAcceleratorTable.man XtParseTranslationTable.man XtPopdown.man XtPopup.man XtProcessLock.man XtQueryGeometry.man XtRealizeWidget.man XtRegisterDrawable.man XtRegisterGrabAction.man XtReservePropertyAtom.man XtResolvePathname.man XtSessionGetToken.man XtSetArg.man XtSetKeyTranslator.man XtSetKeyboardFocus.man XtSetLanguageProc.man XtSetMultiClickTime.man XtSetSelectionParameters.man XtSetSensitive.man XtSetValues.man XtSetWMColormapWindows.man XtStringConversionWarning.man XtToolkitThreadInitialize.man XtTranslateCoords.man XtVaCreateArgsList.man lib/libXt/specs: Makefile.am Makefile.in lib/libXt/src : ActionHook.c Alloc.c Converters.c Event.c Initialize.c Intrinsic.c Makefile.am Makefile.in NextEvent.c PopupCB.c Resources.c Selection.c SetSens.c TMaction.c TMparse.c VarCreate.c Varargs.c Vendor.c sharedlib.c lib/libXt/util : Makefile.in Shell.ht StrDefs.ct StrDefs.ht makestrs.c makestrs.man string.list Added files: lib/libXt : docbook.am lib/libXt/m4 : libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4 lib/libXt/specs: CH01.xml CH02.xml CH03.xml CH04.xml CH05.xml CH06.xml CH07.xml CH08.xml CH09.xml CH10.xml CH11.xml CH12.xml CH13.xml acknowledgement.xml appA.xml appB.xml appC.xml appD.xml appE.xml appF.xml intrinsics.xml preface.xml lib/libXt/test : Alloc.c Converters.c Event.c Makefile.am Makefile.in Removed files: lib/libXt : compile lib/libXt/specs: CH01 CH02 CH03 CH04 CH05 CH06 CH07 CH08 CH09 CH10 CH11 CH12 CH13 Xtk.intr.front appA appB appC appD appE appF intr.idxmac.t postproc strings.mit Log message: Update to libXt 1.1.2 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/10 09:49:42 Modified files: lib/libXt : Makefile.bsd-wrapper Log message: Explicitely disable tools that could be found in /usr/local CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/10 09:54:55 Modified files: lib/libXtst : ChangeLog Makefile.am Makefile.bsd-wrapper Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh lib/libXtst/man: Makefile.in XTest.xml XTestCompareCurrentCursorWithWindow.man XTestCompareCursorWithWindow.man XTestDiscard.man XTestFakeButtonEvent.man XTestFakeKeyEvent.man XTestFakeMotionEvent.man XTestFakeRelativeMotionEvent.man XTestGrabControl.man XTestQueryExtension.man XTestSetGContextOfGC.man XTestSetVisualIDOfVisual.man lib/libXtst/specs: Makefile.am Makefile.in recordlib.xml xtestlib.xml lib/libXtst/src: Makefile.in XRecord.c XTest.c Added files: lib/libXtst : docbook.am Log message: update to libXtst 1.2.1 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/10 09:59:02 Modified files: lib/libXv : COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh lib/libXv/include: Makefile.in lib/libXv/include/X11: Makefile.in lib/libXv/include/X11/extensions: Makefile.in Xvlib.h lib/libXv/man : Makefile.in XvGetStill.man XvQueryExtension.man xv-library-v2.2.txt lib/libXv/src : Makefile.in Xv.c Xvlibint.h Log message: Update to libXv 1.0.7 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/10 10:02:55 xenocara/lib/libXvMC/wrapper Update of /cvs/xenocara/lib/libXvMC/wrapper In directory cvs.openbsd.org:/tmp/cvs-serv31447/wrapper Log Message: Directory /cvs/xenocara/lib/libXvMC/wrapper added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/10 10:04:00 Modified files: lib/libXvMC : ChangeLog Makefile.am Makefile.in XvMC_API.txt aclocal.m4 config.h.in configure configure.ac ltmain.sh lib/libXvMC/include: Makefile.in lib/libXvMC/include/X11: Makefile.in lib/libXvMC/include/X11/extensions: Makefile.in XvMClib.h lib/libXvMC/src: Makefile.am Makefile.in XvMC.c Added files: lib/libXvMC/wrapper: Makefile.am Makefile.in XvMCWrapper.c Removed files: lib/libXvMC/src: XvMCWrapper.c Log message: Upate to libXvMC 1.0.7 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/10 10:07:14 Modified files: lib/libXxf86dga: ChangeLog Makefile.in aclocal.m4 configure configure.ac ltmain.sh lib/libXxf86dga/include/X11/extensions: Xxf86dga.h xf86dga1.h lib/libXxf86dga/man: Makefile.in XDGA.man lib/libXxf86dga/src: Makefile.am Makefile.in XF86DGA.c XF86DGA2.c config.h.in Log message: Upate to libXxf86dga 1.1.3 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/10 10:10:13 Modified files: lib/libXxf86vm : COPYING ChangeLog Makefile.in aclocal.m4 configure configure.ac ltmain.sh lib/libXxf86vm/include/X11/extensions: xf86vmode.h lib/libXxf86vm/man: Makefile.in XF86VM.man lib/libXxf86vm/src: Makefile.in XF86VMode.c config.h.in Log message: Update to libXxf86vm 1.1.2 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/10 10:12:23 Modified files: lib/libdmx : ChangeLog Makefile.am Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh lib/libdmx/include/X11/extensions: dmxext.h lib/libdmx/man : DMXAddInput.man DMXAddScreen.man DMXChangeDesktopAttributes.man DMXForceWindowCreation.man DMXGetInputAttributes.man DMXGetScreenAttributes.man DMXGetScreenCount.man Makefile.am Makefile.in lib/libdmx/src : Makefile.in dmx.c Log message: Upate to libdmx 1.1.2 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/10 10:16:24 Modified files: lib/libxkbfile : COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh lib/libxkbfile/include/X11/extensions: XKBbells.h XKBconfig.h XKBfile.h XKBrules.h XKM.h XKMformat.h lib/libxkbfile/src: Makefile.in XKBfileInt.h cout.c maprules.c srvmisc.c xkbatom.c xkbbells.c xkbconfig.c xkbdraw.c xkberrs.c xkbmisc.c xkbout.c xkbtext.c xkmout.c xkmread.c Log message: Update to libxkbfile 1.0.8 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/10 11:35:56 Modified files: lib/libXdmcp : Makefile.bsd-wrapper xserver : Makefile.bsd-wrapper kdrive : Makefile.bsd-wrapper Log message: Disable doc formatting tools explicitely CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/10 11:41:37 Modified files: lib/libxtrans : Makefile.bsd-wrapper doc/xorg-docs : Makefile.bsd-wrapper Log message: Disable doc formatting tools explicitely CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/10 13:59:50 Modified files: proto/glproto : ChangeLog configure.ac glxproto.h Log message: Update to glproto 1.4.15 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/03/10 14:18:59 Modified files: sys/dev/acpi : dsdt.c Log message: AML integers are supposed to be 64-bit unsigned, but huge parts of our code use signed integers. Partially fix issues by at least doing math operations on unsigned integers. From Christophe Staiesse. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/03/10 14:27:07 Modified files: sys/dev/acpi : acpiec.c Log message: Seems the _REG method is optional, so only run it if it is present. CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2012/03/10 14:33:35 Modified files: etc/mtree : BSD.x11.dist Log message: Add libXt documentation directory. spotted by naddy@ CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/03/10 15:02:32 Modified files: sys/kern : kern_sched.c Log message: Account for sched_noidle and document the scheduler variables. ok tedu@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/10 16:31:33 Modified files: lib/libXxf86dga/src: XF86DGA2.c Log message: Fix build on 32 bit architectures. Problem noticed by naddy@. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/03/11 01:09:15 Modified files: fr : anoncvs.html books.html cvsync.html ftp.html hppa.html hppa64.html policy.html security.html openbgpd/fr : ftp.html openbgpd/ru : index.html openntpd/fr : ftp.html portable.html openntpd/ru : portable.html openssh/fr : ftp.html portable.html openssh/ru : index.html users.html papers/fr : index.html Added files: openbgpd/ru : goals.html manual.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/11 01:18:00 Modified files: x11/gnome/libgweather: Makefile distinfo Log message: update to libgweather-3.4.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/11 01:18:14 Modified files: mail/gmime : Makefile distinfo Log message: update to gmime-2.6.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/11 01:45:24 Modified files: devel/libgtop2 : Makefile devel/libgtop2/patches: patch-sysdeps_openbsd_procmap_c Log message: Bring back changes made for vmmap now that it's back in. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/11 04:08:59 Modified files: share/mk : bsd.xorg.mk Log message: Bump python version and copyright. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/11 05:03:29 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 md.hppa md.i386 md.landisk md.loongson md.mac68k md.macppc md.mvme68k md.sgi md.socppc md.sparc md.sparc64 md.zaurus distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/11 07:11:51 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/03/11 07:27:59 Modified files: sys/dev/pci : pcidevs Log message: HP Smart Array P220i/P222/P420/P420i/P421/P721m/P822 from Scott Benesh of HP via FreeBSD CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/03/11 07:28:56 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/03/11 07:33:06 Modified files: sys/dev/pci : ciss_pci.c share/man/man4 : ciss.4 Log message: add PCI ids for HP Smart Array P220i/P222/P420/P420i/P421/P721m/P822 from Scott Benesh of HP via FreeBSD CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/11 08:07:00 Modified files: net/dnstop : Makefile distinfo net/dnstop/patches: patch-dnstop_c Log message: update to dnstop-20110502, from "Gonzalo L. R." CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/03/11 08:09:16 Modified files: share/man/man4 : mfi.4 Log message: The Dell PERC H310 uses the skinny variant PCI id so it should work. Not mentioned here are the PERC H710/H810 (0x005b/fusion) parts which are not yet supported. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/03/11 08:22:01 Modified files: openssh : bank-donation.html Log message: fix europa.eu.int urls, they are now just europa.eu and the redirector isn't especially smart. pointed out by Steffen Daode Nurpmeso CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/03/11 09:24:24 Modified files: sbin/sysctl : sysctl.8 Log message: typo reported by Ville Valkonen on tech@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/11 11:42:05 Modified files: www/cntlm : Makefile distinfo www/cntlm/patches: patch-Makefile Added files: www/cntlm/patches: patch-config_gethostname_c patch-config_socklen_t_c Log message: Bugfixing update to cntlm-0.92.3 CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2012/03/11 11:51:31 Modified files: . : plus.html plus51.html Log message: Adjust introductory paragraph to current practice, remove duplicate wording and point to further information. Loosely based on a patch by brett dot mahar at gmx dot com, using feedback from Steffen Daode Nurpmeso , feedback and ok jj@ nick@, ok deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/11 14:28: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.loongson md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.palm md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/11 17:01:19 Modified files: usr.bin/tmux : window-copy.c Log message: Always remember last cursor position when moving up or down, not just for if crossing zero length lines. From Itay Perl. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/12 01:21:06 Modified files: devel/glib2 : Makefile distinfo devel/glib2/patches: patch-gio_kqueue_kqueue-thread_c patch-glib_gmain_c devel/glib2/pkg: PLIST-docs PLIST-main Removed files: devel/glib2/patches: patch-glib_goption_c patch-glib_tests_option-argv0_c Log message: Minor update to glib 2.30.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/12 01:21:32 Modified files: x11/gtk+3 : Makefile distinfo x11/gtk+3/patches: patch-configure patch-gtk_Makefile_in Removed files: x11/gtk+3/patches: patch-gtk_gtkgrid_c Log message: Minor update to gtk+ 3.2.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/12 01:28:32 Modified files: mail/gmime : Makefile Removed files: mail/gmime/patches: patch-gmime_pc_in Log message: Remove uneeded patch. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/12 01:38:25 Modified files: audio/libgpod : Makefile Log message: py-gobject is a build+run depends. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/12 01:42:12 Modified files: audio/rhythmbox: Makefile distinfo audio/rhythmbox/patches: patch-configure patch-plugins_audioscrobbler_rb-audioscrobbler-entry_c patch-plugins_audioscrobbler_rb-audioscrobbler_c audio/rhythmbox/pkg: PLIST Log message: Update to rhythmbox-2.96. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/03/12 01:52:30 Modified files: de : ftp.html nl : ftp.html openbgpd/de : ftp.html openntpd/de : ftp.html portable.html openssh/de : bank-donation.html ftp.html portable.html openssh/nl : bank-donation.html ftp.html portable.html ru : porting.html spamd/de : index.html Removed files: faq/pf/ru : scrub.html ru : ports.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/12 03:43:12 Modified files: devel/libgdata : Makefile distinfo Log message: Update to libgdata-0.10.2. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/03/12 04:28:30 Modified files: www/chromium : Makefile distinfo Log message: update to 17.0.963.79 CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/03/12 04:28:44 Modified files: devel/subversion: Makefile distinfo devel/subversion/pkg: PLIST-main Log message: Update to 1.7.4; ok mpi CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/12 06:38:42 Modified files: usr.bin/tmux : tty.c Log message: Use EL to clear to end of line if possible. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/12 06:43:18 Modified files: usr.bin/tmux : tty.c Log message: Erm, use EL in a way that actually works... CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/03/12 07:29:19 Modified files: databases/p5-DBD-Pg: Makefile distinfo Removed files: databases/p5-DBD-Pg/patches: patch-dbdimp_c Log message: Update to 2.19.0 ok sthen@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/12 07:31:09 Modified files: usr.bin/tmux : cmd-break-pane.c tmux.1 Log message: Add -P/-F flags to break-pane too, from George Nachman. CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/03/12 07:33:35 Modified files: databases/p5-DBD-Pg: Tag: OPENBSD_5_0 Makefile distinfo Log message: Security update to 2.19.0 Fix multiple format string vulnerabilities See https://rt.cpan.org/Public/Bug/Display.html?id=75642 ok sthen@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/12 07:41:19 Modified files: driver : Makefile Log message: Build the radeonold on macppc and sparc64 platforms too. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/12 07:54:04 Modified files: driver : Makefile Log message: Reorganize video driver list a bit. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/03/12 09:17:17 Modified files: news/tin : Makefile distinfo news/tin/pkg : DESCR Log message: Update to 2.0.1 and fix an hidden dependency on security/gsasl (spotted by shwarze@) ok shwarze@ Joachim Shipper (Maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/12 10:20:51 Modified files: mail/roundcubemail: Makefile distinfo mail/roundcubemail/pkg: PLIST Log message: Update to roundcubemail 0.7.2; various fixes CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/12 11:00:55 Modified files: x11/gtk-vnc : Makefile distinfo x11/gtk-vnc/patches: patch-configure patch-src_coroutine_ucontext_c x11/gtk-vnc/pkg: PFRAG.shared PLIST Added files: x11/gtk-vnc/patches: patch-tools_gvnccapture_c Log message: Update to gtk-vnc-0.5.0. from "Gonzalo L. R." with some tweaks CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/12 11:11:59 Modified files: www/xxxterm : Makefile distinfo www/xxxterm/pkg: PLIST Log message: update to xxxterm 1.11.3, from maintainer "Gonzalo L. R." CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/12 11:13:46 Modified files: x11/gnome/vinagre: Makefile x11/gnome/vinagre/pkg: PLIST Log message: Regen PLIST. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/12 11:16:19 Modified files: net/ntop : Makefile net/ntop/pkg : PLIST Log message: Enable threads and cleanup the Makefile. from "Gonzalo L. R." CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/12 11:21:10 Modified files: mail/cyrus-imapd: Makefile distinfo mail/cyrus-imapd/patches: patch-lib_imapoptions patch-man_imapd_conf_5 Log message: Bugfix udate to cyrus-imapd-2.4.14. More info at: http://www.cyrusimap.org/mediawiki/index.php/Bugs_Resolved_in_2.4.14 CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/03/12 11:26:07 Modified files: opencvs : index.html Log message: [ru] is back in sync, thanks to Alex Naumov. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/03/12 11:27:18 Modified files: . : translation.html Log message: Sync the [ru] team. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/12 11:55:36 Log message: Import chromium-bsu-0.9.15. You are captain of the cargo ship Chromium B.S.U., responsible for delivering supplies to our troops on the front line. Your ship has a small fleet of robotic fighters which you control from the relative safety of the Chromium vessel. from Antti Harri (maintainer) with some tweaks committing on behalf of and ok landry@ Status: Vendor Tag: landry Release Tags: ajacoutot_20120312 N ports/games/chromium-bsu/Makefile N ports/games/chromium-bsu/distinfo N ports/games/chromium-bsu/pkg/DESCR N ports/games/chromium-bsu/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/12 11:56:03 Modified files: games : Makefile Log message: +chromium-bsu CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/03/12 11:56:44 Modified files: security/jailkit: Makefile distinfo Log message: minor update to 2.14 from gonzalo AT x61.com.ar via ports@, thanks OK ajacoutot@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/12 14:27:37 Modified files: util/makedepend: ChangeLog Makefile.in aclocal.m4 configure configure.ac def.h ifparser.c ifparser.h imakemdep.h include.c main.c makedepend.man parse.c pr.c util/makedepend/tests/28045: makedep.sh Added files: util/makedepend: README Log message: Update to makedepend 1.0.4. Tested by naddy@ on a bulk ports build CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/12 14:30:02 Modified files: util/imake : ChangeLog Makefile.am Makefile.in aclocal.m4 cleanlinks cleanlinks.man configure configure.ac imake.c imake.man imakemdep.h makeg.man mdepend.cpp mergelib.cpp mkdirhier.man mkhtmlindex.man xmkmf.cpp xmkmf.man Log message: Update to imake 1.0.5. Tested by naddy@ on a bulk ports build. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/12 15:22:30 Modified files: driver : Makefile Log message: Fix a long standing typo, but still don't build the siliconmotion driver by default on loongson, to avoid creating false hopes. CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2012/03/12 16:45:40 Modified files: distrib/miniroot: install.sub Log message: more cleanup of the bad style of closing fd 0-2 pre-lock ok krw@ CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2012/03/12 18:43:55 Modified files: multimedia/get_flash_videos: Makefile distinfo Log message: Update for Channel 4 - 4od site change, Arte XML handling, Google Video Search oOk sthen@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/03/12 19:08:43 Log message: Import gwaei 3.2.0, a japanese-english dictionary. input and ok sthen@ Status: Vendor Tag: fgsch Release Tags: fgsch_20120313 N ports/japanese/gwaei/Makefile N ports/japanese/gwaei/distinfo N ports/japanese/gwaei/pkg/PLIST N ports/japanese/gwaei/pkg/DESCR N ports/japanese/gwaei/pkg/PFRAG.shared N ports/japanese/gwaei/patches/patch-po_Makefile_in_in N ports/japanese/gwaei/patches/patch-src_gwaei_help_C_glossary_xml N ports/japanese/gwaei/patches/patch-src_gwaei_help_C_gwaei_xml_in N ports/japanese/gwaei/patches/patch-src_kpengine_Makefile_in N ports/japanese/gwaei/patches/patch-src_gwaei_Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/03/12 19:10:37 Modified files: japanese : Makefile Log message: enter gwaei. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/12 23:51:30 Modified files: lib/librthread : rthread_debug.c Log message: Don't trust the environment if issetugid() CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/13 00:42:57 Modified files: games/chromium-bsu: Makefile games/chromium-bsu/pkg: PLIST Log message: Fix update-desktop-database goo. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/13 01:50:05 Modified files: www/webkit : Makefile www/webkit/patches: patch-Source_JavaScriptCore_wtf_Platform_h patch-Source_JavaScriptCore_wtf_dtoa_utils_h Log message: Build on loongson. From Brian Callahan, thanks! While here, probably improve situation on alpha/sparc64. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/13 03:42:22 Log message: import ports/net/jnettop, ok giovanni@ Jnettop is a traffic visualiser, which captures traffic going through the host it is running from and displays streams sorted by bandwidth they use. - list connections going across this host in a nice way - supports IPv6 - supports customizable text output for further analysis - supports machine-friendly mode to support further analysis - allows pre-configured pcap filters in the config file If this package is not quite what you need, try iftop (and vice-versa). Status: Vendor Tag: sthen Release Tags: sthen_20121303 N ports/net/jnettop/Makefile N ports/net/jnettop/distinfo N ports/net/jnettop/pkg/PLIST N ports/net/jnettop/pkg/DESCR N ports/net/jnettop/patches/patch-jnettop_8 N ports/net/jnettop/patches/patch-_jnettop No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/13 03:43:05 Modified files: net : Makefile Log message: +jnettop CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/03/13 03:44:49 Modified files: usr.bin/pkill : pkill.c Log message: Teach pgrep/pkill to only match processes, not threads. ok guenther@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/13 03:57:37 Modified files: net/jnettop : Makefile net/jnettop/patches: patch-_jnettop patch-jnettop_8 Log message: - move SUBST_CMD into do-install (with the necessary s/PREFIX/TRUE&/), suggested by aja@, saves a Makefile target and avoids subst'ing files in WRKSRC which simplifies patch handling - add missing SUBST_CMD for the dot.jnettop file CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/13 04:07:45 Modified files: japanese/gwaei : Makefile japanese/gwaei/patches: patch-src_gwaei_help_C_glossary_xml patch-src_gwaei_help_C_gwaei_xml_in Log message: s/TRUEPREFIX/LOCALBASE CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2012/03/13 04:12:52 Modified files: regress/usr.bin/bc: Makefile Added files: regress/usr.bin/bc: t19.c Log message: rough test of the bc(1) math lib CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2012/03/13 04:34:04 Modified files: regress/usr.bin/bc: t19.c Log message: better bounds CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/03/13 05:15:02 Modified files: emulators/dgen-sdl: Makefile distinfo Removed files: emulators/dgen-sdl/patches: patch-md-phil_cpp patch-sdl_sdl_cpp Log message: update to dgen-1.30 OK jeremy@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/03/13 05:23:30 Modified files: emulators : Makefile Log message: enable build of dgen with debugger and disassembler inbuilt. CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2012/03/13 06:23:53 Modified files: devel/py-nose : Makefile devel/py-nose/pkg: PLIST Log message: - update HOMEPAGE - add python3 FLAVOR ok martynas@ (maintainer) CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/13 09:55:46 Modified files: lib/libc/sys : Makefile.inc Added files: lib/libc/sys : __thrsigdivert.2 __thrsleep.2 Log message: Add manpages for __thrsigdivert, __thrsleep, and __thrwakeup. Various syntax and grammar fixes from jmc@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/03/13 10:48:47 Modified files: infrastructure/lib/DPB: PkgPath.pm Log message: quickpath to fullpkgpath, called a lot during adjust. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2012/03/13 11:28:32 Modified files: sys/kern : kern_sysctl.c Log message: 0 is a valid uid for files sysctl, don't skip it. ok guenther CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2012/03/13 11:28:51 Modified files: lib/libkvm : kvm_file2.c Log message: 0 is a valid uid for files sysctl, don't skip it. reminded by guenther CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/13 11:37:57 Modified files: share/man/man4 : isapnp.4 Log message: In the CAVEATS section, make the sample dmesg output lines actually match what the kernel would output. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/13 12:54:03 Modified files: x11/gtk-vnc/patches: patch-tools_gvnccapture_c Log message: Sync upstream commit, no pkg change. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/03/13 12:56:11 Modified files: ja : index.html nl : translation.html opencvs/nl : index.html openntpd/ja : index.html openssh/ja : ftp.html index.html portable.html security.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/13 13:40:27 Modified files: japanese/gwaei : Makefile japanese/gwaei/pkg: PLIST Log message: Use the x11/gnome MODULE and add dependency on yelp to be able to display the help. ok fgsch@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/13 13:56:50 Modified files: driver/xf86-video-radeonold: Makefile.bsd-wrapper Log message: Pass --with-xserver-source explicitely to configure, since the code that figures it out automatically started to fail. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/03/13 15:01:34 Added files: . : 51.html Log message: prelim 5.1 page to start work on CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/03/13 15:32:42 Modified files: sys/dev/pci : pciide.c Log message: Don't call wdcintr() for channels that aren't properly initialized or don't have any drives on them. Fixes a panic seen on sparc64 machines with that pesky Acer Labs chipset. ok deraadt@, krw@, henning@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/13 15:35:51 Modified files: driver/xf86-video-openchrome: Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh driver/xf86-video-openchrome/libxvmc: Makefile.in driver/xf86-video-openchrome/man: Makefile.in driver/xf86-video-openchrome/src: Makefile.in Log message: Fix check for xf86Modes.h. This fixes the radeonold driver build issues caused by caching of the (previously wrong result). And regen autotools files. CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2012/03/13 15:53:53 Modified files: distrib/sets/lists/xetc: md.alpha Log message: sync CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/13 16:21:16 Modified files: audio/mpg123 : Makefile distinfo Log message: maintenance update to 1.13.6 CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2012/03/13 16:44:44 Modified files: driver/xf86-video-intel/src: i830_display.c Log message: Mostly fix rotation in the intel driver. Since recent(ish) changes we can allocate roatated framebuffers with tiling. This was not taken into account. Fix this for the most part: 1) i830_display_tiled needs to check tiling on rotated buffers too. 2) PipeSetBase needs to not only set offset to 0 for roated shadow buffers, it also needs to 0 DSPTILEOFF x/y too. There seems to be a remaining issue with damage or similar causing some latency on rotated screens, I have not managed to find this yet. Tested by sereral on tech@ ok matthieu a couple of weeks ago (his mail slipped though the cracks, hence late commit). CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/03/13 17:07:58 Modified files: usr.sbin/smtpd : scheduler_ramqueue.c Log message: When moving back envelope from offload tree to msg tree ... remove the envelope from offload tree not msg tree, this corrupts the ramqueue in ways that I couldn't imagine before wasting so many hours tracking it. Fixes crash on my server under load, no crash after about 20K mails processed from up to 150 concurrent sessions. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/13 17:17:46 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-bootstrap_sh patch-configure_ac telephony/asterisk/pkg: PLIST-main Removed files: telephony/asterisk/patches: patch-main_asterisk_c Log message: update to Asterisk 1.8.10.0 - includes the iLBC codec which now has a free copyright license; patent licensing has a "no litigation" clause (see codecs/ilbc/LICENSE_ADDENDUM) so mark as not permitted for CDs CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/03/13 17:20:00 Added files: images : cd51-s.gif cdaudio2-m.gif cdaudio2-s.gif cdaudio2.gif poster27-s.gif tshirt-37-s.gif Log message: the artwork the order site will need CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/03/13 20:32:07 Modified files: . : 51.html Log message: some minor tweaks to a very incomplete page CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/03/13 20:46:36 Modified files: . : index.html items.html lyrics.html older.html orders.html tshirts.html Added files: images : 51song.jpg Bugbusters.jpg openbsdcover51_cover.gif poster27.jpg puffy51.gif tshirt-37.jpg Log message: activate 5.1 pre-orders CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/03/13 21:45:00 Added files: images : openbsd51_cover.gif Removed files: images : openbsdcover51_cover.gif Log message: oops, wrong filename. from ropers CVSROOT: /cvs Module name: www Changes by: guenther@cvs.openbsd.org 2012/03/14 00:27:39 Modified files: . : 51.html Log message: Improvements, covering almost all of the sys/kern/ and lib/lib{c,pthread,rthread}/ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/03/14 00:33:00 Modified files: de : translation.html opencvs/de : index.html openssh/de : bank-donation.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/03/14 00:33:18 Modified files: . : 51.html Log message: teach guenther about CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/03/14 00:39:59 Modified files: . : 51.html Log message: fix image linking CVSROOT: /cvs Module name: www Changes by: matthieu@cvs.openbsd.org 2012/03/14 00:45:32 Modified files: . : 51.html Log message: Update Xenocara components versions. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2012/03/14 01:35:53 Modified files: usr.bin/bc : bc.library Log message: repair function when used with different scales; from AIDA Shinra, thanks! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/14 03:17:09 Modified files: mail/amavisd-new: Makefile mail/amavisd-new/pkg: PLIST Log message: tweaks to amavisd-new sample file installation, ok giovanni@ - install snmp mibs into /usr/local/share/snmb/mibs so net-snmp can find them - install ldap schema to /etc/openldap/schemas (it doesn't matter if you aren't running openldap on the same machine, this won't conflict, but it's convenient if you do have it) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/14 04:15:00 Modified files: graphics/feh : Makefile Added files: graphics/feh/patches: patch-src_slideshow_c Log message: slideshow_change_image: do not jump to current image on random jump (upstream git commit 57e2af2763ee87bafb368390fd18382c957fd27e) CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/03/14 04:37:31 Modified files: . : 51.html Log message: add a few things that arrived between 5.0 and 5.1, mostly network-related CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/14 04:42:48 Modified files: util/macros : ChangeLog configure.ac xorg-macros.m4.in Log message: Udpate to util-macros 1.17 CVSROOT: /cvs Module name: www Changes by: giovanni@cvs.openbsd.org 2012/03/14 04:49:18 Modified files: faq/pf : filter.html Log message: Passive Os Fingerprinting needs "proto tcp" spotted by Fabio Carletti, thanks ok nick@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/14 05:21:33 Modified files: audio/shell-fm : Makefile distinfo audio/shell-fm/patches: patch-source_Makefile Removed files: audio/shell-fm/patches: patch-source_select_c Log message: Update to the latest snapshot from git (Thu Mar 8 2012). Added quiet mode and support for MD5 hash of Last.FM password in shell-fm.rc. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/14 05:24:44 Modified files: lib/libXScrnSaver: aclocal.m4 configure lib/libXau : aclocal.m4 configure lib/libXcursor : aclocal.m4 configure lib/libXdmcp : aclocal.m4 configure lib/libXext : aclocal.m4 configure lib/libXft : aclocal.m4 configure lib/libXinerama: aclocal.m4 configure lib/libXmu : aclocal.m4 configure lib/libXpm : Makefile.in 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/libXxf86vm : aclocal.m4 configure lib/libdmx : aclocal.m4 configure lib/libxkbfile : aclocal.m4 configure Log message: Regen with util-macros 1.17. Fixes configure on landisk (and probably the other gcc3 architectures). CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2012/03/14 05:59:56 Modified files: . : 51.html Log message: this time, I was prepared. Flesh out the very big changes in the package build process for 5.1. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/03/14 07:49:51 Modified files: . : older.html orders.html Log message: fix pastos; from Steffen Daode Nurpmeso CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/03/14 07:53:33 Modified files: de : index.html items.html older.html orders.html translation.html tshirts.html opencvs/de : index.html Added files: de : 51.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/03/14 07:56:35 Modified files: usr.bin/mg : buffer.c dired.c funmap.c help.c keymap.c Log message: Remove the NO_HELP conditional directives. If defined, mg will not compile and has not done so for numerous years. Not hard to fix, but just remove anyway. ok kjell@ millert@ CVSROOT: /cvs Module name: www Changes by: sperreault@cvs.openbsd.org 2012/03/14 08:02:00 Modified files: . : 51.html Log message: Add "rdomains now support IPv6." ok sthen@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/03/14 08:30:55 Modified files: . : 51.html Log message: NAT64 != NAT-PT, pointed out by mikeb CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/03/14 08:49:11 Modified files: . : orders.html Log message: fix the date CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/03/14 09:00:41 Modified files: . : lyrics.html Log message: fix links CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/14 09:10:54 Modified files: editors/zile : Makefile distinfo editors/zile/pkg: PLIST Added files: editors/zile/patches: patch-configure Log message: Update to zile-2.4.6. from new maintainer Gonzalo L. R. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/03/14 09:32:08 Modified files: . : lyrics.html Log message: document 2nd extra song on new audio CD, by ratchov CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/03/14 09:39:12 Modified files: share/man/man5 : passwd.5 Log message: * is a character, not a string. ok ajacoutot CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/03/14 10:00:48 Modified files: . : donations.html Log message: new CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/14 10:20:47 Modified files: mail/roundcubemail: Makefile mail/roundcubemail/files: roundcubemail.conf Log message: In the sample roundcubemail.conf apache config file, don't bother to force PHP variables which are already set that way by default. Suggested by aja@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/03/14 11:08:17 Modified files: sys/dev/pci : ubsec.c Log message: ubsec gets stuck after receiving a packet of a particular length and stops processing any further packets. this is believed to be a result of the inconsistency of the destination mbuf chain as a a copy acquired via m_copym2 works fine. so far only one problem was discovered with the optimized inline version of m_copym2: a cluster has to be allocated if source chain had one. unfortunately, this solves the problem only for some packet sizes so apply a larger hammer and call m_copym2 for now. the problem was reported and diffs were patiently tested by Joosep , thanks! deraadt agrees to this temporary measure. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/14 12:02:24 ports/www/tt-rss/patches Update of /cvs/ports/www/tt-rss/patches In directory cvs.openbsd.org:/tmp/cvs-serv23125/patches Log Message: Directory /cvs/ports/www/tt-rss/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/03/14 12:36:04 Modified files: x11/rdesktop : Makefile distinfo x11/rdesktop/patches: patch-configure patch-rdesktop_c Log message: bugfix update rdesktop to 1.7.1 Key changes: * Fix clipboard issue when not building with unicode support * Fix compilation against newer PCSC lite versions * Fix for per-device license mode on Windows 2008 R2 terminal server * Fix building 64bit version with static openssl linkage * Rewrite of smartcard handling for 64bit support, fixes several bugs from Gonzalo L. R. via ports@ with tweaks by sthen@ works for weerd@ rfreeman@ and myself OK giovanni@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/14 13:43:36 Modified files: lib/libXRes : aclocal.m4 configure Log message: Regen with util-macros 1.17. Fixes configure on landisk CVSROOT: /cvs Module name: xenocara Changes by: thib@cvs.openbsd.org 2012/03/14 13:57:24 Modified files: lib/libpciaccess/src: openbsd_pci.c Log message: Fix openbsd_pci.c:pci_device_vgaarb_set_target(); A return (0) got lost, add it back. Obvious; ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2012/03/14 14:16:23 Modified files: textproc/py-MarkupSafe: Makefile Log message: add python flavor "looks good" fgsch@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/14 14:23:57 Modified files: www/webkit/patches: patch-Source_WebKit_gtk_resources_error_html Log message: add link to upstream bz# CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/03/14 14:27:45 Modified files: . : donations.html Log message: oops CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/03/14 14:57:42 Modified files: build : mirrors.dat Log message: - readd ftp://ftp2.eu.openbsd.org/, from martin@, permissions problem fixed - housekeeping: fix/drop broken urls, update maintainer email CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/03/14 14:58:02 Modified files: . : ftp.html ftplist openbgpd : ftp.html openntpd : ftp.html portable.html openssh : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/14 15:23:37 Modified files: lib/librthread : rthread.c Log message: Force sched_yield() to be resolved before calling dlctl(DL_SET*LCK) with a function that can call sched_yield(), to avoid recursion ok kurt@ kettenis@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/03/14 15:27:01 Modified files: sys/kern : uipc_socket.c Log message: Close a race that would corrupt a sockbuf because the code that externalizes an SCM_RIGHTS message may sleep. Bits and pieces from NetBSD with some simplifications by yours truly. Fixes the "receive 1" panic seen by many. ok guenther@, claudio@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/03/14 15:56:46 Modified files: sys/arch/socppc/socppc: machdep.c Log message: Fix booting on the Thecus N1200. From Tobias Ulmer. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/14 16:54:28 Modified files: games/naev : Makefile.inc games/naev/base: distinfo games/naev/base/patches: patch-src_opengl_c games/naev/base/pkg: PLIST games/naev/data: distinfo Added files: games/naev/base/patches: patch-naev-confupdate_sh Log message: update to naev 0.5.1, from maintainer Kyrill Bychkov feedback from Antti Harri Changes include: - Many new missions, and improvements for older ones. - Soromid faction added. - New planet and station graphics. - Store user data in XDG-compliant locations (migration script included) - Misc. bug fixes CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/14 17:29:07 Modified files: usr.bin/tmux : screen-write.c Log message: Store context off before moving the cursor when wrapping, to fix long standing bug drawing over the status line. CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2012/03/14 19:44:22 Modified files: usr.sbin/ypldap: ypldap.c Log message: don't leak ue_netid_line when freeing the old user tree ok dlg@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/14 21:10:27 Modified files: usr.bin/ssh : session.c Log message: root should always be excluded from the test for /etc/nologin instead of having it always enforced even when marked as ignorenologin. This regressed when the logic was incompletely flipped around in rev 1.251 ok halex@ millert@ CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2012/03/14 21:44:46 Modified files: usr.sbin/ypldap: aldap.c ldapclient.c Log message: Accept empty/nonexistant ldap attributes when we want a list. This allows empty groups to show up, which is helpful if they're used as primary groups. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/15 01:11:42 Removed files: mail/cyrus-imapd/patches: patch-imap_mailbox_c patch-lib_cyrusdb_skiplist_c Log message: I forgot to run cvs rm... *spank* spotted y naddy@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/15 01:18:35 Modified files: usr.sbin/tftpd : tftpd.c Log message: Add sys/queue.h. ok dlg CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/03/15 01:26:49 Modified files: de : donations.html older.html orders.html faq/pf/de : filter.html faq/pf/nl : filter.html nl : donations.html index.html items.html older.html orders.html tshirts.html pt : index.html translation.html ru : index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/15 01:52:47 Modified files: app/bitmap : aclocal.m4 configure Log message: Regen with util-macros 1.17. Fixes configure on landisk CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/15 02:01:23 Modified files: util/imake : aclocal.m4 configure util/makedepend: aclocal.m4 configure Log message: Regen with util-macros 1.17. Fixes configure on landisk CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/15 03:10:33 Modified files: usr.bin/tmux : tty.c Log message: Add a helper function for enabling an optimization to make some code clearer. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/15 03:22:32 Modified files: usr.bin/tmux : tty.c Log message: Fix a warning. Doh. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/15 03:50:23 Modified files: www/tt-rss : Makefile distinfo www/tt-rss/pkg : PLIST Added files: www/tt-rss/patches: patch-config_php-dist patch-update_php www/tt-rss/pkg : README tt_rss_update.rc Removed files: www/tt-rss/pkg : MESSAGE Log message: Update to tt-rss 1.5.10 - remove dep on gtar - patch config.php-dist & update.php to use MODPHP_BIN - fix perms in PLIST, use @owner www for dirs where tt-rss writes - switch MESSAGE to README, and improve the latter - provide an rc script for the daemon updating the feeds ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/15 04:05:49 Modified files: usr.bin/tmux : input.c Log message: Respond to secondary DA requests. CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2012/03/15 04:11:37 Modified files: usr.sbin/nginx/conf: nginx.conf Log message: use the correct dir for php in the default config CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2012/03/15 04:22:30 Modified files: . : 51.html Log message: tweak, remove duplication, put list at better location CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/15 04:36:00 Modified files: usr.bin/tmux : cmd-server-info.c tmux.h tty-keys.c tty.c Log message: Send secondary DA to terminals with XT in terminfo when starting up and parse it to work out the xterm version. CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2012/03/15 05:27:46 Modified files: . : 51.html Log message: add some more hardware support improvements CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/15 05:28:19 Modified files: www/tt-rss : Makefile www/tt-rss/pkg : README tt_rss_update.rc Log message: * don't append a trailing '/' to INSTDIR * fix crontab entry * sort rc script ok landry@ CVSROOT: /cvs Module name: www Changes by: sperreault@cvs.openbsd.org 2012/03/15 06:19:59 Modified files: . : 51.html Log message: As pointed out by phessler@, rdomain support for IPv6 is not complete. New wording suggested by sthen@. ok phessler@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/15 06:48:05 Modified files: www/timetrex : Makefile www/timetrex/pkg: README Log message: Fix path to php and php.ini. CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/03/15 07:12:43 Modified files: x11/slock : Makefile distinfo x11/slock/patches: patch-config_mk Log message: bugfix update slock to 1.0 upstream release notes: It contains a bugfix for hiding windows created after slock locks the screen. It does not contain other potential features that were requested during the years, like displaying some text in case the user hits his keyboard. Such features will be subject to future slock releases. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/15 07:35:53 Modified files: mail/z-push : Makefile mail/z-push/pkg: PLIST UNMESSAGE Added files: mail/z-push/pkg: README Removed files: mail/z-push/pkg: MESSAGE Log message: MESSAGE -> README CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/15 07:38:33 Modified files: www/mod_bandwidth: Makefile graphics/animorph: Makefile graphics/mhgui : Makefile graphics/makehuman: Makefile devel/codeblocks: Makefile www/photoshow : Makefile Log message: Drop maintainership. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/15 07:39:22 Modified files: security/gnomint: Makefile Log message: Drop maintainership. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/15 07:55:45 Modified files: net/munin : Makefile distinfo Log message: update to munin 1.4.7, from "Gonzalo L. R." - also fix MODRUBY_RUBY_ADJ invocation for tomcat_ plugin CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/03/15 08:11:57 Modified files: sys/netinet6 : in6_proto.c Log message: Direct IPv6 packets with Ethernet encapsulation into the appropriate input routine allowing us to bridge two IPv4 networks over an IPv6 link with gif(4). ok henning, sthen, ok and tests phessler, "lets get this in!" todd CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/03/15 08:21:50 Modified files: share/man/man4 : nviic.4 sys/dev/pci : nviic.c Log message: Let nviic(4) match the NVIDIA MCP89 chipset, from Brad. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/03/15 08:22:40 Modified files: share/man/man4 : pciide.4 Log message: Fix typo with the entry for the AMD Hudson-2 chipset. From Brad. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/03/15 08:22:59 Modified files: share/man/man4 : azalia.4 Log message: Add AMD Hudson-2 chipset. From Brad. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2012/03/15 10:37:11 Modified files: sys/netinet : ip_ecn.c ip_ecn.h ip_ipip.c Log message: improve IPsec/ENC interaction: - ipip_input() recalculate the IP header checksum if the tos bits are changed after decapsulation. Otherwise these packets are dropped later in the stack. - ip_ecn_egress(): do not drop packets for IPsec if the outter packet of a Tunnel has the ECN-CE bit set (Congestion Experienced) and the inner packet does not indicate support ECN. - remove unused ip6_ecn_ingress(), ip6_ecn_egress() code ok mikeb@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/03/15 10:48:24 Log message: update to nginx 1.0.14 SECURITY fix: contents of previously freed memory might be sent to a client if backend returned specially crafted response. ok robert@ Status: Vendor Tag: NGINX Release Tags: NGINX_1_0_14 C src/usr.sbin/nginx/configure C src/usr.sbin/nginx/LICENSE C src/usr.sbin/nginx/README C src/usr.sbin/nginx/CHANGES.ru C src/usr.sbin/nginx/CHANGES U src/usr.sbin/nginx/contrib/geo2nginx.pl U src/usr.sbin/nginx/contrib/README U src/usr.sbin/nginx/contrib/unicode2nginx/unicode-to-nginx.pl U src/usr.sbin/nginx/contrib/unicode2nginx/win-utf U src/usr.sbin/nginx/contrib/unicode2nginx/koi-utf U src/usr.sbin/nginx/conf/uwsgi_params U src/usr.sbin/nginx/conf/fastcgi_params U src/usr.sbin/nginx/conf/fastcgi.conf U src/usr.sbin/nginx/conf/nginx.conf U src/usr.sbin/nginx/conf/scgi_params U src/usr.sbin/nginx/conf/win-utf C src/usr.sbin/nginx/conf/mime.types U src/usr.sbin/nginx/conf/koi-win U src/usr.sbin/nginx/conf/koi-utf C src/usr.sbin/nginx/src/http/ngx_http_copy_filter_module.c C src/usr.sbin/nginx/src/http/ngx_http.h C src/usr.sbin/nginx/src/http/ngx_http_parse_time.c C src/usr.sbin/nginx/src/http/ngx_http_request.c C src/usr.sbin/nginx/src/http/ngx_http_busy_lock.c C src/usr.sbin/nginx/src/http/ngx_http_request.h C src/usr.sbin/nginx/src/http/ngx_http_core_module.c C src/usr.sbin/nginx/src/http/ngx_http_special_response.c C src/usr.sbin/nginx/src/http/ngx_http_busy_lock.h C src/usr.sbin/nginx/src/http/ngx_http_upstream_round_robin.c C src/usr.sbin/nginx/src/http/ngx_http_upstream.c C src/usr.sbin/nginx/src/http/ngx_http_core_module.h C src/usr.sbin/nginx/src/http/ngx_http_file_cache.c C src/usr.sbin/nginx/src/http/ngx_http_header_filter_module.c C src/usr.sbin/nginx/src/http/ngx_http.c C src/usr.sbin/nginx/src/http/ngx_http_write_filter_module.c C src/usr.sbin/nginx/src/http/ngx_http_script.c C src/usr.sbin/nginx/src/http/ngx_http_request_body.c C src/usr.sbin/nginx/src/http/ngx_http_upstream.h C src/usr.sbin/nginx/src/http/ngx_http_upstream_round_robin.h C src/usr.sbin/nginx/src/http/ngx_http_cache.h C src/usr.sbin/nginx/src/http/ngx_http_variables.c C src/usr.sbin/nginx/src/http/ngx_http_script.h C src/usr.sbin/nginx/src/http/ngx_http_parse.c C src/usr.sbin/nginx/src/http/ngx_http_config.h C src/usr.sbin/nginx/src/http/ngx_http_variables.h C src/usr.sbin/nginx/src/http/ngx_http_postpone_filter_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_gzip_filter_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_gzip_static_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_rewrite_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_log_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_empty_gif_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_referer_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_upstream_ip_hash_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_sub_filter_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_xslt_filter_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_mp4_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_addition_filter_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_access_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_ssl_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_secure_link_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_ssi_filter_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_ssl_module.h C src/usr.sbin/nginx/src/http/modules/ngx_http_memcached_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_index_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_random_index_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_ssi_filter_module.h C src/usr.sbin/nginx/src/http/modules/ngx_http_limit_zone_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_geo_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_dav_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_split_clients_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_realip_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_stub_status_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_fastcgi_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_headers_filter_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_degradation_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_proxy_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_browser_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_limit_req_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_scgi_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_chunked_filter_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_image_filter_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_flv_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_static_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_charset_filter_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_uwsgi_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_autoindex_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_userid_filter_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_range_filter_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_auth_basic_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_geoip_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_not_modified_filter_module.c C src/usr.sbin/nginx/src/http/modules/ngx_http_map_module.c U src/usr.sbin/nginx/src/http/modules/perl/typemap C src/usr.sbin/nginx/src/http/modules/perl/ngx_http_perl_module.c C src/usr.sbin/nginx/src/http/modules/perl/Makefile.PL C src/usr.sbin/nginx/src/http/modules/perl/ngx_http_perl_module.h C src/usr.sbin/nginx/src/http/modules/perl/nginx.xs C src/usr.sbin/nginx/src/http/modules/perl/nginx.pm C src/usr.sbin/nginx/src/event/ngx_event_openssl.c C src/usr.sbin/nginx/src/event/ngx_event_timer.h C src/usr.sbin/nginx/src/event/ngx_event.h C src/usr.sbin/nginx/src/event/ngx_event_openssl.h C src/usr.sbin/nginx/src/event/ngx_event_connect.c C src/usr.sbin/nginx/src/event/ngx_event_busy_lock.c C src/usr.sbin/nginx/src/event/ngx_event_pipe.c C src/usr.sbin/nginx/src/event/ngx_event_connect.h C src/usr.sbin/nginx/src/event/ngx_event_posted.c C src/usr.sbin/nginx/src/event/ngx_event_accept.c C src/usr.sbin/nginx/src/event/ngx_event_busy_lock.h C src/usr.sbin/nginx/src/event/ngx_event_mutex.c C src/usr.sbin/nginx/src/event/ngx_event_pipe.h C src/usr.sbin/nginx/src/event/ngx_event_posted.h C src/usr.sbin/nginx/src/event/ngx_event.c C src/usr.sbin/nginx/src/event/ngx_event_timer.c C src/usr.sbin/nginx/src/event/modules/ngx_kqueue_module.c C src/usr.sbin/nginx/src/event/modules/ngx_select_module.c C src/usr.sbin/nginx/src/event/modules/ngx_win32_select_module.c C src/usr.sbin/nginx/src/event/modules/ngx_devpoll_module.c C src/usr.sbin/nginx/src/event/modules/ngx_eventport_module.c C src/usr.sbin/nginx/src/event/modules/ngx_poll_module.c C src/usr.sbin/nginx/src/event/modules/ngx_aio_module.c C src/usr.sbin/nginx/src/event/modules/ngx_rtsig_module.c C src/usr.sbin/nginx/src/event/modules/ngx_epoll_module.c C src/usr.sbin/nginx/src/os/unix/ngx_aio_write.c C src/usr.sbin/nginx/src/os/unix/ngx_linux_init.c C src/usr.sbin/nginx/src/os/unix/ngx_recv.c C src/usr.sbin/nginx/src/os/unix/ngx_file_aio_read.c C src/usr.sbin/nginx/src/os/unix/ngx_udp_recv.c C src/usr.sbin/nginx/src/os/unix/ngx_linux_sendfile_chain.c C src/usr.sbin/nginx/src/os/unix/ngx_thread.h C src/usr.sbin/nginx/src/os/unix/rfork_thread.S C src/usr.sbin/nginx/src/os/unix/ngx_freebsd.h C src/usr.sbin/nginx/src/os/unix/ngx_writev_chain.c C src/usr.sbin/nginx/src/os/unix/ngx_linux_aio_read.c C src/usr.sbin/nginx/src/os/unix/ngx_freebsd_sendfile_chain.c C src/usr.sbin/nginx/src/os/unix/ngx_errno.c C src/usr.sbin/nginx/src/os/unix/ngx_posix_init.c C src/usr.sbin/nginx/src/os/unix/ngx_gcc_atomic_amd64.h C src/usr.sbin/nginx/src/os/unix/ngx_socket.c C src/usr.sbin/nginx/src/os/unix/ngx_errno.h C src/usr.sbin/nginx/src/os/unix/ngx_alloc.c C src/usr.sbin/nginx/src/os/unix/ngx_sunpro_atomic_sparc64.h C src/usr.sbin/nginx/src/os/unix/ngx_posix_config.h C src/usr.sbin/nginx/src/os/unix/ngx_socket.h C src/usr.sbin/nginx/src/os/unix/ngx_process_cycle.c C src/usr.sbin/nginx/src/os/unix/ngx_darwin_sendfile_chain.c C src/usr.sbin/nginx/src/os/unix/ngx_alloc.h C src/usr.sbin/nginx/src/os/unix/ngx_gcc_atomic_sparc64.h C src/usr.sbin/nginx/src/os/unix/ngx_process_cycle.h C src/usr.sbin/nginx/src/os/unix/ngx_linux.h C src/usr.sbin/nginx/src/os/unix/ngx_channel.c C src/usr.sbin/nginx/src/os/unix/ngx_sunpro_sparc64.il C src/usr.sbin/nginx/src/os/unix/ngx_sunpro_x86.il C src/usr.sbin/nginx/src/os/unix/ngx_channel.h C src/usr.sbin/nginx/src/os/unix/ngx_process.c C src/usr.sbin/nginx/src/os/unix/ngx_user.c C src/usr.sbin/nginx/src/os/unix/ngx_setproctitle.c C src/usr.sbin/nginx/src/os/unix/ngx_user.h C src/usr.sbin/nginx/src/os/unix/ngx_process.h C src/usr.sbin/nginx/src/os/unix/ngx_os.h C src/usr.sbin/nginx/src/os/unix/ngx_setproctitle.h C src/usr.sbin/nginx/src/os/unix/ngx_linux_config.h C src/usr.sbin/nginx/src/os/unix/ngx_send.c C src/usr.sbin/nginx/src/os/unix/ngx_freebsd_init.c C src/usr.sbin/nginx/src/os/unix/ngx_time.c C src/usr.sbin/nginx/src/os/unix/ngx_solaris_init.c C src/usr.sbin/nginx/src/os/unix/ngx_gcc_atomic_x86.h C src/usr.sbin/nginx/src/os/unix/ngx_files.c C src/usr.sbin/nginx/src/os/unix/ngx_aio_read.c C src/usr.sbin/nginx/src/os/unix/ngx_readv_chain.c C src/usr.sbin/nginx/src/os/unix/ngx_sunpro_amd64.il C src/usr.sbin/nginx/src/os/unix/ngx_time.h C src/usr.sbin/nginx/src/os/unix/ngx_freebsd_config.h C src/usr.sbin/nginx/src/os/unix/ngx_solaris_config.h C src/usr.sbin/nginx/src/os/unix/ngx_files.h C src/usr.sbin/nginx/src/os/unix/ngx_darwin_init.c C src/usr.sbin/nginx/src/os/unix/ngx_solaris_sendfilev_chain.c C src/usr.sbin/nginx/src/os/unix/ngx_darwin_config.h C src/usr.sbin/nginx/src/os/unix/ngx_atomic.h C src/usr.sbin/nginx/src/os/unix/ngx_solaris.h C src/usr.sbin/nginx/src/os/unix/ngx_aio_write_chain.c C src/usr.sbin/nginx/src/os/unix/ngx_darwin.h C src/usr.sbin/nginx/src/os/unix/ngx_gcc_atomic_ppc.h C src/usr.sbin/nginx/src/os/unix/ngx_daemon.c C src/usr.sbin/nginx/src/os/unix/ngx_freebsd_rfork_thread.c C src/usr.sbin/nginx/src/os/unix/ngx_aio_read_chain.c C src/usr.sbin/nginx/src/os/unix/ngx_shmem.c C src/usr.sbin/nginx/src/os/unix/ngx_freebsd_rfork_thread.h C src/usr.sbin/nginx/src/os/unix/ngx_shmem.h C src/usr.sbin/nginx/src/os/unix/ngx_pthread_thread.c C src/usr.sbin/nginx/src/mail/ngx_mail.c C src/usr.sbin/nginx/src/mail/ngx_mail_smtp_handler.c C src/usr.sbin/nginx/src/mail/ngx_mail_imap_handler.c C src/usr.sbin/nginx/src/mail/ngx_mail.h C src/usr.sbin/nginx/src/mail/ngx_mail_pop3_module.c C src/usr.sbin/nginx/src/mail/ngx_mail_proxy_module.c C src/usr.sbin/nginx/src/mail/ngx_mail_smtp_module.c C src/usr.sbin/nginx/src/mail/ngx_mail_imap_module.c C src/usr.sbin/nginx/src/mail/ngx_mail_pop3_module.h C src/usr.sbin/nginx/src/mail/ngx_mail_core_module.c C src/usr.sbin/nginx/src/mail/ngx_mail_smtp_module.h C src/usr.sbin/nginx/src/mail/ngx_mail_imap_module.h C src/usr.sbin/nginx/src/mail/ngx_mail_auth_http_module.c C src/usr.sbin/nginx/src/mail/ngx_mail_ssl_module.c C src/usr.sbin/nginx/src/mail/ngx_mail_parse.c C src/usr.sbin/nginx/src/mail/ngx_mail_ssl_module.h C src/usr.sbin/nginx/src/mail/ngx_mail_handler.c C src/usr.sbin/nginx/src/mail/ngx_mail_pop3_handler.c U src/usr.sbin/nginx/src/misc/ngx_cpp_test_module.cpp C src/usr.sbin/nginx/src/misc/ngx_google_perftools_module.c C src/usr.sbin/nginx/auto/nohave C src/usr.sbin/nginx/auto/unix C src/usr.sbin/nginx/auto/sources C src/usr.sbin/nginx/auto/have C src/usr.sbin/nginx/auto/include C src/usr.sbin/nginx/auto/define C src/usr.sbin/nginx/auto/feature C src/usr.sbin/nginx/auto/options C src/usr.sbin/nginx/auto/summary C src/usr.sbin/nginx/auto/stubs C src/usr.sbin/nginx/auto/init C src/usr.sbin/nginx/auto/install C src/usr.sbin/nginx/auto/modules C src/usr.sbin/nginx/auto/endianess C src/usr.sbin/nginx/auto/headers C src/usr.sbin/nginx/auto/make C src/usr.sbin/nginx/auto/have_headers C src/usr.sbin/nginx/auto/os/linux C src/usr.sbin/nginx/auto/os/win32 C src/usr.sbin/nginx/auto/os/darwin C src/usr.sbin/nginx/auto/os/conf C src/usr.sbin/nginx/auto/os/freebsd C src/usr.sbin/nginx/auto/os/solaris C src/usr.sbin/nginx/auto/cc/name C src/usr.sbin/nginx/auto/cc/conf C src/usr.sbin/nginx/auto/cc/acc C src/usr.sbin/nginx/auto/cc/bcc C src/usr.sbin/nginx/auto/cc/ccc C src/usr.sbin/nginx/auto/cc/msvc C src/usr.sbin/nginx/auto/cc/owc C src/usr.sbin/nginx/auto/cc/sunc C src/usr.sbin/nginx/auto/cc/gcc C src/usr.sbin/nginx/auto/cc/icc C src/usr.sbin/nginx/auto/types/sizeof C src/usr.sbin/nginx/auto/types/typedef C src/usr.sbin/nginx/auto/types/uintptr_t C src/usr.sbin/nginx/auto/types/value C src/usr.sbin/nginx/auto/lib/test C src/usr.sbin/nginx/auto/lib/conf C src/usr.sbin/nginx/auto/lib/make C src/usr.sbin/nginx/auto/lib/zlib/makefile.bcc C src/usr.sbin/nginx/auto/lib/zlib/makefile.msvc C src/usr.sbin/nginx/auto/lib/zlib/makefile.owc U src/usr.sbin/nginx/auto/lib/zlib/patch.zlib.h C src/usr.sbin/nginx/auto/lib/zlib/conf C src/usr.sbin/nginx/auto/lib/zlib/make C src/usr.sbin/nginx/auto/lib/libgd/conf C src/usr.sbin/nginx/auto/lib/libxslt/conf C src/usr.sbin/nginx/auto/lib/perl/conf C src/usr.sbin/nginx/auto/lib/perl/make C src/usr.sbin/nginx/auto/lib/geoip/conf C src/usr.sbin/nginx/auto/lib/libatomic/conf C src/usr.sbin/nginx/auto/lib/libatomic/make C src/usr.sbin/nginx/auto/lib/openssl/makefile.bcc C src/usr.sbin/nginx/auto/lib/openssl/makefile.msvc C src/usr.sbin/nginx/auto/lib/openssl/conf C src/usr.sbin/nginx/auto/lib/openssl/make C src/usr.sbin/nginx/auto/lib/md5/makefile.bcc C src/usr.sbin/nginx/auto/lib/md5/makefile.msvc C src/usr.sbin/nginx/auto/lib/md5/makefile.owc C src/usr.sbin/nginx/auto/lib/md5/conf C src/usr.sbin/nginx/auto/lib/md5/make C src/usr.sbin/nginx/auto/lib/google-perftools/conf C src/usr.sbin/nginx/auto/lib/pcre/makefile.bcc C src/usr.sbin/nginx/auto/lib/pcre/makefile.msvc C src/usr.sbin/nginx/auto/lib/pcre/makefile.owc C src/usr.sbin/nginx/auto/lib/pcre/conf C src/usr.sbin/nginx/auto/lib/pcre/make C src/usr.sbin/nginx/auto/lib/sha1/makefile.bcc C src/usr.sbin/nginx/auto/lib/sha1/makefile.msvc C src/usr.sbin/nginx/auto/lib/sha1/makefile.owc C src/usr.sbin/nginx/auto/lib/sha1/conf C src/usr.sbin/nginx/auto/lib/sha1/make U src/usr.sbin/nginx/html/50x.html U src/usr.sbin/nginx/html/index.html C src/usr.sbin/nginx/man/nginx.8 268 conflicts created by this import. Use the following command to help the merge: cvs checkout -jNGINX:yesterday -jNGINX src/usr.sbin/nginx CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/03/15 10:49:25 Modified files: usr.sbin/nginx : CHANGES usr.sbin/nginx/src/http: ngx_http_parse.c usr.sbin/nginx/src/http/modules: ngx_http_fastcgi_module.c ngx_http_proxy_module.c ngx_http_scgi_module.c ngx_http_uwsgi_module.c usr.sbin/nginx/src/http/modules/perl: nginx.pm Log message: resolve conflicts CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/15 10:50:47 Log message: Import owncloud-3.0.0. ownCloud gives you easy and universal access to all of your files. It also provides a platform to easily view, sync and share your contacts, calendars, bookmarks and files across all your devices. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120315 N ports/www/owncloud/distinfo N ports/www/owncloud/Makefile N ports/www/owncloud/files/owncloud.conf N ports/www/owncloud/pkg/UNMESSAGE N ports/www/owncloud/pkg/DESCR N ports/www/owncloud/pkg/PLIST N ports/www/owncloud/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/15 10:51:16 Modified files: www : Makefile Log message: +owncloud CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/03/15 10:53:31 Modified files: usr.sbin/nginx/src/core: nginx.h Log message: stupid cvs (dir has 'core' in the name...) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/15 11:04:31 Modified files: mail/zarafa : Makefile.inc mail/zarafa/libvmime: Makefile distinfo mail/zarafa/zarafa: Makefile distinfo mail/zarafa/zarafa/patches: patch-common_Makefile_in patch-configure patch-doc_Makefile_in patch-doc_manual_xml patch-installer_linux_zarafa-client-update_cron patch-libfreebusy_Makefile_in patch-php-webclient-ajax_config_php_dist patch-provider_client_Makefile_in patch-provider_contacts_Makefile_in patch-provider_libserver_ECSession_cpp patch-provider_server_ECServer_cpp patch-provider_server_Makefile_in patch-spooler_DAgent_cpp patch-spooler_Makefile_in patch-spooler_Spooler_cpp mail/zarafa/zarafa/pkg: PLIST-main Log message: Update to zarafa-7.0.6. More details at: http://download.zarafa.com/community/final/7.0/final-changelog-7.0.txt CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/03/15 11:05:45 Modified files: devel/cppcheck : Makefile distinfo Log message: update to 1.53 OK sthen@ CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/03/15 11:38:19 Modified files: net/p5-Net-Frame: Makefile distinfo net/p5-Net-Frame/pkg: PLIST Log message: update p5-Net-Frame to 1.09 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/03/15 11:39:33 Modified files: . : orders.html Log message: link to new lehmanns url CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/03/15 11:47:56 Modified files: net/p5-Net-Frame-Layer-ICMPv6: Makefile distinfo net/p5-Net-Frame-Layer-ICMPv6/pkg: PLIST Log message: update p5-Net-Frame-Layer-ICMPv6 to 1.06 CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/03/15 11:52:21 Modified files: net/p5-Net-Frame-Layer-IPv6: Makefile distinfo net/p5-Net-Frame-Layer-IPv6/pkg: PLIST Log message: update p5-Net-Frame-Layer-IPv6 to 1.04 CVSROOT: /cvs Module name: src Changes by: ariane@cvs.openbsd.org 2012/03/15 11:52:28 Modified files: sys/uvm : uvm_addr.c uvm_addr.h uvm_init.c uvm_map.c Log message: Reduce installmedia pressure from new vmmap. Has less special allocators on install media (where they aren't required anyway). Bonus: makes the vmmap initialization code easier to read. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/03/15 12:29:08 Modified files: distrib/i386/common: Makefile.inc Log message: we are always using gcc4 now CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/03/15 12:36:53 Modified files: sys/dev/acpi : dsdt.c Log message: Allow multiple backslashes at the start of a namespace path. It is pretty clear this is not supposed to happen, but unfortunately the description of the ECDT table in the standard document has a path that starts with two backslashes so that's what some vendors used. From Christophe Staiesse. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/15 12:52:57 Modified files: sys/arch/sgi/include: bus.h sys/arch/sgi/localbus: macebus.c sys/arch/sgi/pci: macepcibridge.c sys/arch/sgi/xbow: xbow.c Log message: No longer allow bus_space_barrier() to be a NULL pointer on a given bus_space_tag on sgi, but rather always provide at least a dummy asm("sync") flavour. Saves a function pointer test at runtime. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/15 12:57:22 Modified files: sys/arch/loongson/loongson: bus_dma.c machdep.c sys/arch/mips64/include: cpu.h sys/arch/octeon/octeon: bus_dma.c machdep.c sys/arch/sgi/dev: gbe.c sys/arch/sgi/sgi: bus_dma.c ip27_machdep.c ip30_machdep.c ip32_machdep.c machdep.c Log message: uncached_base was introduced early in IP27 support, since these designs use subspaces in the CCA_NC uncached memory space. However, being coherent, there was never a need for bus_dma to use uncached addresses. This means that, on the only systems where uncached_base was not set to PHYS_TO_XKPHYS(0, CCA_NC), it was never used. Remove the variable, and replace PHYS_TO_UNCACHED() with PHYS_TO_XKPHYS(, CCA_NC). No functional change. CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2012/03/15 13:04:09 Modified files: . : 51.html Log message: After an almost 5-years hiatus, luna88k will make release again. CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2012/03/15 13:05:02 Modified files: . : sgi.html Log message: ohci is found onboard other systems than just Fuel. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/03/15 13:27:18 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/15 14:01:03 Modified files: games/eliot : Makefile Log message: Oops, forgot to add devel/boost to BUILD_DEPENDS, reminded by naddy@ (although i was pretty sure i okayed a diff to fix that...) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/03/15 14:06:03 Modified files: sys/arch/amd64/conf: RAMDISK sys/arch/i386/conf: RAMDISK RAMDISKB RAMDISKC Log message: Take cd9660 support off the "obviously a floppy" install media, to find new space. The same cannot be done yet with some other architectures which share the RAMDISK kernel amongst media types too tightly. I am investigating the horrific src/distrib cleanups required to fix that. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/15 14:25:34 Modified files: telephony/asterisk-openbsd-moh: Makefile distinfo telephony/asterisk-openbsd-moh/pkg: PLIST Log message: add 5.1 release song; ok ian@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/15 15:23:43 Modified files: www/node : Makefile www/node/pkg : PLIST Log message: bytecode-compile the wafadmin python files, ok Aaron Bieber (maintainer). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/15 15:34:52 Modified files: sysutils/lsof : Makefile distinfo sysutils/lsof/patches: patch-Configure patch-lsof_8 Log message: fix with vmmap, originally from ariane@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/15 15:36:44 Modified files: sysutils/lsof : Makefile distinfo sysutils/lsof/patches: patch-Configure patch-lsof_8 Log message: oops committed from wrong tree - revert, will recommit the right one shortly CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/15 15:39:53 Modified files: sysutils/lsof : Makefile sysutils/lsof/patches: patch-dialects_n+obsd_dlsof_h patch-dialects_n+obsd_dproc_c Log message: fix with vmmap, originally from ariane@ (recommitting the right diff..) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/15 15:45:07 Modified files: net/pidgin : Makefile distinfo net/pidgin/patches: patch-configure_ac patch-pidgin_gtkdialogs_c Log message: update to Pidgin 2.10.2, from Brad, also tested by rfreeman@ CVE-2011-4939 null pointer deref with certain types of nickname changes in XMPP CVE-2012-1178 MSN crash due to not verifying UTF8 encoding CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/15 15:52:20 Modified files: editors/zile : Makefile Log message: remove unrecognized configure option CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/15 16:04:44 Modified files: security/clamav: Makefile distinfo security/clamav/patches: patch-etc-clamd_conf security/clamav/pkg: PLIST Removed files: security/clamav/pkg: PFRAG.shared Log message: update to ClamAV 0.97.4, minor bugfixes and detection improvements - merge PFRAG.shared into PLIST, this is SHARED_ONLY CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/15 16:05:51 Modified files: www/node : Makefile distinfo www/node/pkg : PLIST Log message: update to node.js 0.6.13; mainly npm fixes. From maintainer Aaron Bieber. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/15 16:20:50 Modified files: telephony/asterisk: Makefile distinfo Log message: SECURITY update to asterisk 1.8.10.1 AST-2012-002: stack buffer overflow (remote unauthenticated sessions). requires a dialplan using the Milliwatt application with the 'o' option, and internal_timing off. Affects all 1.4+ Asterisk versions. AST-2012-003: stack buffer overflow (remote unauth'd sessions) in HTTP manager interface; triggered by long digest authentication strings. Code injection possibility. Affects 1.8+. CVSROOT: /cvs Module name: src Changes by: ariane@cvs.openbsd.org 2012/03/15 16:22:28 Modified files: sys/uvm : uvm_map.c Log message: Fix vmmap SMALL_KERNEL introduced bug. The if (min < VMMAP_MIN_ADDR) min = VMMAP_MIN_ADDR; code should have moved across when the small_kernel diff moved the initialization from uvm_map_setup() to uvm_map_setup_md(). Prevents a nasty panic on hppa, sparc64 (and possibly other archs). kettenis: the diff make some sense to me CVSROOT: /cvs Module name: ports Changes by: william@cvs.openbsd.org 2012/03/15 18:44:06 Modified files: www/nginx : Makefile distinfo Log message: SECURITY FIX: upgrade to 1.0.14 contents of previously freed memory might be sent to a client if backend returned specially crafted response. ok sthen CVSROOT: /cvs Module name: ports Changes by: william@cvs.openbsd.org 2012/03/15 18:47:54 Modified files: databases/mysql: Makefile databases/mysql/pkg: README-server Log message: fix typo in readme; ok brad sthen CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/03/15 19:53:00 Modified files: sys/arch/amd64/amd64: cacheinfo.c sys/arch/amd64/include: cacheinfo.h Log message: Display L3 cache information on amd64 for amd cpus, Intel now uses a different scheme. ok jsg@ CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2012/03/15 19:57:42 Modified files: usr.sbin/ypldap: ypldap_dns.c Log message: don't leak ypldap_addr structures when doing dns lookups ok dlg@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/03/15 21:00:03 Modified files: lib/libkvm : kvm_powerpc.c Log message: pull in more .h (spotted since struct vnode was not in scope) CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/03/16 02:23:49 Modified files: de : donations.html ftp.html nl : ftp.html orders.html openbgpd/de : ftp.html openntpd/de : ftp.html portable.html openssh/de : ftp.html portable.html openssh/nl : ftp.html portable.html pt : donations.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/16 02:40:13 Modified files: sysutils/ggrep : Makefile distinfo Log message: Update gnu grep to 2.11 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/16 04:28:48 Modified files: telephony/asterisk: Tag: OPENBSD_5_0 Makefile Added files: telephony/asterisk/patches: Tag: OPENBSD_5_0 patch-apps_app_milliwatt_c patch-main_utils_c Log message: add upstream patches to asterisk in 5.0-stable to fix recent security problems: AST-2012-002: stack buffer overflow (remote unauthenticated sessions). requires a dialplan using the Milliwatt application with the 'o' option, and internal_timing off. Affects all 1.4+ Asterisk versions. AST-2012-003: stack buffer overflow (remote unauth'd sessions) in HTTP manager interface; triggered by long digest authentication strings. Code injection possibility. Affects 1.8+. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/03/16 05:40:53 Modified files: emulators/qemu : Makefile distinfo emulators/qemu/patches: patch-configure emulators/qemu/pkg: README Removed files: emulators/qemu/patches: patch-hw_e1000_c patch-target-i386_translate_c Log message: Update to qemu 1.0.1, from Brad. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/16 06:39:56 Modified files: net/icinga/core: Makefile net/icinga/core/pkg: README-main Log message: Add a section to the README pointing to the upgrade documentation. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/16 07:39:08 Modified files: graphics/cairomm: Makefile distinfo graphics/cairomm/pkg: PLIST Log message: Long overdue (minor) update to cairomm-1.10.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/16 08:30:57 Modified files: devel/xmake : Makefile distinfo devel/xmake/pkg: PLIST Log message: Minor update to xmake-1.06. from Gonzalo L. R. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/03/16 09:25:05 Modified files: sys/arch/sgi/sgi: ip30_machdep.c Log message: missing bracket; ok miod CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/16 10:42:42 Modified files: devel/mysql++ : Makefile distinfo devel/mysql++/pkg: PLIST-docs PLIST-main Log message: Update to mysql++-3.1.0. from Gonzalo L. R. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/16 13:56:24 Modified files: shells/bash : Makefile distinfo Log message: update to 4.2 patchlevel 24 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/16 15:27:09 Modified files: www/mozilla : mozilla.port.mk Log message: Bump dependencies to nspr 4.9 & nss 3.12.13, reqd' for mozilla 11. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/16 15:31:24 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-browser_app_profile_firefox_js patch-browser_components_certerror_content_aboutCertError_xhtml patch-config_autoconf_mk_in patch-config_rules_mk patch-content_xslt_src_base_txDouble_cpp patch-extensions_spellcheck_hunspell_src_mozHunspell_cpp patch-gfx_thebes_Makefile_in patch-js_src_Makefile_in patch-js_src_configure_in patch-js_src_js-config_h_in patch-js_src_jscpucfg_h patch-js_src_vm_RegExpObject-inl_h patch-js_src_vm_RegExpObject_cpp patch-js_src_vm_RegExpObject_h patch-media_libsydneyaudio_src_Makefile_in patch-parser_html_Makefile_in patch-security_manager_ssl_src_Makefile_in patch-security_manager_ssl_src_nsNSSComponent_cpp patch-storage_src_mozStorageConnection_cpp patch-toolkit_library_Makefile_in patch-toolkit_mozapps_installer_packager_mk patch-toolkit_xre_nsXREDirProvider_cpp patch-xpcom_reflect_xptcall_src_md_unix_Makefile_in Added files: www/mozilla-firefox/patches: patch-js_src_jscntxt_cpp patch-js_src_jscntxt_h patch-netwerk_base_src_nsSocketTransportService2_cpp patch-security_manager_ssl_src_SSLServerCertVerification_cpp patch-security_manager_ssl_src_SSLServerCertVerification_h Removed files: www/mozilla-firefox/patches: patch-js_src_jscompartment_cpp patch-toolkit_library_libxul-config_mk Log message: Update to firefox 11.0. - Fixes MFSA 2012-12->19 - see http://www.mozilla.org/en-US/firefox/11.0/releasenotes/ - complete patchset for #691898, still fixes build on ppc (and hopefully commited in firefox 14...) - add patchset from #706955, workarounds #669050 (xpcshell hangs during make install and chokes on CSPUtils.csm, threads related..) - remove obsolete/commited patches CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/16 15:31:50 Modified files: www/firefox-i18n: Makefile.inc distinfo Log message: Update to firefox-i18n 11.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/16 15:35:25 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/mozilla-thunderbird/patches: patch-mozilla_browser_app_profile_firefox_js patch-mozilla_browser_components_certerror_content_aboutCertError_xhtml patch-mozilla_gfx_thebes_Makefile_in patch-mozilla_js_src_Makefile_in patch-mozilla_js_src_configure_in patch-mozilla_js_src_js-config_h_in patch-mozilla_js_src_jscpucfg_h patch-mozilla_js_src_vm_RegExpObject-inl_h patch-mozilla_js_src_vm_RegExpObject_cpp patch-mozilla_js_src_vm_RegExpObject_h patch-mozilla_media_libsydneyaudio_src_Makefile_in patch-mozilla_parser_html_Makefile_in patch-mozilla_security_manager_ssl_src_Makefile_in patch-mozilla_security_manager_ssl_src_nsNSSComponent_cpp patch-mozilla_storage_src_mozStorageConnection_cpp patch-mozilla_toolkit_library_Makefile_in patch-mozilla_toolkit_xre_nsXREDirProvider_cpp patch-mozilla_xpcom_reflect_xptcall_src_md_unix_Makefile_in mail/mozilla-thunderbird/pkg: PLIST-enigmail PLIST-lightning PLIST-main Added files: mail/mozilla-thunderbird/patches: patch-mozilla_js_src_jscntxt_cpp patch-mozilla_js_src_jscntxt_h patch-mozilla_netwerk_base_src_nsSocketTransportService2_cpp patch-mozilla_security_manager_ssl_src_SSLServerCertVerification_cpp patch-mozilla_security_manager_ssl_src_SSLServerCertVerification_h Removed files: mail/mozilla-thunderbird/patches: patch-mozilla_js_src_jscompartment_cpp patch-mozilla_toolkit_library_libxul-config_mk Log message: Update to thunderbird 11.0. (and enigmail 1.4/lightning 1.3b1) - Fixes MFSA 2012-12->19 - see http://www.mozilla.org/en-US/thunderbird/11.0/releasenotes/ (but there's much more!) - complete patchset for #691898, still fixes build on ppc (and hopefully commited in firefox 14...) - add patchset from #706955, workarounds #669050 (xpcshell hangs during make install and chokes on CSPUtils.csm, threads related..) - remove obsolete/commited patches CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/16 15:35:44 Modified files: mail/thunderbird-i18n: Makefile.inc distinfo Log message: Update to thunderbird-i18n 11.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/16 15:38:33 Modified files: www/seamonkey : Makefile distinfo www/seamonkey/patches: patch-config_rules_mk patch-ldap_sdks_c-sdk_configure_in patch-mailnews_extensions_enigmail_genxpi patch-mozilla_browser_app_profile_firefox_js patch-mozilla_browser_components_certerror_content_aboutCertError_xhtml patch-mozilla_build_unix_mozilla_in patch-mozilla_build_unix_run-mozilla_sh patch-mozilla_extensions_auth_nsAuthGSSAPI_cpp patch-mozilla_gfx_thebes_Makefile_in patch-mozilla_ipc_chromium_src_base_atomicops_h patch-mozilla_ipc_chromium_src_base_dir_reader_posix_h patch-mozilla_ipc_chromium_src_base_file_util_posix_cc patch-mozilla_ipc_chromium_src_base_third_party_nspr_prcpucfg_h patch-mozilla_ipc_chromium_src_base_third_party_nspr_prcpucfg_linux_h patch-mozilla_ipc_chromium_src_chrome_common_ipc_channel_posix_cc patch-mozilla_ipc_chromium_src_chrome_common_ipc_message_utils_h patch-mozilla_js_src_Makefile_in patch-mozilla_js_src_configure_in patch-mozilla_js_src_ctypes_libffi_configure patch-mozilla_js_src_js-config_h_in patch-mozilla_js_src_jscpucfg_h patch-mozilla_js_src_vm_RegExpObject-inl_h patch-mozilla_js_src_vm_RegExpObject_cpp patch-mozilla_js_src_vm_RegExpObject_h patch-mozilla_js_src_yarr_wtfbridge_h patch-mozilla_media_libsydneyaudio_include_sydney_audio_h patch-mozilla_media_libsydneyaudio_src_Makefile_in patch-mozilla_memory_mozalloc_mozalloc_cpp patch-mozilla_parser_html_Makefile_in patch-mozilla_security_manager_pki_resources_content_exceptionDialog_js patch-mozilla_security_manager_ssl_src_Makefile_in patch-mozilla_security_manager_ssl_src_nsNSSComponent_cpp patch-mozilla_storage_src_mozStorageConnection_cpp patch-mozilla_toolkit_components_downloads_nsDownloadManager_cpp patch-mozilla_toolkit_crashreporter_client_crashreporter_linux_cpp patch-mozilla_toolkit_library_Makefile_in patch-mozilla_toolkit_xre_nsXREDirProvider_cpp patch-mozilla_widget_src_gtk2_Makefile_in patch-mozilla_widget_src_xpwidgets_nsPrintSettingsImpl_cpp patch-mozilla_xpcom_io_SpecialSystemDirectory_cpp patch-mozilla_xpcom_io_nsAppFileLocationProvider_cpp patch-mozilla_xpcom_reflect_xptcall_src_md_unix_Makefile_in www/seamonkey/pkg: PLIST-enigmail PLIST-lightning PLIST-main Added files: www/seamonkey/patches: patch-mozilla_js_src_jscntxt_cpp patch-mozilla_js_src_jscntxt_h patch-mozilla_netwerk_base_src_nsSocketTransportService2_cpp patch-mozilla_security_manager_ssl_src_SSLServerCertVerification_cpp patch-mozilla_security_manager_ssl_src_SSLServerCertVerification_h Removed files: www/seamonkey/patches: patch-mozilla_js_src_jscompartment_cpp patch-mozilla_toolkit_library_libxul-config_mk Log message: Update to seamonkey 2.8. (and enigmail 1.4/lightning 1.3b1) - Fixes MFSA 2012-12->19 - see http://www.seamonkey-project.org/releases/seamonkey2.8/ - complete patchset for #691898, still fixes build on ppc (and hopefully commited in firefox 14...) - add patchset from #706955, workarounds #669050 (xpcshell hangs during make install and chokes on CSPUtils.csm, threads related..) - remove obsolete/commited patches CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/16 15:39:04 Modified files: www/seamonkey-i18n: Makefile.inc distinfo Log message: Update to seamonkey-i18n 2.8. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/16 15:41:48 Modified files: www/firefox36 : Makefile distinfo Log message: Update to firefox36 3.6.28 (last one in 3.6! promised!) - Fixes MFSA 2011-55, 2012-13, 2012-14, 2012-16, 2012-19 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/16 15:42:58 Modified files: productivity/sunbird: Makefile Log message: bump after mozilla.port.mk dependency change CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/16 15:43:58 Modified files: www/firefox35 : Makefile Log message: Bump after mozilla.port.mk dependency change (remember, firefox 3.5 is EOL) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/16 15:45:08 Modified files: devel/xulrunner/1.9: Makefile distinfo Log message: Chase fx36 and update xulrunner to 1.9.2.28... CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/16 15:58:38 Modified files: www/thttpd : Makefile Added files: www/thttpd/patches: patch-extras_htpasswd_c Log message: Rename getline to avoid conflicting with a ridiculously named posix function. Drop USE_GROFF while there, it's not needed. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/16 16:01:37 Modified files: www/ffproxy : Makefile Added files: www/ffproxy/patches: patch-request_c Log message: Rename getline, drop USE_GROFF, more exact license marker CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/16 16:05:13 Modified files: editors/ldapvi : Makefile Added files: editors/ldapvi/patches: patch-common_h Log message: Fix an instance of getline which I missed when I preemptively fixed it earlier CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/16 16:05:40 Modified files: www/fennec : Makefile Log message: Bump after mozilla.port.mk dependency change. Note that firefox mobile/fennec doesnt follow the mozilla release train this time, they're working hard on getting the native android UI, per https://blog.mozilla.com/futurereleases/2012/01/25/bringing-android-native-firefox-to-beta/ (we'll see what are the consequences for building on gtk...) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/16 16:08:45 Modified files: sysutils/sdd/patches: patch-RULES_i386-openbsd-cc_rul patch-conf_configure Log message: regen patches CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/16 16:23:22 Modified files: sysutils/sdd : Makefile Added files: sysutils/sdd/patches: patch-include_schily_h patch-libschily_stdio_fgetline_c Log message: getline->get_line, remove USE_GROFF CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/03/16 16:42:51 Modified files: etc : Makefile Log message: install the rc.d script for tftpd, ok dlg@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/16 17:39:13 Modified files: emulators/dynamips: Makefile Removed files: emulators/dynamips/patches: patch-gen_eth_c Log message: remove patch to force nonblocking on the bpf; we don't want this with rthreads CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/03/17 03:59:11 Modified files: de : orders.html sgi.html faq/pf/fr : filter.html fr : donations.html ftp.html index.html sgi.html translation.html openbgpd/fr : ftp.html opencvs/fr : index.html openntpd/fr : ftp.html portable.html openssh/fr : bank-donation.html faq.html ftp.html portable.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/03/17 04:16:41 Modified files: sbin/ping : ping.c sbin/route : route.c show.c share/man/man4 : route.4 sys/kern : uipc_socket.c sys/net : route.h sys/netinet : ip_output.c ip_var.h raw_ip.c udp_usrreq.c sys/sys : socket.h usr.bin/nc : netcat.c usr.bin/netstat: show.c Log message: remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO. no objection from mcbride@ krw@ markus@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/17 04:31:48 Modified files: comms/seyon : Makefile comms/seyon/patches: patch-SeDecl_h comms/seyon/pkg: PLIST Added files: comms/seyon/patches: patch-SeScript_c patch-SeSupp_c Log message: getline -> my_getline (get_line is already used), regen plist while there CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/17 04:35:10 Modified files: sysutils/apc-upsd: Makefile sysutils/apc-upsd/pkg: PLIST Added files: sysutils/apc-upsd/patches: patch-apc_smart_c Log message: getline -> get_line, regen plist while there CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/17 04:43:32 Modified files: sysutils/polkit/patches: patch-Makefile_am Log message: Tweak comment in patch; no pkg change. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/17 04:47:19 Modified files: mail/procmail : Makefile mail/procmail/pkg: PLIST Added files: mail/procmail/patches: patch-src_fields_c patch-src_formail_c patch-src_formisc_c patch-src_formisc_h Log message: getline, regen plist CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/17 04:57:23 Modified files: mail/metamail : Makefile mail/metamail/pkg: PLIST Added files: mail/metamail/patches: patch-src_Makefile patch-src_bin_showaudio patch-src_bin_showexternal patch-src_bin_showpartial patch-src_bin_showpicture patch-src_bin_sun2mime patch-src_config_h patch-src_fonts_Makefile patch-src_metamail_Makefile patch-src_metamail_codes_c patch-src_metamail_mailto_c patch-src_metamail_metamail_c patch-src_metamail_mmencode_c patch-src_metamail_shared_c patch-src_metamail_splitmail_c patch-src_richmail_richlex_c patch-src_richmail_richset_c patch-src_richmail_richtext_c Removed files: mail/metamail/patches: patch-Makefile patch-bin_showaudio patch-bin_showexternal patch-bin_showpartial patch-bin_showpicture patch-bin_sun2mime patch-config_h patch-fonts_Makefile patch-metamail_Makefile patch-metamail_codes_c patch-metamail_mailto_c patch-metamail_metamail_c patch-metamail_mmencode_c patch-metamail_shared_c patch-metamail_splitmail_c patch-richmail_richlex_c patch-richmail_richset_c patch-richmail_richtext_c Log message: use WRKSRC not WRKDIST and regen patches no need for groff regen plist use SUBST_CMD rather than handrolled %%SYSCONFDIR%% subst CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/17 05:00:06 Modified files: mail/metamail : Makefile Added files: mail/metamail/patches: patch-src_metamail_uue_c Log message: getline -> get_line. honour CC. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/17 06:07:56 Modified files: net/telepathy/telepathy-glib: Makefile distinfo Log message: Minor update to telepathy-glib-0.16.5. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/17 06:40:01 Modified files: editors/elvis : Makefile Added files: editors/elvis/patches: patch-ref_c Log message: getline -> get_line and drop USE_GROFF, from Donovan Watteau CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/03/17 07:10:03 Modified files: usr.sbin/smtpd : enqueue.c Log message: llu -> PRIu64 in enqueue() to avoid warning in portable diff from Guillaume Leconte CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/03/17 08:20:58 Modified files: x11/ratpoison : Makefile x11/ratpoison/patches: patch-Makefile_in Added files: x11/ratpoison/patches: patch-configure_in patch-src_config_h_in Log message: detect if getline is available before using trying to use an internal one. sthen@ ok CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/17 08:41:33 Modified files: x11/xfedor/patches: patch-Makefile Log message: regen patch CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/03/17 08:43:19 Modified files: share/man/man4 : mos.4 usb.4 Log message: for consistency, remove "2.0" from mos' Nd; ok jsg CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/17 08:44:55 Modified files: x11/xfedor : Makefile x11/xfedor/pkg : PLIST Added files: x11/xfedor/patches: patch-filer_c Log message: getline->get_line, from Gonzalo L. R. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/03/17 08:46:40 Modified files: share/man/man8 : rc.conf.8 Log message: some updates to reflect reality; prompted by a diff from Daniel Bolgheroni ok ajacoutot CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/17 08:46:53 Modified files: x11 : Makefile Removed files: x11/xmbdfed : Makefile distinfo x11/xmbdfed/patches: patch-Makefile patch-setup_c patch-xmbdfed_c x11/xmbdfed/pkg: DESCR PLIST Log message: remove xmbdfed; thoroughly superseded by gbdfed; ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/17 08:52:07 Modified files: x11 : Makefile Removed files: x11/xfedor : Makefile distinfo x11/xfedor/files: default.sos x11/xfedor/patches: patch-Makefile patch-filer_c x11/xfedor/pkg : DESCR PLIST Log message: on second thoughts, just rm this. fails with >256 colours, broken on LP64, dead since before 1994. OK naddy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/17 09:09:45 Modified files: games/xpilot : Makefile distinfo games/xpilot/pkg: PLIST Added files: games/xpilot/patches: patch-src_client_textinterface_c Log message: Update to xpilot-4.5.5. getline -> get_line from Gonzalo L. R. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/17 09:10:48 Modified files: textproc/mgdiff: Makefile Added files: textproc/mgdiff/patches: patch-rundiff_c Log message: getline -> get_line; from Gonzalo L. R. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/17 10:04:34 Modified files: misc/cdrdao : Makefile Added files: misc/cdrdao/patches: patch-scsilib_include_schily_h patch-scsilib_libscg_scsitransp_c patch-scsilib_libschily_stdio_fgetline_c Log message: * getline -> get_line * remove maintainer by his request ok fgsch@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/17 10:55:47 Modified files: net/icb : Makefile net/icb/patches: patch-icb_protos_h Added files: net/icb/patches: patch-icb_getline_c patch-icb_ipcf_c patch-icb_s_person_c Log message: getline -> get_line CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/17 11:19:59 Modified files: textproc/ispell: Makefile Added files: textproc/ispell/patches: patch-correct_c Log message: getline -> get_line CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/17 11:32:28 Modified files: x11/windowmaker: Makefile Added files: x11/windowmaker/patches: patch-src_actions_c Log message: Fix the "periodic focus bug" described at: http://repo.or.cz/w/wmaker-crm.git/commitdiff/c91bb1ba1360006c568db37438779e525868cf17 From upstream git via Bryan Linton (bl AT shoshoni DOT info) CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/17 11:36:03 Modified files: usr.bin/tmux : screen-write.c tty.c Log message: Revert screen-write.c r1.54 and fix the bug properly. After wrapping a line in a pane, the cursor needs to move to the next line unless it scrolled. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/17 12:23:03 Modified files: usr.bin/tmux : log.c Log message: Redirect libevent logging to tmux's log. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/17 12:24:07 Modified files: usr.bin/tmux : names.c server-client.c server-fn.c status.c tty-keys.c tty.c window.c Log message: Check event_initialized before event_del if event may not have been set up; libevent2 complains about this. Reported by Moriyoshi Koizumi. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/17 12:38:58 Modified files: usr.bin/tmux : log.c Log message: Fix warnings. Doh. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/17 12:51:50 Modified files: usr.bin/tmux : tty.c Log message: Tweak last fix to actually hit the right end of pane. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/17 12:55:18 Modified files: print/dvi2tty : Makefile Added files: print/dvi2tty/patches: patch-dvistuff_c Log message: getline -> get_line drop USE_GROFF CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/17 13:18:37 Modified files: usr.bin/tmux : tty.c Log message: Use the region lower not the pane size to work out where the bottom line is. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/17 13:29:46 Modified files: usr.bin/tmux : tty.c Log message: Do not clear to end of line if the line is full, fixes missing last character in rightmost pane. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/03/17 14:07:18 Added files: sys/arch/sparc64/dev: vldc.c Log message: vldc(4) is a "bus" driver for Logical Domain Channels. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/03/17 14:50:15 Modified files: print/texlive/texmf: Makefile print/texlive/texmf/pkg: PLIST-docs PLIST-main Log message: texlive doesn't contain dvi2tty. @comment related documentation to avoid a conflict with print/dvi2tty. noticed and ok naddy@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/03/17 14:54:25 Modified files: graphics/freeimage: Makefile Added files: graphics/freeimage/patches: patch-Source_LibOpenJPEG_opj_malloc_h Log message: Fix linking to libfreeimage on non-amd64 archs. tested on powerpc and ok mpi@, ok eric@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/17 15:09:01 Modified files: devel/libevent2: Makefile distinfo Log message: update to 2.0.17; based on a submission by Gonzalo L. R. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/03/17 15:25:38 Modified files: print/texlive/texmf: Makefile print/texlive/texmf/pkg: PLIST-docs PLIST-main Log message: Missed disdvi. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/03/17 15:27:50 Added files: sys/arch/sparc64/dev: hvctl.c Log message: hvctl(4) is a driver for the "hvctl" Logical Domain Channel that allows the control domain to talk to the sun4v hypervisor. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/17 15:27:51 Modified files: usr.bin/tmux : tmux.h tty.c Log message: Break out termios initialization into a separate function, from George Nachman. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/03/17 15:30:09 Modified files: sys/arch/sparc64/conf: files.sparc64 Log message: Add vldc(4) and hvctl(4). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/03/17 15:32:02 Modified files: sys/arch/sparc64/include: conf.h sys/arch/sparc64/sparc64: conf.c Log message: Add hvctl(4). CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/17 15:33:33 Modified files: usr.bin/tmux : cmd-set-option.c tmux.1 Log message: Add -q option to set-option to turn off info message, from marcel partap. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/17 15:34:34 Modified files: usr.bin/tmux : server-client.c Log message: Need to call recalculate_sizes() when changing window with the mouse, from marcel partap. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/17 15:37:36 Modified files: usr.bin/tmux : screen.c Log message: Michael Krysiak points out that some terminals (eg mintty) have cursor styles 5 and 6 too, so allow them to be set. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/17 15:40:53 Modified files: usr.bin/tmux : options-table.c tmux.1 window-copy.c Log message: Add a wrap-search option to turn off wrapping of searches in copy mode. From Jacobo de Vera. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/17 15:45:25 Modified files: usr.bin/tmux : attributes.c Log message: Use snprintf for constructing attribute string, from Tim Ruehsen. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/17 16:34:12 Modified files: usr.bin/tmux : cmd-respawn-pane.c Log message: $Id$ -> $OpenBSD$. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/17 16:35:09 Modified files: usr.bin/tmux : Makefile cmd-attach-session.c cmd-join-pane.c cmd-new-session.c cmd-new-window.c cmd-rename-session.c cmd-split-window.c layout-custom.c layout.c resize.c server-fn.c session.c tmux.h window.c Added files: usr.bin/tmux : notify.c Log message: Add notify hooks for various events, the functions are currently empty stubs but will be filled in for control mode later. From George Nachman. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/17 16:36:26 Modified files: news/nn : Makefile Added files: news/nn/patches: patch-aux_c patch-global_c patch-global_h Log message: getline -> get_line CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/17 16:42:26 Modified files: security/pgp : Makefile Added files: security/pgp/patches: patch-armor_c Log message: getline -> get_line CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/17 16:50:56 Modified files: databases/sqlitebrowser: Makefile databases/sqlitebrowser/patches: patch-sqlitebrowser_sqlbrowser_util_c Log message: getline -> get_line CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/17 16:56:04 Modified files: usr.bin/tmux : tmux.h tty-keys.c tty.c Log message: On xterm 271 and later, put the terminal into SCL 5 and use DECCRA for scrolling the region in panes (if the large region check isn't hit). With help from Ailin Nemui. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/17 17:01:09 Modified files: japanese/kinput2: Makefile japanese/kinput2/patches: patch-lib_cconv_c Log message: getline -> get_line CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/17 17:08:20 Modified files: telephony/asterisk: Makefile Added files: telephony/asterisk/patches: patch-pbx_pbx_spool_c Log message: Avoid a tight loop in asterisk's pbx_spool thread reported by drahn@ under rthread. kern_time.c:itimerfix() requires the kevent interval timer to be <= 100M seconds otherwise it passes an EINVAL back up, giving an error return from kevent(). The initial timestamp is (INT_MAX-cur time) i.e. around 800M so we hit this. Workaround by clamping tv_sec to 100M sec. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/03/17 19:19:32 Modified files: . : ftp.html Log message: loongson was missing; Brian Callahan CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/03/17 21:07:05 Modified files: sbin/disklabel : editor.c Log message: Wrap some long lines I keep fixing, shrinking various diffs. No change to executable. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/03/17 21:24:01 Modified files: sbin/disklabel : editor.c Log message: getuint() -> getuint64() to make it crystal clear. No functional change. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/03/17 21:29:11 Modified files: distrib/sets/lists/etc: mi Log message: sync CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/03/18 04:10:07 Modified files: build/mirrors : ftp.html.end Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/18 05:08:15 Modified files: lib/libXt : ChangeLog configure configure.ac lib/libXt/src : NextEvent.c Log message: Update to libXt 1.1.3 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/18 05:15:39 Modified files: lib/libXft/src : xftglyphs.c Log message: Merge patch from git master: Fixup for 550b2f76401c2 which broke bold fonts CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/18 05:16:45 Modified files: . : MODULES 3RDPARTY Log message: upate CVSROOT: /cvs Module name: ports Changes by: jmatthew@cvs.openbsd.org 2012/03/18 06:56:56 Modified files: databases/leveldb: Makefile databases/leveldb/pkg: PLIST Log message: include the headers in the package ok aja sthen CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/03/18 08:27:22 Log message: Object Oriented Input System (OIS) is meant to be a cross platform, simple solution for using all kinds of Input Devices (Keyboards, Mice, etc) and feedback devices (e.g. force feedback). Written in C++ using Object Oriented Design pattern with tweaks from kirby@, mpi@ and Antti Harri. ok kirby@ Status: Vendor Tag: pascal Release Tags: pascal_20121803 N ports/devel/ois/Makefile N ports/devel/ois/distinfo N ports/devel/ois/pkg/DESCR N ports/devel/ois/pkg/PFRAG.shared N ports/devel/ois/pkg/PLIST N ports/devel/ois/patches/patch-src_Makefile_am N ports/devel/ois/patches/patch-src_linux_LinuxInputManager_cpp No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/03/18 08:28:18 Modified files: devel : Makefile Log message: + ois CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/03/18 08:31:00 Log message: OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, flexible 3D engine written in C++ designed to make it easier and more intuitive for developers to produce applications utilising hardware-accelerated 3D graphics. The class library abstracts all the details of using the underlying system libraries like Direct3D and OpenGL and provides an interface based on world objects and other intuitive classes. lots of feedback & macppc testing mpi@, also tested by kirby@ and Antti Harri. ok kirby@ Status: Vendor Tag: pascal Release Tags: pascal_20121803 N ports/x11/ogre/Makefile N ports/x11/ogre/distinfo N ports/x11/ogre/pkg/DESCR-main N ports/x11/ogre/pkg/PLIST-samples N ports/x11/ogre/pkg/PLIST-main N ports/x11/ogre/pkg/DESCR-samples N ports/x11/ogre/patches/patch-CMake_ConfigureBuild_cmake N ports/x11/ogre/patches/patch-OgreMain_CMakeLists_txt N ports/x11/ogre/patches/patch-Samples_Browser_CMakeLists_txt N ports/x11/ogre/patches/patch-Tools_MeshUpgrader_CMakeLists_txt N ports/x11/ogre/patches/patch-OgreMain_include_OgreStringConverter_h N ports/x11/ogre/patches/patch-Tools_XMLConverter_CMakeLists_txt N ports/x11/ogre/patches/patch-OgreMain_src_OgreStringConverter_cpp No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/03/18 08:32:21 Modified files: x11 : Makefile Log message: + ogre CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/03/18 09:11:37 Modified files: x11/ogre/pkg : PLIST-samples Log message: add $OpenBSD$, noted by Antti Harri. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/18 09:28:02 Modified files: devel/ois : Makefile devel/ois/pkg : DESCR Log message: Full stop. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2012/03/18 09:47:28 Modified files: games/openarena: Makefile distinfo games/openarena/patches: patch-Makefile patch-code_client_libmumblelink_c patch-code_client_snd_dma_c patch-code_qcommon_q_platform_h games/openarena/pkg: PLIST-data Log message: Update OpenArena to 0.8.8. Patch from Antti Harri, tested by me and Ryan Freeman. Comments and OK from sthen@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/18 10:05:30 Modified files: lang/vala : Makefile lang/vala/pkg : PLIST Added files: lang/vala/patches: patch-vapigen_Makefile_in Log message: Fix pkgconfig file installation path. spotted by Antti Harri CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/18 10:15:16 Modified files: www/drupal6/core: Makefile www/drupal6/core/pkg: PLIST Log message: update to drupal core 6.25; minor fixes. ok espie@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/18 10:15:19 Modified files: audio/taglib : Makefile audio/taglib/patches: patch-taglib_ape_apeproperties_cpp Added files: audio/taglib/patches: patch-taglib_ogg_xiphcomment_cpp Log message: Fix for CVE-2012-1107 (upstream git commit 77d61c6eca4d08b9b025738acf6b926cc750db23) Fix for CVE-2012-1108 (upstream git commit ab8a0ee8937256311e649a88e8ddd7c7f870ad59) ...And fix regress tests (do-regress target). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/18 10:16:24 Modified files: www/drupal6/FCKeditor: Makefile distinfo www/drupal6/FCKeditor/pkg: PLIST Log message: SECURITY update to drupal-FCKeditor 2.3; XSS and arbitrary PHP code execution for users with FCKeditor access privileges. ok espie@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/18 10:18:34 Modified files: www/drupal6/core: Makefile Log message: oops, fix CVS conflict in $OpenBSD$ line. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/18 10:19:26 Modified files: www/drupal6/CKeditor: Makefile distinfo www/drupal6/CKeditor/pkg: PLIST Log message: SECURITY update to drupal-CKeditor 1.10; XSS and arbitrary PHP code execution for users with CKeditor access privileges. ok espie@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2012/03/18 10:48:16 Added files: games/openarena/patches: patch-code_qcommon_vm_x86_64_c patch-code_qcommon_vm_x86_c Removed files: games/openarena/patches: patch-code_qcommon_net_ip_c patch-code_qcommon_q_shared_h patch-code_renderer_tr_local_h patch-code_renderer_tr_surface_c Log message: Add missing VM patches by Toni Spets. Pointed by Antti Harri, thanks. Remove old patches (yes, I should tattoo cvs add and cvs rm on my wrist). CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/18 10:50:09 Modified files: security/nfsshell: Makefile security/nfsshell/patches: patch-nfs_c Log message: getline -> get_line CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2012/03/18 10:53:04 Removed files: games/openarena/patches: patch-code_qcommon_vm_interpreted_c Log message: (sigh) And this one... CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/18 11:02:00 Modified files: editors/jove : Makefile Added files: editors/jove/patches: patch-insert_c patch-io_c patch-io_h patch-recover_c patch-util_c patch-util_h Log message: getline -> get_line CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/18 11:09:27 Modified files: audio/ncmpcpp : Makefile distinfo audio/ncmpcpp/patches: patch-configure patch-doc_Makefile_in patch-src_clock_cpp Removed files: audio/ncmpcpp/patches: patch-src_helpers_cpp patch-src_status_cpp patch-src_tag_editor_cpp Log message: Update to ncmpcpp-0.5.9 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/18 11:17:14 Removed files: app/fvwm/extras: ChangeLog app/fvwm/extras/FvwmCommand: FvwmCommand.1 FvwmCommand.c FvwmCommand.h FvwmCommandS.c INSTALL README ex-auto.pl ex-cascade.pl ex-grpmv.pl findcmd findcmd.pl focus-Netscape.pl push-away.pl test1.pl test2.sh app/fvwm/extras/FvwmConfig: FvwmConfig.1 FvwmConfig.C WinBase.C WinBase.h WinButton.C WinButton.h WinColorSelector.C WinColorSelector.h WinInput.C WinInput.h WinRadioButton.C WinRadioButton.h WinSlider.C WinSlider.h WinText.C WinText.h dead.c app/fvwm/extras/FvwmConsole: .fvwm2rc.sample Changes FvwmConsole.1 FvwmConsole.c FvwmConsole.h FvwmConsoleC.c FvwmConsoleC.pl FvwmConsoleC.pl.1 INSTALL README getline.c app/fvwm/extras/FvwmDebug: FvwmDebug.1 FvwmDebug.c FvwmDebug.h app/fvwm/extras/FvwmGoodStuff: FvwmGoodStuff.1 FvwmGoodStuff.c FvwmGoodStuff.h icons.c app/fvwm/extras/FvwmPipe: FvwmPipe.c app/fvwm/extras/FvwmScript: BUGS FvwmScript.1 FvwmScript.c INSTALL Instructions.c TODO libyywrap.c scanner.c scanner.l script.c script.h script.y types.h app/fvwm/extras/FvwmScript/Scripts: BellSetup Buttons Date DeskSetup FileBrowser KeyboardSetup PointerSetup Quit README ScreenDump ScreenSetup system.fvwmrc app/fvwm/extras/FvwmScript/Scripts/some_nice_icons: bell.xpm date.xpm desktop.xpm display.xpm keyboard.xpm menu.xpm pointer.xpm shutdown.xpm small.Paint2.xpm small.Shell2.xpm small.exit.xpm small.lock.xpm small.man.next.xpm small.note.next.xpm small.tools2_3d.xpm window.xpm app/fvwm/extras/FvwmScript/Widgets: CheckBox.c HDipstick.c HScrollBar.c ItemDraw.c List.c Menu.c MiniScroll.c PopupMenu.c PushButton.c RadioButton.c Rectangle.c Swallow.c TextField.c Tools.c Tools.h VDipstick.c VScrollBar.c Widget.c app/fvwm/extras/FvwmTaskBar: ButtonArray.c ButtonArray.h Colors.c Colors.h FvwmTaskBar.1 FvwmTaskBar.c FvwmTaskBar.h Goodies.c Goodies.h List.c List.h Mallocs.c Mallocs.h README Start.c Start.h fvwm2.README minimail.xbm app/fvwm/extras/FvwmWharf: FvwmWharf.1 FvwmWharf.c README Wharf.h icons.c sample.style stepgfx.c stepgfx.h app/fvwm/extras/FvwmWharf/ASSound: ASSound.c README app/fvwm/extras/FvwmWharf/OffiX: DragAndDrop.h DragAndDropTypes.h Log message: Remove the whole extras directory, not used in OpenBSD builds. Noticed by fgsch@ a while ago. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/18 12:05:03 Modified files: cad/chipmunk : Makefile Added files: cad/chipmunk/patches: patch-until_V1_2_ffman_c Log message: getline -> get_line CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/03/18 17:37:08 Modified files: sbin/ifconfig : ifconfig.8 Log message: clarify the nwkey text; requested by Doug Fordham ok jsg CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/03/18 18:49:08 Modified files: sys/arch/i386/i386: machdep.c sys/arch/amd64/amd64: est.c Log message: more intel cpu models, though the low/high est method is largely irrelevant with acpi machines CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/03/19 00:07:20 Modified files: www/aria2 : Makefile distinfo Log message: Update aria2 to 1.14.2. Diff from Gonzalo L. R. (thanks !). CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/03/19 00:16:22 Modified files: devel/mercurial: Makefile Log message: MASTER_SITES has changed (previous still works but has a 301 status code). Information from Stefan Koerner (thanks). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/19 00:37:37 Removed files: x11/gtk3-engines: Makefile distinfo x11/gtk3-engines/pkg: DESCR PLIST Log message: Remove. It uses the old GtkThemeEngine interface which is no longer supported by gtk+3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/19 00:38:03 Modified files: x11 : Makefile Log message: -gtk3-engines CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/19 00:56:32 Modified files: x11/gnome/video-arcade: Makefile x11/gnome/video-arcade/pkg: PFRAG.shared PLIST Log message: Remove useless dependency on glade. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/19 01:10:25 Modified files: graphics/shared-color-targets: Makefile distinfo graphics/shared-color-targets/pkg: PLIST Log message: Update to shared-color-targets-0.1.1. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/19 01:31:12 Modified files: www/p5-Apache-Gallery: Makefile www/p5-Apache-Gallery/pkg: PLIST Log message: Oops, looks like i forgot to update PLIST.. - add rss.tpl & rss_item.tpl - install the new 'bright' template - copy navdirectory.tpl from 'bright' to other templates since it's missing (also debian bug #645356) - bump CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/19 01:36:27 Modified files: x11/gnome/doc-utils: Makefile distinfo x11/gnome/doc-utils/patches: patch-doc_xslt_Makefile_in Log message: Bugfix update to gnome-doc-utils-0.20.8. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/19 02:21:55 Modified files: infrastructure/db: user.list Log message: Add the _colord user and group. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/19 02:30:08 Modified files: distrib/miniroot: list2sh.awk Log message: Add a comment about harmless warning emitted by tic with -r to the TERMCAP stanza, no longer replace tabset (not needed anymore) and remove blank lines from output termcap file. ok deraadt millert CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/19 02:42:06 Modified files: usr.bin/tmux : client.c Log message: Move MSG_IDENTIFY to the last sent by the client, this will be needed by control clients and irrelevant for others. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/19 02:59:00 Modified files: graphics/colord: Makefile distinfo graphics/colord/patches: patch-configure patch-etc_colord_conf_in patch-src_cd-main_c patch-src_cd-profile-store_c patch-src_cd-profile_c graphics/colord/pkg: PFRAG.shared PLIST Added files: graphics/colord/patches: patch-src_Makefile_in Log message: Update to colord-0.1.18. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/19 03:05:39 Modified files: usr.bin/kdump : kdump.c kdump_subr.h mksubr sys/sys : ktrace.h sys/kern : kern_event.c kern_ktrace.c kern_resource.c kern_sig.c kern_synch.c kern_time.c sys_generic.c vfs_syscalls.c Log message: Add tracing and dumping of "pointer to struct" syscall arguments for structs timespec, timeval, sigaction, and rlimit. ok otto@ jsing@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/19 03:15:26 Modified files: x11/gnome/color-manager: Makefile distinfo x11/gnome/color-manager/patches: patch-configure x11/gnome/color-manager/pkg: PLIST Log message: Bugfix update to gnome-color-manager-3.2.3. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/19 03:27:36 Modified files: databases/redis: Makefile distinfo databases/redis/patches: patch-src_Makefile patch-src_redis_c Log message: bugfix update to redis-2.4.9 CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/03/19 04:25:17 Modified files: usr.bin/pkg-config: pkg-config pkg-config.1 Log message: GNU's pkg-config added PREFIX/share/pkgconfig/ as a search path 4 years ago. It is mostly used to store arch-independant dot.pc files (although not always); so add this directory to our search path as well (will ease porters' work). While here, also add X11BASE/share/pkgconfig since X.org seems to do the same (req. by matthieu@) ok dcoppa@ fgsch@ phessler@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/19 04:26:42 Modified files: devel/iso-codes: Makefile distinfo devel/iso-codes/pkg: PLIST Log message: Update to iso-codes-3.32.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/19 04:28:48 Modified files: audio/mono-taglib: Makefile audio/mono-taglib/pkg: PLIST devel/gsettings-desktop-schemas: Makefile devel/gsettings-desktop-schemas/pkg: PLIST devel/mm-common: Makefile devel/mm-common/pkg: PLIST lang/vala : Makefile lang/vala/pkg : PLIST math/eigen2 : Makefile math/eigen2/pkg: PLIST misc/shared-mime-info: Makefile misc/shared-mime-info/pkg: PLIST misc/shared-desktop-ontologies: Makefile misc/shared-desktop-ontologies/pkg: PLIST textproc/gtk-doc: Makefile textproc/gtk-doc/pkg: PLIST x11/icon-naming-utils: Makefile x11/icon-naming-utils/pkg: PLIST x11/gnome/doc-utils: Makefile x11/gnome/doc-utils/pkg: PLIST x11/gnome/icon-theme: Makefile x11/gnome/icon-theme/pkg: PLIST x11/gnome/mime-data: Makefile x11/gnome/mime-data/pkg: PLIST x11/gnome/yelp-xsl: Makefile x11/gnome/yelp-xsl/pkg: PLIST Removed files: math/eigen2/patches: patch-CMakeLists_txt x11/icon-naming-utils/patches: patch-Makefile_in Log message: Our pkg-config(1) can now cope with files under share/pkgconfig, so remove these now unneeded hacks/patches. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/03/19 04:52:57 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Use $() instead of backticks. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/19 05:09:10 Modified files: x11/gnome/controlcenter: Makefile x11/gnome/controlcenter/pkg: PLIST Log message: Forgot this one. Our pkg-config(1) can now cope with files under share/pkgconfig, so remove these now unneeded hacks/patches. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/19 05:54:10 Modified files: net/darkstat : Makefile distinfo net/darkstat/patches: patch-darkstat_8_in patch-err_c Log message: Update to darkstat 3.0.715, fixes working on gif/gre/mpe/pppx. From Brad, maintainer timeout. - also sync patches CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/19 06:23:13 Modified files: graphics/colord: Makefile Log message: Add comment about libgusb. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/19 06:59:42 Modified files: x11/gentoo : Makefile distinfo x11/gentoo/patches: patch-Makefile_in x11/gentoo/pkg : PLIST Added files: x11/gentoo/patches: patch-src_buttons_c Removed files: x11/gentoo/patches: patch-gentoorc_in patch-src_cmdgrab_c patch-src_odmultibutton_c Log message: Update to gentoo-0.19.13. based on a diff from Gonzalo L. R. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/03/19 07:09:22 Added files: devel/gdb/patches: patch-bfd_coff-rs6000_c Log message: Fix build on powerpc. reported by and ok aja@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/03/19 09:20:16 Modified files: sys/arch/amd64/stand/boot: conf.c sys/arch/amd64/stand/libsa: dev_i386.c Log message: Only change the default boot device to a bootable softraid volume, if we are able to handle the given discipline. At this stage amd64 boot(8) is limited to RAID 1. This makes life easier for users who are booting from a softraid crypto volume, but are loading a kernel from hd0a:/bsd. Tested by jrick@devio.us - thanks! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/19 09:44:33 Modified files: www/horde/horde: Makefile www/horde/horde/pkg: PLIST Added files: www/horde/horde/pkg: README Removed files: www/horde/horde/pkg: MESSAGE Log message: Fix horde config dir ownership, from Johan Huldtgren MESSAGE->README, mostly from Johan Huldtgren with tweaks by me Readd missing '@comment no checksum' lines Add config fragments for nginx, from Johan Huldtgren CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/19 11:20:09 Removed files: security/gksu-polkit: Makefile distinfo security/gksu-polkit/files: gksu-environment.vala security/gksu-polkit/patches: patch-common_gksu-environment_vala patch-data_org_gnome_gksu_policy patch-gksu_gksu-polkit_c patch-libgksu_gksu-process_c patch-mechanism_dbus-gksu-server_xml patch-mechanism_gksu-controller_c patch-mechanism_gksu-polkit_conf security/gksu-polkit/pkg: DESCR PFRAG.shared PLIST Log message: Retire. It's mostly unmaintained and pkexec(1) from polkit is the way to go nowadays. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/19 11:20:28 Modified files: security : Makefile Log message: -gksu-polkit CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/19 11:36:26 src/sys/arch/sgi/stand/bootecoff Update of /cvs/src/sys/arch/sgi/stand/bootecoff In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/sys/arch/sgi/stand/bootecoff Log Message: Directory /cvs/src/sys/arch/sgi/stand/bootecoff added to the repository CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/19 11:38:31 Modified files: sys/arch/sgi/stand: Makefile sys/arch/sgi/stand/boot: Makefile arcbios.c boot.c conf.c diskio.c filesystem.c Added files: sys/arch/sgi/stand/boot: netfs.c netfs.h netio.c sys/arch/sgi/stand/bootecoff: Makefile ld.script Log message: Teach the bootblocks how to load kernel from tftp (i.e. when OSLoadPartition is bootp() instead of a disk). Kind of ugly because of the usual `can't seek' problem causing kernels with symbols to be read from the network twice. While there, add a 32 bit ECOFF boot block, not hooked to the build yet, to be used shortly. CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2012/03/19 11:38:59 src/regress/lib/libpthread/blocked_fifo Update of /cvs/src/regress/lib/libpthread/blocked_fifo In directory cvs.openbsd.org:/tmp/cvs-serv9763/blocked_fifo Log Message: Directory /cvs/src/regress/lib/libpthread/blocked_fifo added to the repository CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2012/03/19 11:41:57 Added files: regress/lib/libpthread/blocked_fifo: Makefile blocked_fifo.c Log message: Add a (failing) test for a deadlock with fifos and threads. The ``sleep until we have a writer'' behaviour of an open() on a fifo does so with the file descriptor table locked, so if we are waiting for another thread to be our writer we will hang forever. Found this using zotero and firefox. ok fgsch@ CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2012/03/19 11:42:40 Modified files: regress/lib/libpthread: Makefile Log message: Add blocked_fifo. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/19 12:10:35 Modified files: graphics/colord: Makefile graphics/colord/pkg: PLIST Log message: Add extraunexec goo to remove the mapping and storage DB. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/19 12:17:50 Removed files: lang/vala/patches: patch-vapigen_Makefile_in Log message: Meh... I forgot to cvs rm ***again*** noticed by espie@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/19 13:08:37 Modified files: sys/arch/sgi/stand/boot: arcbios.c Log message: Prevent the Ethernet driver to be opened twice when using a bootp() path; some ARCBios don't like this. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/19 13:11:26 Modified files: sys/arch/sgi/include: param.h Log message: Change the page size computation logic to default to 16KB pages, and only restrict to 4KB if the kernel is configured with R5000 or RM7000 family support. Allow the kernel configuration to override this if it knows better (e.g. an upcoming kernel configuration with support for R5000, but where physical memory on R5000 systems fits within the first 512MB). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/19 13:16:06 Modified files: sys/arch/mips64/include: cpu.h Log message: Use uncached addresses for all exception vectors, when copying our code (or trampolines) to them; this makes sure there is no risk of pending writes being lost when we clear the caches. Of course, this would be a bug in the cache handling routines, but having our vectors correctly set will help debugging the issue. Tested on sgi and loongson. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2012/03/19 13:50:57 Modified files: devel/jdk/1.7 : Makefile distinfo devel/jdk/1.7/patches: patch-hotspot_make_bsd_makefiles_buildtree_make patch-hotspot_make_bsd_makefiles_vm_make devel/jdk/1.7/pkg: PFRAG.client_vm-jre PFRAG.client_vm-main PLIST-jre PLIST-main Removed files: devel/jdk/1.7/patches: patch-hotspot_src_share_vm_opto_ifnode_cpp patch-hotspot_src_share_vm_opto_loopPredicate_cpp patch-hotspot_src_share_vm_opto_loopnode_hpp patch-hotspot_src_share_vm_opto_loopopts_cpp patch-hotspot_test_compiler_7070134_Stemmer_java patch-hotspot_test_compiler_7070134_Test7070134_sh patch-hotspot_test_compiler_7070134_words Log message: Update to 1.7.0.02 (u2). Thanks to Greg Lewis who did the bsd-port upstream update. okay espie@, landry@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/03/19 14:23:11 Modified files: openbgpd : ftp.html build/mirrors : openbgpd-ftp.html.head Log message: Last OpenBGPD separate release was 4.6, released Nov 2009. Pointed out by Alex naumov. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/03/19 14:25:24 Modified files: . : translation-explained.html Log message: update link /porting/ -> /faq/ports/, from Steffen Daode Nurpmeso CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/03/19 14:38:49 Modified files: usr.sbin/smtpd : runner.c Log message: when a mailer daemon loop is detected, do not insert new bounce in ramqueue fixes an issue experienced by myself and Roman Kravchuck ok eric@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/19 14:42:26 Modified files: sys/arch/mips64/mips64: cache_loongson2.S cache_r10k.S cache_r5k.S pmap.c Log message: Recent uvm code (and maybe not-so-recent, but it did not explode^WKASSERT at my face then...) depends upon PMAP_PREFER_ALIGN to be a power of two, minus one. On mips64 with 4KB pages, the runtime variable used to compute PMAP_PREFER_ALIGN had the low PAGE_SHIFT bits zeroed (for no good reason I'd say). Don't bother zeroing them anymore. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/19 15:56:49 Modified files: sys/arch/mips64/mips64: pmap.c vm_machdep.c Log message: On sgi, use CKSEG0 addresses whenever possible for pmap_map_direct and u area pages. This will allow R5000-based systems with physical memory fitting in CKSEG0 to use 16KB pages and direct maps (since only XKPHYS accesses trigger the XKPHYS coherency errata on these processors). Tested on IP32, IP30 and IP27 (and loongson too as well). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/19 16:15:58 Modified files: sysutils/login_ldap: Makefile sysutils/login_ldap/patches: patch-login_ldap_8 Log message: Tweak login_ldap manpage to mention ypldap as a source for user accounts. Remove text about "OpenBSD does not ship with an an LDAP server in the default install" which has been incorrect for a while. ok merdely@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/19 16:17:43 Modified files: comms/minicom : Makefile distinfo comms/minicom/patches: patch-man_minicom_1 patch-src_main_c patch-src_sysdep1_c patch-src_updown_c patch-src_windiv_c comms/minicom/pkg: PLIST Removed files: comms/minicom/patches: patch-doc_minicom_users patch-src_config_c patch-src_dial_c patch-src_file_c patch-src_help_c patch-src_minicom_c patch-src_util_c patch-src_window_c patch-src_window_h comms/minicom/pkg: MESSAGE Log message: update to minicom 2.5 - rolls in a huge bunch of wprintf patches, also fixes conflict with getline() - note that the setuid support has been removed from the code CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/19 18:47:23 Modified files: lib/librthread : rthread.c Log message: Permit recursive locking in _rthread_dl_lock(), as an so's destructor may need to call dlclose(). problem observed by Antti Harri (iku at openbsd.fi), ok kurt@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/03/19 19:09:44 Added files: faq : upgrade51.html Log message: first pass at upgrade51.html CVSROOT: /cvs Module name: src Changes by: joel@cvs.openbsd.org 2012/03/19 21:01:26 Modified files: usr.sbin/snmpd : Makefile mib.c mib.h Log message: New OIDs hrSystemUptime, hrSystemDate, hrSystemProcesses and hrSystemMaxProcesses. ok sthen@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/19 22:16:20 Modified files: lib/librthread : rthread_attr.c Log message: Clean up unnecessary prototypes. Pointed out by brad@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/03/20 00:06:03 Modified files: lib/libc/net : byteorder.3 Log message: the disease is spreading CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/03/20 00:50:22 Modified files: de : 51.html ftp.html faq/de : faq1.html fr : ftp.html nl : ftp.html openbgpd/fr : ftp.html openbgpd/ru : index.html openntpd/ru : ftp.html openssh/ru : security.html Added files: openbgpd/ru : papers.html users.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/20 00:59:25 Modified files: x11/gnome/doc-utils: Makefile distinfo x11/gnome/doc-utils/pkg: PLIST Log message: Minor update to gnome-doc-utils-0.20.9. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/20 04:00:13 Modified files: www/drupal6/core: Makefile distinfo Log message: fix botched update commit.. pointed out by landry, no cookie for me! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/20 04:05:48 Modified files: www/drupal6/core/pkg: PLIST Log message: aargh, unbreak. thanks CVS! CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/20 05:01:00 Modified files: usr.bin/tmux : input.c options-table.c tmux.1 tmux.h tty.c window.c Log message: Add a simple form of output rate limiting by counting the number of certain C0 sequences (linefeeds, backspaces, carriage returns) and if it exceeds a threshold (current default 50/millisecond), start to redraw the pane every 100 milliseconds instead of making each change as it comes. Two configuration options - c0-change-trigger and c0-change-interval. This makes tmux much more responsive under very fast output (for example yes(1) or accidentally cat'ing a large file) but may not be perfect on all terminals and connections - feedback very welcome, particularly where this change has a negative rather than positive effect (making it off by default is a possibility). After much experimentation based originally on a request Robin Lee Powell (which ended with a completely different solution), this idea from discussion with Ailin Nemui. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/20 05:23:12 Modified files: usr.bin/tmux : options-table.c tmux.1 Log message: 50 is a too low trigger default on larger terminals, bump to 250. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/03/20 06:00:37 Modified files: net/zabbix : Makefile distinfo net/zabbix/patches: patch-configure patch-misc_conf_zabbix_proxy_conf patch-src_libs_zbxnix_daemon_c Log message: update to 1.8.11 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/20 07:33:54 Modified files: net/hpodder : Makefile Added files: net/hpodder/patches: patch-FeedParser_hs Log message: Fix the "Invalid or incomplete multibyte or wide character" error caused by some feeds: set binary mode on the handle before hGetContents (upstream git commit bd08d07cc29893177efe8ef0e8be368657d56bbf) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/20 07:57:44 Modified files: net/nfsen : Makefile Log message: add comment re /dev/log needed during install to remind me to look at it next time I update; noted by aja@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/20 08:01:14 Modified files: security/libtasn1: Makefile distinfo Log message: update to libtasn1 2.12; corrects SECURITY-related DER decoding issue, see http://www.openwall.com/lists/oss-security/2012/03/20/3 ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/20 08:06:44 Modified files: usr.bin/tmux : window.c Log message: Check changes_timer with event_initialized before event_del. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/20 08:27:45 Modified files: audio/pianobar : Makefile distinfo audio/pianobar/patches: patch-src_player_c Removed files: audio/pianobar/patches: patch-src_ui_c Log message: Update to snapshot dated 2012.03.17 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/20 10:23:47 Modified files: audio/taglib : Makefile distinfo audio/taglib/patches: patch-taglib_ape_apeproperties_cpp Removed files: audio/taglib/patches: patch-taglib_ogg_xiphcomment_cpp Log message: Update to taglib-1.7.1, rolling in the fixes for SECURITY issues CVE-2012-1107 and CVE-2012-1108 previously in patches tweaks and ok sthen@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/20 10:34:07 Log message: Import GNU coreutils 8.15. The GNU Core Utilities are the basic file, shell and text manipulation utilities of the GNU operating system. Previously these utilities were offered as three individual sets of GNU utilities, Fileutils, Shellutils, and Textutils. Those three have been combined into a single set of utilities called Coreutils. From: Antti Harri Status: Vendor Tag: naddy Release Tags: naddy_20120320 N ports/sysutils/coreutils/Makefile N ports/sysutils/coreutils/distinfo N ports/sysutils/coreutils/pkg/DESCR N ports/sysutils/coreutils/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/20 10:36:16 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm editors/libreoffice: Makefile graphics/makehuman: Makefile misc : Makefile sysutils : Makefile sysutils/backintime/common: Makefile textproc : Makefile Log message: fileutils, sh-utils, textutils are superseded by coreutils. From: Antti Harri CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/20 10:46:41 Modified files: net/wol : Makefile Added files: net/wol/patches: patch-lib_getline_h Log message: fix getdelim() prototype CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2012/03/20 10:57:58 Modified files: devel/jdk/1.6 : Makefile Added files: devel/jdk/1.6/patches: patch-j2se_src_solaris_hpi_native_threads_include_threads_md_h patch-j2se_src_solaris_hpi_native_threads_src_threads_bsd_c patch-j2se_src_solaris_hpi_native_threads_src_threads_md_c Log message: Use generic suspend resume method instead of pthread_suspend_np(). okay robert@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/20 11:09:48 Modified files: usr.bin/tmux : cmd-find-window.c tmux.1 Log message: Add -C -N -T flags to find-window to find in content, name, title. From Jonathan Daugherty. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/03/20 13:10:18 Modified files: audio/audacious: Makefile distinfo audio/audacious/patches: patch-buildsys_mk_in patch-m4_buildsys_m4 patch-src_audtool_Makefile patch-src_libaudcore_Makefile patch-src_libaudcore_audio_c audio/audacious/pkg: PLIST Removed files: audio/audacious/patches: patch-man_Makefile patch-src_audacious_Makefile Log message: Update to audacious-3.2; ok ratchov ajacoutot CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/03/20 13:10:55 Modified files: sys/arch/sparc64/dev: hvctl.c Log message: Add ioctl to write to hypervisor memory. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/03/20 13:10:56 Modified files: audio/audacious-plugins: Makefile distinfo audio/audacious-plugins/files: sndio.c audio/audacious-plugins/patches: patch-buildsys_mk_in patch-configure_ac patch-src_aac_libmp4_c patch-src_ladspa_Makefile audio/audacious-plugins/pkg: PLIST-main Removed files: audio/audacious-plugins/patches: patch-aclocal_m4 patch-m4_libFLAC_m4 patch-src_neon_cert_verification_c Log message: Update to audacious-plugins-3.2. With sndio plugin updates by ratchov and myself. ok ratchov ajacoutot CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/03/20 13:55:38 Modified files: devel/mercurial: Makefile distinfo devel/mercurial/patches: patch-tests_run-tests_py devel/mercurial/pkg: PFRAG.shared PLIST Added files: devel/mercurial/patches: patch-tests_test-mq_t Log message: Update mercurial to 2.1.1. looks good wcmaier@ (maintainer). CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/03/20 14:52:44 Modified files: www/chromium : Makefile Added files: www/chromium/patches: patch-chrome_browser_memory_details_cc patch-chrome_browser_memory_details_linux_cc patch-chrome_browser_ui_webui_about_ui_cc patch-content_app_content_main_cc patch-content_browser_browser_main_loop_cc patch-content_browser_child_process_launcher_cc patch-content_content_browser_gypi Log message: Disable using the zygote process just like on macosx to make chrome happy with rthreads. This change is fine anyways because we are not using the setuid sandboxing which would require the zygote process. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/20 14:56:26 Modified files: net/quagga : Makefile net/quagga/patches: patch-ospfd_ospf_packet_c Added files: net/quagga/patches: patch-bgpd_bgp_open_c patch-bgpd_bgp_packet_c patch-ospfd_ospf_dump_c patch-ospfd_ospf_dump_h patch-ospfd_ospf_lsa_h patch-ospfd_ospf_packet_h Log message: add SECURITY patches from quagga 0.99.20.1 CVE-2012-0249 - Quagga ospfd DoS on malformed LS-Update packet CVE-2012-0250 - Quagga ospfd DoS on malformed Network-LSA data CVE-2012-0255 - Quagga bgpd DoS on malformed OPEN message CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/03/20 15:00:06 Modified files: . : orders.html Log message: improve Lehmanns link CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/20 16:13:49 Modified files: net/maradns : Makefile distinfo net/maradns/pkg: PLIST Log message: SECURITY update to MaraDNS 1.3.07.15, from Brad - Hash randomization added to MaraDNS 1's recursive resolver. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/20 16:31:56 Modified files: infrastructure/db: user.list Log message: reserve user for maradns deadwood CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/20 17:20:08 Modified files: usr.bin/tmux : cmd-find-window.c Log message: Remove a stale comment. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/03/20 17:43:13 Log message: import mecab, a Japanese morphological analyzer engine tested by yozo-at-v007-dot-vaio-dot-ne-dot-jp. sthen@ ok Status: Vendor Tag: fgsch Release Tags: fgsch_20120320 N ports/japanese/mecab/Makefile N ports/japanese/mecab/distinfo N ports/japanese/mecab/pkg/DESCR-main N ports/japanese/mecab/pkg/DESCR-ipadic N ports/japanese/mecab/pkg/PLIST-ipadic N ports/japanese/mecab/pkg/PLIST-main N ports/japanese/mecab/pkg/PFRAG.shared-main N ports/japanese/mecab/patches/patch-configure N ports/japanese/mecab/patches/patch-mecabrc_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/03/20 17:47:17 Modified files: japanese : Makefile Log message: enter mecab. CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/03/20 17:53:29 Modified files: net/p5-Net-SFTP-Foreign: Makefile distinfo Log message: update to 1.71 OK sthen@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/03/20 18:46:25 Modified files: faq : upgrade51.html Log message: flesh out Upgrading Packages section. CVSROOT: /cvs Module name: src Changes by: gsoares@cvs.openbsd.org 2012/03/20 19:08:14 Modified files: etc : services Log message: zap appletalk (ddp) protocol suite here these are obsolete and no longer available in kernel "absolutely. ok" henning@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/03/20 22:28:45 Modified files: libexec/ld.so : dir.c dir.h library_subr.c libexec/ld.so/ldconfig: prebind.c prebind_delete.c Log message: Switch ld.so's _dl_opendir functions to use a locally defined _dl_dirdesc struct (containing just the fields ld.so's implementation actually needs) instead of reusing libc's _dirdesc struct. Also, switch ldconfig to use futimens() instead of futimes(). ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/21 02:27:29 Modified files: x11/vlc : Makefile Added files: x11/vlc/patches: patch-modules_access_mms_mmstu_c patch-modules_access_rtsp_real_c patch-modules_demux_ty_c patch-src_text_strings_c patch-src_text_unicode_c Log message: SECURITY: - MMS: Fix stack overflow. SA-1201 - RealRTSP: Fix heap overflows. SA-1202 - ty: Fix out of bound read on corrupt files. - Avoid char conversion in strchr(). - Fix surrogate detection. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/21 03:33:23 Modified files: sysutils/conky : Makefile Log message: Unbreak after audacious' update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/21 04:30:22 Modified files: archivers/libzip: Makefile distinfo Log message: SECURITY update to libzip 0.10.1 CVE-2012-1162 heap overflow on corrupted zip files CVE-2012-1163 integer overflow more info at http://www.openwall.com/lists/oss-security/2012/03/21/2 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/21 04:45:45 Modified files: www/minitube : Makefile distinfo www/minitube/pkg: PLIST Log message: Bugfix update to Minitube 1.7.1 ok pirofti@ (maintainer), sthen@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/03/21 04:51:32 Modified files: faq : faq10.html Log message: Fix the example for starting daemons from rc.local. ok sthen@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2012/03/21 06:36:49 Modified files: lib/libc/stdlib: random.c Log message: Fix a bug where random() always returns 0 when srandom() is seeded with 0. Use 1 and not 0 as the first element of the state array, similar to what glibc does. OK nicm@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/21 08:41:22 Log message: Import centerim-4.22.10. CenterIM is a text mode menu- and window-driven IM interface. ICQ, Yahoo!, AIM TOC, IRC, MSN, Gadu-Gadu and Jabber protocols are currently supported. <...> from Gonzalo L. R. with some tweaks ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120321 N ports/net/centerim/distinfo N ports/net/centerim/Makefile N ports/net/centerim/pkg/DESCR N ports/net/centerim/pkg/PLIST N ports/net/centerim/patches/patch-connwrap_connwrap_c N ports/net/centerim/patches/patch-m4_iconv_m4 N ports/net/centerim/patches/patch-m4_gettext_m4 N ports/net/centerim/patches/patch-configure_ac No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/21 08:41:53 Modified files: net : Makefile Log message: +centerim CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/21 10:05:36 Modified files: security/gnutls: Makefile distinfo Log message: update to gnutls 2.2.18, OK ajacoutot@ - minitasn1: Upgraded to libtasn1 version 2.12 (pre-release). - Corrected SRP-RSA ciphersuites when used under TLS 1.2. - Fixed leaks in key generation. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/21 10:13:25 Modified files: audio/audacious: Makefile audio/audacious/patches: patch-src_libaudcore_Makefile audio/audacious-plugins: Makefile audio/audacious-plugins/patches: patch-configure_ac audio/xmp : Makefile Added files: audio/audacious/patches: patch-configure_ac audio/audacious-plugins/pkg: DESCR PLIST Removed files: audio/audacious-plugins/pkg: DESCR-jack DESCR-main PLIST-jack PLIST-main audio/xmp/pkg : DESCR-audacious PLIST-audacious Log message: Various fixes following audacious' update. - For audacious: devel/mcs is no longer a dependency "--disable-sse2" configure flag no longer exists libexecinfo is useless (backtrace() isn't used anywhere) fix libpthread linkage ("-lpthread" -> "-pthread") fix WANTLIB - For audacious-plugins: zap jack subpackage, since now Jack2>=1.9.7 is required remove configure flags that no longer exist do not pick hidden dependencies up if they're installed fix libpthread linkage ("-lpthread" -> "-pthread") fix configure failing to correctly detect required libraries due to undefined references (wrong linking) pass "--disable-ffaudio" to configure since it wants a ffmpeg newer than the one we have fix WANTLIB and CONFIGURE_ENV - For xmp: zap audacious subpackage: it's broken beyond any repair with audacious-3.2 OK ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/21 10:17:59 Log message: import ports/net/maradns-deadwood, ok/tweak suggested by gsoares@ Deadwood is the recursive DNS daemon (service) for MaraDNS 2.0. MaraDNS 2.0 uses separate programs for authoritative records (maradns) and recursive records (Deadwood). Deadwood is a standalone recursive server that can either be used in conjunction with MaraDNS's authoritative server, or by itself. Status: Vendor Tag: sthen Release Tags: sthen_20122103 N ports/net/maradns-deadwood/Makefile N ports/net/maradns-deadwood/distinfo N ports/net/maradns-deadwood/patches/patch-src_Makefile N ports/net/maradns-deadwood/patches/patch-doc_dwood3rc N ports/net/maradns-deadwood/pkg/PLIST N ports/net/maradns-deadwood/pkg/DESCR N ports/net/maradns-deadwood/pkg/deadwood.rc No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/21 10:18:32 Modified files: net : Makefile Log message: +maradns-deadwood CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/03/21 10:33:21 Modified files: sys/nfs : nfs_serv.c Log message: Prevent vrele() being called with a NULL argument if nfs_namei() returns an error in several places. Should fix the "vrele: null vp" panic that henning@ has been seeing lately. ok tedu@, krw@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/03/21 11:44:41 Modified files: audio/hgd : Makefile distinfo Removed files: audio/hgd/patches: patch-configure patch-hgd-netd_c patch-hgd-playd_c Log message: Update to hgd-0.5.3. A bugfix release. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/21 13:16:07 Modified files: usr.bin/tmux : cmd-save-buffer.c Log message: Fix save-buffer usage, from Kazuhiko Sakaguchi. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/03/21 13:25:19 Modified files: de : orders.html faq/de : faq10.html faq6.html faq/nl : faq10.html nl : orders.html openbgpd/de : ftp.html openbgpd/pt : ftp.html openbgpd/ru : index.html users.html opencvs/pt : index.html opencvs/ru : index.html openssh/ru : index.html ru : hackathons.html plat.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/21 15:28:03 Modified files: usr.bin/tmux : tty-keys.c Log message: Some terminals respond to secondary DA with primary (they ignore the intermediate character). So ignore the possible responses to primary DA. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/21 16:03:18 Modified files: lib/libpthread/man: pthread_testcancel.3 Log message: Update list of cancellation points to reflect what was in 5.1's uthreads Pointed out by nicolas.george at normalesup.org. ok jmc@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/21 16:27:52 Modified files: audio/audacious-plugins/files: Makefile Log message: Remove old cruft ("${MOWGLI_CFLAGS}"), missed in previous commit. No bump needed. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/03/21 17:20:35 Modified files: include : Makefile unistd.h lib/libc/gen : Makefile.inc exec.3 exec.c Added files: include : spawn.h lib/libc/gen : posix_spawn.c posix_spawn.3 posix_spawn_file_actions_addopen.3 posix_spawn_file_actions_init.3 posix_spawnattr_getflags.3 posix_spawnattr_getpgroup.3 posix_spawnattr_getschedparam.3 posix_spawnattr_getschedpolicy.3 posix_spawnattr_getsigdefault.3 posix_spawnattr_getsigmask.3 posix_spawnattr_init.3 Log message: Implement execvpe(3) and posix_spawn(3) and family. Based on FreeBSD's implementation via Frank Denis, with various cleanups and tweaks by me. ok deraadt@, guenther@; discussions and tweaks from many others jmc@ promises to help me further with the man pages in tree CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2012/03/21 17:44:35 Modified files: lib/libc/stdio : Makefile.inc include : stdio.h Added files: lib/libc/stdio : getdelim.3 getdelim.c getline.c Log message: Implement getdelim(3) and getline(3). Prompted in a mail to tech@ by Jan Klemkow (j-dot-klemkow-at-wemelug-dot-de) but this is based on NetBSD's implementation instead with some tweaks by me. Further improvements would happen in tree. ok millert@; discussed with many others ports cleanup by naddy@, sthen@. Antti Harri, Gonzalo L. R. and myself. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/03/21 17:49:02 Modified files: security/vpnc : Makefile Added files: security/vpnc/patches: patch-sysdep_h Log message: switch to libc getline(3). CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/03/21 17:50:19 Modified files: multimedia/subrip: Makefile multimedia/subrip/files: Makefile Added files: multimedia/subrip/patches: patch-vobsub_c Log message: switch to libc getline(3). CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/03/21 17:52:16 Modified files: multimedia/subtitleripper: Makefile multimedia/subtitleripper/patches: patch-Makefile Log message: switch to libc getline(3). CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/03/21 18:06:19 Modified files: lib/libpthread/man: pthread_testcancel.3 Log message: new sentence, new line; CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/21 18:44:56 Modified files: lib/librthread : Makefile lib/libc/sys : Makefile.inc Added files: lib/libc/arch/alpha/sys: tfork_thread.S lib/libc/arch/amd64/sys: tfork_thread.S lib/libc/arch/arm/sys: tfork_thread.S lib/libc/arch/hppa/sys: tfork_thread.S lib/libc/arch/i386/sys: tfork_thread.S lib/libc/arch/m68k/sys: tfork_thread.S lib/libc/arch/m88k/sys: tfork_thread.S lib/libc/arch/mips64/sys: tfork_thread.S lib/libc/arch/powerpc/sys: tfork_thread.S lib/libc/arch/sh/sys: tfork_thread.S lib/libc/arch/sparc/sys: tfork_thread.S lib/libc/arch/sparc64/sys: tfork_thread.S lib/libc/arch/vax/sys: tfork_thread.S Log message: Move __tfork_thread() from rthreads (libpthread) to libc so that it can be used for not-strictly-threading purposes ok matthew@ kurt@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/21 19:10:48 Removed files: lib/librthread/arch/alpha: rfork_thread.S lib/librthread/arch/amd64: rfork_thread.S lib/librthread/arch/arm: rfork_thread.S lib/librthread/arch/hppa: rfork_thread.S lib/librthread/arch/i386: rfork_thread.S lib/librthread/arch/m68k: rfork_thread.S lib/librthread/arch/m88k: rfork_thread.S lib/librthread/arch/mips64: rfork_thread.S lib/librthread/arch/powerpc: rfork_thread.S lib/librthread/arch/sh: rfork_thread.S lib/librthread/arch/sparc: rfork_thread.S lib/librthread/arch/sparc64: rfork_thread.S lib/librthread/arch/vax: rfork_thread.S Log message: tfork_thread has been moved to libc CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/21 19:11:47 Modified files: lib/librthread : rthread_cancel.c Log message: closefrom() should be a cancellation point CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/03/21 19:13:40 Modified files: include : dirent.h lib/libc/gen : Makefile.inc Added files: lib/libc/gen : dirfd.c Log message: Add dirfd() as a function to libc per POSIX requirement; dirfd() macro to be pruned later when DIR is made an opaque type. ok guenther@; prodding by brad@ for VLC and other ports CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/21 19:15:37 Modified files: lib/libpthread/man: pthread_testcancel.3 Log message: Update cancellation point list to reflect what's done with rthreads CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/21 19:44:19 Modified files: include : dirent.h lib/libc/gen : scandir.c usr.sbin/lpr/lpc: cmds.c Log message: Update alphasort() and scandir()'s argument types to match POSIX: use "const struct dirent **" instead of "const void *". Also, add __restrict to readdir_r(). ok matthew@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/21 21:43:19 Modified files: lib/libpthread/include: sched.h Log message: Hide behind #if 0 the sched_*() functions that we don't have yet Requested and tested against ports by aja@, ok matthew@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/03/21 22:11:53 Modified files: include : dirent.h lib/libc/gen : telldir.h dirfd.c readdir.c readdir_r.c scandir.c Log message: Make DIR a private type within libc, give it the same underlying typedef regardless of __BSD_VISIBLE, and eliminate the dirfd() macro. ok guenther@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/21 22:26:31 Modified files: lib/libpthread/include: sched.h Log message: is never pulled in from the kernel and #ifdef KERNEL would be the wrong symbol anyway, so zap some lines ok matthew@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/21 23:03:14 Modified files: lib/libc : shlib_version lib/librthread : shlib_version Log message: bump majors on libc and rthreads for the additions to libc and transfer of __tfork_thread from rthreads to libc CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/03/21 23:06:00 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.loongson md.mac68k md.macppc md.mvme68k md.palm md.sgi md.socppc md.sparc md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/03/22 00:41:45 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/03/22 00:41:52 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.loongson md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.palm md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/22 00:43:19 Modified files: sysutils/duplicity: Makefile distinfo sysutils/duplicity/patches: patch-bin_duplicity sysutils/duplicity/pkg: PLIST Log message: Update to duplicity-0.6.18. from Gonzalo L. R. ok jim@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/22 00:45:46 Modified files: misc/mc : Makefile distinfo misc/mc/patches: patch-configure misc/mc/pkg : PLIST Log message: Update to mc-4.7.5.6. from Gonzalo L. R. ok robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/22 02:37:49 Modified files: sysutils/conky : Makefile Log message: Unbreak again (remove execinfo from WANTLIB) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/22 03:35:27 Modified files: textproc/itstool: Makefile distinfo Log message: Update to itstool-1.1.2. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/22 03:53:50 Modified files: x11/i3 : Makefile x11/i3/patches : patch-i3-config-wizard_main_c Log message: We have getline(3) now. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/22 04:47:14 Modified files: mail/fdm : Makefile Added files: mail/fdm/patches: patch-deliver-smtp_c Log message: Add a patch to fdm to escape . in SMTP delivery as per RFC2821. From nicm's repo, which is a better fix than my original diff. OK nicm@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/22 05:11:57 Modified files: usr.bin/tmux : cmd-show-environment.c tmux.1 Log message: Accept an argument to show-environment to show one variable, based on a diff from Kazuhiko Sakaguchi. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/22 07:00:42 Modified files: devel/sdl : Makefile devel/sdl/patches: patch-configure Log message: Fix a typo into the gnu configure script resulting in SDL not using the dynamic loading with the XRender and Xrandr libraries. From brad CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/22 07:32:55 Modified files: audio/xmp : Makefile distinfo Added files: audio/xmp/patches: patch-configure Removed files: audio/xmp/patches: patch-src_include_config_h_in patch-src_main_drivers_c Log message: Update to xmp-3.5.0 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/03/22 07:47:12 Modified files: usr.bin/make : compat.c cond.c defines.h engine.c error.c gnode.h job.c lowparse.c lowparse.h parse.c targ.c var.c Added files: usr.bin/make : location.h Log message: minor cleanup: error messages include lineno and fileno together, so recognize that and create a struct Location_ for it. mostly from Jonathan Calmels, a few nits from me. okay otto@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/03/22 07:50:30 Modified files: usr.bin/make : error.c lowparse.c Log message: tweak: consistent include guards, no change in generated code. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/03/22 08:08:50 Modified files: infrastructure/mk: bsd.port.mk Log message: error out if PORTSDIR is not set to the real directory. There are at least two or three ports that don't like symlinks. ;/ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/03/22 08:12:00 Modified files: share/man/man5 : bsd.port.mk.5 Log message: + diagnostic CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2012/03/22 09:26:05 Modified files: lib/librthread : rthread.c rthread.h rthread_attr.c rthread_sched.c lib/libpthread/include: pthread_np.h Log message: Remove pthread_suspend* and related functions. This is part of the rthreads major library bump from last night. okay kettenis@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/03/22 09:43:09 Modified files: lib/libc/gen : posix_spawn.c Log message: clean the sigact in a portable way; ok matthew CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/03/22 10:09:37 Modified files: infrastructure/lib/DPB: Fetch.pm Log message: ignore build_stats for logging distinfo (and clean-old-distfiles(1)). CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2012/03/22 11:21:36 Modified files: lib/libpthread/include: pthread_np.h Log message: Remove prototypes for unimplemented non-portable functions in rthreads. okay deraadt@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2012/03/22 12:53:16 Modified files: devel/jdk/1.6 : Makefile Added files: devel/jdk/1.6/patches: patch-j2se_src_solaris_native_java_lang_UNIXProcess_md_c Log message: Rename internal execvpe to fix build and remove uthread gross hacks while here. okay matthew@ naddy@ CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2012/03/22 13:44:53 Modified files: lib/libpthread/man: Makefile.inc pthreads.3 Removed files: lib/libpthread/man: pthread_single_np.3 pthread_suspend_np.3 Log message: Remove man pages for removed non-portable functions. okay jmc@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/03/22 14:23:40 Modified files: devel/gmake : Makefile Added files: devel/gmake/patches: patch-function_c Log message: Fix gmake's internal realpath behaviour to match what happens on linux. A bug report has been created, but we need this until it gets fixed upstream. ok espie@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/22 15:31:18 Modified files: telephony/appkonference: Makefile distinfo telephony/appkonference/patches: patch-Makefile Removed files: telephony/appkonference/patches: patch-konference_conference_c patch-konference_frame_c patch-konference_member_c Log message: update to appkonference 2.1, from dhill with tweaks by me CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/22 15:49:12 Modified files: net/bird : Makefile distinfo Log message: update BIRD to 1.3.7 - Route Origin Authorization basics. - RIPng working again. - Extended clist operations in filters. - Fixes several bugs in BSD iface handling. - Several minor bugfixes and enhancements. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/03/22 19:13:07 Modified files: . : 51.html Log message: minor tweaking CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/03/22 19:34:41 Modified files: . : 51.html Log message: some cleanup CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2012/03/22 20:04:39 Modified files: . : 51.html Log message: move pf related stuff from the generic network stack section to the pf section, add some and flesh out pf stuff CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/23 02:43:54 Modified files: x11/i3 : Makefile x11/i3/patches : patch-src_floating_c Added files: x11/i3/patches : patch-i3bar_src_xcb_c patch-src_cfgparse_l Log message: Fix i3bar when using multiple displays (upstream git commit 8b4ad8c6bdc73d8950b9ac67316811377acbf7b3) Fix cfgparse: leave EAT_WHITESPACE and BINDSYM_COND states on EOL (upstream git commit 1f6fbaf240351a3559f25bc47286c47b29c1047f) Fix restart with for_window floating configuration (upstream git commit afed6da0e5f555003ace074bf627c9a7e1c14106) CVSROOT: /cvs Module name: ports Changes by: rfreeman@cvs.openbsd.org 2012/03/23 02:47:03 Modified files: games/chocolate-doom: Makefile games/chocolate-doom/pkg: MESSAGE PLIST Removed files: games/chocolate-doom/patches: patch-setup_Makefile_in patch-src_Makefile_in Log message: Define game data directory via MAKE_FLAGS and perl subst, no more patches. games data directory now ${PREFIX}/share/doom, to fit with where other game ports put their data. Also, fix check for python during configure. OK sthen@ and phessler@ CVSROOT: /cvs Module name: ports Changes by: rfreeman@cvs.openbsd.org 2012/03/23 03:05:23 Modified files: games/doomdata/doom1: Makefile games/doomdata/doom1/pkg: PLIST games/doomdata/doom2: Makefile games/doomdata/doom2/pkg: PLIST games/doomdata/shareware: Makefile games/doomdata/shareware/pkg: PLIST Log message: Games data directory now ${PREFIX}/share/doom, to fit with where other game ports put their data. Coincides with chocolate-doom update. OK weerd@ (MAINTAINER) and phessler@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/23 03:44:44 Modified files: devel/goffice : Makefile Added files: devel/goffice/patches: patch-configure patch-goffice_utils_regutf8_c Log message: Fix an undefined reference with pcre >= 8.30. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/23 03:45:17 Modified files: x11/gnome/empathy: Makefile Log message: Tweak CONFIGURE_ARGS, no pkg change. CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2012/03/23 04:04:59 Modified files: usr.bin/usbhidaction: usbhidaction.c Log message: Ignore SIGCHLD because we don't really care what happened to the forked processes and we don't want to wait for them to finish either. This makes the walking dead go away. ok espie@, mikeb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/23 04:36:10 Modified files: x11/vlc : Makefile Removed files: x11/vlc/patches: patch-modules_misc_inhibit_xdg_c patch-modules_misc_inhibit_xscreensaver_c Log message: Remove patches no longer necessary now that we have posix_spawnp() and family. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/23 05:01:11 Modified files: devel/libidn : Makefile distinfo devel/libidn/patches: patch-libidn_pc_in devel/libidn/pkg: PLIST Log message: Bugfix update to libidn-1.24. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/23 05:04:59 Modified files: devel/iso-codes: Makefile distinfo Log message: Maintenance update to iso-codes-3.33. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/23 05:17:02 Modified files: misc/migrationtools: Makefile distinfo misc/migrationtools/patches: patch-migrate_passwd_pl misc/migrationtools/pkg: PLIST Added files: misc/migrationtools/patches: patch-migrate_all_offline_sh patch-migrate_all_online_sh Log message: Update to migrationtools-47, patch to adapt to our aliases file location, and handle our master.passwd format - from viq @sample the migrate_common.ph file which you are supposed to configure, to avoid conflicts. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/23 05:38:05 Modified files: sysutils/deja-dup: Makefile distinfo sysutils/deja-dup/patches: patch-data_Makefile_in sysutils/deja-dup/pkg: PLIST Added files: sysutils/deja-dup/patches: patch-common_PythonChecker_vala Removed files: sysutils/deja-dup/patches: patch-common_PythonChecker_c Log message: Update to deja-dup-22.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/23 05:58:23 Modified files: textproc/libical: Makefile distinfo textproc/libical/patches: patch-configure patch-scripts_mkderivedproperties_pl patch-src_libical_icaltz-util_c Removed files: textproc/libical/patches: patch-src_libical_autogenex_ical_h patch-src_libical_icalerror_h patch-src_libical_icalparser_c patch-src_libical_icaltimezone_c patch-src_libicalss_Makefile_am Log message: Update to libical-0.48. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/03/23 05:59:54 Modified files: usr.bin/aucat : aproc.c aproc.h aucat.1 dev.c dev.h midi.c midi.h sysex.h Log message: add a MIDI-controlled master volume knob to adjust the mix of all playback stream, discussed with armani@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/03/23 06:58:48 Modified files: lib/libc/gen : posix_spawn.3 posix_spawn_file_actions_addopen.3 posix_spawn_file_actions_init.3 posix_spawnattr_getflags.3 posix_spawnattr_getpgroup.3 posix_spawnattr_getschedparam.3 posix_spawnattr_getschedpolicy.3 posix_spawnattr_getsigdefault.3 posix_spawnattr_getsigmask.3 posix_spawnattr_init.3 Log message: we don't mention LIBRARY: c "of course" deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/23 06:59:58 Modified files: www/mediawiki : Makefile distinfo www/mediawiki/pkg: PLIST Log message: SECURITY (CSRF) and bugfix update to mediawiki 1.18.2, ok wen heping (maint.) - while there, use pax -rw to copy files rather than mv'ing them, makes it easier to examine source and use update-patches after 'make fake'. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/23 07:16:41 Modified files: audio/sox : Makefile distinfo audio/sox/pkg : PLIST Log message: update to sox-14.4.0 from maintainer, Jan Stary - also bump SHARED_LIBS major CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/23 07:19:32 Modified files: devel/glib2 : Makefile distinfo devel/glib2/patches: patch-gio_gunixmounts_c patch-gio_kqueue_kqueue-thread_c patch-glib_tests_Makefile_am devel/glib2/pkg: PLIST-docs PLIST-main Added files: devel/glib2/patches: patch-glib-2_0_pc_in Removed files: devel/glib2/patches: patch-gio_tests_gdbus-peer_c patch-glib_gmain_c patch-gthread_tests_gwakeuptest_c Log message: Major update to glib2-2.31.20. Note that this is a devel version but the new stable is expected within a week or so. Committing now so that I have time to deal with the breakage and can start the upcoming gnome3 update. Please contact me _directly_ if you find any issue with it. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/23 07:19:59 Modified files: devel/atk : Makefile distinfo Log message: Update to atk-2.3.93. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/23 07:20:22 Modified files: devel/pango : Makefile distinfo devel/pango/patches: patch-pango_opentype_hb-private_h patch-pango_pc_in devel/pango/pkg: PLIST Log message: Update to pango-1.29.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/23 07:20:55 Modified files: graphics/gdk-pixbuf2: Makefile distinfo graphics/gdk-pixbuf2/pkg: PLIST Log message: Update to gdk-pixbuf-2.25.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/23 07:21:27 Modified files: x11/gtk+3 : Makefile distinfo x11/gtk+3/patches: patch-configure patch-gtk_Makefile_in patch-gtk_gtksettings_c x11/gtk+3/pkg : PLIST-docs PLIST-main Removed files: x11/gtk+3/patches: patch-gtk_gtkmountoperation-x11_c patch-gtk_gtktextattributes_h Log message: Update to gtk+3-3.3.18. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/23 07:21:52 Modified files: devel/glib2mm : Makefile distinfo devel/glib2mm/pkg: PLIST Removed files: devel/glib2mm/patches: patch-Makefile_in Log message: Update to glib2mm-2.31.20. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/23 07:22:16 Modified files: x11/gtk3mm : Makefile distinfo x11/gtk3mm/pkg : PLIST Log message: Update to gtk3mm-3.3.18. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/23 07:22:38 Modified files: security/p11-kit: Makefile distinfo Log message: Update to p11-kit-0.12. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/23 07:23:01 Modified files: misc/gtk3mm-documentation: Makefile distinfo misc/gtk3mm-documentation/pkg: PLIST Log message: Update to gtk3mm-documentation-3.3.18. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/23 07:23:49 Modified files: x11/gnome/themes-standard: Makefile distinfo x11/gnome/themes-standard/pkg: PLIST Log message: Update to gnome-themes-standard-3.3.92. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/23 07:24:10 Modified files: devel/gconf2 : Makefile distinfo devel/gconf2/patches: patch-defaults_Makefile_in patch-gconf_Makefile_in patch-gconf_gconfd_c Log message: Update to gconf2-3.2.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/23 07:24:35 Modified files: x11/gnome/totem-pl-parser: Makefile distinfo Log message: Update to totem-pl-parser-3.2.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/23 07:25:00 Modified files: devel/vte3 : Makefile distinfo devel/vte3/pkg : PLIST Removed files: devel/vte3/patches: patch-configure_in patch-src_pty_c Log message: Update to vte3-0.32.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/23 07:25:23 Modified files: net/gupnp/core : Makefile distinfo Log message: Update to gupnp-0.18.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/23 07:25:42 Modified files: net/gupnp/dlna : Makefile distinfo Log message: Update to gupnp-dlna-0.6.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/23 07:26:40 Modified files: editors/subtitleeditor: Makefile distinfo editors/subtitleeditor/pkg: PLIST Added files: editors/subtitleeditor/patches: patch-plugins_actions_findandreplace_findandreplace_cc Removed files: editors/subtitleeditor/patches: patch-plugins_actions_documentsnavigation_documentsnavigation_cc Log message: Update to subtitleeditor-0.40.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/23 07:28:25 Modified files: devel/libplist : Makefile multimedia/gstreamer-0.10/plugins-farsight: Makefile x11/gtk-engines2: Makefile audio/speech-dispatcher/patches: patch-configure x11/gtk2-aurora-engine: Makefile x11/gtk2-equinox-engine: Makefile x11/gtk2-nodoka-engine: Makefile x11/gnome/gitg : Makefile sysutils/gsmartcontrol: Makefile sysutils/gsmartcontrol/pkg: PLIST net/telepathy/telepathy-gabble: Makefile graphics/inkscape: Makefile distinfo audio/last.fm/patches: patch-src_mediadevices_ipod_IpodDevice_cpp audio/audacity/patches: patch-src_AudacityApp_cpp Added files: net/meanwhile/patches: patch-samples_logging_proxy_c patch-samples_login_server_c patch-samples_nocipher_proxy_c patch-samples_redirect_server_c patch-src_channel_c patch-src_mw_debug_c patch-src_mw_message_h patch-src_mw_srvc_conf_h patch-src_mw_srvc_dir_h patch-src_mw_srvc_place_h patch-src_mw_srvc_resolve_h patch-src_mw_st_list_h patch-src_mw_util_h patch-src_srvc_aware_c patch-src_srvc_conf_c patch-src_srvc_dir_c patch-src_srvc_ft_c patch-src_srvc_im_c patch-src_srvc_place_c patch-src_srvc_resolve_c patch-src_srvc_store_c patch-src_st_list_c multimedia/gstreamer-0.10/plugins-farsight/patches: patch-gst_rtpjitterbuffer_async_jitter_queue_h net/loudmouth/patches: patch-loudmouth_lm-error_c converters/wv2/patches: patch-src_olestream_h x11/gtkhotkey/patches: patch-src_gtk-hotkey-error_h patch-src_x11_tomboykeybinder_h x11/tilda/patches: patch-src_tomboykeybinder_h x11/parcellite/patches: patch-src_keybinder_h x11/awesome/patches: patch-spawn_c x11/gnome/gnote/patches: patch-src_notebuffer_cpp x11/gnome/system-monitor/patches: patch-src_lsof_cpp sysutils/gsmartcontrol/patches: patch-src_hz_sync_policy_glib_h productivity/gnucash/patches: patch-src_gnome-utils_gnc-frequency_c print/epdfview/patches: patch-src_gtk_StockIcons_h net/xchat/patches: patch-src_common_servlist_c patch-src_common_text_c patch-src_common_util_c patch-src_common_xchat_h net/telepathy/telepathy-salut/patches: patch-lib_ext_wocky_tests_test-resolver_h patch-lib_ext_wocky_tests_wocky-connector-test_c net/minbif/patches: patch-src_server_poll_daemon_fork_cpp patch-src_server_poll_inetd_cpp www/chromium/patches: patch-ui_base_l10n_l10n_util_cc mail/sylpheed/patches: patch-libsylph_defs_h graphics/dia/patches: patch-objects_custom_shape_typeinfo_c patch-tests_test-boundingbox_c patch-tests_test-objects_c games/ufoai/base/patches: patch-src_tools_radiant_libs_convert_h patch-src_tools_radiant_libs_entity_miscparticle_cpp patch-src_tools_radiant_libs_gtkutil_IConv_h patch-src_tools_radiant_libs_gtkutil_cursor_h patch-src_tools_radiant_libs_gtkutil_idledraw_h patch-src_tools_radiant_libs_os_dir_h patch-src_tools_radiant_libs_shaders_shaders_cpp patch-src_tools_radiant_radiant_vfs_cpp geo/tangogps/patches: patch-src_map_management_c devel/libopensync/patches: patch-opensync_opensync_list_c editors/abiword/patches: patch-goffice-bits_goffice_app_goffice-app_h patch-src_af_util_xp_ut_go_file_h cad/geda-gaf/patches: patch-libgeda_src_s_path_c Log message: Fix build with glib >= 2.31.20. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/23 07:29:30 Modified files: x11/sawfish : Makefile Log message: Mark BROKEN for now (lisp, lazy binding failed on pthread_*). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/23 07:30:03 Modified files: databases/gq : Makefile Log message: Mark BROKEN for now. There is an update that will unbreak it which I am going to work on. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/23 07:31:25 Modified files: www/chromium : Makefile Log message: Remove left-over useless SUBST_CMD. ok robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: claudio@cvs.openbsd.org 2012/03/23 07:39:28 Modified files: net/netbsd-iscsi-target: Makefile Added files: net/netbsd-iscsi-target/patches: patch-src_lib_disk_c Log message: Add a patch so that our kernel may attach to the iscsi target via mpath(4). Note: mpath(4) is not compiled in by default. OK sthen@, ajacoutot@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/03/23 07:46:47 Modified files: sys/scsi : mpath_sym.c Log message: Add an entry to the asym list for the NetBSD iSCSI target. OK dlg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/23 08:36:37 Modified files: devel/glib2 : Makefile distinfo devel/glib2/pkg: PLIST-main Log message: Update to glib2-2.31.22. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/23 08:46:21 Modified files: graphics/gdk-pixbuf2: Makefile distinfo graphics/gdk-pixbuf2/pkg: PLIST Log message: Update to gdk-pixbuf-2.26.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/23 09:23:47 Modified files: graphics/py-cairo: Makefile distinfo Log message: Update to py-cairo-1.10.0. Upstream changed their build framework so regress will need some love (which eric@ will take care of later today) ok eric@ (maintainer) CVSROOT: /cvs Module name: src Changes by: gsoares@cvs.openbsd.org 2012/03/23 09:32:31 Modified files: etc : services Log message: rollback r1.76 since it may break some tools noticed / requested by claudio@ discussed with henning / claudio / me CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/23 09:49:11 Modified files: x11/gtk+3 : Makefile distinfo x11/gtk+3/patches: patch-configure patch-gtk_Makefile_in patch-gtk_gtksettings_c x11/gtk+3/pkg : PLIST-docs Log message: Update to gtk+3-3.3.20. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/23 09:51:26 Modified files: lib/libkvm : kvm_proc2.c sys/arch/alpha/alpha: clock.c sys/arch/i386/i386: machdep.c sys/arch/m88k/m88k: m88k_machdep.c sys/arch/solbourne/solbourne: machdep.c sys/arch/sparc/sparc: machdep.c sys/arch/sparc64/sparc64: db_interface.c machdep.c sys/compat/linux: linux_misc.c sys/kern : init_main.c kern_acct.c kern_clock.c kern_exec.c kern_exit.c kern_fork.c kern_resource.c kern_sched.c kern_sig.c kern_synch.c kern_sysctl.c kern_time.c sched_bsd.c subr_prof.c tty.c uipc_socket.c vfs_bio.c sys/miscfs/procfs: procfs_status.c sys/nfs : nfs_vnops.c sys/sys : proc.h resourcevar.h sysctl.h user.h sys/ufs/ext2fs : ext2fs_bmap.c ext2fs_inode.c sys/ufs/ffs : ffs_inode.c sys/ufs/ufs : ufs_bmap.c sys/uvm : uvm_fault.c uvm_glue.c Log message: Make rusage totals, itimers, and profile settings per-process instead of per-rthread. Handling of per-thread tick and runtime counters inspired by how FreeBSD does it. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/23 11:51:18 Modified files: mail/dovecot : Makefile distinfo mail/dovecot/pkg: PLIST-server Log message: update to Dovecot 2.0.19, from Brad - IMAP: ENABLE CONDSTORE/QRESYNC + STATUS for a mailbox might not have seen latest external changes to it, like new mails. - imap_id_* settings were ignored before login. - doveadm altmove did too much work sometimes, retrying moves it had already done. - mbox: Fixed accessing Dovecot v1.x mbox index files without errors. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/23 11:52:55 Modified files: mail/dovecot-pigeonhole: Makefile mail/dovecot-antispam: Makefile Log message: bump CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/23 11:54:55 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: Update Postfix snapshot to 2.10-20120308, from Brad CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/03/23 14:12:36 Modified files: . : lyrics.html Log message: gonna release the first extra song CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/23 14:14:47 Added files: x11/fltk/patches: patch-src_filename_list_cxx Log message: fix after scandir() prototype change CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/23 14:14:55 Modified files: net/liboauth : Makefile distinfo Log message: Update to liboauth-0.9.6. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/03/23 14:17:06 Modified files: lang/ghc : Makefile Added files: lang/ghc/patches: patch-libraries_unix_cbits_execvpe_c patch-libraries_unix_include_execvpe_h Log message: - Don't build/use the execvpe() bundled with libraries/unix. Unfortunately, we can't completely remove or skip include/execvpe.h and cbits/execvpe.c, because they also contain pPrPr_disableITimers(), which is called from the Haskell code. - Switch back to GhcThreaded=YES (default). It's stupid, it's not required by GHC (IIRC it was required a long time ago back when ghci used libreadline), but it may help finding rthread bugs. Until now, I did run four complete builds of GHC and all Haskell ports with dpb without any problems. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/23 14:31:25 ports/graphics/geomview/patches Update of /cvs/ports/graphics/geomview/patches In directory cvs.openbsd.org:/tmp/cvs-serv20401/patches Log Message: Directory /cvs/ports/graphics/geomview/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/23 14:36:49 Added files: graphics/geomview/patches: patch-src_bin_animate_glob_c Log message: DIR is opaque, so don't use homebrew dirfd() macro CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/23 14:47:06 Modified files: x11/gmrun/patches: patch-src_gtkcompletionline_cc Log message: fix after scandir() prototype change CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/23 14:59:35 Modified files: misc/deco/patches: patch-Makefile_in patch-dir_c Log message: sync patches CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/23 15:08:09 Modified files: misc/deco/patches: patch-configure patch-help_c patch-main_c patch-menu_c patch-view_c Added files: misc/deco/patches: patch-cap_c patch-com_c patch-edit_c patch-hexview_c patch-run_c Log message: * use libc execvpe() * include missing prototypes CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/03/23 15:33:45 Modified files: lang/hugs : Makefile lang/hugs/pkg : PFRAG.shared PLIST Added files: lang/hugs/patches: patch-packages_base_cbits_execvpe_c patch-packages_base_include_HsBase_h Log message: Use libc execvpe(3). CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/23 15:37:50 Modified files: misc/screen/patches: patch-fileio_c Added files: misc/screen/patches: patch-extern_h patch-window_c Removed files: misc/screen/patches: patch-attacher_c Log message: * don't roll your own execvpe() * plain NULL is fine as sentinel now CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/23 16:42:25 Modified files: telephony/asterisk: Makefile telephony/asterisk/patches: patch-channels_chan_unistim_c patch-configure_ac telephony/asterisk/pkg: DESCR-main Added files: telephony/asterisk/patches: patch-addons_chan_ooh323_c patch-addons_chan_ooh323_h Removed files: telephony/asterisk/patches: patch-channels_h323_ast_h323_cxx patch-channels_h323_ast_h323_h Log message: tweaks to the asterisk port; currently no effective change to the packages. - remove unused non-working patches and framework for chan_h323; this driver is deprecated upstream anyway. - add patches to let the alternative chan_ooh323 addon module build. currently unused in the port, 'make configure; cd $WRKSRC; gmake menuselect' and enable it there if you want to play. - sync unistim patch. - mention the IMAP flavour in DESCR (and thus bump REVISION-main). CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/03/23 18:40:25 Modified files: sbin/iked : ikev2_pld.c parse.y pfkey.c util.c Log message: fix some leaks ok mikeb@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/23 19:53:51 Modified files: include : dirent.h Log message: Provide the old prototypes for scandir() and alphasort() for code that requests the pre-standardized version requested by millert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/24 00:11:48 Modified files: devel/pango : Makefile Log message: Duh... how did I end up lowering shared libs??!! noticed by espie@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/03/24 01:36:43 Modified files: www/chromium : Makefile distinfo Log message: update to 17.0.963.83 CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/03/24 01:39:16 Modified files: . : plus.html Log message: Two weeks of plus.html. March 5-11 by Steffen Daode Nurpmeso, March 12-18 by me. OK jj@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/03/24 01:57:47 Modified files: share/man/man4 : crypto.4 Log message: use Cd in SYNOPSIS; requested by kristaps CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2012/03/24 02:30:31 Modified files: sys/dev/usb : usbdevs Log message: add ZTE HSUSB device. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2012/03/24 02:31:23 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2012/03/24 02:33:08 Modified files: sys/dev/usb : if_urndis.c Log message: add ZTE HSUSB. committed over it. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/24 05:23:19 Modified files: usr.bin/tmux : client.c Log message: Add sys/file.h. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/03/24 07:23:35 Modified files: build : mirrors.dat Log message: ftp2.fr / ftp.lip6.fr now has rsync CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/03/24 07:23:48 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html openssh : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/24 08:33:06 Modified files: net/curl : Makefile distinfo Log message: update to 7.25.0, curl's 14th birthday release CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2012/03/24 08:47:25 Modified files: sbin/isakmpd : vendor.c Log message: set the vendor string to OpenBSD-5.2; ok mikeb@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/03/24 08:48:18 Modified files: usr.sbin/relayd: relay.c relayd.conf.5 Log message: Allow relayd to use a separate SSL certificate for each port (/etc/ssl/host:port.crt, /etc/ssl/private/host:port.key). ok benno@, todd@ likes it too, doc tweak suggested by jmc. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/03/24 09:07:47 Modified files: sys/dev/usb : usbdevs Log message: add a bunch of run devices found in the linux driver CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/03/24 09:08:29 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/03/24 09:11:04 Modified files: share/man/man4 : run.4 sys/dev/usb : if_run.c Log message: add a bunch of run devices found in the linux driver CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/03/24 09:39:54 Modified files: sbin/ipsecctl : pfkey.c sbin/quotacheck: quotacheck.c sbin/scsi : scsi.c Log message: fix some leaks ok miod@ CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2012/03/24 10:39:42 Modified files: devel/py-py : Makefile distinfo devel/py-py/pkg: PLIST Removed files: devel/py-py/patches: patch-py_c-extension_greenlet_slp_platformselect_h Log message: - update to 1.4.7 - add python3 flavor - take maintainership ok martynas@ (maintainer) CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/24 11:04:46 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/24 12:52:42 Modified files: lib/libc/gen : scandir.3 Log message: The arguments scandir() and alphasort() have changed; show that and give some history. ok matthew@ millert@ jmc@ naddy@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/24 12:53:27 Modified files: x11/freerdp : Makefile distinfo x11/freerdp/patches: patch-CMakeLists_txt x11/freerdp/pkg: DESCR PLIST Log message: Update to freerdp 1.0.1; various improvements, notably with certificate handling. Add a no_cups flavour while there. ok merdely@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/24 13:09:20 Modified files: sys/arch/vax/vax: machdep.c Log message: Missed a reference to the u_stats member when struct pstats was removed from struct user. Nothing left to zero-out here so the line goes. pointed out by deraaadt@ CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2012/03/24 13:34:17 Modified files: mail/dovecot-antispam: Makefile mail/dovecot-pigeonhole: Makefile Log message: Update to match dovecot version. Ok sthen@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/24 14:06:02 Modified files: sys/arch/mips64/include: cpu.h Added files: sys/arch/mips64/mips64: mips64r2.S Log message: Add a few trivial routines to get mips64r2 specific config registers. Not used by anything yet, but has been lying in one of my trees for too long. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/24 14:09:07 Modified files: sys/arch/mips64/include: archtype.h Log message: Rename the various SGI_xxx constants from machine names to their IP numbers, for IP numbers under 30 (Octane), and add a few interesting ones. No functional change, except making my life easier for upcoming work. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/24 14:10:08 Modified files: sys/arch/mips64/include: cpu.h sys/arch/mips64/mips64: cache_octeon.c Log message: The various ConfigCache() functions actually return void, not int. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/24 14:11:28 Modified files: sys/arch/mips64/mips64: arcbios.c Log message: Oops, forgot this file in the SGI_ -> SGI_IP## change. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/24 14:19:05 Modified files: sys/dev/ic : smc93cx6.c Log message: Left-pad the eeprom dump with zeroes in the debug dump to make it easier to read (this code is not compiled unless option AHC_DUMP_EEPROM anyway) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/03/24 14:23:21 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2012/03/24 15:21:18 Modified files: devel/boehm-gc : Makefile devel/boehm-gc/patches: patch-include_private_gcconfig_h Log message: Change suspend/resume signals to fix one problem with lang/mono. okay todd@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/24 15:39:10 Modified files: regress/lib/libpthread/pthread_mutex: pthread_mutex.c Log message: Another tiny test case CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/24 15:42:58 Modified files: net/znc : Makefile distinfo net/znc/patches: patch-man_Makefile_in net/znc/pkg : PLIST Log message: update to znc 0.204; fixes CVE-2012-0033 (crash in bouncedcc module when DCC RESUME is received) and a few other issues. From Brad. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/24 15:45:03 Modified files: x11 : Makefile Log message: build no_cups flavour of freerdp CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/24 16:10:59 Modified files: sys/arch/mips64/mips64: mips64_machdep.c Log message: Fix fallback of uvm_map_hint() argument changes. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/03/25 02:44:24 Modified files: usr.sbin/smtpd : mta.c Log message: Do not fatal() when failing to connect to a relay. Instead, drop the relay and try the next one. ok gilles@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/03/25 02:57:46 Modified files: de : 51.html faq/fr : upgrade45.html fr : 37.html 38.html 39.html 42.html 43.html 44.html 45.html 46.html index.html nl : ftp.html openbgpd/ru : users.html opencvs/ru : index.html openntpd/ru : ftp.html index.html portable.html openssh/nl : ftp.html portable.html ru : hackathons.html Added files: fr : errata49.html errata50.html openbgpd/ru : ftp.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: matthieu@cvs.openbsd.org 2012/03/25 03:23:48 Modified files: . : 51.html Log message: new hardware support in X CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2012/03/25 03:25:04 Modified files: papers : index.html Log message: asiabsdcon 2012: link "10 years of pf" slides and "OpenBSD update" slides CVSROOT: /cvs Module name: www Changes by: matthieu@cvs.openbsd.org 2012/03/25 03:25:53 Modified files: . : 51.html Log message: Re-order the gcc versions lists. Putting the most recent version 1st. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/25 04:10:22 Added files: x11/pinot/patches: patch-IndexSearch_cjkv_CJKVTokenizer_h Log message: Unbreak after glib2 update. spotted by nigel@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/25 05:18:42 Modified files: devel/glib2 : Makefile distinfo devel/glib2/pkg: PLIST-main Log message: Update to stable glib2-2.32.0. CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2012/03/25 07:37:52 Modified files: net/gupnp/dlna : Makefile Log message: Change LIB_DEPENDS to gstreamer-0.10/plugin-base required to build Ok aja@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/25 07:45:05 Modified files: sys/arch/mips64/mips64: cache_loongson2.S cache_r10k.S cache_r5k.S Log message: Only set the low order bits of CpuCacheAliasMask if it is nonzero, regression of previous computation fix. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/25 07:52:52 Modified files: sys/arch/loongson/loongson: bus_dma.c machdep.c sys/arch/mips64/include: cpu.h sys/arch/mips64/mips64: cache_octeon.c db_machdep.c pmap.c sys_machdep.c sys/arch/octeon/octeon: bus_dma.c machdep.c sys/arch/sgi/include: autoconf.h sys/arch/sgi/sgi: bus_dma.c ip30_machdep.c machdep.c Added files: sys/arch/mips64/include: cache.h Log message: Move cache handling routines related definitions to a dedicated header file, rather than abusing . CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/25 10:33:22 Modified files: x11/kde/pim3 : Makefile Log message: Unbreak, this needs -pthread now. reported by nigel@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/25 14:04:18 Modified files: include : string.h Log message: strsignal() was added to POSIX-2008; strerror_r() was in the base of POSIX-2001, without the XSI qualifier. Adjust conditionals to match. ok millert@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/03/25 14:33:54 Modified files: sys/sys : eventvar.h sys/kern : kern_event.c Log message: release the file ref to the kqueue while in kevent(), so that close() can terminate. a new ref on the kqueue itself allows us to free it properly in that case. wakeups were missing too (for both kevent and poll). similar to netbsd pr46248. fixes a number of threaded ports. this version of the fix from matthew. ok tedu guenther matthew CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/25 15:46:52 Modified files: devel/glib2 : Makefile Added files: devel/glib2/patches: patch-gio_gresource-tool_c Log message: Unbreak with libelf. spotted by kili@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/03/25 16:02:34 Modified files: openbgpd : index.html Log message: [ru] is back and maintained. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2012/03/25 20:54:28 Modified files: share/man/man4 : urndis.4 Log message: Mention ZTE Skate. Other ZTE models might work but I have none to test. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/03/25 22:19:55 Modified files: sys/kern : kern_exec.c Log message: clear junk in p_comm before copying shorter names into it ok jsing guenther miod CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/25 23:06:35 Modified files: lib/libc/string: strsignal.3 Log message: strsignal() was standardized in POSIX-2008 ok millert@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/25 23:07:38 Modified files: lib/libc/string: strerror.3 Log message: Bump standards years, as we conform to the new versions too ok jmc@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/03/26 02:05:01 Modified files: databases/mysql: Makefile distinfo databases/mysql/patches: patch-mysql-test_lib_My_SafeProcess_Makefile_in patch-scripts_mysql_install_db_sh patch-sql_mysqld_cc patch-sql_sql_parse_cc databases/mysql/pkg: PLIST-tests Log message: Update to 5.1.62, fixes 2 security bugs and other things ok Brad (Maintainer) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/26 02:09:01 Modified files: audio/shell-fm : Makefile Added files: audio/shell-fm/patches: patch-source_http_c Log message: Stop saying "DEBUG: Chunked!" when encountering chunked http transfers (upstream git commit 679a0e238d78864c4340cedc3615aa234ef3e440) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/26 03:06:35 Log message: import log4cplus, reworked from a submission from Jeremy C. Reed, ok giovanni@ Log4cplus is a package for providing a logging framework for C++ based on log4j ideas. It provides various filters, run-time re-configurations, Wide Character (UNICODE) support, log levels, hierarchal loggers, NDC (Nested Diagnostic Context), and log rotation support. It can log to the console, files, syslog, Windows events, or via sockets. Status: Vendor Tag: sthen Release Tags: sthen_20122603 N ports/devel/log4cplus/Makefile N ports/devel/log4cplus/distinfo N ports/devel/log4cplus/pkg/DESCR N ports/devel/log4cplus/pkg/PFRAG.shared N ports/devel/log4cplus/pkg/PLIST N ports/devel/log4cplus/.git/HEAD N ports/devel/log4cplus/.git/config N ports/devel/log4cplus/.git/description N ports/devel/log4cplus/.git/index N ports/devel/log4cplus/.git/COMMIT_EDITMSG N ports/devel/log4cplus/.git/refs/heads/master N ports/devel/log4cplus/.git/logs/HEAD N ports/devel/log4cplus/.git/logs/refs/heads/master N ports/devel/log4cplus/.git/hooks/update.sample N ports/devel/log4cplus/.git/hooks/commit-msg.sample N ports/devel/log4cplus/.git/hooks/post-commit.sample N ports/devel/log4cplus/.git/hooks/post-receive-email.sample N ports/devel/log4cplus/.git/hooks/post-receive.sample N ports/devel/log4cplus/.git/hooks/post-update.sample N ports/devel/log4cplus/.git/hooks/pre-applypatch.sample N ports/devel/log4cplus/.git/hooks/pre-commit.sample N ports/devel/log4cplus/.git/hooks/pre-rebase.sample N ports/devel/log4cplus/.git/hooks/prepare-commit-msg.sample N ports/devel/log4cplus/.git/hooks/applypatch-msg.sample N ports/devel/log4cplus/.git/info/exclude N ports/devel/log4cplus/.git/objects/17/4a610e929b403eaaa6a7243765dbfc6660ce29 N ports/devel/log4cplus/.git/objects/61/7f540085724c5dc13e32c5b7e4d65ad238c0f2 N ports/devel/log4cplus/.git/objects/d1/6a9764d039df694d777837764899181844f274 N ports/devel/log4cplus/.git/objects/e8/5e1c95539e07b24097b9e1e5fac08fd31d9d7a N ports/devel/log4cplus/.git/objects/ae/68a4715cc699907676368796b0e391575e0060 N ports/devel/log4cplus/.git/objects/e2/8d79f09c1da95ac6a0dc1323c3d1b163920244 N ports/devel/log4cplus/.git/objects/e2/5b663d35829b9107582331f6254203f2d5d42f N ports/devel/log4cplus/.git/objects/43/359f9db4fcc90389db74512b52fd2f834ec1e0 N ports/devel/log4cplus/.git/objects/7d/8e9db3d7b42073746b8feb8b490e78a749a11a N ports/devel/log4cplus/.git/objects/7d/4005b6ad9f09a7976b68bb648742a516e3a529 N ports/devel/log4cplus/.git/objects/7d/fd03d4f6adde93336e5cf43566717fcb5b7c3a N ports/devel/log4cplus/.git/objects/c5/c5f0d44657bcbcb8dcd70a97cc3ecd252455e4 N ports/devel/log4cplus/.git/objects/51/8e1d3b6ee4cd415dc8fa61244e51dea69f9eeb N ports/devel/log4cplus/.git/objects/51/e13d4d28fa023619c80dd5753add9c5d7b3cc1 N ports/devel/log4cplus/.git/objects/42/d0203305ea4c2b8e840845cf7a7103b8211cef N ports/devel/log4cplus/.git/objects/4c/278fdeeb8b861165a32eec6143aabda5d47f09 N ports/devel/log4cplus/.git/objects/7c/b546e2db6871321e62bbab4730e92badbbf26e N ports/devel/log4cplus/.git/objects/2d/9550731b963e6dd295adc448890b1998b60896 N ports/devel/log4cplus/.git/objects/f5/6bedac89a06038a9499c5816f0cb27a5f97ef9 N ports/devel/log4cplus/.git/objects/4d/b1228c2a23efb20aa7a16d891785f583221bcc N ports/devel/log4cplus/.git/objects/d8/9559736de01b3634a9200f3348e4bc495af91b N ports/devel/log4cplus/patches/patch-src_Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/26 03:07:21 Removed files: devel/log4cplus/.git: COMMIT_EDITMSG HEAD config description index devel/log4cplus/.git/hooks: applypatch-msg.sample commit-msg.sample post-commit.sample post-receive-email.sample post-receive.sample post-update.sample pre-applypatch.sample pre-commit.sample pre-rebase.sample prepare-commit-msg.sample update.sample devel/log4cplus/.git/info: exclude devel/log4cplus/.git/logs: HEAD devel/log4cplus/.git/logs/refs/heads: master devel/log4cplus/.git/objects/17: 4a610e929b403eaaa6a7243765dbfc6660ce29 devel/log4cplus/.git/objects/2d: 9550731b963e6dd295adc448890b1998b60896 devel/log4cplus/.git/objects/42: d0203305ea4c2b8e840845cf7a7103b8211cef devel/log4cplus/.git/objects/43: 359f9db4fcc90389db74512b52fd2f834ec1e0 devel/log4cplus/.git/objects/4c: 278fdeeb8b861165a32eec6143aabda5d47f09 devel/log4cplus/.git/objects/4d: b1228c2a23efb20aa7a16d891785f583221bcc devel/log4cplus/.git/objects/51: 8e1d3b6ee4cd415dc8fa61244e51dea69f9eeb e13d4d28fa023619c80dd5753add9c5d7b3cc1 devel/log4cplus/.git/objects/61: 7f540085724c5dc13e32c5b7e4d65ad238c0f2 devel/log4cplus/.git/objects/7c: b546e2db6871321e62bbab4730e92badbbf26e devel/log4cplus/.git/objects/7d: 4005b6ad9f09a7976b68bb648742a516e3a529 8e9db3d7b42073746b8feb8b490e78a749a11a fd03d4f6adde93336e5cf43566717fcb5b7c3a devel/log4cplus/.git/objects/ae: 68a4715cc699907676368796b0e391575e0060 devel/log4cplus/.git/objects/c5: c5f0d44657bcbcb8dcd70a97cc3ecd252455e4 devel/log4cplus/.git/objects/d1: 6a9764d039df694d777837764899181844f274 devel/log4cplus/.git/objects/d8: 9559736de01b3634a9200f3348e4bc495af91b devel/log4cplus/.git/objects/e2: 5b663d35829b9107582331f6254203f2d5d42f 8d79f09c1da95ac6a0dc1323c3d1b163920244 devel/log4cplus/.git/objects/e8: 5e1c95539e07b24097b9e1e5fac08fd31d9d7a devel/log4cplus/.git/objects/f5: 6bedac89a06038a9499c5816f0cb27a5f97ef9 devel/log4cplus/.git/refs/heads: master Log message: bleh. I feel an update to my 'cvs ignore' diff coming along... CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/26 03:08:01 Modified files: devel : Makefile Log message: +log4cplus CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/26 04:28:23 Modified files: textproc/gtranslator: Makefile Log message: This needs gtk-doc. spotted by robert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/26 04:34:45 Modified files: textproc/gtranslator: Makefile Log message: Add a comment about why we need gtk-doc here. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/03/26 05:49:29 Modified files: de : ftp.html openbgpd/de : ftp.html index.html openntpd/de : ftp.html portable.html openssh/de : ftp.html portable.html papers/de : index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/26 06:53:24 Modified files: graphics/feh : Makefile distinfo graphics/feh/patches: patch-config_mk patch-man_feh_pre patch-src_options_c Removed files: graphics/feh/patches: patch-src_imlib_c patch-src_slideshow_c Log message: Update to feh-2.5 CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/03/26 07:51:06 Modified files: . : groups.html build : groups.dat Log message: Add user groups in Ranchi (India) and Accra (Ghana). Fix some whitespace issues causing country sort order to be incorrect. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/26 08:41:16 Modified files: x11/gmtk : Makefile distinfo x11/gnome-mplayer: Makefile distinfo x11/gnome-mplayer/patches: patch-apps_gnome-mplayer_preferences_gschema_xml patch-configure x11/gnome-mplayer/pkg: PLIST Removed files: x11/gmtk/patches: patch-config_h_in patch-configure_ac patch-src_Makefile_in patch-src_gmtk_common_c patch-src_gmtk_common_h patch-src_gmtk_media_player_c x11/gnome-mplayer/patches: patch-src_main_c Log message: Update gmtk and gnome-mplayer to 1.0.6beta1 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/26 08:41:51 Modified files: www/gecko-mediaplayer: Makefile distinfo www/gecko-mediaplayer/patches: patch-configure Removed files: www/gecko-mediaplayer/patches: patch-src_plugin_cpp patch-src_plugin_list_cpp patch-src_plugin_setup_cpp Log message: Update gecko-mediaplayer to 1.0.6beta1 CVSROOT: /cvs Module name: www Changes by: mikeb@cvs.openbsd.org 2012/03/26 09:18:40 Modified files: . : 51.html Log message: mention asm implementation of aes-gcm and multiple bug fixes for ix CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/03/26 09:31:04 Modified files: . : index.html build/mirrors : cvsync.html.head Removed files: . : cvsup.html Log message: Stop mentioning CVSup on the website; on OpenBSD the server is i386-only, and there's now only one mirror offering it. nick@ and millert@ agree. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2012/03/26 10:15:42 Modified files: sys/arch/i386/i386: acpi_machdep.c autoconf.c sys/kern : subr_hibernate.c sys/sys : hibernate.h Log message: Fix an integer math error when using the result of uvm_page_rle, and at the same time increase said function's max RLE page count return value. Add hooks in the right places to call the hibernate suspend and resume routines, so that we can enable hibernation with a HIBERNATE option line in GENERIC and appropriate acpi.c goo. discussed on and off with deraadt@ over the past few months CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/03/26 10:21:34 Modified files: sys/arch/amd64/include: apmvar.h sys/arch/arm/include: apmvar.h sys/arch/i386/include: apmvar.h sys/arch/loongson/include: apmvar.h sys/arch/macppc/include: apmvar.h sys/arch/sparc/include: apmvar.h sys/arch/sparc64/include: apmvar.h Log message: Add APM_IOC_HIBERNATE CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/03/26 10:23:22 Modified files: sys/dev/pci : cz.c Log message: Let this compile (not enabled by default); From Damian McGuckin CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/26 10:32:53 Modified files: mail/evolution-ews: Makefile Log message: Temporarily mark as BROKEN; I'll update it within the next 2 days. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/03/26 10:40:07 Modified files: gnu/usr.bin/cvs/src: ignore.c Log message: Adjust the default "ignore" list for cvs; - don't ignore "core", it gets in the way when we import certain things - ignore "*.core" to match the actual filenames we use for core dumps suggested by landry@ - ignore ".git" to avoid accidental imports of the directory when used locally "on top of" cvs various versions ok'd by landry@ todd@ espie@ phessler@ dcoppa@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/26 10:56:13 Modified files: www/libcroco : Makefile distinfo Log message: Bugfix update to libcroco-0.6.5. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/03/26 12:05:45 Log message: Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). These are the direct sources from NLnet Labs upstream, minus these: compat contrib libunbound/python pythonmod testcode testdata winrc ok deraadt@ jakob@ Status: Vendor Tag: NLNETLABS Release Tags: UNBOUND_1_4_16 N src/usr.sbin/unbound/aclocal.m4 N src/usr.sbin/unbound/LICENSE N src/usr.sbin/unbound/config.sub N src/usr.sbin/unbound/configure.ac N src/usr.sbin/unbound/ltmain.sh N src/usr.sbin/unbound/ac_pkg_swig.m4 N src/usr.sbin/unbound/Makefile.in N src/usr.sbin/unbound/configure N src/usr.sbin/unbound/config.guess N src/usr.sbin/unbound/install-sh N src/usr.sbin/unbound/acx_python.m4 N src/usr.sbin/unbound/acx_pthread.m4 N src/usr.sbin/unbound/config.h.in N src/usr.sbin/unbound/README N src/usr.sbin/unbound/acx_nlnetlabs.m4 N src/usr.sbin/unbound/doc/Changelog N src/usr.sbin/unbound/doc/TODO N src/usr.sbin/unbound/doc/unbound-checkconf.8.in N src/usr.sbin/unbound/doc/control_proto_spec.txt N src/usr.sbin/unbound/doc/LICENSE N src/usr.sbin/unbound/doc/unbound.doxygen N src/usr.sbin/unbound/doc/ietf67-design-02.pdf N src/usr.sbin/unbound/doc/ietf67-design-02.odp N src/usr.sbin/unbound/doc/FEATURES N src/usr.sbin/unbound/doc/unbound-host.1 N src/usr.sbin/unbound/doc/libunbound.3.in N src/usr.sbin/unbound/doc/README.tests N src/usr.sbin/unbound/doc/unbound.8.in N src/usr.sbin/unbound/doc/unbound.conf.5.in N src/usr.sbin/unbound/doc/README.svn N src/usr.sbin/unbound/doc/requirements.txt N src/usr.sbin/unbound/doc/example.conf.in N src/usr.sbin/unbound/doc/unbound-control.8.in N src/usr.sbin/unbound/doc/README N src/usr.sbin/unbound/doc/CREDITS N src/usr.sbin/unbound/doc/unbound-anchor.8.in N src/usr.sbin/unbound/util/alloc.c N src/usr.sbin/unbound/util/net_help.h N src/usr.sbin/unbound/util/configlexer.c N src/usr.sbin/unbound/util/log.c N src/usr.sbin/unbound/util/config_file.c N src/usr.sbin/unbound/util/rtt.c N src/usr.sbin/unbound/util/locks.c N src/usr.sbin/unbound/util/configparser.h N src/usr.sbin/unbound/util/iana_ports.inc N src/usr.sbin/unbound/util/tube.c N src/usr.sbin/unbound/util/config_file.h N src/usr.sbin/unbound/util/random.h N src/usr.sbin/unbound/util/tube.h N src/usr.sbin/unbound/util/configparser.c N src/usr.sbin/unbound/util/random.c N src/usr.sbin/unbound/util/winsock_event.c N src/usr.sbin/unbound/util/mini_event.h N src/usr.sbin/unbound/util/configyyrename.h N src/usr.sbin/unbound/util/configparser.y N src/usr.sbin/unbound/util/rtt.h N src/usr.sbin/unbound/util/locks.h N src/usr.sbin/unbound/util/regional.h N src/usr.sbin/unbound/util/module.h N src/usr.sbin/unbound/util/winsock_event.h N src/usr.sbin/unbound/util/netevent.h N src/usr.sbin/unbound/util/rbtree.h N src/usr.sbin/unbound/util/mini_event.c N src/usr.sbin/unbound/util/regional.c N src/usr.sbin/unbound/util/netevent.c N src/usr.sbin/unbound/util/log.h N src/usr.sbin/unbound/util/timehist.h N src/usr.sbin/unbound/util/fptr_wlist.c N src/usr.sbin/unbound/util/timehist.c N src/usr.sbin/unbound/util/fptr_wlist.h N src/usr.sbin/unbound/util/alloc.h N src/usr.sbin/unbound/util/net_help.c N src/usr.sbin/unbound/util/configlexer.lex N src/usr.sbin/unbound/util/module.c N src/usr.sbin/unbound/util/rbtree.c N src/usr.sbin/unbound/util/data/msgreply.c N src/usr.sbin/unbound/util/data/msgencode.c N src/usr.sbin/unbound/util/data/msgparse.h N src/usr.sbin/unbound/util/data/msgreply.h N src/usr.sbin/unbound/util/data/packed_rrset.c N src/usr.sbin/unbound/util/data/dname.h N src/usr.sbin/unbound/util/data/msgencode.h N src/usr.sbin/unbound/util/data/dname.c N src/usr.sbin/unbound/util/data/packed_rrset.h N src/usr.sbin/unbound/util/data/msgparse.c N src/usr.sbin/unbound/util/storage/slabhash.h N src/usr.sbin/unbound/util/storage/lruhash.h N src/usr.sbin/unbound/util/storage/dnstree.h N src/usr.sbin/unbound/util/storage/slabhash.c N src/usr.sbin/unbound/util/storage/lruhash.c N src/usr.sbin/unbound/util/storage/dnstree.c N src/usr.sbin/unbound/util/storage/lookup3.c N src/usr.sbin/unbound/util/storage/lookup3.h N src/usr.sbin/unbound/iterator/iterator.h N src/usr.sbin/unbound/iterator/iter_delegpt.c N src/usr.sbin/unbound/iterator/iter_priv.c N src/usr.sbin/unbound/iterator/iter_utils.h N src/usr.sbin/unbound/iterator/iter_donotq.c N src/usr.sbin/unbound/iterator/iter_priv.h N src/usr.sbin/unbound/iterator/iterator.c N src/usr.sbin/unbound/iterator/iter_hints.c N src/usr.sbin/unbound/iterator/iter_scrub.c N src/usr.sbin/unbound/iterator/iter_delegpt.h N src/usr.sbin/unbound/iterator/iter_resptype.c N src/usr.sbin/unbound/iterator/iter_fwd.h N src/usr.sbin/unbound/iterator/iter_fwd.c N src/usr.sbin/unbound/iterator/iter_scrub.h N src/usr.sbin/unbound/iterator/iter_donotq.h N src/usr.sbin/unbound/iterator/iter_hints.h N src/usr.sbin/unbound/iterator/iter_resptype.h N src/usr.sbin/unbound/iterator/iter_utils.c N src/usr.sbin/unbound/smallapp/unbound-control.c N src/usr.sbin/unbound/smallapp/unbound-host.c N src/usr.sbin/unbound/smallapp/worker_cb.c N src/usr.sbin/unbound/smallapp/unbound-checkconf.c N src/usr.sbin/unbound/smallapp/unbound-control-setup.sh N src/usr.sbin/unbound/smallapp/unbound-anchor.c N src/usr.sbin/unbound/services/modstack.h N src/usr.sbin/unbound/services/listen_dnsport.h N src/usr.sbin/unbound/services/localzone.h N src/usr.sbin/unbound/services/outbound_list.h N src/usr.sbin/unbound/services/localzone.c N src/usr.sbin/unbound/services/listen_dnsport.c N src/usr.sbin/unbound/services/outbound_list.c N src/usr.sbin/unbound/services/outside_network.h N src/usr.sbin/unbound/services/mesh.c N src/usr.sbin/unbound/services/outside_network.c N src/usr.sbin/unbound/services/modstack.c N src/usr.sbin/unbound/services/mesh.h N src/usr.sbin/unbound/services/cache/rrset.h N src/usr.sbin/unbound/services/cache/infra.h N src/usr.sbin/unbound/services/cache/dns.c N src/usr.sbin/unbound/services/cache/dns.h N src/usr.sbin/unbound/services/cache/rrset.c N src/usr.sbin/unbound/services/cache/infra.c N src/usr.sbin/unbound/validator/val_anchor.h N src/usr.sbin/unbound/validator/validator.c N src/usr.sbin/unbound/validator/val_anchor.c N src/usr.sbin/unbound/validator/autotrust.h N src/usr.sbin/unbound/validator/val_neg.c N src/usr.sbin/unbound/validator/val_utils.c N src/usr.sbin/unbound/validator/val_nsec.h N src/usr.sbin/unbound/validator/val_kcache.c N src/usr.sbin/unbound/validator/val_neg.h N src/usr.sbin/unbound/validator/val_sigcrypt.c N src/usr.sbin/unbound/validator/val_kcache.h N src/usr.sbin/unbound/validator/val_nsec.c N src/usr.sbin/unbound/validator/validator.h N src/usr.sbin/unbound/validator/val_nsec3.h N src/usr.sbin/unbound/validator/val_kentry.h N src/usr.sbin/unbound/validator/val_utils.h N src/usr.sbin/unbound/validator/val_kentry.c N src/usr.sbin/unbound/validator/val_sigcrypt.h N src/usr.sbin/unbound/validator/autotrust.c N src/usr.sbin/unbound/validator/val_nsec3.c N src/usr.sbin/unbound/daemon/worker.c N src/usr.sbin/unbound/daemon/worker.h N src/usr.sbin/unbound/daemon/remote.h N src/usr.sbin/unbound/daemon/remote.c N src/usr.sbin/unbound/daemon/stats.c N src/usr.sbin/unbound/daemon/stats.h N src/usr.sbin/unbound/daemon/cachedump.h N src/usr.sbin/unbound/daemon/daemon.h N src/usr.sbin/unbound/daemon/unbound.c N src/usr.sbin/unbound/daemon/acl_list.h N src/usr.sbin/unbound/daemon/acl_list.c N src/usr.sbin/unbound/daemon/daemon.c N src/usr.sbin/unbound/daemon/cachedump.c N src/usr.sbin/unbound/libunbound/ubsyms.def N src/usr.sbin/unbound/libunbound/unbound.h N src/usr.sbin/unbound/libunbound/libworker.h N src/usr.sbin/unbound/libunbound/libunbound.c N src/usr.sbin/unbound/libunbound/context.c N src/usr.sbin/unbound/libunbound/libworker.c N src/usr.sbin/unbound/libunbound/context.h No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/03/26 12:08:27 Log message: Import ldns 1.6.12, needed for Unbound, to work on in-tree. These are the direct sources from NLnet Labs upstream, minus these: contrib doc/images examples packaging/fedora ok deraadt@ jakob@ Status: Vendor Tag: NLNETLABS Release Tags: LDNS_1_6_12 N src/usr.sbin/unbound/ldns/Changelog N src/usr.sbin/unbound/ldns/configure.ac N src/usr.sbin/unbound/ldns/zone.c N src/usr.sbin/unbound/ldns/config.guess N src/usr.sbin/unbound/ldns/tsig.c N src/usr.sbin/unbound/ldns/rdata.c N src/usr.sbin/unbound/ldns/sha1.c N src/usr.sbin/unbound/ldns/Makefile.in N src/usr.sbin/unbound/ldns/wire2host.c N src/usr.sbin/unbound/ldns/dname.c N src/usr.sbin/unbound/ldns/README.snapshots N src/usr.sbin/unbound/ldns/util.c N src/usr.sbin/unbound/ldns/parse.c N src/usr.sbin/unbound/ldns/ltmain.sh N src/usr.sbin/unbound/ldns/LICENSE N src/usr.sbin/unbound/ldns/rr_functions.c N src/usr.sbin/unbound/ldns/acx_nlnetlabs.m4 N src/usr.sbin/unbound/ldns/update.c N src/usr.sbin/unbound/ldns/dnssec_zone.c N src/usr.sbin/unbound/ldns/linktest.c N src/usr.sbin/unbound/ldns/rbtree.c N src/usr.sbin/unbound/ldns/README.svn N src/usr.sbin/unbound/ldns/packet.c N src/usr.sbin/unbound/ldns/keys.c N src/usr.sbin/unbound/ldns/sha2.c N src/usr.sbin/unbound/ldns/configure N src/usr.sbin/unbound/ldns/dnssec_verify.c N src/usr.sbin/unbound/ldns/install-sh N src/usr.sbin/unbound/ldns/libdns.doxygen N src/usr.sbin/unbound/ldns/buffer.c N src/usr.sbin/unbound/ldns/host2wire.c N src/usr.sbin/unbound/ldns/rr.c N src/usr.sbin/unbound/ldns/ax_pkg_swig.m4 N src/usr.sbin/unbound/ldns/ldns_symbols.def N src/usr.sbin/unbound/ldns/ax_python_devel.m4 N src/usr.sbin/unbound/ldns/README N src/usr.sbin/unbound/ldns/config.sub N src/usr.sbin/unbound/ldns/dnssec.c N src/usr.sbin/unbound/ldns/higher.c N src/usr.sbin/unbound/ldns/str2host.c N src/usr.sbin/unbound/ldns/error.c N src/usr.sbin/unbound/ldns/aclocal.m4 N src/usr.sbin/unbound/ldns/libdns.vim N src/usr.sbin/unbound/ldns/net.c N src/usr.sbin/unbound/ldns/resolver.c N src/usr.sbin/unbound/ldns/dnssec_sign.c N src/usr.sbin/unbound/ldns/host2str.c N src/usr.sbin/unbound/ldns/ldns/rdata.h N src/usr.sbin/unbound/ldns/ldns/dnssec_zone.h N src/usr.sbin/unbound/ldns/ldns/sha1.h N src/usr.sbin/unbound/ldns/ldns/net.h.in N src/usr.sbin/unbound/ldns/ldns/rr_functions.h N src/usr.sbin/unbound/ldns/ldns/dname.h N src/usr.sbin/unbound/ldns/ldns/tsig.h N src/usr.sbin/unbound/ldns/ldns/common.h.in N src/usr.sbin/unbound/ldns/ldns/util.h.in N src/usr.sbin/unbound/ldns/ldns/rr.h N src/usr.sbin/unbound/ldns/ldns/str2host.h N src/usr.sbin/unbound/ldns/ldns/sha2.h N src/usr.sbin/unbound/ldns/ldns/keys.h N src/usr.sbin/unbound/ldns/ldns/host2wire.h N src/usr.sbin/unbound/ldns/ldns/update.h N src/usr.sbin/unbound/ldns/ldns/error.h N src/usr.sbin/unbound/ldns/ldns/parse.h N src/usr.sbin/unbound/ldns/ldns/packet.h N src/usr.sbin/unbound/ldns/ldns/higher.h N src/usr.sbin/unbound/ldns/ldns/host2str.h N src/usr.sbin/unbound/ldns/ldns/config.h.in N src/usr.sbin/unbound/ldns/ldns/dnssec_sign.h N src/usr.sbin/unbound/ldns/ldns/dnssec.h N src/usr.sbin/unbound/ldns/ldns/zone.h N src/usr.sbin/unbound/ldns/ldns/rbtree.h N src/usr.sbin/unbound/ldns/ldns/ldns.h N src/usr.sbin/unbound/ldns/ldns/wire2host.h N src/usr.sbin/unbound/ldns/ldns/dnssec_verify.h N src/usr.sbin/unbound/ldns/ldns/resolver.h N src/usr.sbin/unbound/ldns/ldns/buffer.h N src/usr.sbin/unbound/ldns/packaging/libldns.pc.in N src/usr.sbin/unbound/ldns/packaging/ldns-config.in N src/usr.sbin/unbound/ldns/packaging/ldns-config.1 N src/usr.sbin/unbound/ldns/doc/tutorial3_signzone.dox N src/usr.sbin/unbound/ldns/doc/TODO N src/usr.sbin/unbound/ldns/doc/API-header.xml N src/usr.sbin/unbound/ldns/doc/doxyparse.pl N src/usr.sbin/unbound/ldns/doc/API.xml N src/usr.sbin/unbound/ldns/doc/function_manpages N src/usr.sbin/unbound/ldns/doc/design.dox N src/usr.sbin/unbound/ldns/doc/tutorial2_zone.dox N src/usr.sbin/unbound/ldns/doc/header.html N src/usr.sbin/unbound/ldns/doc/tutorial1_mx.dox N src/usr.sbin/unbound/ldns/doc/dns-lib-implementations N src/usr.sbin/unbound/ldns/doc/CodingStyle N src/usr.sbin/unbound/ldns/doc/libdns.css N src/usr.sbin/unbound/ldns/drill/configure.ac N src/usr.sbin/unbound/ldns/drill/securetrace.c N src/usr.sbin/unbound/ldns/drill/Makefile.in N src/usr.sbin/unbound/ldns/drill/drill.1 N src/usr.sbin/unbound/ldns/drill/drill_util.h N src/usr.sbin/unbound/ldns/drill/root.c N src/usr.sbin/unbound/ldns/drill/work.c N src/usr.sbin/unbound/ldns/drill/configure N src/usr.sbin/unbound/ldns/drill/REGRESSIONS N src/usr.sbin/unbound/ldns/drill/drill.c N src/usr.sbin/unbound/ldns/drill/install-sh N src/usr.sbin/unbound/ldns/drill/ChangeLog.22-nov-2005 N src/usr.sbin/unbound/ldns/drill/config.h.in N src/usr.sbin/unbound/ldns/drill/README N src/usr.sbin/unbound/ldns/drill/drill.h N src/usr.sbin/unbound/ldns/drill/drill_util.c N src/usr.sbin/unbound/ldns/drill/dnssec.c N src/usr.sbin/unbound/ldns/drill/error.c N src/usr.sbin/unbound/ldns/drill/chasetrace.c N src/usr.sbin/unbound/ldns/compat/isascii.c N src/usr.sbin/unbound/ldns/compat/inet_pton.c N src/usr.sbin/unbound/ldns/compat/b64_ntop.c N src/usr.sbin/unbound/ldns/compat/isblank.c N src/usr.sbin/unbound/ldns/compat/gmtime_r.c N src/usr.sbin/unbound/ldns/compat/fake-rfc2553.h N src/usr.sbin/unbound/ldns/compat/b32_ntop.c N src/usr.sbin/unbound/ldns/compat/ctime_r.c N src/usr.sbin/unbound/ldns/compat/timegm.c N src/usr.sbin/unbound/ldns/compat/strlcpy.c N src/usr.sbin/unbound/ldns/compat/localtime_r.c N src/usr.sbin/unbound/ldns/compat/snprintf.c N src/usr.sbin/unbound/ldns/compat/malloc.c N src/usr.sbin/unbound/ldns/compat/memmove.c N src/usr.sbin/unbound/ldns/compat/inet_ntop.c N src/usr.sbin/unbound/ldns/compat/inet_aton.c N src/usr.sbin/unbound/ldns/compat/b32_pton.c N src/usr.sbin/unbound/ldns/compat/fake-rfc2553.c N src/usr.sbin/unbound/ldns/compat/realloc.c N src/usr.sbin/unbound/ldns/compat/calloc.c N src/usr.sbin/unbound/ldns/compat/b64_pton.c No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/03/26 12:14:59 Added files: usr.sbin/unbound: Makefile.bsd-wrapper Log message: Add Makefile wrapper for Unbound. From Bjorn Ketelaars . CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/03/26 12:15:37 Modified files: usr.sbin/unbound: configure.ac Log message: Don't force CFLAGS. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/03/26 12:16:09 Modified files: usr.sbin/unbound: configure Log message: sync CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2012/03/26 12:26:18 Log message: py.test is a simple and popular testing tool for Python. ok mpi@ Status: Vendor Tag: eric Release Tags: eric_2012-mar-26 N ports/devel/py-test/Makefile N ports/devel/py-test/distinfo N ports/devel/py-test/pkg/DESCR N ports/devel/py-test/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/03/26 12:41:04 Log message: Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). pythonmod files are also required Status: Vendor Tag: NLNETLABS Release Tags: UNBOUND_1_4_16 N src/usr.sbin/unbound/pythonmod/ubmodule-tst.py N src/usr.sbin/unbound/pythonmod/test-dict.conf N src/usr.sbin/unbound/pythonmod/test-resip.conf N src/usr.sbin/unbound/pythonmod/LICENSE N src/usr.sbin/unbound/pythonmod/test-resmod.conf N src/usr.sbin/unbound/pythonmod/pythonmod.h N src/usr.sbin/unbound/pythonmod/Makefile N src/usr.sbin/unbound/pythonmod/test-resgen.conf N src/usr.sbin/unbound/pythonmod/pythonmod.c N src/usr.sbin/unbound/pythonmod/pythonmod_utils.c N src/usr.sbin/unbound/pythonmod/test-calc.conf N src/usr.sbin/unbound/pythonmod/interface.i N src/usr.sbin/unbound/pythonmod/ubmodule-msg.py N src/usr.sbin/unbound/pythonmod/pythonmod_utils.h N src/usr.sbin/unbound/pythonmod/test-log.conf No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/03/26 12:44:18 Modified files: usr.sbin/unbound: Makefile.bsd-wrapper Log message: set --without-pythonmodule (this is the default anyway, but better to be explicit). CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/03/26 13:00:37 Modified files: usr.sbin/unbound: configure.ac Log message: add PYTHONMOD_HEADER variable which is conditionalized on building the module. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/03/26 13:00:44 Modified files: usr.sbin/unbound: configure Log message: sync CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/03/26 13:01:18 Modified files: usr.sbin/unbound: Makefile.in Log message: Use PYTHONMOD_HEADER variable set by autoconf to avoid pulling in pythonmod sources when not required. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/03/26 13:01:41 Removed files: usr.sbin/unbound/pythonmod: LICENSE Makefile interface.i pythonmod.c pythonmod.h pythonmod_utils.c pythonmod_utils.h test-calc.conf test-dict.conf test-log.conf test-resgen.conf test-resip.conf test-resmod.conf ubmodule-msg.py ubmodule-tst.py Log message: remove this again, it's not needed after all. CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2012/03/26 13:06:46 Modified files: devel : Makefile Log message: +py-test CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/03/26 13:09:30 Modified files: usr.sbin/unbound: Makefile.bsd-wrapper Log message: When clenaing, run "make realclean" in the ldns subdirectory, not just unbound. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/03/26 13:10:19 Modified files: sys/dev/usb : usbdevs Log message: Add id for the Polaris2 USB dock which is a udl(4) OK mglocker@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/03/26 13:10:51 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/03/26 13:12:54 Modified files: sys/dev/usb : udl.c Log message: Add support for the udl(4) in the Polaris2 USB dock OK mglocker@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/03/26 13:26:17 Modified files: share/man/man4 : gre.4 Log message: Try to document how to use gre(4) keepalives with pf(4) enabled. Adding a rule like "pass quick on gre proto gre no state" will ensure that the keepalive packets get through pf by bypassing the state table once. Requested by jsing@ some long time ago. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/03/26 13:33:47 Modified files: editors/gummi : Makefile distinfo Added files: editors/gummi/patches: patch-configure Log message: Update to gummi-0.6.2. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/03/26 13:37:42 Modified files: sys/net : bpf.h Log message: Add DLT_PPP_SERIAL and DLT_C_HDLC to bpf.h even though the system will not generate such packets but it helps porting applications that assume that these are available on any system. Requested by dhill long time ago. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/03/26 14:09:47 Modified files: sys/arch/sparc64/dev: hvctl.c Log message: Increase the size of the message queues such that we can handle the default "MTU" of 4096 bytes. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/03/26 14:15:31 Modified files: sys/arch/sparc64/dev: hvctl.c Log message: Make writes block if the message queues are full. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/03/26 14:17:45 Modified files: usr.sbin/apm : Makefile apm.8 apm.c usr.sbin/apmd : apm-proto.h apmd.c pathnames.h Log message: Add hibernate request support. Also installs a ZZZ binary for the shortcut. ok mlarkin miod CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/03/26 14:18:14 Modified files: sys/dev/acpi : acpi.c Log message: hook in the hibernate request code; half of this diff is from mlarkin ok mlarkin CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/03/26 14:32:17 Modified files: usr.sbin/unbound: Makefile.bsd-wrapper Log message: Add a few missing files for 'make clean'. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/03/26 14:32:50 Modified files: sys/dev/acpi : acpi.c Log message: simplify conditionals in acpi_sleep_state() ok mlarkin CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/26 14:37:07 Modified files: audio/sox : Makefile Log message: - reorder CONFIGURE_ARGS into the order in which they appear in ./configure, to make future updates easier, and LIB_DEPENDS to match. - (beaut|ugl)ify whitespace ;) from Jan Stary (maintainer). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/26 14:38:49 Modified files: audio/sox : Makefile Added files: audio/sox/patches: patch-src_formats_c Log message: use ftp not wget, from Jan Stary (maintainer) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/03/26 14:40:32 Modified files: usr.sbin/bgpctl: mrtparser.c Log message: Add a function to extract an address instead of copying the same code over and over again. Also allow the dump attr of struct mrt_parser to be NULL. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/26 14:53:32 Modified files: www/node : Makefile distinfo www/node/pkg : PLIST Log message: update to node.js 0.6.14, from maintainer Aaron Bieber. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/26 16:58:45 Modified files: x11/gtk+3 : Makefile distinfo Log message: Update to stable gtk+3-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/26 17:12:23 Modified files: x11/gnome/themes-standard: Makefile distinfo x11/gnome/themes-standard/pkg: PLIST Log message: Update to gnome-themes-standard-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/26 17:19:36 Modified files: x11/gnome/doc-utils: Makefile distinfo x11/gnome/doc-utils/patches: patch-doc_xslt_Makefile_in x11/gnome/doc-utils/pkg: PLIST Log message: Update to gnome-doc-utils-0.20.10. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/26 17:20:59 Modified files: devel/atk : Makefile distinfo devel/atk/pkg : PLIST Log message: Update to atk-2.4.0. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/03/26 18:22:22 Modified files: faq : faq5.html faq15.html index.html Log message: remove references to cvsup. CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/03/26 20:23:04 Modified files: sys/arch/amd64/amd64: cpu.c identcpu.c sys/arch/amd64/include: cpu.h Log message: Run identifycpu() on its own cpu. Discussed with many on hackers. "Go ahead" kettenis@ "Get to it" deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/03/26 23:59:46 Modified files: sys/arch/amd64/include: specialreg.h sys/arch/amd64/amd64: amd64errata.c sys/arch/i386/include: specialreg.h sys/arch/i386/i386: amd64errata.c Log message: Implement the AMD suggested workaround for family 10h & 12h errata 721 "Processor May Incorrectly Update Stack Pointer" by setting a bit marked 'reserved' in an MSR that is only "documented" to exist on 12h. AMD claim this problem can only occur in 64-bit mode, set the workaround bit on i386 in case this isn't true and in the interest of keeping the errata in sync between i386/amd64. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/03/27 00:22:45 Modified files: usr.bin/less : less.1 main.c opttbl.c Log message: Reverse the default of the -c flag from off to on to prevent the text being displayed in the wrong place initially and then jumping when first redrawn (such as when searching). ok deraadt sthen CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2012/03/27 00:30:40 Modified files: graphics/py-cairo: Makefile Log message: fix REGRESS_DEPENDS, no bump ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/03/27 00:31:05 Modified files: print/poppler : Makefile distinfo print/poppler/patches: patch-Makefile_in patch-configure_ac print/poppler/pkg: PLIST-main Log message: Update to poppler-0.18.4. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/03/27 00:44:01 Modified files: sys/arch/i386/i386: est.c machdep.c sys/arch/i386/include: cpu.h Log message: Make the bus_clock calculations happen later in the boot process so they can be conditionally called in future. This makes the i386 speedstep code closer to the amd64 code (though still with the added complications of VIA support and the *_update_cpuspeed callbacks) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/03/27 01:04:33 Modified files: sys/arch/amd64/amd64: est.c sys/arch/i386/i386: est.c Log message: only attempt to calculate bus_clock if we can't get tables from acpi CVSROOT: /cvs Module name: ports Changes by: ratchov@cvs.openbsd.org 2012/03/27 01:58:51 ports/audio/aucatctl Update of /cvs/ports/audio/aucatctl In directory cvs.openbsd.org:/tmp/cvs-serv18767/aucatctl Log Message: Directory /cvs/ports/audio/aucatctl added to the repository CVSROOT: /cvs Module name: ports Changes by: ratchov@cvs.openbsd.org 2012/03/27 01:59:07 ports/audio/aucatctl/pkg Update of /cvs/ports/audio/aucatctl/pkg In directory cvs.openbsd.org:/tmp/cvs-serv2596/aucatctl/pkg Log Message: Directory /cvs/ports/audio/aucatctl/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: ratchov@cvs.openbsd.org 2012/03/27 02:05:37 Added files: audio/aucatctl : Makefile distinfo audio/aucatctl/pkg: DESCR PLIST Log message: Add aucatctl, a utility to control aucat and/or sndiod volume through MIDI. Mostly from Antti Harri. help from and ok sthen CVSROOT: /cvs Module name: ports Changes by: ratchov@cvs.openbsd.org 2012/03/27 02:10:27 Modified files: audio/midish : Makefile Log message: Add MAKE_FLAGS="${CC}" to honour the CC variable. from sthen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/27 02:32:55 Modified files: devel/pango : Makefile distinfo devel/pango/patches: patch-modules_Makefile_in Log message: Update to stable pango-1.30.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/27 03:04:53 Modified files: www/icedtea-web: Makefile distinfo www/icedtea-web/patches: patch-Makefile_in Log message: Update to icedtea-web 1.2. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/03/27 06:53:33 Modified files: usr.sbin/smtpd : mta.c Log message: Do not try STARTTLS if the server does not advertise support for it (it apparently triggers very bizarre behaviour on some servers). Also make sure we are not using AUTH over a clear channel. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/27 08:21:27 Log message: Import ports/www/fcgi-cgi, tweaks/ok landry@ fcgi-cgi is a wrapper around CGI applications to support running them under FastCGI for use with webservers such as nginx and lighttpd 2.x which do not support running cgi scripts/binaries directly. Status: Vendor Tag: sthen Release Tags: sthen_20122703 N ports/www/fcgi-cgi/Makefile N ports/www/fcgi-cgi/distinfo N ports/www/fcgi-cgi/patches/patch-fastcgi_c N ports/www/fcgi-cgi/pkg/PLIST N ports/www/fcgi-cgi/pkg/fcgi_cgi.rc N ports/www/fcgi-cgi/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/27 08:21:46 Modified files: www : Makefile Log message: +fcgi-cgi CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/27 09:35:37 Modified files: www/fcgi-cgi : Makefile www/fcgi-cgi/pkg: fcgi_cgi.rc Log message: fix rc script; pexp must come after sourcing rc.subr, and don't use the -c (chroot) flag by default as this requires extra configuration which will need describing (TODO ;) CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/03/27 12:16:23 Log message: Import the python binding for qscintilla, needed by tortoisehg. ok landry@. Status: Vendor Tag: rpointel Release Tags: rpointel_20120327 N ports/editors/py-qscintilla/Makefile N ports/editors/py-qscintilla/distinfo N ports/editors/py-qscintilla/pkg/DESCR N ports/editors/py-qscintilla/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/03/27 12:17:17 Modified files: editors : Makefile Log message: +py-qscintilla CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/03/27 12:19:39 Log message: Import py-iniparse, needed by tortoisehg. ok landry@. Iniparse is an INI parser for Python which is API compatible with the standard library's ConfigParser, preserves structure of INI files (order of sections & options, indentation, comments, and blank lines are preserved when data is updated), and is more convenient to use. Status: Vendor Tag: rpointel Release Tags: rpointel_20120327 N ports/devel/py-iniparse/Makefile N ports/devel/py-iniparse/distinfo N ports/devel/py-iniparse/pkg/PLIST N ports/devel/py-iniparse/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/03/27 12:20:03 Modified files: sys/arch/i386/i386: hibernate_machdep.c Log message: fix indentation CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/03/27 12:21:04 Modified files: devel : Makefile Log message: +py-iniparse CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/03/27 12:22:07 Modified files: usr.sbin/bgpd : bgpd.h rde.c Log message: Introduce F_CTL_ACTIVE a flag to only show selected pathes. Requested and OK deraadt@, OK henning@ CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/03/27 12:23:15 Log message: Import tortoisehg, a series of applications for the Mercurial distributed revision control system. It also includes a Gnome/Nautilus extension and a CLI wrapper application. ok landry@. Status: Vendor Tag: rpointel Release Tags: rpointel_20120327 N ports/devel/tortoisehg/Makefile N ports/devel/tortoisehg/distinfo N ports/devel/tortoisehg/pkg/PLIST N ports/devel/tortoisehg/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/03/27 12:24:11 Modified files: usr.sbin/bgpctl: bgpctl.8 parser.c Log message: Introduce "selected" as show rib attribute to only show selected routes. Can be combined like: bgpctl show rib nei peer1 selected to only show the routes that are used from neighbor peer1. Requested by and OK deraadt@, OK henning@ CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/03/27 12:24:25 Modified files: devel : Makefile Log message: +tortoisehg CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/27 12:34:04 Modified files: databases/sqlite3: Makefile distinfo databases/sqlite3/patches: patch-Makefile_in patch-configure patch-src_sqliteInt_h Removed files: databases/sqlite3/patches: patch-src_build_c Log message: update to SQLite 3.7.11 - requested by / OK landry@ Thanks to Landry and Jan Stary for testing. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/27 13:12:47 Modified files: proto/xcb-proto: Makefile NEWS configure.ac xcb-proto.pc.in proto/xcb-proto/doc: xml-xcb.txt proto/xcb-proto/src: Makefile.am dri2.xml glx.xml render.xml sync.xml xcb.xsd xf86dri.xml xproto.xml xtest.xml proto/xcb-proto/xcbgen: expr.py matcher.py state.py xtypes.py Added files: proto/xcb-proto/src: xkb.xml Log message: Update to xcb-proto 1.7. Tested by krw@, mpi@, shadchin@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/27 13:14:21 Modified files: dist/libxcb : Makefile.am NEWS configure.ac dist/libxcb/doc: Makefile.am dist/libxcb/src: Makefile.am c_client.py xcb.h xcb_auth.c xcb_conn.c xcb_in.c xcb_out.c xcb_util.c xcbext.h xcbint.h lib/libxcb/libxcb: shlib_version lib/libxcb/libxcb-dri2: shlib_version lib/libxcb/libxcb-glx: shlib_version lib/libxcb/libxcb-sync: shlib_version lib/libxcb/libxcb-xf86dri: shlib_version lib/libxcb/src : Makefile dri2.c dri2.h glx.c glx.h render.h sync.c sync.h xf86dri.c xf86dri.h xproto.c xproto.h xtest.c xtest.h Added files: dist/libxcb : xcb-xkb.pc.in dist/libxcb/doc: xkb_internals xkb_issues dist/libxcb/src: xcb_windefs.h Log message: Update to libxcb 1.8.1. Tested by krw@, mpi@, shadchin@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/27 13:16:21 Modified files: proto/x11proto : ChangeLog Xfuncs.h Xos.h configure.ac docbook.am keysymdef.h proto/x11proto/specs: encoding.xml keysyms.xml sect1-9.xml x11protocol.xml Log message: update to xproto 7.0.23. Tested by krw@, mpi@, shadchin@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/27 13:17:19 xenocara/lib/libX11/specs/i18n/compose Update of /cvs/xenocara/lib/libX11/specs/i18n/compose In directory cvs.openbsd.org:/tmp/cvs-serv25618/specs/i18n/compose Log Message: Directory /cvs/xenocara/lib/libX11/specs/i18n/compose added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/27 13:19:38 Modified files: lib/libX11 : ChangeLog Makefile.bsd-wrapper Makefile.in aclocal.m4 configure configure.ac cpprules.in docbook.am ltmain.sh lib/libX11/include: Makefile.in lib/libX11/include/X11: Xlib.h Xlibint.h Xutil.h lib/libX11/man : IsCursorKey.man Makefile.in XChangeKeyboardControl.man XChangeKeyboardMapping.man XGrabKey.man XLookupKeysym.man XStringToKeysym.man lib/libX11/man/xkb: Makefile.in lib/libX11/modules: Makefile.in lib/libX11/modules/im: Makefile.in lib/libX11/modules/im/ximcp: Makefile.in imDefFlt.c imDefIc.c imDefLkup.c imExten.c imLcFlt.c imRm.c imRmAttr.c lib/libX11/modules/lc: Makefile.in lib/libX11/modules/lc/Utf8: Makefile.in lib/libX11/modules/lc/def: Makefile.in lib/libX11/modules/lc/gen: Makefile.in lcGenConv.c lib/libX11/modules/lc/xlocale: Makefile.in lib/libX11/modules/om: Makefile.in lib/libX11/modules/om/generic: Makefile.in lib/libX11/nls : Makefile.am Makefile.in locale.alias.pre lib/libX11/nls/en_US.UTF-8: Compose.pre lib/libX11/nls/fi_FI.UTF-8: Compose.pre lib/libX11/nls/iso8859-1: Compose.pre lib/libX11/nls/pt_BR.UTF-8: Compose.pre lib/libX11/specs: Makefile.in lib/libX11/specs/XIM: Makefile.in xim.xml lib/libX11/specs/XKB: Makefile.in ch01.xml ch02.xml ch03.xml ch04.xml ch05.xml ch06.xml ch07.xml ch08.xml ch09.xml ch10.xml ch11.xml ch12.xml ch13.xml ch14.xml ch15.xml ch16.xml ch17.xml ch18.xml ch19.xml ch20.xml ch21.xml ch22.xml xkblib.xml lib/libX11/specs/i18n: Makefile.am Makefile.in lib/libX11/specs/i18n/framework: Makefile.in framework.xml lib/libX11/specs/i18n/localedb: Makefile.in localedb.xml lib/libX11/specs/i18n/trans: Makefile.in trans.xml lib/libX11/specs/libX11: AppA.xml AppB.xml AppC.xml AppD.xml CH01.xml CH02.xml CH03.xml CH04.xml CH05.xml CH06.xml CH07.xml CH08.xml CH09.xml CH10.xml CH11.xml CH12.xml CH13.xml CH14.xml CH15.xml CH16.xml Makefile.in credits.xml glossary.xml libX11.xml lib/libX11/src : FSWrap.c KeysymStr.c Makefile.in OpenDis.c QuColors.c UIThrStubs.c XlibInt.c Xresinternal.h Xrm.c Xxcbint.h config.h.in locking.c xcb_io.c lib/libX11/src/util: Makefile.am Makefile.in makekeys.c lib/libX11/src/xcms: Makefile.in lib/libX11/src/xkb: Makefile.in lib/libX11/src/xlibi18n: Makefile.in XimintP.h XlcSL.c imKStoUCS.c lcFile.c Added files: lib/libX11/m4 : libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4 lib/libX11/specs/i18n/compose: Makefile.am Makefile.in compose-chart.pl docbook-nl.am Removed files: lib/libX11/nls : compose-chart.pl xmlrules.in Log message: Upate to libX11 1.5rc1. Tested by krw@, mpi@, shadchin@. CVSROOT: /cvs Module name: ports Changes by: ratchov@cvs.openbsd.org 2012/03/27 13:46:10 Modified files: audio : Makefile Log message: Connect aucatctl to the build. ok sthen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/27 13:48:03 Modified files: telephony/asterisk: Makefile Log message: unbreak with installed pwlib, spotted by naddy@ zap stray whitespace CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/27 13:59:53 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/27 16:00:09 Modified files: lang/vala : Makefile distinfo lang/vala/pkg : PLIST Log message: Update to stable vala-0.16.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/27 16:01:50 Modified files: editors/zile : Makefile distinfo editors/zile/patches: patch-configure Log message: Update to zile-2.4.7. from Gonzalo L. R. (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/27 16:04:48 Modified files: fonts/cantarell-fonts: Makefile distinfo Log message: Update to cantarell-fonts-0.0.8. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/03/28 00:02:41 Modified files: editors/py-qscintilla: Makefile Log message: correct few things, spotted by aja@ and landry@. ok aja@ (thanks). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/28 00:16:06 Log message: Import gcr-3.4.0. GCR is a library for displaying certificates, and crypto UI, accessing key stores. It also provides the viewer for crypto files on the GNOME desktop. ok robert@ (not hooked yet as it requires uncommitted bits) Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120328 N ports/x11/gnome/gcr/distinfo N ports/x11/gnome/gcr/Makefile N ports/x11/gnome/gcr/pkg/DESCR N ports/x11/gnome/gcr/pkg/PLIST N ports/x11/gnome/gcr/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/03/28 01:23:22 Modified files: usr.bin/ssh : PROTOCOL.certkeys Log message: explain certificate extensions/crit split rationale. Mention requirement that each appear at most once per cert. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/03/28 01:29:17 Modified files: share/man/man4 : options.4 Log message: the sysctl is net.inet.ip.encdebug, not net.ipsec.encap.encdebug completes revision 1.57! from Visa Hankala CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/28 01:47:47 Modified files: www/webacula : Makefile www/webacula/pkg: README Log message: Remove duplicated /webacula/webacula in a path in the README. ok aja@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/28 02:57:40 Modified files: www/fcgi-cgi : Makefile Log message: use CONFIGURE_ENV not CONFIGURE_ARGS, pointed out by landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/28 03:05:54 Modified files: sysutils/accountsservice: Makefile distinfo sysutils/accountsservice/patches: patch-src_Makefile_in patch-src_daemon_c patch-src_libaccountsservice_Makefile_in patch-src_user_c patch-src_util_c sysutils/accountsservice/pkg: PLIST Log message: Update to accountsservice-0.6.17. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/28 03:07:51 Modified files: print/cups-pk-helper: Makefile distinfo print/cups-pk-helper/pkg: PLIST Log message: Update to cups-pk-helper-0.2.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/28 03:24:14 Modified files: devel/glib2mm : Makefile distinfo devel/glib2mm/pkg: PLIST Log message: Update to glib2mm-2.31.22. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/28 03:46:35 Modified files: x11/gtk3mm : Makefile distinfo x11/gtk3mm/pkg : PLIST Log message: Update to gtk3mm-3.3.20. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/03/28 06:02:49 Modified files: sys/dev/pci : if_skreg.h if_msk.c Log message: Take some additional steps needed to make the PHY on EC Ultra/8056 work correctly, based on similiar changes in FreeBSD. Originally from Brad Davis but changed quite a bit by claudio kettenis and myself since. ok kettenis@, earlier version ok claudio@ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/03/28 06:35:41 Modified files: security/gnupg2: Makefile distinfo security/gnupg2/pkg: PLIST Removed files: security/gnupg2/patches: patch-configure Log message: Update to 2.0.19 ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/03/28 06:37:05 Modified files: net/gajim : Makefile distinfo net/gajim/pkg : PLIST Added files: net/gajim/patches: patch-src_plugins_plugins_i18n_py Log message: Update to 0.15 With help from rpointel@, thanks ! ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/28 06:53:53 Log message: Import puzzles svn rev9411: WWW: http://www.chiark.greenend.org.uk/~sgtatham/puzzles/ This is is a collection of 34 well-known puzzle games, all built around a common portable framework by Simon Tatham. They're perfect to slack during a compilation. Local improvements : - add 'online help' menu item opening help in web browser through xdg-open - install icons and generate .desktop files for nice desktop integration ok sthen@ Status: Vendor Tag: landry Release Tags: landry_20120328 N ports/games/puzzles/Makefile N ports/games/puzzles/distinfo N ports/games/puzzles/patches/patch-Makefile N ports/games/puzzles/patches/patch-gtk_c N ports/games/puzzles/pkg/PLIST N ports/games/puzzles/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/28 06:57:34 Log message: Import meandmyshadow 0.3. Me and My Shadow is a puzzle/platform game where you control not only a character, but also its shadows following the moves recorded by the main character at distance. The game has an interesting concept and rather unique gameplay. ok kili@ Status: Vendor Tag: landry Release Tags: landry_20120328 N ports/games/meandmyshadow/distinfo N ports/games/meandmyshadow/Makefile N ports/games/meandmyshadow/pkg/PLIST N ports/games/meandmyshadow/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/28 06:58:17 Modified files: games : Makefile Log message: +puzzles,meandmyshadow CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/28 07:03:28 Modified files: games/puzzles : Makefile Log message: Missing dependency on gtk-update-icon-cache. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/28 07:04:43 Modified files: games/meandmyshadow: Makefile Log message: Missing dependency on gtk-update-icon-cache. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/28 09:33:50 Log message: Import baobab-3.4.0. Baobab is able to scan either specific directories or the whole filesystem, in order to give the user a graphical tree representation including each directory size or percentage in the branch. It also auto-detects in real-time any change made to your home folder as far as any mounted/unmounted device ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120328 N ports/x11/gnome/baobab/Makefile N ports/x11/gnome/baobab/distinfo N ports/x11/gnome/baobab/pkg/DESCR N ports/x11/gnome/baobab/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/28 09:35:26 Log message: Import gnome-dictionary-3.4.0. GNOME Dictionary allows to look up words in online dictionary sources. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120328 N ports/x11/gnome/dictionary/Makefile N ports/x11/gnome/dictionary/distinfo N ports/x11/gnome/dictionary/pkg/DESCR N ports/x11/gnome/dictionary/pkg/PLIST N ports/x11/gnome/dictionary/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/28 09:36:19 Log message: Import gnome-font-viewer-3.4.0. This program can preview fonts and create thumbnails for fonts. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120328 N ports/x11/gnome/font-viewer/Makefile N ports/x11/gnome/font-viewer/distinfo N ports/x11/gnome/font-viewer/pkg/DESCR N ports/x11/gnome/font-viewer/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/28 09:37:06 Log message: Import gnome-screenshot-3.4.0. This tool takes a picture of the desktop or of a window and saves it into a file. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120328 N ports/x11/gnome/screenshot/Makefile N ports/x11/gnome/screenshot/distinfo N ports/x11/gnome/screenshot/pkg/DESCR N ports/x11/gnome/screenshot/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/28 09:37:55 Log message: Import gnome-search-tool-3.4.0. This application can search for files in a given directory, matching their names or contents. It doesn't require any indexation tool, and as such is lightweight but slow. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120328 N ports/x11/gnome/search-tool/Makefile N ports/x11/gnome/search-tool/distinfo N ports/x11/gnome/search-tool/pkg/DESCR N ports/x11/gnome/search-tool/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/28 09:39:06 Log message: Import gnome-system-log-3.4.0. This program displays system log files in a friendly way and allows one to filter or search expressions in them. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120328 N ports/x11/gnome/system-log/Makefile N ports/x11/gnome/system-log/distinfo N ports/x11/gnome/system-log/pkg/DESCR N ports/x11/gnome/system-log/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/03/28 10:01:30 Modified files: sys/kern : kern_sysctl.c lib/libkvm : kvm_file2.c Log message: The kinfo_file2 structure's f_wbytes member was being filled with the read byte count instead of the written byte count. pointed out by paulm at tetrardus.net, ok dcoppa@ CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/03/28 11:16:53 Modified files: usr.bin/mg : fileio.c Log message: Close an opendir(). From Igor Zinovik. CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/03/28 11:35:03 Modified files: usr.bin/mg : ttykbd.c Log message: The Delete key should delete the character to the right of the cursor. Posted to tech@ by Han Boetes from a bug report submitted to debian by Peter De Wachter (Bug#661732), via Trent W. Buck. No objections from tech@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/03/28 11:48:24 Modified files: share/man/man5 : port-modules.5 Log message: Make the yelp section (a little) more understandable. poor bentley@ probably burnt his eyes on this... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/28 12:04:11 Modified files: graphics/clutter/cogl: Makefile distinfo graphics/clutter/cogl/patches: patch-cogl_Makefile_in graphics/clutter/cogl/pkg: PLIST Added files: graphics/clutter/cogl/patches: patch-cogl_winsys_cogl-winsys-egl-kms_c Removed files: graphics/clutter/cogl/patches: patch-cogl_winsys_cogl-winsys-glx_c Log message: Update to cogl-1.10.0. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/03/28 12:10:38 Modified files: sys/net : rtsock.c Log message: Use p_p->ps_pid as pid in the route header instead of the thread pid. Give userland a chance to compare the value against getpid(). This unbreaks transmission for me. OK deraadt@, guenther@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/28 12:21:37 src/sys/arch/sgi/gio Update of /cvs/src/sys/arch/sgi/gio In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/sys/arch/sgi/gio Log Message: Directory /cvs/src/sys/arch/sgi/gio added to the repository CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/28 12:21:39 src/sys/arch/sgi/hpc Update of /cvs/src/sys/arch/sgi/hpc In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/sys/arch/sgi/hpc Log Message: Directory /cvs/src/sys/arch/sgi/hpc added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/28 12:36:14 Modified files: textproc/intltool: Makefile distinfo textproc/intltool/patches: patch-intltool_m4 Log message: Bugfix update to intltool-0.50.2. * Use --no-translations only if intltool >= 0.50 is available (#903340). CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/03/28 13:27:04 Modified files: editors/gummi : Makefile distinfo editors/gummi/pkg: PLIST Log message: Bugfix update to gummi-0.6.3. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/03/28 13:39:33 Modified files: sys/net : if_ppp.c ppp_tty.c Log message: More p_pid to p_p->ps_pid updates. OK deraadt@, guenther@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/03/28 13:41:05 Modified files: sys/net : pf_ioctl.c Log message: Another pid that needs to be the process pid and not the thread one. OK deraadt@, guenther@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/03/28 13:43:21 Modified files: sys/net : pfkeyv2.c pfkeyv2_parsemessage.c Log message: pfkey needs some p_p->ps_pid too. OK deraadt@ guenther@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/03/28 14:18:32 Modified files: sys/dev/wscons : wsdisplay_compat_usl.c Log message: Yet another ioctl-related pid value. Should be the master of the thread, aka. p_p->ps_pid. ok miod CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/28 14:35:41 Modified files: sys/arch/sgi/sgi: bus_dma.c Log message: Allow dma map boundary smaller than the kernel page size to work in bus_dmamap_load*(). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/28 14:44:23 Modified files: etc/etc.sgi : MAKEDEV.md share/man/man4/man4.sgi: Makefile intro.4 sys/arch/mips64/conf: files.mips64 sys/arch/mips64/include: arcbios.h cpu.h sys/arch/mips64/mips64: arcbios.c cp0access.S cpu.c exception.S lcore_access.S tlbhandler.S trap.c sys/arch/sgi/compile: .cvsignore sys/arch/sgi/conf: files.sgi sys/arch/sgi/dev: dsrtc.c sys/arch/sgi/include: autoconf.h sys/arch/sgi/sgi: autoconf.c conf.c ip30_machdep.c ip32_machdep.c machdep.c mainbus.c sys/arch/sgi/stand: Makefile sys/conf : files sys/dev/eisa : eisavar.h sys/dev/ic : z8530reg.h Added files: share/man/man4/man4.sgi: dpclock.4 dsclock.4 gio.4 hpc.4 imc.4 sq.4 wdsc.4 zs.4 sys/arch/mips64/mips64: cache_r4k.c sys/arch/sgi/conf: GENERIC-IP22 RAMDISK-IP22 sys/arch/sgi/gio: Makefile devlist2h.awk files.gio gio.c giodevs gioreg.h giovar.h sys/arch/sgi/hpc: dpclock.c dsclock.c files.hpc hpc.c hpcdma.c hpcdma.h hpcreg.h hpcvar.h if_sq.c if_sqvar.h iocreg.h wdsc.c z8530sc.c z8530sc.h z8530tty.c zs.c sys/arch/sgi/include: eisa_machdep.h z8530var.h sys/arch/sgi/localbus: imc.c imcreg.h imcvar.h int.c intreg.h intvar.h sys/arch/sgi/sgi: ip22.h ip22_machdep.c sys/dev/ic : dp8573areg.h ds1286reg.h seeq8003reg.h wd33c93.c wd33c93reg.h wd33c93var.h Removed files: sys/dev/ic : dp857xreg.h Log message: Work in progress support for the SGI Indigo, Indigo 2 and Indy systems (IP20, IP22, IP24) in 64-bit mode, adapated from NetBSD. Currently limited to headless operation, input and video drivers will get ported soon. Should work on all R4000, R4440 and R5000 based systems. L2 cache on R5000SC Indy not supported yet (coming soon), R4600 not supported yet either (coming soon as well). Tested to boot multiuser on: Indigo2 R4000SC, Indy R4000PC, Indy R4000SC, Indy R5000SC, Indigo2 R4400SC. There are still glitches in the Ethernet driver which are being looked at. Expansion support is limited to the GIO E++ board; GIO boards with PCI-GIO bridges not ported yet due to the lack of hardware, and this kind of driver does not port blindly. Most of this work comes from NetBSD, polishing and integration work, as well as putting as many ``R4x00 in 64-bit mode'' erratas as necessary, by yours truly. More work is coming, as well as trying to get some easy way to boot install kernels (as older PROM can only boot ECOFF binaries, which won't do for the kernel). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/28 14:46:15 Modified files: etc/etc.sgi : MAKEDEV share/man/man8/man8.sgi: MAKEDEV.8 Log message: regen CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/28 14:46:57 Added files: sys/arch/sgi/gio: giodevs.h giodevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2012/03/28 14:53:58 Modified files: games/ufoai/base: Makefile Log message: Correct link with libexecinfo and polish WANTLIB and LIB_DEPENDS. Requested and OK'ed by aja@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/28 14:57:42 Modified files: gnu/gcc/gcc/config/mips: openbsd.h Log message: Default to -mfix-r4000 -mfix-r4400 when building in big endian mode. This is a lifesaver for R4000 and R4400 operation; without these, every int->long promotion occuring shortly after an integer multiplication (such as an array element access when the array item size is not a power of two) loses horribly, and panic^Whilarity ensues. This mostly causes assembly insns to be shuffled, but almost no code size growth and no noticeable performance hit on processors which do not need these insn placement workarounds. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/03/28 16:26:10 Modified files: sys/dev/wscons : wsdisplay_compat_usl.c Log message: guenther notes that s_pid must also move to match CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/03/28 20:04:39 Modified files: distrib/sets/lists/base: md.amd64 md.i386 md.loongson md.macppc md.palm md.sparc md.sparc64 md.zaurus distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/28 22:23:48 Modified files: gnu/usr.bin/binutils/bfd: config.bfd Log message: Add ecoff as possible targets for the mips ports, to be able to muild ecoff moot blocks on sgi. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/28 23:52:07 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: Update to thunderbird 11.0.1. Fixes: Bug 735940 - if filter target folder is moved, all subsequent filters got their targets set to this folder Bug 733731 - hang when switching folders on IMAP server CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:05:14 Modified files: graphics/qiv : Makefile distinfo graphics/qiv/patches: patch-Makefile Log message: Update to qiv-2.2.4. from Gonzalo L. R. with some tweaks. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:19:12 Modified files: net/gtk-gnutella: Makefile distinfo net/gtk-gnutella/patches: patch-Configure patch-src_if_gnet_property_c net/gtk-gnutella/pkg: PLIST Log message: Update to gtk-gnutella-0.97.1. from Gonzalo L. R. with some tweaks. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:25:16 Modified files: devel/libnotify: Makefile distinfo devel/libnotify/pkg: PLIST Log message: Update to libnotify-0.7.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:25:42 Modified files: sysutils/notification-daemon: Makefile distinfo sysutils/notification-daemon/pkg: PLIST Log message: Update to notification-daemon-0.7.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:26:38 Modified files: devel/dconf : Makefile distinfo devel/dconf/patches: patch-bin_Makefile_in patch-client_Makefile_in patch-dbus-1_Makefile_in patch-editor_Makefile_in patch-engine_dconf-engine_c devel/dconf/pkg: PLIST-editor PLIST-main Removed files: devel/dconf/patches: patch-bin_dconf-update_vala patch-editor_dconf-editor_desktop_in Log message: Update to dconf-0.12.0. This starts the update to GNOME 3.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:27:12 Modified files: devel/gsettings-desktop-schemas: Makefile distinfo devel/gsettings-desktop-schemas/pkg: PLIST Log message: Update to gsettings-desktop-schemas-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:28:07 Modified files: net/glib2-networking: Makefile distinfo net/glib2-networking/pkg: PLIST Log message: Update to glib2-networking-2.32.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:29:08 Modified files: devel/gobject-introspection: Makefile distinfo devel/gobject-introspection/patches: patch-giscanner_dumper_py patch-giscanner_scannermain_py patch-giscanner_sourcescanner_py devel/gobject-introspection/pkg: PLIST Removed files: devel/gobject-introspection/patches: patch-Makefile_in patch-configure patch-giscanner_shlibs_py Log message: Update to gobject-introspection-1.31.22. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:30:10 Modified files: devel/py-gobject3: Makefile distinfo devel/py-gobject3/pkg: PLIST Log message: Update to py-gobject3-3.2.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:30:50 Modified files: x11/gnome/libgnome-keyring: Makefile distinfo x11/gnome/libgnome-keyring/pkg: PLIST Log message: Update to libgnome-keyring-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:31:59 Modified files: devel/libsoup : Makefile distinfo Removed files: devel/libsoup/patches: patch-libsoup_soup-http-input-stream_c Log message: Update to libsoup-2.38.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:32:39 Modified files: x11/gnome/librsvg: Makefile distinfo x11/gnome/librsvg/pkg: PLIST Log message: Update to librsvg-2.36.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:33:22 Modified files: x11/gnome/tweak-tool: Makefile distinfo x11/gnome/tweak-tool/pkg: PLIST Log message: Update to gnome-tweak-tool-3.3.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:34:16 Modified files: x11/gnome/gvfs : Makefile distinfo x11/gnome/gvfs/pkg: PLIST-main Added files: x11/gnome/gvfs/patches: patch-daemon_gvfsafpserver_h Removed files: x11/gnome/gvfs/patches: patch-config_h_in patch-configure_ac patch-daemon_gvfsjobunmount_c patch-monitor_proxy_gproxyvolumemonitor_c Log message: Update to gvfs-1.11.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:35:37 Modified files: x11/gnome/icon-theme: Makefile distinfo x11/gnome/icon-theme/pkg: PLIST Log message: Update to gnome-icon-theme-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:36:20 Modified files: x11/gnome/icon-theme-symbolic: Makefile distinfo x11/gnome/icon-theme-symbolic/pkg: PLIST Log message: Update to gnome-icon-theme-symbolic-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:36:59 Modified files: x11/gnome/yelp-xsl: Makefile distinfo x11/gnome/yelp-xsl/pkg: PLIST Removed files: x11/gnome/yelp-xsl/patches: patch-Makefile_in Log message: Update to yelp-xsl-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:37:25 Modified files: x11/gnome/yelp-tools: Makefile distinfo Log message: Update to yelp-tools-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:38:02 Modified files: www/gtkhtml4 : Makefile distinfo Log message: Update to gtkhtml4-4.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:38:37 Modified files: x11/gnome/libgnomekbd: Makefile distinfo x11/gnome/libgnomekbd/pkg: PLIST Log message: Update to libgnomekbd-3.4.0.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:39:20 Modified files: devel/libgdata : Makefile distinfo devel/libgdata/pkg: PLIST Log message: Update to libgdata-0.11.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:40:01 Modified files: x11/gnome/libcryptui: Makefile distinfo Log message: Update to libcryptui-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:40:34 Modified files: devel/libwnck3 : Makefile distinfo devel/libwnck3/pkg: PLIST Log message: Update to libwnck3-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:41:05 Modified files: x11/gnome/yelp : Makefile distinfo x11/gnome/yelp/patches: patch-configure patch-libyelp_yelp-view_c x11/gnome/yelp/pkg: PLIST Log message: Update to yelp-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:42:00 Modified files: graphics/simple-scan: Makefile distinfo graphics/simple-scan/patches: patch-configure patch-src_simple-scan_c graphics/simple-scan/pkg: PLIST Log message: Update to simple-scan-3.3.92. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:42:45 Modified files: x11/gnome/gucharmap: Makefile distinfo x11/gnome/gucharmap/pkg: PLIST Log message: Update to gucharmap-3.3.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:43:54 Modified files: x11/gnome/online-accounts: Makefile distinfo x11/gnome/online-accounts/pkg: PLIST Removed files: x11/gnome/online-accounts/patches: patch-doc_Makefile_in patch-src_goabackend_goalogging_c Log message: Update to gnome-online-accounts-3.3.92. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:45:21 Modified files: databases/evolution-data-server: Makefile distinfo databases/evolution-data-server/patches: patch-addressbook_backends_file_e-book-backend-file_c patch-addressbook_backends_ldap_e-book-backend-ldap_c patch-addressbook_backends_vcf_e-book-backend-vcf_c patch-calendar_libedata-cal_e-cal-backend-intervaltree_c patch-camel_camel-search-sql-sexp_c patch-camel_providers_local_camel-maildir-summary_c patch-tests_libedata-cal_Makefile_in databases/evolution-data-server/pkg: PLIST Added files: databases/evolution-data-server/patches: patch-camel_providers_pop3_camel-pop3-folder_c Log message: Update to evolution-data-server-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:45:57 Modified files: x11/gnome/zenity: Makefile distinfo x11/gnome/zenity/pkg: PLIST Removed files: x11/gnome/zenity/patches: patch-src_progress_c patch-src_tree_c Log message: Update to zenity-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:46:31 Modified files: x11/gnome/desktop: Makefile distinfo x11/gnome/desktop/patches: patch-libgnome-desktop_gnome-desktop-thumbnail_c x11/gnome/desktop/pkg: PLIST Added files: x11/gnome/desktop/patches: patch-libgnome-desktop_Makefile_in Log message: Update to gnome-desktop-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:46:57 Modified files: x11/gnome/menus: Makefile distinfo x11/gnome/menus/pkg: PLIST Log message: Update to gnome-menus-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:47:52 Modified files: x11/gnome/settings-daemon: Makefile distinfo x11/gnome/settings-daemon/pkg: PLIST Added files: x11/gnome/settings-daemon/patches: patch-configure patch-plugins_Makefile_in Removed files: x11/gnome/settings-daemon/patches: patch-plugins_color_gcm-dmi_c patch-plugins_power_gsd-backlight-helper_c Log message: Update to gnome-settings-daemon-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:48:21 Modified files: x11/gnome/icon-theme-extras: Makefile distinfo x11/gnome/icon-theme-extras/pkg: PLIST Log message: Update to gnome-icon-theme-extras-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:49:00 Modified files: x11/gnome/user-docs: Makefile distinfo x11/gnome/user-docs/pkg: PLIST Log message: Update to gnome-user-docs-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:50:16 Modified files: x11/gnome/gcr : Makefile x11/gnome/gcr/pkg: PLIST Log message: USE_LIBTOOL=gnu and properly bump shared libs. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:50:50 Modified files: x11/gnome : Makefile Log message: +gcr CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:51:38 Modified files: x11/gnome/keyring: Makefile distinfo x11/gnome/keyring/patches: patch-pkcs11_secret-store_gkm-secret-binary_c x11/gnome/keyring/pkg: PLIST Added files: x11/gnome/keyring/patches: patch-pkcs11_secret-store_tests_dump-keyring0-format_c patch-pkcs11_wrap-layer_tests_mock-secret-store_c Removed files: x11/gnome/keyring/pkg: PFRAG.shared Log message: Update to gnome-keyring-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:52:10 Modified files: x11/gnome/metacity: Makefile distinfo x11/gnome/metacity/pkg: PLIST Removed files: x11/gnome/metacity/patches: patch-src_core_prefs_c Log message: Update to metacity-2.34.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:53:15 Modified files: x11/gnome/panel: Makefile distinfo x11/gnome/panel/patches: patch-gnome-panel_panel-menu-items_c x11/gnome/panel/pkg: PLIST Removed files: x11/gnome/panel/patches: patch-gnome-panel_panel-addto_c patch-gnome-panel_panel-menu-bar_c patch-gnome-panel_panel-properties-dialog_ui patch-gnome-panel_panel-run-dialog_ui Log message: Update to gnome-panel-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:53:44 Modified files: x11/gnome/screensaver: Makefile distinfo Log message: Updtae to gnome-screensaver-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:54:06 Modified files: x11/gnome/terminal: Makefile distinfo Log message: Update to gnome-terminal-3.4.0.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:54:47 Modified files: x11/gtksourceview3: Makefile distinfo x11/gtksourceview3/pkg: PLIST Log message: Update to gtksourceview3-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:55:36 Modified files: x11/gnome/color-manager: Makefile distinfo x11/gnome/color-manager/patches: patch-configure x11/gnome/color-manager/pkg: PLIST Log message: Update to gnome-color-manager-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:56:25 Modified files: mail/evolution : Makefile distinfo mail/evolution/patches: patch-mail_em-utils_h patch-modules_bogofilter_evolution-bogofilter_c patch-modules_spamassassin_evolution-spamassassin_c mail/evolution/pkg: PLIST-main PLIST-plugins Added files: mail/evolution/patches: patch-calendar_alarm-notify_alarm_c Removed files: mail/evolution/patches: patch-addressbook_gui_widgets_eab-gui-util_c patch-calendar_gui_alarm-notify_alarm_c patch-plugins_pst-import_pst-importer_c Log message: Update to evolution-3.4.0.1. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2012/03/29 00:57:02 Modified files: sys/dev/acpi : acpi.c Log message: Prevent hibernation attempts on machines with unsupported disk controllers. The same check is also performed later in the hibernate sequence, but by then it's too late to cleanly unwind (presently). ok deraadt CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:57:03 Modified files: x11/gnome/controlcenter: Makefile distinfo x11/gnome/controlcenter/patches: patch-panels_common_Makefile_in patch-panels_printers_cc-printers-panel_c patch-panels_printers_pp-new-printer-dialog_c patch-panels_user-accounts_Makefile_in patch-panels_user-accounts_um-user_c x11/gnome/controlcenter/pkg: PLIST Added files: x11/gnome/controlcenter/patches: patch-configure patch-panels_Makefile_in Removed files: x11/gnome/controlcenter/patches: patch-panels_info_cc-info-panel_c patch-panels_sound_gvc-mixer-dialog_c patch-panels_sound_gvc-stream-status-icon_c Log message: Update to gnome-control-center-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:57:42 Modified files: x11/gnome/totem-pl-parser: Makefile distinfo x11/gnome/totem-pl-parser/pkg: PLIST Log message: Update to totem-pl-parser-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:58:10 Modified files: x11/gnome/nettool: Makefile distinfo x11/gnome/nettool/patches: patch-src_nettool_c Removed files: x11/gnome/nettool/patches: patch-src_scan_c Log message: Update to gnome-nettool-3.1.1. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2012/03/29 00:58:10 Modified files: sys/dev/acpi : acpi.c Log message: Missing #ifdef in previous diff CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:58:43 Modified files: x11/gnome/power-manager: Makefile distinfo x11/gnome/power-manager/pkg: PLIST Removed files: x11/gnome/power-manager/patches: patch-configure_ac Log message: Update to gnome-power-manager-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:59:13 Modified files: mail/evolution-ews: Makefile distinfo mail/evolution-ews/pkg: PLIST Log message: Unbreak by updating to evolution-ews-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 00:59:48 Modified files: mail/evolution-exchange: Makefile distinfo mail/evolution-exchange/pkg: PLIST Log message: Update to evolution-exchange-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:00:26 Modified files: mail/evolution-rss: Makefile distinfo Log message: Update to evolution-rss-0.3.91. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:01:08 Modified files: x11/gnome/rygel: Makefile distinfo x11/gnome/rygel/pkg: PLIST Log message: Update to rygel-0.14.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:02:18 Modified files: x11/gnome/nautilus: Makefile distinfo x11/gnome/nautilus/pkg: PLIST Removed files: x11/gnome/nautilus/patches: patch-src_nautilus-application_c Log message: Update to nautilus-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:02:53 Modified files: x11/gnome/file-roller: Makefile distinfo x11/gnome/file-roller/pkg: PLIST-main Log message: Update to file-roller-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:03:31 Modified files: graphics/evince: Makefile distinfo graphics/evince/pkg: PLIST-djvu PLIST-dvi PLIST-main Log message: Update to evince-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:03:58 Modified files: x11/gnome/backgrounds: Makefile distinfo x11/gnome/backgrounds/pkg: PLIST Log message: Update to gnome-backgrounds-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:04:30 Modified files: x11/gnome/at-spi2-core: Makefile distinfo x11/gnome/at-spi2-core/pkg: PLIST Log message: Update to at-spi2-core-2.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:04:56 Modified files: x11/gnome/at-spi2-atk: Makefile distinfo x11/gnome/at-spi2-atk/pkg: PLIST Log message: Update to at-spi2-atk-2.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:05:25 Modified files: x11/gnome/py-atspi: Makefile distinfo Log message: Update to py-atspi-2.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:06:02 Modified files: x11/gnome/genius: Makefile distinfo x11/gnome/genius/pkg: PLIST Log message: Update to genius-1.0.15. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:06:36 Modified files: x11/gnome/gedit: Makefile distinfo x11/gnome/gedit/patches: patch-gedit_gedit-metadata-manager_c x11/gnome/gedit/pkg: PLIST Log message: Update to gedit-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:07:28 Modified files: x11/gnome/media: Makefile distinfo x11/gnome/media/pkg: PLIST Log message: Update to gnome-media-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:08:47 Modified files: x11/gnome/media: Makefile Log message: Add a small comment. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:09:28 Modified files: x11/gnome/gedit-plugins: Makefile distinfo x11/gnome/gedit-plugins/pkg: PLIST Log message: Update to gedit-plugins-3.3.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:10:11 Modified files: x11/gnome/gedit-latex: Makefile distinfo x11/gnome/gedit-latex/patches: patch-latex_latex_environment_py x11/gnome/gedit-latex/pkg: PLIST Log message: Update to gedit-latex-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:10:32 Modified files: x11/gnome/nautilus-sendto: Makefile distinfo x11/gnome/nautilus-sendto/pkg: PLIST Log message: Update to nautilus-sendto-3.0.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:12:00 Modified files: net/telepathy/folks: Makefile distinfo net/telepathy/folks/pkg: PLIST-main Removed files: net/telepathy/folks/patches: patch-backends_tracker_Makefile_am patch-backends_tracker_lib_Makefile_am patch-backends_tracker_lib_folks-tracker-uninstalled_pc_in patch-backends_tracker_lib_folks-tracker_deps_in patch-backends_tracker_lib_folks-tracker_pc_in patch-configure_ac patch-tests_lib_tracker_Makefile_am patch-tests_tracker_Makefile_am Log message: Update to folks-0.6.8. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:12:38 Modified files: x11/gnome/eog : Makefile distinfo x11/gnome/eog/pkg: PLIST Log message: Update to eog-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:13:55 Modified files: x11/gnome/eog-plugins: Makefile distinfo x11/gnome/eog-plugins/pkg: PLIST Log message: Update to eog-plugins-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:14:28 Modified files: x11/gnome/system-monitor: Makefile distinfo x11/gnome/system-monitor/pkg: PLIST Added files: x11/gnome/system-monitor/patches: patch-src_procproperties_cpp Removed files: x11/gnome/system-monitor/patches: patch-src_lsof_cpp Log message: Update to gnome-system-monitor-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:15:05 Modified files: x11/gnome/gcalctool: Makefile distinfo x11/gnome/gcalctool/pkg: PLIST Log message: Update to gcalctool-6.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:15:37 Modified files: x11/gnome/seahorse: Makefile distinfo x11/gnome/seahorse/pkg: DESCR PLIST Log message: Update to seahorse-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:16:13 Modified files: textproc/gtranslator: Makefile distinfo textproc/gtranslator/patches: patch-man_Makefile_in textproc/gtranslator/pkg: PLIST Log message: Update to gtranslator-2.91.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:16:43 Modified files: x11/gnome/seahorse-sharing: Makefile distinfo x11/gnome/seahorse-sharing/pkg: PLIST Log message: Update to seahorse-sharing-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:17:06 Modified files: x11/gnome/vino : Makefile distinfo Log message: Update to vino-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:17:38 Modified files: x11/gnome/gdl : Makefile distinfo x11/gnome/gdl/pkg: PLIST Log message: Update to gdl-3.4.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:18:11 Modified files: x11/gnome/orca : Makefile distinfo x11/gnome/orca/pkg: PLIST Log message: Update to orca-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:18:40 Modified files: x11/gnome/mousetweaks: Makefile distinfo x11/gnome/mousetweaks/pkg: PLIST Log message: Update to mousetweaks-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:19:06 Modified files: x11/gnome/ghex : Makefile distinfo x11/gnome/ghex/pkg: PLIST Log message: Update to ghex-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:19:46 Modified files: devel/glade : Makefile distinfo devel/glade/pkg: PLIST Removed files: devel/glade/patches: patch-configure Log message: Update to glade-3.12.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:20:17 Modified files: x11/gnome/devhelp: Makefile distinfo x11/gnome/devhelp/pkg: PLIST Log message: Update to devhelp-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:20:45 Modified files: x11/gnome/devel-docs: Makefile distinfo x11/gnome/devel-docs/pkg: PLIST Log message: Update to gnome-devel-docs-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:21:18 Modified files: x11/gnome/vinagre: Makefile distinfo x11/gnome/vinagre/pkg: PLIST Removed files: x11/gnome/vinagre/patches: patch-Makefile_in patch-vinagre_vinagre-bookmarks-migration_c patch-vinagre_vinagre-bookmarks-ui_c patch-vinagre_vinagre-bookmarks_c patch-vinagre_vinagre-cache-prefs_c patch-vinagre_vinagre-commands_c patch-vinagre_vinagre-connect_c patch-vinagre_vinagre-connection_c patch-vinagre_vinagre-notebook_c patch-vinagre_vinagre-prefs_c patch-vinagre_vinagre-ssh_c patch-vinagre_vinagre-window_c Log message: Update to vinagre-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:22:04 Modified files: x11/gnome/anjuta: Makefile distinfo x11/gnome/anjuta/patches: patch-plugins_project-wizard_templates_pygtk_src_main_py patch-plugins_project-wizard_templates_python_src_main_py patch-plugins_symbol-db_symbol-db-engine-core_c x11/gnome/anjuta/pkg: PLIST Added files: x11/gnome/anjuta/patches: patch-libanjuta_tests_Makefile_in Removed files: x11/gnome/anjuta/patches: patch-configure_ac Log message: Update to anjuta-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:22:49 Modified files: x11/gnome/anjuta-extras: Makefile distinfo x11/gnome/anjuta-extras/pkg: PLIST Log message: Update to anjuta-extras-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:23:22 Modified files: x11/gnome/session: Makefile distinfo x11/gnome/session/patches: patch-gnome-session_gsm-consolekit_c patch-tools_gnome-session-check-accelerated-helper_c x11/gnome/session/pkg: PLIST Log message: Update to gnome-session-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:23:46 Modified files: x11/gnome : gnome.port.mk Log message: Bump doc-utils and vala versions. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:24:25 Modified files: devel/libgee : Makefile distinfo devel/libgee/pkg: PFRAG.shared PLIST Log message: Update to libgee-0.7.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:25:22 Log message: Re-import old libgee-0.6.4 as libgee06 to ease transition to the new libgee. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120329 N ports/devel/libgee06/Makefile N ports/devel/libgee06/distinfo N ports/devel/libgee06/pkg/DESCR N ports/devel/libgee06/pkg/PLIST N ports/devel/libgee06/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:25:49 Modified files: devel : Makefile Log message: +libgee06 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:28:05 Modified files: x11/gnome/tracker: Makefile Log message: WANTLIB, DEPENDS... after evolution update. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:34:34 Modified files: x11/gnome : Makefile Log message: -gnome-utils +baobab +gnome-dictionary +gnome-font-viewer +gnome-screenshot +gnome-search-tool +gnome-system-log CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:37:16 Modified files: graphics/shotwell: Makefile distinfo graphics/shotwell/pkg: PLIST Log message: Get the tarball from official repo and update to 0.11.93. Use libgee06. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:37:53 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: gnome-utils => gnome-search-tool (had to pick one). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:38:22 Removed files: x11/gnome/utils: Makefile distinfo x11/gnome/utils/pkg: DESCR PLIST Log message: Remove gnome-utils, it's been split into: baobab gnome-dictionary gnome-font-viewer gnome-screenshot gnome-search-tool gnome-system-log CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:42:14 Modified files: meta/gnome : Makefile Log message: Bump to gnome-3.4.0. This finishes the main update to GNOME 3.4. There is a couple of known runtime issues that are being worked on. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:45:55 Modified files: x11/gnome : gnome.port.mk Log message: Bump gobject-introspection requirements. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:46:17 Modified files: devel/gobject-introspection: Makefile distinfo Log message: Update to stable gobject-introspection-1.32.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:47:24 Modified files: x11/gnome/gucharmap: Makefile distinfo Log message: Update to stable gucharmap-3.4.0.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:49:23 Modified files: x11/gnome/gvfs : Makefile distinfo Log message: Update to stable gvfs-1.12.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 01:51:25 Modified files: x11/gnome/online-accounts: Makefile distinfo Log message: Update to stable gnome-online-accounts-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 02:10:23 Log message: Import seahorse-nautilus-3.4.0. Seahorse nautilus is an extension for nautilus which allows encryption and decryption of OpenPGP files using GnuPG. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120329 N ports/x11/gnome/seahorse-nautilus/Makefile N ports/x11/gnome/seahorse-nautilus/distinfo N ports/x11/gnome/seahorse-nautilus/pkg/DESCR N ports/x11/gnome/seahorse-nautilus/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 02:11:15 Modified files: x11/gnome : Makefile Log message: -seahorse-plugins +seahorse-nautilus CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 02:11:45 Removed files: x11/gnome/seahorse-plugins: Makefile distinfo x11/gnome/seahorse-plugins/pkg: DESCR PLIST Log message: seahorse-plugins is replaced wy seahorse-nautilus. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 02:12:12 Modified files: x11/gnome/nautilus: Makefile Log message: Mention seahorse-nautilus. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 02:12:33 Modified files: meta/gnome : Makefile Log message: x11/gnome/seahorse-plugins -> x11/gnome/seahorse-nautilus. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 02:12:58 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: seahorse-plugins => seahorse-nautilus CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 02:14:22 Modified files: sysutils/lat : Makefile Log message: Depend on gcr instead of gnome-keyring. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 02:15:17 Modified files: x11/gnome/empathy: Makefile Log message: gnome-keyring -> gcr CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/29 02:17:41 Modified files: x11/fbpanel : Makefile x11/fbpanel/patches: patch-plugins_pager_pager_c Added files: x11/fbpanel/patches: patch-plugins_image_image_c Log message: Better patch for pager icons. Replace deprecated gdk_pixbuf_unref() with g_object_unref(). CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/03/29 02:47:35 Modified files: share/man/man4/man4.sgi: gio.4 hpc.4 Log message: tweak previous; CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/29 02:51:26 Modified files: lang/lua : Makefile distinfo lang/lua/patches: patch-etc_lua_pc patch-src_Makefile Log message: Bugfix update to lua-5.1.5 (it's just lua-5.1.4 plus the distribution patch) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 02:59:58 Modified files: net/telepathy/telepathy-glib: Makefile distinfo net/telepathy/telepathy-glib/patches: patch-telepathy-glib_Makefile_in net/telepathy/telepathy-glib/pkg: PLIST Log message: Update to telepathy-glib-0.17.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 03:00:14 Modified files: x11/gnome/contacts: Makefile distinfo x11/gnome/contacts/pkg: PLIST Log message: Update to gnome-contacts-3.4.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/03/29 03:10:36 Modified files: x11/xfce4/garcon: Makefile distinfo x11/xfce4/garcon/pkg: PLIST Log message: Update to garcon 0.1.11. Rolls in the education category icon fix, adds hw/personal categories. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/03/29 03:30:05 Modified files: databases/mysql-zrm: Makefile databases/mysql-zrm/patches: patch-usr_bin_mysql-zrm-backup patch-usr_bin_mysql-zrm-verify-backup Log message: Fix scheduler and backup checksum handling in synchronous mode CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/03/29 05:03:59 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.loongson md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.palm md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: md.loongson md.sgi mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/29 05:38:01 Added files: x11/hs-gtk/patches: patch-Graphics_UI_Gtk_General_hsgthread_c x11/mono-gtk2/patches: patch-glib_glue_list_c patch-glib_glue_slist_c patch-glib_glue_thread_c Log message: fix build with latest glib CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 05:44:21 Modified files: x11/gnome/zenity: Makefile Added files: x11/gnome/zenity/patches: patch-src_progress_c patch-src_tree_c Log message: Resurrect the threading hacks, it seems rthreads doesn't help here. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/29 05:56:20 Modified files: www/phppgadmin : Makefile distinfo Log message: SECURITY update to phpPgAdmin 5.0.4, XSS in function.php CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/29 06:09:55 Added files: news/pan/patches: patch-pan_data-impl_data-impl_cc patch-pan_data_article-cache_h patch-pan_general_file-util_h patch-pan_general_locking_h patch-pan_general_macros_h patch-pan_general_time-elapsed_h patch-pan_general_worker-pool_cc patch-pan_general_worker-pool_h patch-pan_gui_render-bytes_cc patch-pan_gui_render-bytes_h patch-pan_tasks_socket-impl-gio_h patch-pan_usenet-utils_mime-utils_h patch-pan_usenet-utils_text-massager_cc Log message: fix build with latest glib, same changes as in upstream git; ok pea@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2012/03/29 06:28:27 Modified files: www/icedtea-web: Makefile Added files: www/icedtea-web/patches: patch-plugin_icedteanp_IcedTeaNPPlugin_cc patch-plugin_icedteanp_IcedTeaNPPlugin_h patch-plugin_icedteanp_IcedTeaPluginRequestProcessor_cc Log message: Correct improper use of condition variable. okay landry@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/29 06:29:10 Modified files: graphics/feh : Makefile Added files: graphics/feh/patches: patch-src_imlib_c patch-src_winwidget_c Log message: feh_magick_load_image: fix memory leak when encountering unloadable file (upstream git commit 8c8c1d5d52096a24e751f07d94972253a0e5054c) winwidget_allocate: memset winwid to zero (upstream git commit 82a976e0909e02ba8c25e4fd10d0e56a3e5c13ca) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 06:43:22 Modified files: databases/gq : Makefile distinfo databases/gq/patches: patch-src_state_c databases/gq/pkg: PLIST Added files: databases/gq/patches: patch-configure patch-data_gq_desktop_in patch-src_glib-helpers_c patch-src_glib-helpers_h patch-src_gq-hash_h patch-src_gq-main-loop_h patch-src_gq-server_c patch-src_gq-stack_c patch-src_gq-stack_h patch-src_gq-tab_h patch-src_syntax_h Removed files: databases/gq/patches: patch-configure_in patch-intl_dcigettext_c patch-src_Makefile_in patch-src_configfile_h patch-src_dt_password_c patch-src_encode_c patch-src_gq_desktop patch-src_util_c patch-src_xmlparse_c Log message: Unbreak by updating to gq-1.3.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 06:52:17 Modified files: net/libsocialweb: Makefile Log message: Fix DEPENDS/WANTLIB to unbreak. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 07:35:44 Modified files: textproc/gtranslator: Makefile Added files: textproc/gtranslator/patches: patch-data_org_gnome_gtranslator_gschema_xml_in_in Log message: Fix a warning with the schema file. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/29 07:38:13 Modified files: archivers/lzo : Makefile archivers/lzo2 : Makefile archivers/ucl : Makefile archivers/xz : Makefile astro/jday : Makefile astro/libnova : Makefile audio/celt : Makefile audio/esound : Makefile audio/ksmp3play: Makefile audio/liba52 : Makefile audio/libao : Makefile audio/libid3tag: Makefile audio/libmad : Makefile audio/libmikmod: Makefile audio/libofa : Makefile audio/libogg : Makefile audio/libvorbis: Makefile audio/madplay : Makefile audio/mpg123 : Makefile audio/mpg321 : Makefile audio/nap : Makefile audio/opennap : Makefile audio/rsynth : Makefile audio/snack : Makefile audio/tempest : Makefile audio/vorbis-tools: Makefile audio/wavpack : Makefile audio/wmmp3 : Makefile benchmarks/bonnie: Makefile comms/bottlerocket: Makefile comms/flipit : Makefile comms/lrzsz : Makefile converters/libiconv: Makefile databases/openldap: Makefile databases/openldap23: Makefile databases/pg_top: Makefile databases/soprano: Makefile databases/sqliteman: Makefile databases/strigi: Makefile devel/argp-standalone: Makefile devel/arm-elf/gcc: Makefile devel/atlas : Makefile devel/avr/gcc : Makefile devel/cflow : Makefile devel/cmake : Makefile cmake.port.mk devel/ddd : Makefile devel/ectags : Makefile devel/glib : Makefile devel/gmake : Makefile devel/gsl : Makefile devel/gtest : Makefile devel/guilib : Makefile devel/help2man : Makefile Log message: Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't make a distinction between these. ok aja@ dcoppa@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/29 07:38:31 Modified files: devel/id-utils : Makefile devel/kdiff3 : Makefile devel/libaudiofile: Makefile devel/libdockapp: Makefile devel/libhid : Makefile devel/libopensync: Makefile devel/libproplist: Makefile devel/libsigc++-2: Makefile devel/libsigsegv: Makefile devel/libvstr : Makefile devel/libyajl : Makefile devel/llvm : Makefile devel/mpfr : Makefile devel/msp430/gcc: Makefile devel/popt : Makefile devel/protobuf : Makefile devel/protobuf-c: Makefile devel/qt-creator: Makefile devel/sdl : Makefile devel/sdl-net : Makefile devel/sdl-ttf : Makefile devel/sdlmm : Makefile devel/smpeg : Makefile editors/nano : Makefile editors/tea : Makefile editors/xemacs21-sumo: Makefile education/verbiste: Makefile games/fire : Makefile games/heroes : Makefile games/moria : Makefile games/newvox : Makefile games/pokerth : Makefile games/quake2 : Makefile games/sdlroids : Makefile graphics/agg : Makefile graphics/aqsis : Makefile graphics/cairomm: Makefile graphics/ctl : Makefile graphics/darktable: Makefile graphics/dcraw : Makefile graphics/dmtx-utils: Makefile graphics/dumpmpeg: Makefile graphics/enjoympeg: Makefile graphics/gifsicle: Makefile graphics/gii : Makefile graphics/gle : Makefile graphics/hugin : Makefile graphics/imlib : Makefile graphics/imlib2: Makefile graphics/iview : Makefile graphics/jbig2dec: Makefile graphics/jpeg : Makefile graphics/libdivxdecore: Makefile graphics/libexif: Makefile Log message: Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't make a distinction between these. ok aja@ dcoppa@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/29 07:38:41 Modified files: graphics/liblqr: Makefile graphics/libpano13: Makefile graphics/libvidcap: Makefile graphics/libxmi: Makefile graphics/openexr: Makefile graphics/openexr-ctl: Makefile graphics/openexr-viewers: Makefile graphics/smpeg-xmms: Makefile graphics/synaesthesia: Makefile graphics/tiff : Makefile graphics/tkimg : Makefile graphics/tkpng : Makefile graphics/vcdimager: Makefile lang/clisp : Makefile lang/eltclsh : Makefile lang/expect : Makefile lang/gcc/3.4 : Makefile lang/gcc/4.0 : Makefile lang/gcc/4.1 : Makefile lang/gfortran : Makefile lang/jamvm : Makefile lang/jikes : Makefile lang/newlisp : Makefile lang/squeak/vm : Makefile lang/tcl/8.4 : Makefile lang/tcl/8.5 : Makefile mail/avenger : Makefile mail/dspam : Makefile mail/fetchmail : Makefile mail/isync : Makefile mail/msmtp : Makefile mail/solid-pop3d: Makefile mail/wmmail : Makefile math/calcoo : Makefile math/fftw3 : Makefile math/galculator: Makefile math/netcdf : Makefile math/octave : Makefile misc/brltty : Makefile misc/delay : Makefile misc/dtcltiny : Makefile misc/fileutils : Makefile misc/memchan : Makefile misc/rpm : Makefile misc/sh-utils : Makefile misc/vttest : Makefile multimedia/gstreamer-0.10: Makefile.inc multimedia/kaffeine: Makefile multimedia/libmms: Makefile multimedia/libtheora: Makefile multimedia/transcode: Makefile net/GeoIP : Makefile net/coccinella : Makefile net/epic4 : Makefile Log message: Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't make a distinction between these. ok aja@ dcoppa@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/29 07:38:49 Modified files: net/ezstream : Makefile net/filezilla : Makefile net/flow-tools : Makefile net/fping : Makefile net/gloox : Makefile net/httptunnel : Makefile net/icecast : Makefile net/ices : Makefile net/ices2 : Makefile net/iplog : Makefile net/ircII : Makefile net/jftpgw : Makefile net/jnettop : Makefile net/ldns : Makefile.inc net/libshout : Makefile net/mutella : Makefile net/nload : Makefile net/onioncat : Makefile net/openconnect: Makefile net/openvpn : Makefile net/openvpn-auth-ldap: Makefile net/pidgin : Makefile net/plushs : Makefile net/poco : Makefile net/pure-ftpd : Makefile net/quagga : Makefile net/rsync : Makefile net/samba : Makefile net/scamper : Makefile net/sing : Makefile net/snort : Makefile net/tclcurl : Makefile net/tcludp : Makefile net/tcpslice : Makefile net/ttcp : Makefile net/unbound : Makefile net/weex : Makefile net/wmnetload : Makefile net/ziproxy : Makefile net/znc : Makefile news/trn : Makefile plan9/9libs : Makefile plan9/rc : Makefile plan9/wily : Makefile print/freetype : Makefile print/lyx : Makefile print/psdim : Makefile productivity/ledger: Makefile security/libgpg-error: Makefile security/libgsasl: Makefile security/oath-toolkit: Makefile security/portscanner: Makefile security/scanssh: Makefile security/stunnel: Makefile Log message: Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't make a distinction between these. ok aja@ dcoppa@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/29 07:39:01 Modified files: security/tcltls: Makefile security/vomit : Makefile shells/es : Makefile sysutils/autossh: Makefile sysutils/dcfldd: Makefile sysutils/dtpstree: Makefile sysutils/e2fsprogs: Makefile sysutils/freeipmi: Makefile sysutils/ipmitool: Makefile sysutils/mtools: Makefile sysutils/smartmontools: Makefile textproc/docbook: Makefile textproc/docbook-dsssl: Makefile textproc/docbook2x: Makefile textproc/ebook-tools: Makefile textproc/gdiff : Makefile textproc/icu4c : Makefile textproc/libwbxml: Makefile www/bk2site : Makefile www/cronolog : Makefile www/fcgi-cgi : Makefile www/libghttp : Makefile www/mod_jk : Makefile www/mod_ruby : Makefile www/squid : Makefile www/tinyproxy : Makefile x11/chbg : Makefile x11/dbus : Makefile x11/dbus-glib : Makefile x11/devilspie : Makefile x11/enlightenment: Makefile x11/fluxbox : Makefile x11/fvwm2 : Makefile x11/gtk2mm : Makefile x11/gtkglarea : Makefile x11/numlockx : Makefile x11/oroborus : Makefile x11/peksystray : Makefile x11/qt4 : Makefile x11/tk/8.4 : Makefile x11/tk/8.5 : Makefile x11/tkhtml : Makefile x11/tktable : Makefile x11/tktray : Makefile x11/tktreectrl : Makefile x11/windowmaker: Makefile x11/wmi : Makefile x11/wmpinboard : Makefile x11/wmthemeinstall: Makefile x11/xbindkeys : Makefile x11/xcursorgen : Makefile x11/xrestop : Makefile x11/xsel : Makefile x11/xwrits : Makefile Log message: Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't make a distinction between these. ok aja@ dcoppa@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 07:39:16 Modified files: textproc/gtranslator/patches: patch-data_org_gnome_gtranslator_gschema_xml_in_in Log message: Fix comment, no pkg change. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/29 07:41:58 Modified files: infrastructure/templates: Makefile.template Log message: SEPARATE_BUILD=simple->Yes CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 07:42:38 Modified files: textproc/gtranslator/patches: patch-data_org_gnome_gtranslator_gschema_xml_in_in Log message: Committed upstream. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/03/29 07:54:17 Modified files: audio/pianobar : Makefile Added files: audio/pianobar/patches: patch-src_libwaitress_waitress_c Log message: Correctly initialize fd using -1 (upstream git commit 7d659d4bd624b3100b0c0852039648d7803cbaf9) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 08:57:00 Modified files: productivity/gnucash: Makefile distinfo productivity/gnucash/patches: patch-configure productivity/gnucash/pkg: PLIST Removed files: productivity/gnucash/patches: patch-src_gnome-utils_gnc-frequency_c patch-src_gnome-utils_gnc-html-graph-gog_c Log message: Update to gnucash-2.4.10. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 08:58:25 Modified files: net/libproxy : Makefile distinfo net/libproxy/patches: patch-libmodman_CMakeLists_txt patch-libproxy_CMakeLists_txt patch-libproxy_cmake_libproxy_cmk patch-libproxy_cmake_modules_cmk net/libproxy/pkg: PLIST-main PLIST-mozilla PLIST-webkit Log message: Update to libproxy-0.4.7. Moves from gconf to gsettings. Comment the mozilla FLAVOR for now as it requires a newer xulrunner. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 09:00:19 Modified files: geo/geoclue : Makefile net/glib2-networking: Makefile net/openconnect: Makefile x11/vlc : Makefile Log message: Sync dependencies after libproxy update. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/29 09:45:43 Modified files: graphics/openjpeg: Makefile distinfo graphics/openjpeg/pkg: PLIST Added files: graphics/openjpeg/patches: patch-configure Removed files: graphics/openjpeg/patches: patch-Makefile patch-libopenjpeg_opj_malloc_h Log message: update to OpenJPEG 1.5.0, take maintainership. ok todd@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 10:34:43 Modified files: x11/gnome : gnome.port.mk Log message: If gtk-doc is installed at configure stage but get removed after, the build will fail because gtkdoc-rebase will fail to run. --disable-gtk-doc has no effect on this behaviour so force setting ac_cv_path_* in CONFIGURE_ENV. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 10:35:02 Modified files: share/man/man5 : port-modules.5 Log message: The gnome MODULE also modify CONFIGURE_ENV. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 10:35:46 Modified files: textproc/gtranslator: Makefile Log message: gtk-doc is not needed anymore. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 10:39:36 Modified files: mail/evolution : Makefile Log message: Remove -Wl,--as-needed from alarm-notify; it makes it crash with the (in)famous lazy binding failed on pthread_* CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/03/29 11:09:42 Modified files: share/man/man4 : divert.4 Log message: avoid line wrap in EXAMPLES; from Thomas Pfaff CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 11:55:49 Modified files: de : 51.html cvsync.html index.html faq/de : faq1.html faq15.html faq5.html index.html faq/nl : faq15.html faq5.html index.html nl : index.html openbgpd/de : goals.html index.html manual.html papers.html openbgpd/nl : index.html Removed files: de : cvsup.html ru : cvsup.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 12:07:27 Modified files: editors/emacs23: Makefile Added files: editors/emacs23/patches: patch-src_xgselect_c Log message: Fix the infinite loop with new glib reported by matthieu@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 12:57:10 Modified files: lang/librep : Makefile Log message: Compile with -pthread so that we can open libglib-2.0 without dying on the (in)famous lazy binding failed! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 12:57:41 Modified files: x11/sawfish : Makefile Removed files: x11/sawfish/pkg: MESSAGE Log message: Unbreak now that librep has been fixed. While here, remove old MESSAGE. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 13:04:27 Modified files: net : Makefile Log message: Don't build the mozilla FLAVOR for libproxy. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/03/29 14:08:22 Modified files: usr.bin/aucat : file.c file.h listen.c pipe.c Log message: Don't spin if accept() fails because it is out of file descriptors, instead set a flag that skips the listening socket from the poll() event loop. The flag is cleared whenever a file descriptor is closed allowing accept() to be retried. Explained by deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/29 14:18:44 Modified files: sys/arch/sgi/conf: GENERIC-IP22 RAMDISK-IP22 Log message: Link IP22 kernels at 8MB rather than 1MB, to prevent bsd.rd from overlapping the PROM data area. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/29 14:22:18 Modified files: sys/arch/sgi/stand/boot: Makefile boot.c Added files: sys/arch/sgi/stand/boot: version Log message: Put more smarts into the limited bootblocks brain; they will now happily recognize a kernel bootpath (when not autobooting) even if it does not start with a /, and will also recognize when this is a full path (e.g. bootp()mykernel), in which case OSLoadPartition does not need to be prepended to the constructed path. This will allow ELF kernels to be booted on ELF-unaware PROM with bootp()bootecoff bootp()kernel without doomed-to-fail tomfoolery to convert the 64-bit ELF kernel to a 32-bit ECOFF binary. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/29 14:27:53 Modified files: distrib/notes/sgi: contents hardware install prep whatis distrib/sgi/ramdisk: Makefile list etc/etc.sgi : Makefile.inc ttys Log message: Hook IP22 kernels to the build, and document how to boot the installation media on them. Try to be helpful and explain how things may fail on the older PROM and what to do about this. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/03/29 16:04:28 Modified files: usr.bin/tsort : tsort.1 tsort.c Log message: there must be an even number of node names, not pairs; from Jan Stary CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/03/29 17:54:36 Modified files: usr.bin/ssh : channels.c channels.h servconf.c Log message: Add PermitOpen none option based on patch from Loganaden Velvindron (bz #1949). ok djm@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/29 23:49:50 Modified files: productivity/tryton/trytond: Makefile distinfo Log message: SECURITY update to trytond-2.2.2. * Don't allow rpc call on ModelStorage without ModelView (CVE-2012-0215). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/30 00:09:54 Modified files: audio/umurmur/patches: patch-src_main_c Added files: devel/commoncpp/patches: patch-src_process_cpp sysutils/heartbeat/patches: patch-lib_clplumbing_realtime_c patch-lib_stonith_expect_c multimedia/libdv/patches: patch-encodedv_dvconnect_c Log message: Fix some ports improperly using the POSIX feature test macros. Just checking if they're defined is wrong as -1 is a valid value to indicate the feature is not supported. No package bumps as the code sections in question are not being built at the moment. from Brad CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/03/30 00:40:36 Modified files: usr.sbin/apm : apm.8 apm.c Log message: document ZZZ; ok deraadt CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/03/30 00:42:29 Modified files: usr.sbin/apm : apm.8 Log message: tweak FILES and HISTORY; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/30 00:47:40 Modified files: net/ushare : Makefile Log message: Remove myself from MAINTAINER. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/30 00:48:01 Modified files: net/libupnp : Makefile Added files: net/libupnp/patches: patch-upnp_src_inc_config_h Log message: Remove myself from MAINTAINER. Make it possible to simultaneously stream to multiple devices. from Olivier Boyer CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/30 01:05:50 Modified files: graphics/py-cairo: Makefile Log message: Use MODPY_WANTLIB and MODPY_LIB_DEPENDS. No need for USE_LIBTOOL. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/30 01:09:26 Modified files: graphics/openjpeg: Makefile Added files: graphics/openjpeg/patches: patch-libopenjpeg_opj_malloc_h Log message: Add back the diff to not use memalign(), fixing !amd64. Add a proper comment so it doesn't get lost in future. Build failure pointed out by naddy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/30 01:12:28 Log message: Import py3-cairo-1.10.0. This package provides python bindings for the cairo library. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120330 N ports/graphics/py3-cairo/Makefile N ports/graphics/py3-cairo/distinfo N ports/graphics/py3-cairo/pkg/DESCR N ports/graphics/py3-cairo/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/30 01:14:06 Modified files: graphics : Makefile Log message: +py3-cairo CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/30 01:24:45 Modified files: security/ipguard: Makefile distinfo security/ipguard/patches: patch-Makefile patch-doc_ipguard_8 patch-ipguard_c patch-ipguard_h Log message: Update to ipguard-1.04. rc script not included from the original diff because ipguard needs to be teached to return the proper code when failing to start. maintainer timeout from Gonzalo L. R. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/03/30 02:18:19 Modified files: sys/dev : midi.c midivar.h sys/dev/isa : mpu401.c sbdsp.c sys/dev/pci : autri.c eap.c eapreg.h envy.c sys/dev/usb : umidi.c umidivar.h Log message: If the MIDI UART is not ready for output, don't spin at IPL_CLOCK; just return and make the midi(4) driver retry later. UART buffers are large enough for this, except eap(4) which uses interrupts for output. help from and ok jsg@ CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2012/03/30 02:38:56 Modified files: mail/mozilla-thunderbird: Makefile Log message: Bump enigmail and lightning after thunderbird version change Ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/30 03:00:29 Modified files: mail/evolution : Makefile mail/evolution/pkg: PLIST-main Log message: Don't ship evolution-settings, it was designed for MeeGo. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/30 03:01:53 Modified files: x11/gnome/system-monitor: Makefile x11/gnome/system-monitor/patches: patch-src_procproperties_cpp Log message: Use sysctl(3) to get the hz tick. CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2012/03/30 03:06:34 Modified files: lang/ecl : Makefile Log message: mark as BROKEN on sparc, the build gets stuck in an infinite loop CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/30 04:06:23 Modified files: x11/gnome/system-monitor/patches: patch-src_procproperties_cpp Log message: Committed upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/30 04:25:35 Modified files: devel/glib2 : Makefile devel/glib2/patches: patch-gio_gunixmounts_c Log message: Fix logic to repair mounts monitoring. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2012/03/30 05:12:46 Modified files: sys/netinet : ip_output.c Log message: actually store the result of the pmtu-route lookup. otherwise we don't have a MTU to announce in the icmp need fragment packet. this fixes PMTU-discovery for TCP over IPsec; ok mpf@, fries@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/30 05:48:49 Modified files: x11/gnome/yelp : Makefile Log message: Missing BUILD_DEPENDS on itstool, spotted by naddy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/30 05:59:23 Modified files: x11/gnome/common: Makefile distinfo Log message: Update to gnome-common-3.4.0.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/30 06:03:03 Modified files: x11/wxWidgets : Makefile Log message: Fix LIB_DEPENDS/WANTLIB to unbreak, spotted by naddy@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/30 06:31:47 Modified files: . : INDEX Log message: sync:7450 CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2012/03/30 07:15:59 Log message: libaacs is a research project to implement the Advanced Access Content System specification. This research project provides, through an open-source library, a way to understand how the AACS works. This research project is mainly developed by an international team of developers from Doom9. NB: this project doesn't offer any key or certificate that could be used to decode encrypted copyrighted material. Reviewed and a few fixes by Brad OK sthen@ Status: Vendor Tag: phessler Release Tags: phessler_20120330 N ports/multimedia/libaacs/Makefile N ports/multimedia/libaacs/distinfo N ports/multimedia/libaacs/pkg/DESCR N ports/multimedia/libaacs/pkg/PLIST N ports/multimedia/libaacs/patches/patch-src_libaacs_pc_in N ports/multimedia/libaacs/patches/patch-configure No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2012/03/30 07:16:33 Log message: libbluray is an open-source library designed for Blu-Ray Discs playback for media players, like VLC or MPlayer. This research project is developed by an international team of developers from Doom9. Reviewed and a few fixes by Brad OK sthen@ Status: Vendor Tag: phessler Release Tags: phessler_20120330 N ports/multimedia/libbluray/Makefile N ports/multimedia/libbluray/distinfo N ports/multimedia/libbluray/pkg/DESCR N ports/multimedia/libbluray/pkg/PLIST N ports/multimedia/libbluray/patches/patch-configure N ports/multimedia/libbluray/patches/patch-src_libbluray_pc_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2012/03/30 07:17:28 Modified files: multimedia : Makefile Log message: +libaacs +libbluray CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2012/03/30 07:23:03 Modified files: x11/mplayer : Makefile x11/mplayer/patches: patch-configure Added files: x11/mplayer/patches: patch-stream_stream_bluray_c Log message: allow mplayer to play (non-encrypted) bluray discs. reviewed by Brad, edd@ and sthen@ CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2012/03/30 07:35:42 Modified files: multimedia/libaacs: Makefile Log message: libgcrypt already pulls in libgpg-error noticed by ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/30 08:09:59 Modified files: x11/gnome/baobab: Makefile x11/gnome/eog : Makefile x11/gnome/gcalctool: Makefile x11/gnome/ghex : Makefile x11/gnome/keyring: Makefile x11/gnome/librsvg: Makefile x11/gnome/metacity: Makefile x11/gnome/moserial: Makefile x11/gnome/panel: Makefile x11/gnome/screensaver: Makefile x11/gnome/tweak-tool: Makefile x11/gnome/vino : Makefile x11/gnome/yelp-tools: Makefile x11/gnome/yelp-xsl: Makefile x11/gnome/yelp : Makefile x11/gnome/zenity: Makefile Log message: Add HOMEPAGE. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/30 08:11:39 Modified files: x11/gnome/anjuta: Makefile Log message: No need for CONFIGURE_ENV. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/30 08:18:18 Modified files: x11/gnome/anjuta-extras: Makefile Log message: Missing build_depends, need MODGNOME_TOOLS=yelp, spotted by naddy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/30 08:29:58 Log message: Import libsecret-0.1. libsecret is a library for storing and retrieving passwords and other secrets. It communicates with the "Secret Service" using DBus. gnome-keyring and ksecretservice are both implementations of a Secret Service. It is a replacement for libgnome-keyring. Nothing will use it as yet, but it's better to have it in-tree now to start fixing portability issues with upstream. It will also ease our work on the next major release of GNOME. Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120330 N ports/x11/gnome/libsecret/Makefile N ports/x11/gnome/libsecret/distinfo N ports/x11/gnome/libsecret/pkg/DESCR N ports/x11/gnome/libsecret/pkg/PLIST N ports/x11/gnome/libsecret/patches/patch-library_secret-item_c N ports/x11/gnome/libsecret/patches/patch-library_secret-unstable_h N ports/x11/gnome/libsecret/patches/patch-library_secret_h N ports/x11/gnome/libsecret/patches/patch-library_secret-schemas_c N ports/x11/gnome/libsecret/patches/patch-library_secret-prompt_c N ports/x11/gnome/libsecret/patches/patch-library_secret-service_c N ports/x11/gnome/libsecret/patches/patch-library_tests_mock-service_c N ports/x11/gnome/libsecret/patches/patch-library_tests_Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/30 08:30:27 Modified files: x11/gnome : Makefile Log message: +libsecret CVSROOT: /cvs Module name: src Changes by: gsoares@cvs.openbsd.org 2012/03/30 08:31:18 Modified files: usr.bin/bgplg : bgplg.h bgplg.head Log message: * use -A with traceroute6 to print the AS number; OK deraadt@ dcoppa@ henning@ * while here tweak bgplg.head increasing the
width to 800px so that this support better the tracing output with long v6 address; (requested by sthen@) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/30 08:51:55 Modified files: graphics/blender: Makefile Added files: graphics/blender/patches: patch-source_blender_imbuf_intern_jp2_c Log message: OpenJPEG 1.5 uses 'OPJ_FALSE' rather than a namespace-polluting 'false', adapt blender to use this. Fixes build problem reported by naddy@, ok pascal@. Missed in my build tests of OpenJPEG due to outdated INDEX... CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2012/03/30 09:33:23 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 md.hppa md.i386 md.landisk md.loongson md.mac68k md.macppc md.mvme68k md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/30 10:28:58 Modified files: net/libproxy : Makefile Log message: Unbreak the webkit FLAVOR (s/WITH_WEBKIT3/WITH_WEBKIT). spotted by naddy@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/03/30 10:48:30 Modified files: usr.sbin/smtpd : mta.c Log message: increase timeout to 5m when connecting to a remote mail server, as required by the RFC 5321 (section 4.5.3.2.1.) ok gilles@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/03/30 11:12:33 Modified files: usr.bin/less : less.1 Log message: make the description of -c a little saner; ok nicm CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/30 11:57:33 Modified files: x11/gnome/grilo-mediaserver2: Makefile Log message: Fix WANTLIB/DEPENDS to unbreak, notice by naddy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/30 12:01:04 Modified files: misc/logjam : Makefile Log message: Sync WANTLIB to unbreak, spotted by naddy@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/30 12:58:03 Modified files: graphics/png : Makefile distinfo graphics/png/patches: patch-scripts_libpng_pc_in patch-scripts_makefile_openbsd Log message: SECURITY update to 1.5.10. libpng failed to correctly handle malloc() failure for text chunks, which can lead to memory corruption and the possibility of execution of hostile code. (CVE-2011-3048) CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2012/03/30 13:03:24 Modified files: lang/ruby/1.8 : Makefile lang/ruby/1.9 : Makefile Log message: do not generate RI docs on the "slow" arches. This takes far too long, and too much memory. OK jeremy@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/30 13:44:39 Modified files: graphics/povray: Makefile distinfo Log message: update the included old png to 1.2.48 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/30 13:57:16 Modified files: graphics/povray: Makefile distinfo Log message: oops, bump the included png to 1.2.49 (CVE-2011-3048) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/30 14:33:41 Added files: sysutils/heartbeat/patches: patch-include_clplumbing_cl_uuid_h Log message: fix build with latest glib CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/30 16:53:18 Modified files: sysutils/cyphertite: Makefile distinfo Log message: Update to cyphertite-1.1.1. from dhill@ (maintainer) CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/03/30 17:03:43 Modified files: sys/kern : kern_malloc.c Log message: Expand the panic to show the malloc type and size. Okay deraadt@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/31 02:30:43 Log message: import ports/devel/py-wbem, from Mark Peoples, ok merdely@ - add MODPY_BADEGGS to fix cleaning as non-root PyWBEM is a Python library for making CIM operations over HTTP using the WBEM CIM-XML protocol. It is based on the idea that a good WBEM client should be easy to use and not necessarily require a large amount of programming knowledge. PyWBEM is suitable for a large range of tasks from simply poking around to writing web and GUI applications. Status: Vendor Tag: sthen Release Tags: sthen_20123103 N ports/devel/py-wbem/distinfo N ports/devel/py-wbem/Makefile N ports/devel/py-wbem/pkg/DESCR N ports/devel/py-wbem/pkg/PLIST N ports/devel/py-wbem/patches/patch-setup_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/31 02:31:06 Modified files: devel : Makefile Log message: +py-wbem CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2012/03/31 02:35:12 Modified files: www/llgal : Makefile distinfo Log message: minor update to 0.13.17 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/31 02:45:10 Modified files: x11/dbus-python: Makefile distinfo x11/dbus-python/pkg: PLIST Log message: Update to dbus-python-1.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/31 02:52:03 Modified files: x11/gnome/libsecret: Makefile x11/gnome/libsecret/pkg: PLIST Added files: x11/gnome/libsecret/pkg: PFRAG.shared Log message: This isn't SHARED_ONLY. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/03/31 02:53:34 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/31 02:53:57 Modified files: lang/python : python.port.mk Log message: Only set SHARED_ONLY if python is needed at build and/or run time and not just when we use the python MODULE. ok rpointel@ fgsch@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/03/31 04:07:00 Modified files: x11/gnustep/webservices: Makefile distinfo Log message: minor bugfix update, upstream mixed up the tarballs on the server, the old version was 0.5.4, the actual version now is 0.5.5, therefore no version bump but a revision bump. OK aja@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/03/31 04:15:16 Modified files: x11/gnustep/simpleagenda: Makefile distinfo Log message: Minor bugfix update to 0.42.2 OK aja@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/03/31 04:16:52 Modified files: x11/gnustep/webservices: Makefile Log message: Its REVISION not REVISI=N as pointed out by sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/31 04:51:47 Modified files: net/quagga : Makefile distinfo net/quagga/patches: patch-doc_Makefile_in patch-ospfclient_Makefile_in Added files: net/quagga/patches: patch-configure_ac Removed files: net/quagga/patches: patch-bgpd_bgp_open_c patch-bgpd_bgp_packet_c patch-ospfd_ospf_dump_c patch-ospfd_ospf_dump_h patch-ospfd_ospf_lsa_h patch-ospfd_ospf_packet_c patch-ospfd_ospf_packet_h Log message: update to quagga 0.99.20.1 rolling in the security fixes which we had as separate patches. multicast support changed in 0.99.20 and not fully tested, no response to my ports@ call for testing, so if this breaks things send me a mail with details. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/03/31 05:10:57 Modified files: x11/icewm : Makefile Added files: x11/icewm/patches: patch-src_base_h Log message: Do not redefine "deprecated". It is not used anywhere in IceWM and breaks the expansion of _X_DEPRECATED. Use bsd.port.arch.mk. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/03/31 05:43:04 Modified files: x11/gnustep/make: Makefile distinfo Log message: Minor bugfix update to 1.6.2. OK aja@ CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2012/03/31 06:37:16 Log message: Import go-1. Go is an open source programming environment that makes it easy to build simple, reliable, and efficient software. With assistance from sthen@ ok sthen@ Status: Vendor Tag: jsing Release Tags: jsing_2012-03-31 N ports/lang/go/Makefile N ports/lang/go/distinfo N ports/lang/go/systrace.filter N ports/lang/go/pkg/PLIST N ports/lang/go/pkg/DESCR N ports/lang/go/pkg/PFRAG.amd64 N ports/lang/go/pkg/PFRAG.i386 N ports/lang/go/patches/patch-src_pkg_runtime_os_openbsd_h N ports/lang/go/patches/patch-src_pkg_runtime_signals_openbsd_h N ports/lang/go/patches/patch-src_pkg_runtime_sys_openbsd_386_s N ports/lang/go/patches/patch-src_pkg_runtime_sys_openbsd_amd64_s N ports/lang/go/patches/patch-src_pkg_runtime_thread_openbsd_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2012/03/31 06:40:59 Modified files: lang : Makefile Log message: + lang/go ok sthen@ CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2012/03/31 07:32:21 Modified files: gnu/usr.bin/cvs/doc: cvs.texinfo Log message: sync cvsignore patterns. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/03/31 10:37:06 Modified files: x11/gnustep/gorm: Makefile distinfo x11/gnustep/gorm/pkg: PLIST Log message: Update Gorm to 1.2.16. Most notably change besides some bug fixes is the ability to load Apple XIB files (which still needs an update of gnustep-base/gui to work) OK ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/03/31 10:55:57 Modified files: www/sope : Makefile distinfo www/sope/patches: patch-sope-gdl1_MySQL_NSNumber+MySQL4Val_m Log message: Update SOPE to 1.3.14 OK, aja@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/03/31 10:58:25 Removed files: www/sope/patches: patch-sope-gdl1_MySQL_NSNumber+MySQL4Val_m Log message: forgot to remove with last commit CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/03/31 11:02:23 Modified files: www/sogo : Makefile distinfo www/sogo/pkg : PLIST README Added files: www/sogo/patches: patch-Scripts_sql-update-1_3_11_to_1_3_12-mysql_sh patch-Scripts_sql-update-1_3_11_to_1_3_12_sh Removed files: www/sogo/patches: patch-SOPE_NGCards_GNUmakefile_postamble Log message: Update SOGo to 1.3.14, many new features. To allow large images in vCards, people should upgrade the database schema. More info in the README. OK ajacoutot@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/03/31 11:53:34 Modified files: sbin/fsck_msdos: boot.c check.c ext.h main.c Log message: Make fsck_msdos work with non-512-byte sector devices. Problem noted by and fixes tested by Alexey Vatchenko. Add a bunch of tests and error messages so whatever media/devices this breaks will be more easily fixed. Ignore invalid signatures since we have other checks and many media have missing signatures. Use character device to read disk even when called directly. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/31 11:56:44 Modified files: x11/dbus : Makefile distinfo x11/dbus/patches: patch-bus_Makefile_in patch-configure patch-dbus_Makefile_in patch-tools_Makefile_in Added files: x11/dbus/patches: patch-test_Makefile_in Log message: Update to dbus-1.4.20. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/31 12:14:39 Modified files: x11/dbus/patches: patch-test_Makefile_in Log message: I forgot to mention the BZ URL in previous; no pkg change. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/31 12:27:35 Modified files: devel/glib2 : Makefile Added files: devel/glib2/patches: patch-configure_ac patch-gio_Makefile_am Log message: Remove a non applicable XXX. Use pkg-config(1) to deal with libelf cflags/ldflags instead of patching. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/03/31 12:50:17 Modified files: lang/mono : Makefile Log message: Use autoconf 2.68. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/03/31 12:59:14 Modified files: usr.bin/kdump : kdump.c Log message: err(1, NULL) can drive people insane, so please avoid it. ok guenther CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/03/31 14:02:03 Modified files: lang/gcc/4.6 : Makefile TODO distinfo lang/gcc/4.6/patches: patch-gcc_common_opt patch-gcc_config_alpha_alpha_c patch-gcc_config_alpha_openbsd_h patch-gcc_config_i386_openbsd64_h patch-gcc_config_i386_openbsdelf_h patch-gcc_config_rs6000_openbsd_h patch-gcc_config_rs6000_rs6000_c patch-gcc_config_rs6000_sysv4_h patch-gcc_configure patch-gcc_java_lang_c patch-gcc_lto_lto_c patch-libgcc_config_host patch-lto-plugin_Makefile_in patch-lto-plugin_configure Added files: lang/gcc/4.6/patches: patch-gcc_builtins_c patch-gcc_c-decl_c patch-gcc_c-family_c-opts_c patch-gcc_c-family_c_opt patch-gcc_config_i386_i386_c patch-gcc_config_openbsd_h patch-gcc_config_sparc_openbsd64_h patch-gcc_config_sparc_sparc_c patch-gcc_flags_h patch-gcc_opts_c patch-gcc_tree-nested_c Log message: Update to gcc 4.6.3. Also, sync a bit with base gcc: - disable unsafe builtins - disable -Wpointer-sign in -Wall - move -fstrict-aliasing to -O3, disable -fstrict-overflow and -fdelete-null-pointer-checks - enable -Wsystem-headers - default to march=i486 on i386 - fix crtsavres on powerpc - sync sparc64 config - implement -Wvariable-decl, -Wstack-larger-than-N (alpha, amd64, i386, sparc, sparc64), -Wtrampolines, -ftrampolines - default to -fno-ident - fix -rdynamic by passing -export-dynamic to ld(1) some bits from Brad, others from me. tested by myself and jsg@, adastrap now hosted by sthen@ (thanks). ok jsg@ sthen@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/03/31 14:06:40 Removed files: lang/gcc/4.6/patches: patch-gcc_config_rs6000_rs6000_c Log message: forgot to cvs rm CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/03/31 14:20:32 Modified files: sys/arch/sgi/hpc: zs.c Log message: softintr_establish() takes IPL_xxx, not SI_xxx (harmless here since they turned out to be the same value). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/31 14:49:59 Log message: Import ports/x11/xsettingsd, pointed out in a tweet from sturm@. OK ajacoutot xsettingsd is a daemon that implements the XSETTINGS specification. It is intended to be small, fast, and minimally dependent on other libraries. It can serve as an alternative to gnome-settings-daemon for users who are not using the GNOME desktop environment but who still run GTK+ applications and want to configure things such as themes, font antialiasing/hinting, and UI sound effects. Status: Vendor Tag: sthen Release Tags: sthen_20123103 N ports/x11/xsettingsd/Makefile N ports/x11/xsettingsd/distinfo N ports/x11/xsettingsd/pkg/PLIST N ports/x11/xsettingsd/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/03/31 14:50:26 Modified files: x11 : Makefile Log message: +xsettingsd CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/03/31 17:10:34 Modified files: sys/kern : subr_disk.c Log message: Some whitespace/paren tweaks. Rename the mbr testing variable from 'fattest' to 'mbrtest'. No change to .o. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/03/31 20:58:57 Modified files: usr.bin/nc : netcat.c Log message: error out if accept() fails CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/04/01 00:25:28 Modified files: usr.bin/units : units.lib Log message: update currency exchange rates; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/01 00:35:13 ports/x11/sclock/patches Update of /cvs/ports/x11/sclock/patches In directory cvs.openbsd.org:/tmp/cvs-serv11273/patches Log Message: Directory /cvs/ports/x11/sclock/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/01 00:36:18 Modified files: x11/sclock : Makefile Added files: x11/sclock/patches: patch-Makefile Log message: Unbreak by removing -Werror from CFLAGS until pyr@ can fix his code :) While here, don't hardcode paths. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/01 01:00:27 Modified files: x11/gnome/tweak-tool: Makefile Log message: Correctly pick up PYGOBJECT. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/04/01 02:10:57 Modified files: usr.bin/tmux : cmd-find-window.c Log message: Only find each window once no matter how many panes, from Jonathan Daugherty. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/01 02:52:11 Modified files: devel/gconf2 : Makefile devel/gconf2/pkg: PLIST-main Log message: Remove bogus dirs from PLIST-main. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/01 03:16:49 Modified files: x11/gtk3-unico-engine: Makefile distinfo Log message: Update to gtk3-unico-engine-1.0.2. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/04/01 03:23:31 Modified files: usr.bin/tmux : window-copy.c Log message: Only exit mouse mode on scroll wheel when actually reaching the end of the history, from James Nylen. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/01 03:24:04 Modified files: . : Makefile Log message: Don't build kdrive if pixman isn't built. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/01 03:28:41 Modified files: x11/gnome/tweak-tool: Makefile Log message: Fix XXX. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/01 03:59:32 Modified files: sysutils/deja-dup: Makefile Log message: Missing build depends on vala. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/01 04:18:33 Modified files: x11/gnome/themes-standard: Makefile Added files: x11/gnome/themes-standard/patches: patch-themes_Adwaita_gtk-3_0_gtk-widgets_css Log message: Properly show borders for GtkFrame widgets. from upstream CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/04/01 04:42:39 Modified files: usr.bin/tmux : format.c tmux.1 Log message: Add pane_current_path format, suggested by Mikolaj Kucharski. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/01 04:50:47 Modified files: archivers/libarchive: Makefile distinfo archivers/libarchive/patches: patch-cpio_bsdcpio_1 patch-tar_bsdtar_1 archivers/libarchive/pkg: PLIST Log message: update to 3.0.3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/01 05:14:24 Modified files: x11/xfce4/xfce4-power-manager: Makefile Log message: Explicitely RUN_DEPENDS on sysutils/polkit. upower already brings this dependency but it make our life easier to check what exactly uses polkit in the tree. ok landry@ (maintainer) CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/04/01 05:24:46 Modified files: share/termtypes: termtypes.master Log message: Update termtypes.master to terminfo.src from ncurses-5.9-20120331. Mostly trivial changes. CVSROOT: /cvs Module name: xenocara Changes by: shadchin@cvs.openbsd.org 2012/04/01 06:17:17 Modified files: driver/xf86-input-mouse: ChangeLog Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh driver/xf86-input-mouse/man: Makefile.in driver/xf86-input-mouse/src: Makefile.in bsd_mouse.c mouse.c pnp.c sun_mouse.c Log message: Update to xf86-input-mouse 1.7.2. ok matthieu@ CVSROOT: /cvs Module name: xenocara Changes by: shadchin@cvs.openbsd.org 2012/04/01 06:18:45 Modified files: driver/xf86-input-synaptics: ChangeLog Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh driver/xf86-input-synaptics/conf: Makefile.in driver/xf86-input-synaptics/include: Makefile.in synaptics-properties.h driver/xf86-input-synaptics/man: Makefile.in driver/xf86-input-synaptics/src: Makefile.in eventcomm.c properties.c synaptics.c driver/xf86-input-synaptics/test: Makefile.in fake-symbols.c fake-symbols.h driver/xf86-input-synaptics/tools: Makefile.in Log message: Update to xf86-input-synaptics 1.5.2. ok matthieu@ CVSROOT: /cvs Module name: xenocara Changes by: shadchin@cvs.openbsd.org 2012/04/01 06:21:15 Modified files: . : MODULES Log message: sync CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/04/01 07:18:38 Modified files: usr.bin/tmux : cmd-resize-pane.c cmd-select-layout.c key-bindings.c layout.c options-table.c tmux.1 tmux.h window.c Log message: Add a layout history which can be stepped through with select-layout -u and -U commands (bound to 'u' and 'U' by default). CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/04/01 07:21:38 Modified files: usr.bin/tmux : layout.c Log message: Fix option name. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/04/01 07:25:13 Modified files: sys/dev/usb : if_axe.c Log message: make this work on big endian archs again, broken in the last commit. fixes breakage noticed by landry@ on macppc CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/04/01 07:27:18 Modified files: usr.bin/tmux : cmd-select-layout.c Log message: Turn some errors down to info. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/01 07:38:07 Modified files: devel/glib2 : Makefile devel/glib2/pkg: README-main Log message: The disabling gcc optimisation hacks is not needed anymore on 64bits archs. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/01 07:59:33 Modified files: devel/libpeas : Makefile Log message: Remove XXX. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/01 09:04:00 Modified files: x11/gnome/seahorse-sharing: Makefile x11/gnome/seahorse-sharing/pkg: PLIST Log message: This does not need to RUN_DEPENDS on seahorse. Install locale file. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/01 09:06:47 Modified files: meta/gnome : Makefile Log message: seahorse is explicitely need in -extra now. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/01 09:09:44 Modified files: lib/libc/sys : accept.2 Log message: remind people to think of the poor file descriptors with claudio and jmc CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/01 09:15:35 Removed files: usr.sbin/btd : Makefile atomicio.c bt.c bt_subr.c btd.8 btd.c btd.h conf.c control.c db.c devinfo.c fdpass.c hci.c log.c parse.y sdp.c sdp.h sdp_query.c sdp_search.c util.c Log message: move to the Attic CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/01 09:58:31 Modified files: sysutils/lat : Makefile Log message: x11/gnome/gcr is not needed and mono-gnome already brings everything that is required. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/01 10:01:11 Modified files: x11/gnome/search-tool: Makefile x11/gnome/search-tool/pkg: PLIST Log message: According to espie@ I should also add a @pkgpath. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/01 10:20:00 Modified files: usr.sbin/ldapd : ldape.c Log message: use our umask() before AF_UNIX bind() semantics; ok pyr CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/01 10:37:08 Modified files: sys/arch/sgi/hpc: zs.c Log message: Increase delay between chip register accesses. Fixes the console freeze during install seen on IP22 and IP24. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/01 10:38:51 Modified files: sys/arch/sgi/hpc: z8530tty.c Log message: Fix merge botch when porting this from NetBSD; we don't need to disable the TX interrupts since the TX interrupt handler now correctly acknowledges it. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/04/01 10:48:43 Modified files: lib/libc/sys : accept.2 Log message: fix previous; CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/01 10:53:05 Removed files: usr.sbin/btctl : Makefile bt.conf.5 btctl.8 btctl.c btctl.h parse.y Log message: btctl can go too, jmc notices CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/01 12:32:51 Modified files: etc : Makefile rc.conf Removed files: etc/rc.d : btd Log message: btd went away CVSROOT: /cvs Module name: src Changes by: rpointel@cvs.openbsd.org 2012/04/01 12:52:01 Modified files: lib/libexpat : Changes README shlib_version lib/libexpat/doc: reference.html lib/libexpat/lib: expat.h xmlparse.c xmltok_impl.c Log message: update libexpat to 2.1.0. use arc4random instead of rand/srand in generate_hash_secret_salt, spotted by nicm@ and deraadt@. ok nicm@ deraadt@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/01 13:38:57 Modified files: misc/gpsd : Makefile Log message: php is only a run dep (noticed by Brian Callahan) so use MODPHP_BUILDDEP=No. No bump needed. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/04/01 13:55:55 Modified files: . : lyrics.html Log message: Alexandre Ratchov's song is released. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2012/04/01 14:38:19 Modified files: sysutils/syslog-ng: Makefile Log message: enable sql support. to use this, you also need to install the specific libdbi-drivers package for the database you plan to use. requested and tested by Richard Brooks, RichardBUK at FastMail.fm CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/04/01 14:53:47 Modified files: usr.bin/tmux : cmd-find-window.c cmd-join-pane.c window-copy.c window.c Log message: Minor style nits - return (). CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/04/01 14:56:47 Modified files: usr.bin/tmux : input-keys.c Log message: Simplify mouse input function. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/01 15:02:30 Modified files: devel/doxygen : Makefile devel/doxygen/pkg: DESCR-main Log message: Add an english_only flavour (passes --english-only to autoconf to avoid building support for other languages). Use it on mips64el by default as ld(1) has trouble without it. Information from Brian Callahan and Bryan Irvine. - while there, prefer http MASTER_SITES ok landry@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/01 15:05:20 Modified files: devel/libmtp : Makefile devel/libmtp/pkg: PLIST Log message: set DOXYGEN_ENCODE_PATH_STRIP to avoid random md5 changing filenames. bump. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/04/01 15:07:35 Modified files: usr.bin/tmux : layout.c Log message: Fix some indentation. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/04/01 15:45:48 Modified files: usr.bin/tmux : tmux.h Log message: Fix comment for mouse bits. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/01 17:00:24 Modified files: . : Makefile Log message: Fix previous for bootstrap. CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/04/01 21:08:30 Modified files: . : plus.html Log message: March 19-25 plus.html by Steffen Daode Nurpmeso, tweaks by Ingo Schwarze and myself. OK schwarze@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/01 21:08:44 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.loongson md.mac68k md.macppc md.mvme68k md.palm md.sgi md.socppc md.sparc md.sparc64 md.zaurus distrib/sets/lists/etc: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/04/01 21:12:31 ports/devel/mingw/files Update of /cvs/ports/devel/mingw/files In directory cvs.openbsd.org:/tmp/cvs-serv23624/files Log Message: Directory /cvs/ports/devel/mingw/files added to the repository CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/04/01 21:18:17 Modified files: devel/mingw : Makefile devel/mingw/pkg: README Added files: devel/mingw/files: specs.diff Log message: Include the necessary header path and library path automatically, so you don't need to specify -I/usr/local/mingw32/include -L/usr/local/mingw32/lib manually to make things work. OK pirofti@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/02 00:20:33 Modified files: net/papyon : Makefile distinfo net/papyon/pkg : DESCR PLIST Log message: Update to papyon-0.5.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/02 00:40:06 Modified files: x11/gnome/empathy: Makefile x11/gnome/empathy/pkg: PLIST README Log message: Some cleanups: * sanitize CONFIGURE_ARGS * regen DEPENDS/WANTLIB * remove one XXX * put icons in the correct path * tweak DESCR CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/04/02 01:11:46 Modified files: graphics/blender: Makefile graphics/blender/pkg: DESCR PLIST Added files: graphics/blender/patches: patch-source_gameengine_VideoTexture_VideoFFmpeg_h Log message: Add a FLAVOR for building blender with ffmpeg support. Requested and tested by peters at schwertfisch dot de. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/02 02:38:47 Modified files: x11/gnome/anjuta-extras: Makefile Log message: Technically requires a bump after previous. spotted by nigel@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/04/02 02:51:30 Modified files: lang/gcc/4.6 : Makefile TODO lang/gcc/4.6/patches: patch-gcc_config_sparc_openbsd64_h Log message: Previous commit actually fixed gcc 4.6 on sparc64; just fix one stupid typo. Tested on one of weerd@'s machines (thanks). Also, update TODO. ok espie@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/02 03:21:18 Modified files: infrastructure/lib/DPB: Fetch.pm Log message: fix landry's error. forget was in the wrong class, oops. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/04/02 03:35:21 Modified files: www/phpmyadmin : Makefile distinfo Log message: Update to 3.4.10.2, fixes local path disclosure vulnerability, see PMASA-2012-2. ok kevlo@ (Maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/02 04:06:14 Modified files: games/puzzles : Makefile games/puzzles/patches: patch-gtk_c Log message: Allow puzzle's online help to work with the puzzles with a space in the name. ok landry@ CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2012/04/02 04:48:03 Modified files: usr.sbin/nginx/src/http: ngx_http_core_module.c Log message: bring back an overwritten change which is essential for the chrooted version to strip the chroot prefix from root paths CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/02 06:14:31 Modified files: databases/redis: Makefile distinfo databases/redis/patches: patch-src_redis_c Log message: Bugfix update to redis-2.4.10. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/02 06:58:45 Removed files: net/py-msnp : Makefile distinfo net/py-msnp/pkg: DESCR PLIST Log message: Remove; dead upstream since years and the MSN protocol have changed a lot since. ok xsa@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/02 06:59:00 Modified files: net : Makefile Log message: -py-msnp CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/02 07:06:42 Modified files: audio/py-cddb : Makefile audio/py-id3 : Makefile benchmarks/randread: Makefile benchmarks/ubench: Makefile converters/p5-Date-Tolkien-Shire: Makefile devel/py-tpg : Makefile graphics/py-gd : Makefile math/py-probstat: Makefile misc/geekcode : Makefile textproc/makefaq: Makefile textproc/py-jaxml: Makefile textproc/py-rtf: Makefile Log message: Remove xsa@ from maintainer as per his request. CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/04/02 07:38:39 Modified files: gnu/gcc/gcc : common.opt Log message: In r1.2, instead of making -fno-ident the default, its semantics have been totally fucked up, effectively leading to inverted behaviour of the -fident and -fno-ident flags (while keeping the .ident string in by default). Revert it back to normal and default to -fno-ident. ok millert@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/02 08:09:36 Modified files: audio/ncmpcpp : Makefile distinfo Log message: Bugfix update to ncmpcpp-0.5.10 CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2012/04/02 08:58:47 Modified files: usr.sbin/nginx/src/http: ngx_http_core_module.c Log message: make sure we strip the chroot prefix from all root variables, not just the first one CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2012/04/02 09:06:03 Modified files: share/zoneinfo/datfiles: africa asia northamerica zone.tab Log message: Update to tzdata2012c from munnari.oz.au CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/04/02 09:28:04 Modified files: lang/gcc/4.6 : Makefile lang/gcc/4.6/patches: patch-gcc_common_opt Log message: Apply the same fix as to base gcc wrt -fident. ok espie@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/02 09:51:24 Modified files: infrastructure/bin: dpb Log message: have a look at PORTSDIR_PATH as well, so that we can dpb -P dir/p under mystuff. problem noticed by jeremy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/02 09:59:08 Modified files: devel/libgdata : Makefile distinfo devel/libgdata/pkg: PLIST Log message: Update to stable libgdata-0.12.0. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/04/02 10:32:54 Modified files: graphics/p5-Image-ExifTool: Makefile distinfo graphics/p5-Image-ExifTool/pkg: PLIST Log message: Update to version 8.85 from maintainer Patrick Keshishian CVSROOT: /cvs Module name: net Changes by: merdely@cvs.openbsd.org 2012/04/02 10:49:32 Log message: Import check_esxi_hardware This script is a Nagios plugin to monitor the hardware of ESX and ESXi servers. It can also be used as standalone script to check the hardware - Nagios isn't necessary to run it. ok sthen@ Status: Vendor Tag: merdely Release Tags: merdely_20120402 N net/nagios/check_esxi_hardware/Makefile cvs: ERROR: cannot write file /cvs/net/nagios/check_esxi_hardware/Makefile,v: No such file or directory N net/nagios/check_esxi_hardware/distinfo cvs: ERROR: cannot write file /cvs/net/nagios/check_esxi_hardware/distinfo,v: No such file or directory cvs: ERROR: cannot mkdir /cvs/net/nagios/check_esxi_hardware/pkg -- not added: No such file or directory No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2012/04/02 10:50:47 Log message: Import check_esxi_hardware This script is a Nagios plugin to monitor the hardware of ESX and ESXi servers. It can also be used as standalone script to check the hardware - Nagios isn't necessary to run it. ok sthen@ Status: Vendor Tag: merdely Release Tags: merdely_20120402 N ports/net/nagios/check_esxi_hardware/Makefile N ports/net/nagios/check_esxi_hardware/distinfo N ports/net/nagios/check_esxi_hardware/pkg/PLIST N ports/net/nagios/check_esxi_hardware/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2012/04/02 10:51:31 Modified files: net/nagios : Makefile Log message: Add check_esxi_hardware CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/02 11:33:11 Modified files: lib/libc/string: strlcpy.3 Log message: simplify the strlcpy/strlcat manual page substantially. do less explaining of "what a C string is", and make it more clear that these functiosn BEHAVE EXACTLY LIKE snprintf with "%s"! (anyone who wants to write a 'strlcpy considered harmful' paper should probably write a 'strlcpy and snprintf considered harmful' paper instead). note to those from other projects reading this commit message: It would be very good if this new manual was picked up in your project. ok jmc millert krw CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2012/04/02 12:56:15 Modified files: usr.sbin/sasyncd: monitor.c Log message: Fix memory leak in error path, originally based on a diff from jsg@. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/02 14:40:52 Modified files: sys/arch/sgi/localbus: imc.c Added files: sys/arch/sgi/sgi: eisa_machdep.c Log message: EISA bus attachment glue for Indigo 2 systems. Currently only tested with PIO-only devices such as ep(4), with horrible performance on 3C579-TP. CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/04/02 18:06:54 Modified files: www/links : Makefile distinfo Log message: update www/links to 1.03 OK espie@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/02 23:43:22 Modified files: textproc/meld : Makefile distinfo textproc/meld/pkg: PLIST Log message: Minor update to meld-1.5.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/03 00:45:53 Modified files: net/telepathy/telepathy-glib: Makefile distinfo net/telepathy/telepathy-glib/patches: patch-telepathy-glib_Makefile_in Log message: Update to stable telepathy-glib-0.18.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/03 00:47:50 Modified files: net/telepathy/telepathy-mission-control: Makefile distinfo Log message: Update to telepathy-mission-control-5.12.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/03 01:13:00 Modified files: net/telepathy/telepathy-gabble: Makefile distinfo net/telepathy/telepathy-gabble/patches: patch-tests_twisted_test-resolver_c net/telepathy/telepathy-gabble/pkg: PLIST Log message: Update to telepathy-gabble-0.16.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/03 01:29:09 Modified files: net/telepathy/telepathy-gabble: Makefile Log message: Tweak BUILD_DEPENDS for tests. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/03 01:34:35 Modified files: net/telepathy/telepathy-logger: Makefile distinfo net/telepathy/telepathy-logger/patches: patch-configure net/telepathy/telepathy-logger/pkg: PLIST Log message: Update to telepathy-logger-0.2.13. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/03 01:39:28 Removed files: net/telepathy/telepathy-butterfly: Makefile distinfo net/telepathy/telepathy-butterfly/pkg: DESCR PLIST Log message: Remove: abandonned upstream. gabble now implements all that's necessary. ok jasper@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/03 01:39:42 Modified files: net/telepathy : Makefile Log message: -telepathy-butterfly CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/03 02:03:18 Modified files: net/telepathy/telepathy-gabble: Makefile Log message: py-gobject3 is needed a RUN_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/03 02:44:07 Modified files: www/php-predis : Makefile distinfo www/php-predis/pkg: PLIST Log message: Update to Predis-0.7.2 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/04/03 02:56:50 Modified files: editors/libreoffice: Makefile distinfo editors/libreoffice/patches: patch-vcl_unx_gtk_gdi_salnativewidgets-gtk_cxx editors/libreoffice/pkg: PFRAG.no-no_java-i18n-ar PFRAG.no-no_java-i18n-bg PFRAG.no-no_java-i18n-ca PFRAG.no-no_java-i18n-de PFRAG.no-no_java-i18n-es PFRAG.no-no_java-i18n-fa PFRAG.no-no_java-i18n-fi PFRAG.no-no_java-i18n-fr PFRAG.no-no_java-i18n-hu PFRAG.no-no_java-i18n-it PFRAG.no-no_java-i18n-ja PFRAG.no-no_java-i18n-ko PFRAG.no-no_java-i18n-lt PFRAG.no-no_java-i18n-lv PFRAG.no-no_java-i18n-nl PFRAG.no-no_java-i18n-pl PFRAG.no-no_java-i18n-pt-br PFRAG.no-no_java-i18n-ru PFRAG.no-no_java-i18n-sl PFRAG.no-no_java-i18n-sv PFRAG.shared-java PFRAG.shared-kde PFRAG.shared-main PLIST-i18n-ar PLIST-i18n-bg PLIST-i18n-ca PLIST-i18n-de PLIST-i18n-es PLIST-i18n-fa PLIST-i18n-fi PLIST-i18n-fr PLIST-i18n-hu PLIST-i18n-it PLIST-i18n-ja PLIST-i18n-ko PLIST-i18n-lt PLIST-i18n-lv PLIST-i18n-nl PLIST-i18n-pl PLIST-i18n-pt-br PLIST-i18n-ru PLIST-i18n-sl PLIST-i18n-sv PLIST-java PLIST-kde PLIST-main Added files: editors/libreoffice/patches: patch-configure_in patch-desktop_Executable_oosplash_mk patch-desktop_Executable_soffice_bin_mk patch-desktop_Executable_unopkg_bin_mk patch-jurt_source_pipe_makefile_mk patch-lotuswordpro_Module_lotuswordpro_mk patch-oox_Library_oox_mk patch-sal_Module_sal_mk patch-sal_osl_unx_system_c patch-sal_osl_unx_system_h patch-sc_Module_sc_mk patch-sc_source_core_data_column3_cxx patch-sd_Module_sd_mk patch-solenv_bin_localize patch-solenv_gbuild_platform_unxgcc_mk patch-solenv_inc_unxgcc_mk patch-svtools_qa_cppunit_filters-test_cxx patch-svx_Executable_gengal_bin_mk patch-sw_Module_sw_mk patch-testtools_source_bridgetest_makefile_mk patch-writerfilter_Module_writerfilter_mk Log message: update to 3.5.2.2; requires gcc 4.6 from now on CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/03 03:21:42 Modified files: lang/python : python.port.mk Log message: Add ac_cv_prog_PYTHON in CONFIGURE_ENV. This is needed because sometimes configure scripts look for hardcoded version of python without taking into consideration the PYTHON variable we already export. ok fgsch@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/03 03:26:30 Modified files: net/telepathy/telepathy-salut: Makefile Log message: OpenSSL support is broken an non maintained, so use the default which is GNUTls; it's already in the dep chain because of libsoup anyway. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/03 03:26:37 Modified files: net/telepathy/telepathy-gabble: Makefile Log message: OpenSSL support is broken an non maintained, so use the default which is GNUTls; it's already in the dep chain because of libsoup anyway. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/03 03:27:06 Modified files: net/telepathy/telepathy-farsight: Makefile net/telepathy/telepathy-idle: Makefile net/telepathy/telepathy-inspector: Makefile net/telepathy/telepathy-mission-control: Makefile net/telepathy/telepathy-python: Makefile Log message: Remove CONFIGURE_ENV already provided by the python MODULE. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/04/03 03:27:15 Modified files: editors/libreoffice: Makefile Log message: add missing distfile CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/03 03:37:07 Modified files: net/telepathy/telepathy-gabble: Makefile Log message: Missed bump. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/03 03:37:37 Modified files: net/telepathy/folks: Makefile Log message: SHARED_ONLY is already set. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/03 04:05:47 Modified files: sysutils/bacula: Makefile sysutils/bacula/pkg: PLIST-bat PLIST-main PLIST-server Log message: Adjust new user creation in Bacula which had some duplication between packages which depend on each other: - only create the _bacula user in -main (client parts) - only create the _bacula-sd user in -server Change _bacula's home dir from /var/bacula to /nonexistent. /var/bacula needs to be writable by the _bacula group and since /usr/libexec/security actually checks that user home dirs are group-writable, whereas /etc/security just checked if the user home dir was a writable *file*(!), it whines every day for every machine with bacula client installed. (This will only affect new installations so if you're annoyed by these mails too, just vipw and change it by hand). ok ajacoutot@ merdely@ CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2012/04/03 04:36:00 Modified files: . : events.html Log message: grmbl, when did this become effectively unmaintained? move past events to the past, add a past event (asiabsdcon), and two future ones (bsdcan, eurobsdcon) CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/04/03 04:56:03 Modified files: databases/mysql-zrm: Makefile Added files: databases/mysql-zrm/patches: patch-usr_share_mysql-zrm_plugins_socket-copy_pl patch-usr_share_mysql-zrm_plugins_ssh-copy_pl Log message: Fix incremental backups CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/04/03 07:57:21 Modified files: editors/libreoffice: distinfo Log message: update distinfo CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/04/03 07:59:35 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-base_base_gyp patch-chrome_browser_memory_details_cc patch-chrome_browser_memory_details_linux_cc patch-chrome_browser_shell_integration_linux_cc patch-chrome_browser_ui_webui_about_ui_cc patch-chrome_chrome_gyp patch-chrome_test_ui_ui_test_cc patch-content_app_content_main_cc patch-content_browser_browser_main_loop_cc patch-content_content_browser_gypi patch-content_shell_shell_content_browser_client_cc patch-third_party_openssl_openssl_crypto_ui_ui_openssl_c patch-tools_gyp_pylib_gyp_generator_make_py patch-webkit_plugins_ppapi_ppapi_plugin_instance_cc www/chromium/pkg: PLIST Added files: www/chromium/patches: patch-content_content_renderer_gypi patch-content_renderer_render_view_impl_cc patch-media_audio_openbsd_audio_manager_openbsd_cc patch-media_audio_openbsd_audio_manager_openbsd_h patch-third_party_WebKit_Source_JavaScriptCore_wtf_NumberOfCores_cpp Removed files: www/chromium/patches: patch-chrome_browser_extensions_process_map_cc patch-content_common_set_process_title_cc patch-third_party_WebKit_Source_WebCore_WebCore_gyp_WebCore_gyp patch-third_party_libjingle_libjingle_gyp patch-third_party_libjingle_source_talk_base_ipaddress_cc patch-third_party_libjingle_source_talk_base_ipaddress_h patch-third_party_libvpx_libvpx_gyp Log message: update to 18.0.1025.142; requires gcc 4.6 from now on CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/04/03 08:01:55 Modified files: lib/libc/string: strlcpy.3 Log message: tweak previous; CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/04/03 08:57:16 Modified files: . : 51.html Log message: - 5536 arm packages for 5.1 - update all version numbers in the list of package highlights CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/04/03 08:58:45 Modified files: sys/netinet6 : icmp6.c Log message: bail if redirect destination is not unicast before doing other expensive checks; ok sperreault, todd, sthen CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/04/03 09:03:08 Modified files: sys/netinet6 : ip6_input.c Log message: According to the RFC 2460 and RFC 5095, ICMP Parameter Problem, Code 0 should be sent in response to an IPv6 packet with RH0. Improve this a bit further by filling in an icmp error pointer. With sperreault, ok sperreault, sthen CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/04/03 09:09:04 Modified files: sys/net : if_pfsync.c pf.c pf_ioctl.c pfvar.h Log message: Fix kernel compilation with pf but without pfsync pseudo-device by moving the state export functionality from pfsync code into pf. Based on the initial diff diff by guenther, ok henning. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/03 09:10:40 Modified files: x11/gnome/nettool/patches: patch-src_info_c Log message: - fix comment after recent update, the patch has been merged. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/03 09:39:35 Modified files: www/webkit : Makefile distinfo www/webkit/patches: patch-GNUmakefile_in patch-Source_JavaScriptCore_heap_MachineStackMarker_cpp patch-Source_JavaScriptCore_wtf_Platform_h patch-Source_JavaScriptCore_wtf_dtoa_utils_h patch-configure www/webkit/pkg : PFRAG.gtk3 PFRAG.no-gtk3 PLIST Added files: www/webkit/patches: patch-Source_JavaScriptCore_runtime_UString_h patch-Source_JavaScriptCore_wtf_NumberOfCores_cpp Removed files: www/webkit/patches: patch-Source_JavaScriptCore_interpreter_Interpreter_cpp patch-Source_JavaScriptCore_runtime_JSValue_h patch-Source_JavaScriptCore_wtf_text_StringHash_h patch-Source_JavaScriptCore_wtf_text_StringImpl_cpp patch-Source_WebCore_rendering_RenderLayer_cpp Log message: Major update to webkit 1.8.0. - disable static libs, shrinks package size by a factor 3 - now depends on geoclue for geolocation purposes (of course its up to the browsers to enable the feature or not..) - simplify Makefile/FLAVORS/SHARED_LIBS - fold most of the PFRAGs to PLIST by using variables - remove patch-Source_JavaScriptCore_runtime_JSValue_h, seems it was added for sparc64 but now it breaks the build there, and noone has been able to justify the addition of that patch. Without it, GtkLauncher shows simple html websites on sparc64 and crashes as soon as some js is involved, but thats not much different from before - remove patch-Source_JavaScriptCore_wtf_text_StringHash_h & patch-Source_JavaScriptCore_wtf_text_StringImpl_cpp, replaced by patch-Source_JavaScriptCore_runtime_UString_h for mips64/sparc64 - add patch-Source_JavaScriptCore_wtf_NumberOfCores_cpp for #82585 tested on i386/amd64 by several, amd64 bulk build, ppc & sparc64 testing by myself. mips64el in the works.. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/03 09:40:29 Modified files: www/epiphany : Makefile distinfo www/epiphany/patches: patch-lib_Makefile_in patch-src_Makefile_in patch-tests_Makefile_in www/epiphany/pkg: PLIST Removed files: www/epiphany/patches: patch-data_ui_epiphany-ui_xml Log message: Update to epiphany-3.4.0.1. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/03 09:41:07 Modified files: www/webkit/patches: patch-configure Log message: sync comment CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/03 09:41:28 Modified files: www/epiphany-extensions: Makefile distinfo www/epiphany-extensions/pkg: PLIST Log message: Update to epiphany-extensions-3.4.0. CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2012/04/03 09:44:32 Modified files: . : events.html Log message: oups, i misplaced and didn't spot it when looking at the result From: Steffen Daode Nurpmeso CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/03 09:57:05 Modified files: x11/xdg-user-dirs-gtk: Makefile distinfo x11/xdg-user-dirs-gtk/pkg: PLIST Log message: Update to xdg-user-dirs-gtk-0.9. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/03 09:59:57 Modified files: usr.sbin/tcpdump: privsep_pcap.c Log message: check if fd passing worked, before using the fd. spotted with jsing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/03 10:31:00 Modified files: www/owncloud : Makefile distinfo www/owncloud/pkg: PLIST Log message: Update to owncloud-3.0.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/03 10:37:42 Modified files: misc/memcached : Makefile distinfo misc/memcached/patches: patch-configure Log message: update to memcached 1.4.13, lots of bug fixes amd improvements. maintainer timeout, OK sebastia@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/04/03 12:11:38 Modified files: usr.sbin/unbound: configure.ac Log message: Fix typo in configure.ac, UNBOUND_CHOOT_DIR CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/04/03 12:11:53 Modified files: usr.sbin/unbound: configure Log message: regen CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/04/03 12:15:18 Modified files: devel/ruby-rake-compiler: Makefile devel/ruby-rake-compiler/patches: patch-lib_rake_extensiontask_rb patch-tasks_bin_cross-ruby_rake Log message: Allow cross-compiling Windows ruby extensions using mingw OK pirofti@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/03 12:18:41 Modified files: sys/dev/usb : makemap.awk Log message: Do not turn keypad delete key into the other delete key when creating the USB layouts; reported by opera@witworx.com, thanks! CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/03 12:19:20 Modified files: sys/dev/usb : ukbdmap.c Log message: regen CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/04/03 12:25:27 Modified files: usr.sbin/unbound/daemon: unbound.c Log message: Call setusercontext() before chrooting, from Bjorn Ketelaars. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/04/03 12:32:12 Added files: www/node : node.port.mk Log message: Add www/node module for packaging nodejs libraries that are typically installed via npm install. OK sthen@, Aaron Bieber (www/node MAINTAINER) CVSROOT: /cvs Module name: src Changes by: jeremy@cvs.openbsd.org 2012/04/03 12:35:18 Modified files: share/man/man5 : port-modules.5 Log message: Add documentation for the www/node module. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/04/03 12:36:52 Modified files: lang/coffeescript: Makefile distinfo lang/coffeescript/pkg: PLIST Removed files: lang/coffeescript/patches: patch-Cakefile Log message: Make coffeescript use the node module. This simplifies the Makefile, removes the need for patches, and makes coffeescript also available as a library you can require in nodejs. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/04/03 12:41:57 Log message: Import node-bcrypt 0.5.0. BCrypt password hashing library for nodejs, with both asynchronous and synchronous versions. OK sthen@ Status: Vendor Tag: jeremy Release Tags: jeremy_2012-Apr-03 N ports/security/node-bcrypt/Makefile N ports/security/node-bcrypt/distinfo N ports/security/node-bcrypt/pkg/DESCR N ports/security/node-bcrypt/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/04/03 12:46:03 Log message: Import node-fibers-0.6.4. This extension provides a fiber/coroutine implementation for nodejs. It also ships with a futures implementation that wraps existing nodejs async functions, allowing synchronous style code that handles exceptions properly and doesn't block the nodejs event loop. OK sthen@ Status: Vendor Tag: jeremy Release Tags: jeremy_2012-Apr-03 N ports/devel/node-fibers/Makefile N ports/devel/node-fibers/distinfo N ports/devel/node-fibers/patches/patch-fibers_js N ports/devel/node-fibers/patches/patch-src_platform_mk N ports/devel/node-fibers/patches/patch-package_json N ports/devel/node-fibers/patches/patch-src_Makefile N ports/devel/node-fibers/patches/patch-test_sh N ports/devel/node-fibers/pkg/DESCR N ports/devel/node-fibers/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/04/03 12:47:26 Log message: Import node-generic-pool-1.0.9. Generic resource pool. Can be used to reuse or throttle expensive resources such as database connections. OK sthen@ Status: Vendor Tag: jeremy Release Tags: jeremy_2012-Apr-03 N ports/devel/node-generic-pool/Makefile N ports/devel/node-generic-pool/distinfo N ports/devel/node-generic-pool/pkg/DESCR N ports/devel/node-generic-pool/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/04/03 12:49:11 Log message: Import node-pg-0.6.10. Non-blocking PostgreSQL client for node.js. Pure JavaScript and native libpq bindings. Active development, well tested, and production use. OK sthen@ Status: Vendor Tag: jeremy Release Tags: jeremy_2012-Apr-03 N ports/databases/node-pg/Makefile N ports/databases/node-pg/distinfo N ports/databases/node-pg/pkg/DESCR N ports/databases/node-pg/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/04/03 12:53:28 Added files: www/chromium/patches: patch-webkit_glue_webcursor_gtk_cc Log message: add missing patch CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/04/03 12:58:01 Modified files: devel : Makefile databases : Makefile security : Makefile Log message: Hookup new node ports CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/04/03 13:00:29 Modified files: infrastructure/templates: network.conf.template Log message: Add MASTER_SITE_NPM, needed by the www/node module. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/03 13:12:38 Modified files: www/fcgi-cgi : Makefile Log message: fcgi-cgi tweaks: fix HOMEPAGE, remove unneeded lib from LDFLAGS, sync WANTLIB, bump. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/03 15:17:35 Modified files: share/man/man4/man4.sgi: hpc.4 sys/arch/sgi/hpc: hpc.c sys/arch/sgi/include: autoconf.h sys/arch/sgi/sgi: ip22.h ip22_machdep.c ip27_machdep.c ip30_machdep.c machdep.c mainbus.c Log message: Default DMA-reachable address constraints to the whole address space, and narrow these in the various ipXX_machdep.c. On IP22-like systems, narrow them to 28 bit physical addresses, but unpessimize this by extending this to 32 bit after autoconf, if no 28-bit limited hpc(4) device has been found. Since physical memory on these systems start at 128MB, this means that Indigo systems with more than 128MB memory will behave correctly (and so will Indy systems with E++ boards and more than 128MB memory). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/03 15:44:17 Modified files: distrib/notes/sgi: install Log message: Make sure all bootp() path lack unnecessary front slashes, and subtly mention that IP22 PROM can not load ELF64 kernels. While there, in addition to the list of `known to only boot of a low tftp port number' PROM versions, list a few unaffected (16 bit clean) PROM versions. Hopefully user feedback will let us figure out cutoff point so we'll only need to document these instead of unbounded lists of PROM versions. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/03 15:54:37 Modified files: sys/arch/sgi/conf: GENERIC-IP22 RAMDISK-IP22 Log message: Uncomment eisa0 attachment. People can then complain about their boards not being configured and we'll see which boards need care. (Only ep(4) is known to work so far, but I am waiting for review and approval of the changes required to make it work on sgi). Anyone with a working ahb(4) EISA board to spare? CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/04/03 17:06:11 Modified files: lib/libc/sys : sigaction.2 lib/libc/gen : signal.3 Log message: Document that openat(), etc are safe to call from a signal handler. While here, recognize that _Exit() and raise() are C functions. ok deraadt@, guenther@, jmc@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/03 17:15:23 Modified files: devel/doxygen/pkg: DESCR-main devel/doxygen : Makefile Log message: Attempt #2 at handling doxygen on mips64el. Rather than using a FLAVOR, just set CONFIGURE_ARGS on mips64el, don't provide a way to build with --english-only on other arch (as the only reason for using this seems to be to work around compiler/toolchain problems). Avoids oddity with out-of-date reported by fgsch@. Also make sure the arch check is done after including bsd.port.arch.mk; ARCH was in my environment when I tested before, sigh... this problem reported by kili@. "it's shorter than the previous version, so it's automagically ok" kili@ ;) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/03 17:39:09 Modified files: sys/dev/ic : fxp.c fxpreg.h fxpvar.h Log message: After suspend/resume, reload the firmware. Skip firmware on FXP_REV_82550_C with server extensions. CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2012/04/03 18:52:21 Modified files: x11/freerdp : Makefile Log message: Change license marker to Apache 2.0. Pointed out by Ross Richardson. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/04/03 19:08:32 Modified files: net/ddclient : Makefile distinfo Log message: Minor update of ddclient with: * Fixing #28: FreeDNS.afraid.org changed api slightly * Added dtdns-support * Added support for longer password * Added cisco-asa patch * Added support for LoopiaDNS ok zinke@ (maintainer) ok aja@ CVSROOT: /cvs Module name: ports Changes by: brynet@cvs.openbsd.org 2012/04/03 20:19:16 Modified files: sysutils/xbattbar: Makefile sysutils/xbattbar/patches: patch-xbattbar_c Log message: Add an option for displaying time&date to xbattbar (-T), from Alexander Polakov. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brynet@cvs.openbsd.org 2012/04/03 20:35:15 Modified files: sysutils/xbattbar: Makefile Added files: sysutils/xbattbar/patches: patch-xbattbar_man Log message: Whoops, add the man page patch for xbattbar. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/04/03 21:38:45 Log message: Import zxing-2.0. ZXing (pronounced "zebra crossing") is an open-source, multi-format 1D/2D barcode image processing library. It currently supports these formats: - UPC-A and UPC-E - EAN-8 and EAN-13 - Data Matrix - Code 39 - Code 93 - Code 128 - ITF - Codabar - RSS-14 (all variants) - QR Code - Data Matrix - Aztec - PDF 417 ok landry@ Status: Vendor Tag: bentley Release Tags: bentley_20120403 N ports/graphics/zxing/Makefile N ports/graphics/zxing/distinfo N ports/graphics/zxing/patches/patch-cpp_core_src_zxing_qrcode_detector_Detector_h N ports/graphics/zxing/patches/patch-cpp_SConscript N ports/graphics/zxing/patches/patch-cpp_blackboxtest_sh N ports/graphics/zxing/pkg/DESCR N ports/graphics/zxing/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/04/03 21:39:42 Modified files: graphics : Makefile Log message: +zxing CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2012/04/03 22:31:38 Modified files: sys/net : pipex.c pipex.h pipex_local.h sys/netinet : udp_usrreq.c Log message: pipex hook in udp_usrreq() mistakenly assumed that `inp' is connected. It could not use the destination address properly, so it failed to find the pipex session. This bug caused LCP keepalive failures on some clients. found and tested by sebastia@ and mxb at alumni.chalmers.se. ok sthen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/03 23:48:15 Modified files: lang/coffeescript: Makefile security/node-bcrypt: Makefile devel/node-fibers: Makefile devel/node-generic-pool: Makefile databases/node-pg: Makefile www/node : node.port.mk Log message: Pick a less generic variable for a MODULE: VERSION -> NPM_VERSION no objection from jeremy@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/04/03 23:49:55 Modified files: share/man/man5 : port-modules.5 Log message: VERSION -> NPM_VERSION for the www/node MODULE. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/04 00:19:01 Modified files: x11/dbus : Makefile x11/dbus/patches: patch-test_Makefile_in Log message: Make this build with regular make. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/04 00:27:38 Modified files: security/gnutls: Makefile Log message: Use MASTER_SITE_GNU. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/04 00:45:28 Modified files: security/libotr: Makefile Log message: Some cleanups: * get the SHARED_LIBS from shared_libs.log * sanitize COMMENT * tighten LIB_DEPENDS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/04 00:59:24 Modified files: security/libgcrypt: Makefile distinfo Removed files: security/libgcrypt/patches: patch-src_gcrypt_h_in Log message: Update to new stable branch: 1.5.0 (compatible with 1.4). CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/04 01:37:18 Modified files: devel/py-gobject3: Makefile Log message: Tighten dependency on devel/gobject-introspection>=1.31.20, bump CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/04 01:54:55 Modified files: devel/xdg-utils: Makefile Log message: Add comment about having no dependencies. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/04 04:03:12 Modified files: geo/geoclue : Makefile geo/geoclue/pkg: PLIST Log message: Don't install the example provider, it does nothing but spamming system dbus every 5 secs with timestamp and null position/address.. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/04 04:15:32 Modified files: devel/doxygen : Makefile Log message: Doxygen also needs --english-only on mips64, not just mips64el Pointed out by Val on ports@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/04 05:09:12 Modified files: net/pidgin : Makefile distinfo Log message: Update to pidgin 2.10.3, fixes a problem with MSN buddies appearing online when they shouldn't. From Brad. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/04/04 05:16:24 Modified files: usr.bin/aucat : dev.c Log message: Fix memory leak in the error handling code path of failed device creation. From jsg@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/04/04 05:31:39 Modified files: usr.bin/aucat : aucat.1 Log message: Add a simple and clear (hopefully) description of what sndiod does. discussed with deraadt and jmc CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/04 05:32:58 Modified files: audio/mpg123 : Makefile distinfo Log message: maintenance update to 1.13.7 CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/04/04 05:50:01 Modified files: share/misc : airport Log message: add a few airport recently encountered CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/04 06:07:50 Modified files: x11/vlc : Makefile Log message: No need for CONFIGURE_ENV+=with_mozilla_pkg="libxul" since --with-mozilla-sdk-path is used and takes precedence over it. Found while checking libxul.pc users.. No bump since no pkg change. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/04 06:55:59 Modified files: devel/gsl : Makefile Added files: devel/gsl/patches: patch-doc_gsl_3 Log message: fix manpage rendering with mandoc, from Kristaps Dzonsons CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/04 07:02:30 Modified files: net/telepathy/telepathy-logger: Makefile distinfo net/telepathy/telepathy-logger/pkg: PLIST Log message: Minor update to telepathy-logger-0.4.0. ok jasper@ (maintainer) CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/04/04 07:14:44 Modified files: sbin/fdisk : mbr.c Log message: Don't 'reserve' a head/track if there is only only 1 head and 1 cylinder. If there is only one head but multiple cylinders reserve one cylinder. Prevents nonsense MBR being created on scsi attached floppies, which have a 'geometry' of 1/1/2888. No change to less pathological cases. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/04 07:40:10 ports/devel/glib2/files Update of /cvs/ports/devel/glib2/files In directory cvs.openbsd.org:/tmp/cvs-serv23991/files Log Message: Directory /cvs/ports/devel/glib2/files added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/04 07:41:38 Modified files: devel/glib2 : Makefile distinfo devel/glib2/pkg: PLIST-main README-main Added files: devel/glib2/files: gio-kqueue.conf Removed files: devel/glib2/patches: patch-gio_kqueue_kqueue-thread_c Log message: Update the gio-kqueue patch to the latest release. CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2012/04/04 08:26:40 Modified files: usr.sbin/nginx/src/core: ngx_cycle.c ngx_file.c usr.sbin/nginx/src/http: ngx_http_core_module.c Log message: Set the correct string lengths when stripping the chroot prefix from the paths because ngx_str_set() does not set it correctly for us. This change also avoid a use after free() case which was discovered by sthen@ Based on a diff from Steffen Daode Nurpmeso, tested by me and sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/04 08:34:12 Modified files: x11/gnome/empathy: Makefile Log message: Explicitely --disable-call-logs or it may end up being picked up. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/04/04 08:36:24 Modified files: usr.sbin/nginx/auto/cc: gcc Log message: Honour CFLAGS in nginx build, discussed with robert@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/04 08:41:34 Modified files: net/telepathy/telepathy-idle: Makefile net/telepathy/telepathy-inspector: Makefile net/telepathy/telepathy-mission-control: Makefile net/telepathy/telepathy-salut: Makefile Log message: - add MODPY_RUNDEP=No where needed CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/04/04 09:29:28 Modified files: x11/rox-filer : Makefile distinfo Log message: Minor update for Rox-Filter. ok jasper@ (maintainer) ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/04 09:30:59 Modified files: devel/mspdebug : Makefile distinfo Log message: - update to 0.19, which among various changes adds support for the MSP430-JTAG-ISO on non-linux platforms, but due to lack of hardware this hasn't been tested on openbsd.. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/04 09:41:25 Modified files: devel/msp430/gcc: Makefile distinfo Log message: - add two more LTS patches CVSROOT: /cvs Module name: src Changes by: landry@cvs.openbsd.org 2012/04/04 09:58:21 Modified files: share/man/man5 : bsd.port.mk.5 Log message: It's @option no-default-conflict not option @no-default-conflict CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/04/04 10:13:11 Modified files: bin/ps : keyword.c ps.c Log message: Add "tid" as a formatting keyword. If the -H option is specified, include the thread ID in the default format. ok deraadt@ sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/04 11:24:29 Modified files: devel/libgtop2/patches: patch-sysdeps_openbsd_procmap_c Log message: sync patch CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/04 11:24:50 Modified files: libexec/ftpd : monitor_fdpass.c sbin/pflogd : privsep_fdpass.c usr.sbin/syslogd: privsep_fdpass.c usr.sbin/tcpdump: privsep_fdpass.c Log message: Return an error much earlier if recvmsg fails CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/04/04 11:31:19 Modified files: usr.sbin/nsd : Makefile.in usr.sbin/unbound: Makefile.in Log message: Disable the install target in nsd and unbound's Makefiles, so if someone runs 'make install' rather than 'make -f Makefile.bsd-wrapper install' it will just do nothing rather than put files into /usr/local. ok jakob@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/04 11:51:54 Modified files: net/telepathy/telepathy-spec: Makefile distinfo net/telepathy/telepathy-spec/pkg: PLIST Log message: - update to 0.26.0 CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2012/04/04 12:05:16 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 md.hppa md.i386 md.landisk md.loongson md.mac68k md.macppc md.mvme68k md.mvme88k md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus mi distrib/sets/lists/xserv: md.landisk md.mvme88k distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/04 12:17:50 Modified files: x11/rox-filer : Makefile Log message: Switch rox-filer LIB_DEPENDS from devel/libglade2 to x11/gtk+2. It doesn't use glade any more, so the LIB_DEPENDS gets stripped, meaning there's no longer a path to gtk+2, so pkg_create fails (hence no bump in this diff). ok jasper@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/04 12:24:51 Modified files: sys/sys : socket.h Log message: SCM_CREDS can go away, since everything uses the newer APIs. ports tree checked by naddy CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/04/04 12:44:22 Modified files: sys/arch/amd64/include: cpu.h sys/arch/amd64/amd64: cpu.c Log message: Make sure that identifycpu() is run only once; fixes occasional hangs on resume. Discussed with and ok kettenis, haesbaert CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/04/04 13:20:44 Modified files: usr.sbin/ospfd : rde_spf.c Log message: Both LSA_TYPE_AREA_OPAQ and LSA_TYPE_AS_OPAQ can be found when traversing the LSDB. So adjust SPF calculation to not trigger a fatal. Problem found and fix tested by Chris Wopat CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/04/04 14:24:00 Modified files: lang/jruby : Makefile distinfo lang/jruby/patches: patch-build_xml lang/jruby/pkg : PLIST Added files: lang/jruby/patches: patch-default_build_properties Log message: Update to jruby 1.6.7. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/04 14:34:55 Modified files: xserver/os : privsep.c Log message: Return an error much earlier if recvmsg fails. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/04 14:41:59 Modified files: lib/libpciaccess/src: common_io.c Log message: Fix pci_io_handle allocation routines. The previous version of new_io_handle() would invalidate all previous allocations when realloc moves the base pointer of the ios array. Since I cannot figure out where this array is useful, just get rid of it, providing sound stable memory allocation. Fixes vgaHWSaveFonts() in 1.12 xserver on OpenBSD, but other sub-systems relaying on pci_io could be affected too. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/04 15:00:58 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/04/04 15:11:09 Modified files: share/man/man4 : gpio.4 Log message: use -nosplit for AUTHORS; CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2012/04/04 15:30:56 Modified files: sysutils/bacula: Makefile sysutils/bacula/pkg: PLIST-main PLIST-server Log message: Move some files from PLIST to PLIST-server so that `FLAVOR=no_server make` works again. Conflict with older versions of the client. Make mtx-changer.conf @sample-able so we don't overwrite on update. ok & help from sthen and aja CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2012/04/04 15:49:44 Modified files: net/nagios/check_bioctl: Makefile distinfo net/nagios/check_bioctl/patches: patch-check_bioctl Log message: Update bioctl to 1.16. Account for change in bioctl output: http://www.openbsd.org/cgi-bin/cvsweb/src/sbin/bioctl/bioctl.c.diff?r1=1.98;r2=1.99;f=h ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/04 16:49:48 Modified files: devel/fossil : Makefile distinfo Removed files: devel/fossil/patches: patch-src_http_socket_c patch-src_main_mk Log message: update to fossil 1.22 from James Turner, minor tweak from me CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/04/04 17:28:40 Modified files: usr.bin/aucat : aucat.1 Log message: tweak previous; ok ratchov CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/04/05 01:44:14 Modified files: editors/libreoffice: Makefile Log message: fix icons CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/05 01:48:19 Modified files: net/papyon : Makefile Log message: Unbreak runtime by dependening on py-gobject. spotted by jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/05 01:50:26 Modified files: x11/gnome/panel: Makefile Log message: Needs an explicit dependency on sysutils/polkit. spotted by jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/05 02:07:21 Modified files: x11/gnome/controlcenter: Makefile Log message: Sync WANTLIB/DEPENDS which was a mess. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/05 03:08:12 Modified files: net/telepathy/telepathy-salut: Makefile distinfo net/telepathy/telepathy-salut/patches: patch-lib_ext_wocky_tests_wocky-connector-test_c patch-src_contact_h patch-src_util_c net/telepathy/telepathy-salut/pkg: PLIST Added files: net/telepathy/telepathy-salut/patches: patch-lib_ext_wocky_tests_wocky-test-sasl-auth-server_c Removed files: net/telepathy/telepathy-salut/patches: patch-lib_ext_wocky_tests_test-resolver_h Log message: - update to 0.8.0 ok aja@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/05 03:12:07 Modified files: audio/hs-libmpd: Makefile distinfo audio/hs-libmpd/pkg: PLIST Log message: Update to hs-libmpd-0.7.2 ok jasper@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/05 03:15:38 Modified files: net/powerdns : Tag: OPENBSD_5_0 Makefile net/powerdns/patches: Tag: OPENBSD_5_0 patch-configure_in Log message: Restore -rdynamic -> -Wl,-export-dynamic patch for PowerDNS in 5.0-stable, this is still needed until post-5.0. Problem reported by mailinglist@modernbiztonsag.org, cause identified by Brad, diff from me, no response to testing request but it should be correct. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/05 03:20:12 Modified files: sysutils/collectd/patches: patch-src_Makefile_in Log message: - disable -Werror to unbreak the build after the recent libgcrypt update. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/04/05 03:26:40 Modified files: sys/msdosfs : denode.h msdosfs_fat.c Log message: As it was made evident by Olaf 'Rhialto' Seibert in the NetBSD PR 34583, caching the last cluster in the file before extending it considerably speeds up further lookups. As a consequence this keeps write speed from gradually decreasing and provides a measurable (up to 2x) performance increase. Prompted by the diff from Alexander Polakov, ok miod, krw. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/05 04:04:28 Modified files: x11/gnome/grilo-plugins: Makefile Log message: Add comment about shoutcast. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/05 04:22:29 Modified files: x11/gnome/seed : Makefile Log message: Properly link with JSContextGroupCreate in configure. Regen WANTLIB. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/04/05 04:28:03 Modified files: usr.sbin/nginx/man: nginx.8 Log message: Mention the -u flag to tell nginx not to chroot. Help with wording from jmc@, thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/05 04:33:45 Modified files: sysutils/duplicity: Makefile Log message: Install man pages with proper perms so that a regular user can read them. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/04/05 05:22:35 Modified files: sys/dev/pci : pcidevs Log message: add some devices found on a r720 ok dlg@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/04/05 05:23:18 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/05 05:31:10 Modified files: x11/gnome/baobab: Makefile distinfo Log message: Bugfix update to baobab-3.4.1. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/05 05:39:19 Modified files: devel/pango : Makefile Removed files: devel/pango/patches: patch-pango_pc_in Log message: - drop this patch, treating X_LIBS as special isn't needed anymore, this used to upset pkgconfig/libtool/configure (pick one, aja and i forgot which one..) tested in a full bulk build. ok aja@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/05 05:39:29 Modified files: devel/sdl-gfx : Makefile distinfo devel/sdl-gfx/pkg: PLIST Removed files: devel/sdl-gfx/patches: patch-Makefile_in Log message: Update to sdl-gfx-2.0.23. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/05 05:40:46 Modified files: devel/sdl-image: Makefile distinfo devel/sdl-image/patches: patch-Makefile_in patch-configure Removed files: devel/sdl-image/patches: patch-IMG_png_c Log message: Update to sdl-image-1.2.12. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/05 05:41:32 Modified files: devel/sdl-mixer: Makefile distinfo devel/sdl-mixer/patches: patch-Makefile_in patch-configure patch-timidity_config_h devel/sdl-mixer/pkg: DESCR PLIST Log message: Update to sdl-mixer-1.2.12. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/05 05:42:09 Modified files: devel/sdl-net : Makefile distinfo devel/sdl-net/patches: patch-Makefile_in patch-SDLnetsys_h devel/sdl-net/pkg: PLIST Log message: Update to sdl-net-1.2.8. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/05 05:42:49 Modified files: devel/sdl-ttf : Makefile distinfo devel/sdl-ttf/patches: patch-Makefile_in devel/sdl-ttf/pkg: PLIST Log message: Update to sdl-ttf-2.0.11. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/05 06:08:25 Modified files: devel/py-gobject: Makefile Added files: devel/py-gobject/patches: patch-gio_gio-types_defs Log message: From upstream: gio-types.defs: change some enums to flags These flags types were originally incorrectly handled in glib as being enums. That bug was fixed, but they're still enums here, leading to warnings about the mismatch. Change them to flags. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/05 06:42:45 Removed files: devel/glib2/patches: patch-gio_gresource-tool_c Log message: Remove useless patch which I forgot in previous commit. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/05 06:58:14 Modified files: graphics/libgexiv2: Makefile distinfo graphics/libgexiv2/patches: patch-Makefile graphics/libgexiv2/pkg: PLIST Log message: Update to stable libgexiv2-0.4.1. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/05 07:44:34 Modified files: net/telepathy/telepathy-haze: Makefile distinfo Log message: - update to telepathy-haze-0.6.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/05 07:49:08 Modified files: misc/shared-desktop-ontologies: Makefile distinfo Log message: Update to shared-desktop-ontologies-0.9.0. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/05 08:07:44 Modified files: devel/libevent2: Makefile distinfo Log message: Bugfix update to 2.0.18. from dhill@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/05 08:33:48 Modified files: sysutils/symon : Makefile distinfo Log message: update to symon 2.85 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/05 10:02:30 Log message: import farstream 0.1.2 The Farstream (formerly Farsight) project is an effort to create a framework to deal with all known audio/video conferencing protocols. On one side it offers a generic API that makes it possible to write plugins for different streaming protocols, on the other side it offers an API for clients to use those plugins. (farsight2 is dead, long live farstream!) ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20120504 N ports/net/farstream/distinfo N ports/net/farstream/Makefile N ports/net/farstream/pkg/PLIST N ports/net/farstream/pkg/DESCR N ports/net/farstream/patches/patch-transmitters_rawudp_fs-rawudp-transmitter_c N ports/net/farstream/patches/patch-transmitters_rawudp_fs-rawudp-transmitter_h N ports/net/farstream/patches/patch-transmitters_multicast_fs-multicast-transmitter_c N ports/net/farstream/patches/patch-tests_check_testutils_c N ports/net/farstream/patches/patch-tests_check_transmitter_stunalternd_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/05 10:04:01 Log message: import telepathy-farstream 0.2.3 Farstream is a video conferencing connection manager for the Telepathy framework. This component enables the use of Telepathy instant messaging clients with Farstream/Nice servers. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20120504 N ports/net/telepathy/telepathy-farstream/Makefile N ports/net/telepathy/telepathy-farstream/distinfo N ports/net/telepathy/telepathy-farstream/pkg/DESCR N ports/net/telepathy/telepathy-farstream/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/05 10:05:13 Removed files: net/farsight2 : Makefile distinfo net/farsight2/patches: patch-gst-libs_gst_farsight_fs-interfaces_c patch-tests_check_testutils_c patch-tests_check_transmitter_stunalternd_c patch-transmitters_multicast_fs-multicast-transmitter_c patch-transmitters_rawudp_fs-rawudp-transmitter_c patch-transmitters_rawudp_fs-rawudp-transmitter_h net/farsight2/pkg: DESCR PLIST Log message: drop farsight2 in favor of farstream. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/05 10:05:22 Modified files: net : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/05 10:06:12 Modified files: multimedia/gstreamer-0.10: Makefile Removed files: multimedia/gstreamer-0.10/plugins-farsight: Makefile distinfo multimedia/gstreamer-0.10/plugins-farsight/patches: patch-configure_ac patch-gst_rtpjitterbuffer_async_jitter_queue_h multimedia/gstreamer-0.10/plugins-farsight/pkg: DESCR PLIST Log message: remove deprecated component ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/05 10:07:04 Removed files: net/telepathy/telepathy-farsight: Makefile distinfo net/telepathy/telepathy-farsight/pkg: DESCR PLIST Log message: drop deprecated component ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/05 10:07:18 Modified files: net/telepathy : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/05 10:08:56 Modified files: net/amsn : Makefile net/amsn/patches: patch-Makefile_in patch-configure net/gajim : Makefile x11/gnome/empathy: Makefile Added files: net/amsn/patches: patch-Compile_mk patch-utils_farsight_src_tcl_farsight_c net/gajim/patches: patch-src_chat_control_py patch-src_common_gajim_py patch-src_common_helpers_py patch-src_common_jingle_py patch-src_common_jingle_rtp_py patch-src_common_jingle_transport_py patch-src_features_window_py x11/gnome/empathy/patches: patch-configure_ac patch-src_empathy-streamed-media-handler_c patch-src_empathy-streamed-media-handler_h patch-src_empathy-streamed-media-window_c patch-src_empathy-video-widget_c Log message: - switch for farsight2 to farstream. all patches taken from upstream repositories. ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/05 10:11:01 Modified files: devel/libffi : Makefile Log message: add a reminder comment CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/05 10:20:14 Modified files: net/libnice : Makefile net/libnice/pkg: PLIST Log message: Comment useless libtool link file in gstreamer-0.10 plugin dir. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/05 10:21:43 Modified files: net/farstream : Makefile net/farstream/pkg: PLIST Log message: A few more files needed to be commented. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/05 10:24:35 Modified files: multimedia/gstreamer-0.10: Makefile.inc Log message: Add comment about dependant ports that hardcode the version in their PLIST. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/05 10:26:32 Modified files: games/warmux : Makefile Added files: games/warmux/patches: patch-lib_warmux_action_action_cpp Log message: Adapt to new sdl-net. from Brad CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/04/05 11:07:09 www/openssh/usage/ru Update of /cvs/www/openssh/usage/ru In directory cvs.openbsd.org:/tmp/cvs-serv25876/openssh/usage/ru Log Message: Directory /cvs/www/openssh/usage/ru added to the repository CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/04/05 11:07:26 Modified files: cs : donations.html events.html index.html de : 51.html events.html faq/cs : index.html faq/de : faq2.html faq3.html faq4.html index.html faq/pf/cs : filter.html openbgpd/cs : index.html openbgpd/ru : index.html opencvs/cs : index.html openntpd/cs : index.html openssh/ru : ftp.html list.html manual.html report.html security.html ru : goals.html index.html Added files: openssh/usage/ru: graphs.html index.html ssh-stats.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/05 11:31:36 Modified files: sbin/iked : control.c iked.h Log message: rate-limit accepting of new connections while we are experiencing fd exhaustion. ok mikeb CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/05 11:44:17 Modified files: graphics/shotwell: Makefile distinfo graphics/shotwell/patches: patch-Makefile graphics/shotwell/pkg: PLIST Log message: Finally update to a stable release: shotwell-0.12.1. ok landry@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/05 12:28:16 Log message: Add a module to allow for easier building of a port using CLang/LLVM by adding MODULES=lang/clang. Based on gcc4.port.mk and simplified. OK robert@ Status: Vendor Tag: sthen Release Tags: sthen_20120405 N ports/lang/clang/clang.port.mk No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/04/05 12:33:16 Modified files: share/man/man5 : port-modules.5 Log message: Mention clang module. CVSROOT: /cvs Module name: src Changes by: camield@cvs.openbsd.org 2012/04/05 13:08:41 Modified files: usr.sbin/ftp-proxy: ftp-proxy.c Log message: Rate-limit accepting of new connections while we are experiencing fd exhaustion. ok deraadt mikeb CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/05 13:58:09 Modified files: net/vnstat : Makefile net/vnstat/pkg : PLIST Log message: - don't give _vnstat a login shell ok pea@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/05 14:36:03 Modified files: misc/srcpd : Makefile misc/srcpd/pkg : PLIST comms/xcept : Makefile comms/xcept/pkg: PLIST Log message: - fix path to login shell CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/05 15:02:25 Modified files: cad/fritzing : Makefile distinfo cad/fritzing/patches: patch-phoenix_pro patch-pri_utils_pri cad/fritzing/pkg: PLIST Log message: - update to 0.7.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/05 15:15:29 Modified files: telephony/appkonference: Makefile Log message: Mark as ONLY_FOR_ARCHS=i386/amd64, since it #errors out on others: # konference/libwebrtc/typedefs.h # error Please add support for your architecture in typedefs.h CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2012/04/05 15:20:29 Modified files: sysutils/p5-Unix-PID: Makefile distinfo sysutils/p5-Unix-PID/pkg: DESCR PLIST Log message: Update to 0.23. Remove some unneeded depends. Remove USE_GROFF. Update pkg/DESCR (requested by and suggestion from okan) ok okan@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/05 15:45:51 Modified files: sys/arch/sgi/hpc: hpc.c hpcvar.h if_sq.c Log message: DMA descriptors only need to be aligned on 8-byte boundaries, and the struct layout is enough to enforce this. Don't request DMA page boundary alignment when allocating them. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/05 15:46:43 Modified files: sys/arch/sgi/hpc: hpc.c Log message: Add an explicit bus_space_barrier() function for revision 3 hpc, which has a PIO write buffer. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/05 15:48:37 Modified files: sys/arch/sgi/hpc: zs.c Log message: Lower ZS_DELAY() back to what it was, but issue a bus_space_barrier() after every register write. Hinted by IRIX' . While there, flip the CTS, DCD, RTS and DTR bits in registers #0 and #5. Aforementioned header says they are inverted due to a hardware bug. Tested on IP20, IP22 and IP24. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/05 15:49:58 Modified files: sys/arch/sgi/sgi: bus_dma.c Log message: Bail out of bus_dmamap_sync() earlier in the non-PREWRITE cases on TGT_COHERENT kernels. No need to walk the whole dma map doing nothing. No functional change. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/05 15:51:56 Modified files: sys/arch/sgi/hpc: dsclock.c Log message: In the neverending tradition of never making things simple, SGI used 1940 as the timebase on Indigo 2, but 1970 on Indy (verified with the `date' command at the PROM prompt and checking what values ended up in the DS1286). Indy will no longer be 30 years in the future from an IRIX point of view. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/04/05 20:18:49 Modified files: sys/kern : kern_exit.c Log message: ruadd() does the summing of system and user times, so doing so again results in bogus total times, as reported by numerous ports people. ok miod@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/06 01:01:39 Modified files: x11/gnome-mplayer: Makefile Added files: x11/gnome-mplayer/patches: patch-src_common_h patch-src_gui_c patch-src_main_c Log message: Remove deprecated slide_away code to unbreak with glib-2.32 committed upstream CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/06 01:26:37 Modified files: devel/libnotify: Makefile devel/libnotify/pkg: README Log message: Tweak README. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/06 01:42:11 Modified files: net/papyon : Makefile Log message: Missing build depends (spotted by jasper@). CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/04/06 01:50:32 Modified files: lang/gcc/4.6/patches: patch-libgo_configure Added files: lang/gcc/4.6/patches: patch-configure Log message: Also build libffi on arches where java isn't supported, it's needed for libgo. tested on powerpc and ok aja@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/06 01:53:38 Modified files: devel/xdg-utils: Makefile devel/xdg-utils/pkg: README Log message: Clarify README. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/06 02:16:59 Modified files: www/tomcat/v7 : Makefile distinfo www/tomcat/v7/pkg: PLIST-examples PLIST-main Log message: Update to 7.0.27 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/06 02:51:43 Modified files: net/papyon : Makefile Added files: net/papyon/patches: patch-papyon_media_conference_py Log message: migrate to farstream, spotted by landry@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/06 03:06:34 Modified files: infrastructure/db: user.list Log message: reserve uid for sslh port CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/06 03:23:09 Log message: import p5-DBIx-Class-IntrospectableM2M from Andrew Fresh, ok landry@ Because the many-to-many relationships are not real relationships, they can not be introspected with DBIx::Class. Many-to-many relationships are actually just a collection of convenience methods installed to bridge two relationships. This DBIx::Class component can be used to store all relevant information about these non-relationships so they can later be introspected and examined. Status: Vendor Tag: sthen Release Tags: sthen_20120604 N ports/databases/p5-DBIx-Class-IntrospectableM2M/Makefile N ports/databases/p5-DBIx-Class-IntrospectableM2M/distinfo N ports/databases/p5-DBIx-Class-IntrospectableM2M/pkg/DESCR N ports/databases/p5-DBIx-Class-IntrospectableM2M/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/06 03:23:55 Log message: import p5-Class-Unload from Andrew Fresh, ok landry@ Unloads a given class by clearing out its symbol table and removing it from %INC. Status: Vendor Tag: sthen Release Tags: sthen_20120604 N ports/devel/p5-Class-Unload/Makefile N ports/devel/p5-Class-Unload/distinfo N ports/devel/p5-Class-Unload/pkg/DESCR N ports/devel/p5-Class-Unload/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/06 03:24:33 Log message: import p5-Data-Compare from Andrew Fresh, ok landry@ This module compares arbitrary data structures to see if they are copies of each other. Status: Vendor Tag: sthen Release Tags: sthen_20120604 N ports/devel/p5-Data-Compare/Makefile N ports/devel/p5-Data-Compare/distinfo N ports/devel/p5-Data-Compare/pkg/DESCR N ports/devel/p5-Data-Compare/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/06 03:25:08 Log message: import p5-Data-Dumper-Concise, from Andrew Fresh, ok landry@ This module always exports a single function, Dumper, which can be called with an array of values to dump those values. It exists, fundamentally, as a convenient way to reproduce a set of Dumper options that we've found ourselves using across large numbers of applications, primarily for debugging output. The principle guiding theme is "all the concision you can get while still having a useful dump and not doing anything cleverer than setting Data::Dumper options" - it's been pointed out to us that Data::Dump::Streamer can produce shorter output with less lines of code. We know. This is simpler and we've never seen it segfault. But for complex/weird structures, it generally rocks. You should use it as well, when Concise is underkill. We do. Why is deparsing on when the aim is concision? Because you often want to know what subroutine refs you have when debugging and because if you were planning to eval this back in you probably wanted to remove subrefs first and add them back in a custom way anyway. Note that this -does- force using the pure perl Dumper rather than the XS one, but I've never in my life seen Data::Dumper show up in a profile so "who cares?". Status: Vendor Tag: sthen Release Tags: sthen_20120604 N ports/devel/p5-Data-Dumper-Concise/Makefile N ports/devel/p5-Data-Dumper-Concise/distinfo N ports/devel/p5-Data-Dumper-Concise/pkg/DESCR N ports/devel/p5-Data-Dumper-Concise/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/06 03:25:46 Log message: import p5-Memoize-ExpireLRU from Andrew Fresh, ok landry@ For the theory of Memoization, please see the Memoize module documentation. This module implements an expiry policy for Memoize that follows LRU semantics, that is, the last n results, where n is specified as the argument to the CACHESIZE parameter, will be cached. Status: Vendor Tag: sthen Release Tags: sthen_20120604 N ports/devel/p5-Memoize-ExpireLRU/Makefile N ports/devel/p5-Memoize-ExpireLRU/distinfo N ports/devel/p5-Memoize-ExpireLRU/pkg/DESCR N ports/devel/p5-Memoize-ExpireLRU/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/06 03:26:25 Log message: import p5-Lingua-EN-Inflect from Andrew Fresh, ok landry@ The exportable subroutines of Lingua::EN::Inflect provide plural inflections, "a"/"an" selection for English words, and manipulation of numbers as words. Status: Vendor Tag: sthen Release Tags: sthen_20120604 N ports/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile N ports/textproc/p5-Lingua-EN-Inflect-Phrase/distinfo N ports/textproc/p5-Lingua-EN-Inflect-Phrase/pkg/DESCR N ports/textproc/p5-Lingua-EN-Inflect-Phrase/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/06 03:26:54 Log message: import p5-Lingua-EN-Tagger from Andrew Fresh, ok landry@ The module is a probability based, corpus-trained tagger that assigns POS tags to English text based on a lookup dictionary and a set of probability values. The tagger assigns appropriate tags based on conditional probabilities - it examines the preceding tag to determine the appropriate tag for the current word. Unknown words are classified according to word morphology or can be set to be treated as nouns or other parts of speech. The tagger also extracts as many nouns and noun phrases as it can, using a set of regular expressions. Status: Vendor Tag: sthen Release Tags: sthen_20120604 N ports/textproc/p5-Lingua-EN-Tagger/Makefile N ports/textproc/p5-Lingua-EN-Tagger/distinfo N ports/textproc/p5-Lingua-EN-Tagger/pkg/DESCR N ports/textproc/p5-Lingua-EN-Tagger/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/06 03:27:19 Log message: import p5-String-CamelCase from Andrew Fresh, ok landry@ convert from under_score text to CamelCase and back Status: Vendor Tag: sthen Release Tags: sthen_20120604 N ports/textproc/p5-String-CamelCase/Makefile N ports/textproc/p5-String-CamelCase/distinfo N ports/textproc/p5-String-CamelCase/pkg/DESCR N ports/textproc/p5-String-CamelCase/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/06 03:27:49 Log message: import p5-String-ToIdentifier-EN from Andrew Fresh, ok landry@ This module provides a utility method, "to_identifier" for converting an arbitrary string into a readable representation using the ASCII subset of "\w" for use as an identifier in a computer program. The intent is to make unique identifier names from which the content of the original string can be easily inferred by a human just by reading the identifier. If you need the full set of "\w" including Unicode, see the subclass String::ToIdentifier::EN::Unicode. Currently, this process is one way only, and will likely remain this way. The default is to create camelCase identifiers, or you may pass in a separator char of your choice such as "_". Binary char groups will be separated by "_" even in camelCase identifiers to make them easier to read, e.g.: "foo_2_0xFF_Bar". Status: Vendor Tag: sthen Release Tags: sthen_20120604 N ports/textproc/p5-String-ToIdentifier-EN/Makefile N ports/textproc/p5-String-ToIdentifier-EN/distinfo N ports/textproc/p5-String-ToIdentifier-EN/pkg/DESCR N ports/textproc/p5-String-ToIdentifier-EN/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/06 03:30:14 Modified files: databases : Makefile devel : Makefile textproc : Makefile Log message: hook in new p5-* thingys CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/06 03:54:30 Modified files: devel/p5-namespace-clean: Makefile distinfo devel/p5-namespace-clean/pkg: PLIST Log message: update p5-namespace-clean to 0.22, from Andrew Fresh, additional dep found by me CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/06 03:59:14 Modified files: databases/p5-DBIx-Class-Schema-Loader: Makefile distinfo databases/p5-DBIx-Class-Schema-Loader/pkg: PLIST Log message: update p5-DBIx-Class-Schema-Loader to 0.07015 from Andrew Fresh CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/06 04:00:10 Modified files: databases/p5-DBIx-Class: Makefile distinfo databases/p5-DBIx-Class/pkg: PLIST Removed files: databases/p5-DBIx-Class/patches: patch-Makefile_PL Log message: update p5-DBIx-Class to 0.08196, from Andrew Fresh CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/06 04:00:53 Modified files: devel/p5-Class-C3-Componentised: Makefile distinfo devel/p5-Class-C3-Componentised/pkg: PLIST Log message: Update p5-Class-C3-Componentised-1.001000 from Andrew Fresh CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/06 04:01:09 Modified files: devel/p5-Config-Any: Makefile distinfo Log message: update p5-Config-Any to 0.23, from Andrew Fresh CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/06 04:01:33 Modified files: devel/p5-Package-Stash: Makefile distinfo devel/p5-Package-Stash/pkg: PLIST Log message: update p5-Package-Stash to 0.33, from Andrew Fresh CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/06 04:01:51 Modified files: devel/p5-Package-Stash-XS: Makefile distinfo Log message: update p5-Package-Stash-XS to 0.25, from Andrew Fresh CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/06 04:02:14 Modified files: devel/p5-Test-Fatal: Makefile distinfo Log message: update p5-Test-Fatal to 0.008 from Andrew Fresh CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/06 04:04:39 Modified files: databases/p5-DBIx-Class: Makefile Log message: don't use groff CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/06 04:07:20 Modified files: devel/p5-Config-Any: Makefile devel/p5-namespace-clean: Makefile devel/p5-Package-Stash: Makefile Log message: don't use groff CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/06 04:13:55 Modified files: x11/gmtk : Makefile Added files: x11/gmtk/patches: patch-src_gmtk_media_player_c patch-src_gmtk_media_player_h Log message: Bugfixes from upstream CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/06 04:14:44 Modified files: x11/gnome-mplayer: Makefile x11/gnome-mplayer/patches: patch-src_common_h patch-src_gui_c patch-src_main_c Added files: x11/gnome-mplayer/patches: patch-src_gui_h Log message: Bugfixes from upstream CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/06 04:44:38 Modified files: devel/glib2/patches: patch-configure_ac Log message: Sync patch with upstream. CVSROOT: /cvs Module name: www Changes by: giovanni@cvs.openbsd.org 2012/04/06 05:00:53 Modified files: . : events.html Log message: Add BSDDay 2012, 05 May, Vienna, Austria CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/04/06 05:32:47 Modified files: bin/systrace : Tag: OPENBSD_5_1 intercept-translate.c Log message: MFC systrace intercept_translate() problem resulting in problems with systrace and some *at functions, most noticable building ports using gtar under systrace. Date: 2012/03/02 17:23:08 Author: matthew Branch: HEAD Tag: (none) Log: Fix handling of 'offend' (OFFset from the END of the arg list) arguments in systrace(1). In intercept_translate(), argsize is actually the number of *bytes* taken up by the arguments, not the number of arguments. ok ajacoutot, sthen, dcoppa Members: intercept-translate.c:1.14->1.15 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/06 05:47:54 Modified files: sysutils/freedt: Makefile sysutils/freedt/pkg: svscan.rc Log message: In freedt, change svscan's rc script to shut down daemons started by svscan when "svscan stop" is run. From Marcus Merighi with feedback from me. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/06 05:50:20 Modified files: audio/audacious-plugins: Makefile audio/audacious-plugins/patches: patch-configure_ac patch-src_ladspa_Makefile audio/audacious-plugins/pkg: PLIST Log message: Some fixes and improvements for the audacious-plugins port: - sync/re-sort WANTLIBs - enable GIO support since we have Glib in the dependency path anyway - simplify one of the Makefile patches a bit - invert the logic for enabling/disabling the sndio backend - more appropriate fix for some of the autoconf checks as the LIBS variable was being polluted very early on breaking most of the checks using AC_CHECK_LIB as well as remove/fix some improper use of the AC_CHECK_LIB macro From Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/06 05:59:48 Modified files: sysutils/freedt: Makefile sysutils/freedt/pkg: svscan.rc Log message: simpler; from aja@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/06 06:06:51 Modified files: devel/glib2 : Makefile Log message: Limits need to be cranked for the regress tests. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/06 07:29:57 Modified files: net/py-twitter : Makefile distinfo Log message: update to py-twitter 1.7.2, from Mark Peoples CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/06 07:46:11 Modified files: games/abuse : Makefile distinfo games/abuse/patches: patch-configure_ac patch-src_sdlport_setup_cpp games/abuse/pkg: DESCR PLIST Removed files: games/abuse/patches: patch-Makefile_am Log message: update to Abuse 0.8 from maintainer Antti Harri CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/06 07:48:18 Modified files: audio/openal : Makefile distinfo audio/openal/pkg: PLIST Removed files: audio/openal/patches: patch-Alc_sndio_c Log message: update to OpenAL 1.14, from Antti Harri with tweak from Brad CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/06 08:09:13 Log message: import libyubikey 1.8 This package contains the low-level C software development kit for the Yubico authentication device, the YubiKey. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20120604 N ports/devel/libyubikey/distinfo N ports/devel/libyubikey/Makefile N ports/devel/libyubikey/pkg/PLIST N ports/devel/libyubikey/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/06 08:10:42 Modified files: devel : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/06 08:33:41 Modified files: net/libtorrent : Makefile net/libtorrent/patches: patch-scripts_checks_m4 Log message: Fix build with USE_SYSTRACE=Yes CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/06 08:38:01 Modified files: audio/audacious-plugins: Makefile audio/audacious-plugins/pkg: PLIST Log message: Re-disable GIO support. As pointed out by ajacoutot@, it would need a runtime dependency on gvfs. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/06 08:38:26 Modified files: devel/libyubikey: Makefile distinfo Log message: - use googlecode hompage instead of the github one; simply the port accordingly prompted by aja@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/04/06 08:55:51 Modified files: . : Makefile.cross Log message: Do not try to cross build nginx, since it does not work. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/04/06 09:10:40 Modified files: sys/arch/alpha/alpha: conf.c sys/arch/alpha/conf: GENERIC sys/arch/amd64/amd64: conf.c sys/arch/amd64/conf: GENERIC sys/arch/arm/arm: conf.c sys/arch/armish/conf: GENERIC RAMDISK sys/arch/i386/conf: GENERIC sys/arch/i386/i386: conf.c sys/arch/landisk/conf: RAMDISK sys/arch/landisk/landisk: conf.c sys/arch/macppc/macppc: conf.c sys/arch/socppc/socppc: conf.c sys/arch/sparc/sparc: conf.c sys/arch/sparc64/sparc64: conf.c sys/arch/vax/vax: conf.c sys/conf : files sys/sys : disklabel.h malloc.h Log message: tedu the raidframe. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/04/06 09:11:30 Modified files: etc : rc sbin : Makefile Log message: tedu the raidctl. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/04/06 09:18:41 Modified files: etc : MAKEDEV.common etc/etc.alpha : MAKEDEV.md etc/etc.amd64 : MAKEDEV.md etc/etc.armish : MAKEDEV.md etc/etc.beagle : MAKEDEV.md etc/etc.i386 : MAKEDEV.md etc/etc.landisk: MAKEDEV.md etc/etc.macppc : MAKEDEV.md etc/etc.palm : MAKEDEV.md etc/etc.socppc : MAKEDEV.md etc/etc.sparc : MAKEDEV.md etc/etc.sparc64: MAKEDEV.md etc/etc.vax : MAKEDEV.md etc/etc.zaurus : MAKEDEV.md Log message: Remove raidframe device nodes. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/04/06 09:32:57 Modified files: etc/etc.alpha : MAKEDEV etc/etc.amd64 : MAKEDEV etc/etc.armish : MAKEDEV etc/etc.aviion : MAKEDEV etc/etc.beagle : MAKEDEV etc/etc.hp300 : MAKEDEV etc/etc.hppa : MAKEDEV etc/etc.hppa64 : MAKEDEV etc/etc.i386 : MAKEDEV etc/etc.landisk: MAKEDEV etc/etc.loongson: MAKEDEV etc/etc.luna88k: MAKEDEV etc/etc.mac68k : MAKEDEV etc/etc.macppc : MAKEDEV etc/etc.mvme68k: MAKEDEV etc/etc.mvme88k: MAKEDEV etc/etc.palm : MAKEDEV etc/etc.sgi : MAKEDEV etc/etc.socppc : MAKEDEV etc/etc.sparc : MAKEDEV etc/etc.sparc64: MAKEDEV etc/etc.vax : MAKEDEV etc/etc.zaurus : MAKEDEV share/man/man8/man8.alpha: MAKEDEV.8 share/man/man8/man8.amd64: MAKEDEV.8 share/man/man8/man8.armish: MAKEDEV.8 share/man/man8/man8.aviion: MAKEDEV.8 share/man/man8/man8.hp300: MAKEDEV.8 share/man/man8/man8.hppa: MAKEDEV.8 share/man/man8/man8.hppa64: MAKEDEV.8 share/man/man8/man8.i386: MAKEDEV.8 share/man/man8/man8.landisk: MAKEDEV.8 share/man/man8/man8.loongson: MAKEDEV.8 share/man/man8/man8.luna88k: MAKEDEV.8 share/man/man8/man8.mac68k: MAKEDEV.8 share/man/man8/man8.macppc: MAKEDEV.8 share/man/man8/man8.mvme68k: MAKEDEV.8 share/man/man8/man8.mvme88k: MAKEDEV.8 share/man/man8/man8.palm: MAKEDEV.8 share/man/man8/man8.sgi: MAKEDEV.8 share/man/man8/man8.socppc: MAKEDEV.8 share/man/man8/man8.sparc: MAKEDEV.8 share/man/man8/man8.sparc64: MAKEDEV.8 share/man/man8/man8.vax: MAKEDEV.8 share/man/man8/man8.zaurus: MAKEDEV.8 Log message: Regen. CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2012/04/06 09:35:08 Modified files: net/nagios/check_esxi_hardware: Makefile distinfo Log message: Update to 20120405. #@--------------------------------------------------- #@ Date : 20120405 #@ Author : Phil Randal (phil.randal@gmail.com) #@ Reason : Fix lookup of warranty info for Dell #@--------------------------------------------------- ok sthen@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2012/04/06 09:39:07 Modified files: books/svnbook : Makefile distinfo books/svnbook/pkg: PLIST Log message: Update to 1.7 Add whitespace before "=" in Makefile (which will be a separate diff next time). ok sthen@, dcoppa@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/04/06 09:42:56 Modified files: share/man/man4 : Makefile options.4 share/man/man9 : disk.9 malloc.9 Removed files: share/man/man4 : raid.4 Log message: Remove raidframe related references. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/04/06 09:53:59 Removed files: sys/dev/raidframe: rf_acctrace.c rf_acctrace.h rf_alloclist.c rf_alloclist.h rf_archs.h rf_aselect.c rf_aselect.h rf_callback.c rf_callback.h rf_chaindecluster.c rf_chaindecluster.h rf_configure.h rf_copyback.c rf_copyback.h rf_cvscan.c rf_cvscan.h rf_dag.h rf_dagdegrd.c rf_dagdegrd.h rf_dagdegwr.c rf_dagdegwr.h rf_dagffrd.c rf_dagffrd.h rf_dagffwr.c rf_dagffwr.h rf_dagflags.h rf_dagfuncs.c rf_dagfuncs.h rf_dagutils.c rf_dagutils.h rf_debugMem.c rf_debugMem.h rf_debugprint.c rf_debugprint.h rf_decluster.c rf_decluster.h rf_declusterPQ.c rf_declusterPQ.h rf_desc.h rf_diskqueue.c rf_diskqueue.h rf_disks.c rf_disks.h rf_driver.c rf_driver.h rf_engine.c rf_engine.h rf_etimer.h rf_evenodd.c rf_evenodd.h rf_evenodd_dagfuncs.c rf_evenodd_dagfuncs.h rf_evenodd_dags.c rf_evenodd_dags.h rf_fifo.c rf_fifo.h rf_freelist.h rf_general.h rf_geniq.c rf_hist.h rf_interdecluster.c rf_interdecluster.h rf_invertq.c rf_invertq.h rf_kintf.h rf_layout.c rf_layout.h rf_map.c rf_map.h rf_mcpair.c rf_mcpair.h rf_memchunk.c rf_memchunk.h rf_nwayxor.c rf_nwayxor.h rf_openbsd.h rf_openbsdkintf.c rf_options.c rf_options.h rf_optnames.h rf_paritylog.c rf_paritylog.h rf_paritylogDiskMgr.c rf_paritylogDiskMgr.h rf_paritylogging.c rf_paritylogging.h rf_parityloggingdags.c rf_parityloggingdags.h rf_parityscan.c rf_parityscan.h rf_pq.c rf_pq.h rf_pqdeg.c rf_pqdeg.h rf_pqdegdags.c rf_pqdegdags.h rf_psstatus.c rf_psstatus.h rf_raid.h rf_raid0.c rf_raid0.h rf_raid1.c rf_raid1.h rf_raid4.c rf_raid4.h rf_raid5.c rf_raid5.h rf_raid5_rotatedspare.c rf_raid5_rotatedspare.h rf_raidframe.h rf_reconbuffer.c rf_reconbuffer.h rf_reconmap.c rf_reconmap.h rf_reconstruct.c rf_reconstruct.h rf_reconutil.c rf_reconutil.h rf_revent.c rf_revent.h rf_shutdown.c rf_shutdown.h rf_sstf.c rf_sstf.h rf_states.c rf_states.h rf_stripelocks.c rf_stripelocks.h rf_strutils.c rf_threadstuff.c rf_threadstuff.h rf_types.h rf_utils.c rf_utils.h Log message: Put raidframe in the attic. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/04/06 09:54:58 Removed files: sbin/raidctl : Makefile raidctl.8 raidctl.c rf_configure.c Log message: Put raidctl in the attic. CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2012/04/06 09:57:52 Modified files: comms/kermit : Makefile distinfo comms/kermit/patches: patch-ckuker_nr comms/kermit/pkg: PLIST Log message: Update kermit to 9.0.302. Point to new HOMEPAGE and MASTER_SITES. Include new license marker (revised 3 clause BSD license) and update PERMIT*_CDROM lines. Include a space before "=" (which will be a separate diff next time. ok sthen@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/06 11:25:00 Modified files: sbin/init : init.c Log message: no need to (unsigned) a small constant CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/04/06 11:37:50 Modified files: lib/librthread : __tfork_thread.3 Log message: Fix typo. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/04/06 11:41:35 src/lib/librthread/arch/hppa64 Update of /cvs/src/lib/librthread/arch/hppa64 In directory cvs.openbsd.org:/tmp/cvs-serv19418/hppa64 Log Message: Directory /cvs/src/lib/librthread/arch/hppa64 added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/06 11:43:03 Modified files: usr.sbin/traceroute6: traceroute6.c Log message: unlike the previous century, the malloc argument now has an accurate type rather than just "(unsigned)" CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/06 11:55:15 ports/devel/libyubikey/patches Update of /cvs/ports/devel/libyubikey/patches In directory cvs.openbsd.org:/tmp/cvs-serv10207/patches Log Message: Directory /cvs/ports/devel/libyubikey/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/06 11:56:03 Modified files: devel/libyubikey: Makefile devel/libyubikey/pkg: PLIST Added files: devel/libyubikey/patches: patch-tests_selftest_c devel/libyubikey/pkg: PFRAG.shared Log message: - rework this port to use the gnu autofuck so a library and header are built and installed. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/06 12:03:52 Modified files: usr.sbin/rarpd : rarpd.c Log message: BIOCGBLEN is using a u_int, not an int and casting to size_t for malloc is better CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/06 12:06:40 Modified files: usr.sbin/kvm_mkdb: nlist.c Log message: iterate over e_shnum using Elf32_Word instead of int CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/06 12:15:01 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.loongson md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.palm md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus mi distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/06 12:20:35 Modified files: sbin/disklabel : disklabel.c Log message: there is no need to cast an unsigned type with (unsigned). ok jsing CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/06 12:24:29 Modified files: sys/arch/sgi/sgi: machdep.c Log message: Get serial console speed from ARCBios earlier; repairs serial console on Octane and O2 (other systems unaffected). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/06 13:00:49 Modified files: sys/arch/mips64/include: arcbios.h sys/arch/sgi/hpc: dsclock.c sys/arch/sgi/sgi: ip22.h ip22_machdep.c Log message: Rework IP22 RTC year base computation, again. It turns out that different Indy PROM versions use different year bases - after all, using 1970 instead of the previously used value of 1940 smelled like a bug, and probably was, so this eventually got fixed in later PROM versions. Instead of hardcoding a year base depending upon the system, we will now ask ARCBios for its current year, and compare it to what can be read from the RTC registers to figure out what year base is in use by the PROM. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/04/06 13:22:29 Modified files: databases/ruby-pg: Makefile distinfo databases/ruby-pg/pkg: PLIST Removed files: databases/ruby-pg/patches: patch-_metadata Log message: Update to ruby-pg 0.13.2. Remove patch committed upstream. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/04/06 13:23:07 Modified files: databases/ruby-sequel: Makefile distinfo databases/ruby-sequel/pkg: PLIST Log message: Update to ruby-sequel 3.34.1. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/04/06 13:23:37 Modified files: databases/ruby-sequel_pg: Makefile distinfo Log message: Update to ruby-sequel_pg 1.3.0. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/04/06 13:25:23 Modified files: databases/dbic++: Makefile distinfo databases/dbic++/patches: patch-CMakeLists_txt patch-inc_dbic++_h patch-src_dbic++_cc databases/dbic++/pkg: PLIST Added files: databases/dbic++/patches: patch-build Removed files: databases/dbic++/patches: patch-build_sh patch-src_file_io_cc Log message: Update to dbic++ 0.6.0. Minor Makefile cleanup so that WRKDIST doesn't need to change. Remove getline->fgenln patch now that getline is natively supported. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/04/06 13:26:13 Modified files: databases/ruby-swift: Makefile distinfo databases/ruby-swift/patches: patch-ext_extconf_rb databases/ruby-swift/pkg: PLIST Log message: Update to ruby-swift 0.14.0. Respect patches to respect LOCALBASE. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/04/06 13:28:22 Modified files: databases/ruby-data_objects: Makefile distinfo databases/ruby-data_objects/patches: patch-tasks_spec_rake databases/ruby-do_mysql: Makefile distinfo databases/ruby-do_postgres: Makefile distinfo databases/ruby-do_sqlite3: Makefile distinfo Log message: Update ruby-data_objects and ruby-do_{mysql,postgres,sqlite3} to 0.10.8. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/04/06 13:29:20 Modified files: devel/ruby-home_run: Makefile distinfo Log message: Update ruby-home_run to 1.0.6. Minor regress change for better reliability. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/06 14:11:18 Modified files: sys/arch/mips64/include: cache.h cpu.h pmap.h sys/arch/mips64/mips64: cache_loongson2.S cache_r10k.S cache_r4k.c cache_r5k.S cpu.c pmap.c Log message: Make the logic for PMAP_PREFER() and the logic, inside pmap, to do the necessary cache coherency work wrt similar virtual indexes of different physical pages, depending upon two distinct global variables, instead of a shared one. R4000/R4400 VCE requires a 32KB mask for PMAP_PREFER, which is otherwise not necessary for pmap coherency (especially since, on these processors, only L1 uses virtual indexes, and the L1 size is not greater than the page size, as we are using 16KB pages). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/04/06 14:28:51 Modified files: sys/kern : sys_process.c Log message: Implement PT_GET_THREAD_FIRS and PT_GET_THREAD_NEXT. ok miod@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/04/06 14:33:44 Modified files: gnu/usr.bin/binutils/gdb: amd64bsd-nat.c amd64obsd-nat.c gnu/usr.bin/binutils/gdb/config/i386: obsd64.mh Added files: gnu/usr.bin/binutils/gdb: obsd-nat.c obsd-nat.h Log message: Minimal threads debug support; enough to make attach and detach work. Only amd64 for now; more architectures will follow. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/06 14:39:39 Modified files: books/svnbook : Makefile distinfo Log message: mirror svnbook, with the distfile under a sensible name. problem reported by naddy@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/06 14:54:41 Modified files: lib/libc/gen : getusershell.c Log message: range check st_size before calling calloc() ok millert CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2012/04/06 21:24:14 Log message: p5-Algorithm-Combinatorics Status: Vendor Tag: jim Release Tags: jim_2012_Apr_6 N ports/math/p5-Algorithm-Combinatorics/Makefile N ports/math/p5-Algorithm-Combinatorics/distinfo N ports/math/p5-Algorithm-Combinatorics/pkg/DESCR N ports/math/p5-Algorithm-Combinatorics/pkg/PFRAG.shared N ports/math/p5-Algorithm-Combinatorics/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2012/04/06 21:42:53 Modified files: math/p5-Algorithm-Combinatorics: Makefile math/p5-Algorithm-Combinatorics/pkg: PLIST Removed files: math/p5-Algorithm-Combinatorics/pkg: PFRAG.shared Log message: This should be shared_only as noted by sthen@ Correct the package information accordingly. CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2012/04/06 21:46:16 Modified files: math : Makefile Log message: +p5-Algorithm-Combinatorics CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/06 23:43:15 Modified files: multimedia/xvidcore: Makefile Log message: --disable-assembly (MMX/SSE2 support) which still has issues... from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/06 23:48:49 Modified files: multimedia/xine-lib: Makefile Added files: multimedia/xine-lib/patches: patch-src_audio_out_audio_file_out_c patch-src_combined_ffmpeg_ff_audio_decoder_c patch-src_combined_ffmpeg_ff_video_decoder_c patch-src_combined_ffmpeg_ffmpeg_compat_h patch-src_combined_ffmpeg_ffmpeg_decoder_c patch-src_combined_ffmpeg_ffmpeg_decoder_h patch-src_combined_ffmpeg_ffmpeg_encoder_c patch-src_demuxers_asfheader_c patch-src_demuxers_demux_matroska_c patch-src_demuxers_demux_qt_c patch-src_demuxers_demux_ts_c patch-src_libspudvb_xine_spudvb_decoder_c patch-src_video_out_video_out_opengl_c patch-src_xine-engine_metronom_c patch-src_xine-utils_color_c patch-src_xine-utils_memcpy_c Log message: Bring a bunch of bugfixes from upstream. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/07 00:24:46 Modified files: x11/gnome/gcr : Makefile x11/gnome/keyring: Makefile Log message: Consistent build depends. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/07 01:29:42 Modified files: devel/libgdata : Makefile Log message: Remove bogus CONFIGURE_ARGS. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2012/04/07 01:31:36 Modified files: games/naev : Makefile.inc games/naev/base: Makefile distinfo games/naev/data: distinfo Log message: Bugfix update to 0.5.2 with some improvements: * New events and missions * New outfits * House Soromid now has a logo * More ways of mapping the universe * Disabling damage leaks through shields * conf.lua-tweakable font sizes for accessibility * Bug fixes OK from sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/07 01:36:04 Modified files: x11/gnome/keyring: Makefile Log message: s/--with-ca-certificates/--with-root-certs/ We don't specify ca-certificates (/etc/ssl/cert.pem) to be able to add our owns under /etc/ssl when needed. Files under /etc/ssl/* will be parsed and the certificates found will be added to the keyring list on startup. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/07 02:03:36 Modified files: net/p5-IRC-Utils: Makefile distinfo Log message: Update to p5-IRC-Utils 0.12 from maintainer Wen Heping CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/07 02:29:48 Modified files: www/p5-WWW-Shorten: Makefile distinfo www/p5-WWW-Shorten/pkg: PLIST Log message: update p5-WWW-Shorten to 3.03, from Wen Heping - also update license marker, the license has changed, it is now specifically Artistic 2.0 rather than "the same license as Perl". CVSROOT: /cvs Module name: ports Changes by: mcbride@cvs.openbsd.org 2012/04/07 02:31:39 Modified files: net/snort : Makefile Added files: net/snort/patches: patch-src_decode_c patch-src_decode_h Log message: Support "new" pflog format (revision 1.16 of if_pflog.h, 2010/09/21) ok sthen CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2012/04/07 02:32:33 Modified files: games/wesnoth : Makefile distinfo games/wesnoth/patches: patch-src_clipboard_cpp patch-src_multiplayer_create_cpp patch-src_network_cpp patch-src_network_hpp patch-src_preferences_cpp patch-src_server_server_cpp games/wesnoth/pkg: DESCR PFRAG.no-lite PLIST Added files: games/wesnoth/patches: patch-po_LINGUAS Removed files: games/wesnoth/patches: patch-Makefile_am patch-configure_ac patch-doc_man_Makefile_am patch-src_game_cpp patch-src_widgets_menu_hpp Log message: Update wesnoth to the latest release 1.10.1. General difference (for ports infrastructure): - switch to cmake build system - drop external lua and use internal patched version - set SEPARATE_BUILD=flavored to avoid extracting a lot of data for every arch - removed superfluous dependency to devel/sdl - drop tinygui FLAVOR Full changelog is here: http://svn.gna.org/viewcvs/*checkout*/wesnoth/tags/1.10.0/changelog OKs from jasper@ (maintainer), aja@, pascal@, cmake-wise OK from dcoppa@ Positive feedback from Antti Harri and Bryan Linton via ports@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/07 02:35:10 Modified files: databases/p5-DBIx-Class-Schema-Loader: Makefile Log message: missing build deps; from RD Thrush CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/07 04:25:55 Modified files: x11/gnome/controlcenter: Makefile Removed files: x11/gnome/controlcenter/patches: patch-panels_datetime_datetime_ui Log message: Remove timed patch; this needs to be reimplemented externaly anyway (thank you so much systemd). CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/07 04:55:04 Modified files: net/transmission: Makefile distinfo net/transmission/patches: patch-configure patch-qt_qtr_pro net/transmission/pkg: PLIST-main Added files: net/transmission/patches: patch-libtransmission_natpmp_c Removed files: net/transmission/patches: patch-libtransmission_peer-msgs_c patch-third-party_libnatpmp_getgateway_c patch-third-party_libutp_utypes_h Log message: Update to 2.50. Most notable changes in this version: * overhauled web client * various bug fixes Switch to external miniupnp libs. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/07 05:07:54 Modified files: x11/gnome/session: Makefile Removed files: x11/gnome/session/patches: patch-gnome-session_gsm-consolekit_c patch-gnome-session_gsm-dbus-client_c patch-tools_gnome-session-check-accelerated-helper_c Log message: Restore shutdown capability. Remove undeeded patches. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/07 06:13:36 Modified files: infrastructure/lib/DPB: Reporter.pm Log message: on accelerated boxes, one can keep the cursor visible. make that the default, keep vis/invis as -DNO_CURSOR. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/07 06:14:45 Modified files: x11/gnome/desktop: Makefile Removed files: x11/gnome/desktop/patches: patch-libgnome-desktop_gnome-desktop-thumbnail_c Log message: Remove uneeded patch. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/07 06:16:58 Modified files: infrastructure/lib/DPB: Engine.pm Log message: elide empty L= / E= lines CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/07 06:19:40 Modified files: x11/gnome/panel: Makefile Removed files: x11/gnome/panel/patches: patch-applets_clock_calendar-client_c patch-gnome-panel_panel-menu-items_c patch-gnome-panel_panel-util_c Log message: Remove uneeded patches. The "Switch User" policy will be set by gsettings-desktop-schemas. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/07 06:21:48 Modified files: devel/gsettings-desktop-schemas: Makefile Added files: devel/gsettings-desktop-schemas/patches: patch-schemas_org_gnome_desktop_lockdown_gschema_xml_in_in Log message: User switching cannot work on OpenBSD; so disable it in the lockdown policy for gnome-panel. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/07 06:42:59 Log message: Import p5-XML-RPC 0.9, From Mikolaj Kucharski. XML::RPC module provides simple Pure Perl methods for XML-RPC communication. It's goals are simplicity and flexibility. XML::RPC uses XML::TreePP for parsing. ok sthen@ Status: Vendor Tag: kucharski Release Tags: landry_20120407 N ports/net/p5-XML-RPC/Makefile N ports/net/p5-XML-RPC/distinfo N ports/net/p5-XML-RPC/pkg/DESCR N ports/net/p5-XML-RPC/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/07 06:44:56 Modified files: net : Makefile Log message: +p5-XML-RPC CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/07 07:10:50 Modified files: devel/xulrunner: Makefile.inc devel/xulrunner/1.9: Makefile devel/xulrunner/1.9/pkg: PLIST-devel Log message: Assorted cleanups to xulrunner 1.9 port : - rename libxul{,-embedding}.pc files to libxul19{,-embedding}.pc to cope with an eventual xulrunner built from latest mozilla - move some WANTLIB-devel from Makefile.inc to 1.9/Makefile - use BASE_PKGPATH instead of devel/xulrunner/${MOZILLA_VERSION:R:R}, as there might be a devel/xulrunner/last someday - sanitize the subst regexps done on the .pc files, half of them were useless - bump REVISIONs. Tested in a full bulk build with all xulrunner users.. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/07 07:11:27 Modified files: devel/eclipse/sdk: Makefile devel/eclipse/sdk/patches: patch-plugins_org_eclipse_swt_Eclipse_SWT_PI_gtk_library_build_sh Log message: Cope with libxul.pc -> libxul19.pc renaming. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/07 07:14:17 Modified files: productivity/rednotebook: Makefile distinfo productivity/rednotebook/patches: patch-setup_py productivity/rednotebook/pkg: PLIST Log message: Update to rednotebook-1.4.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/07 07:21:53 Modified files: www/liferea : Makefile distinfo Added files: www/liferea/patches: patch-src_ui_ui_session_c Log message: Update to liferea 1.8.4. add a patch replacing an ugly hardcoded '/bin/true' which was spamming session-manager output upon liferea close. ok ajacoutot@ sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/07 07:31:29 Modified files: www/epiphany : Makefile www/epiphany-extensions: Makefile mail/evolution : Makefile Log message: Sync comments. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/07 07:39:02 Modified files: lang/spidermonkey: Makefile distinfo lang/spidermonkey/pkg: PLIST Log message: Update lang/spidermonkey to build from firefox 3.6.28 sources. While here add @option no-default-conflict + @conflict spidermonkey->=1.9.2 in preparation for devel/spidermonkey import. MAINTAINER timeout, ok/prodding ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/07 07:48:19 Log message: Import devel/spidermonkey 1.8.5 - built from the official upstream release - needed for upcoming gnome/js update - this is not an update to lang/spidermonkey, as that new version was built upon Ffx 4 js engine and probably only works on amd64/i386/ppc. It builds on sparc64 but is broken at runtime. Not marking BROKEN-* to allow depending ports to build. Other archs untested. - special care was taken to ensure it doesnt conflict with lang/spidermonkey (install versionned binaries/headers..) - ports wanting to use it should use devel/spidermonkey>=1.8,<1.9 to ensure the correct version is picked up Tested in an amd64 bulk build. ok/prodding ajacoutot@ Status: Vendor Tag: landry Release Tags: landry_20120407 N ports/devel/spidermonkey/Makefile N ports/devel/spidermonkey/distinfo N ports/devel/spidermonkey/patches/patch-ctypes_libffi_configure N ports/devel/spidermonkey/patches/patch-nanojit_NativeSparc_cpp N ports/devel/spidermonkey/patches/patch-configure_in N ports/devel/spidermonkey/patches/patch-jsnativestack_cpp N ports/devel/spidermonkey/patches/patch-jsval_h N ports/devel/spidermonkey/patches/patch-Makefile_in N ports/devel/spidermonkey/patches/patch-mozjs185_pc_in N ports/devel/spidermonkey/pkg/DESCR N ports/devel/spidermonkey/pkg/PLIST N ports/devel/spidermonkey/pkg/PFRAG.amd64 N ports/devel/spidermonkey/pkg/PFRAG.jit No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/07 07:48:31 Modified files: x11/gnome/gjs : Makefile distinfo x11/gnome/gjs/pkg: PLIST Removed files: x11/gnome/gjs/patches: patch-configure patch-gi_object_c Log message: Update to gjs-1.32.0. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/07 07:48:45 Modified files: devel/libpeas : Makefile distinfo devel/libpeas/patches: patch-tests_libpeas_plugins_extension-js_Makefile_in devel/libpeas/pkg: PLIST Added files: devel/libpeas/patches: patch-data_libpeas-1_0_pc_in Log message: Update to libpeas-1.4.0. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/07 07:49:14 Modified files: devel : Makefile Log message: +spidercochon^H^H^H^H^H^H^Hmonkey CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/07 07:50:06 Modified files: devel/p5-Package-Stash: Makefile devel/p5-Package-Stash/pkg: PLIST Log message: extra deps, from Andreas Voegele's github tree CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2012/04/07 08:01:04 Modified files: geo/openbsd-developers/files: OpenBSD Log message: moved CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/07 08:03:37 Modified files: devel/p5-Class-C3-Componentised: Makefile devel/p5-Class-C3-Componentised/pkg: PLIST Log message: add extra regress dep from Andreas Voegele's tree also: whitespace issues in Makefile, regen plist, no groff CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/07 08:06:37 Modified files: devel/p5-namespace-autoclean: Makefile distinfo Log message: update to p5-namespace-autoclean 0.13, from Andreas Voegele's repo CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/04/07 08:11:12 Modified files: usr.sbin/smtpd : smtpctl.8 Log message: grammar fix; CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/04/07 08:11:12 Modified files: gnu/usr.bin/binutils/gdb: obsd-nat.c obsd-nat.h Log message: Fix previous commit; the function signatures are different for our in-tree version of GDB compared to what's currently upstream. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/04/07 08:14:45 Modified files: gnu/usr.bin/binutils/gdb: sparc-nat.c Log message: The wcookie is per-process, not per-thread. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/04/07 08:18:44 Modified files: gnu/usr.bin/binutils/gdb: configure.host Added files: gnu/usr.bin/binutils/gdb: sparc64obsd-nat.c gnu/usr.bin/binutils/gdb/config/sparc: obsd64.mh Log message: Minimal threads debug support for sparc64. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/07 08:27:35 Modified files: databases/p5-DBIx-Class-HTMLWidget: Makefile distinfo Log message: update p5-DBIx-Class-HTMLWidget to 0.16; Andreas Voegele CVSROOT: /cvs Module name: src Changes by: camield@cvs.openbsd.org 2012/04/07 08:28:45 Modified files: sys/net : if_pfsync.c Log message: remove superfluous return, ok mikeb CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/07 08:28:57 Modified files: devel/p5-Any-Moose: Makefile distinfo devel/p5-Mouse : Makefile distinfo devel/p5-Mouse/pkg: PLIST devel/p5-Moose : Makefile distinfo devel/p5-MooseX-Getopt: Makefile distinfo devel/p5-MooseX-Getopt/pkg: PLIST devel/p5-MooseX-MethodAttributes: Makefile distinfo devel/p5-MooseX-Role-WithOverloading: Makefile distinfo Log message: update Moose to 1.25 and associated ports to follow; Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/07 08:31:57 Modified files: databases/p5-DBIx-Class: Makefile databases/p5-DBIx-Class/pkg: DESCR Log message: add a few deps, tweak DESCR and regress stage; adapted from Andreas Voegele's repo CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/07 08:32:37 Modified files: databases/p5-DBIx-Class-Validation: Makefile distinfo Removed files: databases/p5-DBIx-Class-Validation/patches: patch-Makefile_PL Log message: update to DBIx-Class-Validation-0.02005; Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/07 08:35:06 Modified files: databases/p5-DBIx-Class-UUIDColumns: Makefile distinfo databases/p5-DBIx-Class-UUIDColumns/pkg: PLIST Log message: update to DBIx-Class-UUIDColumns-0.02005; Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/07 08:49:04 Modified files: databases/p5-DBIx-Class-Schema-Loader: Makefile Log message: regress tweaks from the version of this in Andreas Voegele's tree CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/07 09:20:55 xenocara/app/setxkbmap/man Update of /cvs/xenocara/app/setxkbmap/man In directory cvs.openbsd.org:/tmp/cvs-serv29481/man Log Message: Directory /cvs/xenocara/app/setxkbmap/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/07 09:24:43 Modified files: app/setxkbmap : ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac setxkbmap.c Added files: app/setxkbmap/man: Makefile.am Makefile.in setxkbmap.man Removed files: app/setxkbmap : setxkbmap.man Log message: Update to setxkbmap 1.3.0 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/07 09:26:31 Modified files: games : Makefile Log message: no cookie for kirby, and the guys who okayed the update... CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/07 09:39:35 Modified files: app/xauth : ChangeLog Makefile.am Makefile.in README aclocal.m4 configure configure.ac gethost.c parsedpy.c process.c xauth.c xauth.h app/xauth/man : Makefile.in Log message: Update to xauth 1.0.7 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/07 09:43:23 xenocara/app/xfontsel/man Update of /cvs/xenocara/app/xfontsel/man In directory cvs.openbsd.org:/tmp/cvs-serv10130/man Log Message: Directory /cvs/xenocara/app/xfontsel/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/07 09:43:24 xenocara/app/xfontsel/app-defaults Update of /cvs/xenocara/app/xfontsel/app-defaults In directory cvs.openbsd.org:/tmp/cvs-serv10130/app-defaults Log Message: Directory /cvs/xenocara/app/xfontsel/app-defaults added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/07 09:44:34 Modified files: app/xfontsel : COPYING ChangeLog INSTALL Makefile.am Makefile.in README ULabel.c ULabel.h ULabelP.h aclocal.m4 config.h.in configure configure.ac xfontsel.c Added files: app/xfontsel/app-defaults: XFontSel app/xfontsel/man: Makefile.am Makefile.in xfontsel.man Removed files: app/xfontsel : XFontSel.ad autogen.sh compile xfontsel.man Log message: Update to xfontsel 1.0.4 CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/04/07 09:46:23 Modified files: devel/p5-Git-Repository: Makefile distinfo Log message: * update to 1.25 * tweak DEPENDS * no need groff * enable pod tests from wen heping(maintainer) CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/07 09:46:51 xenocara/app/xgamma/man Update of /cvs/xenocara/app/xgamma/man In directory cvs.openbsd.org:/tmp/cvs-serv27380/man Log Message: Directory /cvs/xenocara/app/xgamma/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/07 09:47:33 Modified files: app/xgamma : ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac Added files: app/xgamma/man : Makefile.am Makefile.in xgamma.man Removed files: app/xgamma : xgamma.man Log message: Update to xgamma 1.0.5 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/07 09:50:42 xenocara/app/xhost/man Update of /cvs/xenocara/app/xhost/man In directory cvs.openbsd.org:/tmp/cvs-serv3544/man Log Message: Directory /cvs/xenocara/app/xhost/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/07 09:52:30 Modified files: app/xhost : ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac xhost.c Added files: app/xhost/man : Makefile.am Makefile.in xhost.man Removed files: app/xhost : xhost.man Log message: Update to xhost 1.0.5 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/07 09:56:13 xenocara/app/xload/app-defaults Update of /cvs/xenocara/app/xload/app-defaults In directory cvs.openbsd.org:/tmp/cvs-serv30499/app-defaults Log Message: Directory /cvs/xenocara/app/xload/app-defaults added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/07 09:56:14 xenocara/app/xload/m4 Update of /cvs/xenocara/app/xload/m4 In directory cvs.openbsd.org:/tmp/cvs-serv30499/m4 Log Message: Directory /cvs/xenocara/app/xload/m4 added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/07 09:56:15 xenocara/app/xload/man Update of /cvs/xenocara/app/xload/man In directory cvs.openbsd.org:/tmp/cvs-serv30499/man Log Message: Directory /cvs/xenocara/app/xload/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/07 09:57:21 Modified files: app/xload : COPYING ChangeLog INSTALL Makefile.am Makefile.in README aclocal.m4 config.h.in configure configure.ac get_load.c get_rload.c xload.c xload.h Added files: app/xload/app-defaults: XLoad app/xload/m4 : ax_define_dir.m4 app/xload/man : Makefile.am Makefile.in xload.man Removed files: app/xload : XLoad.ad compile xload.man Log message: Update to xload 1.1.1 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/07 09:59:59 xenocara/app/xlogo/man Update of /cvs/xenocara/app/xlogo/man In directory cvs.openbsd.org:/tmp/cvs-serv5821/man Log Message: Directory /cvs/xenocara/app/xlogo/man added to the repository CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2012/04/07 10:00:39 Modified files: geo/openbsd-developers: Makefile Log message: inc revision after recording my move. nudge from gsoares@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/07 10:00:59 Modified files: app/xlogo : ChangeLog Makefile.am Makefile.in RenderLogo.c aclocal.m4 configure configure.ac Added files: app/xlogo/man : Makefile.am Makefile.in xlogo.man Removed files: app/xlogo : xlogo.man Log message: Update to xlogo 1.0.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/07 10:04:12 xenocara/app/xlsatoms/man Update of /cvs/xenocara/app/xlsatoms/man In directory cvs.openbsd.org:/tmp/cvs-serv9152/man Log Message: Directory /cvs/xenocara/app/xlsatoms/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/07 10:04:47 Modified files: app/xlsatoms : ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac xlsatoms.c Added files: app/xlsatoms/man: Makefile.am Makefile.in xlsatoms.man Removed files: app/xlsatoms : xlsatoms.man Log message: Update to xlsatoms 1.1.1 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/07 10:07:52 Modified files: app/xmodmap : ChangeLog Makefile.in aclocal.m4 config.h.in configure configure.ac exec.c handle.c pf.c wq.h xmodmap.c xmodmap.h app/xmodmap/man: Makefile.in xmodmap.man Log message: Update to xmodmap 1.0.6 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/04/07 10:09:09 Modified files: sys/netinet : ip_output.c Log message: Bring the rtable sockopt code in line with the setrtable() implementation. While there change IP_RTABLE to SO_RTABLE. IP_RTABLE will die soon. With and OK guenther@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/07 10:10:39 Modified files: app/xpr : COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac x2jet.c x2pmp.c xdpr.man xdpr.script xpr.c xpr.h xpr.man Log message: Update to xpr 1.0.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/07 10:12:26 xenocara/app/xwud/man Update of /cvs/xenocara/app/xwud/man In directory cvs.openbsd.org:/tmp/cvs-serv10333/man Log Message: Directory /cvs/xenocara/app/xwud/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/07 10:13:08 Modified files: app/xwud : ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac xwud.c Added files: app/xwud/man : Makefile.am Makefile.in xwud.man Removed files: app/xwud : xwud.man Log message: Update to xwud 1.0.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/07 10:15:54 xenocara/app/xkbevd/man Update of /cvs/xenocara/app/xkbevd/man In directory cvs.openbsd.org:/tmp/cvs-serv407/man Log Message: Directory /cvs/xenocara/app/xkbevd/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/07 10:16:31 Modified files: app/xkbevd : ChangeLog Makefile.am Makefile.in aclocal.m4 cfgparse.y cfgscan.c config.h.in configure configure.ac printev.c utils.c utils.h xkbevd.c xkbevd.h Added files: app/xkbevd/man : Makefile.am Makefile.in xkbevd.man Removed files: app/xkbevd : xkbevd.man Log message: Update to xkbevd 1.1.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/07 10:41:45 ports/security/p5-Catalyst-Plugin-Authentication-Store-DBIC/patches Update of /cvs/ports/security/p5-Catalyst-Plugin-Authentication-Store-DBIC/patches In directory cvs.openbsd.org:/tmp/cvs-serv23863/patches Log Message: Directory /cvs/ports/security/p5-Catalyst-Plugin-Authentication-Store-DBIC/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/07 10:46:05 Modified files: security/p5-Catalyst-Plugin-Authentication-Store-DBIC: Makefile security/p5-Catalyst-Plugin-Authentication-Store-DBIC/pkg: PLIST Added files: security/p5-Catalyst-Plugin-Authentication-Store-DBIC/patches: patch-lib_Catalyst_Plugin_Authentication_Store_DBIC_pm security/p5-Catalyst-Plugin-Authentication-Store-DBIC/pkg: MESSAGE Log message: Modify security/p5-Catalyst-Plugin-Authentication-Store-DBIC to use MRO::Compat instead of the deprecated module NEXT. Disable TEST_POD as the POD coverage tests complain about undocumented code. Catalyst::Plugin::Authentication::Store::DBIC is deprecated. Use Catalyst::Authentication::Store::DBIx::Class instead. From Andreas Voegele's repo CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/07 10:47:58 Modified files: www/p5-Catalyst-Plugin-Cache-FileCache: Makefile Added files: www/p5-Catalyst-Plugin-Cache-FileCache/pkg: MESSAGE Log message: Mark www/p5-Catalyst-Plugin-Cache-FileCache as deprecated. Catalyst::Plugin::Cache::FileCache has been deprecated in favor of Catalyst::Plugin::Cache, which can be configured to use a FileCache backend. from Andreas Voegele's repo CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/04/07 10:48:38 Modified files: sys/kern : subr_disk.c Log message: Tweak FAT detection/usage. Recognize 'bare' FAT media that lacks the 0x55aa signature. Don't try FAT detection if we have found an OpenBSD MBR partition. Don't try to read a disklabel from 'bare' FAT media. There can't be one. Finally, don't allow the writing of a disklabel on 'bare' FAT media. There is no safe spot for it, and splatting it in the middle of the FAT structures has not proved helpful. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/07 10:48:43 Modified files: www/p5-Catalyst-Plugin-Cache-Store-FastMmap: Makefile Added files: www/p5-Catalyst-Plugin-Cache-Store-FastMmap/pkg: MESSAGE Log message: Mark www/p5-Catalyst-Plugin-Cache-Store-FastMmap as deprecated. Catalyst::Plugin::Cache::Store::FastMmap is deprecated because Cache::FastMmap no longer needs to be wrapped to store plain values. from Andreas Voegele's repo CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/07 11:24:36 Modified files: multimedia/xine-lib: Makefile Log message: Fix DOS EOLs in src/demuxers/asfheader.c. from Brad (maintainer) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/04/07 11:25:51 Modified files: usr.sbin/bgpd : bgpd.conf.5 rde.c Log message: The Route Distinguishers should not be used to control distribution. Found by and fix tested by Rimi Philippe CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/07 11:51:04 ports/devel/p5-Test-WWW-Mechanize/patches Update of /cvs/ports/devel/p5-Test-WWW-Mechanize/patches In directory cvs.openbsd.org:/tmp/cvs-serv29890/patches Log Message: Directory /cvs/ports/devel/p5-Test-WWW-Mechanize/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/07 11:52:32 ports/textproc/p5-Catalyst-View-TT-FunctionGenerator/patches Update of /cvs/ports/textproc/p5-Catalyst-View-TT-FunctionGenerator/patches In directory cvs.openbsd.org:/tmp/cvs-serv27656/patches Log Message: Directory /cvs/ports/textproc/p5-Catalyst-View-TT-FunctionGenerator/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/07 13:50:59 Modified files: www/p5-HTML-FormFu: Makefile distinfo www/p5-HTML-FormFu/pkg: PLIST Log message: Update www/p5-HTML-FormFu to version 0.07003. More recent versions remove deprecated methods. Required by the Catalyst update. From Andreas Voegele's repo. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/07 13:58:53 Modified files: devel/p5-Log-Log4perl: Makefile distinfo devel/p5-Log-Log4perl/pkg: PLIST Log message: Update devel/p5-Log-Log4perl to version 1.34, which provides Log::Log4perl::Catalyst. From Andreas Voegele's repo. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/07 13:59:59 Modified files: net/p5-RPC-XML : Makefile distinfo net/p5-RPC-XML/pkg: PLIST Removed files: net/p5-RPC-XML/patches: patch-Makefile_PL Log message: Update net/p5-RPC-XML to version 0.76. Required by www/p5-Catalyst-Plugin-XMLRPC update. From Andreas Voegele's repo. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/07 14:04:39 Modified files: devel/p5-Test-WWW-Mechanize: Makefile distinfo devel/p5-Test-WWW-Mechanize/pkg: PLIST Added files: devel/p5-Test-WWW-Mechanize/patches: patch-t_content_lacks_t Log message: Update devel/p5-Test-WWW-Mechanize to version 1.30. Adapt a test to WWW::Mechanize 1.70. Required by the recent www/p5-WWW-Mechanize update as well as the Catalyst update. More recent versions of Test::WWW::Mechanize depend on LWP 6.02, which hasn't hit OpenBSD's ports tree yet. From Andreas Voegele's repo. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/07 14:11:43 Modified files: app/xterm : Makefile Log message: Remove special build rule disabling optimisation for arm. Issue apparently fixed, probably by gcc4. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/07 14:22:27 Modified files: app/xterm : Makefile Log message: add new specific rules for sh. Whithout those, xterm segfaults on landisk. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/07 14:50:23 Modified files: www/p5-Catalyst-Plugin-Prototype: Makefile Log message: rm macos resource forks, they break with newer Module-Install CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/07 14:51:36 ports/devel/p5-Class-Method-Modifiers/patches Update of /cvs/ports/devel/p5-Class-Method-Modifiers/patches In directory cvs.openbsd.org:/tmp/cvs-serv23375/patches Log Message: Directory /cvs/ports/devel/p5-Class-Method-Modifiers/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/07 14:52:45 Added files: devel/p5-Class-Method-Modifiers/patches: patch-Makefile_PL Log message: comment-out line requiring Module::Install::GithubMeta, newer Module::Install has strict subs and this breaks unless installed CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/07 14:54:07 Modified files: www/p5-WWW-YouTube-Download/patches: patch-Makefile_PL Log message: comment-out auto_set_repository, newer Module::Install has strict subs and this breaks unless relevant module is installed CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/07 14:57:18 Modified files: devel/p5-Module-Install: Makefile distinfo devel/p5-Module-Install/pkg: PLIST Log message: Update devel/p5-Module-Install to version 1.06. Updated from 1.04 port in Andreas Voegele's repository. ''Currently, several ports that could be built with "CONFIGURE_STYLE=modinst" are built with "CONFIGURE_ARGS += --skipdeps" as they require a more recent version of Module::Install.'' CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/04/07 15:52:03 Modified files: usr.bin/tcpbench: tcpbench.c Log message: Rate-limit accepting of new connections while we are experiencing fd exaustion for tcpbench. ok deraadt CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/04/07 20:40:20 Modified files: . : plus.html Log message: March 25 to April 5 plus.html. Tweaks by Steffen Daode Nurpmeso, Ingo Schwarze and Janne Johansson. OK schwarze@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/07 20:57:40 Modified files: usr.sbin/snmpd : control.c snmpd.h Log message: add the evtimout rate-limiting code for accept() here too. eyed a little by joel CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/07 21:09:19 Modified files: sys/dev/usb : usbdevs Log message: add BELKIN F7D2102; Seth Jackson CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/07 21:09:59 Modified files: sys/dev/usb : if_urtwn.c usbdevs.h usbdevs_data.h Log message: match BELKIN F7D2102; from Seth Jackson CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/04/08 00:47:26 Modified files: usr.bin/tmux : cmd-set-option.c names.c window.c Log message: Do not fire name timer when automatic-rename is off, from Tim Ruehsen a while ago. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/08 01:12:56 Modified files: devel/automake/1.11: Makefile distinfo devel/automake/1.11/patches: patch-lib_am_header-vars_am Log message: Update to automake-1.11.4. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/08 01:37:25 Modified files: multimedia/xine-lib: Makefile multimedia/xine-lib/patches: patch-configure_ac multimedia/xine-lib/pkg: PLIST Added files: multimedia/xine-lib/patches: patch-autogen_sh patch-src_input_Makefile_am patch-src_input_input_bluray_c Log message: Back port the Blu-ray input plugin. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/08 01:45:30 Modified files: devel/glib2 : Makefile Added files: devel/glib2/patches: patch-gio_kqueue_kqueue-exclusions_c Log message: Set ke_debug_enabled to FALSE by default. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/04/08 01:52:01 Added files: editors/libreoffice/patches: patch-sal_osl_unx_interlck_c Log message: gcc 4.6 does not have __sync_add_and_fetch if it optimizes for i386, which is the case on OpenBSD, so use the original locking code instead this fixes the i386 build CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/04/08 01:56:21 Modified files: www/chromium : Makefile Log message: libgnome-keyring is both a run and a build dependency CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/04/08 02:34:55 Modified files: sys/dev/ic : rtl81x9reg.h re.c Log message: additional adapter types from FreeBSD CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/08 02:40:08 Modified files: proto/xcmiscproto: ChangeLog configure.ac proto/xcmiscproto/specs: Makefile.am xc-misc.xml Added files: proto/xcmiscproto: docbook.am Log message: Update to xcmiscproto 1.2.2. No functional change. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/04/08 03:12:58 Modified files: sys/dev/pci : pcidevs Log message: add ids for Attansic/Atheros L1F (AR8161) and L2F (AR8162). CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/04/08 03:14:21 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2012/04/08 03:44:08 Modified files: etc/mtree : BSD.x11.dist Log message: New directories for protocol documentation. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/08 03:46:58 Modified files: proto/bigreqsproto: Makefile proto/fontsproto: Makefile proto/recordproto: Makefile proto/scrnsaverproto: Makefile proto/x11proto : Makefile proto/xcmiscproto: Makefile Log message: Install documentation files for protocols. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/08 03:48:18 Modified files: proto/xextproto: ChangeLog Makefile configure.ac proto/xextproto/specs: Makefile.am appgrp.xml dbe.xml dpms.xml evi.xml geproto.xml lbx.xml multibuf.xml security.xml shape.xml shm.xml sync.xml tog-cup.xml xtest.xml Added files: proto/xextproto: docbook.am Removed files: proto/xextproto: geproto.txt Log message: Update to xextproto 7.2.1. No functional change. Install all protocol documentation. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/08 03:50:45 Modified files: proto/scrnsaverproto: ChangeLog configure.ac proto/scrnsaverproto/specs: Makefile.am saver.xml Added files: proto/scrnsaverproto: docbook.am Log message: Update to scrnsaverproto 1.2.2. No functional change. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/08 03:52:55 Modified files: proto/recordproto: ChangeLog configure.ac proto/recordproto/specs: Makefile.am record.xml Added files: proto/recordproto: docbook.am Log message: Update to recordproto 1.14.2. No functional change. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/08 03:55:32 xenocara/proto/kbproto/specs Update of /cvs/xenocara/proto/kbproto/specs In directory cvs.openbsd.org:/tmp/cvs-serv8914/specs Log Message: Directory /cvs/xenocara/proto/kbproto/specs added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/08 04:03:22 Modified files: proto/fontsproto: ChangeLog configure.ac proto/fontsproto/specs: Makefile.am fsproto.xml Added files: proto/fontsproto: docbook.am Log message: Update to fontsproto 2.1.2. No functional change. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/08 04:05:23 Modified files: proto/bigreqsproto: ChangeLog configure.ac proto/bigreqsproto/specs: Makefile.am bigreq.xml Added files: proto/bigreqsproto: docbook.am Log message: Update to bigreqsproto 1.1.2. No functional changes. CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2012/04/08 04:06:22 Modified files: etc/mtree : BSD.x11.dist Log message: Missed kbproto documentation directory. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/08 04:08:32 Modified files: proto/kbproto : ChangeLog Makefile Makefile.am XKB.h XKBgeom.h XKBproto.h XKBsrv.h XKBstr.h configure.ac Added files: proto/kbproto : INSTALL docbook.am proto/kbproto/specs: Makefile.am XKBproto-1.svg XKBproto-10.svg XKBproto-11.svg XKBproto-2.svg XKBproto-3.svg XKBproto-4.svg XKBproto-5.svg XKBproto-6.svg XKBproto-7.svg XKBproto-8.svg XKBproto-9.svg appA.xml appB.xml appC.xml appD.xml ch01.xml ch02.xml ch03.xml ch04.xml ch05.xml ch06.xml ch07.xml ch08.xml ch09.xml ch10.xml ch11.xml ch12.xml ch13.xml ch15.xml ch16.xml xkbproto.xml Log message: Update to kbproto 1.0.6. No functional change. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/08 04:20:43 Modified files: infrastructure/man/man1: dpb.1 Log message: synch documentation CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/08 05:26:30 Log message: Import latexmk-431. Latexmk is a perl script for running LaTeX the correct number of times to resolve cross references, etc; it also runs auxiliary programs (bibtex, makeindex if necessary, and dvips and/or a previewer as requested). <...> ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120308 N ports/textproc/latexmk/Makefile N ports/textproc/latexmk/distinfo N ports/textproc/latexmk/pkg/DESCR N ports/textproc/latexmk/pkg/PLIST N ports/textproc/latexmk/patches/patch-latexmk_pl No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/08 05:27:14 Modified files: textproc : Makefile Log message: +latexmk CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/08 05:28:04 Log message: Import latexila-2.4.0. LaTeXila is an Integrated LaTeX Environment for the GNOME desktop. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120308 N ports/x11/gnome/latexila/distinfo N ports/x11/gnome/latexila/Makefile N ports/x11/gnome/latexila/pkg/DESCR N ports/x11/gnome/latexila/pkg/PLIST N ports/x11/gnome/latexila/patches/patch-man_CMakeLists_txt No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/08 05:28:33 Modified files: x11/gnome : Makefile Log message: +latexila CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/08 05:30:25 Modified files: archivers/unrar: Makefile Added files: archivers/unrar/patches: patch-consio_cpp Log message: don't echo the password on sparc/sparc64; ok sthen@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/04/08 06:15:21 Modified files: sys/dev/usb : usbdevs Log message: additional urtwn device ids found in the linux driver CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/04/08 06:15:59 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/04/08 06:17:20 Modified files: sys/dev/usb : if_urtwn.c Log message: additional urtwn device ids found in the linux driver CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/04/08 06:40:51 Modified files: lang/gcc/4.6/patches: patch-configure Log message: Fix previous to work when building java, but not go. Noticed and patch by Andre Zepezauer on ports@ (thanks). ok sthen@ CVSROOT: /cvs Module name: ports Changes by: mpi@cvs.openbsd.org 2012/04/08 07:14:54 Modified files: devel/libusb1 : Makefile devel/libusb1/files: openbsd_ugen.c Log message: Correctly catch attempts to do isochronous OUT transfers and fix a warning from upstream. CVSROOT: /cvs Module name: ports Changes by: mpi@cvs.openbsd.org 2012/04/08 08:20:47 Modified files: devel/pep8 : Makefile distinfo Log message: Update to pep8 1.0.1 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/08 08:50:52 Modified files: lib/libxtrans : ChangeLog Xtrans.c Xtrans.h Xtransint.h Xtranslcl.c Xtranssock.c Xtranstli.c Xtransutil.c configure.ac transport.c xtrans.m4 lib/libxtrans/doc: Makefile.am xtrans.xml Added files: lib/libxtrans : docbook.am Log message: Update to xtrans 1.2.7 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/08 08:52:27 Modified files: net/papyon : Makefile Log message: This port is a curse... looks like we'll never get dependencies right... spotted by naddy@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/08 08:59:45 Modified files: lib/libXaw : COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh lib/libXaw/include: Makefile.in lib/libXaw/include/X11/Xaw: AsciiSink.h AsciiSinkP.h AsciiSrc.h AsciiSrcP.h AsciiText.h AsciiTextP.h Box.h BoxP.h Command.h CommandP.h Dialog.h DialogP.h Form.h FormP.h Grip.h GripP.h Label.h LabelP.h List.h ListP.h MenuButtoP.h MenuButton.h MultiSink.h MultiSinkP.h MultiSrc.h MultiSrcP.h Paned.h PanedP.h Panner.h Porthole.h Repeater.h Scrollbar.h ScrollbarP.h Simple.h SimpleMenP.h SimpleMenu.h SimpleP.h Sme.h SmeBSB.h SmeLine.h SmeP.h StripCharP.h StripChart.h Text.h TextP.h TextSink.h TextSinkP.h TextSrc.h TextSrcP.h Toggle.h ToggleP.h Tree.h TreeP.h VendorEP.h Viewport.h ViewportP.h XawImP.h lib/libXaw/man : Makefile.in Xaw.man lib/libXaw/old-doc: CHANGES Changelog lib/libXaw/specs: AsciiSink.xml AsciiSource.xml AsciiText.xml Box.xml CH1.xml CH2.xml CH3.xml CH4.xml CH5.xml CH6.xml CH7.xml Dialog.xml Form.xml Grip.xml Label.xml List.xml Makefile.am Makefile.in MenuButton.xml Paned.xml Panner.xml Porthole.xml Repeater.xml Scrollbar.xml Simple.xml SimpleMenu.xml Sme.xml SmeBSB.xml SmeLine.xml StripChart.xml Template.xml Template_public_header_file.xml Text.xml TextActions.xml TextActions_text_widget_actions.xml TextFuncs.xml TextSink.xml TextSource.xml Toggle.xml Tree.xml Viewport.xml libXaw.xml lib/libXaw/src : Actions.c AllWidgets.c AsciiSink.c AsciiSrc.c AsciiText.c Box.c Command.c Converters.c Dialog.c DisplayList.c Form.c Grip.c Label.c List.c Makefile.am Makefile.in MenuButton.c MultiSink.c MultiSrc.c Paned.c Panner.c Pixmap.c Porthole.c Private.h Repeater.c Scrollbar.c Simple.c SimpleMenu.c Sme.c SmeBSB.c SmeLine.c StripChart.c Text.c TextAction.c TextPop.c TextSink.c TextSrc.c Tip.c Toggle.c Tree.c Vendor.c Viewport.c XawI18n.c XawIm.c XawInit.c Added files: lib/libXaw : compile docbook.am Log message: Update to libXaw 1.0.10 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/08 09:39:52 Modified files: net/farstream : Makefile net/farstream/pkg: PLIST net/telepathy/telepathy-farstream: Makefile net/telepathy/telepathy-farstream/pkg: PLIST Log message: - add pkgpaths spotted by aja@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/08 09:54:25 Modified files: games/gcompris : Makefile distinfo games/gcompris/pkg: PLIST Log message: Update to gcompris-12.01. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/04/08 09:56:28 Modified files: usr.bin : Makefile etc/mtree : 4.4BSD.dist share/mk : bsd.README bsd.lib.mk bsd.lkm.mk bsd.own.mk bsd.prog.mk bsd.subdir.mk bsd.sys.mk sys.mk Log message: unhook lint from the tree. The parser is incomplete and difficult to fix and there are several alternatives that don't tell quite so many dangerous lies. enthusiastic agreement from a bunch of people CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/08 09:57:17 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/comp: md.alpha md.amd64 md.armish md.i386 md.palm md.zaurus mi Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/08 10:18:21 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/04/08 10:27:00 Removed files: usr.bin/xlint : Makefile README usr.bin/xlint/PSD.doc: Makefile lint.ms usr.bin/xlint/lint1: Makefile cgram.y decl.c emit.c emit1.c err.c externs.h externs1.h func.c init.c lint.h lint1.h main1.c mem.c mem1.c op.h param.h scan.l tree.c usr.bin/xlint/lint2: Makefile chk.c emit2.c externs2.h hash.c lint2.h main2.c mem2.c msg.c read.c usr.bin/xlint/llib: Makefile llib-lposix llib-lstdc usr.bin/xlint/xlint: Makefile lint.1 pathnames.h xlint.c Log message: tedu lint ok tedu@ guenther@ krw@ espie@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/08 10:32:29 Modified files: games/gnuchess : Makefile distinfo games/gnuchess/pkg: PLIST Removed files: games/gnuchess/patches: patch-src_book_h patch-src_common_h patch-src_lexpgn_l Log message: Update to gnuchess-6.0.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/08 10:36:09 Modified files: games/gnuchess : Makefile Log message: Remove commented line; no change. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/08 10:36:12 Modified files: archivers/unrar: Makefile archivers/unrar/patches: patch-makefile_unix patch-os_hpp Added files: archivers/unrar/patches: patch-rijndael_cpp patch-rijndael_hpp Log message: Use OpenSSL instead of the included AES code to speed up extraction of encrypted archives. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/08 10:56:51 Modified files: graphics/ffmpeg: Makefile Log message: Enable support for the libxvid encoder. from Brad (maintainer) CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/08 11:03:03 Modified files: driver/xf86-input-joystick: ChangeLog Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh driver/xf86-input-joystick/config: Makefile.in driver/xf86-input-joystick/include: Makefile.in joystick-properties.h driver/xf86-input-joystick/man: Makefile.in joystick.man driver/xf86-input-joystick/src: Makefile.in jstk.c jstk_key.c Log message: Update to xf86-input-joystick 1.6.1 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/08 11:04:20 Modified files: archivers/unrar: Makefile distinfo archivers/unrar/patches: patch-consio_cpp patch-makefile_unix patch-os_hpp Log message: update to 4.10; suggested by Amit Kulkarni CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/08 11:21:26 Modified files: devel/spidermonkey: Makefile Log message: Use PKGSPEC to make sure the 2 spidermonkey ports are differentiated when checking for dependencies. ok landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/08 11:21:35 Modified files: lang/spidermonkey: Makefile Log message: Use PKGSPEC to make sure the 2 spidermonkey ports are differentiated when checking for dependencies. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/08 11:21:49 Modified files: x11/gnome/gjs : Makefile databases/apache-couchdb: Makefile databases/mongodb: Makefile multimedia/mediatomb: Makefile Log message: Bump after spidermonkey ports change. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/04/08 11:36:21 Modified files: share/man/man1 : gcc-local.1 share/man/man5 : mk.conf.5 share/man/man7 : hier.7 share/man/man9 : style.9 Log message: no more lint; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/04/08 11:37:35 Modified files: usr.bin/lex : flex.1 Log message: no more lint; CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/08 11:40:41 Modified files: devel/libyubikey: Makefile Log message: - explicitly specify autoconf version for autoreconf. spotted by naddy@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/08 11:49:08 Modified files: driver/xf86-video-r128: COPYING ChangeLog Makefile.am Makefile.in README aclocal.m4 config.h.in configure configure.ac ltmain.sh driver/xf86-video-r128/man: Makefile.am Makefile.in r128.man driver/xf86-video-r128/src: Makefile.in atipcirename.h r128.h r128_accel.c r128_dga.c r128_dri.c r128_driver.c r128_probe.c r128_video.c Added files: driver/xf86-video-r128: INSTALL Removed files: driver/xf86-video-r128: README.r128 README.r128.sgml Log message: Update to xf86-video-r128 6.8.2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/08 13:19:04 Modified files: multimedia/xine-lib: Makefile multimedia/xine-lib/patches: patch-src_input_input_bluray_c Log message: Correct the default device used for OpenBSD with the Blu-ray and VCD input plugins. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/08 13:33:31 Added files: multimedia/xine-lib/patches: patch-src_input_input_vcd_c Log message: Meh, forgot to cvs add. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/04/08 14:06:49 Modified files: gnu/usr.bin/binutils/gdb: ppcobsd-nat.c gnu/usr.bin/binutils/gdb/config/powerpc: obsd.mh Log message: Minimal threads debug support for powerpc. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/08 14:54:34 Modified files: games/puzzles : Makefile games/puzzles/patches: patch-Makefile Log message: Minor tweak: use perl magic with ucfirst to capitalize first letter in Desktop file name/comment. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:01:07 Log message: import databases/p5-DBIx-Class-Cursor-Cached, ok landry@ DBIx::Class::Cursor::Cached provides a query cursor on a DBIx::Class::ResultSet with built-in caching support. Status: Vendor Tag: sthen Release Tags: sthen_20120804 N ports/databases/p5-DBIx-Class-Cursor-Cached/Makefile N ports/databases/p5-DBIx-Class-Cursor-Cached/distinfo N ports/databases/p5-DBIx-Class-Cursor-Cached/pkg/DESCR N ports/databases/p5-DBIx-Class-Cursor-Cached/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:02:10 Log message: import ports/devel/p5-Class-Load, ok landry@ "require EXPR" only accepts "Class/Name.pm" style module names, not "Class::Name". How frustrating! For that, we provide "load_class 'Class::Name'". It's often useful to test whether a module can be loaded, instead of throwing an error when it's not available. For that, we provide "try_load_class 'Class::Name'". Finally, sometimes we need to know whether a particular class has been loaded. Asking %INC is an option, but that will miss inner packages and any class for which the filename does not correspond to the package name. For that, we provide "is_class_loaded 'Class::Name'". Status: Vendor Tag: sthen Release Tags: sthen_20120804 N ports/devel/p5-Class-Load/Makefile N ports/devel/p5-Class-Load/distinfo N ports/devel/p5-Class-Load/pkg/DESCR N ports/devel/p5-Class-Load/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:02:51 Log message: import ports/devel/p5-Module-Runtime, ok landry, from Andreas Voegele's repo The functions exported by Module::Runtime deal with runtime handling of Perl modules, which are normally handled at compile time. Status: Vendor Tag: sthen Release Tags: sthen_20120804 N ports/devel/p5-Module-Runtime/Makefile N ports/devel/p5-Module-Runtime/distinfo N ports/devel/p5-Module-Runtime/pkg/DESCR N ports/devel/p5-Module-Runtime/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:03:35 Log message: import ports/devel/p5-MooseX-Daemonize, ok landry, from Andreas Voegele's repo Often you want to write a persistant daemon that has a pid file, and responds appropriately to Signals. MooseX::Daemonize provides a set of basic roles as an infrastructure to do that. Status: Vendor Tag: sthen Release Tags: sthen_20120804 N ports/devel/p5-MooseX-Daemonize/Makefile N ports/devel/p5-MooseX-Daemonize/distinfo N ports/devel/p5-MooseX-Daemonize/pkg/DESCR N ports/devel/p5-MooseX-Daemonize/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:04:13 Log message: import devel/p5-MooseX-MarkAsMethods, ok landry, from Andreas Voegele's repo MooseX::MarkAsMethods allows one to easily mark certain functions as Moose methods. This will allow other packages such as namespace::autoclean to operate without blowing away your overloads. After using MooseX::MarkAsMethods your overloads will be recognized by Class::MOP as being methods, and class extension as well as composition from roles with overloads will "just work". Status: Vendor Tag: sthen Release Tags: sthen_20120804 N ports/devel/p5-MooseX-MarkAsMethods/Makefile N ports/devel/p5-MooseX-MarkAsMethods/distinfo N ports/devel/p5-MooseX-MarkAsMethods/pkg/DESCR N ports/devel/p5-MooseX-MarkAsMethods/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:04:36 Log message: imports devel/p5-MooseX-NonMoose, ok landry, from Andreas Voegele's repo MooseX::NonMoose allows for easily subclassing non-Moose classes with Moose, taking care of the annoying details connected with doing this, such as setting up proper inheritance from Moose::Object and installing (and inlining, at make_immutable time) a constructor that makes sure things like BUILD methods are called. Status: Vendor Tag: sthen Release Tags: sthen_20120804 N ports/devel/p5-MooseX-NonMoose/Makefile N ports/devel/p5-MooseX-NonMoose/distinfo N ports/devel/p5-MooseX-NonMoose/pkg/DESCR N ports/devel/p5-MooseX-NonMoose/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:05:04 Log message: import devel/p5-MooseX-Traits-Pluggable, ok landry, from Andreas Voegele's repo MooseX::Traits::Pluggable loads and applies roles at object creation time. Status: Vendor Tag: sthen Release Tags: sthen_20120804 N ports/devel/p5-MooseX-Traits-Pluggable/Makefile N ports/devel/p5-MooseX-Traits-Pluggable/distinfo N ports/devel/p5-MooseX-Traits-Pluggable/pkg/DESCR N ports/devel/p5-MooseX-Traits-Pluggable/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:05:29 Log message: import devel/p5-MooseX-Types-LoadableClass, ok landry, from Andreas Voegele's repo Moose ClassName type constraint with coercion to load the class. Status: Vendor Tag: sthen Release Tags: sthen_20120804 N ports/devel/p5-MooseX-Types-LoadableClass/Makefile N ports/devel/p5-MooseX-Types-LoadableClass/distinfo N ports/devel/p5-MooseX-Types-LoadableClass/pkg/DESCR N ports/devel/p5-MooseX-Types-LoadableClass/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:05:51 Log message: import devel/p5-Params-Classify, ok landry, from Andreas Voegele's repo Params::Classify provides various type-testing functions. These are intended for functions that, unlike most Perl code, care what type of data they are operating on. For example, some functions wish to behave differently depending on the type of their arguments (like overloaded functions in C++). Status: Vendor Tag: sthen Release Tags: sthen_20120804 N ports/devel/p5-Params-Classify/Makefile N ports/devel/p5-Params-Classify/distinfo N ports/devel/p5-Params-Classify/pkg/DESCR N ports/devel/p5-Params-Classify/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:06:25 Log message: import www/p5-CatalystX-Component-Traits, ok landry, from Andreas Voegele's repo Adds a "COMPONENT" method to your Catalyst component base class that reads the optional traits parameter from app and component config and instantiates the component subclass with those traits using "new_with_traits" in MooseX::Traits from MooseX::Traits::Pluggable. Status: Vendor Tag: sthen Release Tags: sthen_20120804 N ports/www/p5-CatalystX-Component-Traits/Makefile N ports/www/p5-CatalystX-Component-Traits/distinfo N ports/www/p5-CatalystX-Component-Traits/pkg/DESCR N ports/www/p5-CatalystX-Component-Traits/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:06:47 Log message: import www/p5-Plack-Middleware-ReverseProxy, ok landry, from Andreas Voegele's repo Plack::Middleware::ReverseProxy resets some HTTP headers, which were changed by reverse-proxy. You can specify the reverse proxy address and stop fake requests using the 'enable_if' directive in your app.psgi. Status: Vendor Tag: sthen Release Tags: sthen_20120804 N ports/www/p5-Plack-Middleware-ReverseProxy/Makefile N ports/www/p5-Plack-Middleware-ReverseProxy/distinfo N ports/www/p5-Plack-Middleware-ReverseProxy/pkg/DESCR N ports/www/p5-Plack-Middleware-ReverseProxy/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:07:11 Log message: import www/p5-Plack-Test-ExternalServer, ok landry, from Andreas Voegele's repo Plack::Test::ExternalServer allows your to run your Plack::Test tests against an external server instead of just against a local application through either mocked HTTP or a locally spawned server. Status: Vendor Tag: sthen Release Tags: sthen_20120804 N ports/www/p5-Plack-Test-ExternalServer/Makefile N ports/www/p5-Plack-Test-ExternalServer/distinfo N ports/www/p5-Plack-Test-ExternalServer/pkg/DESCR N ports/www/p5-Plack-Test-ExternalServer/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:09:49 Modified files: databases : Makefile devel : Makefile www : Makefile Log message: sync new p5-* CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:49:58 Modified files: www/p5-Catalyst-Runtime: Makefile distinfo www/p5-Catalyst-Runtime/pkg: PLIST Log message: Update www/p5-Catalyst-Runtime to version 5.90006. Fixes Catalyst with Moose 1.24+, this has been broken in the tree for a while. This and the many related updates to follow are all from Andreas Voegele's repo at https://github.com/voegelas/openbsd-mystuff, thanks Andreas, this must have been a huge bunch of work. I have forked this at github/sthen/p5-ports-wip and am removing things from there once committed, there are various additional new perl ports there and it would be nice if people could help work through what's left. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:57:39 Modified files: www/p5-Catalyst-Action-RenderView: Makefile distinfo www/p5-Catalyst-Action-RenderView/pkg: PLIST Log message: Update www/p5-Catalyst-Action-RenderView to version 0.16. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:58:04 Modified files: www/p5-Catalyst-Component-ACCEPT_CONTEXT: Makefile distinfo www/p5-Catalyst-Component-ACCEPT_CONTEXT/pkg: PLIST Log message: Update www/p5-Catalyst-Component-ACCEPT_CONTEXT to version 0.07. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:58:07 Modified files: www/p5-Catalyst-Controller-FormBuilder: Makefile distinfo www/p5-Catalyst-Controller-FormBuilder/pkg: PLIST Removed files: www/p5-Catalyst-Controller-FormBuilder/patches: patch-Makefile_PL Log message: Update www/p5-Catalyst-Controller-FormBuilder to version 0.06. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:58:09 Modified files: www/p5-Catalyst-Controller-HTML-FormFu: Makefile distinfo www/p5-Catalyst-Controller-HTML-FormFu/pkg: PLIST Log message: Update www/p5-Catalyst-Controller-HTML-FormFu to version 0.06001. More recent versions remove deprecated methods. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:58:12 Modified files: www/p5-Catalyst-Devel: Makefile distinfo www/p5-Catalyst-Devel/patches: patch-t_generated_app_t www/p5-Catalyst-Devel/pkg: PLIST Log message: Update www/p5-Catalyst-Devel to version 1.36. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:58:14 Modified files: www/p5-Catalyst-Engine-Apache: Makefile distinfo Log message: Update www/p5-Catalyst-Engine-Apache to version 1.16. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:58:16 Modified files: www/p5-Catalyst-Log-Log4perl: Makefile distinfo www/p5-Catalyst-Log-Log4perl/pkg: PLIST Added files: www/p5-Catalyst-Log-Log4perl/pkg: MESSAGE Log message: Update www/p5-Catalyst-Log-Log4perl to version 1.05. Catalyst::Log::Log4perl is deprecated. Use Log::Log4perl::Catalyst instead. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:58:18 Modified files: www/p5-Catalyst-Plugin-Cache: Makefile distinfo Log message: Update www/p5-Catalyst-Plugin-Cache to version 0.10. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:58:20 Modified files: www/p5-Catalyst-Plugin-Cache-Memcached: Makefile distinfo Added files: www/p5-Catalyst-Plugin-Cache-Memcached/pkg: MESSAGE Log message: Update www/p5-Catalyst-Plugin-Cache-Memcached to version 0.8. Catalyst::Plugin::Cache::Memcached is deprecated. Use Cache::Memcached in Catalyst::Plugin::Cache configuration directly. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:58:22 Modified files: www/p5-Catalyst-Plugin-Cache-Store-FastMmap: Makefile Log message: Mark www/p5-Catalyst-Plugin-Cache-Store-FastMmap as deprecated. Catalyst::Plugin::Cache::Store::FastMmap is deprecated because Cache::FastMmap no longer needs to be wrapped to store plain values. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:58:24 Modified files: www/p5-Catalyst-Plugin-ConfigLoader: Makefile distinfo www/p5-Catalyst-Plugin-ConfigLoader/pkg: PLIST Log message: Update www/p5-Catalyst-Plugin-ConfigLoader to version 0.30. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:58:26 Modified files: www/p5-Catalyst-Plugin-ConfigLoader-Environment: Makefile distinfo www/p5-Catalyst-Plugin-ConfigLoader-Environment/pkg: PLIST Log message: Update www/p5-Catalyst-Plugin-ConfigLoader-Environment to version 0.07. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:58:28 Modified files: www/p5-Catalyst-Plugin-DefaultEnd: Makefile distinfo www/p5-Catalyst-Plugin-DefaultEnd/pkg: PLIST Added files: www/p5-Catalyst-Plugin-DefaultEnd/pkg: MESSAGE Log message: Update www/p5-Catalyst-Plugin-DefaultEnd to version 0.8. Catalyst::Plugin::DefaultEnd is deprecated. Please use Catalyst::Action::RenderView instead. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:58:30 Modified files: www/p5-Catalyst-Plugin-FormValidator: Makefile distinfo Added files: www/p5-Catalyst-Plugin-FormValidator/pkg: MESSAGE Log message: Update www/p5-Catalyst-Plugin-FormValidator to version 0.094. Using Catalyst::Plugin::FormValidator is not recommended as the module takes over the global $c->form method, rather than being applicable in only part of your Catalyst application. Furthermore, Data::FormValidator itself is not recommended for use. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:58:32 Modified files: www/p5-Catalyst-Plugin-I18N: Makefile distinfo Log message: Update www/p5-Catalyst-Plugin-I18N to version 0.10. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:58:35 Modified files: www/p5-Catalyst-Plugin-LogWarnings: Makefile distinfo www/p5-Catalyst-Plugin-LogWarnings/pkg: PLIST Log message: Update www/p5-Catalyst-Plugin-LogWarnings to version 0.03. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:58:36 Modified files: www/p5-Catalyst-Plugin-PageCache: Makefile distinfo Log message: Update www/p5-Catalyst-Plugin-PageCache to version 0.31. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:58:38 Modified files: www/p5-Catalyst-Plugin-Session: Makefile distinfo www/p5-Catalyst-Plugin-Session/pkg: PLIST Log message: Update www/p5-Catalyst-Plugin-Session to version 0.32. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:58:40 Modified files: www/p5-Catalyst-Plugin-Session-FastMmap: Makefile distinfo www/p5-Catalyst-Plugin-Session-FastMmap/pkg: PLIST Added files: www/p5-Catalyst-Plugin-Session-FastMmap/pkg: MESSAGE Log message: Update www/p5-Catalyst-Plugin-Session-FastMmap to version 0.13. Catalyst::Plugin::Session::FastMmap is deprecated in favor of Catalyst::Plugin::Session. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:58:42 Modified files: www/p5-Catalyst-Plugin-Session-PerUser: Makefile distinfo www/p5-Catalyst-Plugin-Session-PerUser/pkg: PLIST Log message: Update www/p5-Catalyst-Plugin-Session-PerUser to version 0.05. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:58:44 Modified files: www/p5-Catalyst-Plugin-Session-State-Cookie: Makefile distinfo www/p5-Catalyst-Plugin-Session-State-Cookie/pkg: PLIST Log message: Update www/p5-Catalyst-Plugin-Session-State-Cookie to version 0.17. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:58:46 Modified files: www/p5-Catalyst-Plugin-Session-State-URI: Makefile distinfo Log message: Update www/p5-Catalyst-Plugin-Session-State-URI to version 0.15. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:58:49 Modified files: www/p5-Catalyst-Plugin-Session-Store-FastMmap: Makefile distinfo Log message: Update www/p5-Catalyst-Plugin-Session-Store-FastMmap to version 0.14. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:58:51 Modified files: www/p5-Catalyst-Plugin-Session-Store-File: Makefile distinfo www/p5-Catalyst-Plugin-Session-Store-File/pkg: PLIST Log message: Update www/p5-Catalyst-Plugin-Session-Store-File to version 0.18. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:58:53 Modified files: www/p5-Catalyst-Plugin-Singleton: Makefile www/p5-Catalyst-Plugin-Singleton/pkg: PLIST Added files: www/p5-Catalyst-Plugin-Singleton/pkg: MESSAGE Log message: Mark www/p5-Catalyst-Plugin-Singleton as deprecated. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:58:56 Modified files: www/p5-Catalyst-Plugin-SubRequest: Makefile distinfo www/p5-Catalyst-Plugin-SubRequest/pkg: PLIST Log message: Update www/p5-Catalyst-Plugin-SubRequest to version 0.17. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:58:58 Modified files: www/p5-Catalyst-Plugin-XMLRPC: Makefile distinfo www/p5-Catalyst-Plugin-XMLRPC/pkg: PLIST Added files: www/p5-Catalyst-Plugin-XMLRPC/patches: patch-lib_Catalyst_Plugin_XMLRPC_pm www/p5-Catalyst-Plugin-XMLRPC/pkg: MESSAGE Removed files: www/p5-Catalyst-Plugin-XMLRPC/patches: patch-Makefile_PL Log message: Update www/p5-Catalyst-Plugin-XMLRPC to version 2.01. Replace NEXT by MRO::Compat. Catalyst::Plugin::XMLRPC is unmaintained and deprecated. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 15:59:00 Modified files: www/p5-Catalyst-View-Mason: Makefile distinfo www/p5-Catalyst-View-Mason/pkg: PLIST Log message: Update www/p5-Catalyst-View-Mason to version 0.18. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 16:01:07 Modified files: converters/p5-Catalyst-View-JSON: Makefile distinfo Log message: Update converters/p5-Catalyst-View-JSON to version 0.33. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 16:01:20 Modified files: databases/p5-Catalyst-Model-DBIC-Schema: Makefile distinfo databases/p5-Catalyst-Model-DBIC-Schema/pkg: PLIST Log message: Update databases/p5-Catalyst-Model-DBIC-Schema to version 0.59. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 16:01:37 Modified files: devel/catalyst-tutorial: Makefile distinfo Log message: Update devel/catalyst-tutorial to version 0.06. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 16:01:39 Modified files: devel/p5-Catalyst-Manual: Makefile distinfo devel/p5-Catalyst-Manual/pkg: PLIST Log message: Update devel/p5-Catalyst-Manual to version 5.9002. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 16:01:41 Modified files: devel/p5-Catalyst-Plugin-StackTrace: Makefile distinfo Log message: Update devel/p5-Catalyst-Plugin-StackTrace to version 0.11. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 16:01:43 Modified files: devel/p5-Test-WWW-Mechanize-Catalyst: Makefile distinfo devel/p5-Test-WWW-Mechanize-Catalyst/pkg: PLIST Log message: Update devel/p5-Test-WWW-Mechanize-Catalyst to version 0.56. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 16:02:31 Modified files: security/p5-Catalyst-Authentication-Store-DBIx-Class: Makefile distinfo security/p5-Catalyst-Authentication-Store-DBIx-Class/pkg: PLIST Log message: Update security/p5-Catalyst-Authentication-Store-DBIx-Class to version 0.1502. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 16:02:33 Modified files: security/p5-Catalyst-Plugin-Authentication: Makefile distinfo security/p5-Catalyst-Plugin-Authentication/pkg: PLIST Log message: Update security/p5-Catalyst-Plugin-Authentication to version 0.10018. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 16:02:36 Modified files: security/p5-Catalyst-Plugin-Authorization-ACL: Makefile distinfo security/p5-Catalyst-Plugin-Authorization-ACL/pkg: PLIST Log message: Update security/p5-Catalyst-Plugin-Authorization-ACL to version 0.15. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 16:02:37 Modified files: security/p5-Catalyst-Plugin-Authorization-Roles: Makefile distinfo security/p5-Catalyst-Plugin-Authorization-Roles/pkg: PLIST Log message: Update security/p5-Catalyst-Plugin-Authorization-Roles to version 0.09. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 16:04:34 Modified files: textproc/p5-Catalyst-Plugin-Markdown: Makefile Log message: Disable Pod coverage tests. No revision bump required. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 16:04:35 Modified files: textproc/p5-Catalyst-Plugin-Unicode: Makefile distinfo textproc/p5-Catalyst-Plugin-Unicode/pkg: PLIST Log message: Update textproc/p5-Catalyst-Plugin-Unicode to version 0.93. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 16:04:37 Modified files: textproc/p5-Catalyst-View-TT: Makefile distinfo textproc/p5-Catalyst-View-TT/pkg: PLIST Log message: Update textproc/p5-Catalyst-View-TT to version 0.37. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 16:04:39 Modified files: textproc/p5-Catalyst-View-TT-ForceUTF8: Makefile distinfo textproc/p5-Catalyst-View-TT-ForceUTF8/pkg: PLIST Log message: Update textproc/p5-Catalyst-View-TT-ForceUTF8 to version 0.13. Catalyst::View::TT::ForceUTF8 is deprecated. See http://wiki.catalystframework.org/wiki/tutorialsandhowtos/Using_Unicode for details. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 16:04:40 Modified files: textproc/p5-Catalyst-View-TT-FunctionGenerator: Makefile distinfo textproc/p5-Catalyst-View-TT-FunctionGenerator/pkg: PLIST Added files: textproc/p5-Catalyst-View-TT-FunctionGenerator/patches: patch-lib_Catalyst_View_TT_FunctionGenerator_pm patch-t_basic_t textproc/p5-Catalyst-View-TT-FunctionGenerator/pkg: MESSAGE Log message: Update textproc/p5-Catalyst-View-TT-FunctionGenerator to version 0.02. Replace NEXT by MRO::Compat. Fix a test. Catalyst::View::TT::FunctionGenerator is deprecated. from Andreas Voegele CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 16:04:42 Modified files: textproc/p5-Catalyst-View-XSLT: Makefile distinfo Log message: Update textproc/p5-Catalyst-View-XSLT to version 0.08. from Andreas Voegele CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/08 16:08:26 Modified files: sys/arch/sgi/hpc: hpc.c hpcvar.h if_sq.c iocreg.h Log message: Be more careful when reprogramming the sq(4) DMA and PIO timing parameters; the current logic can be traced back to DaveM's intership at SGI in 1996, and are adequate for the hardware he had access to. However, ``recent'' Indigo2 and Indy systems are fit with a faster (33MHz instead of 25MHz) GIO64 bus, which need different timing parameters, and guess what? The PROM knows the right values to set. Since programming these timing registers was apparently only necessary for the Challenge S second interface: 1) only reprogram those registers on an IP24 (Indy, Challenge S) system. 2) pick proper values depending upon the actual GIO64 bus speed. Item #1 fixes Ethernet operation on Indigo2 (at least my teal R4400SC). Item #2 fixes Ethernet operation on my R5000SC Indy. For the record, programming unoptimal value caused `TX DMA underrun' errors (documented as `can't happen' in the HPC3 documentation, oh the irony), which could be reproduced reliably with ypbind(8). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/08 16:18:44 Modified files: sys/arch/sgi/conf: GENERIC-IP22 Log message: Enable option CPU_R4600, verified to work on an R4600PC Indy. The secondary cache is still not supported yet (needs extra code being worked on, as does the R5000SC Indy). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/08 16:25:52 Modified files: distrib/notes/sgi: hardware install prep Log message: Sync with the current state of things CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 16:34:51 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-addons_chan_ooh323_c patch-configure_ac Log message: update to asterisk 1.8.11.0, including fixes for : - crash in app_voicemail - resource leak in SIP TCP/TLS - ACK routing for non-2xx responses - buffer overrun/memory leak in 'sip show peers' (race when adding peers whilst displaying) - various locking problems CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/08 16:56:46 Modified files: . : INDEX Log message: sync; 7486 unzels (381+ 345-) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/09 01:02:12 Modified files: www/lighttpd : Makefile Added files: www/lighttpd/patches: patch-src_buffer_c Log message: Upsteam: always convert letters to lowercase to get transitive results. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/09 01:17:20 Modified files: devel/libyubikey: Makefile Log message: Add missing BUILD_DEPENDS on autohell & libtool for libtoolize. Maybe that port can use one of the auto* CONFIGURE_STYLE but at least now it builds. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/09 02:00:00 Modified files: net/telepathy/telepathy-salut: Makefile Log message: Unbreak: this needs net/avahi,-gui for the tests. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/09 02:38:47 Modified files: x11/gnome/gedit: Makefile Log message: Explicit CONFIGURE_ARGS. Add RUN_DEPENDS on gvfs (uses metadata from gvfs). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/09 02:59:09 Modified files: net/telepathy/telepathy-farstream: Makefile Log message: No need to LIB_DEPENDS on python. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/09 03:29:47 Modified files: devel : Makefile Removed files: devel/p5-Class-Method-Modifiers: Makefile distinfo devel/p5-Class-Method-Modifiers/patches: patch-Makefile_PL devel/p5-Class-Method-Modifiers/pkg: DESCR PLIST Log message: Remove p5-Class-Method-Modifiers, was only needed for the old versions of p5-Mouse and no longer used. Pointed out by Andreas Vögele. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/09 03:30:19 Added files: devel/p5-Class-MOP/patches: patch-t_016_class_errors_and_edge_cases_t Log message: Adapt regress test following change in output from p5-Package-Stash. From Andreas Vögele. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/09 03:39:16 Modified files: devel/xdg-utils: Makefile distinfo devel/xdg-utils/patches: patch-scripts_xdg-desktop-menu patch-scripts_xdg-email patch-scripts_xdg-icon-resource patch-scripts_xdg-mime patch-scripts_xdg-open devel/xdg-utils/pkg: PLIST Added files: devel/xdg-utils/patches: patch-scripts_xdg-settings Removed files: devel/xdg-utils/files: xdg-email-hook.pl xdg-open-hook.sh xmutt.sh devel/xdg-utils/pkg: README Log message: Update to xdg-utils-1.1.0rc1. The 1.0 serie hasn't seen an update for 5 years and this release contains lots of fixes for new version desktops. While here, remove the hook stuff; that is what aliases or ~/bin are for. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/04/09 04:15:49 Modified files: gnu/usr.bin/binutils/gdb: mips64obsd-nat.c gnu/usr.bin/binutils/gdb/config/mips: obsd64.mh Log message: Minimal threads support for mips64. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/04/09 04:56:52 Modified files: x11/gnustep/ftp: Makefile distinfo Log message: bugfix update to version 0.3 of GNUstep FTP client. OK aja@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/04/09 05:55:53 Modified files: lang/gcc/4.6/patches: patch-gcc_config_gcc lang/gcc/4.6 : Makefile Log message: Defaulting to march=i486 in the compiler doesn't help much if the driver overrides that setting. Sync both to use i486. Fixes libreoffice and chromium on i386, tested by both me and naddy@. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/04/09 09:04:53 Modified files: security/amap : Makefile distinfo security/amap/patches: patch-appdefs_resp Log message: update for Amap, with this fixes: * Fix for IPv6 introduced in v5.3, ! This is a release to fix IPv6 UDP port scanning as no other tool ! currently exists to do that. ! Beside this, amap is outdated, and nmap should be prefered * Fixed UDP port scanning for IPv6 * Disabled web update * added printing of [] brackets around IPv6 addresses (required) * Fixed a bug in amapcrap that the trigger would not display correctly USE_GROFF is not needed and maintainer request drop maintainership. ok sthen@ ok aja@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/04/09 09:37:53 Modified files: net/bitlbee : Makefile distinfo net/bitlbee/pkg: PLIST README Log message: update to 3.0.5; from Tom Doherty - thanks! note the binary libexec/bitlbee -> sbin/bitlbee move. tested by and ok landry@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/09 10:12:12 Modified files: www/drush : Makefile distinfo www/drush/files: drush www/drush/patches: patch-includes_environment_inc www/drush/pkg : PLIST Log message: much newer version, works with drupal5/6/7 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/09 10:41:33 Modified files: sys/dev/ic : elink3.c Log message: Cope with strict alignment platforms, and unbreak the RX logic. Tested with ep@eisa on sgi. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/09 10:46:28 Modified files: sys/dev/ic : wd33c93.c Log message: If running on the original 33C93, reject commands not in groups 0, 1 or 5 if their size is not exactly six bytes, as the chip can't cope with this situation. Another situation all 33C93 do not cope with very well, is sending stop commands to targets (such as all sd(4) devices when halting with poweroff) - it takes a very long time to recover once all targets on the bus have been powered down, so we need to raise timeouts to unholy values (one test case has required more than 20 seconds to recover). Not surprising, as this command is not documented as supported in the chip documentation. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/09 10:54:40 Modified files: sys/arch/mips64/mips64: tlbhandler.S sys/arch/sgi/sgi: machdep.c Log message: More errata bandaid for the R4000SC is necessary in the tlb handlers. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/09 10:55:22 Modified files: sys/arch/sgi/localbus: imc.c Log message: Attach eisa devices after all the onboard devices have attached rather than before them. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/09 10:56:21 Modified files: sys/arch/mips64/mips64: trap.c Log message: No need to round VCEI addresses, and VCED addresses only need to be rounded to a word boundary. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/09 11:09:28 Modified files: textproc/gtkspell: Makefile textproc/gtkspell/pkg: PLIST Removed files: textproc/gtkspell/patches: patch-Makefile_in Log message: Use MASTER_SITE_SOURCEFORGE. Install documentation. Regen WANTLIB. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/04/09 11:17:10 Modified files: net : Makefile Log message: Hook mktorrent to the build. Apparently I imported it back in 2009 but never added it here. Pointed out by Mikolaj Kucharski. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/09 11:21:05 Modified files: graphics/tiff : Makefile distinfo graphics/tiff/patches: patch-Makefile_in patch-html_Makefile_in patch-html_images_Makefile_in patch-html_man_Makefile_in patch-libtiff_Makefile_in patch-man_Makefile_in patch-test_Makefile_in Log message: maintenance update to 3.9.6 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/09 11:35:38 Modified files: graphics/tiff : Makefile graphics/tiff/patches: patch-libtiff_tif_getimage_c Added files: graphics/tiff/patches: patch-libtiff_tiffiop_h Log message: SECURITY fix for CVE-2012-1173 (integer overflow). From upstream, via Sebastien Marie. http://bugzilla.maptools.org/show_bug.cgi?id=2369 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/04/09 11:54:20 Modified files: x11/gnustep/highlighterkit: Makefile distinfo x11/gnustep/highlighterkit/pkg: PLIST Removed files: x11/gnustep/highlighterkit/patches: patch-HKSyntaxDefinition_m Log message: updates HighlighterKit from 0.1.1 to 0.1.2. Getting rid of a bunch of patches, and now the new version allows to use themes for the highlighting. Added a LIBDIR variable to the SUBST_VARS to not have a large bunch of changes in the PLIST when the SHLIB_VERSION changes the next time. OK aja@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/04/09 11:54:57 Modified files: x11/gnustep/gemas: Makefile distinfo x11/gnustep/gemas/pkg: PLIST Removed files: x11/gnustep/gemas/patches: patch-GemasController_m patch-GemasDocument_m patch-GemasEditorView_m Log message: updates Gemas to version 0.3. New is that its now possible to select themes via HighlighterKit, and it supports creating files for new GNUstep Apps and Tools. Further getting rid of a lot of patches. OK aja@ CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/04/09 12:21:18 Modified files: security/amap : Makefile security/amap/patches: patch-appdefs_resp Log message: * apply correctly patches/patch-appdefs_resp * while here adjust post-extract target switching LOCALBASE to TRUEPREFIX * tidy up whitespaces in Makefile around CATEGORIES= OK aja@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/09 12:50:45 Modified files: lib/libpciaccess: aclocal.m4 config.h.in configure configure.ac lib/libpciaccess/src: Makefile.am Makefile.in common_device_name.c common_vgaarb.c freebsd_pci.c linux_sysfs.c netbsd_pci.c openbsd_pci.c pciaccess_private.h solx_devfs.c x86_pci.c Log message: Update to libpciaccess 0.13.1 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/09 13:04:45 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: www Changes by: gsoares@cvs.openbsd.org 2012/04/09 14:53:51 Modified files: porting : autoconf.html Log message: sync. list of new autoconf versions that we support. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/10 00:42:19 Modified files: textproc/gtranslator: Makefile distinfo textproc/gtranslator/pkg: PLIST Removed files: textproc/gtranslator/patches: patch-data_org_gnome_gtranslator_gschema_xml_in_in Log message: Update to gtranslator-2.91.2. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/10 01:56:54 Modified files: usr.sbin/ospf6d: control.c control.h usr.sbin/ospfd : control.c control.h usr.sbin/ripd : control.c control.h usr.sbin/dvmrpd: control.c control.h Log message: Handle file descriptor exhaustion in the accept() case. ok claudio CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/10 02:27:16 Modified files: x11/gnome/genius: Makefile x11/gnome/genius/pkg: DESCR x11/gnome/icon-theme-symbolic: Makefile x11/gnome/icon-theme-symbolic/pkg: DESCR x11/gnome/keyring: Makefile x11/gnome/keyring/pkg: DESCR x11/gnome/mousetweaks: Makefile x11/gnome/mousetweaks/pkg: DESCR x11/gnome/user-docs: Makefile x11/gnome/user-docs/pkg: DESCR Log message: whitespace cleanup CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/04/10 03:07:20 Modified files: sys/kern : vfs_lockf.c Log message: POSIX locks should track the process's pid and not the thread's id CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/04/10 03:08:50 Modified files: usr.bin/yacc : symtab.c Log message: remove unused variable. ok nicm millert CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/10 03:40:45 Modified files: devel/iso-codes: Makefile distinfo devel/iso-codes/pkg: PLIST Log message: - update to iso-codes 3.34 CVSROOT: /cvs Module name: src Changes by: ariane@cvs.openbsd.org 2012/04/10 04:30:44 Modified files: sys/uvm : uvm_mmap.c Log message: Return EINVAL on 0-byte mmap invocation. - Posix rules that a 0-byte mmap must return EINVAL - our allocators are unable to distinguish between free memory and 0 bytes of allocated memory CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/04/10 05:33:58 Modified files: sys/kern : kern_synch.c Log message: When converting the timeout to ticks, both round up and add one to account for the tick that we're already in the middle of. noted and tested by aja; ok kurt@ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/04/10 05:53:21 Modified files: shells/zsh : Makefile distinfo shells/zsh/pkg : PLIST Log message: Update to 4.3.17 ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/10 05:59:44 Modified files: www/links+ : Makefile distinfo www/links+/patches: patch-html_c Removed files: www/links+/patches: patch-dip_c Log message: Security update to links 2.6, fixes include: - Buffer overflow when pasting too long text from clipboard to dialog boxes (not remotely exploitable) - A write out of allocated memory in the graphics renderer (potentially exploitable) - An infinite loop when parsing invalid usemap specification in text and graphics mode (can cause browser lockup, but not otherwise exploitable) - Accesses out of memory in the xbm decoder (potentially exploitable) Also drop dip.c patch to resolve crashes with libpng 1.5, upstream appears to have fixed this separately in the update to 2.5. Thanks jasper@ for additional testing. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/10 06:50:24 Log message: some drupal7 ports. okay sthen@ Status: Vendor Tag: drupal Release Tags: espie U ports/www/drupal7/drupal7.port.mk U ports/www/drupal7/Makefile U ports/www/drupal7/Makefile.inc U ports/www/drupal7/auto_nodetitle/Makefile U ports/www/drupal7/auto_nodetitle/distinfo U ports/www/drupal7/auto_nodetitle/pkg/DESCR U ports/www/drupal7/auto_nodetitle/pkg/PLIST U ports/www/drupal7/backup_migrate/Makefile U ports/www/drupal7/backup_migrate/distinfo U ports/www/drupal7/backup_migrate/pkg/DESCR U ports/www/drupal7/backup_migrate/pkg/PLIST N ports/www/drupal7/compact_forms/Makefile N ports/www/drupal7/compact_forms/distinfo N ports/www/drupal7/compact_forms/pkg/DESCR N ports/www/drupal7/compact_forms/pkg/PLIST N ports/www/drupal7/devel/Makefile N ports/www/drupal7/devel/distinfo N ports/www/drupal7/devel/pkg/DESCR N ports/www/drupal7/devel/pkg/PLIST N ports/www/drupal7/securelogin/Makefile N ports/www/drupal7/securelogin/distinfo N ports/www/drupal7/securelogin/pkg/DESCR N ports/www/drupal7/securelogin/pkg/PLIST N ports/www/drupal7/alternate_login/Makefile N ports/www/drupal7/alternate_login/distinfo N ports/www/drupal7/alternate_login/pkg/DESCR N ports/www/drupal7/alternate_login/pkg/PLIST N ports/www/drupal7/CKeditor/Makefile N ports/www/drupal7/CKeditor/distinfo N ports/www/drupal7/CKeditor/pkg/DESCR N ports/www/drupal7/CKeditor/pkg/PLIST N ports/www/drupal7/globalredirect/distinfo N ports/www/drupal7/globalredirect/Makefile N ports/www/drupal7/globalredirect/pkg/DESCR N ports/www/drupal7/globalredirect/pkg/PLIST N ports/www/drupal7/date/Makefile N ports/www/drupal7/date/distinfo N ports/www/drupal7/date/pkg/DESCR N ports/www/drupal7/date/pkg/PLIST N ports/www/drupal7/token/Makefile N ports/www/drupal7/token/distinfo N ports/www/drupal7/token/pkg/DESCR N ports/www/drupal7/token/pkg/PLIST N ports/www/drupal7/ctools/Makefile N ports/www/drupal7/ctools/distinfo N ports/www/drupal7/ctools/pkg/DESCR N ports/www/drupal7/ctools/pkg/PLIST N ports/www/drupal7/webform/distinfo N ports/www/drupal7/webform/Makefile N ports/www/drupal7/webform/pkg/DESCR N ports/www/drupal7/webform/pkg/PLIST N ports/www/drupal7/views/Makefile N ports/www/drupal7/views/distinfo N ports/www/drupal7/views/pkg/DESCR N ports/www/drupal7/views/pkg/PLIST N ports/www/drupal7/pathauto/Makefile N ports/www/drupal7/pathauto/distinfo N ports/www/drupal7/pathauto/pkg/DESCR N ports/www/drupal7/pathauto/pkg/PLIST N ports/www/drupal7/theme-danland/Makefile N ports/www/drupal7/theme-danland/distinfo N ports/www/drupal7/theme-danland/pkg/PLIST N ports/www/drupal7/theme-danland/pkg/DESCR N ports/www/drupal7/locale-fr/Makefile N ports/www/drupal7/locale-fr/distinfo N ports/www/drupal7/locale-fr/pkg/PLIST N ports/www/drupal7/locale-fr/pkg/DESCR N ports/www/drupal7/printer-friendly/Makefile N ports/www/drupal7/printer-friendly/distinfo N ports/www/drupal7/printer-friendly/pkg/DESCR N ports/www/drupal7/printer-friendly/pkg/PLIST N ports/www/drupal7/scheduler/Makefile N ports/www/drupal7/scheduler/distinfo N ports/www/drupal7/scheduler/pkg/DESCR N ports/www/drupal7/scheduler/pkg/PLIST N ports/www/drupal7/nodeaccess_userreference/Makefile N ports/www/drupal7/nodeaccess_userreference/distinfo N ports/www/drupal7/nodeaccess_userreference/pkg/DESCR N ports/www/drupal7/nodeaccess_userreference/pkg/PLIST N ports/www/drupal7/user_readonly/Makefile N ports/www/drupal7/user_readonly/distinfo N ports/www/drupal7/user_readonly/pkg/DESCR N ports/www/drupal7/user_readonly/pkg/PLIST N ports/www/drupal7/rules/Makefile N ports/www/drupal7/rules/distinfo N ports/www/drupal7/rules/pkg/DESCR N ports/www/drupal7/rules/pkg/PLIST N ports/www/drupal7/genpass/Makefile N ports/www/drupal7/genpass/distinfo N ports/www/drupal7/genpass/pkg/DESCR N ports/www/drupal7/genpass/pkg/PLIST N ports/www/drupal7/entity/Makefile N ports/www/drupal7/entity/distinfo N ports/www/drupal7/entity/pkg/PLIST N ports/www/drupal7/entity/pkg/DESCR N ports/www/drupal7/references/Makefile N ports/www/drupal7/references/distinfo N ports/www/drupal7/references/pkg/PLIST N ports/www/drupal7/references/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/10 06:51:14 ports/www/drupal7/core Update of /cvs/ports/www/drupal7/core In directory cvs.openbsd.org:/tmp/cvs-serv17075/core Log Message: Directory /cvs/ports/www/drupal7/core added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/10 06:51:33 ports/www/drupal7/core/files Update of /cvs/ports/www/drupal7/core/files In directory cvs.openbsd.org:/tmp/cvs-serv13482/files Log Message: Directory /cvs/ports/www/drupal7/core/files added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/10 06:51:34 ports/www/drupal7/core/pkg Update of /cvs/ports/www/drupal7/core/pkg In directory cvs.openbsd.org:/tmp/cvs-serv13482/pkg Log Message: Directory /cvs/ports/www/drupal7/core/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/10 06:52:32 Added files: www/drupal7/core: Makefile distinfo www/drupal7/core/files: drupal.conf www/drupal7/core/pkg: DESCR PLIST README UNMESSAGE Log message: ... and core CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/10 06:53:15 Modified files: www : Makefile Log message: +drupal7 CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2012/04/10 06:56:41 Modified files: www/p5-MojoX-Session: Makefile distinfo www/p5-MojoX-Session/pkg: PLIST Log message: Update to 0.25 to support forthcoming update of Mojo. "reads ok" sthen@ CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2012/04/10 07:02:02 Modified files: textproc/p5-MojoX-Renderer-TT: Makefile distinfo textproc/p5-MojoX-Renderer-TT/pkg: PLIST Log message: Update to 1.13 to support forthcoming update of Mojo. "reads ok" sthen@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/10 07:08:37 Modified files: net/amule : Makefile Added files: net/amule/patches: patch-src_GuiEvents_cpp patch-src_kademlia_net_KademliaUDPListener_cpp Log message: Save met file when a download is paused or stopped (upstream git commit d9b4458b1ea214af48bea97cd8482016a0eccbb9) Don't assert on ill-formed search requests (upstream git commit e213af55f51b1fd34945c3afad3cdb7bfe605d6c) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/10 07:29:33 Modified files: x11/gmtk : Makefile distinfo Removed files: x11/gmtk/patches: patch-src_gmtk_media_player_c patch-src_gmtk_media_player_h Log message: Update to 1.0.6 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/10 07:30:37 Modified files: x11/gnome-mplayer: Makefile distinfo Removed files: x11/gnome-mplayer/patches: patch-src_common_h patch-src_gui_c patch-src_gui_h patch-src_main_c Log message: Update to 1.0.6 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/10 07:31:31 Modified files: www/gecko-mediaplayer: Makefile distinfo Log message: Update to 1.0.6 CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2012/04/10 07:32:45 Modified files: www/p5-Mojo : Makefile distinfo www/p5-Mojo/pkg: DESCR PLIST Log message: Update to 2.76. This is a significant update. Please read the Changes file for all the details. Input and feedback from sthen@ and Remi Locherer "reads ok" sthen@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/04/10 07:34:14 Modified files: editors/libreoffice: Makefile editors/libreoffice/pkg: PLIST-main Log message: fix icon handling by re-adding the removed @exec lines, and also remove the base desktop file because the startcenter one is basically the same CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/10 07:54:03 Modified files: devel/glib2mm : Makefile distinfo Log message: Update to stable glib2mm-2.32.0. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/10 07:57:10 Modified files: net/rtorrent : Makefile Log message: On sparc64, build rtorrent using gcc-4.6 to avoid a SIGBUS during startup. OK naddy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/10 08:24:00 Modified files: x11/gtk3mm : Makefile distinfo Log message: Update to stable gtk3mm-3.4.0. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/04/10 08:46:34 Modified files: usr.bin/patch : inp.c Log message: Don't try to mmap a zero length file, from NetBSD. Needed after the recent mmap(2) change. ok ariane@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/04/10 09:06:29 Modified files: net/ntp : Makefile distinfo net/ntp/patches: patch-ntpd_ntp_intres_c patch-ntpd_ntp_scanner_c net/ntp/pkg : PLIST Log message: Update for ntp: * I remove the patch patch-ntpd_ntp_intres_c because is applied upstream. * We doesn't need USE_GROFF here. OK naddy@, aja@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/10 09:12:54 Modified files: audio/mpd : Makefile distinfo audio/mpd/patches: patch-Makefile_in patch-configure Log message: Update to 0.16.8. Minor bugfixes, most likely the end of the line for the 0.16.x releases. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/04/10 09:27:30 Removed files: net/ntp/patches: patch-ntpd_ntp_intres_c Log message: remove patches/patch-ntpd_ntp_intres_c CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/10 09:50:38 Modified files: usr.sbin/nginx : Makefile.bsd-wrapper Log message: Build with -O1 on vax for now, pcre_exec can not build with -O2. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/04/10 09:50:52 Modified files: sys/arch/alpha/alpha: pmap.c sys/arch/arm/arm: pmap.c sys/arch/m68k/m68k: pmap_motorola.c sys/arch/vax/vax: pmap.c sys/compat/linux: linux_misc.c sys/conf : param.c sys/kern : kern_exit.c kern_fork.c kern_proc.c kern_prot.c kern_resource.c kern_sysctl.c sys/miscfs/procfs: procfs_vfsops.c sys/sys : proc.h sysctl.h Log message: Make the KERN_NPROCS and KERN_MAXPROC sysctl()s and the RLIMIT_NPROC rlimit count processes instead of threads. New sysctl()s KERN_NTHREADS and KERN_MAXTHREAD count and limit threads. The nprocs and maxproc kernel variables are replaced by nprocess, maxprocess, nthreads, and maxthread. ok tedu@ mikeb@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/04/10 09:57:36 Modified files: sbin/sysctl : sysctl.8 lib/libc/gen : sysctl.3 Log message: Document new KERN_NTHREADS and KERN_MAXTHREAD sysctls CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/10 09:59:21 Modified files: sys/arch/mips64/mips64: cpu.c softintr.c trap.c Log message: Count traps and fpu context switches. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/04/10 10:41:10 Modified files: lib/libc/net : getnetent.c Log message: Do not pick the network number as alias on entries with no alias defined. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/10 10:50:33 Modified files: infrastructure/lib/DPB: Fetch.pm Log message: avoid spewed warnings in case we don't care. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/10 10:57:12 Modified files: usr.sbin/pkg_add/OpenBSD: Getopt.pm State.pm Log message: prevent dpb trace handler from getting in the way of normal usage error reports. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/10 10:58:47 Modified files: infrastructure/bin: dpb Log message: always do default stats, unless we explicitly disable them with -DNO_STATS CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/10 11:00:29 Modified files: infrastructure/man/man1: dpb.1 Log message: document -DNO_BUILD_STATS on the off chance someone would ever need it. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/10 11:06:15 Modified files: infrastructure/lib/DPB: PortBuilder.pm infrastructure/lib/DPB/Job: Port.pm Log message: whitespace CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/10 12:23:55 Modified files: x11/nitrogen : Makefile Added files: x11/nitrogen/patches: patch-src_NWindow_cc patch-src_NWindow_h Log message: - handle standard ctrl+(w|q) shortcuts from upstream git CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/04/10 13:13:46 Modified files: www/chromium : Makefile distinfo Log message: update to 18.0.1025.152 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/10 13:34:52 Modified files: www/fcgi-cgi : Makefile Added files: www/fcgi-cgi/patches: patch-Makefile_am patch-configure_ac www/fcgi-cgi/pkg: DESCR-main DESCR-static MESSAGE-static PLIST-main PLIST-static Removed files: www/fcgi-cgi/pkg: DESCR PLIST Log message: Add a subpackage to make it easy to run fcgi-cgi in a chroot jail, requested by Johan Huldtgren, thanks dhill for testing. CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2012/04/10 13:51:13 Modified files: infrastructure/db: user.list Log message: reserve user for cvsyncd OK naddy@ CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2012/04/10 13:52:44 Modified files: net/cvsync : Makefile net/cvsync/patches: patch-samples_cvsyncd-OpenBSD_conf net/cvsync/pkg : PLIST Added files: net/cvsync/pkg : cvsyncd.rc Log message: add a _cvsyncd user for cvsyncd daemon, and an rc.d start script. while here, do a minor clean up of the sample config files missing user noticed by henning@ OK naddy@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/04/10 14:39:37 Modified files: sys/kern : kern_ktrace.c sys/sys : ktrace.h usr.bin/kdump : kdump.1 kdump.c Added files: usr.bin/file/magdir: ktrace Log message: Add a start record to the ktrace and use a special magic string "KTR" to identify ktrace files. kdump(1) will now refuse to operate on trace data without the start record and as a bonus will print only PID, unless an -H flag is specified to print PID/TID pairs. Initial diff, input from and ok deraadt, guenther. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/04/10 15:10:45 Modified files: lib/librthread : rthread.c Log message: pthread_setcanceltype() shouldn't be a cancelation point ok kurt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/10 16:01:21 Modified files: net/samba : Makefile net/samba/patches: patch-nsswitch_wbinfo_c Added files: net/samba/patches: patch-source3_Makefile_in patch-source3_configure_in patch-source3_smbd_utmp_c patch-source3_web_swat_c Removed files: net/samba/patches: patch-Makefile_in patch-configure_in patch-smbd_utmp_c patch-web_swat_c Log message: fix WRKSRC/WRKDIST insanity CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/10 16:23:09 Modified files: x11/gnome/themes-standard: Makefile x11/gnome/themes-standard/patches: patch-themes_Adwaita_gtk-3_0_gtk-widgets_css Log message: Fix icon background color in fallback panel; from upstream. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/10 16:24:29 Modified files: mail/postfix/snapshot: Makefile distinfo mail/postfix/snapshot/patches: patch-conf_master_cf mail/postfix/snapshot/pkg: postfix.rc Log message: update to postfix/snapshot 2.10-20120407, from Brad - also use the newly added -w option in the rc script, this delays exiting after startup until daemon initialization has completed, so that init failures will cause it to exit with an error code, so the infrastructure can correctly report failure. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/10 16:31:10 Modified files: mail/courier-imap: Makefile mail/courier-imap/pkg: MESSAGE-main Log message: Fix default ssl certs path for the mk*cert tools so that it works out of the box. While here, fix REVISION to deal with multi packages. ok giovanni@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/10 16:37:02 Modified files: net/samba : Makefile distinfo net/samba/pkg : PLIST-main Log message: *NASTY* security update to samba 3.6.4: remote code execution as root by anonymous user. https://www.samba.org/samba/security/CVE-2012-1182 Note when MFC'ing: do not sync the new entries in PLIST-main back to stable, they depend on dirfd being a function. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/10 16:39:08 Modified files: mail/dovecot : Makefile distinfo mail/dovecot/pkg: PLIST-server Log message: update to Dovecot 2.0.20, from Brad. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/10 16:39:25 Modified files: mail/dovecot-antispam: Makefile Log message: sync with Dovecot 2.0.20 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/10 16:39:40 Modified files: mail/dovecot-pigeonhole: Makefile Log message: sync with Dovecot 2.0.20 CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/04/11 00:05:43 Modified files: include : sndio.h usr.bin/aucat : abuf.c abuf.h aparams.c aparams.h aproc.c aproc.h aucat.c dbg.c dbg.h dev.c dev.h file.c file.h headers.c listen.c listen.h midi.c midi.h miofile.c miofile.h opt.c opt.h pipe.c pipe.h siofile.c siofile.h sock.c sock.h wav.c wav.h lib/libsndio : aucat.c mio.c mio_aucat.c mio_open.3 mio_rmidi.c sio.c sio_aucat.c sio_open.3 sio_sun.c Log message: Use "unsigned int" rather than "unsigned". No object change. suggested by deraadt@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/04/11 00:16:14 Modified files: usr.bin/tmux : server-client.c server.c tmux.h Log message: Stop accepting new clients for 1 second on EMFILE/ENFILE. Based on ongoing fixes to other daemons by Theo. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/04/11 01:39:03 Modified files: . : hackathons.html Added files: images/hackathons: r2k12-s.gif r2k12.gif Log message: r2k12 hackathon CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/11 01:39:37 Modified files: x11/gnome/tracker: Makefile x11/gnome/tracker/patches: patch-src_libtracker-miner_tracker-monitor_c Log message: Adapt monitor_limit after the recent nofiles limit bump in login.conf(5). Fix WANTLIB-evolution. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/04/11 01:45:30 Modified files: usr.bin/tmux : names.c Log message: Turn automatic-rename off properly if turned off by renaming a window. Reported by Romain Francoise. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/04/11 02:07:13 Modified files: usr.bin/patch : pch.c Log message: Silence gcc warnings. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/11 02:11:30 Modified files: lib/libc/gen : Makefile.inc posix_spawn.3 posix_spawn_file_actions_addopen.3 posix_spawn_file_actions_init.3 posix_spawnattr_getflags.3 posix_spawnattr_getpgroup.3 posix_spawnattr_init.3 Removed files: lib/libc/gen : posix_spawnattr_getschedparam.3 posix_spawnattr_getschedpolicy.3 posix_spawnattr_getsigdefault.3 posix_spawnattr_getsigmask.3 Log message: new clean-room manpages for posix_spawn, unencumbered by any POSIX bullshit. "just commit it" deraadt@ (nits to be fixed soon) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/04/11 02:16:37 Modified files: usr.sbin/iscsid: control.c Log message: accept() pacing on the control socket if E*FILE errors are returned. Based on work by Theo for ospfd and friends. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/11 02:25:26 Modified files: usr.sbin/relayd: control.c relay.c relayd.h Log message: Do rate limiting of accept() when under pressure, like in other recent daemons. Light testing by some relayd users; let me know if issues develop. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/11 02:31:37 Modified files: usr.sbin/ldapd : conn.c control.c ldapd.h ldape.c Log message: rate limiting of accept() in various cases. Testing by jmatthew. there maybe still be a corner case where it needs one more file descriptor beyond the limit.. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/11 02:33:53 Modified files: usr.sbin/ospf6d: control.c usr.sbin/ospfd : control.c usr.sbin/relayd: control.c usr.sbin/ripd : control.c usr.sbin/snmpd : control.c Log message: delete excessive evtimer_pending; ok claudio CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/11 02:34:41 Modified files: usr.sbin/dvmrpd: control.c Log message: delete excessive evtimer_pending; ok claudio CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/11 02:34:55 Modified files: mail/postfix/snapshot: Makefile mail/postfix/snapshot/pkg: postfix.rc Log message: I misunderstood the new -w flag, this is passed from 'postfix' to 'master' automatically, no changes are necessary, so remove the change to daemon_flags CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/11 02:41:58 Modified files: audio/pianobar : Makefile Added files: audio/pianobar/patches: patch-src_main_c Log message: Warn if ctl is not a fifo. Ordinary files are not supported and cause problems, so close the fd and print a warning instead. (upstream git commit ed6d013054f589f2999926b02f4ac6dc76c7fe91) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/04/11 02:44:20 Modified files: gnu/usr.bin/binutils/gdb: i386bsd-nat.c i386obsd-nat.c gnu/usr.bin/binutils/gdb/config/i386: obsd.mh Log message: Minimal threads support for i386. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/11 02:50:15 Log message: Import gnome-video-effects-0.4.0. gnome-video-effects is a collection of GStreamer effects to be used in different GNOME modules. Effects will be available according to the GStreamer plugins installed (no dependency is enforced). ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120411 N ports/x11/gnome/video-effects/distinfo N ports/x11/gnome/video-effects/Makefile N ports/x11/gnome/video-effects/pkg/DESCR N ports/x11/gnome/video-effects/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/11 02:51:28 Modified files: x11/gnome : Makefile Log message: +video-effects CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/11 03:10:09 Modified files: textproc/gtkspell: Makefile textproc/gtkspell/pkg: DESCR Log message: Tweak DESCR/COMMENT in preparation for gtkspell3. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/11 03:27:43 Modified files: usr.bin/xinstall: xinstall.c Log message: fix install to cope with 0-sized mmap now returning EINVAL. - no need to copy anything - gc redundant size check - short-cut for compare (theo's code) - gc volatile ??? - style "sure" theo CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/11 03:38:45 Modified files: lib/libc/gen : posix_spawn.3 posix_spawn_file_actions_addopen.3 posix_spawn_file_actions_init.3 posix_spawnattr_getflags.3 posix_spawnattr_getpgroup.3 posix_spawnattr_init.3 Log message: fuss with details CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/11 03:45:47 Modified files: bin/cp : utils.c Log message: if we ever activate that, this may need fixing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/11 03:52:05 Modified files: www/owncloud : Makefile distinfo Log message: Update to owncloud-3.0.2. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/11 04:11:32 Modified files: www/fcgi-cgi : Makefile Log message: missed bump; pointed out by nigel@ CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/04/11 04:18:46 Modified files: lib/libpthread/include: pthread.h lib/libpthread/man: Makefile.inc lib/librthread : Makefile rthread.h Added files: lib/libpthread/man: pthread_barrier_init.3 pthread_barrier_wait.3 pthread_barrierattr_getpshared.3 pthread_barrierattr_init.3 lib/librthread : rthread_barrier.c rthread_barrier_attr.c Log message: Add pthread barrier support. Implementation and documentation for: - pthread_barrier_init() - pthread_barrier_destroy() - pthread_barrier_wait() - pthread_barrierattr_init() - pthread_barrierattr_destroy() - pthread_barrierattr_getpshared() - pthread_barrierattr_setpshared() Currently only private barriers are supported. Okay guenther@. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/04/11 04:37:26 Modified files: lib/librthread : shlib_version Log message: Minor bump after my previous commit. Noticed by deraadt@. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/04/11 05:14:55 Modified files: . : hackathons.html Log message: typo CVSROOT: /cvs Module name: src Changes by: ariane@cvs.openbsd.org 2012/04/11 05:23:22 Modified files: sys/uvm : uvm_addr.c uvm_map.c uvm_map.h Log message: vmmap: speed up allocations Reduces O(n log n) allocations to O(log n). ok deraadt, tedu CVSROOT: /cvs Module name: src Changes by: ariane@cvs.openbsd.org 2012/04/11 05:35:32 Modified files: lib/libkvm : shlib_version Log message: libkvm: minor bump Due to the struct size of vm_map_entry having grown by sizeof(vsize_t). CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/04/11 06:27:08 Added files: lib/libc/arch/hppa64/sys: tfork_thread.S Log message: Provide __tfork_thread() for hppa64. This makes libc compile again. ok miod@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/04/11 06:44:02 Modified files: usr.bin/kdump : kdump.c Log message: add -H to usage(); CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/11 07:05:45 Modified files: devel/llvm : Makefile Log message: set ONLY_FOR_ARCHS to try and build only on arch where packages currently exist. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/04/11 07:16:19 Modified files: usr.bin/ssh : channels.h channels.c serverloop.c clientloop.c Log message: don't spin in accept() when out of fds (ENFILE/ENFILE) - back off for a while; ok deraadt@ markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/04/11 07:17:54 Modified files: usr.bin/ssh : auth.c Log message: Support "none" as an argument for AuthorizedPrincipalsFile to indicate no file should be read. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/04/11 07:26:40 Modified files: usr.bin/ssh : sshd.c Log message: don't spin in accept() when out of fds (ENFILE/ENFILE) - back off for a while; ok deraadt@ markus@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2012/04/11 07:29:14 Modified files: share/man/man3 : Makefile queue.3 sys/dev/pci : mpii.c sys/kern : sysv_sem.c sys/net : pf.c sys/sys : queue.h Log message: SLIST_REMOVE_NEXT -> SLIST_REMOVE_AFTER for better consistency and compatibility with FreeBSD/NetBSD. Also rename SIMPLEQ_REMOVE_NEXT to SIMPLEQ_REMOVE_AFTER. ok mikeb@ guenther@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/04/11 07:34:17 Modified files: usr.bin/ssh : ssh-keyscan.1 ssh-keyscan.c Log message: now that sshd defaults to offering ECDSA keys, ssh-keyscan should also look for them by default; bz#1971 CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/04/11 07:35:47 Modified files: devel/p5-Test-Pod: Makefile distinfo Log message: update to 1.45 zap groff OK sthen@ jasper@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/11 07:37:27 Log message: import www/slowhttptest, ok ajacoutot@ SlowHTTPTest is a highly configurable tool that simulates some Application Layer Denial of Service attacks. It implements most common low-bandwidth Application Layer DoS attacks, such as slowloris, Slow HTTP POST, Slow Read attack (based on TCP persist timer exploit) by draining concurrent connections pool, as well as Apache Range Header attack by causing very significant memory and CPU usage on the server. Slowloris and Slow HTTP POST DoS attacks rely on the fact that the HTTP protocol, by design, requires requests to be completely received by the server before they are processed. If an HTTP request is not complete, or if the transfer rate is very low, the server keeps its resources busy waiting for the rest of the data. If the server keeps too many resources busy, this creates a denial of service. This tool is sending partial HTTP requests, trying to get denial of service from target HTTP server. Slow Read DoS attack aims the same resources as slowloris and slow POST, but instead of prolonging the request, it sends legitimate HTTP request and reads the response slowly. Status: Vendor Tag: sthen Release Tags: sthen_20121104 N ports/www/slowhttptest/Makefile N ports/www/slowhttptest/distinfo N ports/www/slowhttptest/pkg/PLIST N ports/www/slowhttptest/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/04/11 07:42:23 Modified files: build : mirrors.dat Log message: anoncvs.fr now runs cvsync. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/04/11 07:42:37 Modified files: . : cvsync.html Log message: sync CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/04/11 07:47:32 Modified files: lib/libpthread/man: pthread_barrier_init.3 pthread_barrier_wait.3 pthread_barrierattr_getpshared.3 pthread_barrierattr_init.3 Log message: tweak previous; CVSROOT: /cvs Module name: www Changes by: gsoares@cvs.openbsd.org 2012/04/11 07:49:14 Modified files: . : 51.html Log message: s,"OpenSSL 1.0.0a","OpenSSL 1.0.0f", ok deraadt CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/04/11 07:55:26 Modified files: usr.bin/kdump : kdump.c Log message: guenther and kettenis say THREAD_PID_OFFSET shouldn't be subtracted CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/11 07:57:17 Added files: devel/libev/patches: patch-ev_c Log message: define a memory fence primitive for alpha to enable building on that arch CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/11 08:05:29 Modified files: www : Makefile Log message: link showhttptest CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/11 08:08:27 Modified files: lib/libc/sys : send.2 sys/kern : uipc_usrreq.c Log message: In sendmsg() permit at most 10% of maxfiles to be in-flight during CMSG_DATA SCM_RIGHTS fd transfers. If this is exceeded, return EMFILE. ok claudio guenther gilles CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/11 08:14:29 Modified files: net/samba : Tag: OPENBSD_5_1 Makefile distinfo net/samba/patches: Tag: OPENBSD_5_1 patch-Makefile_in Removed files: net/samba/patches: Tag: OPENBSD_5_1 patch-lib_substitute_c patch-smbd_server_c Log message: MFC samba update to 5.1-stable. From Ian McWilliam. *NASTY* security update to samba 3.6.4: remote code execution as root by anonymous user. https://www.samba.org/samba/security/CVE-2012-1182 CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/04/11 08:16:57 Modified files: usr.bin/mg : file.c Log message: When writing a file via 'C-x C-w', ask user if they want to overwrite an existing file. This mimics emacs behaviour. Reviewed by Sunil Nimmagadda. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/11 08:17:14 Modified files: www/phpmyadmin : Tag: OPENBSD_5_1 Makefile distinfo www/phpmyadmin/pkg: Tag: OPENBSD_5_1 PLIST Log message: MFC phpmyadmin update, for what it's worth. Fixes XSS, path disclosure, etc. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/11 08:18:52 Modified files: mail/mailscanner: Tag: OPENBSD_5_1 Makefile distinfo mail/mailscanner/patches: Tag: OPENBSD_5_1 patch-bin_update_bad_phishing_emails patch-bin_update_bad_phishing_sites patch-lib_MailScanner_TNEF_pm Log message: MFC update to MailScanner 4.84.5-2 - Fixes URL used to fetch phishing-detection database; the domain that it was hosted on lapsed. You may have a corrupt database: if the file /var/spool/MailScanner/quarantine/phishingupdate exists, delete it and run update_bad_phishing_sites and update_bad_phishing_emails manually as the "run as user". - While there update the TNEF.pm fix to improve temp file handling. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2012/04/11 08:19:35 Modified files: usr.bin/xinstall: xinstall.c Log message: Move size == 0 check to the beginnig of copy(); ok espie@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/11 08:20:20 Modified files: www/lighttpd : Tag: OPENBSD_5_1 Makefile www/lighttpd/patches: Tag: OPENBSD_5_1 patch-src_mod_compress_c Added files: www/lighttpd/patches: Tag: OPENBSD_5_1 patch-src_buffer_c patch-src_network_backends_h Log message: MFC lighttpd patches. - Disable mmap by default with mod_compress, if a user truncates a file we are mmapping, reading the truncated area leads to SIGBUS. - Always convert letters to lowercase to get transitive results. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/11 08:21:00 Modified files: security/libtasn1: Tag: OPENBSD_5_1 Makefile distinfo Log message: MFC update to libtasn1 2.12; corrects SECURITY-related DER decoding issue, see http://www.openwall.com/lists/oss-security/2012/03/20/3 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/04/11 08:32:38 Modified files: lib/libc/gen : posix_spawn.3 posix_spawn_file_actions_addopen.3 posix_spawn_file_actions_init.3 posix_spawnattr_getflags.3 posix_spawnattr_getpgroup.3 posix_spawnattr_init.3 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/04/11 08:38:55 Modified files: sys/arch/alpha/alpha: trap.c sys/arch/amd64/amd64: trap.c sys/arch/arm/arm: syscall.c sys/arch/hppa/hppa: trap.c sys/arch/hppa64/hppa64: trap.c sys/arch/i386/i386: trap.c sys/arch/m68k/m68k: m68k_machdep.c sys/arch/m88k/m88k: trap.c sys/arch/mips64/mips64: trap.c sys/arch/powerpc/powerpc: trap.c sys/arch/sh/sh : trap.c sys/arch/solbourne/solbourne: trap.c sys/arch/sparc/sparc: trap.c sys/arch/sparc64/sparc64: trap.c sys/arch/vax/vax: trap.c Log message: The first ktrace record for a newly spawned thread is a return from a fork syscall done by the parent. Use __tfork, not rfork here to match the ktrace records for the parent (CALL __tfork, RET __tfork). ok guenther CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/11 08:41:40 Modified files: sysutils/moreutils: Makefile distinfo Log message: update to moreutils 0.46, fixing a manpage typo and reading from named pipes in combine(1)'s xor mode. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/11 08:44:35 Modified files: lib/libc/gen : posix_spawnattr_getflags.3 Log message: complete function name. This shit is so silly, length-wise, that it still makes some sense if you forget to write half of it. (noticed by jmc@) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/11 09:12:47 Modified files: telephony/asterisk: Tag: OPENBSD_5_1 Makefile distinfo telephony/asterisk/patches: Tag: OPENBSD_5_1 patch-bootstrap_sh patch-channels_chan_unistim_c patch-configure_ac telephony/asterisk/pkg: Tag: OPENBSD_5_1 DESCR-main PLIST-main Added files: telephony/asterisk/patches: Tag: OPENBSD_5_1 patch-addons_chan_ooh323_c patch-addons_chan_ooh323_h patch-pbx_pbx_spool_c Removed files: telephony/asterisk/patches: Tag: OPENBSD_5_1 patch-channels_h323_ast_h323_cxx patch-channels_h323_ast_h323_h patch-main_asterisk_c Log message: MFC update to asterisk 1.8.11.0, relative to previous version this includes fixes for various crash/deadlock problems and the following SECURITY problems: AST-2012-002: stack buffer overflow (remote unauthenticated sessions). requires a dialplan using the Milliwatt application with the 'o' option, and internal_timing off. Affects all 1.4+ Asterisk versions. AST-2012-003: stack buffer overflow (remote unauth'd sessions) in HTTP manager interface; triggered by long digest authentication strings. Code injection possibility. Affects 1.8+. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/11 09:15:05 Modified files: net/net-snmp : Tag: OPENBSD_5_1 Makefile net/net-snmp/pkg: Tag: OPENBSD_5_1 PLIST-main Added files: net/net-snmp/files: Tag: OPENBSD_5_1 OPENBSD-PF-MIB.txt Log message: MFC net-snmp workaround for not having OPENBSD-PF-MIB.txt in 5.1 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/04/11 09:28:50 Modified files: sys/sys : proc.h sys/kern : kern_exit.c kern_sig.c sys_process.c Log message: Move the P_WAITED flag from struct proc to struct process. ok guenther@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/11 09:32:24 Modified files: x11/gnome/glom : Makefile distinfo x11/gnome/glom/patches: patch-glom_libglom_connectionpool_cc x11/gnome/glom/pkg: PLIST Added files: x11/gnome/glom/patches: patch-glom_libglom_python_embed_py_glom_relatedrecord_cc patch-glom_main_cc patch-glom_main_local_options_cc Log message: Update to glom-1.22.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/11 09:47:48 Modified files: print/foomatic-filters: Makefile distinfo print/foomatic-filters/patches: patch-foomaticrip_c Log message: Updtae to foomatic-filters-4.0.15. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/11 09:54:35 Modified files: print/foo2zjs : Makefile distinfo print/foo2zjs/patches: patch-Makefile patch-getweb_in Log message: Update to foo2zjs-20120223. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/11 09:59:56 Modified files: print/gtklp : Makefile Log message: Fix HOMEPAGE. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/11 10:03:36 Modified files: print/py-cups : Makefile distinfo print/py-cups/patches: patch-cupsconnection_c Log message: Update to py-cups-1.9.61. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/11 10:04:03 Modified files: print/system-config-printer: Makefile distinfo print/system-config-printer/patches: patch-newprinter_py Log message: Update to system-config-printer-1.3.9. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/11 10:16:08 Modified files: print/foomatic-db: Makefile distinfo print/foomatic-db/patches: patch-configure print/foomatic-db/pkg: PLIST Log message: Update to foomatic-db-4.0.20120411. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/04/11 10:16:33 Modified files: games/angband : Makefile distinfo games/angband/pkg: PFRAG.sdl PLIST Log message: Update to angband-3.3.2. OK aja@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/11 10:31:14 Modified files: net/net-snmp : Makefile net/net-snmp/pkg: PLIST-main Removed files: net/net-snmp/files: OPENBSD-PF-MIB.txt Log message: Remove net-snmp workaround now that OPENBSD-PF-MIB is installed in the OS. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/11 11:10:20 Modified files: sys/sys : socket.h Log message: tedu struct omsghdr CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/04/11 11:23:10 Modified files: lib/libpthread/man: pthreads.3 Log message: Mention and link the pthread barrier functions. Okay jmc@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/11 11:29:50 Modified files: print/cups-pdf : Makefile distinfo print/cups-pdf/patches: patch-extra_cups-pdf_conf patch-src_cups-pdf_h print/cups-pdf/pkg: PLIST Added files: print/cups-pdf/pkg: README Removed 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-src_cups-pdf_c print/cups-pdf/pkg: MESSAGE Log message: Update to cups-pdf-2.6.1. Use proper SUBST_CMD to not hardcode paths. By default, save PDFs in the user's HOME. MESSAGE -> README CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/04/11 11:33:26 Modified files: bin/ps : keyword.c Log message: Add maxrss keyword for the ru_maxrss value...which ariane@ is making work CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/04/11 11:42:53 Modified files: sys/dev/pci : if_san_obsd.c sys/dev/pci/drm: drmP.h sys/net : if_pflow.c if_pfsync.c if_pppoe.c sys/netinet : ip_carp.c Log message: fix all the suser calls which pass an incorrect p_acflag argument; figured out by and ok guenther CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/11 11:50:34 Modified files: multimedia/avidemux/patches: patch-configure_in_in Log message: add the required architecture definitions to allow this to build on alpha CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/04/11 11:51:10 Modified files: usr.bin/mg : README def.h funmap.c keymap.c mg.1 region.c Log message: Add: 1. C-x h to mark whole buffer. 2. M-| to pipe current region to external command. From Sunil Nimmagadda. Feedback from deraadt@ and myself. ok for man page amendments from jmc@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/04/11 12:24:23 Modified files: security/p5-IO-Socket-SSL: Makefile distinfo Log message: update p5-IO-Socket-SSL to 1.64 from wen heping CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/11 12:27:30 Modified files: usr.bin/make : generate.c gnode.h job.c make.1 node_int.h parse.c Log message: make has had heuristics to avoid parallel make recursion. Sometimes they mess up, so add .CHEAP/.EXPENSIVE to explicitly tell make 'hey this is not THAT bad' or 'worse than you think'. agreed by guenther@, millert@ (and some tweaks) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/04/11 12:36:57 Modified files: lib/libc/arch/i386/sys: tfork_thread.S Log message: Mark outermost frame such that backtraces in thread terminate at __tfork_thread(). ok guenther@ CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/04/11 12:38:20 src/regress/lib/libpthread/barrier Update of /cvs/src/regress/lib/libpthread/barrier In directory cvs.openbsd.org:/tmp/cvs-serv26255/barrier Log Message: Directory /cvs/src/regress/lib/libpthread/barrier added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/11 12:39:13 Modified files: net/netatalk : Makefile distinfo net/netatalk/patches: patch-configure net/netatalk/pkg: DESCR PLIST Added files: net/netatalk/files: krb5-config net/netatalk/pkg: afpd.rc cnid_metad.rc netatalk.rc Removed files: net/netatalk/patches: patch-bin_afile_common_c patch-bin_afppasswd_afppasswd_c patch-bin_cnid_cnid_index_c patch-bin_megatron_megatron_c patch-bin_megatron_nad_c patch-bin_nbp_nbplkup_c patch-bin_psorder_psorder_c patch-bin_uniconv_uniconv_c patch-etc_afpd_auth_c patch-etc_afpd_directory_c patch-etc_afpd_file_c patch-etc_afpd_mangle_c patch-etc_afpd_ofork_c patch-etc_afpd_unix_c patch-etc_afpd_volume_c patch-etc_atalkd_config_c patch-etc_atalkd_main_c patch-etc_cnid_dbd_cnid_metad_c patch-etc_cnid_dbd_db_param_c patch-etc_cnid_dbd_dbd_dbcheck_c patch-etc_cnid_dbd_dbd_delete_c patch-etc_cnid_dbd_dbd_get_c patch-etc_cnid_dbd_dbd_getstamp_c patch-etc_cnid_dbd_dbd_lookup_c patch-etc_cnid_dbd_dbd_resolve_c patch-etc_cnid_dbd_dbd_update_c patch-etc_cnid_dbd_dbif_c patch-etc_cnid_dbd_pack_c patch-etc_papd_auth_c patch-etc_papd_lp_c patch-etc_papd_main_c patch-etc_papd_ppd_c patch-etc_papd_printcap_c patch-etc_papd_queries_c patch-libatalk_adouble_ad_open_c patch-libatalk_cnid_cdb_cnid_cdb_open_c patch-libatalk_cnid_cdb_cnid_cdb_private_h patch-libatalk_cnid_dbd_cnid_dbd_c patch-libatalk_nbp_nbp_util_c net/netatalk/pkg: MESSAGE Log message: update to netatalk 2.2.2, from Brad, tested by william@ and Ian McWilliam - support for MacOS X Lion and TimeMachine - add rc scripts CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/04/11 12:39:24 Modified files: regress/lib/libpthread: Makefile Added files: regress/lib/libpthread/barrier: Makefile barrier.c Log message: Add a simple barrier regression test. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/04/11 12:40:10 Modified files: lib/libpthread/man: pthreads.3 Log message: fix SEE ALSO; CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/04/11 12:51:49 Modified files: security/p5-Net_SSLeay: Makefile distinfo security/p5-Net_SSLeay/pkg: PLIST Log message: update p5-Net-SSLeay to 1.47 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/04/11 12:55:49 Modified files: security/p5-Net-SSLGlue: Makefile distinfo Log message: update p5-Net-SSLGlue to 1.01 CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/04/11 15:09:23 Modified files: share/man/man9 : style.9 Log message: Recommend using "unsigned int" instead of just "unsigned". ok deraadt@, tweaks from jmc@ and todd@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/04/11 15:12:55 Modified files: usr.bin/aucat : aproc.c Log message: flush the log and abort() if we try to destroy a NULL aproc CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/04/11 15:17:32 Modified files: usr.bin/aucat : sock.c Log message: In the "reply" code path, lock the socket while invoking the write-end code from the read-end code, and don't forget to check if the socket was not destroyed. Fixes very rare random crashes. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/04/11 15:37:02 Modified files: net/p5-NetAddr-IP: Makefile distinfo Log message: update p5-NetAddr-IP to 4.059 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/11 19:00:23 Modified files: sysutils/login_ldap: Makefile Removed files: sysutils/login_ldap/pkg: MESSAGE Log message: No need for a MESSAGE warning us about modifications needed when upgrading from a 4-year-old version ;) OK merdely@. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/04/11 20:42:32 Modified files: usr.bin/ssh : servconf.c servconf.h sshd.c sshd_config sshd_config.5 Log message: VersionAddendum option to allow server operators to append some arbitrary text to the SSH-... banner; ok deraadt@ "don't care" markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/04/11 20:43:55 Modified files: usr.bin/ssh : sshd_config sshd_config.5 Log message: mention AuthorizedPrincipalsFile=none default CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/04/11 22:47:59 Modified files: usr.bin/mg : def.h echo.c extend.c fileio.c funmap.c help.c kbd.c keymap.c macro.c main.c search.c ttykbd.c Log message: Remove the conditional directives NO_MACRO and NO_STARTUP. They have not compiled for numerous years. ok kjell@ millert@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/04/11 23:48:02 Modified files: de : events.html hackathons.html nl : cvsync.html ru : goals.html Added files: faq/ru : faq1.html faq2.html faq3.html index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/04/12 00:07:33 Modified files: bin/ps : ps.1 Log message: Add maxrss keyword for the ru_maxrss value...which ariane@ is making work (missed commit pointed out by jmc@) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/12 00:23:23 Modified files: x11/gnome/power-manager: Makefile Log message: No need for autoconf. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/12 02:14:56 Modified files: x11/gnome/glom/patches: patch-glom_libglom_python_embed_py_glom_relatedrecord_cc patch-glom_main_cc patch-glom_main_local_options_cc Log message: Sync after upstream commit. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/12 02:16:06 Modified files: www/drupal6 : drupal6.port.mk www/drupal6/locale-fr: Makefile www/drupal6/locale-fr/pkg: PLIST www/drupal6/locale-it: Makefile www/drupal6/locale-it/pkg: PLIST www/drupal6/locale-ja: Makefile www/drupal6/locale-ja/pkg: PLIST www/drupal7 : drupal7.port.mk www/drupal7/locale-fr: Makefile www/drupal7/locale-fr/pkg: DESCR PLIST Log message: rename LANG to DRUPAL_LANG to avoid clash with locale setting CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/04/12 02:26:38 Modified files: lib/libc/stdio : stdio.3 Log message: document getdelim() and getline(), and a grammar fix whilst here; from Jan Stary ok fgsch CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/12 03:01:40 Modified files: databases/mysql: Tag: OPENBSD_5_1 Makefile distinfo databases/mysql/patches: Tag: OPENBSD_5_1 patch-mysql-test_lib_My_SafeProcess_Makefile_in patch-scripts_mysql_install_db_sh patch-sql_mysqld_cc patch-sql_sql_parse_cc databases/mysql/pkg: Tag: OPENBSD_5_1 PLIST-tests README-server Log message: - update to 5.1.62 includes two security fixes ok brad (MAINTAINER) giovanni@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/12 03:02:15 Modified files: net/gajim : Tag: OPENBSD_5_1 Makefile Added files: net/gajim/patches: Tag: OPENBSD_5_1 patch-src_common_helpers_py patch-src_common_logger_py patch-src_notify_py Log message: security fix for CVE-2012-2085/CVE-2012-2086. ok pea@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/12 03:15:40 Modified files: audio/last.fm : Makefile Removed files: audio/last.fm/patches: patch-src_playerlistener_cpp Log message: Garbage collect patches/patch-src_playerlistener_cpp: it works fine now that we have rthreads. While here, fix WANTLIB. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/12 04:03:19 Modified files: audio/umurmur : Makefile distinfo audio/umurmur/patches: patch-src_client_c patch-src_conf_c patch-src_crypt_c patch-src_main_c patch-src_messagehandler_c patch-umurmur_conf_example Log message: Update to umurmur-0.2.10. From maintainer Jonathon Sisson, tweaked by me CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/04/12 04:11:41 Modified files: sys/kern : kern_acct.c kern_exec.c kern_fork.c kern_prot.c kern_sig.c sys/sys : proc.h sysctl.h Log message: move accounting flags to struct process; idea and ok guenther CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/12 04:16:50 Modified files: www/node : Makefile distinfo www/node/pkg : PLIST Log message: update to node 0.6.15, from Aaron Bieber - Thanks for the great book Aaron! CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2012/04/12 04:29:58 Modified files: openssh : index.html Added files: openssh : specs.html openssh/txt : rfc1928.txt rfc4250.txt rfc4251.txt rfc4252.txt rfc4253.txt rfc4254.txt rfc4255.txt rfc4256.txt rfc4335.txt rfc4344.txt rfc4345.txt rfc4419.txt rfc4432.txt rfc4462.txt rfc4716.txt rfc4742.txt rfc4819.txt rfc5656.txt socks4.protocol socks4a.protocol ssh-rfc-v1.3.txt ssh-rfc-v1.5.txt Log message: Add OpenSSH specs page. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/12 05:01:37 Modified files: sys/kern : kern_descrip.c Log message: dup() was calling fd_used() twice for the new file descriptor. Seperate the dup and dup2 cases. with guenther ok miod CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/12 05:07:20 Modified files: lib/libc/sys : Makefile.inc sys/sys : filedesc.h sys/kern : syscalls.master kern_descrip.c Added files: lib/libc/sys : getdtablecount.2 Log message: New system call: getdtablecount(2) returns the number of file descriptors the process currently has open. ok guenther miod gilles ... CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/12 05:10:07 Modified files: sys/sys : syscall.h syscallargs.h sys/kern : init_sysent.c syscalls.c Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/12 05:16:24 Modified files: sys/kern : syscalls.master lib/libc/sys : Makefile.inc Log message: kill lfs system call lines and libc stubs CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/12 05:17:16 Modified files: sys/kern : init_sysent.c syscalls.c sys/sys : syscall.h syscallargs.h Log message: sync CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/04/12 05:18:29 Modified files: gnu/usr.bin/cc/libgcc: Makefile gnu/gcc/gcc/config/sh: lib1funcs.asm sh.c sh.h sh.md sh.opt t-sh Removed files: gnu/gcc/gcc/config/sh: divcost-analysis divtab-sh4.c Log message: backout gcc revision 112331 "optimized integer divide for SH4" so we can use the existing sh libkern functions. ok miod@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/12 05:19:34 Modified files: include : unistd.h Log message: prototype getdtablecount() CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/04/12 05:22:14 Modified files: share/mk : bsd.own.mk Log message: move sh to gcc4 ok miod@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/04/12 05:28:32 Modified files: gnu/usr.bin/cc/libgcc: Makefile lib/csu/sh : crt0.c Log message: the fpu control symbol on sh (__fpscr_values) suddenly becomes local instead of global with gcc4 and this ends up breaking things in hard to debug ways. So move the definition to csu instead of libgcc. ok miod@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/04/12 05:39:29 Modified files: lib/libc : shlib_version Log message: crank major for sh gcc4 switch CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/12 05:46:35 Modified files: infrastructure/mk: arch-defines.mk Log message: Move sh/landisk to GCC4_ARCHS. ok phessler@ naddy@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/12 05:47:05 Modified files: databases/postgresql: Makefile databases/postgresql/pkg: README-server Log message: Add steps to copy SSL certs and a reminder about UTF8 to postgresql-server's upgrade notes. ok pea@ CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/04/12 05:51:13 Removed files: usr.bin/pcc : Makefile ccconfig.h config.h f77config.h usr.bin/pcc/arm: code.c local.c local2.c macdefs.h order.c table.c usr.bin/pcc/cc : Makefile cc.1 cc.c usr.bin/pcc/ccom: Makefile Makefile.inc ccom.1 cgram.y gcc_compat.c init.c inline.c main.c optim.c pass1.h pftn.c scan.l stabs.c symtabs.c trees.c usr.bin/pcc/ccom/arm: Makefile usr.bin/pcc/ccom/hppa: Makefile usr.bin/pcc/ccom/i386: Makefile usr.bin/pcc/ccom/powerpc: Makefile usr.bin/pcc/ccom/sparc64: Makefile usr.bin/pcc/ccom/vax: Makefile usr.bin/pcc/cpp: Makefile cpp.1 cpp.c cpp.h cpy.y scanner.l token.c usr.bin/pcc/f77: Makefile.in usr.bin/pcc/f77/f77: Makefile.in usr.bin/pcc/f77/fcom: Makefile.in 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/m16c: TODO 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 optim2.c pass2.h protos.h reader.c regs.c usr.bin/pcc/mips: TODO code.c local.c local2.c macdefs.h order.c table.c usr.bin/pcc/nova: README code.c local.c local2.c macdefs.h order.c table.c usr.bin/pcc/pdp10: README code.c local.c local2.c macdefs.h order.c table.c usr.bin/pcc/powerpc: README 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 usr.bin/pcc/vax: code.c local.c local2.c macdefs.h order.c table.c Log message: tedu(tm) pcc. Message sent. Okay deraadt@. CVSROOT: /cvs Module name: src Changes by: ariane@cvs.openbsd.org 2012/04/12 05:55:43 Modified files: sys/uvm : uvm_fault.c Log message: uvm: keep track of maxrss The fault path is used to update the maxrss of the faulting proc. Doesn't affect anything, as it was 0 before. Requested by espie, "just commit it" deraadt CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/04/12 06:09:05 Modified files: sys/kern : sys_process.c Log message: PT_GETXMMREGS and PT_SETXMMREGS can take a TID. CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2012/04/12 06:09:30 Modified files: lib/libpthread/include: pthread.h gnu/egcs/gcc/config: openbsd.h gnu/egcs/gcc/config/m68k: openbsd.h gnu/egcs/gcc/config/m88k: openbsd.h gnu/gcc/gcc/config: openbsd.h gnu/gcc/gcc/config/m68k: openbsd.h gnu/gcc/gcc/config/rs6000: sysv4.h gnu/usr.bin/gcc/gcc/config: openbsd.h gnu/usr.bin/gcc/gcc/config/m68k: openbsd.h gnu/usr.bin/gcc/gcc/config/m88k: openbsd.h gnu/usr.sbin/sendmail/cf/cf: Makefile Log message: Remove incorrect -pthread preprocessor define _POSIX_THREADS and replace with _REENTRANT. Also remove undef _POSIX_THREADS in phread.h. From brad@comstyle.com. okay guenther@ CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2012/04/12 06:13:18 Modified files: gnu/usr.sbin/sendmail/cf/cf: Makefile Log message: Revert change not intended to be committed. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/12 06:33:04 Modified files: sys/kern : kern_fork.c syscalls.master sys/sys : param.h proc.h vmmeter.h include : unistd.h lib/libc/sys : Makefile.inc lib/librthread : __tfork_thread.3 sbin/sysctl : sysctl.c usr.bin/kdump : kdump.c kdump_subr.h mksubr usr.bin/vmstat : vmstat.8 vmstat.c Removed files: lib/libc/arch/alpha/sys: rfork.S lib/libc/arch/amd64/sys: rfork.S lib/libc/arch/arm/sys: rfork.S lib/libc/arch/hppa/sys: rfork.S lib/libc/arch/hppa64/sys: rfork.S lib/libc/arch/i386/sys: rfork.S lib/libc/arch/ia64/sys: rfork.S lib/libc/arch/m68k/sys: rfork.S lib/libc/arch/m88k/sys: rfork.S lib/libc/arch/mips64/sys: rfork.S lib/libc/arch/powerpc/sys: rfork.S lib/libc/arch/sh/sys: rfork.S lib/libc/arch/sparc/sys: rfork.S lib/libc/arch/sparc64/sys: rfork.S lib/libc/arch/vax/sys: rfork.S lib/libc/sys : rfork.2 Log message: remove rfork(); ok guenther miod CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/12 06:33:47 Modified files: sys/kern : init_sysent.c syscalls.c sys/sys : syscall.h syscallargs.h Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/04/12 06:37:40 Modified files: gnu/usr.bin/binutils/bfd: elf.c Log message: Don't munge PID and TID together, since the way GDB displays them isn't very helpful. Just provide the TID instead. CVSROOT: /cvs Module name: src Changes by: ariane@cvs.openbsd.org 2012/04/12 06:53:27 Modified files: lib/libc/sys : mmap.2 Log message: mmap(2) updated Add that len=0 will yield failure with EINVAL. While here, rephrase some of the text. Get rid of MAP_SWAP: its future came and went but nothing came of it. Lots of hackroom input; including feedback from jmc. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/12 06:58:38 Modified files: graphics/png : Tag: OPENBSD_5_1 Makefile Added files: graphics/png/patches: Tag: OPENBSD_5_1 patch-pngset_c Log message: Security fix for libpng "png_set_text_2()" Memory Corruption Vulnerability, CVE-2011-3048. ok naddy@ CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2012/04/12 07:05:35 Modified files: faq : current.html Log message: mention landisk gcc4 switch ok miod@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/12 07:31:01 Modified files: textproc/mupdf : Makefile Added files: textproc/mupdf/patches: patch-scripts_fontdump_c Log message: MuPDF has two ways to embed fonts; a stonking great static array which GCC hates and uses 800MB+ to compile, and embedding with .incbin. Switch the port to using .incbin. Fixes out of memory on alpha reported and tested by naddy@, greatly improves build time on arm. The VMEM_WARNING can now be removed. - while there, don't use groff. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/12 07:46:36 Log message: import lua-lgi 0.4 LGI is gobject-introspection based dynamic Lua binding to GObject based libraries. It allows using GObject-based libraries directly from Lua. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20121204 N ports/devel/lua-lgi/Makefile N ports/devel/lua-lgi/distinfo N ports/devel/lua-lgi/pkg/PLIST N ports/devel/lua-lgi/pkg/PFRAG.shared N ports/devel/lua-lgi/pkg/DESCR N ports/devel/lua-lgi/patches/patch-Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/12 07:47:22 Modified files: devel : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/04/12 07:53:03 Log message: Import p5-Math-Random-ISAAC-1.004 The ISAAC algorithm is designed to take some seed information and produce seemingly random results as output. However, ISAAC (Indirection, Shift, Accumulate, Add, and Count) has different goals than other commonly used algorithms. In particular, it's really fast - on average, it requires only 18.75 machine cycles to generate a 32-bit value. This makes it suitable for applications where a significant amount of random data needs to be produced quickly, such solving using the Monte Carlo method or for games. with feedback and tweaks by me committing on behalf of dhill@ OK sthen@ Status: Vendor Tag: dhill Release Tags: gsoares_20120412 N ports/math/p5-Math-Random-ISAAC/Makefile N ports/math/p5-Math-Random-ISAAC/distinfo N ports/math/p5-Math-Random-ISAAC/pkg/PLIST N ports/math/p5-Math-Random-ISAAC/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/04/12 08:00:22 Modified files: regress/sys/kern: Makefile Removed files: regress/sys/kern/rfork: Makefile regress/sys/kern/rfork/kqueue: Makefile kqueue.c regress/sys/kern/rfork/madness: Makefile madness.c regress/sys/kern/rfork/rfcfdg: Makefile rfcfdg.c regress/sys/kern/rfork/rfmem: Makefile rfmem.c regress/sys/kern/rfork/rfmem-stack: Makefile rfmem-stack.c regress/sys/kern/rfork/rfnowait: Makefile rfnowait.c regress/sys/kern/rfork/rfsharefd: Makefile rfsharefd.c Log message: rfork RIP CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/04/12 08:03:32 Modified files: math : Makefile Log message: hook up p5-Math-Random-ISAAC CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/04/12 08:13:03 Modified files: databases/p5-DBD-Pg: Tag: OPENBSD_5_1 Makefile distinfo Log message: Security update to 2.19.0 Fix multiple format string vulnerabilities See https://rt.cpan.org/Public/Bug/Display.html?id=75642 ok jasper@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/12 08:25:57 Modified files: sys/sys : vmmeter.h lib/libc/gen : sysctl.3 lib/libc/sys : __get_tcb.2 kqueue.2 share/man/man9 : fork1.9 Removed files: lib/libc/sys : Lint_rfork.c Log message: more rfork mop-up CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/04/12 08:34:45 Modified files: lib/libarch/amd64: amd64_get_fsbase.2 lib/libarch/i386: i386_get_fsbase.2 i386_get_gsbase.2 Log message: Clarify thread-localness in the wake of rfork's removal CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/04/12 08:40:41 Modified files: sys/kern : sys_process.c Log message: If the "main" thread exits it stays around but unlinks itself from the threads list. Calling TAILQ_NEXT on them is a bad idea and will panic the kernel. So check the P_WEXIT flag and pretend the thread doesn't exist if it is set. Also make PT_GET_THREAD_FIRST return the first thread on the threads list instead of the "main" thread, such that you can actually keep enumerating the threads in this case. ok guenther@, miod@ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/04/12 08:52:18 Modified files: databases/postgresql: Tag: OPENBSD_5_1 Makefile distinfo databases/postgresql/pkg: Tag: OPENBSD_5_1 PLIST-docs Log message: Update to 9.1.3 Fixes for CVE-2012-0866, CVE-2012-0867 and CVE-2012-0868 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/12 08:55:47 Log message: ports/sysutils/entr, from Eric Radman, ok dcoppa@ entr - a utility for running arbitrary commands when files change. Uses kqueue(2) to avoid polling. Reads a list of files provided on STDIN and runs the supplied command if any of them are modified. Status: Vendor Tag: sthen Release Tags: sthen_20121204 N ports/sysutils/entr/Makefile N ports/sysutils/entr/distinfo N ports/sysutils/entr/pkg/PLIST N ports/sysutils/entr/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/12 08:56:09 Modified files: sysutils : Makefile Log message: +entr CVSROOT: /cvs Module name: src Changes by: ariane@cvs.openbsd.org 2012/04/12 08:57:36 Modified files: sys/kern : subr_hibernate.c Log message: hibernate: fix lock/unlock mismatch Unlock missed an 'f', which caused it to unlock the in-use pageqs, rather than the free pageqs as it was supposed to. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/04/12 08:59:19 Modified files: sys/sys : sysctl.h sys/kern : kern_sysctl.c bin/ps : ps.c usr.bin/pkill : pkill.c usr.bin/top : machine.c lib/libkvm : kvm_getprocs.3 kvm_proc2.c Log message: Add per thread accounting, mainly for usage & friends. This expands the already bloated FILL_KPROC macro to take an extra parameter that indicates if the callee is a thread or a process. The userland bits are adjusted accordingly and ps(1) and top(1) now display per thread usage times when -H is used. Also pkill(1) had to be adjusted so that duplicates don't pop up. libkvm does basically the same thing as the kernel bits. Okay guenther@. CVSROOT: /cvs Module name: src Changes by: ariane@cvs.openbsd.org 2012/04/12 08:59:26 Modified files: sys/uvm : uvm_aobj.c Log message: Remove dead UBC code CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/12 09:03:34 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.loongson md.mac68k md.macppc md.mvme68k md.palm md.sgi md.socppc md.sparc md.sparc64 md.zaurus distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/12 09:06:05 Modified files: infrastructure/mk: arch-defines.mk Log message: Oops, unbreak by providing an empty GCC3_ARCHS. CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/04/12 09:09:17 Modified files: net/samba : Tag: OPENBSD_5_0 Makefile distinfo net/samba/patches: Tag: OPENBSD_5_0 patch-Makefile_in Log message: *NASTY* security update to samba-3.5.14: remote code execution as root by anonymous user. https://www.samba.org/samba/security/CVE-2012-1182 OK sthen@ jeremy@ gonzalo@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/12 09:38:29 Modified files: devel/glib2 : Tag: OPENBSD_5_1 Makefile distinfo devel/glib2/pkg: Tag: OPENBSD_5_1 PLIST-main README-main Added files: devel/glib2/files: Tag: OPENBSD_5_1 gio-kqueue.conf devel/glib2/patches: Tag: OPENBSD_5_1 patch-gio_kqueue_kqueue-exclusions_c Log message: Update to the most recent gio-kqueue patch to be able to properly umount monitored removable media. ok sthen@ jasper@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/04/12 09:42:52 Modified files: sys/compat/linux: linux_sched.c Log message: rfork cleanup CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/12 09:45:35 Removed files: lib/libc/gen : alloca.c Log message: Since threads are becoming more common, this "work around the compiler not doing alloca in C using malloc" is unworkable. It is not safe, and we can never use it. ok guenther kurt CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/12 09:46:57 Modified files: lib/libc/stdlib: alloca.3 Log message: alloca is NOT machine dependent; it has exactly the same effective result. its use is NOT discouraged -- it is not common, but when you need it, there is nothing else that will do. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/12 10:14:09 Modified files: lib/libc/arch/alpha/gen: Makefile.inc lib/libc/arch/amd64/gen: Makefile.inc lib/libc/arch/arm/gen: Makefile.inc lib/libc/arch/hppa/gen: Makefile.inc lib/libc/arch/hppa64/gen: Makefile.inc lib/libc/arch/i386/gen: Makefile.inc lib/libc/arch/m68k/gen: Makefile.inc lib/libc/arch/m88k/gen: Makefile.inc lib/libc/arch/mips64/gen: Makefile.inc lib/libc/arch/powerpc/gen: Makefile.inc lib/libc/arch/sparc/gen: Makefile.inc lib/libc/arch/sparc64/gen: Makefile.inc lib/libc/arch/vax/gen: Makefile.inc Log message: alloca.c cannot be used CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/12 10:58:15 Modified files: regress/usr.bin/m4: Makefile Added files: regress/usr.bin/m4: gnueval.m4 gnueval.out gnusofterror.m4 gnusofterror.out Log message: regress tests for moe gm4 compat CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/12 11:00:11 Modified files: usr.bin/m4 : Makefile eval.c extern.h main.c parser.y tokenizer.l Log message: new m4 -g stuff: - expr(`4**3') - include(`hey I am not there') keeps going. work with Baptiste Daroussin, who had the idea but didn't nail all details right. okay otto@, miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/12 11:25:29 Modified files: x11/gnome/anjuta: Makefile Log message: Remove XXX. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/04/12 11:26:09 Modified files: usr.sbin/bgpd : control.c session.c session.h timer.c Log message: accept() pacing for bgpd based on similar work done on other daemons. OK henning@ sthen@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/04/12 11:27:20 Modified files: usr.sbin/bgpd : rde_attr.c Log message: aspath_neighbor() should return the local AS number for empty AS pathes. OK henning@ sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/12 11:29:27 Modified files: x11/gnome/gedit: Makefile Log message: Already SHARED_ONLY. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/12 11:30:48 Modified files: x11/gnome/gedit: Makefile x11/gnome/gedit-plugins: Makefile Log message: --disable-static CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/04/12 11:31:05 Modified files: usr.sbin/bgpd : bgpd.h parse.y rde.c rde_decide.c rde_update.c Log message: The ebgp flags is just a truth value and it is better to not == 1 compares. OK henning@ sthen@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/12 11:31:12 Modified files: x11/afterstep : Makefile x11/afterstep/patches: patch-libAfterBase_configure Added files: x11/afterstep/patches: patch-libAfterImage_configure patch-libAfterStep_asapp_h Log message: * make this build on alpha by removing something that was intended to help it build on alpha... * honor CFLAGS CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/04/12 11:33:43 Modified files: usr.sbin/ldpd : Makefile control.c control.h ldpd.h ldpe.c ldpe.h packet.c Added files: usr.sbin/ldpd : accept.c Log message: accept pacing ldpd way. Since this daemon has multiple listening fds we add them all to a accept queue that does the pacing with the accept_pause() and accept_unpause() calls. With and OK deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/12 11:42:57 Modified files: sys/kern : kern_descrip.c Log message: In this case where dup2() extends the table using fdalloc, the newly selected fd is automatically fd_used(). We need to fd_unused() it, because it will be fd_used() again in finishdup(). spotted by guenther ok miod CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2012/04/12 11:45:22 Modified files: usr.sbin/nginx/src/core: ngx_cycle.c ngx_string.c ngx_string.h usr.sbin/nginx/src/http: ngx_http_core_module.c Log message: use a shared stripping function for chroot and make sure that the path starts with the chroot prefix before doing anything with it CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/12 12:00:14 Modified files: x11/gnome/anjuta: Makefile x11/gnome/empathy: Makefile x11/gnome/screensaver: Makefile Log message: Sanitize CONFIGURE_STYLE. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/12 12:04:26 Log message: gtkspell3-2.99.99. GtkSpell provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget. Right-clicking a misspelled word pops up a menu of suggested replacements. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120412 N ports/textproc/gtkspell3/distinfo N ports/textproc/gtkspell3/Makefile N ports/textproc/gtkspell3/pkg/DESCR N ports/textproc/gtkspell3/pkg/PLIST N ports/textproc/gtkspell3/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/12 12:04:52 Modified files: textproc : Makefile Log message: +gtkspell3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/12 12:05:43 Modified files: textproc/gtranslator: Makefile Log message: Remove XXX and add support for gtkspell. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/12 12:30:43 Modified files: sbin/quotacheck: quotacheck.c Log message: do not downsize a type before calling malloc CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/04/12 13:05:01 Modified files: devel/p5-Time-Clock: Makefile Log message: unbreak TEST_POD. pass it in MAKE_ENV. (no bump needed) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/04/12 13:06:23 Modified files: lib/libc/sys : getdtablecount.2 Log message: tweak previous; CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/12 13:08:46 Modified files: lang/coffeescript: Makefile distinfo lang/coffeescript/pkg: PLIST Log message: - update to 1.3.1 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/04/12 13:13:44 Modified files: share/man/man9 : fork1.9 Log message: sort SEE ALSO; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/04/12 13:20:07 Modified files: lib/libarch/amd64: amd64_get_fsbase.2 lib/libarch/i386: i386_get_fsbase.2 i386_get_gsbase.2 Log message: tweak previous; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/12 14:23:03 Modified files: devel/glib2 : Makefile Removed files: devel/glib2/patches: patch-glib_gmacros_h patch-glib_tests_Makefile_am Log message: Remove oldies... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/12 14:28:47 Modified files: devel/boost : Makefile Log message: bigger than cmake or mysql CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/12 15:00:37 Modified files: x11/rep-gtk : Makefile Added files: x11/rep-gtk/patches: patch-gtktree_defs Log message: make this build on archs where va_list is not a pointer; ok jasper@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/12 16:06:59 Modified files: etc : Makefile Log message: NOOBJ -> zap unneeded ${.CURDIR} for clarity. ok miod@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/04/12 16:15:21 Modified files: lib/libc/sys : getdtablecount.2 Log message: tweak; CVSROOT: /cvs Module name: ports Changes by: matthew@cvs.openbsd.org 2012/04/12 16:27:20 Modified files: devel/jdk/1.7 : Makefile devel/jdk/1.7/patches: patch-jdk_src_share_classes_java_lang_ClassLoader_java Log message: Fix our patch for ClassLoader.loadLibrary(). Make sure that we prefer libfoo.so.10.0 over libfoo.so.9, and fix the regex to prevent false positive matches. ok kurt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/12 17:25:18 Modified files: net/scamper : Makefile distinfo Log message: update to scamper 20111202b, from Matthew Luckie (upstream developer) http://www.wand.net.nz/pipermail/scamper-announce/2012-March/000014.html http://www.wand.net.nz/pipermail/scamper-announce/2012-April/000015.html CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/13 00:22:03 Modified files: devel/boost : Makefile Removed files: devel/boost/patches: patch-boost_config_suffix_hpp Log message: Remove patch no longer necessary now that the compiler has been fixed. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/13 00:24:19 Modified files: multimedia/avidemux/patches: patch-configure_in_in Log message: Cleanups from Brad: - Remove unused OSS patch chunks. - Remove unnecessary patching for AltiVec as --disable-altivec is already used. - Remove the whole chunk for fixing up the opimizations instead of doing CFLAGS=$CFLAGS & CXXFLAGS=$CXXFLAGS after removing the optimization flags CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/04/13 01:03:02 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: clarify "hostname"; from robert peichaer org ok gilles CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/13 01:18:06 Modified files: graphics/tiff : Tag: OPENBSD_5_1 Makefile graphics/tiff/patches: Tag: OPENBSD_5_1 patch-libtiff_tif_getimage_c Added files: graphics/tiff/patches: Tag: OPENBSD_5_1 patch-libtiff_tiffiop_h Log message: Security fix for CVE-2012-1173 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/13 01:57:01 Modified files: x11/gnome/nettool: Makefile distinfo Log message: - update to 3.2.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/13 02:18:18 Modified files: sysutils/ruby-puppet: Tag: OPENBSD_5_1 Makefile distinfo sysutils/ruby-puppet/patches: Tag: OPENBSD_5_1 patch-install_rb patch-lib_puppet_defaults_rb patch-lib_puppet_provider_user_useradd_rb patch-lib_puppet_reference_configuration_rb sysutils/ruby-puppet/pkg: Tag: OPENBSD_5_1 PLIST Log message: - update to 2.7.13, fixes various security issues cve-2012-1906 cve-2012-1986 cve-2012-1987 cve-2012-1988 cve-2012-1989 ok robert@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/13 02:18:31 Modified files: sysutils/ruby-puppet: Makefile distinfo sysutils/ruby-puppet/patches: patch-install_rb patch-lib_puppet_defaults_rb patch-lib_puppet_provider_user_useradd_rb patch-lib_puppet_reference_configuration_rb sysutils/ruby-puppet/pkg: PLIST Log message: - update to 2.7.13, fixes various security issues cve-2012-1906 cve-2012-1986 cve-2012-1987 cve-2012-1988 cve-2012-1989 ok robert@ (MAINTAINER CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/04/13 02:20:15 Modified files: share/man/man5 : dir.5 Log message: Remove 'struct _dirdesc' description and dirfd() macro defintion from dir(5) now that the former is an opaque type within libc and the latter is a proper function. Pointed out by millert; ok jmc, guenther CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/04/13 02:25:37 Modified files: lib/librthread : rthread_sig.c Log message: Add sigwaitinfo and sigtimedwait stubs under #if 0; a bit more kernel support is needed before they can be usefully enabled but I don't want to misplace this diff yet again CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/13 03:12:21 Modified files: security/john : Makefile security/john/patches: patch-src_Makefile Log message: * honor CFLAGS (will also build on alpha now) * drop obsolete patches for i386 a.out * don't require MMX support on i386 ok benoit@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/13 03:38:33 Modified files: sys/kern : uipc_mbuf.c uipc_socket2.c uipc_usrreq.c sys/netinet : ip_icmp.c ip_output.c sys/netinet6 : ip6_output.c Log message: unneccessary casts to unsigned; ok claudio CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/04/13 04:15:49 Modified files: regress/lib/libpthread/include: test.h Log message: Make it easier to compile regress tests on other OSes CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/13 04:47:17 Modified files: etc : Makefile Log message: clean-up release dependency tree, so that release is "MI parallel-make clean" (yeah, the md parts are NOT, not yet). okay miod@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/13 04:56:41 Modified files: x11/xloadimage : Makefile distinfo x11/xloadimage/patches: patch-image_h Removed files: x11/xloadimage/patches: patch-png_c Log message: * maintenance update to 4.1, Debian patch level 17 * fix the integer promotion fix CVSROOT: /cvs Module name: src Changes by: sasano@cvs.openbsd.org 2012/04/13 05:33:12 Modified files: sys/dev/pci : ahci.c Log message: Fix waiting problem at boot on AMD Hudson's AHCI. Ok by mikeb@ and deraadt@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/04/13 05:51:49 Modified files: lang/mono : Makefile distinfo lang/mono/patches: patch-mono_io-layer_processes_c patch-mono_profiler_Makefile_in patch-mono_utils_mono-proclib_c lang/mono/pkg : PLIST Added files: lang/mono/patches: patch-mono_metadata_threadpool_c patch-mono_utils_mono_semaphore_c Log message: update to mono-2.10.8 and remove some old hacks now that we have sem_timedwait() CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/13 06:24:51 Modified files: libexec/spamd : spamd.c Log message: Don't assume that the new conffd is a unset in the fd_set, it could be a recyle of a fd which is still set. ok claudio CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2012/04/13 06:39:28 Modified files: lib/librthread : rthread_sync.c Log message: Per POSIX, PTHREAD_MUTEX_NORMAL type mutexes have undefined behavior for certain conditions. In the case of unlocking an unlocked mutex we will allow that to succeed, all other undefined behaviors will result in an immediate abort(). okay guenther@ CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/04/13 07:06:58 Modified files: devel/p5-Event-ExecFlow: Makefile distinfo Log message: bugfix update to 0.64 zap groff while here. 0.64 Sat Dec 19, 2009, joern Bugfixes: - Accumulated group member errors were not reported to the frontend. - Use Perl's builtin command execution with a subshell instead of forking. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/13 07:20:13 Modified files: misc : Makefile Log message: don't build screen packages, except for brltty. We have tmux CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/04/13 07:42:21 Modified files: misc/mc : Makefile distinfo misc/mc/patches: patch-configure patch-src_subshell_c misc/mc/pkg : PLIST Log message: update to mc-4.8.1.1 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/04/13 07:44:15 Added files: misc/mc/patches: patch-src_filemanager_mountlist_c Log message: add missing patch CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/13 07:47:03 Modified files: misc : Makefile Log message: hook in screen again, don't just remove a popular cross-platform program on whim CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2012/04/13 07:50:37 Modified files: lib/librthread : rthread_mutexattr.c rthread_sync.c Log message: Use PTHREAD_MUTEX_DEFAULT in static init and mutexattr_init. If the default mutex type changes to NORMAL, when there is an uninitialized mutex provided to unlock, allow it to succeed similar to an unlocked mutex. For other cases abort instead of segfault. okay guenther@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/13 07:58:31 Modified files: net/uucp/patches: patch-configure patch-unix_spawn_c patch-unix_tcp_c Log message: regen patches CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/13 08:03:58 Modified files: comms/hylafax/patches: patch-etc_faxaddmodem_sh_in Log message: regen patches CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/13 08:11:22 Log message: extra .xs glue to use mkstemp and mkdtemp directly written by guenther@ about a year ago. discussed with him and millert@ Status: Vendor Tag: guenther Release Tags: mktemp-0_2 N src/gnu/usr.bin/perl/cpan/OpenBSD-MkTemp/MkTemp.xs N src/gnu/usr.bin/perl/cpan/OpenBSD-MkTemp/README N src/gnu/usr.bin/perl/cpan/OpenBSD-MkTemp/lib/OpenBSD/MkTemp.pm N src/gnu/usr.bin/perl/cpan/OpenBSD-MkTemp/t/OpenBSD-MkTemp.t No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/13 08:12:52 Modified files: net/uucp/patches: patch-unix_init_c Log message: include at the top, not inside a function body, which fails on alpha because param.h pulls in all sorts of kernel headers CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/13 08:13:48 Modified files: gnu/usr.bin/perl: MANIFEST Makefile.bsd-wrapper1 Log message: hook in requisite bits for OpenBSD::MkTemp to build and man. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/13 08:14:21 Log message: import ports/net/sslh: from Bjorn Ketelaars, merging in a previous port from fgsch. ok okan@ sslh accepts HTTPS, SSH, OpenVPN, tinc and XMPP connections on the same port. This makes it possible to connect to any of these servers on port 443 (e.g. from inside a corporate firewall, which almost never block port 443) while still serving HTTPS on that port. Status: Vendor Tag: sthen Release Tags: sthen_20121304 N ports/net/sslh/Makefile N ports/net/sslh/distinfo N ports/net/sslh/patches/patch-Makefile N ports/net/sslh/patches/patch-sslh_fork_c N ports/net/sslh/patches/patch-sslh_main_c N ports/net/sslh/patches/patch-sslh_pod N ports/net/sslh/pkg/DESCR N ports