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/net/sslh/pkg/PLIST N ports/net/sslh/pkg/sslh_select.rc N ports/net/sslh/pkg/sslh_fork.rc No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/13 08:14:54 Modified files: net : Makefile Log message: +sslh CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/13 08:21:45 Modified files: net/sslh : Makefile net/sslh/pkg : sslh_fork.rc sslh_select.rc Log message: Tabulate. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/04/13 08:28:41 src/regress/lib/libpthread/spinlock Update of /cvs/src/regress/lib/libpthread/spinlock In directory cvs.openbsd.org:/tmp/cvs-serv17904/spinlock Log Message: Directory /cvs/src/regress/lib/libpthread/spinlock added to the repository CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/04/13 08:38:22 Added files: lib/librthread/arch/hppa64: _atomic_lock.c cerror.S Log message: Provide _atomic_lock() and __cerror() for hppa64. Makes hppa64 build again. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/13 09:03:01 Modified files: graphics/colord: Makefile Log message: Fix localstatedir. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/04/13 09:13:07 Modified files: usr.bin/locate/locate: locate.c Log message: Don't try to mmap a 0-length file. input/ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/13 09:18:07 Log message: Import gdlmm-3.3.2. gdlmm is the C++ binding for the gdl library. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120413 N ports/x11/gnome/gdlmm/Makefile N ports/x11/gnome/gdlmm/distinfo N ports/x11/gnome/gdlmm/pkg/DESCR N ports/x11/gnome/gdlmm/pkg/PLIST N ports/x11/gnome/gdlmm/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/13 09:18:44 Modified files: x11/gnome : Makefile Log message: +gdlmm CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/13 09:40:00 Modified files: x11/nagstamon : Makefile distinfo x11/nagstamon/patches: patch-Nagstamon_Config_py patch-setup_py x11/nagstamon/pkg: PLIST Log message: Update to nagstamon-0.9.9. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/13 10:00:46 Modified files: devel/glib2 : Makefile Added files: devel/glib2/patches: patch-glib_gthread-posix_c Log message: gthread-posix: fix typo in error message ok aja@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/13 10:08:20 Modified files: devel/doxygen : Makefile Added files: devel/doxygen/patches: patch-tmake_lib_openbsd-g++_tmake_conf Log message: don't force -O2, pointed out by aja CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/04/13 10:37:51 Modified files: sys/sys : proc.h ptrace.h sys/kern : kern_exec.c kern_exit.c kern_fork.c kern_sig.c sys_process.c Log message: First stab at making ptrace(2) usable for debugging multi-threaded programs. It implements a full-stop model where all threads are stopped before handing over control to the debugger. Events are reported as before through wait(2); you will have to call ptrace(PT_GET_PROCESS_STATE, ...) to find out which thread hit the event. Since this changes the size of struct ptrace_state, you will have to recompile gdb. ok guenther@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/04/13 10:40:09 Modified files: gnu/usr.bin/binutils/gdb: obsd-nat.c obsd-nat.h Log message: Add support for live debugging of multi-threaded code. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/04/13 10:40:43 Modified files: gnu/usr.bin/binutils/gdb: i386obsd-nat.c Log message: Enable multi-threaded debugging on i386. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/04/13 11:43:25 Modified files: gnu/usr.bin/binutils/gdb: amd64obsd-nat.c Log message: Enable multi-threaded debugging on amd64. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/13 12:09:01 Modified files: sys/arch/sh/include: signal.h sys/arch/sh/sh : sh_machdep.c Log message: Avoid horrible namespace pollution of pulling in for the needs of struct sigcontext; said struct ought to only use simple integer types. Fixes build of groff on landisk. ok pirofti@ (who had a similar diff) CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2012/04/13 13:04:09 Modified files: regress/lib/libpthread: Makefile Log message: Remove suspend_np1 from regress build. CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2012/04/13 13:05:00 Removed files: regress/lib/libpthread/suspend_np1: Makefile suspend_np1.c Log message: Remove suspend_np1 test from regress CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/13 13:12:44 Modified files: sys/kern : uipc_usrreq.c Log message: Do not clamp the file descriptors to the buffer size; that leads to losing them. ok claudio CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/13 13:16:11 Modified files: sys/kern : uipc_usrreq.c Log message: oops, wrong version of diff in previous CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/04/13 13:18:24 Modified files: sys/kern : kern_exit.c Log message: Backout a tiny part of the previous commit. Decrementing ps_singlecount in exit1() is wrong, since single_thread_check() already decrements it and may call exit1() after that. I can't reproduce the hang that this was supposed to fix anyway. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/04/13 13:18:58 Modified files: sys/kern : uipc_usrreq.c Log message: Don't convert a mbuf to a cluster and think the data in the mbuf is still valid after that. Copy the data into a temp buffer and then copy it back into the shiny new cluster. Problem found by deraadt@. Ok deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/04/13 13:20:31 Modified files: sys/kern : sys_process.c Log message: For now, direct the kill signal sent by PT_KILL to the thread that made us stop, just like we do for PT_CONTINUE/PT_STEP. The current code isn't ready for directing signals to other threads yet. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/13 13:22:18 Modified files: sys/kern : uipc_usrreq.c Log message: gc unused function CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/04/13 13:23:32 Modified files: usr.bin/tcpbench: tcpbench.c Log message: Kill "goto again" uppon EINTR and check EWOULDBLOCK in accept(2). Also make the code more similar to the other daemons. "you can go ahead" deraadt@. CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/04/13 14:40:47 Log message: import File::Touch This module updates access and modification timestamps, creating nonexistent files where necessary. In a fashion similar to touch(1). from Abel Abraham Camarillo Ojeda ok sthen merdely gsoares Status: Vendor Tag: okan Release Tags: okan_20120412 N ports/devel/p5-File-Touch/Makefile N ports/devel/p5-File-Touch/distinfo N ports/devel/p5-File-Touch/pkg/DESCR N ports/devel/p5-File-Touch/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/04/13 14:41:47 Modified files: devel : Makefile Log message: +p5-File-Touch CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/13 14:53:19 Modified files: sysutils/freeipmi: Makefile sysutils/freeipmi/patches: patch-libfreeipmi_src_Makefile_in sysutils/freeipmi/pkg: PLIST Added files: sysutils/freeipmi/patches: patch-bmc-config_bmc-autoconfig_Makefile_in patch-libfreeipmi_Makefile_in Log message: set --localstatedir=/var and fix a few file locations, ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/04/13 15:21:10 Modified files: sysutils/conky : Makefile sysutils/conky/patches: patch-src_core_c patch-src_openbsd_c Log message: Fix conky with rthreads. Joint work with kurt@, with input from guenther@. ok benoit@ (maintainer) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/04/14 00:01:42 Removed files: gnu/lib/libf2c : ChangeLog Makefile.bsd-wrapper Makefile.in README TODO aclocal.m4 changes.netlib config.guess config.sub configure configure.in disclaimer.netlib f2c.h f2cext.c g2c.hin install-sh ltcf-c.sh ltconfig ltmain.sh permission.netlib readme.netlib shlib_version gnu/lib/libf2c/libF77: F77_aloc.c Makefile.bsd-wrapper Makefile.in Notice README.netlib Version.c abort_.c c_abs.c c_cos.c c_div.c c_exp.c c_log.c c_sin.c c_sqrt.c cabs.c configure configure.in d_abs.c d_acos.c d_asin.c d_atan.c d_atn2.c d_cnjg.c d_cos.c d_cosh.c d_dim.c d_exp.c d_imag.c d_int.c d_lg10.c d_log.c d_mod.c d_nint.c d_prod.c d_sign.c d_sin.c d_sinh.c d_sqrt.c d_tan.c d_tanh.c derf_.c derfc_.c dtime_.c ef1asc_.c ef1cmc_.c erf_.c erfc_.c etime_.c exit_.c f2ch.add getarg_.c getenv_.c h_abs.c h_dim.c h_dnnt.c h_indx.c h_len.c h_mod.c h_nint.c h_sign.c hl_ge.c hl_gt.c hl_le.c hl_lt.c i_abs.c i_dim.c i_dnnt.c i_indx.c i_len.c i_mod.c i_nint.c i_sign.c iargc_.c l_ge.c l_gt.c l_le.c l_lt.c lbitbits.c lbitshft.c main.c makefile.netlib pow_ci.c pow_dd.c pow_di.c pow_hh.c pow_ii.c pow_qq.c pow_ri.c pow_zi.c pow_zz.c qbitbits.c qbitshft.c r_abs.c r_acos.c r_asin.c r_atan.c r_atn2.c r_cnjg.c r_cos.c r_cosh.c r_dim.c r_exp.c r_imag.c r_int.c r_lg10.c r_log.c r_mod.c r_nint.c r_sign.c r_sin.c r_sinh.c r_sqrt.c r_tan.c r_tanh.c s_cat.c s_cmp.c s_copy.c s_paus.c s_rnge.c s_stop.c setarg.c setsig.c sig_die.c signal1.h signal1.h0 signal_.c system_.c z_abs.c z_cos.c z_div.c z_exp.c z_log.c z_sin.c z_sqrt.c gnu/lib/libf2c/libI77: Makefile.in Notice README.netlib Version.c backspace.c close.c config.h.in configure configure.in dfe.c dolio.c due.c endfile.c err.c f2ch.add fio.h fmt.c fmt.h fmtlib.c fp.h ftell_.c iio.c ilnw.c inquire.c lio.h lread.c lwrite.c makefile.netlib open.c rdfmt.c rewind.c rsfe.c rsli.c rsne.c sfe.c stamp-h.in sue.c typesize.c uio.c util.c wref.c wrtfmt.c wsfe.c wsle.c wsne.c xwsne.c gnu/lib/libf2c/libU77: COPYING.LIB Makefile.in PROJECTS README Version.c access_.c acconfig.h aclocal.m4 alarm_.c bes.c chdir_.c chmod_.c config.hin configure configure.in ctime_.c date_.c datetime_.c dbes.c dtime_.c etime_.c fdate_.c fgetc_.c flush1_.c fnum_.c fputc_.c fstat_.c gerror_.c getcwd_.c getgid_.c getlog_.c getpid_.c getuid_.c gmtime_.c hostnm_.c idate_.c ierrno_.c irand_.c isatty_.c itime_.c kill_.c link_.c lnblnk_.c lstat_.c ltime_.c mclock_.c perror_.c rand_.c rename_.c secnds_.c second_.c sleep_.c srand_.c stamp-h.in stat_.c symlnk_.c sys_clock_.c time_.c ttynam_.c u77-test.f umask_.c unlink_.c vxtidate_.c vxttime_.c gnu/egcs/libf2c: ChangeLog Makefile.bsd-wrapper Makefile.in README TODO changes.netlib configure configure.in disclaimer.netlib f2c.h f2cext.c g2c.hin permission.netlib readme.netlib shlib_version gnu/egcs/libf2c/libF77: F77_aloc.c Makefile.bsd-wrapper Makefile.in Notice README.netlib Version.c abort_.c c_abs.c c_cos.c c_div.c c_exp.c c_log.c c_sin.c c_sqrt.c cabs.c configure configure.in d_abs.c d_acos.c d_asin.c d_atan.c d_atn2.c d_cnjg.c d_cos.c d_cosh.c d_dim.c d_exp.c d_imag.c d_int.c d_lg10.c d_log.c d_mod.c d_nint.c d_prod.c d_sign.c d_sin.c d_sinh.c d_sqrt.c d_tan.c d_tanh.c derf_.c derfc_.c dtime_.c ef1asc_.c ef1cmc_.c erf_.c erfc_.c etime_.c exit_.c f2ch.add getarg_.c getenv_.c h_abs.c h_dim.c h_dnnt.c h_indx.c h_len.c h_mod.c h_nint.c h_sign.c hl_ge.c hl_gt.c hl_le.c hl_lt.c i_abs.c i_dim.c i_dnnt.c i_indx.c i_len.c i_mod.c i_nint.c i_sign.c iargc_.c l_ge.c l_gt.c l_le.c l_lt.c lbitbits.c lbitshft.c main.c makefile.netlib pow_ci.c pow_dd.c pow_di.c pow_hh.c pow_ii.c pow_qq.c pow_ri.c pow_zi.c pow_zz.c qbitbits.c qbitshft.c r_abs.c r_acos.c r_asin.c r_atan.c r_atn2.c r_cnjg.c r_cos.c r_cosh.c r_dim.c r_exp.c r_imag.c r_int.c r_lg10.c r_log.c r_mod.c r_nint.c r_sign.c r_sin.c r_sinh.c r_sqrt.c r_tan.c r_tanh.c s_cat.c s_cmp.c s_copy.c s_paus.c s_rnge.c s_stop.c setarg.c setsig.c sig_die.c signal1.h signal1.h0 signal_.c system_.c z_abs.c z_cos.c z_div.c z_exp.c z_log.c z_sin.c z_sqrt.c gnu/egcs/libf2c/libI77: Makefile.in Notice README.netlib Version.c backspace.c close.c configure configure.in dfe.c dolio.c due.c endfile.c err.c f2ch.add fio.h fmt.c fmt.h fmtlib.c fp.h ftell_.c iio.c ilnw.c inquire.c lio.h lread.c lwrite.c makefile.netlib open.c rawio.h rdfmt.c rewind.c rsfe.c rsli.c rsne.c sfe.c sue.c typesize.c uio.c util.c wref.c wrtfmt.c wsfe.c wsle.c wsne.c xwsne.c gnu/egcs/libf2c/libU77: COPYING.LIB Makefile.in PROJECTS README Version.c access_.c acconfig.h aclocal.m4 alarm_.c bes.c chdir_.c chmod_.c config.hin configure configure.in ctime_.c date_.c datetime_.c dbes.c dtime_.c etime_.c fdate_.c fgetc_.c flush1_.c fnum_.c fputc_.c fstat_.c gerror_.c getcwd_.c getgid_.c getlog_.c getpid_.c getuid_.c gmtime_.c hostnm_.c idate_.c ierrno_.c irand_.c isatty_.c itime_.c kill_.c link_.c lnblnk_.c lstat_.c ltime_.c mclock_.c perror_.c rand_.c rename_.c secnds_.c second_.c sleep_.c srand_.c stamp-h.in stat_.c symlnk_.c sys_clock_.c time_.c ttynam_.c u77-test.f umask_.c unlink_.c vxtidate_.c vxttime_.c Log message: remove libf2c, hasn't been built since it was moved to ports in 2010. ok miod@ espie@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/04/14 01:25:47 Modified files: faq/fr : faq11.html faq15.html faq/pf/fr : filter.html fr : amd64.html ftp.html hackathons.html i386.html index.html translation.html openssh/de : index.html openssh/nl : index.html openssh/ru : features.html ftp.html history.html index.html report.html users.html porting/fr : autoconf.html Added files: openssh/de : specs.html openssh/ru : openbsd.html palmos.html tshirts.html unix.html windows.html Removed files: fr : cvsup.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/14 01:47:56 Modified files: devel/glib2 : Makefile distinfo devel/glib2/pkg: PLIST-main Removed files: devel/glib2/patches: patch-configure_ac patch-gio_Makefile_am patch-glib_gthread-posix_c Log message: Minor update to glib2-2.32.1. Note that some paths in gsettings have been deprecated (/apps/, /desktop/ and /system/) which means that glib-compile-schemas will now complain about them (just a warning). It is up to the application itself to fix its schemas. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/14 01:48:32 Modified files: x11/gtk+3 : Makefile distinfo x11/gtk+3/patches: patch-configure patch-gtk_Makefile_in patch-gtk_gtksettings_c Log message: Minor update to gtk+3-3.4.1. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/04/14 02:47:27 Modified files: sys/kern : uipc_usrreq.c Log message: Revert previous, as it frees an uninitialized pointer ok deraadt@ CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2012/04/14 02:59:53 Modified files: sys/dev/pci : pcidevs Log message: add Radeon Mobility HD 5430 CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2012/04/14 03:00:40 Modified files: sys/dev/pci : pcidevs_data.h pcidevs.h Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/14 03:02:46 Modified files: app/xterm : INSTALL Imakefile MANIFEST Tekproc.c VTPrsTbl.c VTparse.def VTparse.h button.c charproc.c configure.in ctlseqs.ms ctlseqs.txt fontutils.c input.c main.c main.h menu.c misc.c os2main.c ptyx.h screen.c trace.c util.c version.h xcharmouse.h xterm.h xterm.log.html xterm.man xterm_io.h xtermcfg.h xtermcfg.hin app/xterm/package: xterm.spec app/xterm/package/debian: changelog app/xterm/vttests: 16colors.sh 8colors.sh acolors.sh doublechars.sh dynamic.sh dynamic2.sh fonts.sh resize.sh title.sh Log message: Update to xterm 278. Tested by mpi@, shadchin@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/04/14 03:07:42 Modified files: sys/kern : uipc_usrreq.c Log message: Free tmp buffer in case the cluster allocation failed. Found by David Hill. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/04/14 03:21:42 src/lib/libc/asr Update of /cvs/src/lib/libc/asr In directory cvs.openbsd.org:/tmp/cvs-serv10928/asr Log Message: Directory /cvs/src/lib/libc/asr added to the repository CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/04/14 03:24:19 Added files: lib/libc/asr : Makefile.inc asr.c asr.h asr_debug.c asr_private.h asr_resolver.c asr_utils.c async_resolver.3 getaddrinfo_async.c gethostnamadr_async.c getnameinfo_async.c getnetnamadr_async.c getrrsetbyname_async.c hostaddr_async.c res_search_async.c res_send_async.c Log message: Import asr, an experimental async resolver implementation. The idea is to eventually replace the existing resolver with something better. Time to start working on it in tree. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2012/04/14 03:27:27 Modified files: sysutils/gkrellm/gkrellm: Makefile sysutils/gkrellm/gkrellm/patches: patch-src_sysdeps_openbsd_c Log message: Update for rfork removal. Ok sthen@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2012/04/14 03:39:47 Modified files: sys/net : bpf.c if_faith.c if_gif.c if_gre.c if_loop.c if_mpe.c if_pppx.c Log message: Use DLT_LOOP for all tunneling interfaces. Byte order adjustment for bpf was hidden behind bpf_mtap_af() and sizeof(u_int32_t) is used for length of the bpf header. tested by sebastia and mxb at alumni.chalmers.se. ok claudio CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/04/14 03:42:32 Modified files: sys/kern : uipc_usrreq.c Log message: Do not just return in case the provided control buffer is too short since that leaks all the file pointers. Instead make sure that the exit path via restart: -> out: does not free the uninitialized pointer. OK deraadt@ guenther@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/14 03:45:48 Modified files: lib/freetype : ChangeLog Jamfile Makefile README modules.cfg shlib_version lib/freetype/builds: toplevel.mk lib/freetype/builds/mac: FreeType.m68k_cfm.make.txt FreeType.m68k_far.make.txt FreeType.ppc_carbon.make.txt FreeType.ppc_classic.make.txt ftmac.c lib/freetype/builds/unix: configure.ac configure.raw detect.mk ftconfig.in lib/freetype/builds/vms: ftconfig.h lib/freetype/builds/win32/vc2005: freetype.vcproj index.html lib/freetype/builds/win32/vc2008: freetype.vcproj index.html lib/freetype/builds/win32/vc2010: freetype.vcxproj index.html lib/freetype/builds/win32/visualc: freetype.dsp freetype.vcproj index.html lib/freetype/builds/win32/visualce: freetype.dsp freetype.vcproj index.html lib/freetype/builds/wince/vc2005-ce: freetype.vcproj index.html lib/freetype/builds/wince/vc2008-ce: freetype.vcproj index.html lib/freetype/docs: CHANGES VERSION.DLL release lib/freetype/docs/reference: ft2-base_interface.html ft2-basic_types.html ft2-bdf_fonts.html ft2-bitmap_handling.html ft2-bzip2.html ft2-cache_subsystem.html ft2-cid_fonts.html ft2-computations.html ft2-font_formats.html ft2-gasp_table.html ft2-glyph_management.html ft2-glyph_stroker.html ft2-glyph_variants.html ft2-gx_validation.html ft2-gzip.html ft2-header_file_macros.html ft2-incremental.html ft2-index.html ft2-lcd_filtering.html ft2-list_processing.html ft2-lzw.html ft2-mac_specific.html ft2-module_management.html ft2-multiple_masters.html ft2-ot_validation.html ft2-outline_processing.html ft2-pfr_fonts.html ft2-quick_advance.html ft2-raster.html ft2-sfnt_names.html ft2-sizes_management.html ft2-system_interface.html ft2-toc.html ft2-truetype_engine.html ft2-truetype_tables.html ft2-type1_tables.html ft2-user_allocation.html ft2-version.html ft2-winfnt_fonts.html lib/freetype/include/freetype: freetype.h fterrdef.h fterrors.h ftgasp.h ftstroke.h fttypes.h t1tables.h lib/freetype/include/freetype/config: ftconfig.h lib/freetype/include/freetype/internal: autohint.h ftdriver.h ftobjs.h ftpic.h ftrfork.h ftserv.h pshints.h sfnt.h tttypes.h lib/freetype/include/freetype/internal/services: svbdf.h svcid.h svgldict.h svmm.h svpostnm.h svpscmap.h svpsinfo.h svsfnt.h svttcmap.h svttglyf.h lib/freetype/src/autofit: afcjk.c afdummy.c aferrors.h afglobal.c afindic.c aflatin.c aflatin2.c afloader.c afloader.h afpic.c afpic.h aftypes.h afwarp.c lib/freetype/src/base: basepic.c basepic.h ftadvanc.c ftbase.c ftbase.h ftbitmap.c ftcalc.c ftglyph.c ftinit.c ftmac.c ftobjs.c ftoutln.c ftpic.c ftrfork.c lib/freetype/src/bdf: bdf.h bdfdrivr.c bdfdrivr.h bdferror.h bdflib.c lib/freetype/src/bzip2: ftbzip2.c lib/freetype/src/cache: ftcbasic.c ftccmap.c ftcerror.h ftcmanag.c lib/freetype/src/cff: cffdrivr.c cfferrs.h cffgload.c cffload.c cffload.h cffobjs.c cffpic.c cffpic.h cfftypes.h lib/freetype/src/cid: ciderrs.h cidgload.c cidload.c cidobjs.c cidparse.c cidriver.c cidriver.h lib/freetype/src/gxvalid: gxvcommn.c gxvcommn.h gxverror.h gxvfeat.c gxvmod.c gxvmod.h gxvprop.c lib/freetype/src/gzip: ftgzip.c lib/freetype/src/lzw: ftlzw.c lib/freetype/src/otvalid: otverror.h otvmod.c otvmod.h lib/freetype/src/pcf: pcfdrivr.c pcfdrivr.h pcferror.h pcfread.c lib/freetype/src/pfr: pfrdrivr.c pfrdrivr.h pfrerror.h pfrobjs.c lib/freetype/src/psaux: afmparse.c psauxerr.h psauxmod.c psauxmod.h psconv.c psobjs.c t1cmap.c t1decode.c lib/freetype/src/pshinter: pshnterr.h pshpic.c pshpic.h lib/freetype/src/psnames: psmodule.c psnamerr.h pspic.c pspic.h lib/freetype/src/raster: ftraster.c ftrend1.c rasterrs.h rastpic.c rastpic.h lib/freetype/src/sfnt: sfdriver.c sferrors.h sfntpic.c sfntpic.h sfobjs.c ttcmap.c ttcmap.h lib/freetype/src/smooth: ftgrays.c ftsmerrs.h ftsmooth.c ftspic.c ftspic.h lib/freetype/src/tools: apinames.c lib/freetype/src/truetype: ttdriver.c tterrors.h ttgload.c ttinterp.c ttinterp.h ttobjs.c ttobjs.h ttpic.c ttpic.h ttpload.c lib/freetype/src/type1: t1afm.c t1driver.c t1driver.h t1errors.h t1gload.c t1gload.h t1load.c t1objs.c t1objs.h t1parse.c t1tokens.h lib/freetype/src/type42: t42drivr.c t42drivr.h t42error.h t42objs.c t42objs.h t42parse.c lib/freetype/src/winfonts: fnterrs.h winfnt.c winfnt.h Log message: Update to freetype 2.4.9 Another round of fixes to better handle invalid fonts. Many of them are vulnerabilities (see CVE-2012-1126 up to CVE-2012-1144 and SA48320). CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/04/14 03:47:15 Modified files: . : MODULES 3RDPARTY Log message: upate CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/14 03:52:41 Modified files: devel/py-buildbot: Makefile distinfo devel/py-buildbot/pkg: PLIST Log message: Update to buildbot 0.8.6p1. remember to update your master.cfg and run update-master between stop/start.. see http://buildbot.net/buildbot/docs/0.8.6/release-notes.html ok sthen@ Piotr Sikora(Maintainer) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/14 03:55:09 Modified files: devel/py-buildslave: Makefile distinfo Log message: Update to buildslave 0.8.6p1 ok sthen@ Piotr Sikora(Maintainer) CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/04/14 05:46:09 Modified files: usr.sbin/sasyncd: Makefile carp.c conf.y net.c Log message: Add CDIAGFLAGS infrastructure. Fix signed vs unsigned and dup symbol shadow. ok mikeb@ "looks good" deraadt@ CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/04/14 05:47:54 Modified files: usr.sbin/sasyncd: sasyncd.c Log message: Don't return from main with 2 uppon issuing double -c option, print proper usage() message. ok mikeb@ "looks good" deraadt@ CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/04/14 05:50:33 Modified files: usr.sbin/sasyncd: sasyncd.c Log message: Kill useless memset. ok mikeb@ "looks good" deraadt@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/04/14 06:06:13 Modified files: lib/libc/asr : Makefile.inc asr.c asr_private.h Log message: only define DEBUG internally CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2012/04/14 06:07:49 Modified files: lib/libpthread/include: pthread.h lib/librthread : rthread_sync.c Log message: Add new mutex type, PTHREAD_MUTEX_STRICT_NP which checks for application errors similar to PTHREAD_MUTEX_ERRORCHECK, however upon error it aborts. The rational is that many applications don't check the return values on pthread functions and will miss the errors that ERRORCHECK returns. PTHREAD_MUTEX_STRICT_NP will be our default mutex type for awhile okay guenther@ dcoppa@ CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/04/14 06:10:04 Modified files: usr.sbin/sasyncd: net.c Log message: read returns ssize_t not int. ok mikeb@ CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/04/14 06:11:08 Modified files: usr.sbin/sasyncd: Makefile sasyncd.c sasyncd.h Log message: Kill Boehms GC dead. ok mikeb@ sure deraadt@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/04/14 06:11:47 Modified files: lib/libkvm : kvm_proc.c Log message: Need to read in the vmspace to dig out the root of the rb-tree CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/04/14 06:15:21 Modified files: lib/libkvm : kvm_proc2.c Log message: Update to match nprocs-->nprocess/nthreads changes CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/04/14 06:19:27 Modified files: lib/libkvm : kvm_file2.c Log message: Make kvm_getfile2() have a fighting change to work correctly on crash dumps CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/14 06:22:25 Modified files: devel/bison : Makefile devel/bison/patches: patch-src_output_c Log message: retweak the evil bison hack to use our m4. decide anything called "m4" is ours, so that gcc,-java builds consistently again. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/14 07:13:19 Log message: sqlite 3.7.11 library, vendor sources Status: Vendor Tag: sqlite3 Release Tags: sqlite_3_7_11 N src/lib/libsqlite3/addopcodes.awk N src/lib/libsqlite3/mkopcodec.awk N src/lib/libsqlite3/mkopcodeh.awk N src/lib/libsqlite3/sqlite3.pc.in N src/lib/libsqlite3/src/test_rtree.c N src/lib/libsqlite3/src/resolve.c N src/lib/libsqlite3/src/test_thread.c N src/lib/libsqlite3/src/test_hexio.c N src/lib/libsqlite3/src/os_os2.c N src/lib/libsqlite3/src/test_wsd.c N src/lib/libsqlite3/src/test_async.c N src/lib/libsqlite3/src/test_vfstrace.c N src/lib/libsqlite3/src/test_btree.c N src/lib/libsqlite3/src/vdbe.c N src/lib/libsqlite3/src/test_osinst.c N src/lib/libsqlite3/src/test_intarray.c N src/lib/libsqlite3/src/journal.c N src/lib/libsqlite3/src/test_devsym.c N src/lib/libsqlite3/src/hash.h N src/lib/libsqlite3/src/tclsqlite.c N src/lib/libsqlite3/src/lempar.c N src/lib/libsqlite3/src/mutex_w32.c N src/lib/libsqlite3/src/backup.c N src/lib/libsqlite3/src/btree.h N src/lib/libsqlite3/src/alter.c N src/lib/libsqlite3/src/test4.c N src/lib/libsqlite3/src/notify.c N src/lib/libsqlite3/src/test5.c N src/lib/libsqlite3/src/parse.y N src/lib/libsqlite3/src/vacuum.c N src/lib/libsqlite3/src/test_intarray.h N src/lib/libsqlite3/src/btree.c N src/lib/libsqlite3/src/test_stat.c N src/lib/libsqlite3/src/test8.c N src/lib/libsqlite3/src/vdbemem.c N src/lib/libsqlite3/src/wal.h N src/lib/libsqlite3/src/status.c N src/lib/libsqlite3/src/mem3.c N src/lib/libsqlite3/src/test_loadext.c N src/lib/libsqlite3/src/update.c N src/lib/libsqlite3/src/build.c N src/lib/libsqlite3/src/test_syscall.c N src/lib/libsqlite3/src/pcache.h N src/lib/libsqlite3/src/expr.c N src/lib/libsqlite3/src/legacy.c N src/lib/libsqlite3/src/mutex_unix.c N src/lib/libsqlite3/src/wal.c N src/lib/libsqlite3/src/test7.c N src/lib/libsqlite3/src/insert.c N src/lib/libsqlite3/src/vdbe.h N src/lib/libsqlite3/src/memjournal.c N src/lib/libsqlite3/src/vdbeblob.c N src/lib/libsqlite3/src/os_win.c N src/lib/libsqlite3/src/date.c N src/lib/libsqlite3/src/sqliteLimit.h N src/lib/libsqlite3/src/btmutex.c N src/lib/libsqlite3/src/test_quota.h N src/lib/libsqlite3/src/trigger.c N src/lib/libsqlite3/src/test_quota.c N src/lib/libsqlite3/src/malloc.c N src/lib/libsqlite3/src/vdbeInt.h N src/lib/libsqlite3/src/test3.c N src/lib/libsqlite3/src/utf.c N src/lib/libsqlite3/src/test1.c N src/lib/libsqlite3/src/mutex_noop.c N src/lib/libsqlite3/src/rowset.c N src/lib/libsqlite3/src/vdbeapi.c N src/lib/libsqlite3/src/util.c N src/lib/libsqlite3/src/test_onefile.c N src/lib/libsqlite3/src/vdbetrace.c N src/lib/libsqlite3/src/test_init.c N src/lib/libsqlite3/src/mem2.c N src/lib/libsqlite3/src/table.c N src/lib/libsqlite3/src/walker.c N src/lib/libsqlite3/src/test2.c N src/lib/libsqlite3/src/printf.c N src/lib/libsqlite3/src/shell.c N src/lib/libsqlite3/src/mutex.h N src/lib/libsqlite3/src/test_server.c N src/lib/libsqlite3/src/attach.c N src/lib/libsqlite3/src/os_common.h N src/lib/libsqlite3/src/pragma.c N src/lib/libsqlite3/src/callback.c N src/lib/libsqlite3/src/test_pcache.c N src/lib/libsqlite3/src/analyze.c N src/lib/libsqlite3/src/mem1.c N src/lib/libsqlite3/src/test_tclvar.c N src/lib/libsqlite3/src/select.c N src/lib/libsqlite3/src/vdbesort.c N src/lib/libsqlite3/src/loadext.c N src/lib/libsqlite3/src/hash.c N src/lib/libsqlite3/src/test_func.c N src/lib/libsqlite3/src/os_unix.c N src/lib/libsqlite3/src/test_multiplex.h N src/lib/libsqlite3/src/mem0.c N src/lib/libsqlite3/src/global.c N src/lib/libsqlite3/src/test_vfs.c N src/lib/libsqlite3/src/pcache1.c N src/lib/libsqlite3/src/test_fuzzer.c N src/lib/libsqlite3/src/vdbeaux.c N src/lib/libsqlite3/src/hwtime.h N src/lib/libsqlite3/src/pager.h N src/lib/libsqlite3/src/where.c N src/lib/libsqlite3/src/os.c N src/lib/libsqlite3/src/tokenize.c N src/lib/libsqlite3/src/fault.c N src/lib/libsqlite3/src/test_multiplex.c N src/lib/libsqlite3/src/sqlite.h.in N src/lib/libsqlite3/src/test_demovfs.c N src/lib/libsqlite3/src/prepare.c N src/lib/libsqlite3/src/complete.c N src/lib/libsqlite3/src/sqliteInt.h N src/lib/libsqlite3/src/pager.c N src/lib/libsqlite3/src/sqlite3ext.h N src/lib/libsqlite3/src/test6.c N src/lib/libsqlite3/src/mem5.c N src/lib/libsqlite3/src/func.c N src/lib/libsqlite3/src/test_config.c N src/lib/libsqlite3/src/pcache.c N src/lib/libsqlite3/src/fkey.c N src/lib/libsqlite3/src/bitvec.c N src/lib/libsqlite3/src/mutex_os2.c N src/lib/libsqlite3/src/btreeInt.h N src/lib/libsqlite3/src/test_autoext.c N src/lib/libsqlite3/src/vtab.c N src/lib/libsqlite3/src/ctime.c N src/lib/libsqlite3/src/auth.c N src/lib/libsqlite3/src/mutex.c N src/lib/libsqlite3/src/random.c N src/lib/libsqlite3/src/test_mutex.c N src/lib/libsqlite3/src/test_malloc.c N src/lib/libsqlite3/src/os.h N src/lib/libsqlite3/src/test_wholenumber.c N src/lib/libsqlite3/src/delete.c N src/lib/libsqlite3/src/test_backup.c N src/lib/libsqlite3/src/test_superlock.c N src/lib/libsqlite3/src/main.c N src/lib/libsqlite3/src/test9.c N src/lib/libsqlite3/src/test_schema.c N src/lib/libsqlite3/src/test_journal.c N src/lib/libsqlite3/tool/restore_jrnl.tcl N src/lib/libsqlite3/tool/speedtest8inst1.c N src/lib/libsqlite3/tool/mksqlite3c.tcl N src/lib/libsqlite3/tool/shell1.test N src/lib/libsqlite3/tool/lempar.c N src/lib/libsqlite3/tool/lemon.c N src/lib/libsqlite3/tool/speedtest.tcl N src/lib/libsqlite3/tool/spaceanal.tcl N src/lib/libsqlite3/tool/vdbe-compress.tcl N src/lib/libsqlite3/tool/mkopts.tcl N src/lib/libsqlite3/tool/warnings.sh N src/lib/libsqlite3/tool/shell5.test N src/lib/libsqlite3/tool/warnings-clang.sh N src/lib/libsqlite3/tool/mkkeywordhash.c N src/lib/libsqlite3/tool/symbols-mingw.sh N src/lib/libsqlite3/tool/mksqlite3h.tcl N src/lib/libsqlite3/tool/build-shell.sh N src/lib/libsqlite3/tool/opcodeDoc.awk N src/lib/libsqlite3/tool/split-sqlite3c.tcl N src/lib/libsqlite3/tool/speedtest2.tcl N src/lib/libsqlite3/tool/offsets.c N src/lib/libsqlite3/tool/extract.c N src/lib/libsqlite3/tool/mkspeedsql.tcl N src/lib/libsqlite3/tool/shell2.test N src/lib/libsqlite3/tool/tostr.awk N src/lib/libsqlite3/tool/showjournal.c N src/lib/libsqlite3/tool/genfkey.test N src/lib/libsqlite3/tool/soak1.tcl N src/lib/libsqlite3/tool/genfkey.README N src/lib/libsqlite3/tool/getlock.c N src/lib/libsqlite3/tool/showwal.c N src/lib/libsqlite3/tool/speedtest8.c N src/lib/libsqlite3/tool/mksqlite3c-noext.tcl N src/lib/libsqlite3/tool/symbols.sh N src/lib/libsqlite3/tool/omittest.tcl N src/lib/libsqlite3/tool/fragck.tcl N src/lib/libsqlite3/tool/rollback-test.c N src/lib/libsqlite3/tool/shell3.test N src/lib/libsqlite3/tool/mksqlite3internalh.tcl N src/lib/libsqlite3/tool/showdb.c N src/lib/libsqlite3/tool/speedtest16.c N src/lib/libsqlite3/tool/diffdb.c N src/lib/libsqlite3/tool/space_used.tcl N src/lib/libsqlite3/tool/shell4.test N src/lib/libsqlite3/ext/README.txt N src/lib/libsqlite3/ext/fts1/fulltext.c N src/lib/libsqlite3/ext/fts1/fts1.c N src/lib/libsqlite3/ext/fts1/README.txt N src/lib/libsqlite3/ext/fts1/fulltext.h N src/lib/libsqlite3/ext/fts1/ft_hash.c N src/lib/libsqlite3/ext/fts1/fts1_hash.c N src/lib/libsqlite3/ext/fts1/fts1_tokenizer.h N src/lib/libsqlite3/ext/fts1/fts1_porter.c N src/lib/libsqlite3/ext/fts1/tokenizer.h N src/lib/libsqlite3/ext/fts1/fts1.h N src/lib/libsqlite3/ext/fts1/simple_tokenizer.c N src/lib/libsqlite3/ext/fts1/fts1_tokenizer1.c N src/lib/libsqlite3/ext/fts1/ft_hash.h N src/lib/libsqlite3/ext/fts1/fts1_hash.h N src/lib/libsqlite3/ext/fts3/fts3_snippet.c N src/lib/libsqlite3/ext/fts3/fts3_tokenizer.c N src/lib/libsqlite3/ext/fts3/fts3_term.c N src/lib/libsqlite3/ext/fts3/fts3_expr.c N src/lib/libsqlite3/ext/fts3/fts3_icu.c N src/lib/libsqlite3/ext/fts3/README.txt N src/lib/libsqlite3/ext/fts3/fts3_tokenizer1.c N src/lib/libsqlite3/ext/fts3/fts3_hash.c N src/lib/libsqlite3/ext/fts3/mkfts3amal.tcl N src/lib/libsqlite3/ext/fts3/fts3_hash.h N src/lib/libsqlite3/ext/fts3/fts3_test.c N src/lib/libsqlite3/ext/fts3/fts3_aux.c N src/lib/libsqlite3/ext/fts3/fts3.c N src/lib/libsqlite3/ext/fts3/README.tokenizers N src/lib/libsqlite3/ext/fts3/fts3_tokenizer.h N src/lib/libsqlite3/ext/fts3/fts3speed.tcl N src/lib/libsqlite3/ext/fts3/README.content N src/lib/libsqlite3/ext/fts3/README.syntax N src/lib/libsqlite3/ext/fts3/fts3Int.h N src/lib/libsqlite3/ext/fts3/fts3_porter.c N src/lib/libsqlite3/ext/fts3/fts3.h N src/lib/libsqlite3/ext/fts3/fts3_write.c N src/lib/libsqlite3/ext/async/README.txt N src/lib/libsqlite3/ext/async/sqlite3async.h N src/lib/libsqlite3/ext/async/sqlite3async.c N src/lib/libsqlite3/ext/fts2/fts2_hash.c N src/lib/libsqlite3/ext/fts2/README.txt N src/lib/libsqlite3/ext/fts2/fts2.c N src/lib/libsqlite3/ext/fts2/fts2_porter.c N src/lib/libsqlite3/ext/fts2/fts2_icu.c N src/lib/libsqlite3/ext/fts2/fts2_tokenizer1.c N src/lib/libsqlite3/ext/fts2/README.tokenizers N src/lib/libsqlite3/ext/fts2/fts2_tokenizer.h N src/lib/libsqlite3/ext/fts2/fts2_tokenizer.c N src/lib/libsqlite3/ext/fts2/fts2_hash.h N src/lib/libsqlite3/ext/fts2/mkfts2amal.tcl N src/lib/libsqlite3/ext/fts2/fts2.h N src/lib/libsqlite3/ext/rtree/sqlite3rtree.h N src/lib/libsqlite3/ext/rtree/README N src/lib/libsqlite3/ext/rtree/rtree8.test N src/lib/libsqlite3/ext/rtree/rtreeB.test N src/lib/libsqlite3/ext/rtree/viewrtree.tcl N src/lib/libsqlite3/ext/rtree/tkt3363.test N src/lib/libsqlite3/ext/rtree/rtree.h N src/lib/libsqlite3/ext/rtree/rtree3.test N src/lib/libsqlite3/ext/rtree/rtree.c N src/lib/libsqlite3/ext/rtree/rtree5.test N src/lib/libsqlite3/ext/rtree/rtreeA.test N src/lib/libsqlite3/ext/rtree/rtree9.test N src/lib/libsqlite3/ext/rtree/rtree4.test N src/lib/libsqlite3/ext/rtree/rtree6.test N src/lib/libsqlite3/ext/rtree/rtree_util.tcl N src/lib/libsqlite3/ext/rtree/rtree7.test N src/lib/libsqlite3/ext/rtree/rtree_perf.tcl N src/lib/libsqlite3/ext/rtree/rtree2.test N src/lib/libsqlite3/ext/rtree/rtree1.test N src/lib/libsqlite3/ext/icu/icu.c N src/lib/libsqlite3/ext/icu/README.txt N src/lib/libsqlite3/ext/icu/sqliteicu.h No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/14 07:16:40 src/lib/libsqlite3/tsrc Update of /cvs/src/lib/libsqlite3/tsrc In directory cvs.openbsd.org:/tmp/cvs-serv29254/tsrc Log Message: Directory /cvs/src/lib/libsqlite3/tsrc added to the repository CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/14 07:18:17 Added files: lib/libsqlite3/tsrc: parse.c parse.h pthread_stub.c Log message: extra src for us. regen parse.c/parse.h with "lemon", no need to recompile every time. pthread_stub.c might(?) be needed for clean non-pthreads operation (to be checked, the nomutex stuff looks interesting) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/14 07:19:42 Added files: lib/libsqlite3/src: sqlite3.h Log message: include file, mostly from sqlite.h.in, with parts un-autoconf'd since we don't need most of the portability goo CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/14 07:20:28 Added files: lib/libsqlite3 : Makefile shlib_version Log message: OpenBSD compile goo CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/14 07:22:40 Log message: sqlite3 shell, vendor 3.7.11 Status: Vendor Tag: sqlite3 Release Tags: sqlite_3_7_11 N src/usr.bin/sqlite3/shell.c No conflicts created by this import CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/04/14 07:28:00 Modified files: . : plus.html Log message: April 2 to April 8 of plus.html by Steffen Daode Nurpmeso. Tweaks by Ingo Schwarze, Janne Johansson and myself. OK schwarze@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/14 07:30:18 Removed files: lib/libsqlite3/src: parse.y Log message: zap parse.y, it's NOT yacc source code, and otherwise make depend will think parse.[ch] comes from it. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/04/14 07:31:46 Modified files: usr.sbin/smtpd : dns.c Log message: improve readability ok gilles@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/14 07:33:10 Added files: usr.bin/sqlite3: Makefile sqlite3.1 Log message: glue and manpage, which I forgot about CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/14 07:44:36 Modified files: lib/libsqlite3 : Makefile Added files: lib/libsqlite3 : sqlite3.pc Log message: crapola-generated, no need to do it each time. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/14 07:56:46 Modified files: lib/libsqlite3 : sqlite3.pc Log message: oops CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/14 08:03:34 Modified files: lib/libsqlite3 : Makefile Log message: clean-out ALL generated files CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/04/14 08:26:39 Modified files: sys/kern : kern_exit.c Log message: If single threading is active, drirect the SIGKILL signal we send to orphaned traced processes to the active thread, otherwise we will deadlock resulting in an unkillable stopped process. ok guenther@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/04/14 08:26:41 Modified files: sys/arch/amd64/amd64: vm_machdep.c Log message: User area hasn't been double-mapped in a long time CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/14 09:09:56 Modified files: graphics/tiff : Makefile distinfo graphics/tiff/patches: patch-Makefile_in patch-html_Makefile_in patch-libtiff_Makefile_in patch-libtiff_tif_codec_c patch-libtiff_tif_compress_c patch-libtiff_tif_dirinfo_c patch-libtiff_tif_extension_c patch-libtiff_tif_getimage_c patch-libtiff_tif_open_c patch-libtiff_tiffiop_h patch-man_Makefile_in patch-test_Makefile_in graphics/tiff/pkg: PLIST Removed files: graphics/tiff/patches: patch-man_TIFFClose_3tiff patch-man_raw2tiff_1 patch-man_tiffcmp_1 patch-man_tiffsplit_1 patch-tools_tiff2pdf_c Log message: Major update to 4.0.1, which adds BigTIFF support and includes some API changes. Also include upstream fix for CVE-2012-1173. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/14 09:13:30 Modified files: comms/hylafax : Makefile comms/hylafax/patches: patch-configure Added files: comms/hylafax/patches: patch-hfaxd_FileTransfer_c++ graphics/camlimages/patches: patch-src_tiffread_c patch-src_tiffwrite_c x11/xloadimage/patches: patch-tiff_c Log message: fixes for tiff 4.0 API changes; from FreeBSD CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2012/04/14 09:21:33 Modified files: usr.sbin/nginx : CHANGES CHANGES.ru README.OpenBSD usr.sbin/nginx/src/core: nginx.h usr.sbin/nginx/src/http/modules: ngx_http_mp4_module.c usr.sbin/nginx/src/http/modules/perl: nginx.pm Log message: update to 1.0.15 CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/04/14 11:38:19 Modified files: faq : upgrade51.html Log message: ccd is gone for 5.1, RAIDframe is going away for 5.2, both worthy of note here. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/04/14 13:12:38 Modified files: faq : upgrade51.html Added files: faq : upgrade51.patch Log message: populate file lists, add patch file. Tested lightly so far. Advanced users may want to check it over and try it. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/14 14:10:43 Modified files: graphics/shotwell: Makefile distinfo graphics/shotwell/pkg: PLIST Log message: Update to shotwell-0.12.2. ok landry@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/14 14:19:39 Modified files: x11/gnome/screensaver: Makefile distinfo x11/gnome/screensaver/pkg: PLIST Log message: Minor update to gnome-screensaver-3.4.1. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/14 14:24:02 Modified files: graphics/netpbm: Makefile distinfo Log message: update to 10.35.84 (minor bug fixes) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/14 14:33:31 Modified files: graphics/gdk-pixbuf2: Makefile distinfo Log message: Minor update to gdk-pixbuf-2.26.1. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/04/14 21:10:43 Modified files: sbin/ifconfig : ifconfig.c Log message: fix a leak ok krw@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/04/14 21:12:30 Modified files: usr.sbin/relayd: parse.y relayd.c Log message: fix some leaks ok krw@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/04/14 21:25:27 Modified files: usr.sbin/sasyncd: net.c Log message: fix a leak ok krw@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2012/04/15 02:49:05 Modified files: games/xmoto : Makefile distinfo games/xmoto/patches: patch-src_image_tim_png_cpp games/xmoto/pkg: PLIST Added files: games/xmoto/patches: patch-bin_Makefile_am patch-configure_in patch-m4_gettext_m4 patch-src_GameInit_cpp patch-src_Makefile_am patch-src_helpers_System_cpp Removed files: games/xmoto/patches: patch-src_Replay_cpp Log message: - Update to 0.5.9 from Antti Harri, thanks. - Switch MAINTAINER, requested by previous maintainer. ok armani@ (old maintainer) CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/04/15 04:31:00 Modified files: usr.bin/mandoc : mdoc_argv.c mdoc_validate.c Log message: Two bugfixes regarding the -width and -offset macro arguments: 1) They consume the next argument even if it starts with a dash. 2) When -width is the last argument on the line such that the actual width argument is missing, downgrade from a fatal to a non-fatal error, just like for -offset. The formatting still doesn't agree with groff, but at least we don't die any longer. Item 2 was observed and that part of the patch coded by kristaps@, who found lots of instances of this particular formatting error in Mac OSX manuals. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/04/15 04:40:44 Modified files: www/chromium : Makefile www/chromium/patches: patch-content_renderer_render_view_impl_cc Added files: www/chromium/patches: patch-base_debug_debugger_posix_cc patch-base_process_util_openbsd_cc Log message: make sure we use big enough buffers for sysctl(3) CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/04/15 05:14:38 Modified files: usr.bin/mandoc : mandocdb.c Log message: Handle multi-line NAME sections in man(7); from kristaps@. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/15 05:37:41 Modified files: multimedia/avidemux: Makefile Added files: multimedia/avidemux/patches: patch-avidemux_ADM_script_ADM_JSFunctions_cpp Log message: The rfork() system call has been removed. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/04/15 05:54:47 Modified files: usr.bin/mandoc : apropos.c apropos_db.c apropos_db.h Log message: Simplify by not pre-filtering the result vector for satisfied matches: we can do this in the frontend; from kristaps@. CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/04/15 06:12:35 Modified files: usr.sbin/smtpd : runner.c scheduler_ramqueue.c smtpctl.c Log message: Remove dead assignments and newly created unused variables. Found by LLVM/Clang Static Analyzer. ok gilles@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/04/15 06:44:38 Modified files: usr.bin/yacc : reader.c Log message: * Use NULL instead of 0 for pointers * Replace loop with memcpy() in function get_literal() * Style tweak: "for(" -> "for (" From Michael W. Bombardieri ok nicm@ millert@ CVSROOT: /cvs Module name: www Changes by: jsing@cvs.openbsd.org 2012/04/15 06:58:40 Modified files: faq : current.html Log message: Document RAIDframe removal. Based on a diff from Remi Locherer CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/04/15 07:11:13 Modified files: usr.sbin/smtpd : aliases.c Log message: when using aliases, the *real* delivery user is not set on expand nodes which prevents filters / filenames from working from /etc/mail/aliases. in aliases_get() during the rb tree iteration, copy the username to the expand node. diff from Christopher Zimmermann, thankkkks and sorry for the delay CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2012/04/15 07:19:15 Modified files: lang/go/pkg : PLIST Log message: Remove incorrect ${FULLPKGNAME} from PLIST. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/04/15 07:26:14 Modified files: usr.bin/mandoc : mandocdb.c Log message: Clean up code a bit by pushing warnings into a WARNING macro; from kristaps@. This also backs out the realpath(3) changes for now; according to Kristaps, they caused regressions. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/04/15 07:33:24 Modified files: www/chromium : Makefile distinfo Log message: update to 18.0.1025.162 CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2012/04/15 07:37:27 Modified files: lang/go : Makefile lang/go/patches: patch-src_pkg_runtime_sys_openbsd_386_s patch-src_pkg_runtime_sys_openbsd_amd64_s patch-src_pkg_runtime_thread_openbsd_c Log message: Use the __tfork() syscall instead of rfork(), which no longer exists. ok sthen@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/04/15 07:52:59 Modified files: usr.bin/mandoc : Makefile Log message: Call this mandoc 1.12.1. I refrained from merging one patch that i dislike and one that requires additional review, but we are now definitely much closer to 1.12.1 than to 1.12.0. CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/04/15 08:33:50 Modified files: devel/cppcheck : Makefile distinfo Log message: update to cppcheck-1.54 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/04/15 09:08:12 Modified files: lib/libc/asr : async_resolver.3 Log message: tweak previous; CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/15 09:16:52 Modified files: x11/gnome/gnote: Makefile distinfo x11/gnome/gnote/patches: patch-configure x11/gnome/gnote/pkg: PLIST Removed files: x11/gnome/gnote/patches: patch-src_notebuffer_cpp Log message: - update to 0.8.3 CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/04/15 09:23:54 Added files: audio/hgd/patches: patch-Makefile_in Log message: Fix missing CFLAGS exposed by sqlite import. Patch from Nigel Taylor. Thanks CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/15 11:16:27 ports/devel/msp430/msp430mcu/patches Update of /cvs/ports/devel/msp430/msp430mcu/patches In directory cvs.openbsd.org:/tmp/cvs-serv1439/patches Log Message: Directory /cvs/ports/devel/msp430/msp430mcu/patches added to the repository CVSROOT: /cvs Module name: www Changes by: gonzalo@cvs.openbsd.org 2012/04/15 11:37:45 Modified files: . : index.html Log message: Fix Copyright date. OK, sthen@ aja@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/04/15 11:47:00 Modified files: emulators/openmsx: Makefile distinfo emulators/openmsx/patches: patch-build_detectsys_py emulators/openmsx/pkg: PLIST Removed files: emulators/openmsx/patches: patch-build_libraries_py patch-src_video_PNG_cc Log message: Update emulators/openmsx to 0.8.2. While here, respect CXX et al. ok jasper@, MAKE_FLAGS bit ok naddy@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/04/15 12:38:53 Modified files: editors/ht : Makefile distinfo editors/ht/patches: patch-configure Log message: Little update for 'ht', with some fixes: - Fixed loading of 32 bit ELFs - Use wide ncurses if necessars - Show search progress in MiB - [x86] fixed a lot of small bugs - fixed a crash with the "follow" function on invalid addresses in analyser - [x86] AVX updates - [x86] AVX2 - [x86] BMI, BMI2 and TBM instructions - fixed loading of ELF files with no section headers OK, benoit@ (maintainer), edd@, aja@ CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/04/15 13:52:16 Modified files: usr.bin/top : display.c Log message: Move the check for a <0 number of process display_lines to a better place. This makes: This terminal can only display -N processes. a thing of the past. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2012/04/15 14:03:16 Modified files: geo/gpsbabel : Makefile geo/gpsbabel/pkg: PLIST-main PLIST-qt Log message: Add .desktop file for -qt subpackage With the help from landry@, naddy@ and sthen@ OK from sthen@ Maintainer timeout CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/15 14:18:16 Modified files: sys/arch/sgi/conf: GENERIC-IP22 RAMDISK-IP22 Log message: Add option EISAVERBOSE to IP22 kernels CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/15 14:38:10 Modified files: sys/arch/mips64/include: arcbios.h sys/arch/sgi/hpc: hpc.c sys/arch/sgi/localbus: imc.c sys/arch/sgi/sgi: ip22.h ip22_machdep.c Log message: Tell Indy and Challenge S apart. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/15 14:39:36 Modified files: sys/arch/sgi/sgi: ip22_machdep.c Log message: If the dma-usable area changes after autoconf, recompute the buffer count and invoke bufadjust() accordingly. Similar to what sysctl kern.bufcachepercent does. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/15 14:40:39 Modified files: sys/arch/sgi/hpc: hpc.c hpcvar.h if_sq.c wdsc.c zs.c Log message: Provide an hpc_intr_establish() function for hpc subdevices, so they don't need to have knowledge of the underlying interrupt controller. No functional change. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/15 14:42:52 Modified files: sys/arch/sgi/localbus: imc.c imcvar.h Log message: Declare most imc bus_space(9) methods in a visible header; this will be used to make the hpc3 bus_space_tag (similar to the imc one except for the bus_space_barrier method) a global, compile-time known, object; which will in turn help getting glass console to work (pckbc will depend on this). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/15 14:44:52 Modified files: sys/arch/sgi/gio: gio.c sys/arch/sgi/localbus: int.c intreg.h sys/arch/sgi/sgi: eisa_machdep.c Log message: Define symbolic constants for the interrupt controller pin assignments on IP20, IP22 and IP24, and provide the necessary macros to compute interrupt vectors numbers (from the int.c point of view) from given sources. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/15 14:50:32 Modified files: sys/arch/sgi/hpc: hpc.c hpcvar.h Log message: Overhaul hpc child device attachments: - break each hpc1/hpc3 child lists into two lists, one for the onboard devices, and one for the expansion devices. - do not try to attach Indy-only devices (pckbc, haltwo) on Challenge S. - do not duplicate entries for expansion devices, only with different interrupt numbers depending on the system, but instead use a single entry with -1 as the interrupt level, and have the attachment glue figure out which interrupt vector applies, depending upon the system. - on expansion hpc1 (or 1.5) boards, do a minimal bus check to decide whether or not the hardware we are attaching is there, since we currently don't know how to tell E++ (sq only) and GIO32 SCSI (wdsc only) boards apart. This hopefully will get rid of misleading `device not configured' messages. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/15 14:59:22 Modified files: gnu/gcc/gcc/config/sh: sh.md Log message: Use the proper symbol name for __guard in the workaround for the unable to find a register to spill in class 'R0_REGS' ICE when compiling PIC code. Similar to the MI targhooks.c change. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/04/15 15:42:58 Modified files: lib/libc/asr : asr_debug.c Log message: calling getnameinfo here is a bad idea. use inet_ntop. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/04/15 16:25:14 Modified files: lib/libc/asr : asr.c Log message: Create a new resolver for each thread. It will be done differently eventually, but it's enough for now to make the blocking API fully thread-safe without locking. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/15 17:18:50 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/man: mi Log message: sync CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/04/15 18:11:30 Modified files: de : 21.html 22.html 23.html 24.html 25.html 26.html 27.html 28.html 29.html 30.html 31.html 32.html 33.html 34.html 35.html 36.html 37.html 38.html 39.html 40.html 41.html 42.html 43.html 44.html 49.html 50.html 51.html alpha.html amiga.html anoncvs.html arc.html books.html cvsync.html docum.html errata27.html errata28.html errata29.html errata30.html errata31.html errata32.html errata33.html errata34.html errata35.html errata36.html errata37.html errata38.html errata39.html errata40.html errata41.html events.html goals.html hackathons.html items.html mail.html mvme68k.html plat.html pmax.html policy.html porting.html press.html report.html romp.html security.html sgi.html socppc.html sparc.html sparc64.html sun3.html why-cvs.html zaurus.html faq/de : faq10.html faq11.html faq13.html faq15.html faq5.html faq6.html faq7.html faq8.html faq9.html index.html truetype.html upgrade35.html upgrade36.html upgrade37.html upgrade38.html upgrade39.html upgrade40.html upgrade41.html upgrade42.html upgrade43.html upgrade44.html faq/fr : faq15.html faq7.html faq8.html truetype.html fr : cvsync.html events.html index.html items.html hp300/fr : hp300faq.html nl : index.html openbgpd/fr : ftp.html index.html openntpd/fr : ftp.html portable.html openssh/fr : ftp.html index.html portable.html openssh/ru : goals.html history.html index.html report.html tshirts.html papers/fr : index.html porting/de : autoconf.html libraries.html porting/fr : diffs.html ru : hackathons.html Added files: fr : 51.html openssh/ru : java.html macos.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/16 02:07:39 Modified files: math/qhull : Makefile distinfo math/qhull/patches: patch-CMakeLists_txt math/qhull/pkg : PFRAG.shared PLIST Removed files: math/qhull/patches: patch-src_CMakeLists_txt Log message: - update to 2011.1 from wen heping, amitkulz and nigel CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/16 03:21:39 Modified files: infrastructure/mk: bsd.port.mk Log message: strip PORTSDIR (or equivalent) from DESCR the same way we compute PKGPATH. avoids random changes of INDEX depending on where the ports tree is installed and configured. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/16 03:50:17 Modified files: audio/mpd : Makefile audio/mpd/pkg : DESCR Log message: Fix up DESCR: fix mistake with the tremor FLAVOR description and fix capitalisation within the DESCR file. from Brad CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/16 04:04:49 Modified files: devel/glib2 : Makefile Added files: devel/glib2/patches: patch-glib_gmain_c Log message: apply patch from https://bugzilla.gnome.org/attachment.cgi?id=212002, from gnome bug #669260 gmain: block child sources when blocking the parent When blocking a source that has child sources, we need to consider the children blocked as well. Otherwise they will still trigger repeatedly in an inner loop started from the parent source's callback. Fixes download dialog not rendered upon certain mimetypes on midori, see https://bugs.launchpad.net/midori/+bug/780133 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/16 04:08:43 Modified files: www/midori : Makefile distinfo www/midori/patches: patch-wscript www/midori/pkg : PLIST Removed files: www/midori/patches: patch-midori_main_c Log message: Update to midori 0.4.5. See http://mail.xfce.org/pipermail/xfce-announce/2012-April/000153.html CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2012/04/16 04:14:36 Modified files: . : 51.html Log message: introducing iStead, yet another apple thing taking community work, selling it as their own and not giving anything back (ok ok, just a typo fix, thx dyilanci at parta.com.tr) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/16 04:29:53 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCheck.pm Log message: new glue: figure out how to install pkglocatedb on our own (if not already there), and use it to locate unknown objects in the file system. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/16 04:32:05 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCheck.pm Log message: display truely unknown stuff first CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/16 04:55:31 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCheck.pm Log message: use explicit pattern to avoid huge results from pkg_locate we will then have to trim. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/16 05:07:13 Modified files: . : INDEX Log message: regen canonical, making sure PORTSDIR got stripped this time 7519 unzels CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/16 05:47:42 Modified files: devel/glib2/patches: patch-glib_gmain_c Log message: Fix patch header, this was never committed upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/16 05:55:37 Modified files: x11/gnome/libcryptui: Makefile distinfo Log message: Minor update to libcryptui-3.4.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/16 05:56:10 Modified files: misc/gtk3mm-documentation: Makefile distinfo misc/gtk3mm-documentation/pkg: PLIST Log message: Update to gtk3mm-documentation-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/16 05:57:38 Modified files: x11/gnome/libgnome-keyring: Makefile distinfo x11/gnome/libgnome-keyring/pkg: PLIST Log message: Minor update to libgnome-keyring-3.4.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/16 06:00:25 Modified files: x11/gnome/libsecret: Makefile distinfo x11/gnome/libsecret/patches: patch-library_tests_Makefile_in Removed files: x11/gnome/libsecret/patches: patch-library_secret-item_c patch-library_secret-prompt_c patch-library_secret-schemas_c patch-library_secret-service_c patch-library_secret-unstable_h patch-library_secret_h Log message: Update to libsecret-0.2. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/16 06:03:25 Modified files: graphics/blender: Makefile Added files: graphics/blender/patches: patch-source_blender_blenlib_intern_storage_c Log message: just use statvfs() on OpenBSD and skip the misguided attempt to check operating system features with __sparc__; ok pascal@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/16 07:09:26 Modified files: audio/pianobar : Makefile Added files: audio/pianobar/patches: patch-contrib_pianobar_1 patch-src_settings_c patch-src_settings_h patch-src_ui_c Log message: Add option to enable TLS for all actions (not just sending login credentials). Useful to get around GeoIP restrictions. (upstream git commit 35763dea799c96361e288a10eab0fbd16c36e880) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/16 07:14:20 Modified files: www/gtkhtml4 : Makefile distinfo Log message: - update to 4.4.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/16 07:18:32 Modified files: x11/gnome/devhelp: Makefile distinfo Log message: - update to 3.4.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/16 07:23:08 Modified files: x11/gtksourceview3: Makefile distinfo Log message: - update to 3.4.1 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/16 07:27:25 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCheck.pm Log message: supplementary code for Samples CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/04/16 07:32:16 Modified files: usr.sbin/smtpd : parse.y Log message: add missing header needed by str* and mem* functions ok gilles@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/16 07:34:34 Modified files: devel/gsettings-desktop-schemas: Makefile distinfo devel/gsettings-desktop-schemas/pkg: PLIST Log message: - update to 3.4.1 * translation updates CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/16 07:39:34 Modified files: x11/gnome/mousetweaks: Makefile distinfo x11/gnome/mousetweaks/pkg: PLIST Log message: - update to 3.4.1 * translation updates CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/16 07:50:57 Modified files: x11/gnome/desktop: Makefile distinfo Log message: - update to 3.4.1 * translation updates CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/16 08:22:30 Modified files: databases/evolution-data-server: Makefile distinfo databases/evolution-data-server/patches: patch-addressbook_backends_file_e-book-backend-file_c patch-camel_providers_local_camel-maildir-summary_c patch-tests_libedata-cal_Makefile_in databases/evolution-data-server/pkg: PLIST Log message: - update to 3.4.1 * translation updates and bug fixes CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2012/04/16 09:42:56 Modified files: databases/libdbi-drivers: Makefile Log message: Remove the incorrect --with-dbi-incdir configure argument, configure find the dbi includes without this. Ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/16 11:44:38 Modified files: www/pecl-memcache: Makefile distinfo www/pecl-memcache/pkg: PLIST Added files: www/pecl-memcache/patches: patch-memcache_binary_protocol_c patch-memcache_pool_c Removed files: www/pecl-memcache/patches: patch-memcache_pool_h Log message: update to pecl-memcache 3.0.6, ok william@ - 3.0.4 was generating bogus 'delete' commands in some cases; I noticed this when trying to use memcache as a session storage backend with Roundcube webmail - this update fixes this. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/16 12:08:09 Modified files: x11/rxvt-unicode: Makefile Log message: Enable startup-notification support: it's needed by (at least) x11/i3 to start urxvt on designated workspaces ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/16 12:13:05 Modified files: x11/gnome/gucharmap: Makefile distinfo Log message: - update to 3.4.1.1 * translation updates CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/16 12:15:53 Modified files: x11/gnome/gedit: Makefile distinfo Log message: - update to 3.4.1 * translation updates and bugfixes - set REGRESS_IS_INTERACTIVE=x11 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/16 12:21:39 Modified files: x11/gnome/backgrounds: Makefile distinfo Log message: - update to 3.4.1 * translation updates CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/16 12:26:23 Modified files: x11/gnome/system-log: Makefile distinfo Log message: - update to 3.4.1 CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/04/16 12:48:40 Modified files: www/p5-CGI-Session: Makefile distinfo Log message: - update to 4.48 and remove USE_GROFF req.; from wen heping long ago - thanks! ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/16 13:24:29 Modified files: x11/gnome/themes-standard: Makefile distinfo Removed files: x11/gnome/themes-standard/patches: patch-themes_Adwaita_gtk-3_0_gtk-widgets_css Log message: - update to 3.4.1 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/16 13:40:01 Modified files: gnu/usr.bin/ld/rtld: rtld.c Log message: Don't attempt to mmap 0-length bss. CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/04/16 14:13:25 Log message: import p5-Net-Pcap-Reassemble Net::Pcap::Reassemble performs reassembly of fragmented datagrams in libpcap packet capture data returned by the Net::Pcap loop() function. Net::Pcap::Reassemble module supports reassembly of IPv4 and IPv6 fragments. feedback and OK sthen@ Status: Vendor Tag: okan Release Tags: okan_20120416 N ports/net/p5-Net-Pcap-Reassemble/Makefile N ports/net/p5-Net-Pcap-Reassemble/distinfo N ports/net/p5-Net-Pcap-Reassemble/pkg/DESCR N ports/net/p5-Net-Pcap-Reassemble/pkg/PLIST N ports/net/p5-Net-Pcap-Reassemble/patches/patch-t_reassemble_t No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/04/16 14:14:16 Modified files: net : Makefile Log message: +p5-Net-Pcap-Reassemble CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/16 14:28:08 Modified files: x11/gnome/file-roller: Makefile distinfo x11/gnome/file-roller/pkg: PLIST-main Log message: - update to 3.4.1 * translation updates CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/16 14:36:43 Modified files: x11/gnome/screenshot: Makefile distinfo Log message: - update to 3.4.1 * translation updates and bug fixes CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/16 15:08:43 Modified files: sys/arch/mips64/include: arcbios.h Log message: Fix struct arc_param_blk_* layout to not embed pointers, as this messes the layout in 64-bit mode. Found the hard way, of course. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/16 15:10:06 Modified files: www/midori : Makefile www/midori/patches: patch-wscript Log message: Cherrypick a fix for libsoup version detections, from http://git.xfce.org/apps/midori/commit/?id=c7c172f7ffc9316be5954c920654e1deb9f470b7 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/16 15:41:07 Modified files: mail/p5-Mail-SpamAssassin: Makefile Log message: add dep on p5-IP-Country CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/16 15:58:34 Modified files: net/samba : Makefile net/samba/patches: patch-source3_configure_in Added files: net/samba/patches: patch-source3_modules_vfs_default_c patch-source3_smbd_statvfs_c Log message: add patches to samba, from Brad, ok with maintainer, also tested by nigel@ - backport *BSD sys_statvfs() wrapper - tweak autoconf check for cups CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/16 16:17:16 Modified files: sys/arch/sgi/dev: gbe.c gbereg.h sys/arch/sgi/xbow: impact.c impactreg.h odyssey.c odysseyreg.h Added files: sys/arch/sgi/dev: gl.h Log message: Move OpenGL {logic,raster}ops defines to a separate file, to avoid duplicating these among frame buffer drivers. No functional change. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/16 16:23:06 Modified files: sys/arch/mips64/mips64: lcore_access.S sys/arch/sgi/sgi: machdep.c Log message: Move proc0 and trap handler setup before consinit(), but still wait for the initial setup to be complete before switching to our trap handlers. However, change guarded_{read,write}_* to clear BEV in the coprocessor 0 status register, and restore it afterwards, to use our fault handlers within these functions. This makes these functions usable from consinit(). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/16 16:28:15 Modified files: sys/arch/sgi/gio: gio.c gioreg.h giovar.h sys/arch/sgi/sgi: ip22_machdep.c wscons_machdep.c Log message: Improve the way frame buffers are probed to reduce (and hopefully avoid) false positives. Do not look for framebuffers past GIO EXP1, there shouldn't be anything there. Add the console code machinery to attach a glass console on IP22, when the appropriate drivers will exist. On multihead systems, get console framebuffer address (well, sort of) from a completely undocumented interface (knowledge taken from Linux, confirmed to work on a dual-head Indigo 2 here). While there, get frame buffer names from ARCBios whenever possible, to be used in dmesg eventually. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/16 16:31:36 Modified files: sys/arch/sgi/conf: GENERIC-IP22 files.sgi Added files: sys/arch/sgi/gio: newport.c newportreg.h newportvar.h sys/arch/sgi/hpc: pckbc_hpc.c Log message: Drivers for the Indy and Indigo 2 PS/2 keyboard ports, and the ``Newport'' (NG1, XL, XGE) frame buffer. Adapted from NetBSD; newport extended to support underline and fonts wider than 8 pixels, such as the default 12x22 Gallant font. Framebuffer depth computation seems to be wrong on Indy models, to be investigated later (but doesn't prevent text console from working). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/16 16:37:58 Modified files: meta/gnome : Makefile Log message: Bump to 3.4.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/16 16:40:02 Modified files: net/glib2-networking: Makefile distinfo Log message: Minor update to glib2-networking-2.32.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/16 16:52:11 Modified files: devel/libsoup : Makefile distinfo Log message: Bugfix update to libsoup-2.38.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/16 16:56:33 Modified files: devel/glib2/patches: patch-glib_gmain_c Log message: Sync patch; committed upstream (no pkg change) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/16 17:13:59 Modified files: x11/gnome/seahorse: Makefile distinfo Log message: Update to seahorse-3.4.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/16 17:16:52 Modified files: x11/gnome/gvfs : Makefile distinfo x11/gnome/gvfs/patches: patch-metadata_metatree_c x11/gnome/gvfs/pkg: PLIST-main Removed files: x11/gnome/gvfs/patches: patch-daemon_gvfsafpserver_h Log message: Bugfix update to gvfs-1.12.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/16 17:29:07 Modified files: x11/gnome/user-docs: Makefile distinfo x11/gnome/user-docs/pkg: PLIST Log message: Update to gnome-user-docs-3.4.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/16 17:36:07 Modified files: x11/gnome/librsvg: Makefile distinfo x11/gnome/librsvg/pkg: PLIST Log message: Update to librsvg-2.36.1. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/04/16 17:40:10 Added files: devel/glib2/patches: patch-configure_ac Log message: Unbreak if x11/gnustep/base is installed. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 01:52:20 Modified files: devel/vte3 : Makefile distinfo Log message: - update to 0.32.1 * bug fixes CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 01:52:37 Modified files: x11/gnome/terminal: Makefile distinfo Log message: - update to 3.4.1.1 * translation updates CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 01:56:56 Modified files: x11/gnome/totem-pl-parser: Makefile distinfo x11/gnome/totem-pl-parser/pkg: PLIST Log message: - update to 3.4.1 * bug fixes CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/04/17 01:58:47 Modified files: sys/dev : midi.c Log message: Output interrupts are raised when the uart is ready for output, which obviously can occur after the transfer complete. In this case, don't print a warning (if MIDI_DEBUG defined) and don't attempt to stop the transfer twice. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 02:03:31 Modified files: net/telepathy/folks: Makefile distinfo net/telepathy/folks/pkg: PLIST-main Log message: - update to 0.6.9 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 02:03:44 Modified files: x11/gnome/gcalctool: Makefile distinfo Log message: - update to 6.4.1.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 02:12:30 Modified files: x11/gnome/at-spi2-core: Makefile distinfo Log message: - update to 2.4.1 * bugfixes CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 02:12:39 Modified files: x11/gnome/orca : Makefile distinfo Log message: - update to 3.4.1 * loads of bugfixes and translation updates CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 02:13:38 Modified files: x11/gnome/system-monitor: Makefile distinfo Removed files: x11/gnome/system-monitor/patches: patch-src_procproperties_cpp Log message: - update to 3.4.1 * bug fixes and translation updates CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 02:14:58 Modified files: x11/gnome/eog : Makefile distinfo x11/gnome/eog/pkg: PLIST Log message: - update to 3.4.1 * translation updates CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 02:17:45 Modified files: x11/gnome/vino : Makefile distinfo Log message: - update to 3.4.1 * translation updates CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 02:19:01 Modified files: x11/gnome/vinagre: Makefile distinfo Log message: - update to 3.4.1 * bug fixes and translation updates CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 02:27:04 Modified files: x11/gnome/yelp-tools: Makefile distinfo Log message: - update to 3.4.1 * bug fixes CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 02:27:06 Modified files: x11/gnome/yelp-xsl: Makefile distinfo Log message: - update to 3.4.1 * translation updates CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 02:27:08 Modified files: x11/gnome/yelp : Makefile distinfo Log message: - update to 3.4.1 * translation updates CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 02:41:57 ports/x11/gnome/devel-docs/patches Update of /cvs/ports/x11/gnome/devel-docs/patches In directory cvs.openbsd.org:/tmp/cvs-serv16669/patches Log Message: Directory /cvs/ports/x11/gnome/devel-docs/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 02:42:25 Modified files: x11/gnome/devel-docs: Makefile distinfo x11/gnome/devel-docs/pkg: PLIST Added files: x11/gnome/devel-docs/patches: patch-accessibility-devel-guide_Makefile_in Log message: - update to 3.4.1 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/17 02:51:24 Modified files: sbin/wsconsctl : util.c sys/dev/wscons : wsconsio.h Log message: Add type numbers for upcoming sgi work, forgotten during newport(4) import. CVSROOT: /cvs Module name: src Changes by: landry@cvs.openbsd.org 2012/04/17 03:23:14 Modified files: sys/arch/sgi/sgi: machdep.c Log message: Add sgi_cpuspeed() setting HW_CPUSPEED sysctl node. Tested on SGI Fuel. ok miod@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/17 03:31:48 Modified files: infrastructure/mk: bsd.port.mk Log message: handle modbuild (perl module) stuff similarly to what gnu does. there's no actual reason not to do it. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/17 03:34:15 Modified files: usr.bin/make : parse.c Log message: this error message was impossible to understand without the source code. be slightly more verbose and really explain what's going on. okay millert@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 04:48:01 Modified files: x11/gnome/settings-daemon: Makefile distinfo x11/gnome/settings-daemon/patches: patch-configure patch-plugins_Makefile_in Log message: - update to 3.4.1 * bug fixes and translation updates CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 04:51:11 Modified files: x11/gnome/byzanz: Makefile distinfo x11/gnome/byzanz/pkg: PLIST Log message: - update to a newer git clone, which includes fixes for various deprecations. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 05:02:32 Modified files: x11/gnome/controlcenter: Makefile distinfo x11/gnome/controlcenter/patches: patch-configure patch-panels_common_Makefile_in patch-panels_printers_pp-new-printer-dialog_c patch-panels_user-accounts_Makefile_in Log message: - update to 3.4.1 * bug fixes and translation updates CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/17 05:09:16 Modified files: gnu/usr.bin/cc/libgcc: Makefile Log message: Explicitely request -fno-stack-protector on sh when building the unwinder, for unwind-dw2.c fails to build otherwise. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/17 05:10:33 Modified files: gnu/gcc/gcc/config/sh: sh.c Log message: Do not disable the stack protector by default anymore. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 05:48:43 Modified files: x11/gnome/online-accounts: Makefile distinfo x11/gnome/online-accounts/pkg: PLIST Log message: - update to 3.4.1 * bug fixes and translation updates CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 06:20:21 Modified files: devel/msp430/binutils: Makefile distinfo Log message: - update binutils to 2.21.1a for LTS 20120406 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 06:20:46 Modified files: devel/msp430/gcc: Makefile distinfo devel/msp430/gcc/patches: patch-gcc_Makefile_in patch-libgcc_Makefile_in patch-libiberty_Makefile_in devel/msp430/gcc/pkg: PLIST Added files: devel/msp430/gcc/patches: patch-libquadmath_Makefile_in Log message: - update gcc to 4.6.3 for LTS 20120406 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 06:21:16 Modified files: devel/msp430/gdb: Makefile distinfo Log message: - update gdb to 7.2a for LTS 20120406 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 06:21:36 Modified files: devel/msp430/libc: Makefile distinfo devel/msp430/libc/pkg: PLIST Log message: - update libc to 20120224 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 06:22:02 Modified files: devel/msp430/msp430mcu: Makefile distinfo devel/msp430/msp430mcu/pkg: PLIST Added files: devel/msp430/msp430mcu/patches: patch-scripts_install_sh Log message: - update msp430mcu to 20120406 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 06:23:10 Modified files: devel/msp430 : Makefile.inc Log message: sync MASTER_SITES for new LTS patches CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 06:25:01 Modified files: devel/msp430 : Makefile.inc meta/msp430 : Makefile Log message: - bump meta-package to 20120406 and add reminder comment CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/17 06:34:46 Modified files: x11/gnome/keyring: Makefile distinfo Log message: Update to gnome-keyring-3.4.1. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 06:46:17 Modified files: devel/msp430 : Makefile.inc devel/msp430/binutils: Makefile devel/msp430/gcc: Makefile devel/msp430/gdb: Makefile devel/msp430/libc: Makefile devel/msp430/msp430mcu: Makefile Log message: move NO_REGRESS and SEPARATE_BUILD into Makefile.inc CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/04/17 07:00:28 Modified files: www/nginx : Makefile distinfo Log message: SECURITY UPDATE to nginx-1.0.15 resolves: CVE-2012-2089 - Buffer overflow in the ngx_http_mp4_module OK sthen@ jasper@ william@ CVSROOT: /cvs Module name: ports Changes by: mpi@cvs.openbsd.org 2012/04/17 07:00:43 Modified files: devel/py-setproctitle: Makefile distinfo Added files: devel/py-setproctitle/patches: patch-Makefile Log message: Update to py-setproctitle 1.1.5 and add a python3 flavor. ok rpointel@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 07:01:56 Modified files: devel/msp430 : Makefile.inc devel/msp430/binutils: Makefile devel/msp430/gcc: Makefile devel/msp430/gdb: Makefile devel/msp430/libc: Makefile devel/msp430/msp430mcu: Makefile Log message: - use ${TARGET} where applicable - move PATCHFILES to Makefile.inc - add TOOL, TOOL_V and LTS_V and use where applicable CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/04/17 07:04:34 Modified files: www/nginx : Tag: OPENBSD_5_1 Makefile distinfo Log message: MFC: SECURITY UPDATE to nginx-1.0.15 resolves: CVE-2012-2089 - Buffer overflow in the ngx_http_mp4_module CVE-2012-1180 - Memory disclosure with specially crafted backend responses OK sthen@ jasper@ william@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 07:07:36 Modified files: devel/msp430 : Makefile.inc devel/msp430/binutils: Makefile devel/msp430/gcc: Makefile devel/msp430/gdb: Makefile devel/msp430/libc: Makefile devel/msp430/msp430mcu: Makefile Log message: shrink Makefiles a bit further CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 07:10:58 Modified files: devel/msp430 : Makefile.inc devel/msp430/libc: Makefile devel/msp430/msp430mcu: Makefile Log message: handle PATCHFILES better CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/17 07:12:28 Log message: import ports/lang/railo, ok gsoares@ Railo is a high-performance open-source CFML engine. It has good compatibility with other CFML engines. Most sites can be ported to Railo with very little effort and all of the major CFML frameworks support Railo out of the box. Railo will very probably run your sites faster than any other CFML engine, allowing you to handle more load and to provide a better experience for end users. Status: Vendor Tag: sthen Release Tags: sthen_20121704 N ports/lang/railo/Makefile N ports/lang/railo/distinfo N ports/lang/railo/pkg/PLIST N ports/lang/railo/pkg/README N ports/lang/railo/pkg/DESCR N ports/lang/railo/patches/patch-WEB-INF_web_xml No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/17 07:12:50 Modified files: lang : Makefile Log message: +railo CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 07:15:23 Removed files: x11/gnome/byzanz: Makefile distinfo x11/gnome/byzanz/patches: patch-configure_ac x11/gnome/byzanz/pkg: DESCR PLIST Log message: remove byzanz, this hasn't seen a real release in a while and recordmydesktop does a better job at it anyway. prompted by and ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 07:15:30 Modified files: x11/gnome : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 07:27:17 Modified files: devel/msp430 : Makefile.inc devel/msp430/gcc/pkg: PLIST Log message: - fix PLIST after recent changes CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 07:29:24 Modified files: devel/glib2 : Makefile Added files: devel/glib2/patches: patch-gio_gresource_c Log message: apply patch from upstream git to fix resources on big endian architectures ok aja@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/04/17 08:08:46 Modified files: mail/p5-Email-MIME: Makefile distinfo mail/p5-Email-MIME/pkg: PLIST Log message: Update to 1.910 from David Hill with tweaks by me, maintainer timeout CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/17 08:53:47 Modified files: sbin/wsconsctl : util.c Log message: typo CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/17 09:10:11 Modified files: lib/librthread : rthread_cancel.c rthread_libc.c Log message: Remove "#define _POSIX_THREADS" line before include . The latter contains "#define _POSIX_THREADS 1" which makes gcc 2.95 complain. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/17 09:22:04 Modified files: sys/arch/sgi/hpc: hpc.c hpcvar.h sys/arch/sgi/localbus: int.c intvar.h Log message: Infrastructure to allow an interrupt handler to request its interrupt to be temporarily disabled (and then reenabled later). Will be necessary for the next driver commit. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/17 09:23:01 Modified files: sys/arch/sgi/conf: GENERIC-IP22 Added files: sys/arch/sgi/hpc: panel.c Log message: panel@hpc: driver for the power button on IP22/IP24, and the volume buttons where applicable (i.e. Indy only). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/17 09:36:55 Modified files: sys/arch/sgi/conf: GENERIC-IP22 RAMDISK-IP22 sys/arch/sgi/gio: files.gio Added files: sys/arch/sgi/gio: light.c lightreg.h lightvar.h Log message: Driver for the ``Entry'' LG1 frame buffer found on low-range Indigo systems only. Ported from NetBSD, not tested due to lack of hardware, hopefully it will be working as intended (fingers crossed) CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/04/17 10:02:33 Modified files: sys/arch/amd64/amd64: cpu.c genassym.cf sys/arch/amd64/include: cpu.h frameasm.h Log message: Don't try to cache the CPU's FS.base, as userland can make it a lie by setting %fs, resulting in it not getting restored properly later ok mikeb@ deraadt@ CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2012/04/17 10:05:05 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: ports Changes by: jasper@cvs.openbsd.org 2012/04/17 12:12:38 Modified files: devel/msp430/gcc: Makefile Log message: fix MASTER_SITES CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/04/17 12:23:44 Modified files: gnu/usr.bin/binutils/gdb: sparc64obsd-nat.c Log message: Enable multi-threaded debugging on sparc64. CVSROOT: /cvs Module name: src Changes by: ariane@cvs.openbsd.org 2012/04/17 14:22:52 Modified files: sys/uvm : uvm_map.c Log message: uvmspace_exec: Remove disfunctional "optimization". The optimization goes through great lengths to use less optimized code paths in place of the simple path, where the latter is actually faster. ok tedu, guenther CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/17 16:06:33 Modified files: sys/arch/sgi/hpc: files.hpc sys/arch/sgi/conf: GENERIC-IP22 RAMDISK-IP22 Added files: sys/arch/sgi/hpc: wskbdmap_sgi.c z8530kbd.c z8530ms.c Log message: Drivers for the SGI Indigo serial keyboard and mouse (not PS/2 devices). From NetBSD. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/04/17 17:17:53 Modified files: sys/kern : kern_sysctl.c sys/sys : sysctl.h bin/ps : ps.c usr.bin/top : machine.c lib/libkvm : kvm_proc2.c Log message: Make it optional for kvm_getprocs() (and related sysctl) to return thread information. Add a KERN_PROC_SHOW_THREADS flag that has to be set in order to get the thread info and make it off by default. This creates backwards compatibility for applications that relied on a given size/number of items to be returned. Modify ps(1) and top(1) accordingly. Okay guenther@. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/17 19:41:41 Modified files: usr.bin/mandoc : mandocdb.c Log message: backout non-portable code CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2012/04/17 21:41:56 Modified files: devel/jdk/1.7 : Makefile distinfo Log message: Update to 7u3 which fixes numerous security problems. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/18 02:18:33 Modified files: x11/gnome/session: Makefile distinfo Log message: - update to 3.4.1 * bug fixes and translation updates CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/18 02:25:59 Modified files: x11/gnome/panel: Makefile distinfo x11/gnome/panel/pkg: PLIST Log message: - update to 3.4.1 * translation updates CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/18 02:30:28 Modified files: x11/gnome/nautilus: Makefile distinfo x11/gnome/nautilus/pkg: PLIST Log message: - update to 3.4.1 * various bug fixes CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/18 02:41:58 Modified files: devel/gobject-introspection: Makefile distinfo Log message: - update to 1.32.1 * various bugfixes CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/18 03:36:03 Log message: import ports/devel/p5-Term-Size, ok pea@ Term::Size is a Perl module which provides a straightforward way to get the size of the terminal (or window) on which a script is running. Status: Vendor Tag: sthen Release Tags: sthen_20121804 N ports/devel/p5-Term-Size/distinfo N ports/devel/p5-Term-Size/Makefile N ports/devel/p5-Term-Size/pkg/DESCR N ports/devel/p5-Term-Size/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/18 03:36:26 Modified files: devel : Makefile Log message: +p5-Term-Size CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/04/18 03:41:33 Modified files: devel/wcb : Makefile distinfo Log message: Update to wcb 3.4. ok landry@ CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/04/18 03:42:19 Modified files: devel/mentry : Makefile distinfo Log message: Update to mentry 3.6. ok landry@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/18 03:49:40 Log message: import ports/net/icli, improvements suggested by & ok pea@ Command line interface to a local Icinga server (mostly compatible with Nagios), featuring: - Listing of service/host states, check queue or downtimes - Detailed service/host info - Scheduling of service rechecks, acknowledging of problems - Detailed filtering (host/group/service name, state, acknowledged, etc.) Flavors: (default): use file locations for Icinga nagios: use file locations for Nagios Status: Vendor Tag: sthen Release Tags: sthen_20121804 N ports/net/icli/Makefile N ports/net/icli/distinfo N ports/net/icli/pkg/PLIST N ports/net/icli/pkg/DESCR N ports/net/icli/patches/patch-bin_icli N ports/net/icli/patches/nagios-bin_icli No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/18 03:50:44 Modified files: net : Makefile Log message: +icli +icli,nagios CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/18 04:46:07 Modified files: net/transmission: Makefile distinfo net/transmission/patches: patch-configure net/transmission/pkg: PLIST-gtk Removed files: net/transmission/patches: patch-libtransmission_natpmp_c patch-third-party_miniupnp_miniwget_c Log message: update to 2.51; tested by various CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/18 04:56:55 Modified files: sys/arch/sgi/localbus: imc.c Log message: Reading the IMC bus arbitration register is not reliable, at least on IP20, and can return completely bogus values; writing these values back to the register can have unexpected and hilarious side effects, such as disabling the frame buffer. Workaround this `feature' by reading the register in a loop until we read twice the same value, and the value looks legit; then cache this value in a global variable and handle the register from now on, as a write-only register. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/18 04:59:45 Modified files: sys/arch/sgi/gio: gio.c Log message: Do not mistake GR2 boards for GIO boards, as what could be a GIO product identifier is actually the first word of the boards' shared ram, and might have a legit value. Be sure to probe for the signature register before deciding we have found a GIO board. While there, if we have a glass console attached, don't bother probing it again at autoconf time, since we have already identified it. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/18 05:01:55 Modified files: sys/arch/sgi/localbus: int.c intvar.h sys/arch/sgi/conf: GENERIC-IP22 RAMDISK-IP22 Added files: sys/arch/sgi/gio: grtwo.c grtworeg.h grtwovar.h Log message: Driver for the GR2 family of frame buffers (Elan, XZ...). Based upon the NetBSD driver, with the infinite loops removed, the negative heights fixed, and the explicit delay() calls removed. And support for fonts wider than 8 pixels. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/18 05:30:01 Modified files: sys/arch/sgi/hpc: zs.c Log message: One more routine needed to cope for CTS and DCD being inverted on IP20. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/04/18 07:01:29 Modified files: sbin/iked : iked.conf.5 Log message: undo an error introduced by myself in previous; spotted by Sebastian Rother CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/04/18 07:24:21 Modified files: databases/percona-toolkit: Makefile distinfo databases/percona-toolkit/patches: patch-bin_pt-mysql-summary patch-bin_pt-summary databases/percona-toolkit/pkg: PLIST Log message: Update to 2.1.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/18 08:10:29 Modified files: net/icli : Makefile Log message: missing dep on devel/p5-Time-TimeDate, pointed out by Simon Kuhnle CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/04/18 08:25:29 Modified files: security/p5-IO-Socket-SSL: Makefile distinfo Log message: update p5-IO-Socket-SSL to 1.66 OK bluhm@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/18 08:42:17 Modified files: sbin/pfctl : pfctl.c Log message: not (unsigned); ok henning CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/04/18 08:44:56 Modified files: security/p5-GnuPG: Makefile distinfo Log message: update p5-GnuPG to 0.19 changes: * POD typo fix. (patch by Salvatore Bonaccorso) [RT72600] * Don't use deprecated shared memory mode (patch by Adam Benjamin) * Log format. (pointed out by Adam Benjamin) * command output parsing for newer gnupg (patch by Adam Benjamin) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/18 08:54:57 Modified files: www/chive : Makefile distinfo Log message: bugfix update to chive 1.0.3 including security issue; #911194 Unable to automatically insert auto_increment values #911297 Incorrect displaying of HTML text in in-line edition mode #918163 Fieldnames don´t appear on csv export with selected rows #918363 The Server Information box does not include Chive Version #911136 Security vulnerability fix (fix committed in http://bazaar.launchpad.net/~fusonic/chive/1.0/revision/417, bug report is hidden - missing html escaping in table names etc) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/18 09:39:30 Modified files: www/epiphany : Makefile distinfo www/epiphany/pkg: PLIST Log message: - update to 3.4.1 * bug fixes and translation updates CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/18 11:18:10 Modified files: sys/arch/sgi/gio: devlist2h.awk Log message: Put decent prefixes in the symbolic constants for GIO IDs in the generated files, for them to become useful. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/18 11:18:50 Modified files: sys/arch/sgi/gio: giodevs Log message: Apparently, the Indigo 2 Impact GIO boards finally provide a real GIO ID register. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/18 11:19:07 Modified files: sys/arch/sgi/gio: giodevs.h giodevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/18 11:20:54 Modified files: sys/arch/sgi/gio: grtwo.c Log message: Don't attach a wsdisplay if not the console device, for part of the device is disabled, and nothing shows up on the monitor in this case. To be investigated later. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/18 11:22:40 Modified files: net/telepathy/folks: Makefile distinfo Log message: - update to 0.7.0 * various bug fixes CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/18 11:28:24 Modified files: sys/arch/sgi/sgi: wscons_machdep.c sys/arch/sgi/xbow: files.xbow sys/arch/sgi/conf: GENERIC-IP22 RAMDISK-IP22 files.sgi sys/arch/sgi/gio: files.gio gio.c Added files: sys/arch/sgi/dev: impact.c impactreg.h impactvar.h sys/arch/sgi/xbow: impact_xbow.c sys/arch/sgi/gio: impact_gio.c Removed files: sys/arch/sgi/xbow: impact.c impactreg.h impactvar.h Log message: Split the existing impact@xbow attachment into generic impact routines, and bus-specific attachment; impactreg.h and impactvar.h move from sgi/xbow/ to sgi/dev/. Teach the generic impact code how to code with pre-ImpactSR boards, which have a slightly different register layout (information obtained from Peter Fuerst's Linux IP28 patches). Add an impact@gio attachment (unfortunately untested, no Impact GIO boards here). All Indigo 2 graphics options should be supported now (assuming the Extreme/Ultra will actually work with grtwo(4) out of the box). Tested not to disturb operation on IP30. ** ATTENTION! If you are building IP27 or IP30 kernels, be sure to rm impact.d ** before building a new kernel. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/04/18 11:35:44 Modified files: . : 51.html Log message: fix typos CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/18 12:01:56 Modified files: share/man/man4/man4.sgi: Makefile gio.4 hpc.4 impact.4 intro.4 zs.4 Added files: share/man/man4/man4.sgi: grtwo.4 light.4 newport.4 panel.4 Log message: Document recent work CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/18 12:13:12 Modified files: distrib/notes/sgi: hardware prep Log message: update here too CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/18 12:15:44 Modified files: libexec/spamd : spamd.c Log message: merge some whitespace changes before bigger changes CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/04/18 12:41:22 Modified files: lang/gcc/4.6 : gcc4.port.mk Log message: Enhance this module to provide ${MODGCC4_CPPLIBDEP} and ${MODGCC4_CPPWANTLIB}. ok robert@ CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2012/04/18 12:55:11 Modified files: . : 51.html Log message: List some softraid(4) improvements CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/04/18 13:03:32 Modified files: . : 51.html Log message: links to man pages CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/04/18 13:51:33 Modified files: sysutils/ncdu : Makefile distinfo Log message: Little update for ncdu: * Use hash table to speed up hard link detection * Added read-only option (-r) * Use KiB instead of kiB (#3399279) Tested on i386. USE_GROFF is not needed. OK jasper@, aja@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/04/18 13:53:49 Modified files: gnu/usr.bin/binutils/gdb: ppcobsd-nat.c Log message: Enable multi-threaded debugging on powerpc. CVSROOT: /cvs Module name: www Changes by: gonzalo@cvs.openbsd.org 2012/04/18 14:17:48 Modified files: . : 51.html Log message: Fix typos and links. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/18 14:18:43 Modified files: lang/clojure : Makefile distinfo lang/clojure/files: clj_completions lang/clojure/pkg: PLIST Log message: - update clojure to 1.4.0 * many changes, please refer to the changelog for a full list: http://groups.google.com/group/clojure/browse_thread/thread/1f87f69db07a8162 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/18 22:26:46 Modified files: bin/pax : pax.c Log message: add newline to signal error messages; Thomas Pfaff CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/19 00:34:04 Modified files: lang/arena : Makefile Log message: - drop USE_GROFF - fix HOMEPAGE to point to the docs, instead of a redirect to a vaporware project. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/19 00:39:43 Modified files: devel/uthash : Makefile distinfo devel/uthash/patches: patch-tests_Makefile Log message: - update to 1.9.5 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/19 00:46:01 ports/lang/arena/patches Update of /cvs/ports/lang/arena/patches In directory cvs.openbsd.org:/tmp/cvs-serv23477/patches Log Message: Directory /cvs/ports/lang/arena/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/19 00:46:41 Modified files: lang/arena : Makefile lang/arena/pkg : PLIST Added files: lang/arena/patches: patch-examples_ffi_pcre_are Log message: - install examples - fix the dyn_open() call in the FFI example CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/04/19 00:58:29 Modified files: usr.bin/aucat : wav.c Log message: unbreak compilation without DEBUG defined CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/19 01:18:10 Log message: Import devel/hs-base-unicode-symbols. Unicode symbols for various functions, operators and types in the base package. Needed by an upcoming update of databases/hs-redis. OK kili@ Status: Vendor Tag: dcoppa Release Tags: dcoppa_20120419 N ports/devel/hs-base-unicode-symbols/distinfo N ports/devel/hs-base-unicode-symbols/Makefile N ports/devel/hs-base-unicode-symbols/pkg/DESCR N ports/devel/hs-base-unicode-symbols/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/19 01:18:41 Log message: Import devel/hs-concurrent-extra. Extra concurrency and synchronisation primitives. Needed by an upcoming update of databases/hs-redis. OK kili@ Status: Vendor Tag: dcoppa Release Tags: dcoppa_20120419 N ports/devel/hs-concurrent-extra/distinfo N ports/devel/hs-concurrent-extra/Makefile N ports/devel/hs-concurrent-extra/pkg/DESCR N ports/devel/hs-concurrent-extra/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/19 01:19:08 Log message: Import devel/hs-unbounded-delays. Unbounded thread delays and timeouts. Needed by an upcoming update of databases/hs-redis. OK kili@ Status: Vendor Tag: dcoppa Release Tags: dcoppa_20120419 N ports/devel/hs-unbounded-delays/distinfo N ports/devel/hs-unbounded-delays/Makefile N ports/devel/hs-unbounded-delays/pkg/DESCR N ports/devel/hs-unbounded-delays/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/19 01:27:14 Modified files: devel : Makefile Log message: Hook hs-base-unicode-symbols, hs-concurrent-extra and hs-unbounded-delays CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/19 01:29:15 Modified files: databases/hs-redis: Makefile distinfo Log message: Update hs-redis to 0.12.1. New dependency on devel/hs-concurrent-extra. OK kili@ CVSROOT: /cvs Module name: ports Changes by: ratchov@cvs.openbsd.org 2012/04/19 01:41:04 ports/games/scummvm/files Update of /cvs/ports/games/scummvm/files In directory cvs.openbsd.org:/tmp/cvs-serv17215/files Log Message: Directory /cvs/ports/games/scummvm/files added to the repository CVSROOT: /cvs Module name: ports Changes by: ratchov@cvs.openbsd.org 2012/04/19 01:43:47 Modified files: games/scummvm : Makefile games/scummvm/patches: patch-configure Added files: games/scummvm/files: sndio.cpp games/scummvm/patches: patch-backends_module_mk patch-base_plugins_cpp patch-base_version_cpp Log message: make scummvm use sndio(7) for midi. Now, those who have no hardware midi synth could use any soft synth to get the music. This decreases the number of sequencer(4) users as well ;) ok jsg, dcoppa CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/19 02:19:34 Modified files: games/wesnoth : Makefile distinfo games/wesnoth/pkg: PLIST Log message: - update to 1.10.2 - regen WANTLIB CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/04/19 02:22:41 Modified files: build : mirrors.dat Log message: - drop cvsync.csociety.org, site has been down for a while - add two http/ftp/rsync mirrors in the USA: mirrors.nycbug.org New York City Mark Saad mirrors.syringanetworks.net Boise, Idaho Derek Denk CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/04/19 02:23:33 Modified files: . : anoncvs.html cvsync.html 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: ariane@cvs.openbsd.org 2012/04/19 06:42:03 Modified files: sys/uvm : uvm_map.c Log message: Backout misplaced optimization in vmmap. (That means the misplaced optimization is back in.) It broke mips and possibly other architectures. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/04/19 07:47:09 Modified files: share/man/man4/man4.sgi: newport.4 panel.4 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/19 08:21:02 Modified files: sys/arch/arm/arm: pmap.c Log message: missing ; CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/04/19 08:26:47 Modified files: share/man/man5 : port-modules.5 Log message: document gcc4 module change. ok jmc@ CVSROOT: /cvs Module name: src Changes by: gsoares@cvs.openbsd.org 2012/04/19 08:33:24 Modified files: usr.sbin/inetd : inetd.c Log message: small cleanup(%hd -> %d) yes deraadt@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/04/19 08:47:17 Log message: import pcc; ok sthen@ portable C compiler from Eric Radman Status: Vendor Tag: okan Release Tags: okan_20120419 N ports/lang/pcc/Makefile N ports/lang/pcc/distinfo N ports/lang/pcc/pkg/DESCR N ports/lang/pcc/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/04/19 08:48:16 Modified files: lang : Makefile Log message: +pcc CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/19 08:48:44 Modified files: usr.sbin/relayd: control.c Log message: relayd re-uses the event callbacks and passes the value of iev.data as the third argument (so that should be a copy of the 5th argument of event_set(). it boggles the mind. CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/04/19 08:49:43 Modified files: devel/p5-Event : Makefile distinfo devel/p5-Event/pkg: PLIST Log message: > * update to 1.20 > * zap groff > * install examples files > * regen plist looks good to jasper@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/04/19 08:52:43 Log message: import p5-Crypt-RC5 Crypt::RC5 is a Perl implementation of the RC5 encryption algorithm. RC5 is a fast block cipher designed by Ronald Rivest for RSA Data Security (now RSA Security) in 1994. It is a parameterized algorithm with a variable block size, a variable key size, and a variable number of rounds. This particular implementation is 32 bit. As such, it is suggested that a minimum of 12 rounds be performed. from Olivier Cherrier. ok gsoares@ Status: Vendor Tag: okan Release Tags: okan_20120419 N ports/security/p5-Crypt-RC5/Makefile N ports/security/p5-Crypt-RC5/distinfo N ports/security/p5-Crypt-RC5/pkg/DESCR N ports/security/p5-Crypt-RC5/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/04/19 08:53:39 Modified files: security : Makefile Log message: +p5-Crypt-RC5 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/19 12:12:40 Modified files: sys/arch/mips64/mips64: pmap.c Log message: Be sure to update the currently active ASID in pmap_activate() if invoked on behalf of curproc. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/19 12:15:08 Modified files: sys/arch/mips64/include: cpu.h sys/arch/mips64/mips64: db_machdep.c Log message: Print the currently active ASID in `machine tlb' ddb command. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/19 13:05:40 Modified files: distrib/sets/lists/base: md.landisk distrib/sets/lists/comp: md.landisk distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/19 13:11:55 Modified files: libexec/spamd : spamd.c Log message: rate-limit accept(); small tweaks and such along the way from gilles, millert, camield.. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/19 13:13:51 Modified files: sbin/bioctl : bioctl.c Log message: clear memory before passing to ioctl routines instead of praying it will be ok and not break things upon return. ok claudio CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/19 13:14:57 Modified files: lib/libc/arch/amd64/gen: Makefile.inc lib/libc/arch/arm/gen: Makefile.inc lib/libc/arch/i386/gen: Makefile.inc lib/libc/arch/m68k/gen: Makefile.inc lib/libc/arch/sparc64/gen: Makefile.inc lib/libc/arch/vax/gen: Makefile.inc Removed files: lib/libc/arch/amd64/gen: alloca.S lib/libc/arch/arm/gen: alloca.S lib/libc/arch/i386/gen: alloca.S lib/libc/arch/m68k/gen: alloca.S lib/libc/arch/vax/gen: alloca.S Log message: rely on the compiler giving us a built-in alloca. any new architecture or compiler we use will. ok millert CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/19 15:02:27 Modified files: sys/arch/sgi/dev: impact.c Log message: Slightly tweak the emulation mode colormap to have fit in 4:8:4 instead of 8:8:8, and use the fast putchar code unconditionally: it turns out it expects the background color as 4:8:4. This fixes the `character background is too green and too light' effect that caused this code path to only be used for black background, and the slower code for the rest. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/19 15:09:58 Modified files: distrib/sparc/ramdisk: list.local Log message: shrink CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/19 15:10:11 Modified files: sys/arch/sparc/conf: RAMDISK Log message: shrink CVSROOT: /cvs Module name: www Changes by: okan@cvs.openbsd.org 2012/04/19 15:23:33 Modified files: build : mirrors.dat Log message: fix mirrors.nycbug.org rsync url. CVSROOT: /cvs Module name: www Changes by: okan@cvs.openbsd.org 2012/04/19 15:25:37 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: sthen@cvs.openbsd.org 2012/04/19 15:28:41 ports/lang/php/pecl Update of /cvs/ports/lang/php/pecl In directory cvs.openbsd.org:/tmp/cvs-serv17749/pecl Log Message: Directory /cvs/ports/lang/php/pecl added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/19 15:29:33 Added files: lang/php/pecl : pecl.port.mk Log message: add a MODULE for pecl ports. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/19 15:30:26 Modified files: archivers/pecl-lzf: Makefile archivers/pecl-rar: Makefile archivers/pecl-zip: Makefile graphics/pecl-imagick: Makefile mail/pecl-mailparse: Makefile sysutils/pecl-fileinfo: Makefile Log message: use pecl.port.mk, ok jasper@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/19 15:30:38 Modified files: www/pecl-APC : Makefile www/pecl-chroot: Makefile www/pecl-geoip : Makefile www/pecl-memcache: Makefile www/pecl-phar : Makefile www/pecl-proctitle: Makefile www/pecl-ssh2 : Makefile www/pecl-swish : Makefile www/pecl-uploadprogress: Makefile Log message: use pecl.port.mk, ok jasper@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/19 15:39:08 Modified files: audio/pianobar : Makefile Added files: audio/pianobar/patches: patch-src_ui_act_c Log message: Bandaid fix to avoid unlocking a non-locked mutex. PTHREAD_MUTEX_STRICT_NP is merciless ;-) CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/04/19 15:42:14 Modified files: share/man/man5 : port-modules.5 Log message: talk about pecl.port.mk CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/04/19 16:57:38 Modified files: lib/libssl/src/crypto: mem.c lib/libssl/src/crypto/asn1: a_d2i_fp.c lib/libssl/src/crypto/buffer: buffer.c Log message: cherrypick fix for CVE-2012-2110: libcrypto ASN.1 parsing heap overflow ok miod@ deraadt@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/04/19 17:56:53 Modified files: de : 21.html 22.html 23.html 24.html 25.html 26.html 27.html 28.html 29.html 30.html 31.html 32.html 33.html 34.html 35.html 36.html 37.html 38.html 39.html 40.html 41.html 42.html 43.html 44.html 49.html 50.html 51.html alpha.html amd64.html anoncvs.html armish.html books.html crypto.html cvsync.html errata.html errata27.html errata28.html errata29.html errata30.html errata31.html errata32.html errata33.html errata34.html errata35.html errata36.html errata37.html errata38.html errata39.html errata40.html errata41.html errata42.html errata43.html errata44.html events.html ftp.html hp300.html i386.html index.html items.html landisk.html loongson.html macppc.html mail.html mvme88k.html plat.html porting.html products.html report.html romp.html security.html socppc.html sparc.html sparc64.html stable.html translation.html users.html why-cvs.html faq/de : faq10.html faq12.html faq13.html faq14.html faq15.html faq5.html faq8.html faq9.html index.html upgrade35.html upgrade36.html upgrade37.html upgrade38.html upgrade39.html upgrade40.html upgrade41.html upgrade42.html upgrade43.html upgrade44.html faq/fr : faq5.html faq6.html fr : 51.html anoncvs.html cvsync.html errata.html errata32.html errata33.html errata34.html errata35.html errata36.html errata37.html errata38.html errata39.html errata40.html errata41.html errata42.html errata43.html errata44.html errata45.html errata46.html index.html nl : anoncvs.html cvsync.html ftp.html openbgpd/de : ftp.html opencvs/de : goals.html index.html openntpd/de : ftp.html portable.html openssh/de : faq.html ftp.html index.html java.html openbsd.html palmos.html portable.html press.html report.html windows.html openssh/nl : ftp.html portable.html openssh/ru : index.html security.html papers/de : index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/04/19 20:25:41 Modified files: faq : upgrade51.html Log message: Remove warnings, add fetch of patch file (makes MY life easier) and add a few more rm's. I'll probably be adding/changing stuff later, but it's quite usable now. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/04/19 21:24:24 Modified files: usr.bin/ssh : sftp.c Log message: setlinebuf(3) is more readable than setvbuf(.., _IOLBF, ...) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/04/20 01:00:21 Modified files: lib/libc/net : inet.3 Log message: rearrange DESCRIPTION somewhat to make this page more readable; from Lawrence Teo CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/04/20 02:00:48 Modified files: x11/gaia/patches: patch-SConstruct Log message: Fix typo in patch, ok brad CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/20 02:22:34 Modified files: audio/pianobar : Makefile distinfo Removed files: audio/pianobar/patches: patch-contrib_pianobar_1 patch-src_libwaitress_waitress_c patch-src_main_c patch-src_settings_c patch-src_settings_h patch-src_ui_c Log message: Roll new distfile and gc local patches CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/04/20 02:41:27 Modified files: editors/texworks: Makefile distinfo editors/texworks/patches: patch-TeXworks_pro patch-plugins-src_TWLuaPlugin_TWLuaPlugin_pro patch-plugins-src_TWPythonPlugin_TWPythonPlugin_pro editors/texworks/pkg: PLIST-main Log message: Update to texworks-0.4.3. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/04/20 03:27:29 Modified files: www/privoxy : Makefile distinfo www/privoxy/patches: patch-GNUmakefile_in patch-configure_in Log message: Update to privoxy 3.0.19. ok merdely@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/04/20 03:45:23 ports/math/lpsolve Update of /cvs/ports/math/lpsolve In directory cvs.openbsd.org:/tmp/cvs-serv21438/lpsolve Log Message: Directory /cvs/ports/math/lpsolve added to the repository CVSROOT: /cvs Module name: src Changes by: camield@cvs.openbsd.org 2012/04/20 03:49:12 Modified files: usr.sbin/nsd : nsdc.sh.in Log message: Back to non-verbose, crept back in with last merge. ok sthen CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/04/20 03:54:11 Log message: Import lpsolve-5.5.2.0 I am putting this in a core/ subdirectory, as there is a Python binding that I have my eye on porting too. OK jasper@ Status: Vendor Tag: edd Release Tags: edd_20120420 N ports/math/lpsolve/core/Makefile N ports/math/lpsolve/core/distinfo N ports/math/lpsolve/core/patches/patch-lpsolve55_ccc N ports/math/lpsolve/core/patches/patch-lp_solve_ccc N ports/math/lpsolve/core/patches/patch-demo_ccc N ports/math/lpsolve/core/pkg/PLIST N ports/math/lpsolve/core/pkg/DESCR N ports/math/lpsolve/core/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/04/20 03:56:56 Added files: math/lpsolve : Makefile Log message: Top level Makefile for math/lpsolve. See my last commit for why we are using a subdir. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/04/20 03:58:16 Modified files: math : Makefile Log message: Link math/lpsolve CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/20 04:47:40 Log message: import gambit 4.6.5 The Gambit Scheme system is a complete, portable, efficient and reliable implementation of the Scheme programming language. The Gambit-C system conforms to the R4RS, R5RS and IEEE Scheme standards. The full numeric tower is implemented, including: infinite precision integers (bignums), rationals, inexact reals (floating point numbers), and complex numbers. ok sthen@ Status: Vendor Tag: jasper Release Tags: jasper_20122004 N ports/lang/gambit/distinfo N ports/lang/gambit/Makefile N ports/lang/gambit/pkg/PLIST N ports/lang/gambit/pkg/DESCR N ports/lang/gambit/patches/patch-doc_makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/20 04:48:03 Modified files: lang : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/20 04:48:40 Modified files: lang/scheme48 : Makefile lang/scheme48/pkg: PLIST Log message: add conflict marker for gambit CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/20 04:50:41 Log message: import mygpoclient 1.6 The mygpoclient library provides an easy and structured way to access the gpodder.net web services. In addition to subscription list synchronization and storage, the advanced API support allows to upload and download episode status changes. ok sthen@ Status: Vendor Tag: jasper Release Tags: jasper_20122004 N ports/net/mygpoclient/distinfo N ports/net/mygpoclient/Makefile N ports/net/mygpoclient/pkg/PLIST N ports/net/mygpoclient/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/20 04:51:22 Log message: import gpodder 3.1.0 gPodder downloads and manages free audio and video content ("podcasts") for you. Listen directly on your computer or on your mobile devices. * Supports RSS, Atom, YouTube, Soundcloud, Vimeo and XSPF feeds * Discover new content at our Podcast directory * Synchronize between devices with full gpodder.net integration * Easily customizable - support for user-defined hooks and plugins feedback/ok sthen@ Status: Vendor Tag: jasper Release Tags: jasper_20122004 N ports/net/gpodder/distinfo N ports/net/gpodder/Makefile N ports/net/gpodder/pkg/PLIST N ports/net/gpodder/pkg/DESCR N ports/net/gpodder/patches/patch-makefile N ports/net/gpodder/patches/patch-setup_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/20 04:53:00 Modified files: net : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/20 04:57:28 Modified files: audio : Makefile devel : Makefile net : Makefile mail : Makefile Log message: sort CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/20 05:39:27 Modified files: databases/redis: Makefile distinfo Removed files: databases/redis/patches: patch-src_ae_c Log message: Bugfix update to redis-2.4.11 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/20 06:32:01 Modified files: devel/libgsf : Makefile distinfo devel/libgsf/pkg: PLIST Removed files: devel/libgsf/patches: patch-thumbnailer_main_c Log message: Minor update to libgsf-1.14.23. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/20 06:44:51 Modified files: mail/gmime : Makefile distinfo mail/gmime/pkg : PLIST-main PLIST-mono Log message: Bugfix update to gmime-2.6.8. CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/04/20 07:19:59 Modified files: www/dokuwiki : Makefile distinfo Log message: Security update to 2012-01-25a (XSS security issue) Reminded by Christopher Zimmermann, thanks. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/20 07:25:34 Modified files: audio/celt : Makefile distinfo audio/celt/patches: patch-configure patch-libcelt_celt_c patch-libcelt_pitch_c patch-libcelt_pitch_h patch-tools_Makefile_in patch-tools_celtdec_c Log message: Update to celt-0.11.3 ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/20 07:28:11 Modified files: usr.bin/make : parse.c Log message: dyslexy strikes again CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/20 07:28:50 Modified files: audio/jack : Makefile net/opal : Makefile Added files: audio/jack/patches: patch-drivers_netjack_netjack_c patch-tools_netsource_c net/opal/patches: patch-plugins_audio_celt_celtcodec_c Log message: Fix after celt update ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/04/20 07:28:58 Modified files: www/dokuwiki : Tag: OPENBSD_5_1 Makefile distinfo Log message: Security update to 2012-01-25a (XSS security issue) Reminded by Christopher Zimmermann, thanks. ok jasper@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/04/20 08:57:19 Modified files: build : mirrors.pl Log message: use rel="nofollow" CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/04/20 08:58:04 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: sthen@cvs.openbsd.org 2012/04/20 09:08:40 Modified files: lang/railo : Makefile lang/railo/pkg : README Log message: add a patch to railo's README to make it easier to apply the config changes to tomcat's web.xml file for the common case where you haven't made extensive changes already. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/04/20 09:59:52 Modified files: lib/libkvm : kvm_file2.c Log message: Fix kvm_deadfile2_byid()'s handling of kernel vs user addresses for fd_ofiles and fd_ofileflags, reading in the separate allocation when necessary. Lets fstat -p and fstat -u work on kernel crash dumps again. ok millert@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/04/20 10:26:22 Modified files: usr.bin/ssh : ssh.1 Log message: use "brackets" instead of "braces", for consistency; CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/04/20 10:36:11 Modified files: usr.bin/top : top.c Log message: Silence warnings. Okay deraadt@. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/04/20 10:37:07 Modified files: lib/libc/net : getaddrinfo.3 Log message: use "an addrinfo", not "a addrinfo". ok jmc CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/04/20 14:04:34 Modified files: security/zkt : Makefile distinfo security/zkt/patches: patch-man_zkt-ls_8 patch-man_zkt-signer_8 Log message: Update for zkt to 1.1.0, with change of default timers,bug fixes and new option -M for zkt-ls. Tested on i386. USE_GROFF is not needed here. OK aja@, gsoares@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/20 14:21:05 Modified files: textproc/gtranslator: Makefile distinfo textproc/gtranslator/pkg: PLIST Log message: Update to gtranslator-2.91.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/20 14:54:17 Modified files: mail/cyrus-imapd: Makefile distinfo mail/cyrus-imapd/patches: patch-lib_imapoptions patch-man_imapd_conf_5 Added files: mail/cyrus-imapd/patches: patch-lib_util_c Log message: Update to cyrus-imapd-2.4.16. CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2012/04/20 17:14:51 Removed files: distrib/miniroot: dhclient.conf Log message: As noted by Kent R. Spillner this file is unused, so move it to the attic. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/20 17:43:27 Modified files: devel/catalyst-tutorial: Makefile Log message: Add deps required to get script/myapp_server.pl to run. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/04/20 21:14:50 Modified files: bin/ps : ps.c usr.bin/top : machine.c usr.bin/pkill : pkill.c Log message: Remove a check made superfluous by the KERN_PROC_SHOW_THREADS flag. This lets new binaries work (at least w/o the -H option) with old kernels. ok pirofti@ deraadt@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/04/20 22:35:32 Modified files: usr.bin/make : make.c suff.c Log message: When a new parent is attached to an already examined child (prerequisite), use the same logic to update the parent (factored out as SuffLinkParent()) as is used for updating the original parent. Fixes the "make -j2" problem reported by tedu@ at c2k11 ok espie@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/21 02:39:13 Modified files: audio/p5-gnupod: Makefile Log message: Remove optional dependency faac from RUN_DEPENDS, no need for it as gnupod will use ffmpeg's own aac coder instead. From Brad. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2012/04/21 04:17:26 Modified files: distrib/miniroot: install.sub upgrade.sh Log message: remove the "Do you want to do any manual network configuration?" question. there is barely ever a need to do so these days, I for one don't remember ever using it, and we have a well documented way of escaping to a shell at any point in the install process, which the installer conveniently points out right at the beginning. stumbled upon while reviewing the upcoming 2nd edition of Michael Lucas' "Absolute OpenBSD" ok sthen deraadt halex krw CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/04/21 05:22:32 Modified files: faq/ports : ports.html Log message: no more cvsup, pointed out by f5_b at 163 dot com - mention cvsync CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/04/21 05:23:49 Modified files: faq/ports : testing.html Log message: portslogger is in infrastructure/bin not .../build; f5_b at 163 dot com CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/04/21 05:28:33 Modified files: openssh : java.html Log message: Fix link to java ssh plugin, report from Alex Naumov, link from Marcus Meissner CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/21 05:30:53 Modified files: infrastructure/lib/DPB: PortBuilder.pm infrastructure/lib/DPB/Job: Port.pm Log message: make it possible to use a specialized wrapper to collect rss stats CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/21 05:51:30 Modified files: net/icli : Makefile net/icli/patches: nagios-bin_icli Added files: net/icli/patches: icinga-bin_icli Removed files: net/icli/patches: patch-bin_icli Log message: fix path to command-file for nagios flavour, pointed out by Simon Kuhnle change how patches are done in case any flavour-independent patches are needed CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2012/04/21 06:12:22 Modified files: openssh : faq.html Log message: missing separator between commands, from Regid Ichira via Colin Watson CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/21 06:20:30 Modified files: sys/arch/mips64/include: cache.h sys/arch/mips64/mips64: cache_loongson2.S cache_octeon.c cache_r10k.S cache_r4k.c cache_r5k.S db_machdep.c pmap.c sys_machdep.c sys/arch/octeon/include: cpu.h sys/arch/octeon/octeon: bus_dma.c sys/arch/sgi/include: autoconf.h cpu.h sys/arch/sgi/sgi: bus_dma.c sys/arch/loongson/include: cpu.h sys/arch/loongson/loongson: bus_dma.c Log message: Rework the signature of the cache handling routines again. It makes more sense to pass both the virtual and physical addresses of the page to clean to SyncDCachePage, which is the only routine using `Index' operations on the data cache, which might be virtually indexed at some levels but physically indexed at others. On the other hand, it does not make any sense to pass a physical address to routines using `Hit' operations (and they were discarding them anyway). In addition to making things cleaner, this fixes sporadic userland misbehaviour (read: SIGSGEV) on RM7000 O2 systems. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/21 06:36:31 Modified files: multimedia/xine-lib: Makefile multimedia/xine-lib/patches: patch-src_combined_ffmpeg_ff_video_decoder_c Log message: Upstream: - Fix multithreaded initialization with API change. - Fix decoding of full range YUV420 H.264 videos. from Brad (maintainer) CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/04/21 06:45:05 Modified files: usr.sbin/smtpd : aliases.c Log message: i got the previous fix wrong, /etc/mail/aliases should use SMTPD_USER privileges. while at it, also apply the same to virtual domains. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/21 06:52:40 Modified files: www/zendframework: Makefile www/zendframework/pkg: MESSAGE Log message: use php-${MODPHP_VERSION}.ini rather than php.ini in MESSAGE CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/21 07:15:52 Modified files: audio/celt : Makefile Removed files: audio/celt/patches: patch-configure patch-libcelt_celt_c patch-libcelt_pitch_c patch-libcelt_pitch_h Log message: garbage collect gcc3 patches: gcc3 architectures are history and celt won't compile with gcc2 anyway. naddy@ agrees. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/21 07:38:47 Modified files: audio/pianobar/patches: patch-src_ui_act_c Log message: Sync patch; committed upstream (no pkg change) CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2012/04/21 08:14:14 Modified files: fonts/liberation-fonts: Makefile distinfo Log message: - update liberation-fonts to 1.07.2 ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2012/04/21 08:16:04 Modified files: graphics/pngcrush: Makefile distinfo Log message: - update pngcrush to 1.7.27 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/21 08:21:58 Modified files: share/man/man1 : gcc-local.1 Log message: Don't mention gcc 3 anymore. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2012/04/21 08:29:33 Modified files: databases/p5-Redis: Makefile distinfo Log message: - update p5-Redis to 1.951 - update REGRESS_DEPENDS from Wen Heping (thanks). CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/21 08:41:37 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: fix env name for wrapper program CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2012/04/21 08:56:24 Modified files: astro/py-metar : Makefile distinfo astro/py-metar/pkg: PLIST Log message: - update py-metar to 0.19 - update PLIST CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/04/21 08:57:49 Modified files: net/rbldnsd : Makefile distinfo net/rbldnsd/patches: patch-rbldnsd_c net/rbldnsd/pkg: PLIST Log message: Update to version 0.996b, with fixes. While here, USE_GROFF is not needed, change _rbldns user homedir from /var/empty to /nonexistent and we can still use -r /var/empty for the chroot dir. Tested on i386. OK, william@ (maintainer), aja@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2012/04/21 09:16:29 Modified files: security/samdump2: Makefile distinfo security/samdump2/patches: patch-hive_c Log message: - update samdump2 to 3.0.0 - remove USE_GROFF - update patches CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/21 13:13:14 Modified files: sys/arch/mips64/include: mips_opcode.h Log message: Correct a wrong comment. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/21 13:15:56 Modified files: devel/p5-File-Remove: Makefile distinfo Log message: - update to 1.5.2 from wen heping CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/21 13:17:50 Modified files: sys/arch/sgi/localbus: crimebus.h Log message: Remove long dead prototypes. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/21 13:19:06 Modified files: sys/arch/sgi/sgi: machdep.c Log message: Round the reserved memory size up when printing it in MB units CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/21 13:38:20 Modified files: sys/arch/sgi/sgi: machdep.c Log message: Fix math in previous. Oops. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/21 15:09:07 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: make sure stuff gets thru ssh correctly CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/04/21 16:25:30 Modified files: fr : ftp.html users.html nl : ftp.html openbgpd/fr : ftp.html openntpd/fr : ftp.html portable.html openssh/de : faq.html java.html openssh/fr : faq.html ftp.html java.html portable.html openssh/nl : faq.html ftp.html java.html portable.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2012/04/21 18:40:24 Modified files: openssh : ftp.html index.html openbsd.html Added files: openssh/txt : release-6.0 Log message: openssh-6.0 release CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/04/21 19:38:23 Modified files: lib/libssl/src/crypto: Tag: OPENBSD_5_0 mem.c lib/libssl/src/crypto/asn1: Tag: OPENBSD_5_0 a_d2i_fp.c lib/libssl/src/crypto/buffer: Tag: OPENBSD_5_0 buffer.c Log message: MFC mem.c revision 1.14 date: 2012/04/19 22:57:38; author: djm; state: Exp; lines: +4 -0 cherrypick fix for CVE-2012-2110: libcrypto ASN.1 parsing heap overflow ok miod@ deraadt@ asn1/a_d2i_fp.c revision 1.6 date: 2012/04/19 22:57:38; author: djm; state: Exp; lines: +40 -14 cherrypick fix for CVE-2012-2110: libcrypto ASN.1 parsing heap overflow ok miod@ deraadt@ buffer/buffer.c revision 1.9 date: 2012/04/19 22:57:38; author: djm; state: Exp; lines: +17 -0 cherrypick fix for CVE-2012-2110: libcrypto ASN.1 parsing heap overflow ok miod@ deraadt@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/04/21 19:39:23 Modified files: lib/libssl/src/crypto: Tag: OPENBSD_5_1 mem.c lib/libssl/src/crypto/asn1: Tag: OPENBSD_5_1 a_d2i_fp.c lib/libssl/src/crypto/buffer: Tag: OPENBSD_5_1 buffer.c Log message: MFC mem.c revision 1.14 date: 2012/04/19 22:57:38; author: djm; state: Exp; lines: +4 -0 cherrypick fix for CVE-2012-2110: libcrypto ASN.1 parsing heap overflow ok miod@ deraadt@ asn1/a_d2i_fp.c revision 1.6 date: 2012/04/19 22:57:38; author: djm; state: Exp; lines: +40 -14 cherrypick fix for CVE-2012-2110: libcrypto ASN.1 parsing heap overflow ok miod@ deraadt@ buffer/buffer.c revision 1.9 date: 2012/04/19 22:57:38; author: djm; state: Exp; lines: +17 -0 cherrypick fix for CVE-2012-2110: libcrypto ASN.1 parsing heap overflow ok miod@ deraadt@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/04/21 20:21:49 Modified files: lib/libc/net : getpeereid.3 Log message: Document that getpeereid() works for SOCK_SEQPACKET sockets too. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/04/21 20:26:11 Modified files: sys/kern : tty.c Log message: Reset t_column to 0 when initializing a tty. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/04/21 23:21:40 Modified files: usr.bin/tmux : tty-keys.c Log message: Handle partial keys properly by making sure the timer has actually expired, fixes problems with mintty reported by Michael Simpson. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/04/21 23:24:05 Modified files: usr.bin/tmux : cmd.c Log message: Fix printing commands with no arguments, from Benjamin Poirier. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/04/21 23:43:14 Modified files: sys/arch/i386/i386: linux_machdep.c sys/compat/linux: linux_blkio.c linux_cdrom.c linux_fdio.c linux_file.c linux_hdio.c linux_misc.c linux_socket.c linux_termios.c sys/compat/ossaudio: ossaudio.c sys/crypto : cryptodev.c sys/dev : diskmap.c systrace.c sys/kern : exec_script.c kern_descrip.c kern_event.c kern_exec.c sys_generic.c sys_pipe.c tty_pty.c uipc_socket.c uipc_syscalls.c vfs_syscalls.c sys/nfs : nfs_syscalls.c sys/sys : file.h sys/uvm : uvm_mmap.c Log message: Add struct proc * argument to FRELE() and FILE_SET_MATURE() in anticipation of further changes to closef(). No binary change. ok krw@ miod@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/22 03:04:20 Modified files: devel/py-decorator: Makefile distinfo Log message: - update to 3.3.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/22 03:04:33 Modified files: devel/py-decoratortools: Makefile distinfo devel/py-decoratortools/pkg: PLIST Log message: - update to 1.8 CVSROOT: /cvs Module name: ports Changes by: mpi@cvs.openbsd.org 2012/04/22 03:06:37 Modified files: devel/libusb1 : Makefile distinfo Removed files: devel/libusb1/files: openbsd_ugen.c devel/libusb1/patches: patch-configure_ac patch-libusb-1.0.pc_in patch-libusb_Makefile_am patch-libusb_core_c patch-libusb_libusbi_h Log message: Update libusb1 to 1.0.9 All OpenBSD specific code has been committed upstream. ok sthen@, ajacoutot@, jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/22 03:17:50 Modified files: devel/py-simplejson: Makefile distinfo devel/py-simplejson/pkg: PLIST Log message: - update to 2.5.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/22 03:18:00 Modified files: www/py-formencode: Makefile distinfo www/py-formencode/pkg: PLIST Removed files: www/py-formencode/patches: patch-docs_test_docs_py Log message: - update to 1.2.4 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/22 03:21:18 Modified files: www/py-repoze-profile: Makefile distinfo www/py-repoze-profile/pkg: PLIST Log message: - update to 1.4 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/22 04:18:13 Modified files: devel/boost : Makefile Removed files: devel/boost/patches: patch-boost_property_tree_detail_xml_parser_read_rapidxml_hpp Log message: Mark the port as for use with gcc4 only and garbage collect a gcc3 workaround patch. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/22 04:19:09 Removed files: www/lighttpd/patches: patch-configure_ac Log message: Remove unnecessary patch. No change to the build. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/22 04:39:48 Modified files: infrastructure/mk: bsd.port.mk Log message: dump-vars should show VMEM_WARNING CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/22 04:49:11 Modified files: editors/nedit : Makefile editors/nedit/pkg: PLIST Added files: editors/nedit/pkg: README Removed files: editors/nedit/pkg: MESSAGE Log message: MESSAGE -> README ok jasper@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/22 05:03:08 Modified files: net/gupnp/av : Makefile distinfo Log message: Minor update to gupnp-av-0.10.2. ok jasper@ (maintainer) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/22 05:15:30 Modified files: distrib/sets/lists/base: md.aviion md.luna88k md.mvme88k md.vax Log message: fix OpenBSD::MkTemp lists for static arches CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/22 05:23:48 Modified files: graphics/clutter/cogl: Makefile distinfo graphics/clutter/cogl/pkg: PLIST Log message: Update to cogl-1.10.2. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/22 05:38:54 Modified files: usr.sbin/pkg_add: pkg_mklocatedb Log message: write a specialized version that appends a / to directories, to make it easier to see them in pkg_locate results. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/22 05:41:55 Modified files: databases/postgresql: Makefile databases/postgresql/pkg: README-server databases/pgbouncer: Makefile databases/pgbouncer/pkg: README devel/jenkins : Makefile devel/jenkins/pkg: README lang/railo : Makefile lang/railo/pkg : README mail/p5-Mail-SpamAssassin: Makefile mail/p5-Mail-SpamAssassin/pkg: README net/bitlbee : Makefile net/bitlbee/pkg: README net/ntp : Makefile net/ntp/pkg : README net/prosody : Makefile net/prosody/pkg: README net/nfsen : Makefile net/nfsen/pkg : README-main print/cups : Makefile print/cups/pkg : README productivity/tryton/trytond: Makefile productivity/tryton/trytond/pkg: README telephony/asterisk-g729: Makefile telephony/asterisk-g729/pkg: README www/trac : Makefile www/trac/pkg : README www/webacula : Makefile www/webacula/pkg: README Log message: Use RCDIR instead of /etc/rc.d when refering to packages rc scripts. discussed with espie and sthen ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/22 05:43:37 Modified files: sysutils/backuppc: Makefile sysutils/backuppc/pkg: PLIST Log message: Fix rcscript path. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/22 05:57:18 Modified files: usr.sbin/pkg_add: pkg_mklocatedb Log message: typo CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/22 06:12:30 Modified files: multimedia/libquicktime: Makefile distinfo multimedia/libquicktime/patches: patch-configure Log message: - update to 1.2.4 from brad (MAINTAINER) ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/22 06:13:22 Modified files: www/py-paste : Makefile distinfo www/py-paste/pkg: PLIST Log message: - update to 1.7.5.1 ok martynas@ (who resigned as maintainer) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/22 06:13:41 Modified files: www/py-paste-deploy: Makefile distinfo www/py-paste-deploy/pkg: PLIST Log message: - update to 1.5.0 ok martynas@ (who resigned as maintainer) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/22 06:13:55 Modified files: www/py-paste-script: Makefile distinfo www/py-paste-script/pkg: PLIST Log message: - update to 1.7.5 ok martynas@ (who resigned as maintainer) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/22 06:15:23 Modified files: www/py-pylons : Makefile distinfo www/py-pylons/pkg: PLIST Log message: - update to 1.0.1rc1, eventhough it's an rc, it's considered stable and production ready. although it's advised to migrate to pyramid eventually. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/22 07:44:09 Modified files: mail/zarafa/zarafa: Makefile mail/zarafa/zarafa/pkg: zarafa.rc net/samba : Makefile net/samba/pkg : samba.rc net/netatalk : Makefile net/netatalk/pkg: netatalk.rc print/system-config-printer: Makefile print/system-config-printer/patches: patch-troubleshoot_SchedulerNotRunning_py Log message: /etc/rc.d -> RCDIR CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/22 08:11:52 Modified files: x11/gnome/vinagre: Makefile Removed files: x11/gnome/vinagre/files: vinagre-utils.h Log message: Remove useless workaround. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/22 08:22:28 Modified files: sys/dev/pci : pciide.c Log message: VT6410 and VT6415 controllers do not implement the `channel enable' register, so don't incorrectly assume both channels are disabled on these controllers. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/22 08:25:36 Modified files: x11/gnome/librsvg: Makefile Log message: spellos CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2012/04/22 09:27:24 Modified files: sys/net : pipex.c Log message: Remove redundant returns from functions returning void. Wrap return values in () for consistency. diff from Michael W. Bombardieri. ok sthen dlg mikeb CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/22 09:38:50 Modified files: x11/gnome/desktop: Makefile Log message: Add comment. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/22 09:52:35 Modified files: x11/fluxbox : Makefile Added files: x11/fluxbox/patches: patch-src_FbTk_TextureRender_cc Log message: Bugfix: don't draw the interlace lines 1px too far (upstream git commit 56af5a163513abf0c379c164e6d6c4960957a065) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/22 10:52:18 Modified files: games/alephone/alephone: Makefile Log message: devel/boost is a build only dependency. Ok phessler@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/22 10:58:42 Modified files: devel/glib2 : Makefile distinfo devel/glib2/patches: patch-configure_ac patch-gio_gresource_c Removed files: devel/glib2/patches: patch-gio_kqueue_kqueue-exclusions_c Log message: Use a new version of the gio-kqueue patch that already has one of our local patches. Merge the cocoa/foundation patches from upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/22 12:43:12 Modified files: net/gpodder : Makefile Log message: Missing intltool. spotted by nigel@ CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/04/22 13:36:09 Modified files: sys/arch/amd64/amd64: identcpu.c Log message: Test vendor against cpu_vendor instead of calling CPUID, this matches the other uses. ok mikeb@ CVSROOT: /cvs Module name: ports Changes by: mpi@cvs.openbsd.org 2012/04/22 13:52:05 Modified files: devel/libusb1 : Makefile Added files: devel/libusb1/patches: patch-libusb-1_0_pc_in Log message: Re-adds `-pthread' to the .pc file, this unbreaks application depending on libusb1, I wrongly removed this patch during the last commit. spotted by nigel@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/22 14:30:38 Log message: import ports/devel/p5-MouseX-Types, from Andreas Voegele, ok okan@ The type system provided by Mouse effectively makes all types global, which can be a problem when different parts of the code base want to use the same name for different things. MouseX::Types lets you declare types using short names, but behind the scenes it namespaces all your type declarations, preventing name clashes between packages. Status: Vendor Tag: sthen Release Tags: sthen_20122204 N ports/devel/p5-MouseX-Types/Makefile N ports/devel/p5-MouseX-Types/distinfo N ports/devel/p5-MouseX-Types/pkg/DESCR N ports/devel/p5-MouseX-Types/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/22 14:32:31 Log message: import ports/devel/p5-Time-Warp, from Andreas Voegele, ok okan@ Time::Warp offers developers control over the measurement of time. Status: Vendor Tag: sthen Release Tags: sthen_20122204 N ports/devel/p5-Time-Warp/Makefile N ports/devel/p5-Time-Warp/distinfo N ports/devel/p5-Time-Warp/pkg/DESCR N ports/devel/p5-Time-Warp/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/22 14:32:59 Log message: import ports/devel/p5-DateTime-Format-SQLite, from Andreas Voegele, ok okan@ DateTime::Format::SQLite understands the formats used by SQLite for its date, datetime and time functions. It can be used to parse these formats in order to create DateTime objects, and it can take a DateTime object and produce a timestring accepted by SQLite. Status: Vendor Tag: sthen Release Tags: sthen_20122204 N ports/devel/p5-DateTime-Format-SQLite/Makefile N ports/devel/p5-DateTime-Format-SQLite/distinfo N ports/devel/p5-DateTime-Format-SQLite/pkg/DESCR N ports/devel/p5-DateTime-Format-SQLite/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/22 14:33:19 Modified files: devel : Makefile Log message: +3 p5's CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/22 14:34:16 Log message: import ports/databases/p5-DBICx-TestDatabase, from Andreas Voegele, ok okan@ DBICx::TestDatabase creates a temporary SQLite database, deploys your DBIC schema, and then connects to it. This lets you easily test your schema. Since you have a fresh database for every test, you don't have to worry about cleaning up after your tests, ordering of tests affecting failure, etc. Status: Vendor Tag: sthen Release Tags: sthen_20122204 N ports/databases/p5-DBICx-TestDatabase/Makefile N ports/databases/p5-DBICx-TestDatabase/distinfo N ports/databases/p5-DBICx-TestDatabase/pkg/DESCR N ports/databases/p5-DBICx-TestDatabase/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/22 14:35:44 Log message: import ports/databases/p5-DBIx-Class-DynamicDefault, from Andreas Voegele, ok okan@ DBIx::Class::DynamicDefault automatically sets and updates columns in a database table with values calculated at runtime. Status: Vendor Tag: sthen Release Tags: sthen_20122204 N ports/databases/p5-DBIx-Class-DynamicDefault/Makefile N ports/databases/p5-DBIx-Class-DynamicDefault/distinfo N ports/databases/p5-DBIx-Class-DynamicDefault/pkg/DESCR N ports/databases/p5-DBIx-Class-DynamicDefault/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/22 14:36:53 Log message: import ports/databases/p5-DBIx-Class-TimeStamp, from Andreas Voegele, ok okan@ DBIx::Class::TimeStamp automatically sets and updates time based columns in a table. The module effectively emulates triggers to get consistent behavior across databases that either implement them poorly or not at all. Status: Vendor Tag: sthen Release Tags: sthen_20122204 N ports/databases/p5-DBIx-Class-TimeStamp/Makefile N ports/databases/p5-DBIx-Class-TimeStamp/distinfo N ports/databases/p5-DBIx-Class-TimeStamp/pkg/DESCR N ports/databases/p5-DBIx-Class-TimeStamp/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/22 14:40:29 Modified files: databases : Makefile Log message: +3 p5-'s CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/22 14:50:12 Modified files: net/sslh : Makefile distinfo net/sslh/patches: patch-sslh_main_c patch-sslh_pod net/sslh/pkg : sslh_fork.rc sslh_select.rc Removed files: net/sslh/patches: patch-sslh_fork_c Log message: update to sslh 1.11; from Björn Ketelaars note, if you set sslh_flags in rc.conf.local you'll need to add --user=_sslh CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/04/22 14:54:00 Modified files: distrib/notes : mirrors Log message: sync from mirrors.dat CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/22 15:44:24 Modified files: telephony/kamailio: Makefile distinfo telephony/kamailio/patches: patch-etc_kamailio_cfg patch-modules_carrierroute_Makefile telephony/kamailio/pkg: PLIST-carrierroute PLIST-ldap PLIST-main PLIST-mysql PLIST-perl PLIST-postgresql PLIST-snmpstats PLIST-xmlrpc Added files: telephony/kamailio/patches: patch-Makefile_defs patch-Makefile_libs patch-cfg_y patch-lib_cds_Makefile patch-lib_kcore_Makefile patch-lib_kmi_Makefile patch-lib_srdb1_Makefile patch-lib_srdb2_Makefile patch-lib_trie_Makefile patch-modules_auth_auth_mod_c patch-modules_db_berkeley_Makefile patch-modules_db_mysql_my_cmd_c patch-modules_db_postgres_Makefile patch-modules_ipops_ipops_mod_c patch-modules_k_mi_datagram_datagram_fnc_c patch-modules_k_nat_traversal_nat_traversal_c patch-modules_k_seas_seas_action_c patch-modules_k_seas_seas_h patch-modules_k_snmpstats_Makefile patch-modules_lcr_lcr_mod_c patch-modules_mediaproxy_mediaproxy_c patch-modules_s_eval_eval_c patch-modules_s_ldap_ld_con_c patch-modules_s_permissions_im_hash_c patch-modules_sipcapture_sipcapture_c patch-modules_tls_tls_mod_c patch-sched_yield_h patch-timer_c patch-utils_kamctl_kamctl patch-utils_kamctl_kamctl_base patch-utils_kamctl_kamctlrc patch-utils_kamctl_kamdbctl patch-utils_kamctl_kamdbctl_base telephony/kamailio/pkg: kamailio.rc Removed files: telephony/kamailio/patches: patch-modules_misc_radius_functions_c patch-modules_perl_Makefile patch-scripts_kamctl patch-scripts_kamctl_base patch-scripts_kamctlrc patch-scripts_kamdbctl patch-scripts_kamdbctl_base patch-tls_tls_init_c telephony/kamailio/pkg: DESCR-radius MESSAGE-main PLIST-radius Log message: update to kamailio 3.2.3, mostly from Roman Kravchuk (taking maintainer, previous maintainer ok). CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/22 17:21:34 Modified files: lib/libsqlite3 : Makefile lib/libsqlite3/src: loadext.c Added files: lib/libsqlite3/src: parse.y Removed files: lib/libsqlite3/tsrc: parse.c parse.h Log message: regen all files we can, prepare stuff to make sure it works even without depend CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/22 17:22:52 Modified files: lib/libsqlite3 : Makefile Log message: add missing defines, crucial: -DSQLITE_CORE used while compiling extensions which are actually a part of the core, prevents segfaults because extensions have not been loaded... CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/22 17:43:38 Modified files: lib : Makefile usr.bin : Makefile include : Makefile Log message: enable sqlite3, as prompted by theo CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/22 23:22:29 Modified files: mail/gmime : Makefile distinfo Log message: Update to gmime-2.6.9. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/22 23:37:15 Modified files: x11/gnome/gedit-plugins: Makefile distinfo Log message: Update to stable gedit-plugins-3.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/23 00:40:22 Modified files: editors/abiword: Makefile editors/abiword/pkg: PLIST Removed files: editors/abiword/pkg: PFRAG.shared Log message: Mark this port SHARED_ONLY and merge PLISTs. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/23 00:45:06 Modified files: x11/gnome/desktop: Makefile Log message: Better comment. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/23 00:59:23 Modified files: mail/evolution : Makefile distinfo Log message: - update to 3.4.1 * bugfixes and translation updates CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2012/04/23 01:00:48 Modified files: . : errata50.html Log message: 002_libcrypto.patch for CVE-2012-2110: libcrypto ASN.1 parsing heap overflow CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/23 01:05:04 Modified files: mail/evolution-exchange: Makefile distinfo Log message: - update to 3.4.1 * translation updates CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/23 01:05:17 Modified files: mail/evolution-ews: Makefile distinfo Log message: - update to 3.4.1 * bugfixes CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/23 01:10:28 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: md.alpha md.amd64 md.armish md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.mac68k md.macppc md.mvme68k md.palm md.socppc md.sparc md.sparc64 md.zaurus mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/23 01:20:44 Modified files: x11/gnome/gdl : Makefile distinfo Log message: Update to gdl-3.4.2. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/23 01:22:34 Modified files: x11/gnome/gdl : Makefile Log message: sync SHARED_LIBS comment CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/23 01:34:44 Modified files: x11/gtk+2 : Makefile x11/gtk+3 : Makefile Removed files: x11/gtk+2/patches: patch-configure x11/gtk+3/patches: patch-configure Log message: Remove uneeded patch. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/23 02:01:14 Modified files: devel/automake/1.11: Makefile distinfo Log message: Update to automake-1.11.5. from Brad CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/04/23 02:18:17 Modified files: usr.bin/ssh : channels.c Log message: fix function proto/source mismatch CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/04/23 02:30:33 Modified files: lib/librthread : rthread_barrier.c rthread_barrier_attr.c Log message: Honor subsystem style. `Visual inspection looks ok' kurt@. >From Brad CVSROOT: /cvs Module name: ports Changes by: mpi@cvs.openbsd.org 2012/04/23 02:48:08 Modified files: devel/libusb1 : Makefile Log message: Remove now unused BUILD_DEPENDS. spotted by Brad CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/04/23 02:57:46 Modified files: x11/gaia : Makefile x11/gaia/patches: patch-SConstruct Log message: Use SUBST_CMD. Suggested by and ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/23 06:49:47 Modified files: devel/glib2 : Makefile Added files: devel/glib2/patches: patch-gio_glib-compile-schemas_c Log message: Do not warn about bad dconf paths. We do this temporarily so prevent huge vomit from pkg_add when running glib-compile-schemas. Once most applications are fixed, we'll remove this patch. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/23 07:37:55 Modified files: sysutils/accountsservice: Makefile distinfo sysutils/accountsservice/patches: patch-src_daemon_c Log message: Update to accountsservice-0.6.18. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/23 07:39:50 Modified files: devel/libmtp : Makefile distinfo devel/libmtp/pkg: PLIST Removed files: devel/libmtp/patches: patch-configure patch-examples_albumart_c patch-examples_connect_c patch-examples_delfile_c patch-examples_emptyfolders_c patch-examples_newfolder_c patch-examples_newplaylist_c patch-examples_sendfile_c patch-examples_thumb_c patch-examples_util_c Log message: - update to 1.1.3 - remove gcc2 patches which are unneeded (unless someone with a usb-capable vax shows up) - reset maintainer ok william@ (previous maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/23 07:46:23 ports/x11/vlc/files Update of /cvs/ports/x11/vlc/files In directory cvs.openbsd.org:/tmp/cvs-serv7427/files Log Message: Directory /cvs/ports/x11/vlc/files added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/23 07:47:08 Modified files: x11/vlc : Makefile distinfo x11/vlc/patches: patch-configure_ac x11/vlc/pkg : PLIST-main Added files: x11/vlc/files : sndio.c x11/vlc/patches: patch-modules_audio_output_Modules_am patch-modules_audio_output_portaudio_c patch-po_POTFILES_in patch-share_Makefile_am Removed files: x11/vlc/patches: patch-modules_access_mms_mmstu_c patch-modules_access_rtsp_real_c patch-modules_access_v4l2_c patch-modules_demux_ty_c patch-share_Makefile_in patch-src_stream_output_announce_c patch-src_text_strings_c patch-src_text_unicode_c x11/vlc/pkg : DESCR-web PLIST-web Log message: Major update to vlc-2.0.1. More details at http://www.videolan.org/vlc/releases/2.0.1.html tested on i386, amd64, sparc64 from Brad (maintainer) CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2012/04/23 07:55:07 Modified files: sys/conf : Tag: OPENBSD_5_1 newvers.sh Log message: enter -stable CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/04/23 08:06:42 Modified files: lang/gcc/3.3 : Makefile gcc3.port.mk lang/gcc/3.3/patches: patch-gcc_Makefile_in patch-gcc_config_m68k_openbsd_h patch-gcc_config_m88k_openbsd_h patch-gcc_config_openbsd_h patch-gcc_cp_Make-lang_in lang/gcc/3.3/pkg: PLIST-main Log message: - define _REENTRANT, not _POSIX_THREADS for -pthread - enable thread model posix; bump estdc++ major - fix manpages: install cpp.1 and gcov.1 with an 'e' prefix, and install another copy of gcc.1 as eg++.1 instead of an effectively empty page. feedback and ok kurt@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/04/23 08:12:19 Modified files: lang/gcc/4.2 : Makefile lang/gcc/4.2/patches: patch-gcc_config_openbsd_h Added files: lang/gcc/4.2/patches: patch-gcc_config_rs6000_sysv4_h Log message: Define _REENTRANT, not _POSIX_THREADS for -pthread; ok kurt@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/04/23 08:16:34 Modified files: lang/gcc/4.6 : Makefile lang/gcc/4.6/patches: patch-gcc_config_rs6000_sysv4_h patch-gcc_config_openbsd_h patch-gcc_c-family_c-format_c Log message: - define _REENTRANT, not _POSIX_THREADS for -pthread - sync kprintf formats with base looks ok to kurt@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/04/23 09:17:57 Modified files: lang/gcc : Makefile Removed files: lang/gcc/4.1 : Makefile distinfo lang/gcc/4.1/patches: patch-fixincludes_Makefile_in patch-gcc_ada_adaint_c patch-gcc_ada_gnatchop_adb patch-gcc_ada_gnatlink_adb patch-gcc_ada_make_adb patch-gcc_ada_mlib-utl_adb patch-gcc_config_host patch-gcc_config_host-openbsd_c patch-gcc_config_i386_openbsd_h patch-gcc_config_i386_openbsdelf_h patch-gcc_config_m68k_openbsd_h patch-gcc_config_mips_openbsd_h patch-gcc_config_vax_openbsd_h patch-gcc_config_x-openbsd patch-gcc_cp_g++spec_c patch-gcc_testsuite_ada_acats_run_acats patch-gcc_testsuite_ada_acats_run_all_sh patch-libgfortran_Makefile_in patch-libmudflap_mf-runtime_c patch-libmudflap_mf-runtime_h patch-libobjc_Makefile_in patch-libssp_Makefile_in patch-libstdc++-v3_libsupc++_Makefile_in patch-libstdc++-v3_src_Makefile_in patch-libtool_m4 patch-ltcf-c_sh patch-ltcf-cxx_sh patch-ltcf-gcj_sh patch-ltconfig lang/gcc/4.1/pkg: PFRAG.shared PFRAG.shared-estdc PFRAG.shared-f95 PFRAG.shared-objc PLIST PLIST-ada PLIST-c++ PLIST-estdc PLIST-f95 PLIST-objc lang/gcc/4.0 : Makefile distinfo lang/gcc/4.0/patches: patch-fixincludes_Makefile_in patch-gcc_ada_adaint_c patch-gcc_ada_gnatchop_adb patch-gcc_ada_gnatlink_adb patch-gcc_ada_make_adb patch-gcc_ada_mlib-utl_adb patch-gcc_config_host patch-gcc_config_host-openbsd_c patch-gcc_config_i386_openbsdelf_h patch-gcc_config_x-openbsd patch-gcc_cp_g++spec_c patch-gcc_testsuite_ada_acats_run_acats patch-gcc_testsuite_ada_acats_run_all_sh patch-libgfortran_Makefile_in patch-libgfortran_io_list_read_c patch-libgfortran_io_open_c patch-libgfortran_io_read_c patch-libgfortran_io_transfer_c patch-libgfortran_io_write_c patch-libgfortran_runtime_environ_c patch-libmudflap_Makefile_in patch-libobjc_Makefile_in patch-libstdc++-v3_libsupc++_Makefile_in patch-libstdc++-v3_src_Makefile_in patch-libtool_m4 patch-ltcf-c_sh patch-ltcf-cxx_sh patch-ltcf-gcj_sh patch-ltconfig lang/gcc/4.0/pkg: PFRAG.shared PFRAG.shared-estdc PFRAG.shared-f95 PFRAG.shared-objc PLIST PLIST-ada PLIST-c++ PLIST-estdc PLIST-f95 PLIST-objc lang/gcc/4.3 : Makefile distinfo gcc4.port.mk lang/gcc/4.3/patches: patch-fixincludes_Makefile_in patch-gcc_ada_Makefile_in patch-gcc_ada_adaint_c patch-gcc_ada_env_c patch-gcc_ada_gnatchop_adb patch-gcc_ada_gnatlink_adb patch-gcc_ada_make_adb patch-gcc_ada_mlib-utl_adb patch-gcc_c-common_c patch-gcc_config_exec-stack_h patch-gcc_config_gcc patch-gcc_config_host patch-gcc_config_host-openbsd_c patch-gcc_config_i386_openbsd64_h patch-gcc_config_i386_openbsd_h patch-gcc_config_i386_openbsdelf_h patch-gcc_config_m68k_openbsd_h patch-gcc_config_mips_openbsd_h patch-gcc_config_openbsd-libpthread_h patch-gcc_config_openbsd_h patch-gcc_config_t-openbsd patch-gcc_config_vax_openbsd_h patch-gcc_config_x-openbsd patch-gcc_cp_g++spec_c patch-gcc_testsuite_ada_acats_run_acats patch-gcc_testsuite_ada_acats_run_all_sh patch-gcc_testsuite_gcc_dg_format_format_h patch-gcc_tree-ssa-pre_c patch-libgfortran_Makefile_in patch-libmudflap_mf-runtime_c patch-libmudflap_mf-runtime_h patch-libobjc_Makefile_in patch-libssp_Makefile_in patch-libstdc++-v3_libsupc++_Makefile_in patch-libstdc++-v3_src_Makefile_in patch-libtool_m4 patch-ltcf-c_sh patch-ltcf-cxx_sh patch-ltcf-gcj_sh patch-ltconfig lang/gcc/4.3/pkg: PFRAG.I386-main PFRAG.PIC-c++ PFRAG.PIC-f95 PFRAG.PIC-main PFRAG.PIC-objc PFRAG.shared-estdc PFRAG.shared-f95 PFRAG.shared-main PFRAG.shared-objc PLIST-ada PLIST-c++ PLIST-estdc PLIST-f95 PLIST-main PLIST-objc Log message: tedu old versions of gcc ok kurt@ espie@ sthen@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/04/23 09:24:05 Modified files: www/aria2 : Makefile distinfo Log message: Minor update for Aria2 to 1.15.0 with: * Fixed assertion failure if Chunked encoding along with Content-Length is used. * Fixed clang and gcc-4.7 warning and errors. * Fixed the bug that aria2 cannot read line longer than 4096 bytes from the file specified by --input-file option. While here USE_GROFF is not needed. OK rpointel@ (maintainer), aja@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/04/23 09:36:07 Modified files: sys/kern : uipc_usrreq.c Log message: Don't leak mbufs when bind() on a PF_UNIX socket fails. ok deraadt, miod, guenther CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/04/23 09:41:10 Log message: import p5-String-Truncate; ok sthen@ A module for when strings are too long to be displayed in... Status: Vendor Tag: okan Release Tags: okan_20120423 N ports/devel/p5-String-Truncate/distinfo N ports/devel/p5-String-Truncate/Makefile N ports/devel/p5-String-Truncate/pkg/DESCR N ports/devel/p5-String-Truncate/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/04/23 09:42:12 Log message: import p5-Module-Which; ok sthen@ Finds out which version of Perl modules are installed. Status: Vendor Tag: okan Release Tags: okan_20120423 N ports/devel/p5-Module-Which/Makefile N ports/devel/p5-Module-Which/distinfo N ports/devel/p5-Module-Which/pkg/DESCR N ports/devel/p5-Module-Which/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/04/23 09:44:56 Modified files: devel : Makefile Log message: add p5-String-Truncate and p5-Module-Which CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/04/23 09:48:06 Log message: import p5-GRID-Machine; ok sthen@ GRID::Machine provides Remote Procedure Calls (RPC) via a SSH connection. Status: Vendor Tag: okan Release Tags: okan_20120423 N ports/net/p5-GRID-Machine/Makefile N ports/net/p5-GRID-Machine/distinfo N ports/net/p5-GRID-Machine/pkg/DESCR N ports/net/p5-GRID-Machine/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/04/23 09:49:51 Modified files: net : Makefile Log message: +p5-GRID-Machine CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/04/23 09:56:45 Log message: Import gcc 4.7. ok espie@ Status: Vendor Tag: pascal Release Tags: pascal_20120423 N ports/lang/gcc/4.7/distinfo N ports/lang/gcc/4.7/gcc4.port.mk N ports/lang/gcc/4.7/Makefile N ports/lang/gcc/4.7/TODO N ports/lang/gcc/4.7/patches/patch-Makefile_in N ports/lang/gcc/4.7/patches/patch-boehm-gc_configure N ports/lang/gcc/4.7/patches/patch-boehm-gc_dyn_load_c N ports/lang/gcc/4.7/patches/patch-boehm-gc_include_gc_config_h_in N ports/lang/gcc/4.7/patches/patch-boehm-gc_include_gc_config_macros_h N ports/lang/gcc/4.7/patches/patch-boehm-gc_include_gc_pthread_redirects_h N ports/lang/gcc/4.7/patches/patch-boehm-gc_include_private_gcconfig_h N ports/lang/gcc/4.7/patches/patch-boehm-gc_mach_dep_c N ports/lang/gcc/4.7/patches/patch-boehm-gc_os_dep_c N ports/lang/gcc/4.7/patches/patch-boehm-gc_pthread_support_c N ports/lang/gcc/4.7/patches/patch-gcc_ada_adaint_c N ports/lang/gcc/4.7/patches/patch-configure N ports/lang/gcc/4.7/patches/patch-gcc_config_pa_pa_h N ports/lang/gcc/4.7/patches/patch-boehm-gc_threadlibs_c N ports/lang/gcc/4.7/patches/patch-gcc_ada_gnatchop_adb N ports/lang/gcc/4.7/patches/patch-gcc_ada_gnatlink_adb N ports/lang/gcc/4.7/patches/patch-gcc_ada_make_adb N ports/lang/gcc/4.7/patches/patch-gcc_ada_mlib-utl_adb N ports/lang/gcc/4.7/patches/patch-gcc_tree-nested_c N ports/lang/gcc/4.7/patches/patch-gcc_common_opt N ports/lang/gcc/4.7/patches/patch-gcc_config_alpha_alpha_c N ports/lang/gcc/4.7/patches/patch-gcc_config_alpha_alpha_md N ports/lang/gcc/4.7/patches/patch-gcc_config_pa_pa_c N ports/lang/gcc/4.7/patches/patch-libstdc++-v3_configure N ports/lang/gcc/4.7/patches/patch-gcc_config_pa_openbsd_h N ports/lang/gcc/4.7/patches/patch-gcc_config_exec-stack_h N ports/lang/gcc/4.7/patches/patch-gcc_config_alpha_alpha_opt N ports/lang/gcc/4.7/patches/patch-gcc_config_alpha_openbsd_h N ports/lang/gcc/4.7/patches/patch-gcc_config_gcc N ports/lang/gcc/4.7/patches/patch-gcc_config_host N ports/lang/gcc/4.7/patches/patch-gcc_config_host-openbsd_c N ports/lang/gcc/4.7/patches/patch-gcc_config_i386_openbsd_h N ports/lang/gcc/4.7/patches/patch-gcc_config_i386_openbsdelf_h N ports/lang/gcc/4.7/patches/patch-gcc_config_rs6000_openbsd1_h N ports/lang/gcc/4.7/patches/patch-gcc_config_rs6000_openbsd_h N ports/lang/gcc/4.7/patches/patch-libitm_Makefile_in N ports/lang/gcc/4.7/patches/patch-gcc_opts_c N ports/lang/gcc/4.7/patches/patch-gcc_config_rs6000_sysv4_h N ports/lang/gcc/4.7/patches/patch-gcc_config_rs6000_t-openbsd N ports/lang/gcc/4.7/patches/patch-gcc_config_t-openbsd N ports/lang/gcc/4.7/patches/patch-gcc_config_x-openbsd N ports/lang/gcc/4.7/patches/patch-gcc_configure N ports/lang/gcc/4.7/patches/patch-gcc_cp_g++spec_c N ports/lang/gcc/4.7/patches/patch-gcc_fortran_f95-lang_c N ports/lang/gcc/4.7/patches/patch-gcc_go_go-lang_c N ports/lang/gcc/4.7/patches/patch-gcc_java_lang_c N ports/lang/gcc/4.7/patches/patch-gcc_lto_lto_c N ports/lang/gcc/4.7/patches/patch-gcc_targhooks_c N ports/lang/gcc/4.7/patches/patch-gcc_testsuite_gcc_dg_format_format_h N ports/lang/gcc/4.7/patches/patch-gcc_toplev_c N ports/lang/gcc/4.7/patches/patch-libgo_configure N ports/lang/gcc/4.7/patches/patch-libffi_Makefile_in N ports/lang/gcc/4.7/patches/patch-libffi_configure N ports/lang/gcc/4.7/patches/patch-libgcc_Makefile_in N ports/lang/gcc/4.7/patches/patch-libffi_include_Makefile_in N ports/lang/gcc/4.7/patches/patch-libgcc_config_host N ports/lang/gcc/4.7/patches/patch-libgfortran_Makefile_in N ports/lang/gcc/4.7/patches/patch-libgfortran_configure N ports/lang/gcc/4.7/patches/patch-libgo_config_libtool_m4 N ports/lang/gcc/4.7/patches/patch-gcc_config_i386_openbsd64_h N ports/lang/gcc/4.7/patches/patch-libgcc_libgcc2_c N ports/lang/gcc/4.7/patches/patch-gcc_config_pa_t-openbsd N ports/lang/gcc/4.7/patches/patch-gcc_ada_gcc-interface_Makefile_in N ports/lang/gcc/4.7/patches/patch-libgo_Makefile_in N ports/lang/gcc/4.7/patches/patch-gcc_c-family_c-format_c N ports/lang/gcc/4.7/patches/patch-libgomp_configure N ports/lang/gcc/4.7/patches/patch-libiberty_cp-demangle_c N ports/lang/gcc/4.7/patches/patch-libjava_Makefile_in N ports/lang/gcc/4.7/patches/patch-libjava_classpath_configure N ports/lang/gcc/4.7/patches/patch-libjava_configure N ports/lang/gcc/4.7/patches/patch-libjava_configure_host N ports/lang/gcc/4.7/patches/patch-libjava_libltdl_configure N ports/lang/gcc/4.7/patches/patch-libmudflap_configure N ports/lang/gcc/4.7/patches/patch-libmudflap_mf-runtime_h N ports/lang/gcc/4.7/patches/patch-libobjc_Makefile_in N ports/lang/gcc/4.7/patches/patch-libobjc_configure N ports/lang/gcc/4.7/patches/patch-libquadmath_configure N ports/lang/gcc/4.7/patches/patch-libssp_Makefile_in N ports/lang/gcc/4.7/patches/patch-libssp_configure N ports/lang/gcc/4.7/patches/patch-libstdc++-v3_libsupc++_Makefile_in N ports/lang/gcc/4.7/patches/patch-libstdc++-v3_src_Makefile_in N ports/lang/gcc/4.7/patches/patch-libtool_m4 N ports/lang/gcc/4.7/patches/patch-lto-plugin_Makefile_in N ports/lang/gcc/4.7/patches/patch-lto-plugin_configure N ports/lang/gcc/4.7/patches/patch-zlib_configure N ports/lang/gcc/4.7/patches/patch-gcc_builtins_c N ports/lang/gcc/4.7/patches/patch-gcc_c-decl_c N ports/lang/gcc/4.7/patches/patch-gcc_c-family_c-opts_c N ports/lang/gcc/4.7/patches/patch-gcc_c-family_c_opt N ports/lang/gcc/4.7/patches/patch-gcc_config_sparc_openbsd64_h N ports/lang/gcc/4.7/patches/patch-gcc_config_i386_i386_c N ports/lang/gcc/4.7/patches/patch-gcc_config_openbsd_h N ports/lang/gcc/4.7/patches/patch-gcc_config_sparc_sparc_c N ports/lang/gcc/4.7/patches/patch-gcc_flags_h N ports/lang/gcc/4.7/patches/patch-gnattools_Makefile_in N ports/lang/gcc/4.7/pkg/PFRAG.I386-main N ports/lang/gcc/4.7/pkg/PFRAG.PIC-c++ N ports/lang/gcc/4.7/pkg/PFRAG.PIC-f95 N ports/lang/gcc/4.7/pkg/PFRAG.PIC-go N ports/lang/gcc/4.7/pkg/PFRAG.PIC-java N ports/lang/gcc/4.7/pkg/PFRAG.PIC-main N ports/lang/gcc/4.7/pkg/PFRAG.PIC-objc N ports/lang/gcc/4.7/pkg/PFRAG.PPC-main N ports/lang/gcc/4.7/pkg/PFRAG.shared-estdc N ports/lang/gcc/4.7/pkg/PFRAG.shared-f95 N ports/lang/gcc/4.7/pkg/PFRAG.shared-go N ports/lang/gcc/4.7/pkg/PFRAG.shared-java N ports/lang/gcc/4.7/pkg/PFRAG.shared-main N ports/lang/gcc/4.7/pkg/PFRAG.shared-objc N ports/lang/gcc/4.7/pkg/PLIST-ada N ports/lang/gcc/4.7/pkg/PLIST-c++ N ports/lang/gcc/4.7/pkg/PLIST-estdc N ports/lang/gcc/4.7/pkg/PLIST-f95 N ports/lang/gcc/4.7/pkg/PLIST-go N ports/lang/gcc/4.7/pkg/PLIST-java N ports/lang/gcc/4.7/pkg/PLIST-main N ports/lang/gcc/4.7/pkg/PLIST-objc No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/04/23 10:30:48 Modified files: lang/gcc/4.7 : Makefile Log message: aja is mirroring adastrap; thanks! CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/23 11:15:19 Modified files: audio/amarok : Makefile audio/hgd : Makefile audio/libgpod : Makefile audio/xmms2 : Makefile databases/dbic++: Makefile databases/hs-HDBC-sqlite3: Makefile databases/libdbi-drivers: Makefile databases/luasqlite3: Makefile databases/ocaml-sqlite3: Makefile databases/p5-DBD-SQLite: Makefile databases/pkglocatedb: Makefile databases/py-sqlite2: Makefile databases/qt3-sqlite3-plugin: Makefile databases/ruby-do_sqlite3: Makefile databases/ruby-sqlite3: Makefile databases/sqlitebrowser: Makefile devel/cvstrac : Makefile devel/fossil : Makefile devel/libopensync: Makefile devel/libsoup : Makefile devel/subversion: Makefile games/gcompris : Makefile games/stone-soup: Makefile games/xmoto : Makefile geo/libchamplain/core: Makefile geo/tangogps : Makefile graphics/darktable: Makefile graphics/digikam: Makefile graphics/gthumb: Makefile lang/php/5.2 : Makefile lang/php/5.3 : Makefile lang/php : Makefile.inc lang/python/2.5: Makefile lang/python/2.7: Makefile lang/python/3.2: Makefile lang/python : Makefile.inc mail/bogofilter: Makefile mail/dovecot : Makefile mail/dspam : Makefile mail/postfix : Makefile.inc mail/postfix/snapshot: Makefile mail/postfix/stable: Makefile misc/logjam : Makefile multimedia/mediatomb: Makefile net/filezilla : Makefile net/gnugk : Makefile net/hpodder : Makefile net/ircd-ratbox: Makefile net/pmacct : Makefile net/poco : Makefile net/powerdns : Makefile net/telepathy/telepathy-logger: Makefile net/zabbix : Makefile security/aircrack-ng: Makefile security/cyrus-sasl2: Makefile security/gnomint: Makefile security/nss : Makefile security/prelude/libpreludedb: Makefile sysutils/bacula: Makefile sysutils/cyphertite: Makefile telephony/asterisk: Makefile www/aria2 : Makefile www/liferea : Makefile www/midori : Makefile www/mongrel2 : Makefile www/mozilla-firefox: Makefile www/mozilla : mozilla.port.mk www/rackmonkey : Makefile www/webkit : Makefile x11/gnome/libgda: Makefile x11/gnome/video-arcade: Makefile x11/gnustep/gworkspace: Makefile x11/gnustep/sqlclient: Makefile x11/qt4 : Makefile Log message: first pass at handling sqlite3 move CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/23 11:54:15 Modified files: infrastructure/plist: amd64 i386 powerpc Log message: 5.1 CD packages CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/23 12:50:36 Modified files: graphics/dia : Makefile Removed files: graphics/dia/patches: patch-app_commands_c patch-app_main_c patch-objects_GRAFCET_boolequation_c Log message: Remove some useless patches. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/23 13:04:07 Modified files: sys/arch/vax/vax: trap.c Log message: When handling SIGFPE, do the `advance pc if exception is a fault (as opposed to a trap)' dance before invoking trapsignal(), which will mess with the pc too. My bug initially, can't believe I never noticed; fixed first in NetBSD. This makes libsqlite3 build. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/23 13:29:30 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: sqlite3 in base system CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/04/23 15:22:02 Modified files: usr.bin/ftp : fetch.c Log message: Handle HTTP Content-Length headers with trailing whitespace. ok martynas@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/23 15:22:09 Modified files: lang/gcc/4.7 : Makefile Log message: well, void distfile names are a bad idea. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/04/23 15:32:29 Modified files: lang/gcc/4.7 : gcc4.port.mk Log message: sync WANTLIB version CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/23 15:35:58 Modified files: telephony/asterisk: Makefile distinfo Log message: SECURITY update to asterisk 1.8.11.1, fixing: * A permission escalation vulnerability in Asterisk Manager Interface. This would potentially allow remote authenticated users the ability to execute commands on the system shell with the privileges of the user running the Asterisk application. * A heap overflow vulnerability in the Skinny Channel driver. The keypad button message event failed to check the length of a fixed length buffer before appending a received digit to the end of that buffer. A remote authenticated user could send sufficient keypad button message events that the buffer would be overrun. * A remote crash vulnerability in the SIP channel driver when processing UPDATE requests. If a SIP UPDATE request was received indicating a connected line update after a channel was terminated but before the final destruction of the associated SIP dialog, Asterisk would attempt a connected line update on a non-existing channel, causing a crash. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/23 15:41:03 Modified files: /telephony/asterisk: Tag: OPENBSD_5_1 Makefile distinfo Log message: MFC asterisk SECURITY update to 1.8.11.1: (with necessary adjustment for sqlite) * A permission escalation vulnerability in Asterisk Manager Interface. This would potentially allow remote authenticated users the ability to execute commands on the system shell with the privileges of the user running the Asterisk application. * A heap overflow vulnerability in the Skinny Channel driver. The keypad button message event failed to check the length of a fixed length buffer before appending a received digit to the end of that buffer. A remote authenticated user could send sufficient keypad button message events that the buffer would be overrun. * A remote crash vulnerability in the SIP channel driver when processing UPDATE requests. If a SIP UPDATE request was received indicating a connected line update after a channel was terminated but before the final destruction of the associated SIP dialog, Asterisk would attempt a connected line update on a non-existing channel, causing a crash. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/04/23 16:10:45 Modified files: usr.bin/tmux : cmd-kill-window.c tmux.1 Log message: Add -a flag to kill-window, from Thomas Adam. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/04/23 16:23:14 Modified files: usr.bin/tmux : options-table.c status.c tmux.1 Log message: Add window-status-separator option, from Thomas Adam. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/04/23 16:40:47 Modified files: usr.bin/tmux : window-choose.c Log message: Use a helper function to fire choose callback. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/04/23 16:41:40 Modified files: faq : faq6.html Log message: dhcpd and nfs are best started via rc.d/ scripts now, based on diff from robert at t61 at peichaer dotorg, thanks! While here, improve dhcpd config a bit; no need to list interfaces normally. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/04/23 16:43:09 Modified files: usr.bin/tmux : cmd.c Log message: Do not return a buffer on the stack, mentioned by jsg a while ago. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/23 17:11:01 Modified files: devel/llvm : Makefile devel/llvm/patches: patch-tools_clang_lib_Basic_Targets_cpp Log message: Update Clang to use _REENTRANT instead of _POSIX_THREADS when using the -pthread flag. From Brad. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/04/23 17:18:43 Modified files: usr.bin/tmux : client.c Log message: Use an enum for client exit reasons, from George Nachman. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/04/23 17:25:02 Modified files: usr.bin/tmux : client.c Log message: Add missing prototype. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/04/23 20:23:30 Modified files: . : 51.html Log message: sh packages for 5.1! hurray! hurray! CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/04/23 21:42:04 Modified files: . : 51.html Log message: A few more entries for 51.html and slight formatting cleanup. Earlier version checked by jj@, OK deraadt. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/24 00:05:50 Modified files: devel/xulrunner/1.9: Makefile Log message: bump since nss changed CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/24 00:10:16 Modified files: mail/mozilla-thunderbird: Makefile Log message: sqlite bump CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/24 00:14:53 Modified files: www/seamonkey : Makefile Log message: sqlite bump CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/24 00:37:32 Modified files: devel/arduino : Makefile distinfo devel/arduino/files: BSDmakefile arduinoproject devel/arduino/patches: patch-hardware_arduino_boards_txt patch-libraries_Ethernet_Ethernet_cpp devel/arduino/pkg: PLIST README Added files: devel/arduino/files: template.ino Removed files: devel/arduino/files: template.pde devel/arduino/patches: patch-hardware_arduino_cores_arduino_HardwareSerial_cpp patch-hardware_arduino_cores_arduino_main_cpp patch-hardware_arduino_cores_arduino_wiring_private_h Log message: - update arduino to 1.0, please see the changelog: http://arduino.cc/blog/2011/10/04/arduino-1-0/ - various changes related to this port: * adjust sketch extensions from .pde to .ino * deal better with different arduino variants * adjust template to get it compiling/linking again tested by various CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/04/24 01:05:34 Modified files: lang/gcc/4.7/patches: patch-gcc_config_rs6000_sysv4_h Log message: s/_POSIX_THREADS/_REENTRANT/, noticed by Brad. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/24 01:42:55 Modified files: multimedia/xine-ui: Makefile Log message: Enable the multibyte support. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/24 01:59:26 Modified files: sysutils/deja-dup: Makefile distinfo sysutils/deja-dup/pkg: PLIST Log message: Update to deja-dup-22.1. CVSROOT: /cvs Module name: www Changes by: sobrado@cvs.openbsd.org 2012/04/24 02:12:57 Modified files: . : 51.html Log message: OpenSSH 6.0 features and bug fixes. ok djm@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/24 03:47:31 Modified files: lang/gcc/3.3 : Makefile Log message: missing bump -estdc CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/04/24 03:52:08 Log message: Import Asql. ASQL is a simple tool to allow you to query Apache common logfiles via SQL. With comments/tweaks from sthen@ ok sthen@ Status: Vendor Tag: pea Release Tags: pea_20120424 N ports/www/asql/distinfo N ports/www/asql/Makefile N ports/www/asql/pkg/PLIST N ports/www/asql/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/04/24 03:53:14 Modified files: www : Makefile Log message: Add asql CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/24 04:15:57 Modified files: www/owncloud : Makefile www/owncloud/files: owncloud.conf www/owncloud/pkg: README Log message: Config/doc tweaks. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/04/24 04:44:04 Modified files: de : 51.html ftp.html faq/de : faq6.html fr : errata50.html openbgpd/de : ftp.html openbgpd/ru : ftp.html openntpd/de : ftp.html portable.html openntpd/ru : ftp.html portable.html openssh/de : ftp.html index.html openbsd.html portable.html openssh/fr : ftp.html index.html openbsd.html openssh/nl : ftp.html index.html openbsd.html openssh/ru : ftp.html index.html java.html openbsd.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/24 04:55:18 Modified files: graphics/gthumb: Makefile distinfo graphics/gthumb/pkg: PLIST Removed files: graphics/gthumb/patches: patch-gthumb_glib-utils_c Log message: - update to 3.0.0 ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/24 05:40:39 Log message: import igal2 (continued version of www/igal, which'll stay as discussed with sthen@) igal2 (the successor of igal) is a quick and easy program for placing your images online with just one command-line. It generates a pretty good-looking set of W3-compliant static HTML slides even with its default settings. The slide show preloads the next image with JavaScript - ideal for slower links. ok sthen@ Status: Vendor Tag: jasper Release Tags: jasper_20122404 N ports/www/igal2/Makefile N ports/www/igal2/distinfo N ports/www/igal2/patches/patch-igal2_1 N ports/www/igal2/patches/patch-slidetemplate2_html N ports/www/igal2/patches/patch-igal2 N ports/www/igal2/pkg/PLIST N ports/www/igal2/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/24 05:41:06 Modified files: www : Makefile Log message: sync CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/04/24 06:20:59 Modified files: lib/libc/sys : accept.2 Log message: document address truncation; from Steffen Daode Nurpmeso ok deraadt matthew millert CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/04/24 06:37:44 Modified files: sysutils/autossh: Makefile distinfo sysutils/autossh/pkg: PLIST Log message: Update for autossh to 1.4c using autoconf infrastructure and also drop unnecessary VERSION variable (pointed by sthen@), now autossh use configure. With this fixes: - updated option string up to OpenSSH 5.6 - when using -f, set gate_time to 0; the assumption is that it is being used for infrastructure (i.e. in a system startup), has been tested, and bombing out just because the remote end is not up is not the desired behaviour. - add AUTOSSH_MAXLIFETIME - fix poll flags so not checking for writable when write done - compile time TOUCH_PIDFILE option to touch pid file on connection test. Maintainer drop the maintainership, so I take care of this now. OK aja@, okan@. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/24 06:55:12 Modified files: net/mldonkey/stable: Makefile distinfo net/mldonkey/stable/patches: patch-config_configure_in patch-src_utils_net_upnp_stubs_c net/mldonkey/stable/pkg: PLIST Log message: Bugfixing update to mldonkey-3.1.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/24 08:00:05 Modified files: x11/gnome/gcr : Makefile distinfo Log message: Update to gcr-3.4.1. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/04/24 08:56:09 Modified files: share/man/man5 : pf.conf.5 sbin/iked : iked.conf.5 sbin/ipsecctl : ipsec.conf.5 usr.sbin/bgpd : bgpd.conf.5 usr.sbin/dvmrpd: dvmrpd.conf.5 usr.sbin/hostapd: hostapd.conf.5 usr.sbin/ifstated: ifstated.conf.5 usr.sbin/ldapd : ldapd.conf.5 usr.sbin/ldpd : ldpd.conf.5 usr.sbin/ospf6d: ospf6d.conf.5 usr.sbin/ospfd : ospfd.conf.5 usr.sbin/relayd: relayd.conf.5 usr.sbin/ripd : ripd.conf.5 usr.sbin/smtpd : smtpd.conf.5 usr.sbin/snmpd : snmpd.conf.5 usr.sbin/ypldap: ypldap.conf.5 Log message: take a stab at documenting when arguments need quoted, and valid macro characters; prompted by a diff from robert peichaer org thanks gilles and henning for feedback ok deraadt zinke CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/24 09:10:32 Modified files: mail/zarafa/zarafa: Makefile mail/zarafa/zarafa/pkg: README-main Log message: Config tweak. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/24 09:20:52 Modified files: mail/zarafa/zarafa: Makefile mail/zarafa/zarafa/pkg: README-main UNMESSAGE-web Log message: Typos. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/04/24 09:56:25 Modified files: databases/mysql-zrm: Makefile Added files: databases/mysql-zrm/patches: patch-usr_bin_mysql-zrm-reporter Log message: Fix reporting via rss CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/24 10:35:08 Modified files: sys/kern : uipc_socket.c Log message: In sosend() for AF_UNIX control message sending, correctly calculate the size (internalized ones can be larger on some architectures) for fitting into the socket. Avoid getting confused by sb_hiwat as well. This fixes a variety of issues where sendmsg() would fail to deliver a fd set or fail to wait; even leading to file leakage. Worked on this with claudio for about a week... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/24 11:21:42 Modified files: www/fennec : Makefile Log message: missed bump CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/24 11:49:39 Modified files: productivity/sunbird: Makefile Log message: bump CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/24 12:48:16 Modified files: www/firefox35 : Makefile www/firefox36 : Makefile Log message: bump CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/04/24 12:57:44 Modified files: textproc/c2html: Makefile distinfo textproc/c2html/pkg: PLIST Log message: Update for c2html to version 0.9.5, whit this changes: * the \r character was not handled correctly * Added support for flexible tabize wished * some highlighting mistakes were introduced by the last bugfix. Tested on i386. While here USE_GROFF is not needed. OK okan@, aja@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/24 13:05:55 Modified files: multimedia/mediatomb: Makefile www/midori : Makefile Log message: missed bump after sqlite3 move CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/24 13:09:04 Modified files: databases/libdbi-drivers: Makefile Log message: missed bump after sqlite3 move CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/24 13:28:31 Modified files: misc/dvtm : Makefile Added files: misc/dvtm/patches: patch-madtty_c Log message: in strict C99 mode, alloca() is not a builtin CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/24 14:01:03 Modified files: sys/arch/mips64/include: pte.h sys/arch/mips64/mips64: context.S tlbhandler.S Log message: Introduce a #define for the number of PFN bits in a pte, to be used in the .S code when masking the upper bits, instead of hardcoding them. Makes code easier to understand (and also I might have a need to reduce PFN width on some particular CPU models in the future). No change in generated code. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/24 14:02:03 Modified files: sys/arch/mips64/include: pte.h sys/arch/mips64/mips64: pmap.c Log message: Add support for wired mappings, using the last unused bit in the PTE. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/24 14:06:22 Modified files: sys/arch/mips64/mips64: cache_r5k.S Log message: Harvest some low-hanging fruit in thu R5k/RM7k cache routines: - replace masking with large `power of two minus one' constants with a pair of shifts, this is shorter code and does not require the at register. - merge R5000 and RM52xx setup, as the configuration register layout is the same on both processors. - In Mips5k_IOSyncDCache(), delay building the call frame until we know we will not perform a leaf call. Replace leaf calls with jumps to the appropriate routines. Tested on R5000, RM5271 and RM7000. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/24 14:11:26 Modified files: sys/arch/sgi/gio: gio.c giovar.h grtwo.c impact_gio.c light.c newport.c Log message: Pour even more smarts into the GIO device identification code, to the point that it can now tell ID-less framebuffers apart correctly. Therefore, we can use direct configuration instead of ugly games. Frame buffer drivers match routines now only need to check for the fake ID they receive. Tested on various newport and grtwo setups (including multihead configurations) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/24 14:18:17 Modified files: sys/arch/sgi/gio: newport.c Log message: Minor tweaks: - correctly gather version information. When reading device registers is a two step process (write address, read data), it is a very bad idea to call a wrapper around these two operations (to read register B) between the two operations inline (to read register A). Unless you want to know the version information for your garbage latches, that is. Now Indy 8-bit devices no longer get reported as 24-bit devices, and Indy 24-bit devices no longer get reported as 8-bit devices. (not that it mattered much anyway) - define and use symbolic constants when parsing the video mode settings to figure out the display resolution. This code still itches, but much less now. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/24 14:47:39 Modified files: x11/vlc : Makefile Log message: build even if . isn't in PATH CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/24 14:49:12 Modified files: distrib/notes/sgi: hardware Log message: Fix a few inaccuracies CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2012/04/24 15:03:03 Modified files: . : sgi.html want.html Log message: Sync with the last three weeks of visible work, as well as my never ending hunger for obsolete gear. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/04/24 22:12:27 Modified files: sys/crypto : cast.c Log message: Use explicit_bzero() for clearing key material. Pointed out by Michael W. Bombardieri on tech@. ok deraadt CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/04/24 22:21:45 Modified files: sbin/fdisk : cmd.c Log message: Before writing it to disk, warn the user if their new MBR contains more than one OpenBSD partition. ok deraadt CVSROOT: /cvs Module name: www Changes by: guenther@cvs.openbsd.org 2012/04/24 22:50:25 Modified files: . : plus51.html 51.html Log message: priviledge --> privilege CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/25 00:04:13 Modified files: graphics/gthumb: Makefile Log message: fix LIB_DEPENDS, prompted by nigel@ CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2012/04/25 00:08:07 Modified files: . : sgi.html Log message: minor consistency CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/25 00:23:16 Modified files: x11/gnome/libgda: Makefile Added files: x11/gnome/libgda/patches: patch-libgda_sqlite_gda-sqlite-pstmt_h Log message: fix broken lookup of sqlite includes, okay aja. bump REVISIONs just to be sure, since we were building stuff in a very weird and possibly bad way. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/25 00:40:51 Modified files: mail/zarafa/zarafa/patches: patch-spooler_Spooler_cpp Log message: Remove outdated comment. CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2012/04/25 00:46:15 Modified files: . : sgi.html Log message: kerne -> kernel CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/25 00:56:47 Log message: Import zarafa-webapp-7.1.0. The Zarafa WebApp project is the successor to the existing Zarafa WebAccess; both can run alongside each other. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120425 N ports/mail/zarafa/webapp/distinfo N ports/mail/zarafa/webapp/Makefile N ports/mail/zarafa/webapp/pkg/DESCR N ports/mail/zarafa/webapp/pkg/PLIST N ports/mail/zarafa/webapp/pkg/UNMESSAGE N ports/mail/zarafa/webapp/pkg/README N ports/mail/zarafa/webapp/patches/patch-etc_zarafa_webapp_config_php N ports/mail/zarafa/webapp/files/zarafa-webapp.conf No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/25 00:57:17 Modified files: mail/zarafa : Makefile Log message: +webapp CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/04/25 01:18:45 Modified files: usr.bin/aucat : aucat.1 Log message: later -> latter; CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/04/25 01:21:41 Modified files: usr.bin/aucat : midi.c Log message: Fix typos, from Michael W. Bombardieri , Thanks! CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/25 03:48:10 Modified files: x11/gnome/libgda/patches: patch-libgda_sqlite_gda-sqlite-pstmt_h Log message: add bz url CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/25 05:41:45 Modified files: mail/gmime : Makefile Log message: Missing BUILD_DEPENDS, spotted by pea@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/04/25 06:13:16 Modified files: de : 50.html 51.html alpha.html amd64.html amiga.html arc.html armish.html bank-donation.html books.html crypto.html docum.html events.html hp300.html hppa.html i386.html items.html landisk.html loongson.html mac68k.html macppc.html mail.html mvme68k.html mvme88k.html plat.html pmax.html policy.html porting.html press.html report.html romp.html security.html sgi.html socppc.html sparc.html sparc64.html stable.html sun3.html users.html vax.html why-cvs.html zaurus.html faq/fr : faq6.html fr : want.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/04/25 07:07:26 Modified files: mail/mairix : Makefile distinfo mail/mairix/pkg: PLIST Log message: Little update for Mairix to 0.22 with: * Skip symlinks when using mbox * Update FSF address in file headers * Update COPYING to latest gpl-2.0.txt * Improve error message if home directory cannot be determined * Honour HOME environment variable * MIME types are allowed to have "+" characters in them. * Fix deficiencies in the parsing of mbox From lines * Include the existing -x flag in the help message And others, while there, USE_GROFF is not needed. Maintainer timeout OK okan@, aja@ and sthen@ (look fine but without testing) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/25 07:55:12 Modified files: textproc/mupdf : Makefile distinfo textproc/mupdf/patches: patch-Makerules patch-scripts_fontdump_c textproc/mupdf/pkg: PLIST Log message: update to MuPDF 1.0 - thanks to krw@, brett@ and "Dawe" for testing the release candidate CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/04/25 08:04:06 Log message: import kc; feedback and ok sthen@, merdely@ Console based password storing application using an encrypted XML document as its database. updated and tweaked submission from LEVAI Daniel Status: Vendor Tag: okan Release Tags: okan_20120425 N ports/security/kc/distinfo N ports/security/kc/Makefile N ports/security/kc/pkg/DESCR N ports/security/kc/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/04/25 08:07:38 Modified files: security : Makefile Log message: +kc CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/25 08:39:17 Modified files: games/stone-soup: Makefile Log message: point at real sqlite location CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/25 08:46:16 Modified files: net/telepathy/telepathy-salut: Makefile Log message: disable tests that require a running avahi instance (and fix a hidden dependency along the way) CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/04/25 09:08:20 Modified files: www/py-tornado : Makefile distinfo Log message: Update tornado to 2.2.1, ok aja@. Release notes:http://www.tornadoweb.org/documentation/releases/v2.2.1.html. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/04/25 10:34:18 Modified files: net/zabbix : Makefile distinfo Log message: update to 1.8.12 CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/04/25 14:28:25 Modified files: lib/libc/asr : asr_debug.c getaddrinfo_async.c gethostnamadr_async.c getnameinfo_async.c Log message: fix a few warnings CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/04/25 15:12:30 ports/devel/vtcl/patches Update of /cvs/ports/devel/vtcl/patches In directory cvs.openbsd.org:/tmp/cvs-serv6730/patches Log Message: Directory /cvs/ports/devel/vtcl/patches added to the repository CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/04/25 15:12:49 Modified files: usr.bin/tmux : input.c tmux.h Log message: Add a buffer with all input from last ground state, will be used for control mode. From George Nachman. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/04/25 16:02:39 Modified files: devel/hs-hashed-storage: Makefile distinfo Log message: Update to hs-hashed-storage-0.5.9 (required by an upcoming update of devel/darcs). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/25 16:07:35 Modified files: sys/arch/mips64/mips64: pmap.c Log message: Skip cache flushes in pmap_zero_page() and pmap_copy_page() on systems without virtual aliasing, or for pages which are not currently mapped cached. 1+% speed increase on sgi IP27 and loongson kernels. Tested on LS2F, R4400, R5000, R12000 and R16000. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/04/25 16:50:37 Modified files: lang/ghc : Makefile Log message: Set GhcThreaded=NO again. Bulk builders suffer without this, and we already have a sligt idea what's going wrong (new thread receives a signal before __tfork returns and then it fails in sigreturn). I hope to find some time to work on a regression test for this problem (which isn't related at all to ghc). CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/25 17:03:09 Modified files: net/powerdns : Makefile Log message: sqlite in base CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/04/25 19:22:31 Modified files: lib/libc : Makefile.inc lib/libc/string: strnlen.c share/man/man9 : Makefile kern.9 sys/conf : files sys/lib/libkern: libkern.h Added files: sys/lib/libkern: strnlen.c Log message: Add strnlen() to libkern. ok deraadt CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/04/25 23:55:36 Modified files: lib/libutil : pty.c Log message: Drop support from openpty() for 8+ year old kernels that don't support /dev/ptm. Users are strongly encouraged to upgrade to a more recent release if they haven't already. ok deraadt CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/26 00:33:15 Modified files: net/pmacct : Makefile Log message: fix sqlite headers location CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/26 03:25:40 Modified files: x11/dbus : Makefile x11/dbus/patches: patch-test_Makefile_in Log message: Sync patch wirh upstream, USE_GMAKE. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/26 03:58:17 Modified files: games/gtkballs : Makefile games/gtkballs/patches: patch-src_Makefile_in games/gtkballs/pkg: PLIST Log message: Fix localestatedir. Regen WANTLIB. Set license marker. @sample scores from proper examples dir. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/26 04:36:09 Modified files: graphics/exiv2 : Makefile distinfo Log message: - update to 0.23 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/04/26 04:55:10 Modified files: x11/i3 : Makefile x11/i3/patches : patch-common_mk patch-i3_config Log message: Fix config file; fix WANTLIB CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/26 05:23:33 Modified files: x11/aterm : Makefile Log message: drop maintainership for this unmaintained (upstream) port which can frankly be removed since upstream decided to focus on rxvt-unicode...about 4 years ago. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/26 05:28:09 Modified files: mail/zarafa/zarafa: Makefile Log message: Fix localstatedir. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/26 09:37:27 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/04/26 09:54:54 Modified files: etc/etc.vax : disktab distrib/vax/iso: Makefile Log message: grow the iso CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/04/26 11:00:05 Modified files: share/man/man4 : pty.4 Log message: Document TIOCEXT and cleanup other ioctl descriptions. ok jmc, nicm CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/04/26 11:18:17 Modified files: sys/kern : uipc_usrreq.c Log message: Cleanup unp_bind() a little: - Require sun_family to be set to AF_UNIX (also in unp_connect()) - Ensure internal sockaddr_un's always have their length set to sizeof(struct sockaddr_un) regardless of the user specified length, implicitly extending with NUL characters as necessary. - Normalize sun_path to never contain a non-NUL character after a NUL character. Lack of NUL termination on truncated sockaddrs issue pointed out by Michael Kerrisk on the Austin Group mailing list. ok millert CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/26 11:19:51 Log message: import a meta-port for the gEDA suite The gEDA project has produced and continues working on a full GPL'd suite and toolkit of Electronic Design Automation tools. These tools are used for electrical circuit design, schematic capture, simulation, prototyping, and production. Currently, the gEDA project offers a mature suite of free software applications for electronics design, including schematic capture, attribute management, bill of materials (BOM) generation, netlisting into over 20 netlist formats, analog and digital simulation, and printed circuit board (PCB) layout. ok edd@ Status: Vendor Tag: jasper Release Tags: jasper_20122604 N ports/meta/geda/Makefile N ports/meta/geda/pkg/DESCR N ports/meta/geda/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/26 11:20:59 Modified files: meta : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/26 13:08:00 Modified files: cad/fritzing : Makefile distinfo cad/fritzing/patches: patch-pri_utils_pri cad/fritzing/pkg: PLIST Log message: - update to 0.7.4 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/26 13:12:29 Removed files: cad/fritzing/patches: patch-pri_utils_pri Log message: zap unneeded patch CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/26 13:18:08 Removed files: x11/aterm : Makefile distinfo x11/aterm/files: cli_xcin.c protocol.h state.h x11/aterm/patches: big5-patch-src_Makefile_in patch-src_command_c x11/aterm/pkg : DESCR PLIST Log message: Remove aterm, it's been unmaintained upstream since they've started working on rxvt-unicode instead....about four years ago. ok aja@ dcoppa@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/26 13:18:14 Modified files: x11 : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/26 13:18:35 Modified files: x11/afterstep : Makefile Log message: - use urxvt instead of aterm CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/26 13:18:51 Modified files: infrastructure/plist: arm i386 mips64el sparc64 Log message: bye bye aterm CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/26 15:13:10 Modified files: sysutils/ggrep : Makefile distinfo Log message: update to 2.12: -r now follows only command-line symlinks CVSROOT: /cvs Module name: src Changes by: okan@cvs.openbsd.org 2012/04/26 15:32:20 Modified files: sys/arch/sparc64/sparc64: pmap.c Log message: va is of type vaddr_t; allow sparc64 to build with DEBUG ok miod@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/04/26 16:50:02 Modified files: faq : truetype.html Log message: Talk about gtk+2/3 and qt3/4 rather than just gtk+2/qt3, aja@ agrees. Inspired by a diff from Juan Francisco Cantero Hurtado CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/27 02:09:56 Modified files: graphics/ImageMagick: Makefile Added files: graphics/ImageMagick/patches: patch-coders_jpeg_c patch-coders_tiff_c patch-magick_property_c Log message: Apply security fixes from upstream for CVE-2012-0260, CVE-2012-1798, CVE-2012-1610, CVE-2012-0259. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/04/27 02:18:59 Modified files: lang/python : Makefile.inc lang/python/2.7: Makefile distinfo lang/python/2.7/patches: patch-Lib_test_test_tempfile_py patch-Makefile_pre_in patch-Modules_ossaudiodev_c patch-Modules_selectmodule_c patch-configure_in lang/python/2.7/pkg: PLIST-main PLIST-tests PLIST-tools Removed files: lang/python/2.7/patches: patch-Lib_test_test_fcntl_py Log message: Update Python 2.7.2 to 2.7.3. ok mpi@, gonzalo@. tested in a bulk build by landry@. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/04/27 02:20:25 Modified files: devel/py-mxDateTime: Makefile distinfo devel/py-mxDateTime/pkg: PLIST Log message: Update mxDateTime to 3.2.4. Fixed a compatibility problem with Python 2.7's distutils that was introduced in Python 2.7.3 (spotted by landry@). CVSROOT: /cvs Module name: ports Changes by: mpi@cvs.openbsd.org 2012/04/27 03:01:31 Log message: Import py-gunicorn 0.14.2, from Bertrand Janin Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork worker model ported from Ruby's Unicorn project. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resource usage, and fairly speedy. ok rpointel@ Status: Vendor Tag: mpi Release Tags: mpi_20122704 N ports/www/py-gunicorn/Makefile N ports/www/py-gunicorn/distinfo N ports/www/py-gunicorn/pkg/DESCR N ports/www/py-gunicorn/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mpi@cvs.openbsd.org 2012/04/27 03:03:23 Modified files: www : Makefile Log message: +py-gunicorn CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/27 03:16:17 Modified files: net/trafshow : Makefile Log message: mirror distfile CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/27 03:19:31 Modified files: net/trafd : Makefile Log message: mirror distfile CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/27 03:23:04 Modified files: graphics/ImageMagick: Tag: OPENBSD_5_1 Makefile Added files: graphics/ImageMagick/patches: Tag: OPENBSD_5_1 patch-coders_jpeg_c patch-coders_tiff_c patch-magick_property_c Log message: Apply security fixes from upstream for CVE-2012-0260, CVE-2012-1798, CVE-2012-1610, CVE-2012-0259. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/27 03:59:05 Modified files: graphics/dia : Makefile graphics/dia/patches: patch-objects_custom_shape_typeinfo_c patch-tests_test-boundingbox_c patch-tests_test-objects_c Added files: graphics/dia/patches: patch-plug-ins_pgf_render_pgf_c Log message: Unbreak runtime. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/27 04:06:37 Modified files: net/gftp : Makefile Removed files: net/gftp/patches: patch-lib_protocols_c Log message: Remove useless patch. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/27 04:11:58 Modified files: x11/gnome/gvfs : Makefile distinfo Log message: Minor update to gvfs-1.12.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/27 04:59:31 Modified files: x11/gnome/settings-daemon: Makefile x11/gnome/settings-daemon/pkg: PLIST Added files: x11/gnome/settings-daemon/patches: patch-configure_ac patch-data_Makefile_am patch-plugins_Makefile_am Removed files: x11/gnome/settings-daemon/patches: patch-configure patch-plugins_Makefile_in Log message: Properly disable wacom support. CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2012/04/27 06:02:47 Modified files: etc : bgpd.conf Log message: Add a brief comment describing each bogus v4 network that is filtered by default, similar to the v6 entries. While here, add a filter for 100.64.0.0/10, which is now reserved by RFC 6598 OK henning@, sthen@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/27 06:52:57 Modified files: usr.sbin/pkg_add/OpenBSD: Temp.pm Log message: use our light-weight OpenBSD::MkTemp, which is safer, more accurate, and doesn't pull a shitload of other modules with it. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/04/27 07:53:15 Modified files: mail/py-policyd-spf: Makefile distinfo mail/py-policyd-spf/patches: patch-setup_py mail/py-policyd-spf/pkg: PLIST Removed files: mail/py-policyd-spf/patches: patch-policyd-spf_peruser_5 Log message: Update to 1.0 and take maintainership "if it works for you then commit" pea@ (old maintainer) CVSROOT: /cvs Module name: src Changes by: giovanni@cvs.openbsd.org 2012/04/27 08:01:35 Modified files: usr.sbin/relayd: relay.c Log message: A message-body should be forwarded for DELETE method too. from Florian Obser ok pyr@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/04/27 08:33:23 Modified files: emulators/stella: Makefile distinfo emulators/stella/patches: patch-configure emulators/stella/pkg: PLIST Log message: Update for Stella to 3.6.1 with a lot bug fixes. Tested on i386 and amd64. OK benoit@ (maintainer), aja@ CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/04/27 11:39:47 Modified files: sys/arch/sh/include: signal.h Log message: Remove reg.h inclusion. Missed by miod@ in his previous commit. Now groff should build. Okay miod@. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/04/27 12:40:02 Modified files: lang/ruby/1.9 : Makefile distinfo lang/ruby/1.9/pkg: PLIST-main PLIST-ri_docs Log message: Update to ruby 1.9.3-p194. Fixes SSL security issues when installing gems, and has other significant bugfixes. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/04/27 12:41:07 Modified files: devel/ruby-gems: Makefile distinfo devel/ruby-gems/patches: patch-lib_rubygems_commands_setup_command_rb patch-lib_rubygems_config_file_rb devel/ruby-gems/pkg: PLIST Log message: Update to rubygems 1.8.23, fixes SSL security issues when installing gems. CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/04/27 12:46:15 Modified files: devel/p5-Pod-Coverage: Makefile distinfo devel/p5-Pod-Coverage/pkg: PLIST Log message: update to 0.22; (maintainer timeout) looks good to jasper@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/27 13:20:21 Modified files: sys/arch/sgi/gio: gio.c Log message: The new probe logic would pretend light(4) devices always exist on Indigo; fix this by reinstating the actual probe which got removed by mistake in the recent gio probe and console code rework. Found the hard way by sebastia@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/27 13:22:06 Modified files: sys/arch/sgi/hpc: z8530kbd.c Log message: Fix the `all keys up' event handling logic to only apply to it, and not to regular `one key is up' events. Makes the shift, alt, ctrl, etc keys behave as expected after the next keystroke. CVSROOT: /cvs Module name: src Changes by: jeremy@cvs.openbsd.org 2012/04/27 13:32:23 Modified files: share/man/man5 : bsd.port.mk.5 Log message: Remove mention of CHMOD and CHOWN variables, no longer used. OK espie@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/27 13:48:58 Modified files: sys/dev/ic : wd33c93reg.h Log message: Sprinkle bus_space_barrier after register writes. 70% paranoia and 30% ``boots being interrupted while the prom is loading the kernel and then restarted no longer seem to end up with a hosed chip with this diff'' on sgi. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/27 13:55:53 Modified files: graphics/zxing : Makefile graphics/zxing/patches: patch-cpp_SConscript Log message: * honor CXX/CXXFLAGS * explicitly link with libiconv (ImageMagick pulls it in, but ImageMagick-no_x11 doesn't) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/27 17:01:52 Modified files: archivers/libarchive: Makefile distinfo Log message: update to 3.0.4 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2012/04/28 00:55:24 Modified files: textproc/highlight: Makefile distinfo Log message: - update highlight to 3.8 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/28 02:00:56 Modified files: mail/gmime : Makefile mail/gmime/pkg : PLIST-main PLIST-mono Log message: gmime-api.xml is part of the -mono subpackage. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/28 02:13:07 Modified files: textproc/meld : Makefile distinfo textproc/meld/pkg: PLIST Log message: Update to stable meld-1.6.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/28 02:18:33 Modified files: net/libcares : Makefile distinfo net/libcares/pkg: PLIST Log message: Update to libcares 1.8.0. from Brad CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2012/04/28 02:28:24 Modified files: security/ophcrack: Makefile distinfo security/ophcrack/patches: patch-configure Log message: - update ophcrack to 3.4.0 - update patches ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/28 02:34:56 Modified files: lang/php : Makefile.inc lang/php/5.2 : Makefile lang/php/5.2/patches: patch-scripts_php-config_in lang/php/5.3 : Makefile lang/php/5.3/patches: patch-scripts_php-config_in Log message: Let php-config-5.[23] --php-binary report the correct path. This fixes regression tests in pecl ports. Part of my pecl.port.mk work which was OK'd by jasper@ (maintainer timeout). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/28 02:41:32 Modified files: graphics/ffmpeg: Makefile distinfo graphics/ffmpeg/patches: patch-configure patch-ffplay_c patch-subdir_mak graphics/ffmpeg/pkg: PLIST Log message: Update to ffmpeg-20120422 (0.7 branch). * fix a whole lot of security related issues and bugs from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/28 02:42:07 Modified files: x11/mplayer : Makefile Log message: Cope with recent ffmpeg update. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/28 02:51:38 ports/audio/xmms-tremor/patches Update of /cvs/ports/audio/xmms-tremor/patches In directory cvs.openbsd.org:/tmp/cvs-serv18394/patches Log Message: Directory /cvs/ports/audio/xmms-tremor/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/28 03:02:36 Modified files: audio/pacpl : Makefile distinfo audio/pacpl/patches: patch-pacpl Log message: Update pacpl to 4.0.4 and switch to FFmpeg for AC3 encoding. From Brad, ok with maintainer "if it works for you". - also fix AC3 decoding, which was broken in the old version too (and found while testing the above changes), from me. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/28 03:03:08 Modified files: audio/tremor : Makefile distinfo audio/tremor/patches: patch-configure_in audio/tremor/pkg: PLIST Removed files: audio/tremor/patches: patch-Version_script_in Log message: Update to an up to date snapshot of the Tremor decoder. * fixes a few security related issues and a good number of bugs from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/28 03:03:45 Modified files: multimedia/gstreamer-0.10/plugins-base: Makefile Added files: multimedia/gstreamer-0.10/plugins-base/patches: patch-ext_vorbis_gstvorbisdeclib_h Log message: Cope with recent audio/tremor update. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/28 03:04:14 Modified files: games/uqm : Makefile games/uqm/pkg : PLIST-main Added files: games/uqm/patches: patch-sc2_src_sc2code_libs_sound_decoders_oggaud_c Log message: Cope with recent audio/tremor update. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/28 03:04:51 Modified files: audio/xmms-tremor: Makefile Added files: audio/xmms-tremor/patches: patch-configure_ac patch-src_fileinfo_c patch-src_vcedit_c patch-src_vcedit_h patch-src_vorbis_c Log message: Cope with recent audio/tremor update. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/28 03:14:33 Modified files: multimedia/xine-lib: Makefile multimedia/xine-lib/patches: patch-src_demuxers_demux_qt_c patch-src_xine-utils_color_c Added files: multimedia/xine-lib/patches: patch-src_video_out_yuv2rgb_mmx_c patch-src_xine-engine_alphablend_c Log message: Merge several bugfixes from upstream. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/28 03:25:25 Modified files: www/lighttpd : Makefile Added files: www/lighttpd/patches: patch-src_http_auth_c patch-src_mod_accesslog_c patch-src_mod_auth_c patch-src_mod_cgi_c patch-src_mod_fastcgi_c patch-src_mod_scgi_c patch-src_request_c Log message: lighttpd fixes, from upstream via Brad. - Fix handling of empty header list entries in http_request_split_value. - Fix access log escaping of " and \\. - Fix digest "md5-sess" implementation (Errata ID 1649, RFC 2617). - Add "AUTH_TYPE" environment (for *cgi), remove fastcgi specific workaround. - Fix splitting :port with IPv6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/28 03:26:50 Modified files: security/assl : Makefile distinfo Log message: Update to assl-1.0.0. from David Hill (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/28 03:27:29 Modified files: devel/libexude : Makefile distinfo Log message: Update to libexude-0.7.0. from David Hill (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/28 03:28:04 Modified files: devel/libclog : Makefile distinfo Log message: Update to libclog-0.5.0. from David Hill (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/28 03:28:47 Modified files: textproc/libxmlsd: Makefile distinfo Log message: Update to libxmlsd-0.8.0. from David Hill (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/28 03:29:22 Modified files: archivers/libshrink: Makefile distinfo Log message: Update to libshrink-0.4.0. from David Hill (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/28 03:30:05 Modified files: sysutils/cyphertite: Makefile distinfo Log message: Update to cyphertite-1.2.1. from David Hill (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/28 03:31:19 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: update Postfix snapshot to 2.10-20120423, from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/28 03:31:40 Modified files: mail/postfix/stable: Makefile distinfo Log message: update Postfix stable to 2.9.2, from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/28 03:33:58 Modified files: net/znc : Makefile distinfo Log message: update ZNC to 0.206, from Brad mostly minor fixes etc., http://wiki.znc.in/ChangeLog/0.206 CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2012/04/28 03:43:24 Modified files: sys/dev/pckbc : pms.c pmsreg.h Log message: Added yet another magic for my ALPS touchpad. ok mpi@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/04/28 03:48:20 Modified files: devel/apr : Makefile distinfo devel/apr/patches: patch-apr-config_in patch-configure patch-network_io_unix_sockets_c devel/apr/pkg : DESCR PFRAG.shared PLIST Removed files: devel/apr/patches: patch-Makefile_in patch-apr-mt_pc_in patch-memory_unix_apr_pools_c patch-test_Makefile_in devel/apr/pkg : PFRAG.mt-shared PFRAG.no-mt-shared Log message: Update to APR-1.4.6. Enable threads by default and remove the 'mt' flavour. Grab maintainership. ok sthen CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/04/28 03:49:49 Modified files: devel/apr-util : Makefile distinfo devel/apr-util/pkg: DESCR PFRAG.shared PLIST Added files: devel/apr-util/pkg: PFRAG.ldap PFRAG.ldap-shared Removed files: devel/apr-util/patches: patch-Makefile_in patch-apr-util-mt_pc_in patch-apu-config_in patch-buckets_apr_brigade_c patch-build_apu-conf_m4 patch-configure_in patch-misc_apr_rmm_c patch-test_Makefile_in devel/apr-util/pkg: PFRAG.mt-shared PFRAG.no-mt-shared Log message: Update to APR-util 1.4.1. Enable threads by default, remove the 'mt' flavour. Grab maintainership. ok sthen CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/04/28 03:50:49 Modified files: devel : Makefile Log message: apr and apr-util 'mt' flavour is gone CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/04/28 03:52:12 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Quirks for apr/apr-util updates: apr,mt->apr; apr-util,mt->apr-util CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/04/28 03:53:07 Modified files: www/ap2-mod_perl: Makefile Log message: Needs bump because of devel/apr update. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/28 03:53:38 Modified files: devel : Makefile devel/subversion: Makefile devel/subversion/pkg: PLIST-main Added files: devel/subversion/pkg: DESCR-gnome-keyring PLIST-gnome-keyring Removed files: devel/subversion/pkg: PFRAG.gnome_keyring-main Log message: Merge Subversion's gnome-keyring FLAVOR back into the main build and use a subpackage instead. This was split previously because gnome-keyring required linking pthread causing file-descriptor I/O issues with the main binary. ok stsp@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/04/28 03:54:15 Modified files: faq : current.html Log message: subversion--gnome-keyring FLAVOR -> gnome-keyring-subversion subpackage CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/04/28 03:54:44 Modified files: www/apache-httpd: Makefile Log message: Needs bump because of devel/apr update; don't depend on removed 'mt' flavour CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/04/28 04:05:31 Modified files: net/zeromq : Makefile distinfo Log message: Update zeromq to 2.2.0. benoit@ ok, maintainer timeout. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/04/28 04:06:16 Modified files: net/py-zmq : Makefile distinfo net/py-zmq/pkg : PLIST Log message: Update py-zmq to 2.2.0. ok benoit@. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/04/28 04:18:55 Modified files: faq : current.html Log message: tweak, suggested by stsp@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/28 04:20:23 Modified files: mail/cyrus-imapd: Makefile Log message: Fix path to makedepend. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/28 04:50:35 Modified files: infrastructure/mk: bsd.port.mk gnu.port.mk Log message: Set localstatedir (i.e. BASELOCALSTATEDIR) to /var by default if CONFIGURE_STYLE is gnu. Works the same way as SYSCONFDIR, one can append a subdirectory to change the default localstatedir by using the following construct in the port Makefile: LOCALSTATEDIR= ${BASELOCALSTATEDIR}/foobar Note that this variable in not substituted in PLIST. bulk tested by landry (on a previous diff) ok jasper@ sthen@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/04/28 04:51:19 Modified files: share/man/man5 : bsd.port.mk.5 Log message: Document (BASE)LOCALSTATEDIR. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/28 04:51:45 Modified files: benchmarks/siege: Makefile databases/mysql: Makefile games/dopewars : Makefile games/ivan : Makefile games/lbreakout2: Makefile games/toppler : Makefile graphics/sane-backends: Makefile mail/courier-imap: Makefile mail/solid-pop3d: Makefile multimedia/gstreamer-0.10: Makefile.inc net/flow-tools : Makefile net/irc : Makefile net/nagios/nagios: Makefile net/nagios/nsca: Makefile net/nepenthes : Makefile net/quagga : Makefile net/icinga/core: Makefile net/icinga/web : Makefile sysutils/freeipmi: Makefile sysutils/rancid: Makefile textproc/namazu: Makefile www/squid : Makefile www/squidguard : Makefile www/squidguard/pkg: PLIST Log message: Use LOCALSTATEDIR. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/28 04:52:09 Modified files: mail/zarafa/zarafa: Makefile audio/libcanberra: Makefile audio/pulseaudio: Makefile databases/apache-couchdb: Makefile databases/openldap: Makefile databases/openldap23: Makefile devel/libdaemon: Makefile editors/emacs22: Makefile editors/emacs23: Makefile games/atomix : Makefile net/freeradius : Makefile games/gcompris : Makefile games/gtkballs : Makefile games/late : Makefile games/xsoldier : Makefile graphics/colord: Makefile lang/php/5.3 : Makefile mail/courier-authlib: Makefile mail/dovecot : Makefile mail/perdition : Makefile misc/amanda : Makefile net/flowd : Makefile net/icecast : Makefile net/ircd-hybrid: Makefile net/jabberd : Makefile net/openafs : Makefile net/avahi : Makefile net/bird : Makefile net/samba : Makefile net/tor : Makefile news/leafnode : Makefile print/cups : Makefile security/nessus: Makefile.inc security/prelude: Makefile.inc security/stunnel: Makefile sysutils/heartbeat: Makefile sysutils/polkit: Makefile sysutils/collectd: Makefile sysutils/consolekit: Makefile sysutils/accountsservice: Makefile telephony/asterisk: Makefile textproc/gonzui: Makefile textproc/rarian: Makefile www/cherokee : Makefile www/dansguardian: Makefile www/hiawatha : Makefile www/varnish : Makefile www/yaws : Makefile x11/dbus : Makefile x11/gnome/online-accounts: Makefile x11/gnome/games: Makefile x11/gnome/gdm : Makefile x11/gnome/screensaver: Makefile x11/gnome/settings-daemon: Makefile x11/polkit-gnome: Makefile Log message: --localstatedir=/var is the default now. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/28 05:06:12 Modified files: mail/courier-imap: Makefile mail/courier-imap/pkg: PLIST-main PLIST-pop3 databases/mysql: Makefile net/quagga : Makefile net/quagga/pkg : PLIST www/squid : Makefile www/squid/pkg : PLIST README Log message: Use LOCALSTATEDIR instead of local variables. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/28 05:53:53 Modified files: usr.sbin/pkg_add/OpenBSD: Handle.pm Log message: add a "fake" handle class for base system updates and ForwardDependencies CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/28 05:55:16 Modified files: usr.sbin/pkg_add/OpenBSD: Update.pm Log message: cleaner code: only wrap the call to quirks itself inside an eval. anything else that could fail shouldn't be inside the eval. create an object instead of saying "hey we're cool, let's let other stuff break horribly". CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/28 05:55:53 Modified files: usr.sbin/pkg_add/OpenBSD: ForwardDependencies.pm Log message: work-around the fact that BaseSystem updates have specific dependency handling CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/28 06:00:10 Modified files: usr.sbin/pkg_add/OpenBSD: Add.pm CollisionReport.pm PackingElement.pm PkgAdd.pm Replace.pm Ustar.pm Log message: zap blank spaces CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/28 06:16:29 Modified files: print/psutils : Makefile print/psutils/pkg: PLIST Added files: print/psutils/pkg: PFRAG.no-a4 Log message: belated fix of the removal flavor mess. won't help people with a "bogus" p3 package, but will prevent ambiguities from before, and after. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/28 07:00:48 Modified files: graphics/aqsis : Makefile databases/gq : Makefile multimedia/xine-ui: Makefile multimedia/xine-ui/pkg: PLIST Log message: Missing depends on misc/shared-mime-info. spotted by espie@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/04/28 07:43:11 Modified files: share/man/man3 : intro.3 Log message: document sqlite3; CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/28 07:44:56 Modified files: net/avahi : Makefile Log message: mono builds with rthreads discussed with aja@, passed a bulk on my box. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/28 07:57:52 Modified files: x11/gnome/anjuta: Makefile Log message: Fix dependency after subversion,-gnome-keyring change. spotted by naddy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/28 08:08:54 Modified files: graphics/aqsis : Makefile graphics/aqsis/pkg: PLIST www/bluefish : Makefile www/bluefish/pkg: PLIST databases/gq : Makefile databases/gq/pkg: PLIST security/keepassx: Makefile security/keepassx/pkg: PLIST cad/kicad : Makefile cad/kicad/pkg : PLIST-main multimedia/xine-ui: Makefile multimedia/xine-ui/pkg: PLIST Log message: Regen PLIST. req by espie@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/28 08:14:50 Modified files: multimedia/get_flash_videos: Makefile multimedia/get_flash_videos/pkg: DESCR Log message: Add a RUN_DEPENDS on rtmpdump (default) or flvstreamer. This is required for some formats. Adapt DESCR accordingly. input and ok sthen@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/28 08:20:17 Modified files: x11/gnome/anjuta: Makefile Log message: Make pkg_create(1) happy. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/28 09:03:46 Modified files: misc/findutils : Makefile Log message: Use LOCALSTATEDIR. ok naddy@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/28 09:22:49 Modified files: usr.sbin/pkg_add/OpenBSD: PackageRepository.pm Error.pm Temp.pm Log message: File::Path::rmtree is very stupid and spews out warning messages if there's no cwd. Well, if there's no cwd, we don't care about getting back there, so wrap rmtree to just move to / before calling the real rmtree. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/28 09:24:52 Modified files: usr.sbin/pkg_add/OpenBSD: ForwardDependencies.pm Log message: explain why the base pseudo-handle is a dirty hack and why it's less confusing than the clean approach CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/28 09:32:47 Modified files: devel/subversion: Makefile Log message: fix CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/28 11:24:50 Modified files: sys/arch/sparc/include: _types.h Log message: Rework the definition of label_t to get it correctly aligned to an 8 byte boundary; this makes ddb usable again. CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/04/28 12:06:29 Modified files: lang/otcl : Makefile distinfo lang/otcl/patches: patch-configure lang/otcl/pkg : PLIST Removed files: lang/otcl/patches: patch-Makefile_in Log message: Update to otcl 2.0 ok sthen@ sebastia@ CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/04/28 12:07:12 Modified files: devel/tclcl : Makefile distinfo devel/tclcl/patches: patch-configure Removed files: devel/tclcl/patches: patch-otcldoc Log message: Update to tclcl 1.20 ok sthen@ sebastia@ CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/04/28 12:07:57 Modified files: net/ns : Makefile distinfo net/ns/patches : patch-Makefile_in patch-configure patch-emulate_net-pcap_cc patch-webcache_webtraf_h net/ns/pkg : PLIST Added files: net/ns/patches : patch-aomdv_aomdv_cc Log message: Update to ns 2.35 ok sthen@ sebastia@ CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/04/28 12:08:16 Modified files: net/nam : Makefile distinfo net/nam/patches: patch-configure Removed files: net/nam/patches: patch-main_cc Log message: Update to nam 1.15 ok sthen@ sebastia@ CVSROOT: /cvs Module name: www Changes by: stu@cvs.openbsd.org 2012/04/28 12:16:36 Modified files: . : 51.html Log message: Tcl -> Tcl/Tk CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/04/28 13:21:53 Log message: Simple crypto pseudo-random-number-generator with really good randomness property. ok jasper@ Status: Vendor Tag: kili Release Tags: kili_20120428 N ports/security/hs-cprng-aes/Makefile N ports/security/hs-cprng-aes/distinfo N ports/security/hs-cprng-aes/pkg/PLIST N ports/security/hs-cprng-aes/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/04/28 13:23:06 Log message: Achieves security through AES-CTR encryption and Skein-MAC-512-256 authentication. Uses Base64 encoding to avoid any issues with characters. ok jasper@ Status: Vendor Tag: kili Release Tags: kili_20120428 N ports/www/hs-clientsession/Makefile N ports/www/hs-clientsession/distinfo N ports/www/hs-clientsession/pkg/PLIST N ports/www/hs-clientsession/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/04/28 13:24:05 Log message: zlib-enum is a stop-gap package to provide enumeratees for zlib compression/decompression. ok jasper@ Status: Vendor Tag: kili Release Tags: kili_20120428 N ports/archivers/hs-zlib-enum/Makefile N ports/archivers/hs-zlib-enum/distinfo N ports/archivers/hs-zlib-enum/pkg/PLIST N ports/archivers/hs-zlib-enum/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/04/28 13:25:25 Modified files: textproc/hs-attoparsec-text: Makefile Log message: Mark as broken (obsoleted by newer hs-attoparsec). It will be removed soon. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/04/28 13:27:13 Modified files: textproc/hs-attoparsec: Makefile distinfo textproc/hs-attoparsec/pkg: PLIST Log message: Update to hs-attoparsec-0.10.1.0. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/04/28 13:27:59 Modified files: textproc/hs-attoparsec-enumerator: Makefile distinfo Log message: Update to hs-attoparsec-enumerator-0.3. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/04/28 13:29:01 Log message: Configuration management library for programs and daemons. Features include: * Automatic, dynamic reloading in response to modifications to configuration files. * A simple, but flexible, configuration language, supporting several of the most commonly needed types of data, along with interpolation of strings from the configuration or the system environment (e.g. @$(HOME)@). * Subscription-based notification of changes to configuration properties. * An @import@ directive allows the configuration of a complex application to be split across several smaller files, or common configuration data to be shared across several applications. ok jasper@ Status: Vendor Tag: kili Release Tags: kili_20120428 N ports/devel/hs-configurator/Makefile N ports/devel/hs-configurator/distinfo N ports/devel/hs-configurator/pkg/PLIST N ports/devel/hs-configurator/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/04/28 13:29:55 Modified files: textproc/hs-heist: Makefile distinfo Log message: Update to hs-heist-0.7.0.1. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/04/28 13:32:21 Modified files: www/hs-snap-core: Makefile distinfo www/hs-snap-core/pkg: PLIST Log message: Update to hs-snap-core-0.7.0.1. ok jasper@ I also added myself as maintainer (in addition to jim@), as done for some of the previous updates (where i forgot to mention it in the commit message). CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/04/28 13:33:06 Modified files: www/hs-snap-server: Makefile distinfo www/hs-snap-server/pkg: PLIST Log message: Update to hs-snap-server-0.7.0.1. ok jasper@ (and added myself as maintainer) CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/04/28 13:34:09 Modified files: www/hs-snap : Makefile distinfo www/hs-snap/pkg: PLIST Log message: Update to hs-snap-0.7. ok jasper@ (and added myself as maintainer) CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/04/28 13:34:54 Modified files: security/hs-certificate: Makefile Log message: Bump. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/04/28 13:36:11 Modified files: security/hs-tls: Makefile Log message: Bump. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/04/28 13:38:26 Modified files: archivers : Makefile Log message: + hs-zlib-enum CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/04/28 13:41:14 Modified files: devel : Makefile Log message: + hs-configurator CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/04/28 13:45:39 Modified files: security : Makefile Log message: + hs-cprng-aes CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/04/28 13:46:41 Modified files: www : Makefile Log message: + hs-clientsession CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/04/28 13:48:00 Modified files: textproc : Makefile Log message: hs-attoparsec-text CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/04/28 13:49:52 Removed files: textproc/hs-attoparsec-text: Makefile distinfo textproc/hs-attoparsec-text/pkg: DESCR PLIST Log message: Remove hs-attoparsec-text. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/28 13:51:46 Modified files: sys/arch/sgi/gio: gio.c Log message: Only trust giofb_consid if non-zero. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/28 13:53:17 Modified files: sys/arch/sgi/hpc: z8530kbd.c Log message: Be sure to initialize the `state' member of the softc when attaching the console keyboard, otherwise led update commands will never get transmitted. Noticed by sebastia@ CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2012/04/28 14:20:15 Modified files: lang/eltclsh : Makefile Log message: Update HOMEPAGE and MASTER_SITE CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/04/28 15:50:03 Modified files: build : mirrors.dat Log message: rivo nurges reports that ftp.estpak.ee is down due to hardware failure, probably for a couple of weeks. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/04/28 15:50:44 Modified files: . : ftp.html ftplist anoncvs.html cvsync.html 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/04/29 01:09:23 Modified files: audio/akode/patches: patch-akode_plugins_ffmpeg_decoder_ffmpeg_decoder_cpp Log message: Update akode for newer FFmpeg API.. CODEC_TYPE_VIDEO == AVMEDIA_TYPE_VIDEO with the current snapshot of FFmpeg, so no pkg change. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/29 01:11:23 Modified files: multimedia/mediatomb: Makefile Added files: multimedia/mediatomb/patches: patch-src_metadata_ffmpeg_handler_cc Log message: Update mediatomb to newer FFmpeg API (patch from Ubuntu). from Brad CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/04/29 01:33:41 Modified files: usr.bin/tmux : status.c Log message: Use int not u_char for colours from options since they may have bit 8 set to mark them as 256-colour. Reported by Chris Johnson. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/04/29 01:45:40 Modified files: faq/de : faq5.html index.html truetype.html faq/fr : truetype.html faq/nl : faq6.html truetype.html fr : 51.html anoncvs.html ftp.html openssh/de : index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/29 02:46:02 Modified files: usr.sbin/pkg_add: pkg_mklocatedb Log message: repair src/xsrc handling fix it wrt FLAVOR/SUBPACKAGE passing CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/29 02:51:35 Modified files: databases/pkglocatedb: Makefile databases/pkglocatedb/pkg: DESCR Log message: flavor handles src and xenocara files too fix Makefile logic while there. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/29 02:59:12 Modified files: share/man/man4/man4.sgi: zs.4 sys/arch/sgi/hpc: zs.c sys/arch/sgi/include: z8530var.h Log message: I am not sure what the mess with the wiring of carrier lines on Indigo resolves to, so make this controllable with device flags, and default to non-bogus wiring. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/29 03:01:38 Modified files: sys/arch/sgi/hpc: z8530kbd.c z8530sc.c z8530sc.h z8530tty.c zs.c Log message: Recognize 85230 chips, and take advantage of their FIFOs to reduce the amount of TX empty interrupts. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/04/29 03:51:25 Modified files: share/man/man4/man4.sgi: zs.4 Log message: punctuation needs to be space separated; CVSROOT: /cvs Module name: ports Changes by: mpi@cvs.openbsd.org 2012/04/29 05:14:01 Modified files: devel/py-pip : Makefile distinfo devel/py-pip/pkg: PLIST Log message: Update to py-pip-1.1. from Wen Heping (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/29 06:43:25 Modified files: devel/subversion: Makefile Log message: Fix dependencies for -gnome-keyring; sqlite3 is in base and libgnome-keyring already brings all the other required deps. ok sthen@ and no objection from stsp@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/29 08:03:26 Modified files: education/verbiste: Makefile distinfo education/verbiste/patches: patch-Makefile_in Log message: update to 0.1.34 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/29 09:26:21 Modified files: x11/gnome/rygel: Makefile distinfo Log message: - update to 0.14.1 * various bugfixes and translation updates CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/29 10:34:53 Modified files: databases/sqlports: Makefile databases/sqlports/files: mksqlitedb Log message: +VMEM_WARNING CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/04/29 11:20:01 Modified files: usr.bin/tmux : cmd-move-window.c options-table.c server-fn.c session.c tmux.1 tmux.h Log message: Add a flag to move-window to renumber the windows in a session (closing any gaps) and add an option to do this automatically each time a window is killed. From Thomas Adam. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/29 13:00:14 Modified files: net/ircII : Makefile distinfo net/ircII/pkg : PLIST Log message: update to 20111115; ok Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/29 14:26:09 Modified files: www/rackmonkey : Makefile Log message: no need to leave a "BUILD_DEPENDS=" line following sqlite3->base move. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/29 14:51:31 Modified files: . : INDEX Log message: sync; 7540 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/29 15:24:24 Modified files: x11/pinot : Makefile Log message: drop LIB_DEPENDS on databases/sqlite3, ok aja@ CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/04/29 18:46:25 ports/graphics/scratch/patches Update of /cvs/ports/graphics/scratch/patches In directory cvs.openbsd.org:/tmp/cvs-serv30036/patches Log Message: Directory /cvs/ports/graphics/scratch/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/04/29 18:54:00 Modified files: audio/aqualung : Makefile Added files: audio/aqualung/patches: patch-src_decoder_dec_lavc_c Log message: Update to newer FFmpeg API. From brad@comstyle.com, OK @ajacoutot CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/04/29 19:57:20 Modified files: . : cvsync.html Log message: cvs command lines that actually work are better. While here, put 'em in bold face, which sorta kinda matches semi-style elsewhere. Based on a diff from robert at peichaer dotorg, thanks CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/04/29 21:51:29 Modified files: bin/ksh : Makefile emacs.c ksh.1 Removed files: bin/ksh : emacs-gen.sh Log message: generalise ksh keybinding system - bindings are no longer limited in length and need not start with ESC or ^X; patch from marco@ feedback mpi@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/30 00:02:51 Modified files: net/dnsmasq : Makefile distinfo net/dnsmasq/patches: patch-dnsmasq_conf_example patch-man_dnsmasq_8 patch-src_config_h net/dnsmasq/pkg: DESCR PLIST Added files: net/dnsmasq/pkg: dnsmasq.rc Removed files: net/dnsmasq/patches: patch-src_dnsmasq_h patch-src_tftp_c Log message: Update to dnsmasq 2.61. Add rc.d(8) script. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/30 00:05:17 Modified files: audio/xmms2 : Makefile audio/xmms2/patches: patch-src_plugins_avcodec_avcodec_c Log message: Update xmms2 for newer libavcodec API. from Brad CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/04/30 01:11:58 Modified files: www/netsurf/browser: Makefile distinfo www/netsurf/hubbub: Makefile distinfo www/netsurf/libcss: Makefile distinfo www/netsurf/libcss/pkg: PLIST www/netsurf/libwapcaplet: Makefile distinfo Log message: Update www/netsurf/browser to 2.9, and associated libs. A full list of changes can be found in the changelog: http://source.netsurf-browser.org/tags/netsurf/2.9/ChangeLog ok landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/30 01:58:16 Modified files: devel/nant : Makefile Log message: Remove BROKEN-amd64, this builds fine now that we have rthreads. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/04/30 02:03:50 Modified files: games/uqm : Makefile Log message: "Found newer package uqm-20060507p0" -> bump EPOCH CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/30 03:38:13 Modified files: net/libnice : Makefile distinfo net/libnice/patches: patch-stun_stun5389_c patch-stun_tools_stunbdc_c net/libnice/pkg: PLIST Added files: net/libnice/patches: patch-agent_pseudotcp_c patch-stun_stunmessage_h patch-stun_usages_ice_c Removed files: net/libnice/patches: patch-agent_interfaces_c patch-stun_tools_stund_c Log message: Long overdue update to libnice-0.1.2. Add gupnp support. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/30 03:38:37 Modified files: net/farstream : Makefile Log message: Sync dependencies after libnice update. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/30 03:39:26 Modified files: net/telepathy/telepathy-gabble: Makefile Log message: Sync dependencies after libnice update. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/04/30 03:48:21 Modified files: telephony/iaxclient: Makefile telephony/iaxclient/patches: patch-lib_codec_ffmpeg_c Log message: Make iaxclient work wiht newer ffmpeg API tested on i386 and macppc by myself with net/coccinella. From Brad. OK ajacoutot@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/30 04:32:12 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: just a bit of refactoring, make sure option handling is done in state, as should be, so we can reuse it without needing to duplicate all of pkg_create code. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/30 04:43:51 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: more refactor CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2012/04/30 04:49:57 Modified files: usr.sbin/relayd: relay.c Log message: The message-body should be forwarded for GET,HEAD and OPTIONS methods as well. ok giovanni@, phessler@, henning@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/30 05:12:16 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: move code around a bit more CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/30 05:22:12 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: make the reading of packing-lists amenable to further annotations, such as those that will be required for update-plist CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2012/04/30 05:28:25 Modified files: usr.sbin/ypldap: ldapclient.c parse.y ypldap.conf.5 ypldap.h Log message: add 'groupdn' option for specifying a separate base DN for group searches. from Jim Smith, ok dlg@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/30 05:28:27 Modified files: x11/gnome/anjuta: Makefile distinfo x11/gnome/anjuta/pkg: PLIST Log message: - update to 3.4.1 * bugfixes and translation updates CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/04/30 06:16:43 Modified files: etc : ypldap.conf Log message: Add a sample line for groupdn (commented by default). ok jmatthew@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 06:42:07 Modified files: x11/xfce4 : xfce4.port.mk Makefile.inc Log message: Bump XFCE_DESKTOP_VERSION to 4.10.0, in preparation for the whole update. Set SHARED_ONLY defaulting to Yes, so that i can fold all PFRAG.shared in the corresponding PLISTs. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 06:43:27 Modified files: x11/xfce4/exo : Makefile distinfo x11/xfce4/exo/pkg: PLIST Removed files: x11/xfce4/exo/pkg: PFRAG.shared Log message: Update to exo-0.8.0. Remove post-install workaround since doc went online. Bump shlib minor. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 06:44:47 Modified files: x11/xfce4/libxfce4ui: Makefile distinfo x11/xfce4/libxfce4ui/pkg: PLIST Removed files: x11/xfce4/libxfce4ui/pkg: PFRAG.shared Log message: Update to libxfce4ui 4.10.0. Add @conflict xfce-utils-* since xfce4-about moved from that package. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 06:45:31 Modified files: x11/xfce4/libxfce4util: Makefile distinfo x11/xfce4/libxfce4util/pkg: PLIST Removed files: x11/xfce4/libxfce4util/pkg: PFRAG.shared Log message: Update to libxfce4util 4.10.0. Fix WANTLIB, bump shlib major. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 06:46:06 Modified files: x11/xfce4/libxfcegui4: Makefile distinfo x11/xfce4/libxfcegui4/pkg: PLIST Removed files: x11/xfce4/libxfcegui4/pkg: PFRAG.shared Log message: Update to libxfcegui4 4.10.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 06:46:58 Modified files: x11/xfce4/garcon: Makefile distinfo x11/xfce4/garcon/pkg: PLIST Removed files: x11/xfce4/garcon/pkg: PFRAG.shared Log message: Update to gatcon 0.2.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 06:48:11 Modified files: x11/xfce4/gtk-xfce-engine: Makefile distinfo Added files: x11/xfce4/gtk-xfce-engine/pkg: DESCR-gtk3 DESCR-main PLIST-gtk3 PLIST-main Removed files: x11/xfce4/gtk-xfce-engine/pkg: DESCR PFRAG.shared PLIST Log message: Update to gtk-xfce-engine 3.0.0. Split into -main for the Gtk2 engine and -gtk3 for the optional Gtk3 engine. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 06:48:59 Modified files: x11/xfce4/thunar: Makefile distinfo x11/xfce4/thunar/pkg: PLIST Removed files: x11/xfce4/thunar/pkg: PFRAG.shared Log message: Update to thunar 1.4.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 06:50:14 Modified files: x11/xfce4/tumbler: Makefile distinfo x11/xfce4/tumbler/pkg: PLIST Removed files: x11/xfce4/tumbler/pkg: PFRAG.shared Log message: Update to tumbler 0.1.25. Disable buggy gstreamer thumbnailer in favor of ffmpeg thumbnailer. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 06:51:17 Modified files: x11/xfce4/xfce4-appfinder: Makefile distinfo x11/xfce4/xfce4-appfinder/pkg: PLIST Log message: Update to xfce4-appfinder 4.10.0. xfrun4 from xfce-utils package was merged with it, so add @conflict marker. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 06:51:37 Modified files: x11/xfce4/xfce4-dev-tools: Makefile distinfo x11/xfce4/xfce4-dev-tools/pkg: PLIST Log message: Update to xfce4-dev-tools 4.10.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 06:52:37 Modified files: x11/xfce4/xfce4-panel: Makefile distinfo x11/xfce4/xfce4-panel/pkg: PLIST Removed files: x11/xfce4/xfce4-panel/patches: patch-plugins_tasklist_tasklist-widget_c x11/xfce4/xfce4-panel/pkg: PFRAG.shared Log message: Update to xfce4-panel 4.10.0, remove merged patch, bump shlib major. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 06:53:19 Modified files: x11/xfce4/xfce4-power-manager: Makefile distinfo x11/xfce4/xfce4-power-manager/pkg: PLIST Removed files: x11/xfce4/xfce4-power-manager/patches: patch-configure patch-src_xfpm-notify_c Log message: Update to xfce4-power-manager 1.2.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 06:55:58 Modified files: x11/xfce4/xfce4-session: Makefile distinfo x11/xfce4/xfce4-session/pkg: PLIST Removed files: x11/xfce4/xfce4-session/patches: patch-xfce4-tips_Makefile_in x11/xfce4/xfce4-session/pkg: PFRAG.shared Log message: Update to xfce4-session 4.10.0. Bump shlib major, now xfce4-session can make use of upower/consolekit/policykit (meta/xfce's README will be amended accordingly). startxfce4 from xfce-utils package migrated here so add @conflict & @pkgpath for smooth updates. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 06:57:27 Modified files: x11/xfce4/xfce4-settings: Makefile distinfo x11/xfce4/xfce4-settings/pkg: PLIST Log message: Update to xfce4-settings 4.10.0. Now provides a mime associations dialog and a reworked settings manager. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 06:58:00 Modified files: x11/xfce4/xfconf: Makefile distinfo x11/xfce4/xfconf/pkg: PLIST Removed files: x11/xfce4/xfconf/pkg: PFRAG.shared Log message: Update to xfconf 4.10.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 06:58:29 Modified files: x11/xfce4/xfdesktop: Makefile distinfo x11/xfce4/xfdesktop/pkg: PLIST Log message: Update to xfdesktop 4.10.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 07:01:51 Modified files: x11/xfce4/xfwm4: Makefile distinfo x11/xfce4/xfwm4/pkg: PLIST Log message: Update to xfwm4 4.10.0. Now supports basic tiling! Note that Xfce 4.0/4.2/4.4/4.6 and Sassandra/Stoneage/Therapy/Tyrex/Wallis xfwm4 themes moved to xfwm4-themes 4.10.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 07:02:44 Modified files: x11/xfce4/xfwm4-themes: Makefile distinfo x11/xfce4/xfwm4-themes/pkg: PLIST Log message: Update to xfwm4-themes 4.10.0. Add @conflict xfwm4-<=4.9.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 07:03:18 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: xfce-utils should update to xfce4-session. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 07:06:51 Modified files: x11/xfce4 : Makefile Removed files: x11/xfce4/xfce-utils/patches: patch-scripts_xinitrc_in_in patch-scripts_xflock4 x11/xfce4/xfce-utils/pkg: DESCR PLIST x11/xfce4/xfce-utils: Makefile distinfo x11/xfce4/thunar-thumbnailers/pkg: PLIST DESCR MESSAGE x11/xfce4/thunar-thumbnailers: distinfo Makefile Log message: Remove/Unlink. xfce-utils is no more, splitted into xfce4-session/libxfce4ui/xfce4-settings. thunar-thumbnailers was superseded by tumbler long ago, and wasnt even used in thunar 1.2. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/30 07:07:58 Modified files: mail/exim : Makefile Log message: sqlite3 dep must die CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/30 07:08:18 Modified files: mail/exim : Makefile Log message: and bump CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 07:11:17 Modified files: meta/xfce : Makefile meta/xfce/pkg : README-main Log message: Bump xfce meta package to 4.10, see http://xfce.org/about/tour for a visual list of all changes in that release. Amend README explaining: - how to configure/use consolekit/policykit for shutdown/reboot (or, still fallback to sudo as it is now) - how to configure the screensaver if xscreensaver or gnome-screensaver is installed - how to use xfpm for power management/suspend from logout dialog. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/04/30 07:12:15 Modified files: devel/fossil : Makefile Log message: kill sqlite3 as REGRESS_DEPENDS CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 07:18:22 Modified files: x11/xfce4/ristretto: Makefile distinfo x11/xfce4/ristretto/pkg: PLIST Log message: Update to ristretto 0.6.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 07:19:02 Modified files: x11/xfce4/xfce4-battery: Makefile distinfo x11/xfce4/xfce4-battery/pkg: PLIST Log message: Update to xfce4-battery 1.0.2. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 07:19:25 Modified files: x11/xfce4/xfce4-clipman: Makefile distinfo x11/xfce4/xfce4-clipman/pkg: PLIST Removed files: x11/xfce4/xfce4-clipman/pkg: PFRAG.shared Log message: Update to xfce4-clipman 1.2.3 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 07:20:18 Modified files: x11/xfce4/xfce4-cpugraph: Makefile distinfo x11/xfce4/xfce4-cpugraph/pkg: PLIST Log message: Update to xfce4-cpugraph 1.0.2 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 07:20:43 Modified files: x11/xfce4/xfce4-diskperf: Makefile distinfo x11/xfce4/xfce4-diskperf/pkg: PLIST Log message: Update to xfce4-diskperf 2.5.2 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 07:21:33 Modified files: x11/xfce4/xfce4-mount: Makefile distinfo x11/xfce4/xfce4-mount/pkg: PLIST Removed files: x11/xfce4/xfce4-mount/patches: patch-panel-plugin_devices_c patch-panel-plugin_devices_h patch-panel-plugin_mount-plugin_c patch-panel-plugin_mount-plugin_h patch-po_fr_po Log message: Update to xfce4-mount 0.6.3, remove patches merged upstream. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 07:22:49 Modified files: x11/xfce4/xfce4-places: Makefile distinfo x11/xfce4/xfce4-places/pkg: PLIST Removed files: x11/xfce4/xfce4-places/patches: patch-configure patch-panel-plugin_support_c Log message: Update to xfce4-places 1.3.0. Remove patches merged upstream, drop dependency on thunar-vfs/gamin. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 07:23:29 Modified files: x11/xfce4/xfce4-systemload: Makefile distinfo x11/xfce4/xfce4-systemload/pkg: PLIST Removed files: x11/xfce4/xfce4-systemload/patches: patch-panel-plugin_uptime_c Log message: Update to xfce4-systemload 1.1.0, remove patch merged upstream. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 07:23:52 Modified files: x11/xfce4/xfce4-time-out: Makefile distinfo x11/xfce4/xfce4-time-out/pkg: PLIST Log message: Update to xfce4-time-out 1.0.1. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 07:24:19 Modified files: x11/xfce4/xfce4-wavelan: Makefile distinfo x11/xfce4/xfce4-wavelan/pkg: PLIST Log message: Update to xfce4-wavelan 0.5.10. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 07:24:59 Modified files: x11/xfce4/xfce4-weather: Makefile Log message: Mark as BROKEN since weather.com api licence changed and is not usable anymore. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 07:26:39 Modified files: x11/xfce4/thunar-archive: Makefile x11/xfce4/thunar-archive/pkg: PLIST x11/xfce4/thunar-media-tags: Makefile x11/xfce4/thunar-media-tags/pkg: PLIST x11/xfce4/thunar-vcs: Makefile x11/xfce4/thunar-vcs/pkg: PLIST x11/xfce4/thunar-vfs: Makefile x11/xfce4/thunar-vfs/pkg: PLIST Removed files: x11/xfce4/thunar-archive/pkg: PFRAG.shared x11/xfce4/thunar-media-tags/pkg: PFRAG.shared x11/xfce4/thunar-vcs/pkg: PFRAG.shared x11/xfce4/thunar-vfs/pkg: PFRAG.shared Log message: Merge PFRAGs to PLISTs, update PLISTs, fix WANTLIB, bump REVISION. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 07:29:04 Modified files: x11/xfce4/mousepad: Makefile x11/xfce4/mousepad/pkg: PLIST x11/xfce4/notification-daemon-xfce: Makefile x11/xfce4/notification-daemon-xfce/pkg: PLIST x11/xfce4/orage: Makefile x11/xfce4/orage/pkg: PLIST x11/xfce4/parole: Makefile x11/xfce4/parole/pkg: PLIST x11/xfce4/terminal: Makefile x11/xfce4/terminal/pkg: PLIST x11/xfce4/xfce4-dict: Makefile x11/xfce4/xfce4-dict/pkg: PLIST x11/xfce4/xfce4-fsguard: Makefile x11/xfce4/xfce4-fsguard/pkg: PLIST x11/xfce4/xfce4-genmon: Makefile x11/xfce4/xfce4-genmon/pkg: PLIST x11/xfce4/xfce4-icon-theme: Makefile x11/xfce4/xfce4-icon-theme/pkg: PLIST x11/xfce4/xfce4-mailwatch: Makefile x11/xfce4/xfce4-mailwatch/pkg: PLIST x11/xfce4/xfce4-mixer: Makefile x11/xfce4/xfce4-mixer/pkg: PLIST x11/xfce4/xfce4-modemlights: Makefile x11/xfce4/xfce4-modemlights/pkg: PLIST x11/xfce4/xfce4-mpc: Makefile x11/xfce4/xfce4-netload: Makefile x11/xfce4/xfce4-netload/pkg: PLIST x11/xfce4/xfce4-notes: Makefile x11/xfce4/xfce4-notes/pkg: PLIST x11/xfce4/xfce4-notifyd: Makefile x11/xfce4/xfce4-notifyd/pkg: PLIST x11/xfce4/xfce4-quicklauncher: Makefile x11/xfce4/xfce4-quicklauncher/pkg: PLIST x11/xfce4/xfce4-screenshooter: Makefile x11/xfce4/xfce4-screenshooter/pkg: PLIST x11/xfce4/xfce4-smartbookmark: Makefile x11/xfce4/xfce4-smartbookmark/pkg: PLIST x11/xfce4/xfce4-taskmanager: Makefile x11/xfce4/xfce4-taskmanager/pkg: PLIST x11/xfce4/xfce4-verve: Makefile x11/xfce4/xfce4-verve/pkg: PLIST x11/xfce4/xfce4-wmdock: Makefile x11/xfce4/xfce4-wmdock/pkg: PLIST x11/xfce4/xfce4-xkb: Makefile x11/xfce4/xfce4-xkb/pkg: PLIST x11/xfce4/xfmpc: Makefile x11/xfce4/xfmpc/pkg: PLIST x11/xfce4/xfprint: Makefile x11/xfce4/xfprint/pkg: PLIST Removed files: x11/xfce4/notification-daemon-xfce/pkg: PFRAG.shared x11/xfce4/parole/pkg: PFRAG.shared x11/xfce4/xfce4-smartbookmark/pkg: PFRAG.shared x11/xfce4/xfprint/pkg: PFRAG.shared Log message: Update PLISTs, fix WANTLIB, merge PFRAGs into PLIST, bump REVISION. This should end Xfce 4.10.0 update. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 07:31:06 Modified files: www/webkit : Makefile distinfo www/webkit/patches: patch-GNUmakefile_in patch-configure Log message: Update to webkit 1.8.1. ok ajacoutot@, tested by a few on ports@ (thanks!) CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/04/30 07:41:26 Modified files: usr.bin/ftp : fetch.c ftp.1 ftp.c ftp_var.h main.c Log message: Add a -s flag to ftp(1) to let the user specify the source IP address of the connection. This is useful for testing ftp(1) over VPN tunnels. This -s flag is present in the other BSDs, including OS X. All work was done by Lawrence Teo, thanks (-:. ok myself mikeb CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/04/30 07:53:01 Modified files: usr.sbin/ftp-proxy: filter.c Log message: Check for nat_range_high before creating the PF nat rule. From Lawrence Teo. ok camield, myself, mikeb. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/30 07:55:50 Modified files: archivers/zipios: Makefile Log message: mirror distfile CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/30 08:50:16 Modified files: devel/gconf2 : Makefile Removed files: devel/gconf2/patches: patch-gconf_gconfd_c Log message: Remove unneeded patch. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/30 08:54:09 Modified files: productivity/gnucash: Makefile Added files: productivity/gnucash/patches: patch-src_core-utils_gnc-path_c Log message: Correctly pick up pthread_mutex_init(3). Fix path to the default gconf configuration. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/30 08:54:55 Modified files: productivity/gnucash: Makefile Log message: forgot to bump! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/30 08:55:57 Log message: Import banshee-2.4.0. Banshee is a music management and playback application for GNOME. Import, organize, play, and share your music using Banshee's simple, powerful interface. Play music, create playlists... Banshee also has support for podcasting, smart playlists, music recommendations, and much more. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120430 N ports/x11/gnome/banshee/distinfo N ports/x11/gnome/banshee/Makefile N ports/x11/gnome/banshee/pkg/DESCR N ports/x11/gnome/banshee/pkg/PLIST N ports/x11/gnome/banshee/patches/patch-data_desktop-files_Makefile_in N ports/x11/gnome/banshee/patches/patch-src_Extensions_Banshee_OpticalDisc_Banshee_OpticalDisc_addin_xml No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/04/30 08:56:36 Modified files: x11/gnome : Makefile Log message: +banshee CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 09:14:55 Modified files: www/mozilla : mozilla.port.mk Log message: widget/src/gtk2 moved to widget/gtk2 in gecko 12. Copy nsSound.cpp in the correct place depending on MOZILLA_PROJECT. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 09:28:42 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_spellcheck_hunspell_src_mozHunspell_cpp patch-gfx_thebes_Makefile_in patch-js_src_Makefile_in patch-js_src_configure_in patch-js_src_ctypes_libffi_configure patch-js_src_jscntxt_cpp patch-js_src_jscntxt_h patch-js_src_vm_RegExpObject-inl_h patch-js_src_vm_RegExpObject_h patch-parser_html_Makefile_in patch-security_manager_ssl_src_SSLServerCertVerification_cpp patch-security_manager_ssl_src_SSLServerCertVerification_h patch-storage_src_mozStorageConnection_cpp patch-toolkit_components_downloads_nsDownloadManager_cpp patch-toolkit_library_Makefile_in patch-toolkit_mozapps_installer_packager_mk patch-xpcom_io_SpecialSystemDirectory_cpp www/mozilla-firefox/pkg: PLIST Added files: www/mozilla-firefox/patches: patch-gfx_thebes_gfxPlatform_cpp patch-js_src_jsapi_cpp patch-js_src_jsprvtd_h patch-widget_gtk2_Makefile_in patch-widget_xpwidgets_nsPrintSettingsImpl_cpp Removed files: www/mozilla-firefox/patches: patch-extensions_auth_nsAuthGSSAPI_cpp patch-ipc_chromium_src_base_dir_reader_posix_h patch-js_src_js-config_h_in patch-js_src_jscpucfg_h patch-widget_src_gtk2_Makefile_in patch-widget_src_xpwidgets_nsPrintSettingsImpl_cpp Log message: Update to firefox 12.0. - see http://www.mozilla.org/en-US/firefox/12.0/releasenotes/ for details - two patches moved (patch-widget_src_xpwidgets_nsPrintSettingsImpl_cpp and patch-widget_src_gtk2_Makefile_in) - add two new patches for bug #691898 (patch-js_src_jsapi_cpp and /patch-js_src_jsprvtd_h) - add patch-gfx_thebes_gfxPlatform_cpp to workaround regression introduced in bug #715658, which prevents one from building against systemwide cairo. - patch-extensions_auth_nsAuthGSSAPI_cpp from bug #667325 got merged - patch-js_src_js-config_h_in and patch-js_src_jscpucfg_h from #714312 got merged - patch-ipc_chromium_src_base_dir_reader_posix_ -from #714315 got merged CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 09:29:39 Modified files: www/firefox-i18n: Makefile.inc distinfo Log message: Update to firefox-i18n 12.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 09:32:07 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/mozilla-thunderbird/patches: patch-ldap_sdks_c-sdk_configure_in patch-mail_installer_Makefile_in patch-mozilla_browser_app_profile_firefox_js patch-mozilla_gfx_thebes_Makefile_in patch-mozilla_js_src_Makefile_in patch-mozilla_js_src_configure_in patch-mozilla_js_src_ctypes_libffi_configure patch-mozilla_js_src_jscntxt_cpp patch-mozilla_js_src_jscntxt_h patch-mozilla_js_src_vm_RegExpObject-inl_h patch-mozilla_js_src_vm_RegExpObject_h patch-mozilla_media_libsydneyaudio_include_sydney_audio_h patch-mozilla_parser_html_Makefile_in patch-mozilla_security_manager_ssl_src_SSLServerCertVerification_cpp patch-mozilla_storage_src_mozStorageConnection_cpp patch-mozilla_toolkit_components_downloads_nsDownloadManager_cpp patch-mozilla_toolkit_library_Makefile_in patch-mozilla_xpcom_io_SpecialSystemDirectory_cpp mail/mozilla-thunderbird/pkg: PLIST-enigmail PLIST-lightning PLIST-main Added files: mail/mozilla-thunderbird/patches: patch-mozilla_gfx_thebes_gfxPlatform_cpp patch-mozilla_js_src_jsapi_cpp patch-mozilla_js_src_jsprvtd_h patch-mozilla_widget_gtk2_Makefile_in patch-mozilla_widget_xpwidgets_nsPrintSettingsImpl_cpp Removed files: mail/mozilla-thunderbird/patches: patch-mozilla_extensions_auth_nsAuthGSSAPI_cpp patch-mozilla_ipc_chromium_src_base_dir_reader_posix_h patch-mozilla_js_src_js-config_h_in patch-mozilla_js_src_jscpucfg_h patch-mozilla_widget_src_gtk2_Makefile_in patch-mozilla_widget_src_xpwidgets_nsPrintSettingsImpl_cpp Log message: Update to thunderbird 12.0.1/Lightning 1.4b1/enigmail 1.5pre See http://www.mozilla.org/en-US/thunderbird/12.0/releasenotes/ Same comments as for firefox 12, only to mention that .0.1 is a bugfix release to fix POP issues introduced in 12.0. Tested by nigel@ (thanks!) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 09:32:39 Modified files: mail/thunderbird-i18n: Makefile.inc distinfo Log message: Update to thunderbird-i18n 12.0.1. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2012/04/30 09:33:16 Modified files: devel/boehm-gc : Makefile devel/boehm-gc/patches: patch-pthread_support_c Log message: Get GC_nprocs from sysconf _SC_NPROCESSORS_ONLN instead of hardcoding to 1. From Brad Smith tested in bulk build by naddy@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 09:38:10 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_gfx_thebes_Makefile_in patch-mozilla_ipc_chromium_src_base_atomicops_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_ctypes_libffi_src_dlmalloc_c patch-mozilla_js_src_jscntxt_cpp patch-mozilla_js_src_jscntxt_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_netwerk_base_src_nsSocketTransportService2_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_SSLServerCertVerification_cpp patch-mozilla_security_manager_ssl_src_SSLServerCertVerification_h 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_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 Added files: www/seamonkey/patches: patch-mozilla_gfx_thebes_gfxPlatform_cpp patch-mozilla_js_src_jsapi_cpp patch-mozilla_js_src_jsprvtd_h patch-mozilla_widget_gtk2_Makefile_in patch-mozilla_widget_xpwidgets_nsPrintSettingsImpl_cpp patch-suite_installer_Makefile_in Removed files: www/seamonkey/patches: patch-mozilla_extensions_auth_nsAuthGSSAPI_cpp patch-mozilla_ipc_chromium_src_base_dir_reader_posix_h patch-mozilla_js_src_js-config_h_in patch-mozilla_js_src_jscpucfg_h patch-mozilla_widget_src_gtk2_Makefile_in patch-mozilla_widget_src_xpwidgets_nsPrintSettingsImpl_cpp Log message: Update to seamonkey 2.9.1/lightning 1.4b1/enigmail 1.5pre. - See http://www.seamonkey-project.org/releases/seamonkey2.9/ - add patch-suite_installer_Makefile_in to avoid installing the SDk (corollary of Tb's patch-mail_installer_Makefile_in) - use MOZ_DEBUG_FLAGS="-Os" on ppc as done in Tb to avoid a relocation overflow when linking libxul on ppc (reminded by aja@) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 09:38:39 Modified files: www/seamonkey-i18n: Makefile.inc distinfo Log message: Update to seamonket-i18n 2.9.1. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 09:40:31 Modified files: www/fennec : Makefile distinfo www/fennec/patches: patch-gfx_thebes_Makefile_in patch-toolkit_library_Makefile_in patch-toolkit_mozapps_installer_packager_mk Log message: Update to fennec 10.0.4. There likely wont be any releases from newer branches, since desktop fennec is abandoned in favor of fennec with native ui on android (hence, not targeted at other oses...) CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/04/30 11:01:02 Modified files: devel/mercurial: Makefile distinfo Removed files: devel/mercurial/patches: patch-tests_test-mq_t Log message: Update mercurial to 2.1.2. ok wcmaier@ (maintainer). CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/04/30 11:01:44 Modified files: devel/tortoisehg: Makefile distinfo devel/tortoisehg/pkg: PLIST Log message: Update tortoise hg to 2.3.2. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/30 11:04:28 Modified files: converters/libpst: Makefile Log message: add extra mirror as the original can be quite flaky CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/04/30 11:38:19 Modified files: net/ircII : Makefile Log message: add a working mirror with legacy IP connectivity; spotted by espie@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/04/30 12:04:14 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: allow a subclass to override that specific error CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/30 13:21:25 Modified files: infrastructure/templates: network.conf.template Log message: add MASTER_SITE_DEBIAN ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/04/30 13:22:08 Modified files: audio/zeya : Makefile editors/beav : Makefile fonts/arabeyes-ttf: Makefile games/an : Makefile misc/pdmenu : Makefile misc/bible-kjv : Makefile print/libpaper : Makefile sysutils/moreutils: Makefile x11/xloadimage : Makefile Log message: switch to MASTER_SITE_DEBIAN CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/04/30 14:45:12 Modified files: www/fennec : distinfo Log message: Fix checksum/size, noticed by naddy@ CVSROOT: /cvs Module name: xenocara Changes by: pascal@cvs.openbsd.org 2012/04/30 14:58:39 Modified files: dist/Mesa/include/GL: glu.h Log message: Fix a prototype in order to be able to use this header with -Werror=strict-prototypes enabled. ok matthieu@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/30 15:29:33 Modified files: sys/arch/sgi/gio: grtwo.c grtworeg.h Log message: Correctly read board version information. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/30 15:30:33 Modified files: sys/arch/sgi/hpc: hpc.c hpcvar.h Log message: Pass the base address of the hpc to child devices, to let them be able to figure out whether they attach to the onboard hpc or to an expansion slot (or the Challenge S IO+ mezzanine). No functional change (yet) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/04/30 15:31:03 Modified files: sys/arch/sgi/hpc: hpc.c if_sq.c if_sqvar.h Log message: Add ifmedia support to sq(4). CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2012/04/30 15:40:03 Modified files: usr.sbin/ypldap: aldap.c aldap.h ldapclient.c Log message: Use paged searches so we can handle larger directories. Servers that don't understand paging, such as ldapd(8), ignore it and return a single set of results as before. from Jim Smith, some tweaks and fixes by me, ok dlg@ CVSROOT: /cvs Module name: ports Changes by: william@cvs.openbsd.org 2012/04/30 20:25:21 Modified files: www/pecl-APC : Makefile distinfo Added files: www/pecl-APC/patches: patch-apc_cache_c patch-apc_lock_h Log message: update to 3.1.9 tested by dhill, thanks ok dhill sthen CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/04/30 20:41:29 Modified files: . : cvsync.html build/mirrors : cvsync.html.head Log message: undo previous flub; cvsync.html is a generated file CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/04/30 20:58:34 Modified files: build : Makefile openssh : ftp.html Log message: undo a 5.9 reversion, pointed out by Maurice Janssen. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/04/30 21:21:50 Modified files: sys/kern : kern_exec.c Log message: Correct the error path in execve when there's a race to single thread the process. noted and ok markus@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/04/30 21:43:24 Modified files: sys/sys : file.h sys/kern : kern_descrip.c kern_sysctl.c lib/libkvm : kvm_file2.c Log message: Eliminate the f_usecount ref count in struct file; instead of sleeping at the top of closef() until all in-progress calls finish, just do the advisory locking bits required of close() by POSIX and let whichever thread has the last reference do the call to the file's fo_close() method and the final cleanup. lots of discussion with deraadt@ and others; worked out with and ok krw@ CVSROOT: /cvs Module name: src Changes by: gsoares@cvs.openbsd.org 2012/04/30 22:23:21 Modified files: usr.bin/tftp : main.c tftp.1 tftp.c tftpsubs.c Log message: IPv6 support; mostly a sync with netbsd code done by itojun@ tweaks/OK henning@ sthen@ jmc@ jasper@ feedback/tests weerd@ brad@ (thanks) CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/04/30 22:40:03 Modified files: x11/dmenu : Makefile distinfo x11/dmenu/patches: patch-Makefile patch-config_mk x11/dmenu/pkg : PLIST Removed files: x11/dmenu/patches: patch-dmenu_1 patch-dmenu_run patch-lsx_1 Log message: update to 4.5; (maintainer timeout) * Detects monitor based on input focus, not just pointer location. * Token matching instead of just substrings. * XIM composition support. * Paste from clipboard with C-S-y. * stest(1) replaces lsx(1). * M-[Gghjkl] restored for vi-like navigation. * And a couple of bug fixes. works for Daniel Bolgheroni , gonzalo@ (thanks!) OK sthen@ dcoppa@ CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/04/30 23:32:41 Modified files: sysutils/mencal: Makefile distinfo Log message: bugfix update to 2.4; (maintainer timeout) From Holger Mikolon (thanks) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/04/30 23:47:07 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/05/01 00:04:48 Modified files: devel/libaudiofile: Makefile distinfo Log message: Minor update to libaudiofile-0.3.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/01 00:17:01 Modified files: devel/glib2 : Makefile distinfo devel/glib2/pkg: PLIST-main Removed files: devel/glib2/patches: patch-configure_ac patch-gio_gresource_c patch-glib_gmain_c Log message: Bugfix update to glib 2.32.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/01 00:17: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 devel/dconf/pkg: PLIST-editor Log message: Minor update to dconf-0.12.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/01 00:19:12 Modified files: multimedia/ffmpeg-php: Makefile multimedia/ffmpeg-php/patches: patch-ffmpeg-php_c patch-ffmpeg_movie_c Log message: Update ffmpeg-php for newer FFmpeg API. from upstream via Brad CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/01 00:47:44 Log message: import gedit-cossa 3.2.0 gedit-cossa is a CSS previewer for GTK+ themes, integrating with gedit so the edited CSS is promptly visible in the various samples. gedit-cossa may be easily extended with more samples and allows zooming these to help get the tiny details right. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20120105 N ports/x11/gnome/gedit-cossa/Makefile N ports/x11/gnome/gedit-cossa/distinfo N ports/x11/gnome/gedit-cossa/pkg/PLIST N ports/x11/gnome/gedit-cossa/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/01 00:49:25 Modified files: x11/gnome : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/05/01 00:58:45 Modified files: devel/itcl : Makefile devel/itcl/patches: patch-pkgIndex_tcl_in Log message: Fix Itcl library loading. Feedback and OK stu@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2012/05/01 01:21:22 Modified files: www/wordpress : Makefile distinfo Log message: Update to 3.3.2. From wen heping. Thanks. Several security updates included. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/01 01:38:47 Log message: import gedit-code-assistance 0.1.3 gedit-code-assistance is a plugin for gedit which provides code assistance for C, C++ and Objective-C by utilizing clang. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20120105 N ports/x11/gnome/gedit-code-assistance/Makefile N ports/x11/gnome/gedit-code-assistance/distinfo N ports/x11/gnome/gedit-code-assistance/pkg/DESCR N ports/x11/gnome/gedit-code-assistance/pkg/PLIST N ports/x11/gnome/gedit-code-assistance/patches/patch-configure N ports/x11/gnome/gedit-code-assistance/patches/patch-data_gcp_css N ports/x11/gnome/gedit-code-assistance/patches/patch-src_backends_c_gcp-c-compile-args_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/01 01:39:43 Modified files: x11/gnome : Makefile Log message: sync CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/05/01 01:51:31 Modified files: build : Makefile Log message: fix PREV_VERSION, though it's unused anyway atm CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/05/01 01:53:22 Modified files: build/mirrors : openssh-ftp.html.head openssh-portable.html.head Log message: - sync header on openssh/ftp.html with 6.0 - update copyright year - list these actual source files so it's easier to see which files should actually be edited when releasing a newer version CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/05/01 01:54:12 Modified files: build : mirrors.dat Log message: fix CVSROOT for esc7 mirror; Lawrence Teo CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/05/01 01:54:50 Modified files: . : anoncvs.html openssh : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/05/01 01:55:32 Modified files: . : 51.html Log message: s/uppress/suppress; Tony Morel CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/05/01 04:18:13 Modified files: usr.sbin/pkg_add/OpenBSD: AddCreateDelete.pm State.pm Log message: properly pass extra parameters from State->new to init. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/01 06:21:17 Log message: import py-repoze-lru 0.5 repoze.lru is a LRU (least recently used) cache implementation. Keys and values that are not used frequently will be evicted from the cache faster than keys and values that are used frequently. ok rpoinel@ Status: Vendor Tag: jasper Release Tags: jasper_20120105 N ports/www/py-repoze-lru/Makefile N ports/www/py-repoze-lru/distinfo N ports/www/py-repoze-lru/pkg/PLIST N ports/www/py-repoze-lru/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/01 06:22:18 Modified files: www : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/01 06:22:46 Modified files: www/py-routes : Makefile distinfo www/py-routes/pkg: PLIST Log message: - update to 1.13 ok rpointel@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/05/01 08:15:45 Modified files: de : 51.html anoncvs.html cvsync.html ftp.html fr : 51.html cvsync.html openbgpd/de : ftp.html openbgpd/fr : ftp.html openbgpd/ru : ftp.html openntpd/de : ftp.html portable.html openntpd/fr : ftp.html portable.html openssh/de : ftp.html portable.html openssh/fr : portable.html Added files: openssh/ru : portable.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/05/01 08:24:16 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: make fragment handling yet more customizable CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/01 08:29:56 Modified files: databases/sqlite3: Makefile databases/sqlite3/patches: patch-Makefile_in Log message: zap sqlite3 build, proper, keep the lemon and tcl-sqlite3 stuff going. (and don't forget about LIB_DEPENDS-tcl, thx sthen@) CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/05/01 08:34:11 Modified files: . : index.html Log message: welcome 5.1! CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/05/01 08:35:13 Modified files: . : amd64.html armish.html hp300.html hppa.html i386.html landisk.html loongson.html macppc.html sgi.html socppc.html sparc.html sparc64.html vax.html zaurus.html build/mirrors : anoncvs.html.end anoncvs.html.head ftp.html.end ftp.html.head Log message: various 5.1 CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/05/01 08:35:15 Modified files: faq : index.html faq1.html faq2.html faq3.html faq4.html faq5.html faq6.html faq8.html faq9.html faq10.html faq11.html faq12.html faq14.html faq15.html Log message: welcome 5.1! CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/05/01 08:36:00 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html openssh : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/05/01 08:39:06 Modified files: . : anoncvs.html Log message: sync CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/05/01 08:39:46 Modified files: faq : faq13.html Log message: updates for 5.1 from ratchov@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/05/01 08:46:57 Modified files: . : index.html Log message: yeah, I'm still writing 2011 on my checks, too. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/05/01 08:47:31 Modified files: . : 51.html Log message: GNOME is only available in fallback mode. ok sthen@ CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2012/05/01 08:47:57 Modified files: . : 51.html Log message: To be released -> Released CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/05/01 08:48:15 Modified files: . : alpha.html security.html stable.html vax-simh.html Log message: a few more 5.1 CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2012/05/01 08:52:47 Modified files: . : luna88k.html mvme68k.html mvme88k.html plat.html Log message: Luna88k supported again as of 5.1 CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2012/05/01 08:53:49 Modified files: . : alpha.html amd64.html i386.html sparc.html sparc64.html Log message: 51 on the floppy images CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/05/01 08:56:53 Modified files: faq : upgrade51.html Log message: more files to delete, and a wordo. from naddy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/01 09:01:03 Modified files: x11/gnome/gvfs : Makefile Added files: x11/gnome/gvfs/patches: patch-daemon_gvfsafpvolume_c Log message: Unbreak after recent glib2 update (from upstream). Breakage reported by fgsch@, thanks. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/05/01 09:05:05 Modified files: . : orders.html Log message: To be relesased on -> Released on CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2012/05/01 09:17:56 Modified files: faq : upgrade51.html Log message: Should have been 5.0 there CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/05/01 09:24:47 Modified files: faq : upgrade50.html Log message: forward link to upgrade51.html CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/01 09:25:26 Modified files: devel/nasm : Makefile distinfo devel/nasm/patches: patch-doc_Makefile_in Log message: Update to nasm 2.10. Bulk testing by sthen@ from Brad, ok maintainer CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2012/05/01 09:32:20 Modified files: net/nagios/check_esxi_hardware: Makefile distinfo Log message: "Bugfix in manufacturer discovery when cim entry not found or empty" ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/01 09:49:12 Modified files: games/uqm : Makefile Log message: fix RUN_DEPENDS, PKGNAME does not append v0 from EPOCH and we don't really want FULLPKGNAME here. breakage spotted by naddy@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/05/01 10:09:21 ports/graphics/freeglut/patches Update of /cvs/ports/graphics/freeglut/patches In directory cvs.openbsd.org:/tmp/cvs-serv5604/patches Log Message: Directory /cvs/ports/graphics/freeglut/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/05/01 10:10:07 Modified files: graphics/freeglut: Makefile Added files: graphics/freeglut/patches: patch-include_GL_freeglut_ext_h Log message: Patch this header to work with -Werror=strict-prototypes. ok Tobias Ulmer (maintainer) CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2012/05/01 11:50:05 Modified files: . : index.html Log message: raise to 5.1 here, too CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2012/05/01 11:52:06 Modified files: . : security.html Log message: 4.9 is not supported anymore CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2012/05/01 11:56:54 Modified files: . : security.html Log message: removed duplicated full stops and unified style, while at it CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/01 12:46:25 Modified files: x11/gnome/seahorse: Makefile Added files: x11/gnome/seahorse/patches: patch-pgp_seahorse-gpgme-keyring_c Log message: Unbreak after glib2 update (from upstream). Breakage reported by nigel@, thanks! CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/05/01 13:11:28 Modified files: de : 51.html alpha.html amd64.html anoncvs.html armish.html ftp.html hp300.html hppa.html i386.html index.html landisk.html loongson.html macppc.html mvme68k.html mvme88k.html orders.html plat.html security.html sgi.html socppc.html sparc.html sparc64.html stable.html vax.html zaurus.html faq/de : faq1.html faq11.html faq12.html faq13.html faq14.html faq15.html faq2.html faq3.html faq4.html faq5.html faq6.html faq8.html faq9.html openbgpd/de : ftp.html openbgpd/ru : ftp.html openntpd/de : ftp.html portable.html openntpd/ru : ftp.html portable.html openssh/de : portable.html openssh/ru : ftp.html portable.html ru : index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/05/01 13:16:22 Modified files: . : errata.html errata22.html errata23.html errata24.html errata25.html errata26.html errata27.html errata28.html errata29.html errata30.html errata31.html errata32.html errata33.html errata34.html errata35.html errata36.html errata37.html errata38.html errata39.html errata40.html errata41.html errata42.html errata43.html errata44.html errata45.html errata46.html errata47.html errata48.html errata49.html errata50.html Added files: . : errata51.html Log message: errata -> 5.1 CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2012/05/01 14:04:10 Modified files: . : 51.html Log message: typo; reported by Juan Francisco Cantero Hurtado on www@ CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2012/05/01 14:27:27 Modified files: . : want.html Log message: Remove requests not making much sense at the moment - that Flexor board will act as a decorative item. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/05/01 14:34:44 ports/devel/rsvndump/patches Update of /cvs/ports/devel/rsvndump/patches In directory cvs.openbsd.org:/tmp/cvs-serv23061/patches Log Message: Directory /cvs/ports/devel/rsvndump/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/05/01 14:37:41 Modified files: devel/rsvndump : Makefile Added files: devel/rsvndump/patches: patch-configure_ac Log message: explicitly link with apr libs CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/02 00:56:27 Modified files: productivity/tryton: Makefile.inc Log message: Bump default MODPY_EGG_VERSION to 2.4.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/02 00:57:01 Modified files: productivity/tryton/trytond: Makefile distinfo productivity/tryton/trytond/patches: patch-etc_trytond_conf productivity/tryton/trytond/pkg: PLIST Log message: Update to trytond-2.4.1. See http://www.tryton.org/news.html for details. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/02 00:57:21 Modified files: productivity/tryton/tryton: Makefile distinfo productivity/tryton/tryton/pkg: PLIST Log message: Update to tryton-2.4.0. See http://www.tryton.org/news.html for details CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/02 00:57:55 Modified files: productivity/tryton/account: distinfo productivity/tryton/account/pkg: PLIST productivity/tryton/account_be: Makefile distinfo productivity/tryton/account_de_skr03: Makefile distinfo productivity/tryton/account_invoice: distinfo productivity/tryton/account_invoice/pkg: PLIST productivity/tryton/account_invoice_history: Makefile distinfo productivity/tryton/account_invoice_history/pkg: PLIST productivity/tryton/account_invoice_line_standalone: Makefile distinfo productivity/tryton/account_invoice_line_standalone/pkg: PLIST productivity/tryton/account_product: Makefile distinfo productivity/tryton/account_product/pkg: PLIST productivity/tryton/account_statement: Makefile distinfo productivity/tryton/account_statement/pkg: PLIST productivity/tryton/account_stock_anglo_saxon: Makefile distinfo productivity/tryton/account_stock_anglo_saxon/pkg: PLIST productivity/tryton/account_stock_continental: Makefile distinfo productivity/tryton/account_stock_continental/pkg: PLIST productivity/tryton/analytic_account: Makefile distinfo productivity/tryton/analytic_account/pkg: PLIST productivity/tryton/analytic_invoice: Makefile distinfo productivity/tryton/analytic_invoice/pkg: PLIST productivity/tryton/analytic_purchase: Makefile distinfo productivity/tryton/analytic_purchase/pkg: PLIST productivity/tryton/analytic_sale: Makefile distinfo productivity/tryton/analytic_sale/pkg: PLIST productivity/tryton/calendar: Makefile distinfo productivity/tryton/calendar/pkg: PLIST productivity/tryton/calendar_classification: Makefile distinfo productivity/tryton/calendar_classification/pkg: PLIST productivity/tryton/calendar_scheduling: Makefile distinfo productivity/tryton/calendar_scheduling/pkg: PLIST productivity/tryton/calendar_todo: Makefile distinfo productivity/tryton/calendar_todo/pkg: PLIST productivity/tryton/company: Makefile distinfo productivity/tryton/company/pkg: PLIST productivity/tryton/company_work_time: Makefile distinfo productivity/tryton/company_work_time/pkg: PLIST productivity/tryton/country: Makefile distinfo productivity/tryton/country/pkg: PLIST productivity/tryton/currency: Makefile distinfo productivity/tryton/currency/pkg: PLIST productivity/tryton/dashboard: Makefile distinfo productivity/tryton/dashboard/pkg: PLIST productivity/tryton/google_maps: Makefile distinfo productivity/tryton/google_maps/pkg: PLIST productivity/tryton/ldap_authentication: Makefile distinfo productivity/tryton/ldap_authentication/pkg: PLIST productivity/tryton/ldap_connection: Makefile distinfo productivity/tryton/ldap_connection/pkg: PLIST productivity/tryton/party: Makefile distinfo productivity/tryton/party/pkg: PLIST productivity/tryton/party_siret: Makefile distinfo productivity/tryton/party_siret/pkg: PLIST productivity/tryton/party_vcarddav: Makefile distinfo productivity/tryton/party_vcarddav/pkg: PLIST productivity/tryton/product: Makefile distinfo productivity/tryton/product/pkg: PLIST productivity/tryton/product_cost_fifo: Makefile distinfo productivity/tryton/product_cost_fifo/pkg: PLIST productivity/tryton/product_cost_history: Makefile distinfo productivity/tryton/product_cost_history/pkg: PLIST productivity/tryton/product_price_list: Makefile distinfo productivity/tryton/product_price_list/pkg: PLIST productivity/tryton/project: Makefile distinfo productivity/tryton/project/pkg: PLIST productivity/tryton/project_plan: Makefile distinfo productivity/tryton/project_plan/pkg: PLIST productivity/tryton/project_revenue: Makefile distinfo productivity/tryton/project_revenue/pkg: PLIST productivity/tryton/purchase: Makefile distinfo productivity/tryton/purchase/pkg: PLIST productivity/tryton/purchase_invoice_line_standalone: Makefile distinfo productivity/tryton/purchase_invoice_line_standalone/pkg: PLIST productivity/tryton/sale: Makefile distinfo productivity/tryton/sale/pkg: PLIST productivity/tryton/sale_opportunity: Makefile distinfo productivity/tryton/sale_opportunity/pkg: PLIST productivity/tryton/sale_price_list: Makefile distinfo productivity/tryton/sale_price_list/pkg: PLIST productivity/tryton/stock: Makefile distinfo productivity/tryton/stock/pkg: PLIST productivity/tryton/stock_forecast: Makefile distinfo productivity/tryton/stock_forecast/pkg: PLIST productivity/tryton/stock_inventory_location: Makefile distinfo productivity/tryton/stock_inventory_location/pkg: PLIST productivity/tryton/stock_location_sequence: Makefile distinfo productivity/tryton/stock_location_sequence/pkg: PLIST productivity/tryton/stock_product_location: Makefile distinfo productivity/tryton/stock_product_location/pkg: PLIST productivity/tryton/stock_supply: Makefile distinfo productivity/tryton/stock_supply/pkg: PLIST productivity/tryton/stock_supply_day: Makefile distinfo productivity/tryton/stock_supply_day/pkg: PLIST productivity/tryton/timesheet: Makefile distinfo productivity/tryton/timesheet/pkg: PLIST Log message: Update all tryton modules to version 2.4.0 | 2.4.1. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/02 01:26:00 Modified files: databases/redis: Makefile distinfo databases/redis/patches: patch-src_Makefile Log message: Bugfix update to redis-2.4.12 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/02 01:37:11 Log message: import i3status 2.4.1 (git clone as of a few days ago, along with a load of patches for OpenBSD support, which have all been committed upstream already) i3status is a small program (about 1500 SLOC) for generating a status bar for dzen2, xmobar or similar programs. It is designed to be very efficient by issuing a very small number of system calls, as one generally wants to update such a status line every second. This ensures that even under high load, your status bar is updated correctly. Also, it saves a bit of energy by not hogging your CPU as much as spawning the corresponding amount of shell commands would. ok dcoppa@ Status: Vendor Tag: jasper Release Tags: jasper_20120205 N ports/x11/i3status/Makefile N ports/x11/i3status/distinfo N ports/x11/i3status/patches/patch-i3status_conf N ports/x11/i3status/patches/patch-man_Makefile N ports/x11/i3status/patches/patch-src_print_ip_addr_c N ports/x11/i3status/patches/patch-src_print_ipv6_addr_c N ports/x11/i3status/patches/patch-src_print_cpu_usage_c N ports/x11/i3status/patches/patch-src_print_disk_info_c N ports/x11/i3status/patches/patch-include_i3status_h N ports/x11/i3status/patches/patch-src_print_volume_c N ports/x11/i3status/patches/patch-src_print_cpu_temperature_c N ports/x11/i3status/patches/patch-src_print_battery_info_c N ports/x11/i3status/patches/patch-Makefile N ports/x11/i3status/pkg/DESCR N ports/x11/i3status/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/02 01:38:15 Modified files: x11 : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/02 01:39:08 Modified files: x11/i3 : Makefile x11/i3/patches : patch-i3_config patch-i3_config_keycodes Log message: no need to set status_command by default to /usr/bin/true anymore, we have i3status now. ok dcoppa@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2012/05/02 01:45:50 Modified files: sbin/pfctl : pfctl_altq.c Log message: don't call getifmtu in -n mode, assume 1500. calling getifmtu requires the interface in question to be there, breaking ruleset verification From: Silamael CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/02 01:49:00 Modified files: productivity/tryton/account: Makefile productivity/tryton/account_be: Makefile productivity/tryton/account_de_skr03: Makefile productivity/tryton/account_invoice: Makefile productivity/tryton/account_invoice_history: Makefile productivity/tryton/account_invoice_line_standalone: Makefile productivity/tryton/account_product: Makefile productivity/tryton/account_statement: Makefile productivity/tryton/account_stock_anglo_saxon: Makefile productivity/tryton/account_stock_continental: Makefile productivity/tryton/analytic_account: Makefile productivity/tryton/analytic_invoice: Makefile productivity/tryton/analytic_purchase: Makefile productivity/tryton/analytic_sale: Makefile productivity/tryton/calendar_classification: Makefile productivity/tryton/calendar_scheduling: Makefile productivity/tryton/calendar_todo: Makefile productivity/tryton/company: Makefile productivity/tryton/company_work_time: Makefile productivity/tryton/google_maps: Makefile productivity/tryton/ldap_authentication: Makefile productivity/tryton/party: Makefile productivity/tryton/party_siret: Makefile productivity/tryton/party_vcarddav: Makefile productivity/tryton/product_cost_fifo: Makefile productivity/tryton/product_cost_history: Makefile productivity/tryton/product_price_list: Makefile productivity/tryton/project: Makefile productivity/tryton/project_plan: Makefile productivity/tryton/project_revenue: Makefile productivity/tryton/purchase: Makefile productivity/tryton/purchase_invoice_line_standalone: Makefile productivity/tryton/sale: Makefile productivity/tryton/sale_opportunity: Makefile productivity/tryton/sale_price_list: Makefile productivity/tryton/stock: Makefile productivity/tryton/stock_forecast: Makefile productivity/tryton/stock_inventory_location: Makefile productivity/tryton/stock_location_sequence: Makefile productivity/tryton/stock_product_location: Makefile productivity/tryton/stock_supply: Makefile productivity/tryton/stock_supply_day: Makefile productivity/tryton/timesheet: Makefile Log message: Simplify dependencies. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/02 01:49:10 Modified files: textproc/py-vobject: Makefile distinfo Log message: Update to py-vobject-0.8.1c. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/02 02:22:45 Modified files: x11/gnome/contacts: Makefile distinfo Log message: - update to 3.4.1 * bugfixes and translation updates CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/02 02:27:55 Log message: Import trytond-module-carrier-2.4.1. This is the "carrier" module of the Tryton application platform. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120502 N ports/productivity/tryton/carrier/Makefile N ports/productivity/tryton/carrier/distinfo N ports/productivity/tryton/carrier/pkg/DESCR N ports/productivity/tryton/carrier/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/02 02:28:12 Log message: Import trytond-module-carrier_percentage-2.4.1. This is the "carrier_percentage" module of the Tryton application platform. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120502 N ports/productivity/tryton/carrier_percentage/Makefile N ports/productivity/tryton/carrier_percentage/distinfo N ports/productivity/tryton/carrier_percentage/pkg/DESCR N ports/productivity/tryton/carrier_percentage/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/02 02:28:24 Log message: Import trytond-module-carrier_weight-2.4.0. This is the "carrier_weight" module of the Tryton application platform. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120502 N ports/productivity/tryton/carrier_weight/Makefile N ports/productivity/tryton/carrier_weight/distinfo N ports/productivity/tryton/carrier_weight/pkg/DESCR N ports/productivity/tryton/carrier_weight/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/02 02:28:41 Log message: Import trytond-module-product_measurements-2.4.0. This is the "product_measurements" module of the Tryton application platform. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120502 N ports/productivity/tryton/product_measurements/Makefile N ports/productivity/tryton/product_measurements/distinfo N ports/productivity/tryton/product_measurements/pkg/DESCR N ports/productivity/tryton/product_measurements/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/02 02:29:02 Log message: Import trytond-module-purchase_shipment_cost-2.4.0. This is the "purchase_shipment_cost" module of the Tryton application platform. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120502 N ports/productivity/tryton/purchase_shipment_cost/Makefile N ports/productivity/tryton/purchase_shipment_cost/distinfo N ports/productivity/tryton/purchase_shipment_cost/pkg/DESCR N ports/productivity/tryton/purchase_shipment_cost/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/02 02:29:17 Log message: Import trytond-module-sale_shipment_cost-2.4.0. This is the "sale_shipment_cost" module of the Tryton application platform. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120502 N ports/productivity/tryton/sale_shipment_cost/Makefile N ports/productivity/tryton/sale_shipment_cost/distinfo N ports/productivity/tryton/sale_shipment_cost/pkg/DESCR N ports/productivity/tryton/sale_shipment_cost/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/02 02:29:33 Log message: Import trytond-module-stock_supply_forecast-2.4.0. This is the "stock_supply_forecast" module of the Tryton application platform. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120502 N ports/productivity/tryton/stock_supply_forecast/Makefile N ports/productivity/tryton/stock_supply_forecast/distinfo N ports/productivity/tryton/stock_supply_forecast/pkg/DESCR N ports/productivity/tryton/stock_supply_forecast/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/02 02:30:24 Modified files: productivity/tryton: Makefile Log message: +carrier +carrier_percentage +carrier_weight +product_measurements +purchase_shipment_cost +sale_shipment_cost +stock_supply_forecast CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/02 02:31:48 Modified files: x11/i3 : Makefile Removed files: x11/i3/patches : patch-i3bar_src_child_c Log message: GC patches/patch-i3bar_src_child_c: useless now that we have i3status. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/02 02:48:51 Modified files: audio/taglib : Makefile distinfo Log message: Update to taglib-1.7.2, rolling in the fix for SECURITY issue CVE-2012-2396: fixed division by zero while parsing corrupted MP4 files. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/05/02 04:04:25 Modified files: databases/py-redis: Makefile distinfo Log message: Update py-redis to 2.4.12. looks good dcoppa@. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/05/02 07:15:07 Modified files: de : 51.html cvsync.html errata.html errata27.html errata28.html errata29.html errata30.html errata31.html errata32.html errata33.html errata34.html errata35.html errata36.html errata37.html errata38.html errata39.html errata40.html errata41.html errata42.html errata43.html errata44.html index.html security.html faq/de : faq10.html index.html faq/fr : faq12.html faq15.html faq2.html faq3.html faq4.html faq5.html faq6.html faq9.html fr : 51.html alpha.html amd64.html anoncvs.html armish.html errata.html errata49.html errata50.html ftp.html hp300.html hppa.html i386.html index.html landisk.html luna88k.html macppc.html mvme68k.html mvme88k.html plat.html socppc.html sparc.html sparc64.html stable.html vax.html zaurus.html nl : anoncvs.html cvsync.html ftp.html index.html orders.html plat.html stable.html openssh/de : ftp.html openssh/nl : ftp.html portable.html openssh/ru : ftp.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/02 07:15:53 Modified files: net/nagios/check_email_delivery: Makefile net/nagios/check_email_delivery/patches: patch-check_email_delivery_epn Removed files: net/nagios/check_email_delivery/patches: patch-check_email_delivery Log message: tweak check_email_delivery: - drop pointless patch, we only install the _epn version - add mail to categories - allow --imap-username / --imap-password by itself (avoiding the need to specify a username which applies to smtp if auth is enabled). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/02 07:40:10 Modified files: net/nagios/nsca: Makefile net/nagios/nsca/pkg: PLIST-client PLIST-main Log message: Install send_nsca in usr/local/sbin so it's in a typical path, it's a standalone utility anyway so libexec isn't really the right place for it. Keep a symlink around to avoid breaking existing installations. CVSROOT: /cvs Module name: src Changes by: gsoares@cvs.openbsd.org 2012/05/02 07:41:15 Modified files: usr.bin/tftp : main.c Log message: strncpy() -> strlcpy() ok henning@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/02 08:06:03 Modified files: net/libtorrent : Makefile distinfo net/libtorrent/patches: patch-scripts_checks_m4 patch-src_torrent_poll_kqueue_cc patch-test_Makefile_in net/libtorrent/pkg: PLIST Removed files: net/libtorrent/patches: patch-src_download_download_constructor_cc patch-src_protocol_handshake_cc patch-src_protocol_peer_connection_base_cc patch-test_rak_allocators_test_cc Log message: Update to libtorrent-0.13.2 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/02 08:06:31 Modified files: net/rtorrent : Makefile distinfo net/rtorrent/patches: patch-test_Makefile_in Removed files: net/rtorrent/patches: patch-src_command_network_cc patch-src_display_window_file_list_cc patch-src_rpc_scgi_cc patch-src_thread_base_cc patch-src_ui_element_file_list_cc Log message: Update to rtorrent-0.9.2 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/05/02 08:14:50 Modified files: geo/viking : Makefile distinfo geo/viking/pkg : PLIST Log message: Update to viking 1.3. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2012/05/02 08:23:49 Modified files: sbin/pfctl : pfctl.c Log message: remove redundant check; from lteo; ok haesbaert CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/05/02 08:32:24 Modified files: devel/p5-System-Command: Makefile distinfo Log message: update to 1.07; from Wen Heping (MAINTAINER) ok landry@ CVSROOT: /cvs Module name: src Changes by: gsoares@cvs.openbsd.org 2012/05/02 12:01:25 Modified files: usr.sbin/ikectl: ikectl.c Log message: s/snmpd/iked/ in comment ok henning@ CVSROOT: /cvs Module name: src Changes by: gsoares@cvs.openbsd.org 2012/05/02 12:02:45 Modified files: usr.sbin/iscsictl: iscsictl.c Log message: s/ospfd/iscsid/ in comment sure claudio@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/02 12:43:44 Modified files: sys/arch/sgi/hpc: files.hpc Log message: sq needs ifmedia attribute now, repairs RAMDISK_IP22 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/05/02 13:01:53 Modified files: x11/xfce4/thunar-vcs: Makefile Added files: x11/xfce4/thunar-vcs/patches: patch-configure_ac Removed files: x11/xfce4/thunar-vcs/patches: patch-tvp-svn-helper_Makefile_in Log message: add apr libs when checking for svn libs; ok landry@ sthen@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/05/02 13:29:13 Modified files: usr.bin/tmux : tmux.1 Log message: default-path has the same possibilities as new-window -c now. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/02 13:42:56 xenocara/proto/inputproto/specs Update of /cvs/xenocara/proto/inputproto/specs In directory cvs.openbsd.org:/tmp/cvs-serv12274/specs Log Message: Directory /cvs/xenocara/proto/inputproto/specs added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/02 13:55:21 Modified files: proto/inputproto: ChangeLog Makefile Makefile.am XI2.h XI2proto.h configure.ac Added files: proto/inputproto/specs: Makefile.am XI2proto.txt XIproto.txt Removed files: proto/inputproto: XI2proto.txt XIproto.txt Log message: Update to inputproto 2.2. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/02 13:58:01 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/05/02 13:58:16 Modified files: audio/mpg123 : Makefile distinfo audio/mpg123/patches: patch-configure Removed files: audio/mpg123/patches: patch-src_output_sndio_c Log message: maintenance update to 1.14.0 CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/05/02 14:42:25 Modified files: sys/kern : kern_sysctl.c Log message: Oops, previous change had some unrelated changes that shouldn't have been committed; roll them back. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/05/02 16:58:31 Modified files: lang/ghc : Makefile Log message: Bump. Just to enforce rebuilds of all hs-* packages. Blame the famous "ghc-builds are not deterministic" bug for this. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/02 23:59:58 Modified files: x11/gtk+3 : Makefile distinfo Log message: Bugfix update to gtk+ 3.4.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/03 00:06:59 Modified files: multimedia/transcode: Makefile distinfo multimedia/transcode/patches: patch-acinclude_m4 patch-configure_in Added files: multimedia/transcode/patches: patch-avilib_avidump_c patch-filter_filter_pp_c Removed files: multimedia/transcode/patches: patch-avilib_Makefile_am Log message: Bugfix update to transcode 1.1.7. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/03 00:35:31 Modified files: graphics/opencv: Makefile graphics/opencv/patches: patch-modules_highgui_src_cap_ffmpeg_cpp Log message: Update opencv for newer FFmpeg API. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/03 00:37:04 ports/multimedia/dvdcpy/patches Update of /cvs/ports/multimedia/dvdcpy/patches In directory cvs.openbsd.org:/tmp/cvs-serv2791/patches Log Message: Directory /cvs/ports/multimedia/dvdcpy/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/03 00:50:09 Modified files: converters/libdvdcss: Makefile distinfo converters/libdvdcss/patches: patch-doc_Makefile_in patch-src_css_c converters/libdvdcss/pkg: PLIST Removed files: converters/libdvdcss/pkg: PFRAG.shared Log message: Update to libdvdcss-1.2.12. from Brad, ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/03 00:50:37 Modified files: multimedia/libdvdnav: Makefile distinfo multimedia/libdvdnav/patches: patch-configure_ac Removed files: multimedia/libdvdnav/patches: patch-misc_dvdnav_pc_in Log message: Update to libdvdnav-4.2.0. from Brad, ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/03 00:51:07 Modified files: devel/libdvdread: Makefile distinfo devel/libdvdread/pkg: DESCR PLIST Added files: devel/libdvdread/patches: patch-Makefile patch-configure2 patch-src_md5_c patch-version_sh Removed files: devel/libdvdread/patches: patch-dvdread_Makefile_in patch-dvdread_dvd_input_c patch-dvdread_ifo_types_h devel/libdvdread/pkg: PFRAG.shared Log message: Update to libdvdread-4.2.0. from Brad, ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/03 00:51:25 Modified files: multimedia/dvdcpy: Makefile multimedia/dvdcpy/pkg: PLIST multimedia/gstreamer-0.10/plugins-bad: Makefile multimedia/gstreamer-0.10/plugins-bad/patches: patch-configure_ac multimedia/kaffeine: Makefile multimedia/kaffeine/patches: patch-kaffeine_src_instwizard_cpp multimedia/lsdvd: Makefile multimedia/lsdvd/patches: patch-lsdvd_c x11/mplayer : Makefile x11/mplayer/patches: patch-configure x11/ogle : Makefile x11/ogle/pkg : PLIST multimedia/streamdvd: Makefile multimedia/streamdvd/pkg: PLIST x11/vlc : Makefile x11/vlc/pkg : PLIST-main Added files: multimedia/dvdcpy/patches: patch-dvdcpy_c x11/ogle/patches: patch-vmg_Makefile_in Removed files: multimedia/lsdvd/patches: patch-configure multimedia/streamdvd/patches: patch-contrib_StreamAnalyze_streamanalyze_c patch-contrib_lsdvd_lsdvd_c patch-mplex_config_h patch-mplex_mjpeg_types_h patch-streamdvd_c Log message: Adjust after libdvdcss/libdvdnav/libdvdread updates. from Brad, ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/03 01:20:42 Modified files: www/owncloud : Makefile distinfo Log message: Update to owncloud-3.0.3. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/03 01:40:05 Modified files: net/samba : Makefile distinfo Log message: SECURITY update to Samba 3.6.5, from maintainer Ian McWilliam http://www.samba.org/samba/security/CVE-2012-2111 Samba versions 3.4.x to 3.6.4 inclusive are affected by a vulnerability that allows arbitrary users to modify privileges on a file server. Security checks were incorrectly applied to the Local Security Authority (LSA) remote proceedure calls (RPC) CreateAccount, OpenAccount, AddAccountRights and RemoveAccountRights allowing any authenticated user to modify the privileges database. This is a serious error, as it means that authenticated users can connect to the LSA and grant themselves the "take ownership" privilege. This privilege is used by the smbd file server to grant the ability to change ownership of a file or directory which means users could take ownership of files or directories they do not own. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/03 01:40:59 Modified files: net/samba : Tag: OPENBSD_5_1 Makefile distinfo Log message: SECURITY update to Samba 3.6.5, from maintainer Ian McWilliam http://www.samba.org/samba/security/CVE-2012-2111 Samba versions 3.4.x to 3.6.4 inclusive are affected by a vulnerability that allows arbitrary users to modify privileges on a file server. Security checks were incorrectly applied to the Local Security Authority (LSA) remote proceedure calls (RPC) CreateAccount, OpenAccount, AddAccountRights and RemoveAccountRights allowing any authenticated user to modify the privileges database. This is a serious error, as it means that authenticated users can connect to the LSA and grant themselves the "take ownership" privilege. This privilege is used by the smbd file server to grant the ability to change ownership of a file or directory which means users could take ownership of files or directories they do not own. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/03 02:14:59 Modified files: multimedia/lsdvd: Makefile multimedia/lsdvd/patches: patch-lsdvd_c multimedia/lsdvd/pkg: PLIST Log message: Bring in some fixes from NetBSD to help with retrieving the DVD title. from Brad CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/05/03 02:48:26 Modified files: graphics/mapnik: Makefile distinfo graphics/mapnik/patches: patch-SConstruct graphics/mapnik/pkg: PLIST Added files: graphics/mapnik/patches: patch-bindings_python_build_py patch-src_build_py Removed files: graphics/mapnik/patches: patch-src_SConscript patch-src_png_reader_cpp Log message: Update to mapnik 2.0.1 - enable sqlite input plugin - enable regress tests - fix WANTLIB - now scons doesn't rebuild mapnik during make fake ! Hint : http://wiki.gentoo.org/wiki/SCons#Why_you_should_NOT_use_SCons_in_your_project CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/05/03 03:07:17 Modified files: lib/libpthread/include: pthread.h lib/libpthread/man: Makefile.inc pthreads.3 lib/librthread : Makefile rthread.h shlib_version regress/lib/libpthread: Makefile Added files: lib/libpthread/man: pthread_spin_init.3 pthread_spin_lock.3 pthread_spin_unlock.3 lib/librthread : rthread_spin_lock.c regress/lib/libpthread/spinlock: Makefile spinlock.c Log message: Add pthread spinlock support. Implementation, documentation and naive regression tests for: - pthread_spin_init() - pthread_spin_destroy() - pthread_spin_lock() - pthread_spin_trylock() - pthread_spin_unlock() Implementation okay guenther@, documentation okay jmc@. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/05/03 04:17:23 Modified files: usr.sbin/tcpdump: print-ipsec.c Log message: esp/ah sequence number is unsigned and should be printed as such; ok haesbaert, sthen, yasuoka, mpf CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/05/03 04:48:05 Modified files: databases/p5-DBD-mysql: Makefile distinfo Log message: Bugfix update to 4.021 from Wen Heping, thanks CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/03 05:22:29 Modified files: lang/gcc/4.7 : Makefile lang/gcc/4.7/pkg: PLIST-c++ PLIST-java Log message: give C++ a chance to work... CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/03 05:25:27 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-addons_chan_ooh323_c patch-configure_ac Added files: telephony/asterisk/pkg: DESCR-http_post PLIST-http_post Log message: Update to Asterisk 1.8.12.0, including lots of fixes for bad sizeof() use and possible uninitialized var use, some memory leaks, a couple of possible deadlocks and other issues. While there, enable the http post module (done as a subpackage to avoid pulling gmime/glib2 into the main package) and WANTLIB cleanup. AEL dialplan users should see UPGRADE.txt for information about changes to inheritance of the 'h' extension. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/03 05:49:14 Modified files: lang/gcc/4.7 : Makefile Log message: g++ 4.7 doesn't really work with gcc 3.3.6, since it won't find -lgcc CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/05/03 06:50:11 Modified files: faq/de : faq1.html faq13.html faq/fr : faq11.html faq8.html index.html faq/nl : faq1.html faq10.html faq11.html faq12.html faq13.html faq14.html faq15.html faq2.html faq3.html faq4.html faq5.html faq6.html faq8.html faq9.html index.html fr : errata32.html errata33.html errata34.html errata35.html errata36.html errata37.html errata38.html errata39.html errata40.html errata41.html errata46.html errata49.html errata50.html index.html vax-simh.html it : index.html ru : index.html Added files: fr : errata51.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/03 08:11:55 Modified files: net/aggregate : Makefile Added files: net/aggregate/patches: patch-aggregate_c Log message: Add a patch to net/aggregate: don't ignore prefix length from input stream when -t and -p are used together. From FreeBSD PR ports/131259. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/03 09:18:50 Modified files: x11/gmtk : Makefile Added files: x11/gmtk/patches: patch-src_gm_audio_c patch-src_gm_common_h patch-src_gm_parse_c patch-src_gmtk_media_player_c Log message: Several bugfixes from upstream svn (see patches for details) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/03 09:19:08 Modified files: x11/gnome-mplayer: Makefile Added files: x11/gnome-mplayer/patches: patch-src_gui_c patch-src_main_c patch-src_support_c Log message: Several bugfixes from upstream svn (see patches for details) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/03 09:24:54 Modified files: devel/desktop-file-utils: Makefile distinfo devel/desktop-file-utils/patches: patch-src_update-desktop-database_c Log message: Maintenance update to desktop-file-utils-0.20. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/05/03 09:27:44 Modified files: mail/amavisd-new: Makefile distinfo Log message: Bugfix update to 2.7.1 and drop archivers/lha dependency ok sthen@ CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/05/03 11:16:27 Modified files: www/node : Makefile distinfo www/node/pkg : PLIST Log message: Update node to 0.6.16, from Aaron Bieber (maintainer). ok jasper@, sthen@. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/05/03 11:17:34 Modified files: shells/bash : Makefile distinfo Log message: Update bash to 4.2.28. ok naddy@ (maintainer). CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/05/03 12:00:51 Log message: The anonymizing relay monitor (arm) is a terminal status monitor for Tor, intended for command-line aficionados, ssh connections, and anyone with a tty terminal. This works much like top does for system usage, providing real time statistics for: * bandwidth, cpu, and memory usage * relay's current configuration * logged events * connection details (ip, hostname, fingerprint, and consensus data) * ... etc ok gonzalo@ Status: Vendor Tag: pascal Release Tags: pascal_20120405 N ports/net/arm/Makefile N ports/net/arm/distinfo N ports/net/arm/pkg/PLIST N ports/net/arm/pkg/DESCR N ports/net/arm/patches/patch-setup_py N ports/net/arm/patches/patch-arm N ports/net/arm/patches/patch-install N ports/net/arm/patches/patch-src_resources_arm_1 No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/05/03 12:01:50 Modified files: net : Makefile Log message: + net/arm CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/05/03 12:45:39 Modified files: www/tt-rss : Makefile www/tt-rss/pkg : tt_rss_update.rc Log message: Fix rc script so that rc_post does what it's supposed to do. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/03 12:52:11 Modified files: x11/gnome/tracker: Makefile distinfo x11/gnome/tracker/patches: patch-src_libtracker-common_Makefile_in Log message: Update to meta-tracker-0.14.1. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/03 14:06:51 Modified files: net/net-snmp : Makefile Added files: net/net-snmp/patches: patch-agent_mibgroup_agent_extend_c Log message: Security fix for Security fix for CVE-2012-2141 net-snmp: Array index error, leading to out-of heap-based buffer read (snmpd crash) ok sthen@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/03 14:08:44 Modified files: net/net-snmp : Tag: OPENBSD_5_1 Makefile Added files: net/net-snmp/patches: Tag: OPENBSD_5_1 patch-agent_mibgroup_agent_extend_c Log message: Security fix for Security fix for CVE-2012-2141 net-snmp: Array index error, leading to out-of heap-based buffer read (snmpd crash) ok sthen@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/03 14:27:26 Modified files: x11/i3status : Makefile distinfo x11/i3status/patches: patch-Makefile Removed files: x11/i3status/patches: patch-include_i3status_h patch-man_Makefile patch-src_print_battery_info_c patch-src_print_cpu_temperature_c patch-src_print_cpu_usage_c patch-src_print_disk_info_c patch-src_print_ip_addr_c patch-src_print_ipv6_addr_c patch-src_print_volume_c Log message: - update to 2.5 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/03 14:46:24 Modified files: lang/librep : Makefile distinfo lang/librep/patches: patch-librep_pc_in Log message: - update to 0.92.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/03 14:46:32 Modified files: x11/rep-gtk : Makefile distinfo Removed files: x11/rep-gtk/patches: patch-gtktree_defs Log message: - update to 0.90.8 CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2012/05/03 15:48:21 Modified files: devel/jdk/1.7 : Makefile devel/jdk/1.7/patches: patch-hotspot_make_bsd_makefiles_gcc_make Log message: Use -gstabs to address package growth on amd64. Noted by sthen@ tested by naddy@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/05/03 16:07:44 Modified files: net/arm : Makefile net/arm/pkg : PLIST Log message: - don't use FULLPKGNAME in PLIST - link .desktop file and icon to proper places noticed by and ok ajacoutot@, ok gonzalo@ CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2012/05/03 22:19:42 Modified files: . : hp300.html Log message: Fix arcofi(4) manpage url CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/05/04 00:02:14 Modified files: . : plus.html Log message: April 9-29 of plus.html. April 9-13 by me; 14-22 by Steffen Daode Nurpmeso; 23-29 by me. Checked by Steffen Daode Nurpmeso, Ingo Schwarze, Janne Johansson and myself. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/04 00:24:04 Modified files: audio/picard : Makefile distinfo audio/picard/patches: patch-setup_py audio/picard/pkg: PLIST Log message: Update to picard-0.16. from Brad, maintainer timeout CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/04 00:34:53 Modified files: audio/libofa : Makefile Log message: curl is a BUILD_DEPENDS, not LIB_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/04 01:09:14 Modified files: net/gupnp/core : Makefile distinfo net/gupnp/core/pkg: PLIST Log message: - update to 0.18.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/04 01:46:23 Modified files: x11/i3status : Makefile Added files: x11/i3status/patches: patch-man_i3status_man Log message: - tweak manpage CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/04 01:47:30 Modified files: x11/parcellite : Makefile distinfo Log message: sync with re-rolled distfile; from maintainer Lawrence Teo CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/04 01:57:18 Modified files: databases/mysql: Makefile Added files: databases/mysql/patches: patch-sql_password_c patch-sql_sql_select_cc Log message: SECURITY patches for bugs #64884 and #59387. -> fixes a nasty issue where one could get access using any password by repeating connection attempts from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/05/04 02:47:56 Modified files: lang/gcc/3.3 : Makefile lang/gcc/3.3/pkg: PLIST-c++ PLIST-estdc lang/gcc/4.2 : Makefile lang/gcc/4.2/pkg: PLIST-c++ PLIST-estdc lang/gcc/4.6 : Makefile lang/gcc/4.6/pkg: PLIST-c++ PLIST-estdc Log message: Do not let different versions of libstdc++ conflict with each other. At the same time, make sure that g++ is never installed alongside a higher version of libstdc++, so that stuff will always link to the correct library. feedback espie@ and kurt@, ok kurt@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/04 02:56:23 Modified files: devel/msp430/libc: Makefile distinfo Log message: add LTS patch msp430-libc-20120224-sf3522752 CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/05/04 02:56:35 Modified files: textproc/icu4c : Makefile Added files: textproc/icu4c/patches: patch-source_common_unicode_uset_h Log message: Fix a prototype so that -Werror=strict-prototypes works. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/04 02:56:39 Modified files: devel/msp430 : Makefile.inc Log message: Fix MASTER_SITES1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/04 02:58:55 Modified files: devel/msp430/msp430mcu: Makefile Log message: Add comment about msp430mcu-20120406-sf3522088.patch CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/04 03:16:04 Modified files: x11/gnome/tracker: Makefile Added files: x11/gnome/tracker/patches: patch-src_plugins_evolution_tracker-evolution-plugin_c Log message: Properly load the evolution plugin. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/05/04 03:37:35 Modified files: devel : Makefile Log message: Unhook devel/rsvndump. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/05/04 03:39:05 Removed files: devel/rsvndump : Makefile distinfo devel/rsvndump/patches: patch-configure_ac devel/rsvndump/pkg: DESCR PLIST Log message: Remove devel/rsvndump. The same functionality is provided by the 'svnrdump' command shipped with devel/subversion. ok dcoppa gonzalo brynet CVSROOT: /cvs Module name: ports Changes by: lum@cvs.openbsd.org 2012/05/04 03:46:58 Modified files: sysutils/toprump: Makefile distinfo Log message: update to toprump-0.14.7 sync with recent changes to top(1). CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/04 04:09:05 Modified files: databases/redis: Makefile distinfo Log message: Bugfixing update to redis-2.4.13. [BUGFIX] Fix for KEYS command: if the DB contains keys with expires the KEYS command may return the wrong output, having duplicated or missing keys. See issue #487 and #488 on github for details. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/04 04:09:22 Modified files: multimedia/avidemux/patches: patch-configure_in_in Log message: Really disable altivec to unbreak build. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/04 04:29:21 Modified files: databases/mysql: Tag: OPENBSD_5_1 Makefile Added files: databases/mysql/patches: Tag: OPENBSD_5_1 patch-sql_password_c patch-sql_sql_select_cc Log message: SECURITY patches for bugs #64884 and #59387. -> fixes a nasty issue where one could get access using any password by repeating connection attempts from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/04 04:32:33 Modified files: audio/pianobar : Makefile distinfo audio/pianobar/patches: patch-Makefile Removed files: audio/pianobar/patches: patch-src_libpiano_crypt_c patch-src_ui_act_c Log message: Update to a new snapshot dated 2012-05-02. Makes pianobar work again, after the umpteenth change to Pandora API. New dependencies: devel/json-c, security/libgcrypt CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/04 05:05:02 Modified files: audio/shell-fm : Makefile distinfo Removed files: audio/shell-fm/patches: patch-source_http_c Log message: Update to a newer git snapshot (2012-04-17) CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/05/04 08:28:31 Modified files: de : hp300.html faq/fr : faq1.html fr : 51.html errata42.html errata43.html errata44.html errata45.html hp300.html security.html want.html it : index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/04 09:42:39 Modified files: x11/gnome/tracker/patches: patch-src_plugins_evolution_tracker-evolution-plugin_c Log message: Committed upstream. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/05/04 09:42:41 Modified files: build : mirrors.dat Log message: don't set LF 2 on ftp5.usa CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/05/04 11:50:41 Modified files: gnu/usr.bin/cc/libgcc: Makefile Log message: Add __ic_invalidate_array to libgcc on sh. ok miod@, jsg@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/05/04 14:15:53 Modified files: lang/jruby : Makefile distinfo lang/jruby/pkg : PLIST Log message: Update to jruby 1.6.7.2, only change is a rubygems update to work fix SSL security issues when installing gems. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/05/04 14:17:51 Modified files: databases/ruby-ldap: Makefile distinfo databases/ruby-ldap/pkg: PLIST Removed files: databases/ruby-ldap/patches: patch-conn_c patch-ldap_c patch-test_test_sh Log message: Update to ruby-ldap 0.9.12. Switch to using the gem version now that there is one. Don't link against both ldap and ldap_r, as that causes problems. Update HOMEPAGE to point to current maintainer. Remove some patches accepted upstream. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/05/04 14:42:37 Modified files: gnu/usr.bin/binutils/gdb: hppabsd-nat.c gnu/usr.bin/binutils/gdb/config/pa: obsd.mh Log message: Enable multi-threaded debugging on hppa. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/05/04 15:09:29 Modified files: devel/gdb : Makefile distinfo Log message: Minor update to 7.4.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/04 15:42:18 Modified files: telephony/siproxd: Makefile telephony/siproxd/patches: patch-doc_siproxd_conf_example Log message: Adjust sample siproxd config, from maintainer Lawrence Teo - Use sample interface names that might exist on OpenBSD rather than eth0/1 - Make it clear that "if_outbound" is the external interface and "if_inbound" is the lan. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/05/04 19:16:44 Modified files: graphics/mapnik: Makefile Log message: mark as BROKEN; it resets the ld.so search path in fake CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/05 00:12:13 Modified files: net/gnugk : Makefile distinfo net/gnugk/patches: patch-configure Log message: Bugfix update to gnugk-3.0.2. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/05/05 01:05:16 Modified files: graphics/mapnik: Makefile graphics/mapnik/patches: patch-src_build_py Log message: Unbreak by not calling ldconfig during fake (whooo, oneliner fix!) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/05 01:49:28 Modified files: multimedia/k3b : Makefile multimedia/k3b/patches: patch-plugins_decoder_ffmpeg_k3bffmpegwrapper_cpp Log message: Update for newer FFmpeg API. from upstream via Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/05 03:40:43 Modified files: audio/sonata : Makefile audio/sonata/patches: patch-sonata_info_py Added files: audio/sonata/patches: patch-sonata_dbus_plugin_py Log message: Fix a runtime warning; not that this does not fix the thread related crash on startup, so it is still broken. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2012/05/05 03:57:29 Modified files: textproc/highlight: Makefile distinfo Log message: - update highlight to 3.9 ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/05/05 04:09:45 Modified files: sys/dev/pci : pcidevs Log message: Correct some of the existing AMD Hudson-2 entries for consistent naming, and add some missing entries. Add some Radeon GPUs. From Brad, ok mikeb@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/05/05 04:10:09 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/05/05 04:10:13 Modified files: sys/dev/pci : ahci.c Log message: Sync with renamed and new AMD Hudson-2 entries done in pcidevs r1.1640 From Brad, ok mikeb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/05 04:12:52 Modified files: devel/subversion: Makefile Log message: Fix RUN_DEPENDS-gnome-keyring; no need to depend on ruby nor python for this subpackage. ok stsp@ (maintainer) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/05/05 04:19:10 Modified files: regress/usr.sbin/pkg_add: Makefile Log message: old libs outside of /usr/local should keep their directories around too CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/05/05 04:20:58 Modified files: usr.sbin/pkg_add/OpenBSD: PackingElement.pm PackingList.pm Log message: un-specialcase shallow/deep copy: create a normal new plist. (so don't copy FCONTENTS since it's automatically created) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/05/05 04:21:47 Modified files: usr.sbin/pkg_add/OpenBSD: OldLibs.pm Log message: if the lib directory is not localbase->lib, we add directory entries to the .libs* stuff. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/05 08:03:15 Modified files: editors/elvis : Makefile editors/elvis/patches: patch-doc_ctags_man Added files: editors/elvis/patches: patch-data_elvis_arf patch-data_elvis_syn patch-doc_elvis_man patch-doc_ref_man patch-move_c patch-tagelvis_c Log message: Various patches to editors/elvis, mostly from Debian, via Donovan Watteau: - add --docdir so that :help works - add --verbose - fix a bug in the ")" command that could cause a segfault - fix a bug when lauching elvis in a directory containing a "tags" dir - make file/syntax detection work for scripts using "env" - add "return" to the list of shell script keywords - fix a few things in the man pages (\-, typo, whitespace) since we were already patching them. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/05/05 08:03:39 Modified files: www/chromium : Makefile distinfo Log message: update to 18.0.1025.168 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/05/05 08:13:08 Modified files: sys/dev/pci : pcidevs Log message: Add a few more AMD APU graphics IDs found in dmesglog. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/05/05 08:14:20 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/05/05 08:26:14 Modified files: lang/php/5.3 : Makefile distinfo Log message: update to 5.3.12 CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2012/05/05 08:26:32 Modified files: net/miniupnp/minissdpd: Makefile net/miniupnp/minissdpd/pkg: README Log message: Clarify that -i is needed in minissdpd_flags when specifying your interface. "Sure" aja CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/05 08:41:30 Modified files: databases/openldap: Makefile databases/openldap/pkg: slapd.rc Log message: Add a comment to slapd.rc showing how to bind to multiple URLs as it's not obvious how to do this without breaking pexp. Zap some stray whitespace in Makefile while there. ok aja@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/05 08:42:39 Modified files: databases/openldap23: Makefile databases/openldap23/pkg: slapd.rc Log message: Add a comment to slapd.rc showing how to bind to multiple URLs as it's not obvious how to do this without breaking pexp, as done in databases/openldap, aja@ reminded me to do openldap23 as well. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2012/05/05 08:48:51 Modified files: sys/net : pipex.c Log message: pipex_ip6_input() called IF_DROP() with incorrect queue. diff from blambert CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/05 09:27:20 Modified files: mail/zarafa/webapp: Makefile Log message: rpm2cpio can also come from misc/rpm. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/05 09:29:27 Modified files: www/node : Makefile distinfo Log message: update to Node.js 0.6.17, from maintainer Aaron Bieber * Upgrade npm to 1.1.21 * uv: Add support for EROFS errors (Ben Noordhuis, Maciej Małecki) * uv: Add support for EIO and ENOSPC errors (Fedor Indutny) * http: Fix client memory leaks (isaacs, Vincent Voyer) * fs: fix file descriptor leak in sync functions (Ben Noordhuis) * fs: fix ReadStream / WriteStream double close bug (Ben Noordhuis) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/05 10:55:59 Modified files: mail/zarafa/libvmime: Makefile Log message: Bump in preparation of zarafa update. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/05 10:56:17 Modified files: mail/zarafa : Makefile.inc mail/zarafa/zarafa: Makefile distinfo mail/zarafa/zarafa/patches: patch-ECtools_zarafa-indexer_ECLuceneIndexerAttachment_cpp patch-common_Makefile_in patch-common_platform_h patch-configure patch-doc_Makefile_in patch-doc_manual_xml patch-installer_linux_server_cfg patch-installer_linux_zarafa-client-update_cron patch-libfreebusy_Makefile_in patch-provider_client_Makefile_in patch-provider_contacts_Makefile_in patch-provider_libserver_ZarafaCmd_cpp patch-provider_server_ECServer_cpp patch-provider_server_ECThreadManager_cpp patch-provider_server_Makefile_in patch-provider_soap_soapdefs_h patch-spooler_Makefile_in patch-spooler_Spooler_cpp mail/zarafa/zarafa/pkg: PLIST-main PLIST-web Log message: Update zarafa to 7.0.7. Detailed changelog at: http://download.zarafa.com/community/final/7.0/final-changelog-7.0.txt CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2012/05/05 11:24:41 Modified files: usr.sbin/relayd: relayd.conf.5 Log message: better description of input to mode hash/loadbalance ok sthen@ jmc@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/05/05 11:40:47 Modified files: usr.bin/tmux : cmd-unbind-key.c Log message: Make unbind-key -a work with -t, based on a diff from Kazuhiko Sakaguchi. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/05/05 12:17:59 Modified files: usr.bin/tmux : tty.c Log message: Pull CRA out into a separate function and add ERA, from Ailin Nemui. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/05/05 12:31:10 Modified files: usr.bin/tmux : tty.c Log message: Missing ()s in macros. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/05/05 12:45:55 Modified files: usr.bin/tmux : tty.c Log message: Tidy up by adding a macro for the pane being the full screen width, from Ailin Nemui. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/05/05 12:48:31 Modified files: usr.bin/tmux : input-keys.c Log message: Only enter copy mode on scroll up, from Ailin Nemui. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/05 13:24:01 Modified files: devel/llvm : Makefile Added files: devel/llvm/patches: patch-cmake_config-ix_cmake Log message: Fix CMake check for pthread_mutex_lock: use check_library_exists() function instead of the buggy check_symbol_exists(). ok sthen@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/05/05 13:29:49 Modified files: sysutils/ruby-facter: Makefile distinfo sysutils/ruby-facter/patches: patch-lib_facter_memory_rb patch-lib_facter_physicalprocessorcount_rb patch-lib_facter_virtual_rb sysutils/ruby-facter/pkg: PLIST Log message: update to 1.6.8 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/05/05 13:32:01 Modified files: sysutils/ruby-puppet: Makefile distinfo sysutils/ruby-puppet/pkg: PLIST Log message: update to 2.7.14 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/05 13:54:04 Modified files: telephony/pjsua: Makefile distinfo telephony/pjsua/patches: patch-aconfigure_ac Log message: Update to pjsua-1.14. From Holger Mikolon, thanks. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/05/05 22:20:41 Modified files: sys/arch/amd64/amd64: locore.S machdep.c Log message: Garbage collect the old int$80 kernel entry point: the last use of it by the not-normally-used sigreturn() stub in libc was changed to use 'syscall' instruction in 5.0 ok mikeb@ jsg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/06 01:21:17 Modified files: print/system-config-printer: Makefile Log message: Missing RUN_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/06 01:35:32 Modified files: lang/parrot : Makefile Log message: This has been BROKEN on powerpc for a while, so mark it as such. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/05/06 01:38:17 Modified files: usr.bin/tmux : cmd-attach-session.c cmd-new-session.c server-client.c tmux.h Log message: Add a helper function to open the terminal for attach-/new-session. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/06 03:24:42 Modified files: driver/xf86-video-intel/src/legacy/i810: i810_driver.c Log message: Fix for new vgaHW ABI. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/06 03:43:24 Modified files: textproc/gtranslator: Makefile distinfo textproc/gtranslator/patches: patch-man_Makefile_in textproc/gtranslator/pkg: PLIST Log message: Update to gtranslator-2.91.4. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/05/06 03:45:26 Modified files: sys/kern : sys_pipe.c Log message: take a file descriptor table lock after allocating pipe structures and buffers; ok guenther CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/05/06 04:01:18 Modified files: lib/librthread : rthread_spin_lock.c Log message: Style nits from Brad. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/06 04:38:50 Modified files: driver/xf86-video-intel/src: intel_driver.c Log message: One more fix for new vgaHW ABI. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/06 05:34:58 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: mikeb@cvs.openbsd.org 2012/05/06 07:23:55 Modified files: sys/dev/ic : sti.c Log message: add support for the reverse video attribute in sti(4) makes programs like less and mg look a wee bit prettier ok miod CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/06 07:32:42 Modified files: sys/arch/sgi/conf: Makefile.sgi Log message: Update the depencies of the .S files on assym.h; allows IP30 kernels to be built with -j2. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/05/06 07:58:23 Modified files: telephony/asterisk: Makefile Log message: BUILD_DEPENDS is not subpackage-dependent CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/06 09:04:51 Modified files: driver/xf86-video-vesa: COPYING ChangeLog Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh driver/xf86-video-vesa/man: Makefile.am Makefile.in vesa.man driver/xf86-video-vesa/src: Makefile.am Makefile.in vesa.c vesa.h Log message: Update to xf86-video-vesa 2.3.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/06 09:29:35 Modified files: www/vtigercrm : Makefile distinfo www/vtigercrm/pkg: PLIST Added files: www/vtigercrm/pkg: README Removed files: www/vtigercrm/pkg: MESSAGE Log message: Update to vtigercrm-5.4.0. from new MAINTAINER Wen Heping CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/06 09:40:11 Modified files: driver/xf86-video-ark: ChangeLog Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh driver/xf86-video-ark/src: Makefile.in ark.h ark_accel.c ark_driver.c Log message: Update to xf86-video-ark 0.7.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/06 09:41:35 Modified files: driver/xf86-video-cirrus: ChangeLog Makefile.am Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh driver/xf86-video-cirrus/man: Makefile.am Makefile.in cirrus.man driver/xf86-video-cirrus/src: CirrusClk.c Makefile.in alp.h alp_driver.c alp_hwcurs.c alp_i2c.c alp_xaa.c alp_xaam.c cir.h cir_dga.c cir_driver.c cir_pcirename.h cir_shadow.c lg.h lg_driver.c lg_hwcurs.c lg_i2c.c lg_xaa.c lg_xaa.h Added files: driver/xf86-video-cirrus: INSTALL Log message: Upate to xf86-video-cirrus 1.4.0 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/06 09:56:39 Modified files: driver/xf86-video-neomagic: ChangeLog Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh driver/xf86-video-neomagic/man: Makefile.am Makefile.in neomagic.man driver/xf86-video-neomagic/src: Makefile.in neo_dga.c neo_driver.c neo_video.c Added files: driver/xf86-video-neomagic: INSTALL Log message: Update to xf86-video-neomagic 1.2.6 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/06 10:01:13 Modified files: driver/xf86-video-savage: ChangeLog Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh driver/xf86-video-savage/man: Makefile.in driver/xf86-video-savage/src: Makefile.am Makefile.in savage_accel.c savage_bci.h savage_common.h savage_cursor.c savage_dga.c savage_dri.c savage_dri.h savage_dripriv.h savage_driver.c savage_driver.h savage_drm.h savage_exa.c savage_hwmc.c savage_i2c.c savage_regs.h savage_sarea.h savage_streams.h savage_vbe.c savage_vbe.h savage_video.c Added files: driver/xf86-video-savage: INSTALL driver/xf86-video-savage/src: savage_pciids.h Log message: Update to xf86-video-savage 2.3.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/06 10:05:54 Modified files: driver/xf86-video-sis: ChangeLog Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh driver/xf86-video-sis/man: Makefile.am Makefile.in sis.man driver/xf86-video-sis/src: Makefile.in initextx.c osdef.h sis.h sis6326_video.c sis_dga.c sis_dri.c sis_driver.c sis_memcpy.c sis_opt.c sis_utility.c sis_vga.c sis_video.c sispcirename.h vgatypes.h Added files: driver/xf86-video-sis: INSTALL Log message: Update to xf86-video-sis 0.10.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/06 10:11:31 Modified files: driver/xf86-video-tdfx: COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh driver/xf86-video-tdfx/man: Makefile.am Makefile.in tdfx.man driver/xf86-video-tdfx/src: Makefile.in tdfx.h tdfx_accel.c tdfx_dga.c tdfx_dri.c tdfx_driver.c tdfx_priv.c tdfx_sli.c tdfx_video.c Added files: driver/xf86-video-tdfx: INSTALL Log message: Update to xf86-video-tdfx 1.4.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/06 10:19:37 Modified files: driver/xf86-video-trident: ChangeLog Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh driver/xf86-video-trident/man: Makefile.am Makefile.in trident.man driver/xf86-video-trident/src: Makefile.in blade_accel_exa.c trident.h trident_dga.c trident_driver.c trident_video.c Added files: driver/xf86-video-trident: INSTALL Log message: Update to xf86-video-trident 1.3.5 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/06 10:27:07 xenocara/driver/xf86-video-vmware/saa Update of /cvs/xenocara/driver/xf86-video-vmware/saa In directory cvs.openbsd.org:/tmp/cvs-serv31000/saa Log Message: Directory /cvs/xenocara/driver/xf86-video-vmware/saa added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/06 10:27:08 xenocara/driver/xf86-video-vmware/vmwgfx Update of /cvs/xenocara/driver/xf86-video-vmware/vmwgfx In directory cvs.openbsd.org:/tmp/cvs-serv31000/vmwgfx Log Message: Directory /cvs/xenocara/driver/xf86-video-vmware/vmwgfx added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/06 10:29:02 Modified files: driver/xf86-video-vmware: ChangeLog Makefile.am Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh driver/xf86-video-vmware/man: Makefile.in vmware.man driver/xf86-video-vmware/src: Makefile.am Makefile.in svga_reg.h vmware.c vmware.h vmwarectrl.c vmwaremodes.c vmwarevideo.c vmwarexinerama.c driver/xf86-video-vmware/vmwarectrl: Makefile.in Added files: driver/xf86-video-vmware/saa: Makefile.am Makefile.in saa.c saa.h saa_accel.c saa_pixmap.c saa_priv.h saa_render.c saa_unaccel.c driver/xf86-video-vmware/vmwgfx: Makefile.am Makefile.in svga3d_reg.h vmwgfx_crtc.c vmwgfx_ctrl.c vmwgfx_ctrl.h vmwgfx_dri2.c vmwgfx_driver.c vmwgfx_driver.h vmwgfx_drm.h vmwgfx_drmi.c vmwgfx_drmi.h vmwgfx_output.c vmwgfx_overlay.c vmwgfx_saa.c vmwgfx_saa.h vmwgfx_saa_priv.h vmwgfx_tex_video.c vmwgfx_xa_composite.c vmwgfx_xa_surface.c wsbm_util.h Removed files: driver/xf86-video-vmware/src: vmwaremodule.c Log message: Update to xf86-video-vmware 12.0.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/06 11:51:09 Modified files: devel/p5-Config-IniFiles: Makefile distinfo Log message: - update to 2.71, fixes CVE-2012-2451: insecure temporary file usage from ian mcwilliam CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/06 11:58:52 Modified files: devel/p5-Config-IniFiles: Tag: OPENBSD_5_1 Makefile distinfo Log message: - security update to 2.71, fixes CVE-2012-2451: insecure temporary file usage from ian mcwilliam CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/06 12:22:43 Modified files: productivity/when: Makefile distinfo Log message: - update to 1.1.29 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/06 14:14:32 Modified files: devel/glade : Makefile distinfo Log message: - update to 3.12.1 CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/05/06 14:25:27 Modified files: sys/kern : uipc_syscalls.c Log message: Change accept(), recvfrom(), recvmsg(), getsockname(), and getpeername() to return the untruncated address length in *addrlen instead of the number of bytes copied out. This matches POSIX's requirements and allows userland applications to detect when the returned address was truncated. ok guenther CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2012/05/06 14:49:37 Modified files: devel/py-asn1 : Makefile distinfo Log message: - update py-asn1 to 0.1.3 ok landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/06 23:09:47 Modified files: net/ntop : Makefile Log message: Set NO_REGRESS. from Lawrence Teo CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/07 01:06:20 Modified files: devel/cmake : Makefile distinfo devel/cmake/patches: patch-CMakeLists_txt patch-Modules_Compiler_GNU_cmake patch-Modules_FindBoost_cmake patch-Modules_FindPythonInterp_cmake patch-Modules_FindPythonLibs_cmake patch-Modules_FindQt3_cmake patch-Modules_FindQt4_cmake patch-Modules_FindSDL_cmake patch-Modules_FindTCL_cmake patch-Modules_FindThreads_cmake patch-Modules_UseJava_cmake patch-Source_cmTarget_cxx devel/cmake/pkg: PLIST Added files: devel/cmake/patches: patch-Modules_FindPkgConfig_cmake Removed files: devel/cmake/patches: patch-Modules_FindRuby_cmake patch-Modules_GenerateExportHeader_cmake patch-Source_cmLocalUnixMakefileGenerator3_cxx Log message: Update to cmake-2.8.8 OK sthen@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/05/07 01:17:16 Modified files: editors/libreoffice: Makefile distinfo editors/libreoffice/pkg: PLIST-main Log message: update to 3.5.3.2 CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/05/07 03:17:41 Modified files: lang/parrot : Makefile Log message: The old (ms2) garbage collector is apparently broken now; using the new one like everywhere else gives us at least a working parrot on powerpc. ok ajacoutot@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/07 03:42:34 Added files: driver/xf86-video-vmware/src: vmware_bootstrap.c vmware_bootstrap.h vmware_common.c vmware_common.h Log message: Files missed in upgrade to vmware 12.0.2 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/05/07 03:52:56 Modified files: editors/libreoffice: Makefile Log message: fix the apache-ant build dependency CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/05/07 04:34:33 Modified files: lang/gcc/4.2 : Makefile lang/gcc/4.6 : Makefile lang/gcc/4.7 : Makefile lang/gcc/4.2/patches: patch-boehm-gc_pthread_support_c lang/gcc/4.6/patches: patch-boehm-gc_pthread_support_c lang/gcc/4.7/patches: patch-boehm-gc_pthread_support_c Log message: Don't hardcode GC_nprocs to 1 in boehm-gc, but get it from sysconf instead, following a similar change in devel/boehm-gc. From Brad. ok kurt@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/05/07 04:58:38 Modified files: sbin/iked : ikev2.c ikev2.h ikev2_msg.c ikev2_pld.c Log message: Sync up several defines with RFC 5996. IANA has changed the existing IKEv2 Payload Type "Encrypted" (E) to "Encrypted and Authenticated" (SK). CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/07 05:04:21 Modified files: audio/pianobar : Makefile distinfo audio/pianobar/patches: patch-Makefile Log message: Update to *release* 2012.05.06 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/05/07 05:12:54 Modified files: usr.sbin/usbdevs: usbdevs.c Log message: Remove leftovers from last commit, getdevicedesc() cannot be used now that the bus node is open read-only. ok mikeb@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2012/05/07 05:55:34 Modified files: sbin/pfctl : pfctl.c Log message: fix printing of wildcard anchors, from lteo, ok phessler sthen me CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/07 06:07:07 Log message: import ports/converters/dos2unix Convert text files with DOS or Mac line breaks to Unix line breaks and vice versa. Features: * Automatically skips binary and non-regular files. * In-place, paired, or stdio mode conversion. * Keep original file dates option. * 7-bit and iso conversion modes like SunOS dos2unix. * Conversion of Windows UTF-16 files to Unix UTF-8. ok/reminder about /usr/local (now subst'ed in do-configure) ajacoutot@ ok pirofti Status: Vendor Tag: sthen Release Tags: sthen_20120705 N ports/converters/dos2unix/Makefile N ports/converters/dos2unix/distinfo N ports/converters/dos2unix/pkg/PLIST N ports/converters/dos2unix/pkg/DESCR N ports/converters/dos2unix/patches/patch-Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/07 06:07:35 Modified files: converters : Makefile Log message: +dos2unix CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/05/07 07:35:47 Modified files: www/mediawiki : Makefile distinfo www/mediawiki/pkg: PLIST Added files: www/mediawiki/pkg: README Removed files: www/mediawiki/pkg: MESSAGE Log message: - update to 1.19.0 - convert to README - use INSTDIR instead of PREFEX from wen heping (MAINTAINER) with tweaks from me ok sthen@ CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/05/07 07:52:58 Modified files: usr.bin/mg : tutorial Log message: Remove CVS tag. Makes tutorial look a bit neater. ok sthen@ (thanks to kettenis@ for simpler solution) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/07 07:58:18 Modified files: devel/cmake : Makefile devel/cmake/patches: patch-Modules_FindPkgConfig_cmake Added files: devel/cmake/patches: patch-Source_cmCoreTryCompile_cxx patch-Tests_CMakeLists_txt patch-Tests_CMakeOnly_AllFindModules_CMakeLists_txt Log message: try_compile: Cleanup temporary directories Since commit 4fbdce2b (try_compile: Use random executable file name, 2012-02-13) a different .dir is used for each try-compile. Cleanup the directories as well as their content to avoid accumulating leftover temporary directories. (upstream git commit 953257ca611526c9a161a22e5148802be1c67649) Remove troublesome "Qt4Deploy" and "CTest.UpdateCVS" tests (from gentoo's package/dev-util/cmake/files/) Sync FindPkgConfig.cmake patch with upstream CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/05/07 08:17:02 Modified files: sbin/iked : genmap.sh Log message: fixup formatting in the generated files CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/07 08:41:56 Modified files: lang/php/5.2 : Makefile lang/php/5.2/pkg: PLIST-dbase PLIST-mhash PLIST-ncurses PLIST-sybase_ct Log message: Add missing @sample. ok robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/05/07 09:45:42 Modified files: graphics/blender: Makefile distinfo graphics/blender/patches: patch-extern_libmv_libmv_numeric_numeric_h patch-extern_libmv_libmv_tracking_brute_region_tracker_cc patch-source_blender_blenkernel_intern_blender_c patch-source_blender_blenkernel_intern_packedFile_c patch-source_blender_blenlib_intern_storage_c patch-source_blender_blenloader_intern_writefile_c patch-source_blender_render_intern_source_shadbuf_c graphics/blender/pkg: PLIST Removed files: graphics/blender/patches: patch-source_blender_imbuf_intern_jp2_c patch-source_gameengine_VideoTexture_VideoFFmpeg_h Log message: Update to blender 2.63. Get rid of ffmpeg flavour since it doesn't compile on mips64el anyway, and enable ffmpeg unconditionally. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/05/07 09:55:36 Modified files: usr.sbin/pkg_add/OpenBSD: OldLibs.pm Log message: in the odd case we don't live under /usr/local, make sure we stop eventually CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/05/07 09:56:18 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: well pkg_create itself doesn't care, but a custom ->annotate will get very confused CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/07 09:57:51 Modified files: infrastructure/bin: out-of-date Log message: just some nits CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/05/07 11:21:23 Modified files: usr.sbin/pkg_add/OpenBSD: PackingElement.pm Log message: new method to convert other file names to fullname. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/07 12:11:29 Modified files: www/node/patches: patch-deps_v8_src_heap_cc patch-lib_module_js patch-wscript Log message: regen patches CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/05/07 12:44:57 Log message: Provides a wide range of strategies and a unified combinator framework for splitting lists with respect to some sort of delimiter. ok sthen@ Status: Vendor Tag: kili Release Tags: kili_20120507 N ports/devel/hs-split/Makefile N ports/devel/hs-split/distinfo N ports/devel/hs-split/pkg/DESCR N ports/devel/hs-split/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/05/07 12:47:35 Log message: A commandline parsing library, based on getopt. Comes with a powerful attribute system. Supports complex interfaces with many options and commands, with option & command grouping, with simple and convenient API. Even though quite powerful, it strives to keep simple things simple. The library uses "System.Console.GetOpt" as its backend. In comparison to the other commandline handling libraries: Compared to cmdargs, cmdlib has a pure attribute system and is based on GetOpt for help formatting & argument parsing. Cmdlib may also be more extendable due to typeclass design, and can use user-supplied types for option arguments. Cmdargs >= 0.4 can optionally use a pure attribute system, although this is clearly an add-on and the API is a second-class citizen in relation to the impure version. GetOpt and parseargs both require explicit flag representation, so they live a level below cmdlib. GetOpt is in fact used as a backend by cmdlib. ok sthen@ Status: Vendor Tag: kili Release Tags: kili_20120507 N ports/devel/hs-cmdlib/Makefile N ports/devel/hs-cmdlib/distinfo N ports/devel/hs-cmdlib/pkg/DESCR N ports/devel/hs-cmdlib/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/05/07 12:48:05 Log message: Provides strict versions of some standard Haskell data types (pairs, Maybe and Either). Also contains strict IO operations. ok sthen@ Status: Vendor Tag: kili Release Tags: kili_20120507 N ports/devel/hs-strict/Makefile N ports/devel/hs-strict/distinfo N ports/devel/hs-strict/pkg/DESCR N ports/devel/hs-strict/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/05/07 12:49:02 Log message: The shellish package provides a single module for convenient "systems" programming in Haskell, similar in spirit to POSIX shells or PERL. * Elegance and safety is sacrificed for conciseness and swiss-army-knife-ness. * The interface exported by Shellish is thread-safe. Overall, the module should help you to get a job done quickly, without getting too dirty. some nits and ok sthen@ Status: Vendor Tag: kili Release Tags: kili_20120507 N ports/devel/hs-shellish/Makefile N ports/devel/hs-shellish/distinfo N ports/devel/hs-shellish/pkg/DESCR N ports/devel/hs-shellish/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/05/07 12:49:42 Log message: Pretty printing library based on Wadler's paper "A Prettier Printer". It has been enhanced with support for ANSI terminal colored output using the ansi-terminal package. ok sthen@ Status: Vendor Tag: kili Release Tags: kili_20120507 N ports/devel/hs-ansi-wl-pprint/Makefile N ports/devel/hs-ansi-wl-pprint/distinfo N ports/devel/hs-ansi-wl-pprint/pkg/DESCR N ports/devel/hs-ansi-wl-pprint/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/05/07 12:50:07 Log message: Very simple package providing a cross-platform means of determining the hostname. ok sthen@ Status: Vendor Tag: kili Release Tags: kili_20120507 N ports/net/hs-hostname/Makefile N ports/net/hs-hostname/distinfo N ports/net/hs-hostname/pkg/DESCR N ports/net/hs-hostname/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/05/07 12:50:40 Log message: Allows tests such as QuickCheck properties and HUnit test cases to be assembled into test groups, run in parallel (but reported in deterministic order, to aid diff interpretation) and filtered and controlled by command line options. All of this comes with colored test output, progress reporting and test statistics output. some nits and ok sthen@ Status: Vendor Tag: kili Release Tags: kili_20120507 N ports/devel/hs-test-framework/Makefile N ports/devel/hs-test-framework/distinfo N ports/devel/hs-test-framework/pkg/DESCR N ports/devel/hs-test-framework/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/05/07 12:51:05 Log message: Allows HUnit test cases to be used with the test-framework package. ok sthen@ Status: Vendor Tag: kili Release Tags: kili_20120507 N ports/devel/hs-test-framework-hunit/Makefile N ports/devel/hs-test-framework-hunit/distinfo N ports/devel/hs-test-framework-hunit/pkg/DESCR N ports/devel/hs-test-framework-hunit/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/05/07 12:51:40 Log message: Allows QuickCheck2 properties to be used with the test-framework package. ok sthen@ Status: Vendor Tag: kili Release Tags: kili_20120507 N ports/devel/hs-test-framework-quickcheck2/Makefile N ports/devel/hs-test-framework-quickcheck2/distinfo N ports/devel/hs-test-framework-quickcheck2/pkg/DESCR N ports/devel/hs-test-framework-quickcheck2/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/05/07 12:52:26 Modified files: net : Makefile Log message: + hs-hostname CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/05/07 12:53:16 Modified files: devel : Makefile Log message: Add new hs- ports CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/07 14:04:09 Modified files: www/node : Tag: OPENBSD_5_1 Makefile Added files: www/node/patches: Tag: OPENBSD_5_1 patch-src_node_http_parser_cc Log message: Security fix for potential header spoofing attacks, as described in http://blog.nodejs.org/2012/05/07/http-server-security-vulnerability-please-upgrade-to-0-6-17/ ok MAINTAINER CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/07 14:11:47 Modified files: www/node : Makefile Added files: www/node/patches: patch-deps_npm_node_modules_node-gyp_lib_configure_js Log message: Make sure node-gyp is able to find a python executable. ok MAINTAINER CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/05/07 14:13:50 Modified files: www/mhonarc : Makefile www/mhonarc/patches: patch-examples_mha-preview patch-examples_mhasiteinit_pl Added files: www/mhonarc/patches: patch-lib_mhamain_pl patch-lib_mhopt_pl patch-lib_readmail_pl Log message: - silence perl warnings about "defined(%hash)" being deprecated - doesn't need groff - specify GPL version ok jasper@, Christian Rueger (maintainer) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/05/07 14:43:10 Modified files: sys/dev/pci : pucdata.c Log message: Add support for Intel 6 Series KT (Serial-over-LAN, part of Intel AMT). ok mikeb@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/05/07 15:10:16 Modified files: . : errata21.html Log message: missing links to 5.1 CVSROOT: /cvs Module name: ports Changes by: halex@cvs.openbsd.org 2012/05/07 15:11:44 Modified files: infrastructure/mk: bsd.port.mk bsd.port.subdir.mk pkgpath.mk Log message: call exit 1 after cleanup in signal traps, or the shell keeps running after SIGINT and friends ok espie@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/05/07 15:12:59 Modified files: . : errata51.html Log message: add OpenSSL ASN.1 heap overflow CVSROOT: /cvs Module name: xenocara Changes by: pascal@cvs.openbsd.org 2012/05/07 15:25:29 Modified files: app/cwm : cwm.1 Log message: kill useless .Pp ok jmc@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/05/07 16:34:01 Modified files: include : time.h sys/sys : time.h Added files: sys/sys : _time.h Log message: Once more the people behind POSIX didn't think and put clock_gettime(2) and friends in . The kernel needs access to the associated #defines, but can't get them from , so introduce a new header and include that from for userland and for the kernel. ok matthew@, guenther@, millert@ CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/05/07 19:39:58 Modified files: usr.bin/tcpbench: tcpbench.c Log message: Fix double-free when -n is used with -b. From Erik Lax, also tested by lteo. CVSROOT: /cvs Module name: ports Changes by: william@cvs.openbsd.org 2012/05/07 20:54:10 Log message: Import logtail (from logcheck-1.3.14) logtail displays lines from a standard text file and keeps track of the offset of the end of the file so that subsequent runs only display new lines. The file's inode is also recorded so that rotated logs can be detected. ok sthen Status: Vendor Tag: william Release Tags: william_20120507 N ports/sysutils/logtail/Makefile N ports/sysutils/logtail/distinfo N ports/sysutils/logtail/pkg/DESCR N ports/sysutils/logtail/pkg/PLIST N ports/sysutils/logtail/patches/patch-src_logtail2 No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: william@cvs.openbsd.org 2012/05/07 20:56:55 Modified files: sysutils : Makefile Log message: +logtail CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/05/07 21:00:41 Modified files: converters/libpst: Makefile Log message: depend on ImageMagick, as opposed to ImageMagick,no_x11 (which is going away). ok ajacoutot@, ajacoutot@, sthen@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/05/07 21:04:18 Modified files: graphics : Makefile Log message: unhook ImageMagick,no_x11 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/08 00:49:41 Modified files: net/pidgin : Makefile distinfo net/pidgin/patches: patch-configure_ac patch-libpurple_protocols_jabber_Makefile_in Log message: Security update to 2.10.4, fixes CVE-2012-2214, Pidgin Two Denial of Service Weaknesses ok brad (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/08 00:52:21 Log message: import pidgin-sipe 1.13.1 This project develops a third-party plugin for the Pidgin multi-protocol instant messenger. It implements the extended version of SIP/SIMPLE used by various products: Microsoft Office Communications Server (OCS 2007/2007 R2 and newer) Microsoft Live Communications Server (LCS 2003/2005) Reuters Messaging With this plugin you should be able to replace your Microsoft Office Communicator client with Pidgin. feedback/ok aja@ based on a submission by tom@singlesecond.com Status: Vendor Tag: jasper Release Tags: jasper_20120805 N ports/net/pidgin-sipe/Makefile N ports/net/pidgin-sipe/distinfo N ports/net/pidgin-sipe/patches/patch-src_purple_purple-dnsquery_c N ports/net/pidgin-sipe/pkg/DESCR N ports/net/pidgin-sipe/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/08 00:53:45 Modified files: net : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/08 01:11:48 Modified files: net/pidgin-sipe: Makefile Log message: missing run dependency CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/05/08 01:50:00 Log message: Import fasd 0.5.4. Fasd is a tool for quick access to files for POSIX shells. Fasd keeps track of files you have accessed, so that you can quickly reference them in the command line. The name fasd comes from the default suggested aliases f(files), a(files/directories), s(show/search/select), d(directories). Fasd ranks files and directories by "frecency," that is, by both "frequency" and "recency." ok ajacoutot@ Status: Vendor Tag: landry Release Tags: landry_20120508 N ports/misc/fasd/distinfo N ports/misc/fasd/Makefile N ports/misc/fasd/pkg/PLIST N ports/misc/fasd/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/05/08 01:50:23 Modified files: misc : Makefile Log message: +fasd CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/08 02:24:40 Modified files: net/mldonkey/stable: Makefile net/mldonkey/stable/patches: patch-config_Makefile_in patch-src_utils_net_upnp_stubs_c Added files: net/mldonkey/stable/patches: patch-Makefile Log message: Remove excessive optimization Fix install on non-native architectures Proper fix for a thread related problem Add comments to patches CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/05/08 02:53:14 Modified files: sbin/iked : parse.y Log message: rename espxforms to ipsecxforms for clarity CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/08 03:21:45 Modified files: databases/pkglocatedb: Makefile Log message: oops, follow usual release conventions CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/08 03:22:26 Modified files: databases : Makefile Log message: add the src flavor CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/08 03:25:20 Modified files: net/munin : Makefile Log message: add a comment to munin's Makefile explaining how+why /usr/local subst'ing is done the way it is. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/08 03:50:50 ports/x11/gtk2-murrine-engine/patches Update of /cvs/ports/x11/gtk2-murrine-engine/patches In directory cvs.openbsd.org:/tmp/cvs-serv2212/patches Log Message: Directory /cvs/ports/x11/gtk2-murrine-engine/patches added to the repository CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/05/08 03:54:17 Modified files: . : plus.html Log message: Plus.html for April 29 to May 6, by Steffen Daode Nurpmeso. Checked by Janne Johansson and me. Also, after discussion with Janne and Steffen, revert to old behaviour of not highlighting with . Prior weeks work edited by me for consistency. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/08 04:05:54 Modified files: x11/gtk2-murrine-engine: Makefile Added files: x11/gtk2-murrine-engine/patches: patch-Makefile_in patch-schema_murrine_xml_in_in Log message: Add -lm to ensure linking with the math library (upstream git commit 6e8eb24497d38a68bb4b884ea25accd18fc524e8) Fix typos: "Increse" --> "Increase" (upstream git commit 6d0103c682c763f194ae620aae70b5107dac42ee) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/05/08 04:54:43 Modified files: usr.sbin/pkg_add: pkg_mklocatedb pkg_mklocatedb.1 Log message: add an extra check to avoid out-of-synch CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/08 04:58:45 Modified files: databases/pkglocatedb: Makefile Log message: a few more bells and whistles CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/08 05:04:27 Modified files: net/arp-scan : Makefile distinfo net/arp-scan/pkg: PLIST Added files: net/arp-scan/patches: patch-get-iab patch-get-oui Log message: fix -u in arp-scan's update scripts, fix URLs, use newer iab/oui databases CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/08 05:22:08 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.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: ports Changes by: naddy@cvs.openbsd.org 2012/05/08 05:35:27 Modified files: devel : Makefile Log message: typo CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/05/08 05:52:57 Modified files: usr.sbin/smtpd : smtp_session.c Log message: fix and re-enable connect notification to the mfa. filtering now occurs before setting up ssl on smtps connections. ok chl@ gilles@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/05/08 06:27:36 Modified files: graphics : Makefile Log message: unhook aalib,no_x11 CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/05/08 06:28:03 Modified files: graphics/aalib : Makefile graphics/aalib/pkg: PLIST Log message: remove no_x11 FLAVOR; while here, also remove the groff requirement. ok ajacoutot@, dcoppa@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/05/08 06:47:13 Modified files: multimedia/libmp4v2: Makefile distinfo multimedia/libmp4v2/pkg: PLIST Removed files: multimedia/libmp4v2/patches: patch-test_Makefile_in patch-test_mp4broadcaster_cpp Log message: Update to libmp4v2 1.9.1, needed by upcoming easytag update. Library is now developed standalone on googlecode, note that main header moved from mp4.h to mp4v2/mp4v2.h. Depending ports will be adapted. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/05/08 06:48:14 Modified files: audio/daapd : Makefile audio/daapd/patches: patch-db_cc Log message: Adapt after libmp4v2 update. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/05/08 06:48:58 Modified files: audio/gtkpod : Makefile Log message: Fix WANTLIB and DEPENDS. libmp4v2 moves to RUN_DEPENDS since it's dlopen()'ed at runtime. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/05/08 06:49:45 Modified files: audio/faac : Makefile audio/faac/patches: patch-configure_in Added files: audio/faac/patches: patch-frontend_main_c Log message: adapt after libmp4v2 update CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/05/08 06:50:29 Modified files: multimedia/mediatomb: Makefile Log message: Ensure it picks the correct spidermonkey, it wont build against 1.8.5. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/05/08 06:52:03 Modified files: audio/easytag : Makefile distinfo audio/easytag/pkg: PLIST Log message: Update to easytag 2.1.7, bringing 5 years of fixes ! CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/05/08 07:04:48 Modified files: databases/qdbm : Makefile distinfo databases/qdbm/patches: patch-Makefile_in patch-configure databases/qdbm/pkg: PLIST Log message: - update to 1.8.78 - new HOMEPAGE/MASTER_SITES - do not require USE_GROFF - fix patches to use ${LOCALBASE} instead of hardcoding /usr/local ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2012/05/08 07:15:12 Modified files: usr.sbin/npppctl: parser.h usr.sbin/npppd : Makefile Makefile.inc usr.sbin/npppd/common: addr_range.c addr_range.h bytebuf.c bytebuf.h config_helper.c config_helper.h csvreader.c csvreader.h csvreader_test.c net_utils.c usr.sbin/npppd/l2tp: l2tp.h l2tp_call.c l2tp_ctrl.c l2tp_local.h l2tp_subr.c l2tp_subr.h l2tpd.c usr.sbin/npppd/npppd: ccp.c chap.c fsm.c fsm.h ipcp.c lcp.c mppe.c npppd.c npppd.h npppd_auth.c npppd_auth.h npppd_auth_local.h npppd_config.c npppd_ctl.c npppd_ctl.h npppd_defs.h npppd_iface.c npppd_iface.h npppd_local.h npppd_pool.c npppd_pool.h npppd_subr.c npppd_subr.h npppd_tun.c npppd_tun.h pap.c pathnames.h ppp.c ppp.h privsep.c privsep.h psm-opt.h radius+.c radius+.h radius+_local.h radius_chap_const.h radius_req.c radius_req.h radiusconst.h version.h usr.sbin/npppd/pppoe: pppoe.h pppoe_local.h pppoe_session.c pppoed.c usr.sbin/npppd/pptp: pptp.h pptp_call.c pptp_ctrl.c pptp_local.h pptp_subr.c pptp_subr.h pptpd.c Log message: Fix comments and styles. Delete unused variables and labels. No binary changes. ok mcbride henning CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2012/05/08 07:18:37 Modified files: usr.sbin/npppd/common: ipsec_util.c net_utils.c usr.sbin/npppd/l2tp: l2tp.h l2tp_call.c l2tp_ctrl.c l2tpd.c usr.sbin/npppd/npppd: Makefile chap.c mppe.c npppd.c npppd_local.h npppd_subr.c ppp.c psm-opt.h usr.sbin/npppd/pppoe: pppoed.c usr.sbin/npppd/pptp: pptp_ctrl.c Log message: Trivial changes from the upstream(IIJ). - fix styles, compile errors in some ifdef condition and compiler warnings. - delete rtev* that was to work around routing socket overflows. - delete is_ctrl argument from l2tp_ctrl_send_packet(). It's not used. - tweak returning the exit status. - use IPV6_IPSEC_POLICY for IPv6 socket. (though npppd cannot set up a ipsec policy to the socket yet.) ok mcbride henning CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2012/05/08 07:20:44 Modified files: usr.sbin/npppd/npppd: lcp.c ppp.h Log message: Ignore ACCM option on LCP. This was required by some LAC that uses the option in proxied LCP. ok mcbride henning CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2012/05/08 07:23:53 Modified files: usr.sbin/npppd/npppd: pap.c Log message: Fix double free bug in PAP with radius authentication. (found by yus at iij) ok mcbride henning CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2012/05/08 07:26:12 Modified files: usr.sbin/npppd/npppd: lcp.c Log message: Ignore NAK of authentication protocol option on LCP that was not requested. ok mcbride henning CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2012/05/08 07:28:06 Modified files: usr.sbin/npppd/l2tp: l2tp_ctrl.c Log message: Result-Code AVP of StopCCN was not parsed properly. seems ok henning, ok mcbride CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2012/05/08 07:30:16 Modified files: usr.sbin/npppd/npppd: npppd.c Log message: Fix a null reference bug on terminating the process. seems ok henning, ok mcbride CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2012/05/08 07:40:42 Removed files: usr.sbin/npppd/common: rtev.h rtev_common.c rtev_libevent.c rtev_local.h Log message: Delete rtev* that was to work around routing socket overflows. This was forgotten on the prior commit. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/05/08 08:32:01 Modified files: libexec/ld.so : library.c library_mquery.c loader.c Log message: Refuse to load ELF objects that contain a PT_TLS program header. Otherwise the binary assumes that the requested TLS storage has been allocated and will happily use it, resulting in unwanted memory corruption. ok guenther@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/05/08 09:04:46 Modified files: sys/dev/pci : pcidevs Log message: Additional Intel E5 devices found on Supermicro X9DRT-HIBFF. ok jsg@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/05/08 09:07:57 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2012/05/08 09:10:15 Modified files: usr.sbin/relayd: config.c parse.y relayd.c relayd.h Log message: fix "label string" in http protocol. problem found by giovanni. ok giovanni@, henning@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/08 09:18:17 Modified files: textproc/iso8879: Makefile Log message: Bump; no content changes, but this hasn't been touched for some years and doesn't depend on anything, so it wouldn't get automatically updated so an old package built with a pkg_create which used @ignore annotations wouldn't have been replaced. pkg_add warning reported by kettenis@. CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/05/08 09:26:31 Modified files: usr.bin/mg : file.c Log message: Fix a bug in writeout() where the stats of the wrong file were given to a buffer being written. Reviewed by Sunil Nimmagadda. CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/05/08 09:31:58 Modified files: graphics/ImageMagick: Makefile graphics/ImageMagick/pkg: PLIST Removed files: graphics/ImageMagick/pkg: PFRAG.no-no_x11 Log message: remove no_x11 FLAVOR feedback and ok sthen@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/05/08 09:37:09 Modified files: sbin/iked : iked.h ikev2.c util.c Log message: When setting up NAT-T notify payloads, make sure to supply an actual source address so that a valid hash can be generated. Fixes a bug introduces some time ago that prevented iked from initiating if NAT-T wasn't disabled (via -T) and local address wasn't specified. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/08 09:38:01 Modified files: www/node : Makefile Added files: www/node/patches: patch-deps_npm_node_modules_node-gyp_lib_build_js Log message: Fix node-gyp for native builds by using gmake (and add a run dep). From Aaron Bieber, I also added a comment to the RUN_DEPENDS line. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/08 09:57:38 Modified files: games/beret : Makefile distinfo Log message: update to re-rolled beret 1.2.1, from maintainer Brian Callahan - Fixes a warning issued when building with clang. - New tiles & minor game revisions. - Fixes for the level editor. CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/05/08 10:31:46 Modified files: mail/p5-FuzzyOcr: Makefile Log message: since this port already has a RUN_DEPENDS on graphics/ImageMagick, use the no-no_x11 FLAVOR of graphics/gifsicle. ok merdely@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/08 11:04:52 Modified files: devel/py-nose : Makefile Log message: typo in REGRESS_DEPENDS CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/08 11:07:30 Modified files: www/py-mechanize: Makefile Log message: normalize depends CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/08 11:10:43 Modified files: www/node : node.port.mk Log message: - ensure the node version with fixed node-gyp is required - fix some whitespace ok MAINTAINER, sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/08 11:11:02 Modified files: databases/node-pg: Makefile devel/node-fibers: Makefile devel/node-generic-pool: Makefile lang/coffeescript: Makefile security/node-bcrypt: Makefile Log message: - bump after recent node.port.mk change CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/08 11:21:21 Modified files: x11/xfce4/garcon: Makefile Log message: if regress refers to non-existent ports, this BREAKS sqlports. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/08 11:22:00 Modified files: databases/sqlports/files: mksqlitedb Log message: if this pipe exits with an error, it means some subdirs could not be scanned. That's not a warning, that's a hard error. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/05/08 11:23:36 Modified files: faq/fr : faq10.html fr : errata51.html sgi.html openssh/fr : ftp.html portable.html Removed files: pt : cvsup.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/08 11:38:21 Modified files: infrastructure/mk: bsd.port.mk Log message: "fix" a line which emacs loudly complains about... ok espie@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/05/08 11:57:26 Modified files: graphics/dmtx-utils: Makefile Log message: use graphics/ImageMagick, now that the no_x11 FLAVOR is gone - can re-enable in bulks now; force a min LIB_DEPENDS version check on ImageMagick; idea from sthen@ ok sthen@ ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/05/08 11:58:12 Modified files: graphics : Makefile Log message: re-enable dmtx-utils CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/05/08 12:30:28 Modified files: x11/xfce4/garcon: Makefile Log message: Remove REGRESS_DEPENDS on xfce-utils which is in the Attic now. Spotted by espie@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/08 13:05:06 Modified files: sysutils/logtail: Makefile sysutils/logtail/patches: patch-src_logtail2 Log message: LOCALBASE->TRUEPREFIX, pointed out by aja@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/08 15:29:16 Modified files: lang/php/5.3 : Makefile distinfo lang/php/5.3/patches: patch-main_php_h patch-sapi_cgi_cgi_main_c Log message: update to PHP 5.3.13, fixing the fix for CVE-2012-2311 affecting CGI-based setups (mod_php and FPM are unaffected). OK robert@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/08 15:35:03 Modified files: lang/php : Tag: OPENBSD_5_1 Makefile.inc lang/php/5.3 : Tag: OPENBSD_5_1 Makefile distinfo lang/php/5.3/patches: Tag: OPENBSD_5_1 patch-main_php_h patch-sapi_cgi_cgi_main_c patch-scripts_php-config_in Log message: MFC update from PHP 5.3.10 to 5.3.13, this includes SECURITY fixes for CVE-2012-2311, CVE-2012-1172, CVE-2012-0831, etc. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/08 16:42:11 Modified files: www/node/patches: Tag: OPENBSD_5_1 patch-src_node_http_parser_cc Log message: add newly-assigned CVE reference to comment in patch for nodejs CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/08 16:49:46 Modified files: textproc/mupdf : Makefile Added files: textproc/mupdf/patches: patch-apps_mupdfclean_c patch-apps_mupdfextract_c patch-apps_mupdfinfo_c patch-apps_mupdfshow_c Log message: minor fixes for app names in mupdf usage lines in the programs which were renamed recently. pointed out by espie@ CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/05/08 17:58:25 Modified files: . : plus.html Log message: Point html links to 5.1 man pages rather than -current. Reminder from Steffen Daode Nurpmeso. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/05/09 00:17:36 Modified files: multimedia/libdvdnav: Makefile multimedia/libdvdnav/patches: patch-configure_ac Log message: Allow to compile libdvdnav when another version is installed. ajacoutot@ ok CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/09 00:21:12 Modified files: lang/python : Makefile.inc lang/python/2.5: Makefile lang/python/2.7: Makefile lang/python/3.2: Makefile Log message: Don't overwrite THREAD_STACK_SIZE but use the default. ok fgsch@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/09 00:29:43 Modified files: multimedia/xine-lib: Makefile Added files: multimedia/xine-lib/patches: patch-src_xine-engine_audio_decoder_c patch-src_xine-engine_audio_out_c patch-src_xine-engine_video_decoder_c patch-src_xine-engine_video_out_c Log message: Correct the utilization of the _POSIX_THREAD_PRIORITY_SCHEDULING feature test macro. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/09 00:30:38 Modified files: multimedia/xine-ui: Makefile Added files: multimedia/xine-ui/patches: patch-src_xitk_panel_c patch-src_xitk_xine-toolkit_label_c patch-src_xitk_xine-toolkit_tips_c Log message: Correct the utilization of the _POSIX_THREAD_PRIORITY_SCHEDULING feature test macro. from Brad CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/09 00:37:49 Modified files: www/node : Makefile Added files: www/node/patches: patch-deps_npm_node_modules_node-gyp_lib_install_js Log message: - Allow building of sub-packages (ie. node-sqlite3) with USE_SYSTRACE set, also prevents downloading of the node distfile again. from MAINTAINER - add run dependency on sysutils/flock. now node-sqlite3 builds fine. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/09 00:39:04 Modified files: databases/node-pg: Makefile devel/node-fibers: Makefile devel/node-generic-pool: Makefile lang/coffeescript: Makefile security/node-bcrypt: Makefile www/node : node.port.mk Log message: - bump node requirement to the latest and greatest CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2012/05/09 00:50:55 Modified files: sys/net : route.c Log message: backout 1.134 since it introduced a use-after-free for routing entries; ok blambert@ sthen@ henning@ claudio@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/09 02:06:53 Modified files: security/gnutls: Makefile distinfo Log message: Bugfix update to gnutls-2.12.19. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/09 02:29:37 Modified files: net/gajim : Makefile Added files: net/gajim/patches: patch-src_gajim_py Log message: Properly call gtk.gdk.threads_enter and gtk.gdk.threads_leave to prevent abort() on startup due to gtk trying to unlock a uninitialized mutex. looks good to kurt@ ok pea@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/09 02:30:14 Modified files: audio/sonata : Makefile Added files: audio/sonata/patches: patch-sonata_py Log message: Properly call gtk.gdk.threads_enter and gtk.gdk.threads_leave to prevent abort() on startup due to gtk trying to unlock a uninitialized mutex. looks good to kurt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/09 02:34:42 Modified files: net/gajim : Makefile net/gajim/patches: patch-src_gajim_py Log message: Sync with patch that was just committed upstream... CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/09 03:35:08 Modified files: audio/pianobar/patches: patch-Makefile Log message: Sync with patch that was committed upstream. CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/05/09 03:37:21 Modified files: databases/openldap: Makefile distinfo Log message: Bugfix update to 2.4.31 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: mpi@cvs.openbsd.org 2012/05/09 03:43:07 Modified files: devel/libusb-compat: Makefile distinfo Log message: Update libusb-compat to 0.1.4, take maintainership. ok dcoppa@, ajacoutot@ CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/05/09 03:46:23 Modified files: . : plus.html Log message: Revert previous commit. These should still point to -current man pages, it is plus51 that should have been changed. Doh! Spotted by the ever-vigilant Steffen Daode Nurpmeso. CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/05/09 03:56:44 Modified files: . : plus51.html Log message: Point plus51 html links to 5.1 man pages rather than -current. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/09 05:56:49 Modified files: x11/i3 : Makefile distinfo x11/i3/patches : patch-Makefile patch-common_mk patch-i3-config-wizard_Makefile patch-i3-config-wizard_main_c patch-i3-input_Makefile patch-i3-msg_Makefile patch-i3-nagbar_Makefile patch-i3_config patch-i3_config_keycodes patch-i3bar_Makefile patch-i3bar_doc_i3bar_1 patch-man_i3-migrate-config-to-v4_1 patch-src_ipc_c x11/i3/pkg : PLIST Added files: x11/i3/patches : patch-include_atoms_xmacro patch-include_log_h patch-src_log_c patch-src_main_c patch-src_x_c Removed files: x11/i3/patches : patch-i3bar_src_xcb_c patch-libi3_Makefile patch-man_Makefile patch-src_cfgparse_l patch-src_click_c patch-src_floating_c patch-src_randr_c patch-src_tree_c Log message: Update to i3-4.2 OK jasper@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/05/09 06:42:07 Log message: OpenImageIO is a library for reading and writing images, and a bunch of related classes, utilities, and applications. There is a particular emphasis on formats and functionality used in professional, large-scale animation and visual effects work for film. OpenImageIO is used extensively in animation and VFX studios all over the world, and is also incorporated into several commercial products. ok ajacoutot@ Status: Vendor Tag: pascal Release Tags: pascal_20120905 N ports/graphics/openimageio/Makefile N ports/graphics/openimageio/distinfo N ports/graphics/openimageio/pkg/PLIST N ports/graphics/openimageio/pkg/DESCR N ports/graphics/openimageio/patches/patch-src_cmake_platform_cmake N ports/graphics/openimageio/patches/patch-src_make_detectplatform_mk N ports/graphics/openimageio/patches/patch-src_include_tbb_tbb_machine_h N ports/graphics/openimageio/patches/patch-src_libutil_sysutil_cpp N ports/graphics/openimageio/patches/patch-src_libtexture_texture_pvt_h N ports/graphics/openimageio/patches/patch-src_include_tbb_tbb_misc_h N ports/graphics/openimageio/patches/patch-src_ptex_imageio_ptex_PtexPlatform_h N ports/graphics/openimageio/patches/patch-src_cmake_oiio_macros_cmake No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/05/09 06:43:19 Modified files: graphics : Makefile Log message: + openimageio CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/05/09 06:45:50 Modified files: graphics/blender: Makefile graphics/blender/pkg: DESCR PLIST Added files: graphics/blender/patches: patch-CMakeLists_txt patch-intern_cycles_blender_CMakeLists_txt Log message: Enable the new 'cycles' rendering engine. There may still be some rough edges, but overall it is working well. Initially requested and tested by peters at schwertfisch dot de (thanks). Also, remove mention of ffmpeg flavour from DESCR. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/09 06:51:01 Modified files: net/amule : Makefile Added files: net/amule/patches: patch-src_ObservableQueue_h patch-src_kademlia_routing_RoutingZone_cpp Log message: Fix compilation with gcc 4.7 Disable another Kad assertion probably resulting from bad data from external sources Both from upstream CVSROOT: /cvs Module name: src Changes by: giovanni@cvs.openbsd.org 2012/05/09 06:54:13 Modified files: usr.sbin/relayd: hce.c Log message: Fix a desynchronization on host change during a running check closes pr system/6627 diff submitted by Martin Matuska, thanks ok benno@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/09 07:01:15 Modified files: net/amule/patches: patch-src_kademlia_routing_RoutingZone_cpp Log message: Oops. I dunno how this happened :( CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/09 07:12:41 Modified files: net/amule : Makefile Log message: bump after the wrong commit CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/05/09 07:14:35 Modified files: sys/dev/ic : re.c Log message: The 8168D chipset needs to have the PHY wake PM flag set to ensure the PHY is woken up upon attachment. From FreeBSD via Brad. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/05/09 07:30:12 Modified files: sys/dev/ic : re.c Log message: 8401E/8402/8105E/8105E_SPIN1 don't support jumbo frames from Brad CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/05/09 07:36:45 Modified files: lang/parrot : Makefile distinfo lang/parrot/patches: patch-config_gen_makefiles_root_in lang/parrot/pkg: PLIST Log message: Update to parrot 4.3.0. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/05/09 07:50:28 ports/lang/nqp/patches Update of /cvs/ports/lang/nqp/patches In directory cvs.openbsd.org:/tmp/cvs-serv7506/patches Log Message: Directory /cvs/ports/lang/nqp/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/05/09 07:50:58 Modified files: lang/nqp : Makefile distinfo Added files: lang/nqp/patches: patch-3rdparty_dyncall_dyncallback_dyncall_callback_ppc32_c patch-3rdparty_dyncall_dyncallback_dyncall_callback_sparc64_c patch-3rdparty_dyncall_dyncallback_dyncall_callback_x64_c patch-3rdparty_dyncall_dyncallback_dyncall_callback_x86_c patch-3rdparty_dyncall_dyncallback_dyncall_thunk_h patch-3rdparty_dyncall_dyncallback_dyncall_thunk_ppc32_c patch-3rdparty_dyncall_dyncallback_dyncall_thunk_sparc64_c patch-3rdparty_dyncall_dyncallback_dyncall_thunk_x64_c patch-3rdparty_dyncall_dyncallback_dyncall_thunk_x64_h patch-3rdparty_dyncall_dyncallback_dyncall_thunk_x86_c patch-3rdparty_dyncall_dyncallback_dyncall_thunk_x86_h Log message: Update to nqp 2012.04.1. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/05/09 07:51:35 Modified files: lang/rakudo : Makefile distinfo lang/rakudo/patches: patch-tools_build_Makefile_in lang/rakudo/pkg: PLIST Log message: Update to rakudo 2012.04.1. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/05/09 07:53:28 Added files: lang/nqp/patches: patch-3rdparty_dyncall_dyncallback_dyncall_thunk_ppc32_h Log message: forgot one patch CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/09 08:19:37 Modified files: x11/gmtk : Makefile x11/gmtk/patches: patch-src_gmtk_media_player_c x11/gnome-mplayer: Makefile x11/gnome-mplayer/patches: patch-src_gui_c Log message: Monitor subtitle visibility better From upstream svn CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/09 08:28:54 Modified files: audio/sonata : Makefile Added files: audio/sonata/patches: patch-sonata_main_py Removed files: audio/sonata/patches: patch-sonata_py Log message: Wrap gtk.main, not app.main, thanks kurt@ :) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/09 08:35:33 Modified files: archivers/libshrink: Makefile distinfo Log message: Update to libshrink-0.5.0. from David Hill (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/09 08:35:53 Modified files: devel/libclog : Makefile distinfo Log message: Update to libclog-0.6.1. from David Hill (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/09 08:36:15 Modified files: sysutils/cyphertite: Makefile distinfo Log message: Update to cyphertite-1.2.2. from David Hill (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/09 09:20:26 Modified files: lang/php : Tag: OPENBSD_5_1 Makefile.inc Log message: Fix missing semicolon in -stable commit pointed out by Scott McEachern, thanks! CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/09 09:24:04 Log message: import node-npm 0.0.3 Make Node Module is a build tool for making native node.js modules. ok sthen@ Status: Vendor Tag: jasper Release Tags: jasper_20120905 N ports/devel/node-mnm/Makefile N ports/devel/node-mnm/distinfo N ports/devel/node-mnm/pkg/PLIST N ports/devel/node-mnm/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/09 09:24:17 Modified files: print/system-config-printer: Makefile Added files: print/system-config-printer/patches: patch-system-config-printer_py Log message: Add missing calls to gtk.gdk.threads_{enter,leave} to fix the abort on startup. looks good to kurt@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/09 09:25:19 Modified files: devel : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/09 09:26:10 Log message: import node-syslog 1.1.2 node-syslog is a Node.JS module to work with the system log (syslog) daemon on UNIX system. ok sthen@ Status: Vendor Tag: jasper Release Tags: jasper_20120905 N ports/sysutils/node-syslog/Makefile N ports/sysutils/node-syslog/distinfo N ports/sysutils/node-syslog/pkg/PLIST N ports/sysutils/node-syslog/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/09 09:26:49 Modified files: sysutils : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/09 09:32:25 Modified files: www/node : node.port.mk www/node/patches: patch-deps_npm_node_modules_node-gyp_lib_build_js Log message: when generating PKGNAME from NPM_NAME, strip a leading node- so we don't double it. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/09 09:33:23 Modified files: www/node/patches: patch-deps_npm_node_modules_node-gyp_lib_build_js Log message: oops revert unintentional commit CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/09 10:29:23 Added files: security/libsrtp/patches: patch-test_srtp_driver_c Log message: unbreak on mips64* CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/05/09 11:16:01 Modified files: www/mozilla-firefox/patches: patch-ipc_chromium_src_base_atomicops_h patch-ipc_chromium_src_chrome_common_ipc_message_utils_h Removed files: www/seamonkey/patches: 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 www/fennec/patches: 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 www/mozilla-firefox/patches: 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 mail/mozilla-thunderbird/patches: 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 Log message: Remove useless patches which should have gone in the attic when updating to mozilla 9. Better late than never.. Still from upstream bug #648735. Revs https://hg.mozilla.org/mozilla-central/rev/ea33ddde6ade, https://hg.mozilla.org/mozilla-central/rev/226136c5812e and https://hg.mozilla.org/mozilla-central/rev/f78d9f4f5234. While here add a comment stating the failure fixed by last two remaining ipc patches. CVSROOT: /cvs Module name: src Changes by: okan@cvs.openbsd.org 2012/05/09 12:34:21 Modified files: sys/arch/sparc64/sparc64: machdep.c Removed files: sys/arch/sparc64/sparc64: sigdebug.h Log message: merge sigdebug.h into machdep.c, to where all other architectures have these (DEBUG) defines. ok miod@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/05/09 12:37:39 Modified files: app/cwm : cwm.1 Log message: fix section order: move AUTHORS below HISTORY; from Tiago Cunha ok jmc@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/05/09 14:36:40 Modified files: mail/mozilla-thunderbird/patches: patch-mozilla_js_src_Makefile_in www/seamonkey/patches: patch-mozilla_js_src_Makefile_in www/mozilla-firefox/patches: patch-js_src_Makefile_in 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 Added files: mail/mozilla-thunderbird/patches: patch-mozilla_js_src_assembler_jit_ExecutableAllocator_h www/seamonkey/patches: patch-mozilla_js_src_assembler_jit_ExecutableAllocator_h www/mozilla-firefox/patches: patch-js_src_assembler_jit_ExecutableAllocator_h Removed files: mail/mozilla-thunderbird/patches: patch-mozilla_js_src_jsapi_cpp patch-mozilla_js_src_jscntxt_cpp patch-mozilla_js_src_jscntxt_h patch-mozilla_js_src_jsprvtd_h www/seamonkey/patches: patch-mozilla_js_src_jsapi_cpp patch-mozilla_js_src_jscntxt_cpp patch-mozilla_js_src_jscntxt_h patch-mozilla_js_src_jsprvtd_h www/mozilla-firefox/patches: patch-js_src_jsapi_cpp patch-js_src_jscntxt_cpp patch-js_src_jscntxt_h patch-js_src_jsprvtd_h Log message: Sync patches with what has (finally _o/ \o/ \o_ !) been commited upstream for bug #691898, fixing build on powerpc (and other non yarr-jit archs..), see https://hg.mozilla.org/mozilla-central/rev/f5a3a7b9c6b0 CVSROOT: /cvs Module name: ports Changes by: ratchov@cvs.openbsd.org 2012/05/09 14:53:35 Modified files: audio/audacious-plugins: Makefile audio/audacious-plugins/files: sndio.c Log message: Update the plug-in to the newer 3.x plug-in semantics. Fixes audacious unpausing by itself as various other bugs caused by using the version 2.x plug-in. ok stsp, dcoppa CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/05/09 15:00:20 Modified files: devel/darcs : Makefile distinfo devel/darcs/patches: patch-GNUmakefile devel/darcs/pkg: PLIST Added files: devel/darcs/patches: patch-tests_issue1857-pristine-conversion_sh Removed files: devel/darcs/patches: patch-darcs_cabal Log message: Update to darcs-2.8.0. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/09 15:25:33 Modified files: sys/arch/m88k/include: signal.h sys/arch/m88k/m88k: sig_machdep.c Log message: Do not include and pollute userland namespace with struct reg in . CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/09 15:27:47 Modified files: telephony/kamailio: Makefile telephony/kamailio/patches: patch-modules_k_nat_traversal_nat_traversal_c patch-modules_sipcapture_sipcapture_c Added files: telephony/kamailio/patches: patch-list_h patch-modules_carrierroute_cr_func_c patch-modules_db_berkeley_bdb_lib_c patch-modules_db_berkeley_km_bdb_lib_c patch-modules_k_mi_xmlrpc_abyss_xmlrpc_int_h patch-modules_k_permissions_address_c patch-modules_s_usrloc_ucontact_c Log message: Fixes to telephony/kamailio: - avoid compiler warnings due to missing headers, duplicate #defines etc., from maintainer Roman Kravchuk, slight tweak by me (ifndef rather than delete the lines). - fix WANTLIB/LIB_DEPENDS in the subpackages, from me. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/05/09 18:39:47 Modified files: app/cwm : conf.c Log message: wrap long lines; from Tiago Cunha. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/05/09 23:01:23 Modified files: sys/kern : kern_fork.c Log message: Only set a process's start time when starting the main thread. There's also no need to protect that and the setting of the AFORK accounting flag with the scheduler lock. ok mikeb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/10 01:43:17 Modified files: graphics/mirage: Makefile graphics/mirage/patches: patch-mirage_py Log message: Move the calls to gtk.gdk.threads_{enter,leave} where they belong: fixes abort on startup. from kurt@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/10 02:39:47 Modified files: www/node : node.port.mk Log message: - don't set NO_REGRESS here as it's not picked up when set in a module. - provide REGRESS_TARGET instead ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/10 02:41:39 Modified files: databases/node-pg: Makefile devel/node-fibers: Makefile devel/node-generic-pool: Makefile security/node-bcrypt: Makefile Added files: devel/node-fibers/patches: patch-Makefile Log message: - set NO_REGRESS where applicable and add a comment as to why it's set - run the tests of node-pg during 'regress' not 'build' with and ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/10 02:47:28 Modified files: devel/py-tz : Makefile distinfo devel/py-tz/pkg: PLIST Log message: Update to py-tz-2012c. MAINTAINER timeout CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/10 03:22:44 Modified files: graphics/mirage/patches: patch-mirage_py Log message: Committed upstream. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/10 03:27:37 Modified files: x11/i3 : Makefile x11/i3/patches : patch-i3_config patch-i3_config_keycodes Log message: Into i3.config.keycodes, fix keycodes for the "Left", "Down", "Up" and "Right" keys: for unknown reasons they're different between Linux and OpenBSD. Fix a pasto too: "bindsym" --> "bindcode". Re-enable starting i3-config-wizard at first run, now that it works properly. From Juan Francisco Cantero Hurtado, with some tweaks by me. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/10 04:46:17 Log message: import node-sqlite3 2.1.3 Asynchronous, non-blocking SQLite3 bindings for Node.JS. from aaron bieber (MAINTAINER) with feedback from me and sthen@ ok sthen@ Status: Vendor Tag: jasper Release Tags: jasper_20121005 N ports/databases/node-sqlite3/Makefile N ports/databases/node-sqlite3/distinfo N ports/databases/node-sqlite3/pkg/DESCR N ports/databases/node-sqlite3/pkg/PLIST N ports/databases/node-sqlite3/patches/patch-binding_gyp No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/10 04:46:54 Modified files: databases : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/05/10 05:13:35 Modified files: math/maxima : Makefile distinfo math/maxima/pkg: PLIST Log message: Update to maxima-5.27.0. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/05/10 05:14:13 Modified files: math/wxMaxima : Makefile distinfo Log message: Update to wxmaxima-12.04.0. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/10 05:23:18 Modified files: audio/pianobar : Makefile audio/pianobar/patches: patch-Makefile Log message: Correct LDFLAGS for pianobar/libpiano linking from upstream git CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/05/10 06:36:22 Modified files: graphics : Makefile Log message: unhook gifsicle,no_x11 CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/05/10 06:38:00 Modified files: graphics/gifsicle: Makefile graphics/gifsicle/pkg: DESCR PLIST Removed files: graphics/gifsicle/pkg: PFRAG.no-no_x11 Log message: remove no_x11 FLAVOR; ok sthen@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/05/10 06:39:30 Modified files: graphics : Makefile Log message: unhook GraphicsMagick,no_x11 CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/05/10 06:56:27 Modified files: editors/ee : Makefile distinfo editors/ee/patches: patch-ee_1 patch-new_curse_c editors/ee/pkg : PLIST Removed files: editors/ee/patches: patch-ee_c Log message: Update for ee to 1.5.2 whit some fixes: * added display of line number, column, and lines from top to separator line for info window * minor changes to reduce number of warnings when using -pedantic option * changed how strings are terminated from the old usage of NULL to the current use of character zero, '\0' While here, GROFF is not needed, new license, patch-ee_c is not needed anymore and honor CC variable, tested on i386, amd64 and powerpc. OK brett@, sthen@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/05/10 07:05:55 Modified files: faq/de : index.html fr : 51.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/10 07:15:46 Log message: import node-expresso 0.9.2 Expresso is a JavaScript TDD framework written for nodejs. Expresso is extremely fast, and is packed with features such as additional assertion methods, code coverage reporting, CI support, and more. ok sthen@ Status: Vendor Tag: jasper Release Tags: jasper_20121005 N ports/devel/node-expresso/Makefile N ports/devel/node-expresso/distinfo N ports/devel/node-expresso/pkg/PLIST N ports/devel/node-expresso/pkg/DESCR N ports/devel/node-expresso/patches/patch-package_json No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/10 07:16:26 Modified files: devel : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/10 07:17:30 Modified files: www/node : node.port.mk Log message: allow node ports to append 'expresso' to configure style and set up the bits for regression tests to run ok aaron bieber, sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/10 07:17:48 Modified files: devel/node-generic-pool: Makefile Log message: enable regress tests CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/10 07:49:56 Modified files: shells/zsh : Makefile Log message: Use autoconf 2.68. ok pea@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/05/10 09:02:57 Log message: Import mail/py-authres RFC 5451 Authentication-Results Headers generation and parsing for Python. It also supports Authentication Results extensions: RFC 5617 DKIM/ADSP RFC 6008 DKIM signature identification (header.b) RFC 6212 Vouch By Reference (VBR) ok pea@ Status: Vendor Tag: giovanni Release Tags: giovanni-20120510 N ports/mail/py-authres/Makefile N ports/mail/py-authres/distinfo N ports/mail/py-authres/pkg/DESCR N ports/mail/py-authres/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/05/10 09:06:07 Modified files: mail : Makefile Log message: +py-authres CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/05/10 09:11:59 Modified files: mail/py-spf : Makefile distinfo Log message: Update to 2.0.7 and take maintainership ok pea@ (old maintainer) rpointel@ CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/05/10 10:07:46 Modified files: usr.bin/mg : file.c Log message: Allow throwaway buffers to be saved via C-c s. This diff does not change the behaviour with regards to mg not asking to save throwaway buffers when exiting. Reviewed by Sunil Nimmagadda. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/05/10 10:38:09 Modified files: gnu/gcc/libstdc++-v3/include/std: std_limits.h Log message: fix warning. Reminded by landry@, I plain forgot to commit. This has been tested for ages by now. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/10 11:43:30 Modified files: astro/stellarium: Makefile distinfo astro/stellarium/patches: patch-CMakeLists_txt patch-data_default_config_ini patch-data_stellarium_desktop patch-src_core_modules_ConstellationMgr_cpp astro/stellarium/pkg: PLIST Added files: astro/stellarium/patches: patch-plugins_Satellites_src_CMakeLists_txt Log message: Update to stellarium-0.11.2. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/10 12:29:52 Modified files: www/node : Makefile www/node/patches: patch-deps_npm_node_modules_node-gyp_lib_build_js patch-deps_npm_node_modules_node-gyp_lib_install_js www/node/pkg : PLIST Log message: tweaks to node: - install tar.gz source, and patch node-gyp to use it rather than attempting to download from the 'net when building a native extension, from Aaron Bieber (maintainer). - set V=1 in node-gyp to avoid hiding compiler command lines (from me, ok jasper). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/05/10 13:13:12 Modified files: include : time.h sys/sys : _time.h time.h Log message: Recongnize that: * strptime(3) was introduced in XPG 4.0 * clock_gettime(3) and friends were introduced in 1003.1b-1993 * asctime_r(3) and friends were introduced in 1003.1c-1995 and conditionally provide prototypes and associated types accordingly. This makes our standards compliant except for some functions that are still missing. ok guenther@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/05/10 13:30:31 Added files: editors/ee/patches: patch-ee_c Log message: Wrong rm patches/patch-ee_c pointed by nigel@. OK, sthen@ CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/05/10 14:04:48 Modified files: www/py-django : Makefile distinfo www/py-django/patches: patch-django_core_servers_basehttp_py www/py-django/pkg: PLIST Log message: Update django to 1.4, ok Ryan Boggs (maintainer). release notes: https://docs.djangoproject.com/en/dev/releases/1.4/ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/10 15:12:26 Modified files: sys/arch/mips64/include: pmap.h sys/arch/mips64/mips64: pmap.c Log message: The uvm_map() changes introduced about two months ago yield a different memory allocation pattern, exposing aliasing bugs in the mips64 pmap, on kernels where virtual aliasing may happen (that is, IP32 kernels on R5000, R10000 and R12000 O2). Fix these (or at least, sweep them better under the rug) by: - always flush caches in pmap_copy_page() and pmap_zero_page(), if the destination page is mapped uncached. - when removing a mapping of a managed page which has been forced uncached due to virtual aliasing conflict, map it back cached as soon as the remaining mappings are non conflicting. - writeback, instead of simply invalidating, pool pages and page table pages, upon release, for there might be stale data in the cache. While these, apply more paranoia and only perform cache operations on pages which have been mapped with the cache enabled. Initially reported by mikeb@ on an R12k O2 (that will teach me to use an RM7000-powered O2, without virtual aliasing, to test IP32 kernels). Verified on an R5k O2, as well as a custom IP30 kernel with page size forced to 4KB (to introduce virtual aliasing). This diff tested on O2 (R5k, RM7k, R12k), IP30, IP35, as well as on Loongson (no aliasing) by mikeb@ and I. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/10 15:28:31 Modified files: sys/arch/sgi/sgi: machdep.c Log message: Initialize more proc0 context before invoking consinit(); this now really allows probes to fault and correctly recover. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/10 15:29:28 Modified files: sys/arch/sgi/gio: grtwo.c impact_gio.c light.c newport.c Log message: Be more strict in the `are we the console device' logic at device attachment time; not only do we need to match the graphics console address, but cn_tab needs to point to wsdisplay, too. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/10 15:30:09 Modified files: sys/arch/sgi/conf: files.sgi sys/arch/sgi/gio: files.gio sys/arch/sgi/xbow: files.xbow Log message: Fix impact(4) header file generation to correctly output NIMPACT_GIO on IP22 kernels. Oops. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/10 15:30:39 Modified files: sys/arch/sgi/gio: gioreg.h Log message: Fix a few macros to operate on the right bit. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/10 15:32:13 Modified files: sys/arch/sgi/gio: giodevs Log message: Do not keep the `32-bit device ID' bit indicator in the device IDs, for consistency. Will be necessary shortly. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/10 15:32:19 Modified files: sys/arch/sgi/gio: giodevs.h giodevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/10 15:36:11 Modified files: sys/arch/sgi/gio: gio.c impact_gio.c Log message: GIO devices with a 32-bit device identifier actually do not like halfword and byte accesses to the ID register; instead of interpreting this is as a lack of hardware, reconize this as a valid GIO device (if the `has a 32-bit ID' bit is set, that is). This allows GIO Impact boards, which use a 32-bit ID, to be recognized correctly, and to work as a console device. Commited from an Indigo2 with glass console on the single-board Impact (MG10) board which arrived in the mail today. Would have been done even earlier, had I not forgotten to connect the extra power supply cable to the Impact GIO backplane... CVSROOT: /cvs Module name: ports Changes by: ratchov@cvs.openbsd.org 2012/05/10 16:42:24 Modified files: audio/audacious-plugins: Makefile audio/audacious-plugins/files: sndio.c Log message: use milliseconds for the buffer size, in the sndio backend ok stsp, dcoppa CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/05/10 16:46:48 Modified files: sys/dev/pci : azalia.c Log message: Enable PCI snoop on the AMD Hudson 2. With help from Juan Francisco Cantero Hurtado , thanks! CVSROOT: /cvs Module name: ports Changes by: william@cvs.openbsd.org 2012/05/10 21:35:03 Modified files: security/logsentry: Makefile security/logsentry/pkg: PLIST Log message: conflict with logtail; spotted by Markus Lude, thanks. ok sthen CVSROOT: /cvs Module name: ports Changes by: william@cvs.openbsd.org 2012/05/10 21:35:29 Modified files: sysutils/logtail: Makefile sysutils/logtail/pkg: PLIST Log message: conflict with logsentry; spotted by Markus Lude, thanks. ok sthen CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/05/10 23:32:50 Modified files: devel/mercurial: Makefile distinfo devel/mercurial/pkg: PLIST Log message: Update mercurial to 2.2.1. ok wcmaier@ (maintainer). CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/05/10 23:33:58 Modified files: devel/tortoisehg: Makefile distinfo devel/tortoisehg/pkg: PLIST Log message: Update tortoisehg to 2.4, from me with a tweak by landry@. ok landry@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/10 23:38:25 Modified files: devel/py-gobject3: Makefile distinfo Log message: Update to py-gobject3-3.2.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/11 00:06:12 Removed files: devel/boost/patches: patch-libs_config_test_boost_has_clock_gettime_ipp Log message: Remove an unncessary patch now that the system time.h header has been fixed. No pkg change. from Brad CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/11 00:19:39 Log message: import node-canvas 0.12.0 Node canvas is a Cairo backed Canvas implementation for Node.JS. ok sthen@ Status: Vendor Tag: jasper Release Tags: jasper_20121105 N ports/graphics/node-canvas/Makefile N ports/graphics/node-canvas/distinfo N ports/graphics/node-canvas/pkg/PLIST N ports/graphics/node-canvas/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/11 00:20:47 Modified files: graphics : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/11 00:49:23 ports/net/quvi/libquvi/patches Update of /cvs/ports/net/quvi/libquvi/patches In directory cvs.openbsd.org:/tmp/cvs-serv30232/patches Log Message: Directory /cvs/ports/net/quvi/libquvi/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/11 00:53:10 Modified files: net/quvi/libquvi: Makefile Added files: net/quvi/libquvi/patches: patch-src_libquvi_lua_wrap_c Log message: lua_open() has been deprecated (but still available) in lua 5.1; but it's been removed in lua 5.2. so prevent libquvi from breaking with newer lua's. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/11 00:59:16 Modified files: www/drupal7/core: Makefile distinfo www/drupal7/core/pkg: PLIST Log message: security update to 7.14 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/11 00:59:28 Modified files: www/drupal7/CKeditor: Makefile distinfo www/drupal7/CKeditor/pkg: PLIST www/drupal7/backup_migrate: Makefile distinfo www/drupal7/date: Makefile distinfo www/drupal7/entity: Makefile distinfo www/drupal7/entity/pkg: PLIST www/drupal7/locale-fr: Makefile distinfo www/drupal7/locale-fr/pkg: PLIST Log message: minor updates CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/11 01:46:35 Modified files: www/drupal6/faq: Makefile distinfo www/drupal6/faq/pkg: PLIST www/drupal6/ubercart: Makefile distinfo www/drupal6/ubercart/pkg: PLIST www/drupal6/linkchecker: Makefile distinfo www/drupal6/linkchecker/pkg: PLIST www/drupal6/webform: Makefile distinfo www/drupal6/webform/pkg: PLIST www/drupal6/printer-friendly: Makefile distinfo www/drupal6/printer-friendly/pkg: PLIST Log message: security updates CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/11 01:46:56 Modified files: www/drupal6/core: Makefile distinfo www/drupal6/core/patches: patch-includes_locale_inc www/drupal6/core/pkg: README Log message: minor update. Add a note about my.cnf CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/11 01:47:34 Modified files: www/drupal6/CKeditor: Makefile distinfo www/drupal6/CKeditor/pkg: PLIST www/drupal6/genpass: Makefile distinfo www/drupal6/genpass/pkg: PLIST Log message: minor updates CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/05/11 01:50:27 Modified files: lib/libsndio : sio.c Log message: The default device is selected with sndiod(1) or the AUDIODEVICE environment variable, so stop using the /dev/audio symlink which can't be used by sndiod(1) anyway CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/05/11 02:15:30 Modified files: usr.sbin/smtpd : mta.c Log message: set the status line and log envelope change in mta_envelope_done(). get rid of mta_envelope_log() and makes the code a little more straightforward. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/05/11 03:24:24 Log message: import of samhain: Samhain is an open source file integrity and host-based intrusion detection system for Linux and Unix. It can run as a daemon process, and and thus can remember file changes - contrary to a tool that runs from cron, if a file is modified you will get only one report, while subsequent checks of that file will ignore the modification as it is already reported (unless the file is modified again). ok jasper@ Status: Vendor Tag: robert Release Tags: robert_20120511 N ports/security/samhain/Makefile N ports/security/samhain/distinfo N ports/security/samhain/patches/patch-configure N ports/security/samhain/patches/patch-samhainrc_freebsd N ports/security/samhain/pkg/DESCR-server N ports/security/samhain/pkg/DESCR-main N ports/security/samhain/pkg/PLIST-main N ports/security/samhain/pkg/PLIST-server N ports/security/samhain/pkg/PLIST-client N ports/security/samhain/pkg/DESCR-client N ports/security/samhain/pkg/yule.rc N ports/security/samhain/pkg/samhain.rc No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/11 03:35:17 Modified files: x11/i3 : Makefile x11/i3/patches : patch-i3_config Log message: Use absolute path, for consistency. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/11 03:38:28 Modified files: security/samhain: Makefile security/samhain/pkg: PLIST-client Log message: No need to specify localstatedir, gnu CONFIGURE_STYLE takes care of it. Remove content of /var/samhain/* with pkg_delete -c. ok robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/05/11 03:39:28 Modified files: security : Makefile Log message: +samhain CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/05/11 03:39:51 Modified files: infrastructure/db: user.list Log message: add the _yule user for the samhain port CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/11 03:44:14 Modified files: productivity/taskwarrior: Makefile distinfo productivity/taskwarrior/patches: patch-src_CMakeLists_txt productivity/taskwarrior/pkg: PLIST Added files: productivity/taskwarrior/patches: patch-CMakeLists_txt Removed files: productivity/taskwarrior/patches: patch-src_Transport_cpp Log message: - update to 2.0.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/11 03:44:30 Added files: productivity/taskwarrior/patches: patch-src_columns_CMakeLists_txt patch-src_commands_CMakeLists_txt patch-src_util_cpp Log message: forgot to add these CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/11 03:57:02 Modified files: databases/freetds: Makefile databases/freetds/pkg: DESCR PLIST Log message: Drop separate OpenSSL flavour for FreeTDS. Change main package to using OpenSSL rather than GnuTLS. Permit packages to be distributed. Bump shared library versions to make sure they get updated. As researched by jasper@, the GPL has a special exception when something depends on software provided with the base OS, so it *is* ok for us to distribute this. This is preferred over using GnuTLS because GnuTLS pulls in a pthread dependency; pthread overrides libc functions, so it is necessary that a program using this is itself linked with pthread, causing a problem if you want to use the FreeTDS library to connect to servers using encryption from programs which aren't themselves linked with pthread (e.g. /usr/sbin/httpd with mod_php, or perl with DBD::Sybase). ok jasper@ ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/05/11 03:57:32 Modified files: audio/audacious: Makefile distinfo Removed files: audio/audacious/patches: patch-src_audtool_Makefile Log message: Update to audacious-3.2.2. ok dcoppa CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/05/11 03:58:09 Modified files: audio/audacious-plugins: Makefile distinfo Log message: Update to audacious-plugins-3.2.2; ok dcoppa CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/11 04:02:31 Modified files: databases/libdbi-drivers: Makefile Log message: sync WANTLIB for freetds subpackage CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/11 04:53:54 Modified files: audio/audacious/patches: patch-configure_ac patch-src_libaudcore_audio_c audio/audacious-plugins/patches: patch-src_ladspa_Makefile Log message: sync patches CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/05/11 05:18:56 Modified files: faq : current.html Log message: remove stuff that went into 5.1. Found sitting in my 51 tree, forgot to commit! CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/05/11 05:20:04 Modified files: faq/pf : anchors.html authpf.html carp.html config.html example1.html filter.html ftp.html index.html logging.html macros.html nat.html options.html pools.html queueing.html shortcuts.html tables.html Log message: forgot to actually COMMIT these 5.1 changes. *sigh* CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/11 05:43:49 Log message: Import log4c-1.2.1. Log4c is a library of C for flexible logging to files, syslog and other destinations. It is modeled after the Log for Java library (http://jakarta.apache.org/log4j/), staying as close to their API as is reasonable. based on a submission from Markus Schatzl ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120511 N ports/devel/log4c/Makefile N ports/devel/log4c/distinfo N ports/devel/log4c/pkg/DESCR N ports/devel/log4c/pkg/PLIST N ports/devel/log4c/pkg/PFRAG.shared N ports/devel/log4c/patches/patch-src_log4c_layout_type_dated_c N ports/devel/log4c/patches/patch-src_log4c_layout_type_dated_r_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/11 05:44:27 Modified files: devel : Makefile Log message: +log4c CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/11 05:59:31 Modified files: audio/audacious-plugins: Makefile audio/audacious-plugins/files: Makefile audio/audacious-plugins/patches: patch-configure_ac audio/audacious-plugins/pkg: PLIST Added files: audio/audacious-plugins/patches: patch-extra_mk_in Log message: Add proper header/library checks for the sndio backend within the autoconf script and tweak the build infrastructure to better integrate with upstream's way of doing things. From brad. Enable the MMS transport and sync WANTLIB. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/05/11 06:12:02 Modified files: usr.sbin/smtpd : mta.c smtpd.h usr.sbin/smtpd/smtpd: Makefile Added files: usr.sbin/smtpd : mta_session.c Log message: split the session logic off mta.c into mta_session.c ok gilles@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/11 07:14:43 Modified files: net/net-snmp : Makefile net/net-snmp/pkg: DESCR-main PLIST-main Log message: Rename snmpd(8) and snmpd.conf(5) manpages to have a netsnmp- prefix, to avoid conflicting with manpages for base snmpd. Suggested by blambert@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/05/11 08:32:36 Modified files: databases/mysql: Makefile distinfo databases/mysql/patches: patch-sql_mysqld_cc databases/mysql/pkg: PLIST-tests Removed files: databases/mysql/patches: patch-sql_password_c patch-sql_sql_select_cc Log message: Update to 5.1.63 from Brad (Maintainer) ok ajacoutot@ CVSROOT: /cvs Module name: www Changes by: giovanni@cvs.openbsd.org 2012/05/11 09:32:24 Modified files: . : events.html Log message: Move BSDDay2012 to the past and link my slides. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/11 09:32:46 Modified files: sysutils/accountsservice: Makefile distinfo sysutils/accountsservice/patches: patch-src_daemon_c Log message: Bugfix update to accountsservice-0.6.20. CVSROOT: /cvs Module name: www Changes by: giovanni@cvs.openbsd.org 2012/05/11 09:50:53 Modified files: . : donations.html Log message: Add my sponsor for BSDDay 2012 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/11 12:19:10 Modified files: sysutils/accountsservice: Makefile sysutils/accountsservice/patches: patch-src_daemon_c Log message: Fix removal of user/group. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/11 12:26:43 Modified files: x11/gnome/nautilus-sendto: Makefile distinfo x11/gnome/nautilus-sendto/pkg: PLIST Log message: Minor update to nautilus-sendto-3.0.3. CVSROOT: /cvs Module name: xenocara Changes by: dcoppa@cvs.openbsd.org 2012/05/11 14:02:28 Modified files: lib/freetype/src/type1: t1load.c Log message: Fix freetype-2.4.9 regression that caused ghostscript to barf with "Font Renderer Plugin" errors. Patches come from upstream. References: http://bugs.ghostscript.com/show_bug.cgi?id=692940 https://savannah.nongnu.org/bugs/?func=detailitem&item_id=35833 https://savannah.nongnu.org/bugs/?func=detailitem&item_id=35847 http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=9a55cb7a http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=b43e0f44 ok matthieu@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/11 14:48:38 Modified files: lang/lua : lua.port.mk Log message: add MODLUA_VERSION to SUBST_VARS, this will ease the PLIST churn when lua gets updated to 5.2... CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/11 14:49:58 Modified files: archivers/luazlib/pkg: PLIST Log message: regen PLIST CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/11 14:50:12 Modified files: databases/luasqlite3/pkg: PFRAG.shared PLIST Log message: regen PLIST CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/11 14:51:04 Modified files: devel/lua-lgi/pkg: PFRAG.shared PLIST devel/luaalarm/pkg: PLIST devel/luabitop/pkg: PFRAG.shared devel/luacopas/pkg: PLIST devel/luadoc/pkg: PLIST devel/luaevent/pkg: PLIST devel/luafs/pkg: PFRAG.shared devel/luapack/pkg: PLIST devel/luaposix/pkg: PLIST devel/luaprofiler/pkg: PLIST devel/luarexlib/pkg: PFRAG.shared devel/luarings/pkg: PLIST devel/luastdlib/pkg: PLIST Log message: regen PLIST (no REVISION bump needed) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/11 14:51:32 Modified files: graphics/luagd/pkg: PLIST mail/osbf-lua/pkg: PLIST Log message: regen PLIST CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/11 14:51:48 Modified files: net/luasocket/pkg: PFRAG.shared PLIST Log message: regen PLIST CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/11 14:51:57 Modified files: security/luacrypto/pkg: PLIST security/luasec/pkg: PFRAG.shared PLIST Log message: regen PLIST CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/11 14:52:12 Modified files: sysutils/luastatgrab/pkg: PLIST textproc/luaexpat/pkg: PLIST Log message: regen PLIST CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/05/11 14:54:13 Modified files: share/man/man5 : port-modules.5 Log message: sync with recent change CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/11 14:55:00 Modified files: devel/coxpcall : Makefile devel/coxpcall/pkg: PLIST Log message: regen PLIST CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/05/11 14:59:47 Modified files: devel/darcs : Makefile Log message: Always use curl (for now) instead of magically using hs-HTTP if it's installed. Found while tracking down a completely different problem reported. "looks good" jasper@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/05/11 15:01:47 Modified files: share/man/man5 : port-modules.5 Log message: document some recent changes in node.port.mk CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/11 15:19:48 Modified files: devel/lua-lgi : Makefile distinfo devel/lua-lgi/pkg: PLIST Removed files: devel/lua-lgi/patches: patch-Makefile Log message: - update to 0.5 * among the various bugfixes, this now includes a full gtk-demo example CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/11 15:21:13 Modified files: graphics/luagd/pkg: PFRAG.shared Log message: forgot to commit in previous commit here. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/11 15:24:22 Modified files: security/luasec: Makefile Log message: tweak MASTER_SITES CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/11 15:36:48 Modified files: lang/datalog : Makefile distinfo lang/datalog/pkg: PLIST Added files: lang/datalog/pkg: PFRAG.shared Log message: - update to 2.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/11 15:36:57 ports/lang/datalog/patches Update of /cvs/ports/lang/datalog/patches In directory cvs.openbsd.org:/tmp/cvs-serv2856/patches Log Message: Directory /cvs/ports/lang/datalog/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/11 15:37:41 Added files: lang/datalog/patches: patch-configure Log message: oops CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/11 15:38:29 Modified files: games/love : Makefile distinfo games/love/patches: patch-configure Log message: - update to 0.8.0 CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/05/11 17:19:31 ports/math/lpsolve/python Update of /cvs/ports/math/lpsolve/python In directory cvs.openbsd.org:/tmp/cvs-serv3652/python Log Message: Directory /cvs/ports/math/lpsolve/python added to the repository CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/05/11 17:19:51 ports/math/lpsolve/python/patches Update of /cvs/ports/math/lpsolve/python/patches In directory cvs.openbsd.org:/tmp/cvs-serv32476/python/patches Log Message: Directory /cvs/ports/math/lpsolve/python/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/05/11 17:19:52 ports/math/lpsolve/python/pkg Update of /cvs/ports/math/lpsolve/python/pkg In directory cvs.openbsd.org:/tmp/cvs-serv32476/python/pkg Log Message: Directory /cvs/ports/math/lpsolve/python/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/05/11 17:29:30 Modified files: math/lpsolve : Makefile math/lpsolve/core: Makefile math/lpsolve/core/patches: patch-demo_ccc patch-lp_solve_ccc patch-lpsolve55_ccc Added files: math/lpsolve : Makefile.inc math/lpsolve/core/patches: patch-shared_commonlib_c math/lpsolve/python: Makefile distinfo math/lpsolve/python/patches: patch-setup_py math/lpsolve/python/pkg: DESCR PLIST Log message: Add Python bindings for lpsolve-5.5.20, move all common stuff into a Makefile.inc, remove dependency upon libcompat with patching. OK jasper@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2012/05/11 22:31:03 Modified files: games/openarena: Makefile Log message: Fix build on macppc. Spotted by aja@. No build -> no bump. OK aja@, shten@, phessler@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/12 00:22:37 Modified files: x11/gtk+3 : Makefile distinfo x11/gtk+3/patches: patch-gtk_Makefile_in patch-gtk_gtksettings_c Log message: Minor update to gtk+3-3.4.3. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/12 01:08:01 Modified files: devel/lpeg/pkg : PLIST Log message: regen plist CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/12 04:16:42 Modified files: mail/dovecot : Tag: OPENBSD_5_1 Makefile distinfo mail/dovecot/patches: Tag: OPENBSD_5_1 patch-doc_example-config_dovecot_conf patch-src_master_master-settings_c mail/dovecot/pkg: Tag: OPENBSD_5_1 PLIST-server Log message: MFC Dovecot update to 2.0.20, this includes various error handling fixes for mdbox, some possible hangs with LMTP, problems accessing old Dovecot 1.x mbox index files and importing flags with 'doveadm import'. Discussed with / reminded by Brad. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/12 04:17:15 Modified files: mail/dovecot-antispam: Tag: OPENBSD_5_1 Makefile Log message: sync with Dovecot update, plugins must be built against the exact version CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/12 04:20:06 Modified files: mail/dovecot-pigeonhole: Tag: OPENBSD_5_1 Makefile Log message: sync with Dovecot update, plugins must be built against the exact version (there is also an update for dovecot-pigeonhole in -current but, as this changes behaviour of 'include' in some corner cases, not MFC'ing directly) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/12 05:38:47 ports/lang/lua/5.1 Update of /cvs/ports/lang/lua/5.1 In directory cvs.openbsd.org:/tmp/cvs-serv24218/5.1 Log Message: Directory /cvs/ports/lang/lua/5.1 added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/12 05:38:48 ports/lang/lua/5.2 Update of /cvs/ports/lang/lua/5.2 In directory cvs.openbsd.org:/tmp/cvs-serv24218/5.2 Log Message: Directory /cvs/ports/lang/lua/5.2 added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/12 05:39:15 ports/lang/lua/5.1/patches Update of /cvs/ports/lang/lua/5.1/patches In directory cvs.openbsd.org:/tmp/cvs-serv16751/5.1/patches Log Message: Directory /cvs/ports/lang/lua/5.1/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/12 05:39:16 ports/lang/lua/5.1/pkg Update of /cvs/ports/lang/lua/5.1/pkg In directory cvs.openbsd.org:/tmp/cvs-serv16751/5.1/pkg Log Message: Directory /cvs/ports/lang/lua/5.1/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/12 05:39:17 ports/lang/lua/5.2/patches Update of /cvs/ports/lang/lua/5.2/patches In directory cvs.openbsd.org:/tmp/cvs-serv16751/5.2/patches Log Message: Directory /cvs/ports/lang/lua/5.2/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/12 05:39:18 ports/lang/lua/5.2/pkg Update of /cvs/ports/lang/lua/5.2/pkg In directory cvs.openbsd.org:/tmp/cvs-serv16751/5.2/pkg Log Message: Directory /cvs/ports/lang/lua/5.2/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/12 05:39:19 ports/lang/lua/5.2/files Update of /cvs/ports/lang/lua/5.2/files In directory cvs.openbsd.org:/tmp/cvs-serv16751/5.2/files Log Message: Directory /cvs/ports/lang/lua/5.2/files added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/12 05:46:34 Modified files: devel/tig : Makefile distinfo Log message: - update to 1.0 ok MAINTAINER CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2012/05/12 06:58:16 Modified files: sys/net : if_gif.c sys/netinet : ip_ether.h Log message: Fix tcpdump for etherip packets. bpf_mtap() needs to be called without the etherip_header. Idea to use a forward declaration for struct tdb by claudio. OK claudio@ CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2012/05/12 07:08:48 Modified files: sys/net : pf.c pf_norm.c Log message: Ignore/preserve ECN bits on ToS matching and scrubbing. The lower 2 bits of the tos-header are used for ECN. (http://tools.ietf.org/html/rfc2474#section-3) OK henning@, haesbaert@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/12 07:16:50 Modified files: archivers/luazlib: Makefile Log message: - mirror distfile - tweak REGRESS_DEPENDS - use pkg-config to get the lua includes path CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/05/12 09:12:29 Modified files: net/p5-NetAddr-IP: Makefile distinfo Log message: update p5-NetAddr-IP to 4.061 CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/05/12 09:29:16 Modified files: usr.sbin/smtpd : lka.c map_db.c map_stdio.c smtpd.h Log message: - rename all occurences of K_SECRET to K_CREDENTIALS - rename all occurences of struct map_secret to map_credentials - do not fatal if the credentials map has disappeared, instead make the auth fail with a lookup failure. the mail will be temporary failed so it stays in queue until admin fixes smtpd.conf, removes mail, or lets it expires CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/05/12 09:31:43 Modified files: usr.sbin/smtpd : lka.c Log message: - 'secret' -> 'credentials' in some logs - log_warn() admin that a map that's needed by an envelope is no longer in the configuration file CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/05/12 09:49:42 Modified files: sys/dev/pci : pcidevs Log message: Rename Intel GM45 Serial-over-LAN device to be consistent with others. ok sthen@, jsg@, mikeb@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/05/12 09:51:48 Modified files: sys/dev/pci : pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/05/12 09:53:53 Modified files: sys/dev/pci : pcidevs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/05/12 09:54:55 Modified files: sys/dev/pci : pucdata.c Log message: Adjust for renaming of Intel GM45 Serial-over-LAN device in pcidevs r1.1643. ok sthen@, jsg@, mikeb@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/12 10:47:44 Modified files: share/man/man4/man4.sgi: zs.4 sys/arch/sgi/hpc: zs.c sys/arch/sgi/include: z8530var.h Log message: It turns out that, when the IRIX header files mention CTR/DCD/DTR/RTS wiring is inverted on Indigo, this just means that Indigo does not use the same values as the later models. It does not mean that the Indigo is using wrong values, which is how I first read this. In reality, Indigo systems use the expected values of these signals being active low, while later designs use active high signals. So yes, some systems have inverted values - but the ones which need compensating are not those I thought. Change the logic to do TRT, but keep the device flags check, to be able to force the other behaviour if the kernel guesses wrongly. Tested on Indigo, Indy and Indigo 2. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/12 10:48:27 Modified files: sys/arch/sgi/sgi: ip22_machdep.c Log message: Strip trailing space from ARCS frame buffer names. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/12 10:49:00 Modified files: sys/arch/sgi/gio: impact_gio.c Log message: Don't forget to print the frame buffer name obtained from ARCS, as all other GIO frame buffer drivers do. CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2012/05/12 11:05:16 Modified files: papers : index.html Log message: link my bsdcan slides (give it a few minutes, still uploading) CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/05/12 11:27:44 Modified files: sys/dev/usb : usb.c Log message: Returns different errors for USB_REQUEST if the address specified is invalid or valid but with no device found. ok miod@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/05/12 11:36:34 Modified files: sys/dev/usb : ehci.c Log message: Because qTD lists are NULL terminated, there is no need for an extra 'sqtdend' argument when freeing one of them. Part of a larger diff from Gerhard Roth with some tweaks, ok miod@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/05/12 11:39:51 Modified files: sys/dev/usb : ehci.c ehcivar.h Log message: Remove unused xfer pointer from the qTD structure. ok miod@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/05/12 11:41:27 Modified files: usr.sbin/smtpd : mta_session.c smtpd.h Log message: Update the internal mta implementation so that a session now has a list of messages to send to the remote smtp server over the same connection. It's not currently used as the scheduler/runner is not aware of this yet, and the imsg protocol would need to be updated. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/05/12 11:55:45 Modified files: net/zabbix : Makefile distinfo Log message: update to zabbix 1.8.13 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/05/12 12:02:33 Modified files: sys/dev/ic : com.c comvar.h Log message: Remove unused variable. ok mpi@, miod@ CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2012/05/12 12:31:46 Modified files: . : events.html Log message: link to my slides here too, reminded by theo, and while here move bsdcan to the past even tho it is still ongoing CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/05/12 12:41:11 Modified files: usr.sbin/smtpd : parse.y smtpd.conf.5 smtpd.h Log message: - simplify a bit maps by removing fields which are still unused years after the initial ambitious implementation: byebye map type & map flags - simplify a bit parse.y by removing assignations to these otherwise unused fields - remove the DNS map source, it may be a good idea, but we can just add it when we plan to implement it (if we do) - make the { } options in map declaration, it's been annoying me for a long time now, this allows the following to work: map "foobar" source plain "/etc/mail/foobar" - update smtpd.conf.5 accordingly ;-) CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/05/12 12:47:41 Modified files: etc/mail : smtpd.conf Log message: remove the brackets in aliases map declaration, they look ugly CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/05/12 15:49:31 Modified files: usr.sbin/smtpd : makemap.8 parse.y smtpd.conf.5 smtpd.h Log message: - remove unused sources S_EXT, S_DYN and S_EXT from enum map_src - continue simplification of parse.y - remove "for network", if we ever need it we can reimport, probably no one knows of that undocumented strange feature ;-) - change syntax for virtual domains configuration: accept for virtual vmap [...] <- wrong accept for virtual map vmap [...] <- right the reason for this change is that we will soon implement relay rules through maps and that keeping that syntax would make it inconsistent with the other rules. - update man pages for makemap and smtpd.conf to reflect changes ok eric@, looks ok chl@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/12 15:54:39 Modified files: sys/dev/eisa : ahc_eisa.c Log message: Initialize enough softc fields to give this attachment a chance to work. This got broken during ahc updates 8 years ago (for 3.6), but there are no reports of users of EISA ahc since 3.5 anyway... CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/12 15:56:30 Modified files: sys/dev/ic : aic7xxx_inline.h Log message: Repairs operation of twin-channel ahc devices. Only affects ahc@eisa since none of the ahc@pci are twin-channel. Broken since 3.6 as well. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/05/12 18:10:49 Modified files: usr.sbin/smtpd : map.c map_db.c map_stdio.c parse.y ruleset.c smtpd.h util.c Log message: - cleanup parse.y by removing lots of code that should not have been there, but in ruleset.c and util.c instead. - introduce the new map_compare() map API call to allow iterating over keys and comparing them with provided key using provided function. this allows checking a partial key in a key set, very useful for comparing an address to a set of netmask. - introduce new map kind K_NETADDR - implement K_NETADDR for map_db and map_stdio - teach ruleset checking how to use the map_compare() with K_NETADDR we can now do the following: map "srcaddr" source plain "/etc/mail/srcaddr.txt" accept from map srcaddr for domain "openbsd.org" [...] CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/05/12 19:42:32 Modified files: regress/usr.bin/ssh: addrmatch.sh usr.bin/ssh : auth.c servconf.c servconf.h sshd.8 sshd.c sshd_config.5 Log message: Add "Match LocalAddress" and "Match LocalPort" to sshd and adjust tests to match. Feedback and ok djm@ markus@. CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/05/12 21:19:53 Added files: x11/gentoo/patches: patch-src_gentoo_h Log message: fix build after prototypes in time.h were placed behind appropriate defines. suggested fix from kettenis@, noticed by and ok naddy@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/05/13 01:33:31 Modified files: usr.bin/tmux : cmd-move-window.c Log message: Use -t for move-window with -r rather than dying. Reported by Ben Boeckel and Thomas Adam. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/05/13 02:37:52 Modified files: sys/dev/usb : ehci.c Log message: Remove unused and confusing 'head' argument. Part of a larger diff from Gerhard Roth, ok miod@ CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2012/05/13 03:14:58 Modified files: usr.sbin/nginx : CHANGES CHANGES.ru usr.sbin/nginx/auto: modules options sources summary unix usr.sbin/nginx/auto/lib/pcre: conf make usr.sbin/nginx/auto/os: freebsd linux solaris usr.sbin/nginx/auto/types: sizeof typedef uintptr_t usr.sbin/nginx/conf: fastcgi.conf fastcgi_params scgi_params uwsgi_params usr.sbin/nginx/man: nginx.8 usr.sbin/nginx/src/core: nginx.c nginx.h ngx_buf.c ngx_buf.h ngx_conf_file.c ngx_conf_file.h ngx_connection.c ngx_connection.h ngx_core.h ngx_cycle.c ngx_cycle.h ngx_file.c ngx_inet.c ngx_murmurhash.h ngx_open_file_cache.c ngx_open_file_cache.h ngx_output_chain.c ngx_parse.h ngx_rbtree.c ngx_regex.c ngx_regex.h ngx_resolver.c ngx_resolver.h ngx_shmtx.c ngx_shmtx.h ngx_slab.c ngx_slab.h ngx_string.c ngx_times.c usr.sbin/nginx/src/event: ngx_event.c ngx_event_openssl.c ngx_event_pipe.c ngx_event_pipe.h ngx_event_timer.c usr.sbin/nginx/src/event/modules: ngx_epoll_module.c ngx_eventport_module.c ngx_kqueue_module.c usr.sbin/nginx/src/http: ngx_http.c ngx_http.h ngx_http_busy_lock.c ngx_http_cache.h ngx_http_copy_filter_module.c ngx_http_core_module.c ngx_http_core_module.h ngx_http_file_cache.c ngx_http_parse.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_upstream.c ngx_http_upstream.h ngx_http_upstream_round_robin.c ngx_http_upstream_round_robin.h ngx_http_variables.c usr.sbin/nginx/src/http/modules: ngx_http_access_module.c ngx_http_browser_module.c ngx_http_chunked_filter_module.c ngx_http_degradation_module.c ngx_http_fastcgi_module.c ngx_http_flv_module.c ngx_http_geo_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_log_module.c ngx_http_memcached_module.c ngx_http_mp4_module.c ngx_http_proxy_module.c ngx_http_realip_module.c ngx_http_scgi_module.c ngx_http_split_clients_module.c ngx_http_ssi_filter_module.c ngx_http_static_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: nginx.pm nginx.xs usr.sbin/nginx/src/mail: ngx_mail.c ngx_mail.h ngx_mail_core_module.c usr.sbin/nginx/src/os/unix: ngx_daemon.c ngx_darwin.h ngx_darwin_config.h ngx_darwin_init.c ngx_darwin_sendfile_chain.c ngx_errno.h ngx_files.h ngx_freebsd.h ngx_freebsd_config.h ngx_freebsd_init.c ngx_freebsd_rfork_thread.c ngx_freebsd_sendfile_chain.c ngx_gcc_atomic_sparc64.h ngx_linux_config.h ngx_linux_sendfile_chain.c ngx_os.h ngx_posix_config.h ngx_process.c ngx_process.h ngx_process_cycle.c ngx_readv_chain.c ngx_setproctitle.c ngx_solaris_config.h ngx_solaris_sendfilev_chain.c ngx_writev_chain.c Added files: usr.sbin/nginx/src/http/modules: ngx_http_limit_conn_module.c ngx_http_upstream_keepalive_module.c usr.sbin/nginx/src/os/unix: ngx_setaffinity.c ngx_setaffinity.h usr.sbin/nginx/src/pcre: pcre_study.c Removed files: usr.sbin/nginx/src/http/modules: ngx_http_limit_zone_module.c Log message: update to nginx-1.2.0 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/05/13 03:18:52 Modified files: usr.sbin/smtpd : parser.c smtpctl.c Log message: Remove sizes entry so it doesn't appear as a valid command in the "smtpctl show" output, and use errx rather than err for the unknown message error. ok gilles CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2012/05/13 03:22:04 Modified files: usr.sbin/nginx/src/event: ngx_event_accept.c usr.sbin/nginx/src/os/unix: ngx_errno.h Log message: backport changeset 4619 from nginx trunk: Accept moderation in case of EMFILE/ENFILE. In case of EMFILE/ENFILE returned from accept() we disable accept events, and (in case of no accept mutex used) arm timer to re-enable them later. With accept mutex we just drop it, and rely on normal accept mutex handling to re-enable accept events once it's acquired again. As we now handle errors in question, logging level was changed to "crit" (instead of "alert" used for unknown errors). CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/05/13 05:56:35 Modified files: mail/offlineimap: Makefile distinfo mail/offlineimap/patches: patch-docs_MANUAL_rst mail/offlineimap/pkg: PLIST Log message: Update to 6.5.3 Diff sent by Bjorn Ketelaars a long time ago. ok ajacoutot@ CVSROOT: /cvs Module name: xenocara Changes by: espie@cvs.openbsd.org 2012/05/13 06:32:05 Modified files: util/cf : OpenBSD.cf Log message: simplify InstallManPageAliasesBase rule for xenocara itself: deducting SUFFIX from already installed stuff is a race condtion, and prevents release from being make -j clean. Rule is only used for gl-docs, and the simpler rule works. okay matthieu@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/05/13 06:49:11 Modified files: security/p5-Net_SSLeay: Makefile distinfo Log message: update p5-Net-SSLeay to 1.48 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/13 07:25:03 Added files: databases/evolution-data-server/patches: patch-libedataserver_e-time-utils_c Log message: fix build. strptime is properly XPG4v2 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/05/13 07:47:52 Modified files: sys/dev/pci : pcireg.h Log message: Add define for capability 0x12 (SATA). CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/13 07:50:17 Modified files: devel/libevent2: Makefile distinfo Log message: Bugfix update to 2.0.19. From dhill. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/05/13 07:57:24 Modified files: usr.sbin/smtpd : makemap.8 Log message: replace tabs with spaces, to avoid markup problems; ok gilles CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/05/13 07:58:31 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: tweak previous; ok gilles CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/05/13 09:15:54 Modified files: app/cwm : calmwm.c client.c conf.c xutil.c Log message: knf, some from a diff from Tiago Cunha. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/05/13 09:17:13 Modified files: app/cwm : calmwm.h client.c xevents.c Log message: altpersist->cycling to be more clear that this is for cycling mod persistence; based on a diff from Alexander Polakov, in preparation for looping through other potential cycling modifiers. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/05/13 10:22:05 Modified files: include : signal.h Log message: functions are top-level objects anyways, make that clearer. Okay otto@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/13 10:27:03 Modified files: databases/evolution-data-server/patches: patch-libedataserver_e-time-utils_c Log message: Add comment after last commit which was done without maintainer review. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/05/13 10:30:19 Modified files: de : donations.html events.html faq/fr : current.html faq13.html faq4.html faq/pf/de : anchors.html authpf.html carp.html config.html example1.html filter.html ftp.html index.html logging.html macros.html nat.html options.html pools.html queueing.html shortcuts.html tables.html faq/pf/fr : anchors.html authpf.html carp.html config.html example1.html filter.html ftp.html index.html logging.html macros.html nat.html options.html pools.html queueing.html shortcuts.html tables.html faq/pf/nl : anchors.html authpf.html carp.html config.html example1.html filter.html ftp.html index.html logging.html macros.html nat.html options.html pools.html queueing.html shortcuts.html tables.html fr : 51.html donations.html events.html nl : donations.html openbgpd/fr : ftp.html openntpd/fr : ftp.html portable.html papers/fr : index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/05/13 10:49:44 Modified files: bin/md5 : sha1.1 Log message: recommend sha256; from Lawrence Teo ok millert CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/05/13 11:03:43 Modified files: mail/femail : Makefile mail/femail/pkg: PLIST-chroot Added files: mail/femail/pkg: README-chroot Removed files: mail/femail/pkg: MESSAGE-chroot Log message: convert to pkg-readmes ok ajacoutot@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/13 14:03:53 Modified files: driver/xf86-video-apm: COPYING ChangeLog Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh driver/xf86-video-apm/man: Makefile.in apm.man driver/xf86-video-apm/src: Makefile.in apm.h apm_accel.c apm_dga.c apm_driver.c apm_funcs.c apm_video.c Log message: Update xf86-video-apm to 1.2.4 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/05/13 14:04:07 Modified files: x11/xfce4/xfce4-diskperf: Makefile distinfo Log message: xfce4-diskperf 2.5.3 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/13 14:07:37 Modified files: driver/xf86-video-i740: ChangeLog Makefile.am Makefile.in README aclocal.m4 config.h.in configure configure.ac ltmain.sh driver/xf86-video-i740/man: Makefile.am Makefile.in driver/xf86-video-i740/src: Makefile.in i740.h i740_dga.c i740_driver.c i740_video.c Added files: driver/xf86-video-i740: INSTALL Removed files: driver/xf86-video-i740: README.sgml Log message: Update to xf86-video-i740 1.3.3 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/05/13 14:07:52 Modified files: x11/xfce4/xfce4-battery: Makefile distinfo Log message: xfce4-battery 1.0.3 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/05/13 14:11:31 Modified files: x11/xfce4/xfce4-mpc: Makefile distinfo x11/xfce4/xfce4-mpc/pkg: PLIST Log message: xfce4-mpc 0.4.3 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/05/13 14:12:17 Modified files: audio/mpg123 : Makefile distinfo Log message: update to 1.14.2 for minor bug fixes CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/13 14:14:34 Modified files: driver/xf86-video-i740: README Log message: fix small xf86-video-i740 1.3.3 merge glitch CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/13 14:16:50 Modified files: driver/xf86-video-s3virge: COPYING ChangeLog Makefile.am Makefile.in README aclocal.m4 config.h.in configure configure.ac ltmain.sh driver/xf86-video-s3virge/man: Makefile.am Makefile.in driver/xf86-video-s3virge/src: Makefile.am Makefile.in s3v.h s3v_accel.c s3v_dga.c s3v_driver.c s3v_hwcurs.c s3v_i2c.c s3v_shadow.c s3v_xv.c Added files: driver/xf86-video-s3virge: INSTALL TODO driver/xf86-video-s3virge/src: s3v_pciids.h Removed files: driver/xf86-video-s3virge: README.sgml TODO_NOTES Log message: Update to xf86-video-s3virge 1.10.5 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/13 14:25:51 Modified files: driver/xf86-video-s3: config.h.in configure configure.ac ltmain.sh driver/xf86-video-s3/man: Makefile.am Makefile.in driver/xf86-video-s3/src: Makefile.in s3.h s3_Ti.c s3_bios.c s3_dga.c s3_driver.c s3_video.c Log message: Update to xf86-video-s3 0.6.4. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/05/13 14:37:17 Modified files: x11/xfce4/xfce4-genmon: Makefile distinfo x11/xfce4/xfce4-genmon/pkg: PLIST Log message: xfce4-genmon 3.4.0 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/13 14:45:50 Modified files: driver/xf86-video-siliconmotion: ChangeLog Makefile.in README aclocal.m4 config.h.in configure configure.ac ltmain.sh driver/xf86-video-siliconmotion/man: Makefile.in driver/xf86-video-siliconmotion/src: Makefile.in smi_driver.c Log message: Update to xf86-video siliconmotion 1.7.6 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/13 14:48:40 Modified files: driver/xf86-input-vmmouse: ChangeLog Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh driver/xf86-input-vmmouse/fdi: 11-x11-vmmouse.fdi Makefile.in driver/xf86-input-vmmouse/man: Makefile.in driver/xf86-input-vmmouse/shared: Makefile.in driver/xf86-input-vmmouse/src: Makefile.in vmmouse.c driver/xf86-input-vmmouse/tools: 69-xorg-vmmouse.rules.in Makefile.in Log message: Update to xf86-input-vmmouse 12.8.0 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/13 14:51:13 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/05/13 15:27:38 Modified files: devel/darcs : Makefile Log message: Add a 0.5 GB build dependency to get a 2.7 kB LaTeX package, which is required for a successful build and package. found and ok by jasper@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/05/13 18:02:33 Modified files: usr.sbin/snmpd : pf.c Log message: use the size of the struct not the size of the pointer for memset ok joel@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/05/13 20:41:13 Modified files: sys/sys : filedesc.h sys/kern : kern_descrip.c vfs_syscalls.c Log message: Remove the "vn_open() returning ENXIO means dup+close" hook that was used by the now defunct portalfs. Zero out fd_ofileflags[fd] when allocating an fd instead of when releasing it. ok krw@ matthew@ CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/05/13 23:02:42 Modified files: devel/p5-Error : Makefile distinfo Log message: Update p5-Error to 0.17018, from David Hill, I added REGRESS_DEPENDS. CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/05/14 00:04:45 Modified files: faq : faq13.html Log message: Added the "-loop 0" flag to the mplayer streaming example, as this results in far fewer disconnected streams. I've also sent an email to mplayer-docs mailing list suggestion this to be documented in the man page. "No objection" from Nick Holland (who also suggested fixing the man page). CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/05/14 00:19:51 Modified files: sbin/wsconsctl : map_parse.y Log message: ansi. no binary change CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/14 00:26:19 Modified files: net/neon : Makefile distinfo net/neon/patches: patch-configure net/neon/pkg : PLIST Removed files: net/neon/patches: patch-macros_neon_m4 patch-src_ne_openssl_c patch-src_ne_socket_c Log message: Update to neon-0.29.6; needed by a WIP csync port. tested in a bulk by jasper@, thanks! from Markus Schatzl with several tweaks from me ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/14 00:26:52 Modified files: sysutils/nut : Makefile Log message: Fix nut-xml after recent neon update. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/14 00:27:12 Modified files: audio/libmusicbrainz: Makefile Log message: Fix after recent neon update. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/14 00:37:31 Modified files: www/gtkhtml4 : Makefile distinfo Log message: bugfix update to 4.4.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/14 01:42:56 Modified files: databases/evolution-data-server: Makefile distinfo Log message: - bugfix update to 3.4.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/14 01:43:33 Modified files: databases/mysql: Tag: OPENBSD_5_1 Makefile distinfo databases/mysql/patches: Tag: OPENBSD_5_1 patch-sql_mysqld_cc databases/mysql/pkg: Tag: OPENBSD_5_1 PLIST-tests Removed files: databases/mysql/patches: Tag: OPENBSD_5_1 patch-sql_password_c patch-sql_sql_select_cc Log message: - update to 5.1.63 prompted by brad (MAINTAINER ok aja@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/14 01:47:05 Modified files: x11/i3 : Makefile Added files: x11/i3/patches : patch-i3bar_src_child_c Log message: i3bar: Don't crash when full_text is missing or null in the JSON input (upstream git commit 156a06e4958b1550dc8448556730e80b8b551289) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/14 01:50:36 Modified files: audio/vagalume : Makefile Log message: Fix LIB_DEPENDS to unbreak on a clean machine. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/14 01:54:23 Modified files: x11/i3status : Makefile distinfo x11/i3status/patches: patch-i3status_conf Removed files: x11/i3status/patches: patch-man_i3status_man Log message: - update to 2.5.1 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/14 02:07:00 Modified files: audio/pianobar : Makefile Added files: audio/pianobar/patches: patch-src_libpiano_request_c Log message: libpiano: add stationToken to addFeedback request: fixes thumbs up/down and move song (upstream git commit c4330c3f65b2eacd3433ba19b1483f6704303205) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/14 02:20:40 Modified files: graphics/feh : Makefile graphics/feh/patches: patch-man_feh_pre Log message: Documentation fixes; from upstream git CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/14 02:26:11 Modified files: net/hs-pb : Makefile Log message: github and pastebin api's changed too much and won't work anymore CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/14 02:44:11 Modified files: net : Makefile Log message: unhook hs-pb CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/14 02:44:46 Removed files: net/hs-pb : Makefile distinfo net/hs-pb/pkg : DESCR PLIST Log message: Zap this, this project is completely useless without gists/pastebin and upstream is dead. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/14 02:49:54 Modified files: security/gnupg2: Makefile security/gnupg2/pkg: PLIST Added files: security/gnupg2/patches: patch-scd_Makefile_in patch-scd_apdu_c Log message: Re-enable smartcard support: it works again with rthreads. Internal CCID driver only, as it was before. OK pea@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/14 03:08:56 Modified files: net/p5-Net-DNS : Makefile distinfo net/p5-Net-DNS/pkg: PLIST Log message: update to Net::DNS 0.68, from dhill - drop USE_GROFF while there CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/14 03:33:48 Modified files: security/p5-Digest-BubbleBabble: Makefile distinfo Log message: update to Digest::BubbleBabble 0.02 from dhill - update license marker, it is not specifically "artistic" it is "under the same terms as perl itself" so just use "Perl". CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/14 03:47:12 Modified files: x11/gnome/color-manager: Makefile distinfo Log message: Minor update to gnome-color-manager-3.4.2. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/14 03:52:26 Modified files: converters/p5-Convert-Base32: Makefile distinfo Log message: update to Convert::Base32 0.06, from dhill CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/05/14 03:56:13 Modified files: sysutils/ddrescue: Makefile distinfo sysutils/ddrescue/patches: patch-configure sysutils/ddrescue/pkg: PLIST Added files: sysutils/ddrescue/patches: patch-Makefile_in Log message: Update to 1.15; doesn't need groff. ok ajacoutot@ sthen@ giovanni@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/14 03:58:59 Modified files: mail/evolution : Makefile distinfo Log message: Bugfix update to evolution-3.4.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/14 03:59:14 Modified files: mail/evolution-ews: Makefile distinfo Log message: Bugfix update to evolution-ews-3.4.2. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/14 04:03:58 Modified files: net/p5-Net-Netmask: Makefile distinfo Log message: update to Net::Netmask 1.9015 from dhill - drop maintainer per his request CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/14 04:06:49 Modified files: sysutils/p5-Sys-Syscall: Makefile distinfo sysutils/p5-Sys-Syscall/pkg: PLIST Log message: update Sys::Syscall to 0.23 (test fix only) - drop maintainer per his request. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/14 04:08:54 Modified files: net/p5-Danga-Socket: Makefile Log message: drop maintainer per his request CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/05/14 04:14:44 Modified files: sys/dev/pci : if_em.c Log message: trigger tx start routine when link goes up to prevent a lockup situation when send queue is full and no rx interrupt happen. initial diff and tests by erik lax, , ok jsg CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/05/14 04:17:21 Modified files: usr.sbin/ldpd : interface.c usr.sbin/ospfd : interface.c Log message: Don't display a nonsense uptime for an inactive interface. ldpd fix from Rafael Zalamena on tech@, I also applied it to ospfd. ok phessler@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/14 04:49:47 Modified files: mail/getmail : Makefile distinfo Log message: Update to getmail 4.26.0, from maintainer Tim van der Molen CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/14 05:15:42 Log message: Import fonts/gohufont. Gohufont is a monospace bitmap font well suited for programming and terminal use. It is intended to be very legible and offers very discernable glyphs for all characters, including signs and symbols. From maintainer Tobias Ulmer, with tweaks by sthen@ and me. OK sthen@ Status: Vendor Tag: dcoppa Release Tags: dcoppa_20120514 N ports/fonts/gohufont/Makefile N ports/fonts/gohufont/distinfo N ports/fonts/gohufont/pkg/DESCR N ports/fonts/gohufont/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/14 05:20:16 Modified files: fonts : Makefile Log message: +gohufont CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/14 05:25:59 Modified files: net/p5-Net-CIDR: Makefile distinfo Log message: update to Net::CIDR 0.15, from dhill - ok/updated email address from maintainer Matteo Cantoni CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/14 05:26:25 Modified files: net/p5-Net-CIDR-Lite: Makefile distinfo Log message: update to Net::Cidr::Lite 0.21 - ok/updated email address from maintainer Matteo Cantoni CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/14 05:27:25 Modified files: comms/p5-Device-Gsm: Makefile distinfo comms/p5-Device-Gsm/pkg: PLIST Log message: update to Device::GSM 1.58 from dhill and update maintainer email CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/05/14 07:29:36 Modified files: . : 51.html Log message: Removed incorrect reference to xf86-video-ati being updated to 6.14.3. This was reverted prior to 5.1 release. Spotted by Linus Backlund. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/14 07:30:12 Modified files: fonts/gohufont : Makefile fonts/gohufont/pkg: PLIST Log message: pkg(1) already takes care of fonts.dir using the @fontdir marker. While here, create a fonts.alias. ok dcoppa@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/14 07:34:26 Modified files: x11/gnome/menus: Makefile distinfo x11/gnome/menus/pkg: PLIST Log message: Minor update to gnome-menus-3.4.2. * new translations CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/14 07:35:44 Modified files: x11/gnome/tweak-tool: Makefile distinfo x11/gnome/tweak-tool/pkg: PLIST Log message: Update to stable gnome-tweak-tool-3.4.0. CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/05/14 07:38:08 Modified files: . : plus.html Log message: For completeness, mention the xf86-video-ati commit here (when it stayed committed). Diff from Steffen Daode Nurpmeso. CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/05/14 07:47:20 Modified files: mail/msmtp : Makefile distinfo Log message: update to 1.4.28; OK dcoppa@ tests done by Juan Francisco Cantero Hurtado and gonzalo@ (thanks!) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/14 07:48:49 Modified files: multimedia/xine-lib: Makefile multimedia/xine-lib/patches: patch-src_combined_ffmpeg_ff_video_decoder_c Log message: Some fixes from upstream: - Convert full range YUV to MPEG range. - Fix cropping. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/14 07:51:01 Modified files: x11/gnome/session: Makefile distinfo x11/gnome/session/pkg: PLIST Log message: Minor update to gnome-session-3.4.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/14 07:52:52 Modified files: x11/gnome/desktop: Makefile distinfo x11/gnome/desktop/pkg: PLIST Log message: Bugfix update to gnome-desktop-3.4.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/14 07:53:30 Modified files: meta/gnome : Makefile Log message: Enters GNOME 3.4.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/14 07:57:09 Modified files: net/dnsmasq : Makefile Added files: net/dnsmasq/patches: patch-src_dnsmasq_c patch-src_lease_c patch-src_radv-protocol_h patch-src_radv_c Log message: Several fixes from upstream: - Fixed bug which caused missing periodic router advertisements with some configurations. - Cope with router-solict packets which don't have a valid source address. from Brad CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/14 08:02:09 Modified files: x11/gnome/ghex : Makefile distinfo Log message: - update to 3.4.1 CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/05/14 08:17:30 Modified files: sys/dev/pci : if_bnx.c Log message: fixup "couldn't establish interrupt" error printf; from brad, ok phessler CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/14 08:30:32 Modified files: x11/gnome/panel: Makefile distinfo x11/gnome/panel/pkg: PLIST Log message: - update to 3.4.2 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/14 08:59:58 Modified files: net/arp-scan : Makefile Log message: missing BUILD_DEPENDENCY CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/14 09:25:46 Modified files: x11/gnome/backgrounds: Makefile distinfo Log message: - update to 3.4.2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/14 09:34:58 Modified files: x11/gnome/tweak-tool: Makefile distinfo Log message: - update to gnome-tweak-tool-3.4.0.1. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/14 10:46:17 Modified files: devel/libwnck3 : Makefile distinfo Log message: - update to 3.4.2 CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2012/05/14 10:58:46 Modified files: etc/mail : spamd.conf Log message: remove korea and china examples, as these files don't mirror reliably and have been stubbed on openbsd.org anyway ok millert@ robert@ otto@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/14 11:18:16 Modified files: devel/py-gobject3: Makefile distinfo Log message: Bugfix update to py-gobject3-3.2.2. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/05/14 11:20:58 Modified files: geo/p5-Geo-StreetAddress-US: Makefile distinfo Log message: update p5-Geo-StreetAddress-US to 1.03, from david hill. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/14 11:45:16 Modified files: audio/pulseaudio: Makefile distinfo audio/pulseaudio/patches: patch-configure_ac patch-src_Makefile_in patch-src_pulse_context_c patch-src_pulsecore_pstream_c patch-src_utils_padsp_c audio/pulseaudio/pkg: PLIST Log message: Update to pulseaudio-2.0. ok robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/14 11:46:22 Modified files: x11/gnome/controlcenter: Makefile x11/gnome/settings-daemon: Makefile x11/gnome/settings-daemon/patches: patch-configure_ac x11/gnome/empathy: Makefile Log message: Add -rpath after pulseaudio update. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/14 12:01:07 Modified files: x11/gnome/online-accounts: Makefile distinfo x11/gnome/online-accounts/pkg: PLIST Log message: - update to 3.4.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/14 12:28:00 Modified files: x11/gnome/panel: Makefile distinfo Log message: - update to 3.4.2.1 CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/05/14 12:31:43 Modified files: graphics/blender: Makefile distinfo graphics/blender/patches: patch-source_blender_blenloader_intern_writefile_c patch-source_gameengine_Ketsji_CMakeLists_txt graphics/blender/pkg: PLIST Log message: Update to blender 2.63a, mostly bugfixes. While here, delete a non-working mirror. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/05/14 13:24:33 Modified files: devel/cmake : Makefile Added files: devel/cmake/patches: patch-Modules_FindwxWidgets_cmake Log message: Set wxWidgets_INCLUDE_DIRS_NO_SYSTEM. This prevents compiler errors with cmake/wxwidgets: "error: template with C linkage" See the variable's comments and links in /usr/local/share/cmake/Modules/FindwxWidgets.cmake for more information. ok dcoppa@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/14 13:36:34 Modified files: x11/gnome/tweak-tool: Makefile Log message: Patch commited upstream. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/14 13:55:43 Modified files: x11/gnome/file-roller: Makefile distinfo x11/gnome/file-roller/pkg: PLIST-main Log message: - update to 3.4.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/14 13:56:49 Modified files: x11/gnome/themes-standard: Makefile distinfo Log message: - update to 3.4.2 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/14 14:08:23 Modified files: databases/pkglocatedb: Makefile Log message: work-around bug CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/14 14:09:37 Modified files: x11/gnome/mousetweaks: Makefile distinfo Log message: - update to 3.4.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/14 14:11:50 Modified files: graphics/gthumb: Makefile distinfo graphics/gthumb/pkg: PLIST Log message: - update to 3.0.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/14 14:11:59 Modified files: x11/gnome/vino : Makefile distinfo Log message: - update to 3.4.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/14 14:14:58 Modified files: x11/gnome/vinagre: Makefile distinfo Log message: - update to 3.4.2 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/14 14:16:06 Modified files: driver/xf86-video-i128: COPYING ChangeLog Makefile.am Makefile.in README aclocal.m4 config.h.in configure configure.ac ltmain.sh driver/xf86-video-i128/man: Makefile.am Makefile.in i128.man driver/xf86-video-i128/src: Makefile.in i128_driver.c i128accel.c i128dga.c i128init.c i128reg.h Added files: driver/xf86-video-i128: INSTALL Removed files: driver/xf86-video-i128: README.sgml Log message: Update to xf86-video-i128 1.3.5 CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2012/05/14 14:42:35 Modified files: . : want.html Log message: Remove items currently being taken care of, or which I can't afford the room for. Also, I'm looking for a new ceiling, but that's probably not the best place to mention this. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/14 14:46:18 Modified files: driver/xf86-video-mga: ChangeLog Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh driver/xf86-video-mga/man: Makefile.am Makefile.in mga.man driver/xf86-video-mga/src: Makefile.am Makefile.in binding.h client.h mga.h mga_common.h mga_dacG.c mga_dga.c mga_dri.c mga_dri.h mga_dripriv.h mga_driver.c mga_esc.c mga_exa.c mga_macros.h mga_merge.c mga_reg.h mga_sarea.h mga_storm.c mga_vga.c mga_video.c mgareg_flags.h driver/xf86-video-mga/util: Makefile.in stormdwg.c Removed files: driver/xf86-video-mga/src: clientlx.c Log message: Update to xf86-video-mga 1.5.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/14 14:58:14 Modified files: net/socat : Makefile distinfo net/socat/patches: patch-doc_socat_1 net/socat/pkg : PLIST Log message: SECURITY update to socat 1.7.2.1, CVE-2012-0219: heap based buffer overflow with potential for arbitrary code execution if malicious data is output to READLINE without option "prompt" or "noprompt". OK nigel@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/14 15:01:25 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/05/14 17:21:35 Modified files: include : unistd.h lib/libc/gen : sysconf.c lib/libc : shlib_version lib/libpthread/include: pthread.h sys/sys : unistd.h Log message: More sysconf(3)-y and pathconf(3)-y goodness from Brad. ok guenther, millert (and me); bulk build test by naddy CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/05/14 17:39:39 Modified files: lang/gcc/4.6 : Makefile Added files: lang/gcc/4.6/patches: patch-libstdc++-v3_include_std_mutex Log message: Fix build with Brad's sysconf(3) diff, found by naddy@ in his bulk build. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/14 23:49:08 Modified files: x11/gnome/at-spi2-core: Makefile distinfo Log message: Bugfix update to at-spi2-core-2.4.2. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/14 23:52:49 xenocara/app/fslsfonts/man Update of /cvs/xenocara/app/fslsfonts/man In directory cvs.openbsd.org:/tmp/cvs-serv29731/man Log Message: Directory /cvs/xenocara/app/fslsfonts/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/14 23:53:55 Modified files: app/fslsfonts : ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac fslsfonts.c Added files: app/fslsfonts/man: Makefile.am Makefile.in fslsfonts.man Removed files: app/fslsfonts : fslsfonts.man Log message: Update to fslsfonts 1.0.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/14 23:55:31 xenocara/app/fstobdf/man Update of /cvs/xenocara/app/fstobdf/man In directory cvs.openbsd.org:/tmp/cvs-serv11932/man Log Message: Directory /cvs/xenocara/app/fstobdf/man added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/14 23:55:55 Modified files: x11/gnome/orca : Makefile distinfo Log message: Bugfix update to orca-3.4.2. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/14 23:56:24 Modified files: app/fstobdf : COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 chars.c configure configure.ac fstobdf.c fstobdf.h header.c props.c Added files: app/fstobdf/man: Makefile.am Makefile.in fstobdf.man Removed files: app/fstobdf : fstobdf.man Log message: Update fstobdf to version 1.0.5 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/14 23:59:29 Modified files: app/xinput : ChangeLog Makefile.in aclocal.m4 configure configure.ac app/xinput/man : Makefile.in app/xinput/src : Makefile.in list.c Log message: Update to xinput 1.5.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/15 00:01:19 xenocara/app/xlsfonts/man Update of /cvs/xenocara/app/xlsfonts/man In directory cvs.openbsd.org:/tmp/cvs-serv9419/man Log Message: Directory /cvs/xenocara/app/xlsfonts/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/15 00:03:17 Modified files: app/xlsfonts : COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac dsimple.c dsimple.h xlsfonts.c Added files: app/xlsfonts : xlsfonts.xml app/xlsfonts/man: Makefile.am Makefile.in xlsfonts.man Removed files: app/xlsfonts : autogen.sh xlsfonts.man xlsfonts.sgml Log message: Update to xlsfonts 1.0.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/15 00:05:48 Modified files: app/xmodmap : ChangeLog config.h.in configure configure.ac Log message: Update to xmodmap 1.0.7 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/15 00:11:32 Modified files: app/xkbcomp : ChangeLog Makefile.am Makefile.in aclocal.m4 alias.c compat.c configure configure.ac geometry.c parseutils.c symbols.c utils.h xkbcomp.c xkbscan.c app/xkbcomp/man: Makefile.in xkbcomp.man Added files: app/xkbcomp : xkbcomp.pc.in Log message: Update to xkbcomp 1.2.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/15 00:12:09 Modified files: font/util : ChangeLog Makefile.in aclocal.m4 bdftruncate.c configure configure.ac fontutil.m4.in ucs2any.c font/util/man : Makefile.in Log message: Update to font-util 1.3.0 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/15 00:19:27 Modified files: driver/xf86-video-mach64: ChangeLog Makefile.am Makefile.in README aclocal.m4 config.h.in configure configure.ac ltmain.sh driver/xf86-video-mach64/man: Makefile.am Makefile.in driver/xf86-video-mach64/src: Makefile.in aticonfig.c aticonsole.c atidga.c atidri.c atii2c.c atiload.c atimach64exa.c atimach64i2c.c atimach64probe.c atimach64xv.c atimode.c atipreinit.c atiprint.c atiprobe.c atiscreen.c atistruct.h atividmem.c Added files: driver/xf86-video-mach64: INSTALL Removed files: driver/xf86-video-mach64: README.ati README.ati.sgml Log message: Update to xf86-video-mach64 6.9.1 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/15 00:20:09 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/15 00:26:37 Modified files: multimedia/gstreamer-0.10/mm: Makefile distinfo Log message: Update to gstreamermm-0.10.10.2. * Plugins: Remove conflict with GStreamer *_get_type() function names. This fixes the deadlock when starting subtitleeditor. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/15 00:31:35 Modified files: devel/glib2 : Makefile distinfo devel/glib2/pkg: PLIST-main Log message: Bugfix update to glib2-2.32.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/15 00:53:39 Modified files: x11/gnome/nautilus: Makefile distinfo Log message: Bugfix update to nautilus-3.4.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/15 01:20:37 Modified files: security/samhain: Makefile Log message: Tweak error message; FLAVORs can be either conflicting or unknown. No pkg change. ok robert@ (maintainer) CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2012/05/15 01:23:05 Modified files: usr.sbin/nginx/src/http: ngx_http_core_module.c Log message: move the chroot path stripping into a different function to make sure that we always include aliases as well, to make "user directories work" tested by jasper@ and sthen@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/15 02:05:19 Modified files: www/cntlm : Makefile www/cntlm/patches: patch-Makefile Log message: Simplify; no pkg changes. Based on a diff by sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/15 02:07:27 Modified files: textproc/hs-attoparsec: Makefile Log message: unbreak by fixing the dependencies ok kili@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/05/15 02:14:29 Modified files: usr.sbin/pkg_add/OpenBSD: PackingElement.pm PackingList.pm Log message: allow elements to remove themselves from PackingList, adjust visit accordingly. Make sure obsolete stuff ->add returns undef, unconfuses PkgCreate. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/05/15 02:15:45 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: less hackish test for LIB*VERSION: after building the element, redo a check based on the non-subst version, so we can: - actually parse the library name - check we depend upon the right variable CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/05/15 02:32:00 Modified files: . : 51.html Log message: At request of Matthieu Herrb, remove mention of xf86-video-ati completely, since we don't specifically mention other drivers. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/15 02:36:28 Modified files: devel/cmake : Makefile devel/cmake/patches: patch-Modules_FindwxWidgets_cmake Log message: Sync with what bentley@ pushed upstream. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/15 02:45:12 Modified files: devel/luarings : Makefile devel/luarings/pkg: PLIST Log message: - use ${PREFIX}/share/doc/ instead of ${PREFIX}/doc/ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/05/15 02:59:12 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: supplementary magic code, not active yet CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/15 03:47:03 Modified files: security/samhain: Makefile security/samhain/pkg: DESCR-client DESCR-main DESCR-server Log message: Make -server and -client RUN_DEPENDS on -main. Make DESCR consisten. ok robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/15 04:10:13 Modified files: infrastructure/lib/DPB: PkgPath.pm Added files: infrastructure/lib/DPB: BasePkgPath.pm Log message: split the PkgPath component into a base class so that sqlports will be able to reuse it CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/15 05:23:37 Modified files: x11/gtksourceview3: Makefile distinfo Log message: - update to 3.4.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/15 05:24:11 Modified files: x11/gnome/gcalctool: Makefile distinfo Log message: - update to 3.4.2.1 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/15 05:48:07 Modified files: infrastructure/mk: pkgpath.mk Log message: whine for pkgpaths with extra / CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/15 05:48:14 Modified files: geo/osm-gps-map: Makefile geo/osm-gps-map/pkg: PLIST Log message: - fix location of docs CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/15 06:25:17 Modified files: lang/lua : lua.port.mk Log message: add MODLUA_DOCDIR, this will help when we have two lua versions with which ports can be built with.. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/05/15 06:26:34 Modified files: share/man/man5 : port-modules.5 Log message: sync lua.port.mk and sort a few variables. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/05/15 06:48:32 Modified files: sys/dev/usb : usb.c usbdivar.h Log message: Don't use a pointer to an opaque softc, we'll need to access its unit number. No functional change. ok miod@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/05/15 06:52:44 Modified files: sys/dev/usb : usb_subr.c Log message: Set the usb(4) unit number as bus number. This fixes a possible conflict where machines with two controllers with the same unit number (i.e. ehci0 and uhci0) would have reported to buses 0. ok miod@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/05/15 07:19:43 Modified files: share/man/man5 : bsd.port.mk.5 Log message: .Xr mk.conf(5) from bsd.port.mk(5) as it has useful information about variables which affect port builds (DEBUG and so on). ok ajacoutot@ jasper@ CVSROOT: /cvs Module name: ports Changes by: mpi@cvs.openbsd.org 2012/05/15 07:44:52 Log message: Import usbutils-005 Utility used to display information about USB devices. ok sthen@, ajacoutot@ (on a previous diff) Status: Vendor Tag: mpi Release Tags: mpi_20120515 N ports/sysutils/usbutils/Makefile N ports/sysutils/usbutils/distinfo N ports/sysutils/usbutils/patches/patch-lsusb_c N ports/sysutils/usbutils/patches/patch-Makefile_am N ports/sysutils/usbutils/patches/patch-lsusb_8_in N ports/sysutils/usbutils/pkg/DESCR N ports/sysutils/usbutils/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mpi@cvs.openbsd.org 2012/05/15 07:46:03 Modified files: sysutils : Makefile Log message: +usbutils CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/15 08:00:46 Modified files: devel/gsettings-desktop-schemas: Makefile distinfo Log message: Minor update to gsettings-desktop-schemas-3.4.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/15 08:02:46 Modified files: net/glib2-networking: Makefile distinfo Log message: Bugfix update to glib2-networking-2.32.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/15 08:05:24 Modified files: x11/gnome/yelp-xsl: Makefile distinfo Log message: Bugfix update to yelp-xsl-3.4.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/15 08:21:55 Modified files: x11/gnome/settings-daemon: Makefile distinfo x11/gnome/settings-daemon/patches: patch-configure_ac Log message: Bugfix update to gnome-settings-daemon-3.4.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/15 08:31:18 Modified files: x11/gnome/controlcenter: Makefile distinfo x11/gnome/controlcenter/patches: patch-configure patch-panels_Makefile_in patch-panels_common_Makefile_in patch-panels_user-accounts_Makefile_in Log message: Bugfix update to gnome-control-center-3.4.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/15 08:32:43 Modified files: x11/gnome/totem-pl-parser: Makefile distinfo x11/gnome/totem-pl-parser/pkg: PLIST Log message: Bugfix update to totem-pl-parser-3.4.2. * fix possible crash with newer versions of GLib/GThread CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/05/15 08:34:33 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: ports Changes by: jasper@cvs.openbsd.org 2012/05/15 09:11:06 Modified files: lang/lua : lua.port.mk Log message: add MODLUA_EXAMPLEDIR too CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/05/15 09:11:46 Modified files: share/man/man5 : port-modules.5 Log message: sync with lua.port.mk CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/15 09:15:19 Modified files: textproc/luaexpat: Makefile textproc/luaexpat/pkg: PLIST Log message: adjust to new lua.port.mk CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/05/15 09:16:02 Added files: graphics/darktable/patches: patch-src_gui_camera_import_dialog_c Log message: strptime is XPG4v2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/15 09:16:05 Modified files: graphics/luagd : Makefile graphics/luagd/pkg: PLIST mail/osbf-lua : Makefile mail/osbf-lua/pkg: PLIST net/luasocket : Makefile net/luasocket/pkg: PLIST Log message: adjust to new lua.port.mk CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/15 09:16:29 Modified files: devel/lua-lgi : Makefile devel/lua-lgi/pkg: PLIST devel/luabitop : Makefile devel/luabitop/pkg: PLIST devel/luacopas : Makefile devel/luacopas/pkg: PLIST devel/luadoc : Makefile devel/luadoc/pkg: PLIST devel/luafs : Makefile devel/luafs/pkg: PLIST devel/luapack : Makefile devel/luapack/pkg: PLIST devel/luaprofiler: Makefile devel/luaprofiler/pkg: PLIST devel/luarexlib: Makefile devel/luarexlib/pkg: PLIST devel/luarings : Makefile devel/luarings/pkg: PLIST devel/luastdlib: Makefile devel/luastdlib/pkg: PLIST devel/lpeg : Makefile devel/lpeg/pkg : PLIST Log message: adjust to new lua.port.mk CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/15 09:19:37 Modified files: security/luacrypto: Makefile security/luacrypto/pkg: PLIST security/luasec: Makefile security/luasec/pkg: PLIST Log message: adjust to new lua.port.mk CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/15 09:38:30 Modified files: textproc/oniguruma: Makefile distinfo Log message: - update to 5.9.2 CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/05/15 09:42:10 Modified files: de : 51.html events.html faq/de : faq13.html faq/fr : faq13.html faq/nl : faq13.html fr : 51.html want.html lt : anoncvs.html armish.html donations.html errata.html errata39.html errata40.html errata41.html ftp.html index.html landisk.html plat.html stable.html vax-simh.html vax.html papers/de : index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/15 09:48:57 Modified files: databases/evolution-data-server/patches: patch-libedataserver_e-time-utils_c Log message: Link to BZ. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/15 10:17:27 Modified files: audio/libdca : Makefile Added files: audio/libdca/patches: patch-libdca_bitstream_c patch-libdca_parse_c patch-libdca_tables_fir_h patch-libdca_tables_huffman_h patch-libdca_tables_quantization_h Log message: Some bug fixes from upstream: - Fix random crashes caused by invalid 32-bit shifts on 32-bit values. - Mark tables as static constants. - Change output normalisation factor from 3/2 to sqrt(2). - Sanity check for subframes and prim_channels to avoid crashes with invalid streams. - Avoid crashing with invalid frames setting a bitalloc_huffman component to 7. While here, tweak COMMENT and remove USE_GROFF. from Brad CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/15 10:35:23 Modified files: . : INDEX Log message: regen 772 insertions(+), 734 deletions(-) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/15 11:34:05 Modified files: databases/luasqlite3: Makefile databases/luasqlite3/pkg: PLIST Log message: sync with new lua.port.mk CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/15 11:37:34 Modified files: www/node : Makefile distinfo www/node/patches: patch-lib_module_js patch-wscript Log message: - update to 0.6.18 ok MAINTAINER CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/15 11:38:00 Modified files: sysutils/luastatgrab: Makefile sysutils/luastatgrab/pkg: PLIST Log message: sync with new lua.port.mk CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2012/05/15 11:41:04 Modified files: distrib/sets/lists/xserv: md.amd64 md.i386 distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: www Changes by: austin@cvs.openbsd.org 2012/05/15 11:57:18 Modified files: . : orders.html Log message: New reseller: JIMAZ, Prague, Czech Republic CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/15 12:03:18 Modified files: lang/lua : lua.port.mk Log message: add support for retrieving MODLUA_WANTLIB and MODLUA_LIB_DEPENDS through the module. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/15 12:03:59 Modified files: astro/celestia : Makefile Log message: switch to lua module CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/15 12:04:13 Modified files: audio/aqualung : Makefile Log message: - switch to lua module - regen WANTLIB while here CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/15 12:14:01 Modified files: games/boswars : Makefile games/love : Makefile Log message: switch to lua.port.mk CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/15 12:14:44 Modified files: lang/lua : lua.port.mk Log message: add MODLUA_BUILD_DEP and rename MODLUA_RUN_DEP for consistency CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/15 12:15:10 Modified files: games/lostpixels: Makefile Log message: switch to lua.port.mk now that we can toggle MODLUA_BUILD_DEP CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/15 12:17:50 Modified files: sys/arch/sgi/sgi: ip22_machdep.c Log message: revert a chunk introduced in 1.7 which was not supposed to be there yet CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/15 12:21:12 Modified files: games/naev/base: Makefile games/love : Makefile games/freedroidrpg: Makefile games/xmoto : Makefile Log message: switch to lua.port.mk and a few tweaks CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/15 12:22:18 Modified files: editors/texworks: Makefile Log message: cleanup CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/15 12:28:36 Modified files: mail/imapfilter: Makefile net/nmap : Makefile net/prosody : Makefile Log message: various lua tweaks CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/15 12:29:31 Modified files: x11/gnome/gvfs : Makefile distinfo Removed files: x11/gnome/gvfs/patches: patch-daemon_gvfsafpvolume_c Log message: Bugfix update to gvfs-1.12.3. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/15 13:24:21 Modified files: games/lostpixels: Makefile lang/lua : lua.port.mk Log message: drop an underscore CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2012/05/15 13:32:02 Modified files: usr.bin/patch : patch.c Log message: Fix confusing patch(1) output on failure when using -C. From dragonflybsd via Loganaden Velvindron. OK mikeb@ and deraadt@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/15 13:38:02 Modified files: net/quvi/libquvi: Makefile productivity/taskwarrior: Makefile sysutils/conky : Makefile textproc/highlight: Makefile www/lighttpd : Makefile x11/awesome : Makefile x11/ion : Makefile x11/e17/e : Makefile x11/e17/edje : Makefile Log message: switch to lua.port.mk CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/15 13:48:30 Modified files: archivers/luazlib: Makefile devel/luaevent : Makefile devel/luarexlib: Makefile Log message: use MODLUA_WANTLIB CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/05/15 13:51:53 Modified files: audio/vorbis-tools: Makefile Added files: audio/vorbis-tools/patches: patch-ogg123_ogg123_c Log message: fix crash on SIGINT or end of file, reported by Thomas Pfaff CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/05/15 13:58:55 Modified files: . : orders.html Log message: typo CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/05/15 14:30:05 Modified files: sys/dev/pci : puc.c Log message: Allow for serial console on com@puc. Not perfect but should handle the common cases. ok mikeb@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/15 14:36:28 Modified files: databases/luasqlite3: Makefile databases/luasqlite3/pkg: PLIST graphics/luagd : Makefile graphics/luagd/pkg: PLIST security/luasec: Makefile security/luasec/pkg: PLIST net/luasocket : Makefile net/luasocket/pkg: PLIST Removed files: databases/luasqlite3/pkg: PFRAG.shared graphics/luagd/pkg: PFRAG.shared security/luasec/pkg: PFRAG.shared net/luasocket/pkg: PFRAG.shared Log message: fold PFRAG.shared into PLIST CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/15 14:45:12 Modified files: devel/luarexlib: Makefile devel/luarexlib/pkg: PLIST devel/lua-lgi : Makefile devel/lua-lgi/pkg: PLIST devel/luafs : Makefile devel/luafs/pkg: PLIST devel/luabitop : Makefile devel/luabitop/pkg: PLIST Removed files: devel/luarexlib/pkg: PFRAG.shared devel/lua-lgi/pkg: PFRAG.shared devel/luafs/pkg: PFRAG.shared devel/luabitop/pkg: PFRAG.shared Log message: fold PFRAG.shared into PLIST, all this was SHARED_ONLY already anyway. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/15 15:31:01 xenocara/driver/xf86-video-openchrome/tools Update of /cvs/xenocara/driver/xf86-video-openchrome/tools In directory cvs.openbsd.org:/tmp/cvs-serv14346/tools Log Message: Directory /cvs/xenocara/driver/xf86-video-openchrome/tools added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/15 15:32:57 Modified files: driver/xf86-video-openchrome: ChangeLog Makefile.am Makefile.in NEWS README aclocal.m4 config.h.in configure configure.ac driver/xf86-video-openchrome/libxvmc: Makefile.in driver/xf86-video-openchrome/man: Makefile.in openchrome.man driver/xf86-video-openchrome/src: Makefile.am Makefile.in via.h via_accel.c via_bandwidth.c via_bios.h via_crtc.c via_cursor.c via_dga.c via_dri.c via_driver.c via_driver.h via_i2c.c via_id.c via_id.h via_lvds.c via_memcpy.c via_mode.c via_mode.h via_panel.c via_swov.c via_swov.h via_timing.h via_vbe.c via_vgahw.c via_video.c via_video.h via_vt162x.c via_xvmc.c Added files: driver/xf86-video-openchrome: compile driver/xf86-video-openchrome/src: version.h driver/xf86-video-openchrome/tools: Makefile.am Makefile.in registers.c Removed files: driver/xf86-video-openchrome/src: svnversion.h Log message: Update xf86-video-openchrome to 0.2.905 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/15 15:59:21 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: www Changes by: austin@cvs.openbsd.org 2012/05/15 16:15:24 Modified files: . : orders.html Log message: Fix phone number. I see someone beat me to it, fixing country heading! CVSROOT: /cvs Module name: www Changes by: austin@cvs.openbsd.org 2012/05/15 16:31:33 Modified files: . : orders.html Log message: Fix phone number for Jimaz; also, no more dealers in Italy. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/05/15 19:04:36 Modified files: app/cwm : calmwm.h menu.c xevents.c xutil.c Log message: convert from deprecated XKeycodeToKeysym to XkbKeycodeToKeysym ok sthen@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/05/15 19:09:17 Modified files: app/cwm : calmwm.h client.c xevents.c Log message: cycle through other common cycling modifiers; based on a diff from Alexander Polakov. ok sthen@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/05/15 19:10:11 Modified files: app/cwm : group.c Log message: fix comment CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/05/15 19:17:14 Modified files: app/cwm : calmwm.c calmwm.h xutil.c Log message: instead of using the menu window for _NET_SUPPORTING_WM_CHECK, create a dummy one to use instead; allows us to not have to wait for menu_init(), so re-shuffle _NET_SUPPORTED slightly. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/16 00:10:18 Log message: import logfmon 1.1 The logfmon daemon monitors a set of syslog log files and matches each new entry against the rules defined in its configuration file. Each rule may be tested against entries from a single file, a set of files or from all files. Depending on the rule, a command may be executed or the entry may be ignored. All unmatched messages are batched together and mailed every 15 minutes, or whatever alternative time is specified in the configuration file. from Tom Doherty ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20121605 N ports/sysutils/logfmon/Makefile N ports/sysutils/logfmon/distinfo N ports/sysutils/logfmon/pkg/PLIST N ports/sysutils/logfmon/pkg/DESCR N ports/sysutils/logfmon/pkg/logfmon.rc N ports/sysutils/logfmon/patches/patch-Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/16 00:11:04 Modified files: sysutils : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/16 00:12:04 Modified files: x11/gnome/yelp : Makefile distinfo Log message: Minor update to yelp-3.4.2. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/16 00:36:56 Modified files: infrastructure/mk: bsd.port.mk Log message: don't append ccache to BUILD_DEPENDS if NO_BUILD is set to Yes ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/16 01:09:40 ports/graphics/gdk-pixbuf2/patches Update of /cvs/ports/graphics/gdk-pixbuf2/patches In directory cvs.openbsd.org:/tmp/cvs-serv21477/patches Log Message: Directory /cvs/ports/graphics/gdk-pixbuf2/patches added to the repository --> Using per-directory sticky tag `OPENBSD_5_1' CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/05/16 01:16:13 Modified files: www/midori : Makefile distinfo www/midori/patches: patch-wscript www/midori/pkg : PLIST Log message: Update to midori 0.4.6. See http://mail.xfce.org/pipermail/xfce-announce/2012-May/000196.html CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/16 01:19:35 Modified files: graphics/gdk-pixbuf2: Tag: OPENBSD_5_1 Makefile Added files: graphics/gdk-pixbuf2/patches: Tag: OPENBSD_5_1 patch-gdk-pixbuf_io-xbm_c Log message: Security fix for SA49125, gdk-pixbuf "read_bitmap_file_data()" Integer Overflow Vulnerability ok aja@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/16 01:47:21 Modified files: sysutils/eventlog: Makefile Log message: Better COMMENT. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/16 02:22:22 Modified files: infrastructure/lib/DPB: BasePkgPath.pm PkgPath.pm Log message: adjust interface slightly CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/16 02:29:01 Modified files: net/socat : Tag: OPENBSD_5_1 Makefile Added files: net/socat/patches: Tag: OPENBSD_5_1 patch-xio-readline_c Log message: Security fix for CVE-2012-0219, socat "xioscan_readline()" Buffer Overflow Vulnerability ok nigel@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/16 02:57:14 Modified files: audio/p5-MP4-Info: Makefile distinfo Log message: update to MP4::Info 1.13, from dhill. drop maintainer as per his request. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/16 02:57:14 Modified files: net/p5-Net-Dict: Makefile distinfo Log message: update to Net::Dict 2.09 from dhill, ok maintainer CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/05/16 02:57:21 Modified files: usr.sbin/unbound/daemon: remote.c remote.h worker.c worker.h usr.sbin/unbound/doc: Changelog usr.sbin/unbound/libunbound: libworker.c usr.sbin/unbound/services: listen_dnsport.c listen_dnsport.h usr.sbin/unbound/smallapp: worker_cb.c usr.sbin/unbound/util: fptr_wlist.c fptr_wlist.h netevent.c netevent.h Log message: Don't spin accept() when hitting ENFILE/EMFILE. Upstream r2663. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/05/16 03:15:57 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: Stop lying about my location. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/16 03:36:53 Modified files: security/samhain: Makefile Log message: Fix dependency loop; spotted by robert@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/16 03:41:32 ports/devel/luadoc/patches Update of /cvs/ports/devel/luadoc/patches In directory cvs.openbsd.org:/tmp/cvs-serv12768/patches Log Message: Directory /cvs/ports/devel/luadoc/patches added to the repository CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/05/16 03:48:38 Modified files: sys/netinet6 : nd6_nbr.c Log message: rfc 4861 mandates that target link local address must be included with a neighbour advertisment sent to a multicast address; nits & ok bluhm CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/16 05:15:23 Modified files: meta/gnome : Makefile Log message: Remove dconf,-editor from -extra. It's not really meant for typical user usage. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/16 06:04:19 Modified files: devel/luadoc : Makefile devel/luadoc/pkg: PLIST Log message: make sure the .lua files go into the DATADIR. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/16 06:09:35 Added files: graphics/openimageio/patches: patch-src_include_thread_h Log message: In openimageio, only use GCC 64-bit atomics on amd64. Other arch use TBB as was already done for FreeBSD. Fixes build for i386. ok pascal@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/16 06:18:29 Modified files: security/pidgin-otr: Makefile distinfo Log message: SECURITY update to pidgin-otr 3.2.1; CVE-2012-2369 Format string security flaw could be exploited by a remote attacker to cause arbitrary code to be executed on the user's machine. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/16 06:19:57 Modified files: security/pidgin-otr: Tag: OPENBSD_5_1 Makefile distinfo Log message: SECURITY update to pidgin-otr 3.2.1; CVE-2012-2369 Format string security flaw could be exploited by a remote attacker to cause arbitrary code to be executed on the user's machine. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/05/16 06:58:39 Modified files: usr.sbin/pcidump: pcidump.c Log message: recognise 8.0 GT/s link speed for PCI Express 3.0 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/05/16 07:01:50 Modified files: usr.sbin/pcidump: pcidump.c Log message: The PCIe link speed values are printed in GT/s not Gb/s. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/16 07:22:17 Modified files: net/arp-scan : Makefile distinfo Log message: tweak maintainer target to patch the OUI/name db to fix the ridiculous "Oracle Corporation" entries and update the package using a regenerated list. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/16 07:47:18 Modified files: security/samhain: Makefile security/samhain/pkg: DESCR-server Log message: Unbreak on a clean box: fix the way FLAVOR are handled. spotted by sthen@ ok sthen@ robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/05/16 08:01:19 Modified files: devel/sdl : Makefile Added files: devel/sdl/patches: patch-src_joystick_bsd_SDL_sysjoystick_c Log message: Bump the maximum number of uhid devices SDL can address from 4 to 16. It is quite easy to exhaust the SDL default of 4. OK jasper@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2012/05/16 08:01:32 Modified files: usr.bin/sudo : match.c Log message: Add missing break between AF_INET and AF_INET6 in addr_matches_if_netmask() Addresses CVE 2012-2337 CVSROOT: /cvs Module name: www Changes by: austin@cvs.openbsd.org 2012/05/16 08:03:30 Modified files: . : orders.html Log message: Corporate name change: Lehmanns Media CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/16 08:40:08 Modified files: mail/postfix : Makefile Makefile.inc mail/postfix/snapshot: Makefile mail/postfix/snapshot/pkg: DESCR PLIST mail/postfix/stable: Makefile mail/postfix/stable/pkg: DESCR PLIST Log message: Roll sqlite support into the main package; there's no point having it as an optional flavour now that sqlite is in base. From Brad. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/05/16 13:35:22 Modified files: devel/ethos/patches: patch-configure Log message: Ensure GJS is not picked as a hidden dependency (reported by naddy@) CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/05/16 15:57:21 Modified files: app/cwm : group.c xevents.c Log message: get rid of more stray lines/spaces CVSROOT: /cvs Module name: www Changes by: austin@cvs.openbsd.org 2012/05/16 16:11:55 Modified files: . : orders.html Log message: No point hiding email addresses from spammers in the comments! They are visible. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/16 23:01:35 Modified files: emulators/BasiliskII: Makefile net/argus-clients: Makefile net/argus/patches: patch-argus_argus_c devel/commoncpp: Makefile audio/daapd : Makefile audio/daapd/patches: patch-daapd_cc x11/gnustep/base: Makefile sysutils/heartbeat/patches: patch-lib_clplumbing_realtime_c patch-lib_stonith_expect_c devel/nspr : Makefile Added files: emulators/BasiliskII/patches: patch-src_Unix_main_unix_cpp net/argus-clients/patches: patch-common_argus_main_c devel/commoncpp/patches: patch-src_thread_cpp x11/gnustep/base/patches: patch-Source_NSThread_m devel/nspr/patches: patch-mozilla_nsprpub_pr_src_pthreads_ptthread_c Removed files: audio/umurmur/patches: patch-src_main_c Log message: Fix usage of the _POSIX_THREAD_PRIORITY_SCHEDULING macro. from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/17 01:30:27 Modified files: net/vnstat : Makefile net/vnstat/pkg : PLIST README Log message: packaging fixes to vnstat, ok pea@ : - remove bogus empty @sample line from PLIST causing "File /usr/local/ is not a file" messages at pkg_delete time - grammar tweak in README CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/17 01:44:40 Modified files: net/argus : Makefile Log message: missing bump CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/17 01:48:15 Modified files: mail/dovecot : Makefile mail/dovecot/pkg: PLIST-server Log message: Roll the SQLite support for Dovecot into the main package. From Brad, I added a REVISION bump, and a @conflict marker because this is moving from a subpackage to a package rather than rolling a FLAVOR into another. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/17 02:05:05 Modified files: lang/coffeescript: Makefile distinfo Log message: - update to 1.3.3 - take maintainership CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/17 02:12:31 Removed files: mail/dovecot/pkg: DESCR-sqlite PLIST-sqlite Log message: missed rm's CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/05/17 02:14:09 Modified files: de : orders.html faq/fr : faq8.html index.html nl : orders.html opencvs/fr : index.html press.html openssh/fr : bank-donation.html openssh/usage/fr: index.html ssh-stats.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/05/17 02:52:59 Modified files: www/chromium : Makefile www/chromium/files: chrome Log message: Add a temporary workaround to the chrome wrapper script that checks if the SingletonLock file is available and valid. The problem is that when chrome crashes one of the destructors fail to remove the lockfile and then when you start chrome again, it will try to communicate with the old PID of the chromium main process, because the SingletonLock file will point to `hostname`-PID_of_old_chromium and since that process is not running anymore, startup will fail. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/17 02:56:47 Modified files: comms/p5-Device-Modem: Makefile distinfo comms/p5-Device-Modem/pkg: PLIST Log message: update to Device::Modem 1.56 from dhill CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/17 02:58:02 Modified files: comms/p5-Device-SerialPort: Makefile distinfo Log message: update to Device::SerialPort 1.04 from dhill, also bump EPOCH as cpan-style version numbering doesn't align with pkg_add's (1.03001 > 1.04) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/05/17 02:59:00 Modified files: devel/nspr/patches: patch-mozilla_nsprpub_pr_include_prtypes_h patch-mozilla_nsprpub_pr_src_pthreads_ptthread_c Log message: add comments explaining damn patches CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/17 03:10:44 Modified files: www/havp : Makefile www/havp/patches: patch-etc_havp_havp_config_in Added files: www/havp/patches: patch-havp_helper_cpp Log message: Call setgid(2) before initgroups(3), otherwise we end up with an empty group list and havp will get the gid of the last entry in groups(5). ok giovanni@ (maintainer) robert@ jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/17 04:11:23 Modified files: print/cups : Makefile distinfo print/cups/patches: patch-Makedefs_in patch-backend_ipp_c patch-config-scripts_cups-common_m4 patch-scheduler_ipp_c print/cups/pkg : PLIST Added files: print/cups/patches: patch-backend_usb-libusb_c Log message: Update to cups-1.5.3. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/05/17 04:23:24 Modified files: devel/nspr/patches: patch-mozilla_nsprpub_pr_src_pthreads_ptthread_c Log message: add bug # url CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/17 04:27:02 Modified files: net/powerdns : Makefile net/powerdns/pkg: PLIST-main Removed files: net/powerdns/pkg: DESCR-sqlite DESCR-sqlite3 PLIST-sqlite PLIST-sqlite3 Log message: roll sqlite3 into the main PowerDNS package, remove sqlite2 support, from Brad. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/05/17 04:36:34 Modified files: cad/chipmunk : Makefile Log message: mark as BROKEN-sparc64 since it never built there CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/05/17 04:45:17 Modified files: sys/dev/pci : if_em.c if_em_hw.h if_em_hw.c Log message: Add support for i350 based devices, based in part on Intel code in FreeBSD. Workaround the apparently undocumented errata where the CRC is always stripped whether asked to or not, and take the FreeBSD workaround for a known errata when clearing the vlan filter. Thanks to Jens A. Griepentrog for donating a card. ok dlg@ mikeb@ CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2012/05/17 04:53:47 Modified files: . : want.html donations.html Log message: Thanks to Jens A. Griepentrog for donating a I350-T4 card. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/17 05:05:40 Modified files: net/icinga : Makefile.inc net/icinga/core: Makefile distinfo net/icinga/core/patches: patch-base_Makefile_in patch-cgi_Makefile_in patch-configure patch-module_idoutils_src_Makefile_in patch-sample-config_icinga_cfg_in net/icinga/core/pkg: PLIST-cgi PLIST-ido PLIST-main README-main Removed files: net/icinga/core/patches: patch-module_icinga-api_Makefile_in Log message: update to icinga 1.7.0 - IDO users note, as well as the usual DB upgrade steps, edit icinga.cfg and change broker_module=/usr/local/bin/idomod.o to broker_module=/usr/local/lib/idomod.so, this is also mentioned in the README. Notable fixes: - flexible downtimes now last the duration specified once triggered - avoid insane looping through event list when rescheduling checks CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/17 05:06:33 Modified files: net/icinga/web : Makefile distinfo net/icinga/web/patches: patch-Makefile_in patch-etc_apache2_icinga-web_conf_in net/icinga/web/pkg: PLIST README Added files: net/icinga/web/patches: patch-lib_agavi_Makefile_in Removed files: net/icinga/web/patches: patch-app_Makefile_in patch-bin_Makefile_in patch-doc_Makefile_in patch-etc_Makefile_in patch-lib_Makefile_in patch-pub_Makefile_in Log message: sync, still not enabled by default though CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/17 05:21:30 Modified files: net/icinga/core: Makefile Log message: remove not-yet-ported REGRESS_DEPENDS CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/05/17 05:46:01 Modified files: share/man/man4 : em.4 Log message: add I350 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/05/17 05:49:07 Modified files: net/wget : Makefile Log message: no need for groff CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/05/17 10:06:03 Modified files: libexec/security: security Log message: Also check permissions of .ssh/id_ecdsa. ok schwarze@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/05/17 11:53:22 Modified files: usr.sbin/pstat : pstat.8 pstat.c Log message: show the f_iflags; ok guenther CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2012/05/17 12:00:20 Modified files: usr.bin/less : output.c Log message: Quit if write(2) returns -1 when writing to the tty, which can happen if the tty is revoked. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/17 12:04:00 Modified files: x11/gnome/settings-daemon/patches: patch-configure_ac Log message: Pushed upstream. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/17 13:34:04 Modified files: sys/arch/mips64/mips64: cache_r4k.c Log message: Correct virtual aliasing mask computation. Note that this would only affect 4KB page size IP22 kernels, which is not the default IP22 configuration, and which noone not out of his or her mind would do. In other words: this is a correctness fix with no impact on Real Life (c)(R)TM CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/17 13:38:59 Modified files: sys/arch/sgi/hpc: hpc.c Log message: Better probes for sq and wdsc in gio-masqueraded-as-hpc expansion boards. Previous change was a tad too optimistic. This repairs E++ and GIO SCSI board operation. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/17 13:46:52 Modified files: sys/arch/sgi/gio: gio.c giovar.h Log message: Yet another rework of the crucial gio_id() function responsible for correctly recognizing a GIO device or an id-less frame buffer in a GIO slot. Turns out that GIO32 devices (at least those with a 32-bit ID register, but likely all of them) do NOT like accesses to the minimal GIO register area NOT done on 32-bit boundaries. While frame buffers won't mind, especially if their slots are pipelined. This makes it a lot easier to tell them apart. While there, split gio_intr_establish() into gio_intr_map(), which will return a logical interrupt number out of a GIO slot number, and gio_intr_establish(), which will now expect a logical interrupt number, instead of a logical slot number. These two functions are still unused, but upcoming changes depend on this work. (Yes, I'm too lazy to make two commits for this tonite) CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/05/17 15:21:31 Modified files: usr.bin/tmux : cfg.c tmux.1 Log message: Ignore line continuation when escaped as \\, from Simon Nicolussi. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/17 15:39:44 Modified files: net/powerdns : Makefile Log message: Tweak powerdns wantlib; libz is common so put it in WANTLIB rather than all the various WANTLIB-foo. From Brad, no pkg change. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/05/17 16:23:02 Modified files: devel/flex : Makefile Log message: no need for groff CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/17 17:13:52 Modified files: www/rackmonkey : Makefile www/rackmonkey/patches: patch-doc_install_txt www/rackmonkey/pkg: README Log message: tweak www/rackmonkey package docs: - tell people to use /etc/rc.d/httpd restart not apachectl stop / start - remind people to enable mod_perl - zap blank line CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/05/17 19:29:56 Log message: Import shntool-3.0.10. shntool is a multi-purpose WAVE data processing and reporting utility. File formats are abstracted from its core, so it can process any file that contains WAVE data, compressed or not - provided there exists a format module to handle that particular file type. ok sthen@ Status: Vendor Tag: bentley Release Tags: bentley_20120517 N ports/audio/shntool/Makefile N ports/audio/shntool/distinfo N ports/audio/shntool/pkg/DESCR N ports/audio/shntool/pkg/PLIST N ports/audio/shntool/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/05/17 19:30:55 Modified files: audio : Makefile Log message: +shntool CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/05/17 20:13:44 Modified files: usr.bin/mg : cmode.c random.c Log message: Allow no-tab-mode to compile. From James Turner. note: no-tab-mode needs more work done before removing the NOTABs. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/05/17 23:22:49 Modified files: games/uqm : Makefile distinfo games/uqm/files: build.vars config_unix.h games/uqm/pkg : DESCR-main DESCR-remix1 DESCR-remix2 DESCR-remix3 PLIST-content PLIST-remix1 PLIST-remix2 PLIST-remix3 PLIST-threedomusic PLIST-voice Added files: games/uqm/patches: patch-src_libs_sound_decoders_oggaud_c Removed files: games/uqm/patches: patch-sc2_src_sc2code_libs_sound_decoders_oggaud_c Log message: Update to uqm-0.7.0. Addons structure and behavior has changed in this release: - 3domusic and remix addons can, when installed, be selected from the game settings menu rather than as command-line arguments - voice addon will be automatically enabled when installed, but can be turned off by adjusting the voice volume in the game settings menu ok kirby@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/05/17 23:56:00 Modified files: share/man/man9 : getnewvnode.9 Log message: "int (**vops)((void *)" is now "struct vops *vops"; from David Matthew Mattli ok tedu CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/05/18 00:58:21 Modified files: share/man/man5 : port-modules.5 Log message: remove double word blunder; CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/05/18 01:45:57 Added files: www/webkit/patches: patch-Source_JavaScriptCore_wtf_Atomics_h Log message: Fix build on sparc64, broken since 1.8.1. Provide atomic{In,De}crement implems based on __sync_fetch_and_add builtin, with hints from kettenis@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/18 02:26:05 Modified files: x11/i3/patches : patch-i3_config_keycodes Log message: Merged upstream. CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/05/18 03:31:44 Modified files: . : plus.html Log message: Plus.html for May 7-13. Checked by Steffen Daode Nurpmeso, Ingo Schwarze and Janne Johansson. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/05/18 03:56:04 Modified files: www/webkit/patches: patch-Source_JavaScriptCore_wtf_Atomics_h Log message: add upstream bug # url CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/05/18 04:28:05 Modified files: security/samhain: Makefile security/samhain/pkg: PLIST-client PLIST-server Added files: security/samhain/pkg: README-client README-server samhain_signed.rc Log message: Add support for te samhain in-binary password so that remote logging works and add a readme on how to set this up properly. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/05/18 04:50:07 Modified files: sys/netinet6 : nd6_rtr.c Log message: rt6_flush should remove all routes configured via a specified gw, not only CONNECTED ones. It should also be called when RA with a RouterLifetime set to 0 is sent to clear a redirect. While here make sure we use correct priorities when installing routes acquired via redirects. comments & ok bluhm CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/18 05:30:09 Modified files: security/samhain: Makefile security/samhain/pkg: README-server Log message: typo: Zabbix -> Samhain CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/18 06:11:28 Modified files: databases/sqlports: Makefile databases/sqlports/files: Inserter.pm Var.pm mksqlitedb Added files: databases/sqlports/files: Info.pm PkgPath.pm Log message: bite the bullet, reuse dpb's algorithm to make sure we get correct PkgPath. This implies restructuring the database code, and the start of a better separation between variables handling, and actual insertion in the database. bump version to 2.0: this changes the paths that actually get recorded, and pkglocatedb will need to be aware of that. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/18 06:12:09 Modified files: databases/pkglocatedb: Makefile Log message: use new "sensible" sqlports CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/05/18 06:13:37 Modified files: usr.sbin/pkg_add: pkg_mklocatedb Log message: just warn if files from the *etc sets are missing. This will remind people to run sysmerge, and is generally not a good hint things are out of synch. prompted by naddy@ and sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/18 07:05:15 Modified files: security/samhain: Makefile security/samhain/pkg: PLIST-client Log message: No need for @extraunexec here, @extra is enough. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/18 07:25:46 Modified files: textproc/libxml: Makefile textproc/libxml/patches: patch-xpointer_c Log message: Security fix for SA49177, Libxml2 "xmlXPtrEvalXPtrPart()" Off-By-One Vulnerability Patch from upstream git ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/18 07:27:23 Modified files: textproc/libxml: Tag: OPENBSD_5_1 Makefile textproc/libxml/patches: Tag: OPENBSD_5_1 patch-xpointer_c Log message: Security fix for SA49177, Libxml2 "xmlXPtrEvalXPtrPart()" Off-By-One Vulnerability Patch from upstream git ok aja@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/05/18 08:50:35 Removed files: sys/dev/usb : usb_port.h Log message: Remove unused header. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/18 09:29:26 Modified files: x11/gnome/nautilus: Makefile Added files: x11/gnome/nautilus/patches: patch-eel_eel-editable-label_c Log message: Revert upstream commit: "editable-label: fix selection color in backdrop state Don't set the ACTIVE flag if we don't have focus, it just doesn't make sense." It actually makes sense when nautilus is used to draw the Desktop when running in fallback mode (we probably are the only ones running this way...). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/18 10:31:22 Modified files: print/cups : Makefile print/cups/patches: patch-backend_usb-libusb_c Log message: Slightly different patch from upstream. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/05/18 10:40:43 Modified files: cad/xcircuit : Makefile distinfo cad/xcircuit/patches: patch-configure_in Log message: Minor update of version, from 3.7.26 -> 3.7.39. While here, GROFF is not needed. Tested on i386. OK stu@ (maintainer), aja@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/18 12:26:23 Modified files: devel/libelf : Makefile devel/libelf/patches: patch-aclocal_m4 Log message: shared libraries should not use INSTALL_PROGRAM; from dhill CVSROOT: /cvs Module name: www Changes by: okan@cvs.openbsd.org 2012/05/18 13:49:07 Modified files: build : mirrors.dat Log message: rsync module name changed on mirrors.nycbug.org; ok sthen@ CVSROOT: /cvs Module name: www Changes by: okan@cvs.openbsd.org 2012/05/18 13:50:43 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: sthen@cvs.openbsd.org 2012/05/18 13:51:35 Log message: import ports/www/racktables, ok pea@ Racktables is a web-based database for datacenter and server room asset management. It helps document hardware assets, network addresses, space in racks, networks configuration and more. Status: Vendor Tag: sthen Release Tags: sthen_20121805 N ports/www/racktables/Makefile N ports/www/racktables/distinfo N ports/www/racktables/pkg/PLIST N ports/www/racktables/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/18 13:51:53 Modified files: www : Makefile Log message: +racktables CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/18 14:31:40 Modified files: sys/arch/sgi/conf: GENERIC-IP22 RAMDISK-IP22 Added files: sys/arch/sgi/gio: pci_gio.c Log message: Port NetBSD's pci@gio driver for fast Ethernet expansion boards for the IP22 family. This is just the bridge so far, as the underlying pci drivers will need some changes to work (dc(4) does not work correctly yet, and tl(4) needs to be bus_dma'ified). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/18 14:44:10 Modified files: devel/lua-lgi : Makefile distinfo Log message: - update to 0.5.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/18 14:53:56 Log message: import ports/www/phpmemcachedadmin, ok okan@ This program allows to see in real-time (top-like) or from the start of the server, stats for get, set, delete, increment, decrement, evictions, reclaimed, cas command, as well as server stats (network, items, server version) with googlecharts and server internal configuration. You can go further to see each server slabs, occupation, memory wasted and items (key & value). Another part can execute commands on any memcached server: get, set, delete, flush_all, as well as execute any commands (like stats) with telnet. Status: Vendor Tag: sthen Release Tags: sthen_20121805 N ports/www/phpmemcachedadmin/Makefile N ports/www/phpmemcachedadmin/distinfo N ports/www/phpmemcachedadmin/pkg/PLIST N ports/www/phpmemcachedadmin/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/18 14:54:25 Modified files: www : Makefile Log message: +phpmemcachedadmin CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/18 14:56:25 Modified files: www/mod_perl : Makefile www/mod_perl/pkg: MESSAGE Log message: use /etc/rc.d/httpd restart in MESSAGE, not apachectl CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/18 14:59:13 Log message: import ports/databases/tinycdb, from maintainer Christian Rueger, ok okan@ tinycdb is a small, fast and reliable utility and subroutine library for creating and reading constant databases. The database structure is tuned for fast reading. Status: Vendor Tag: sthen Release Tags: sthen_20121805 N ports/databases/tinycdb/distinfo N ports/databases/tinycdb/Makefile N ports/databases/tinycdb/patches/patch-Makefile N ports/databases/tinycdb/patches/patch-tests_sh N ports/databases/tinycdb/patches/patch-cdb_c N ports/databases/tinycdb/pkg/PFRAG.shared N ports/databases/tinycdb/pkg/PLIST N ports/databases/tinycdb/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/18 14:59:30 Modified files: databases : Makefile Log message: +tinycdb CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/05/18 16:11:57 Modified files: build : mirrors.dat Log message: Update info for mirror.esc7.net CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/18 17:11:06 Modified files: www/racktables : distinfo Log message: blech, fix distinfo CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2012/05/18 20:04:22 Modified files: usr.bin/ftp : main.c Log message: Reformat usage() to avoid the line wrap, and make it match the way it looks on the man page. ok haesbaert jmc henning CVSROOT: /cvs Module name: ports Changes by: william@cvs.openbsd.org 2012/05/18 20:47:37 Modified files: www/racktables/pkg: PLIST Log message: Fixup PLIST, no bump as it didn't package before. ok sthen CVSROOT: /cvs Module name: ports Changes by: william@cvs.openbsd.org 2012/05/18 20:49:45 Modified files: lang/php/5.3 : Makefile lang/php/5.3/pkg: php_fpm.rc Log message: Disable reloads of php-fpm for now, as it spins instead of reloading. ok robert CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/05/18 23:23:14 Removed files: graphics/hugin/patches: patch-CMakeLists_txt Log message: Garbage-collect unneeded patch. devel/cmake sets wxWidgets_INCLUDE_DIRS_NO_SYSTEM now. ok dcoppa@ sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/19 00:04:22 Modified files: audio/portaudio-svn: Makefile Added files: audio/portaudio-svn/patches: patch-src_os_unix_pa_unix_util_c Log message: Add missing _POSIX_THREAD_PRIORITY_SCHEDULING checks. from Brad CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/05/19 00:30:30 Modified files: usr.bin/ssh : sshd_config.5 Log message: Document PermitOpen none. bz#2001, patch from Loganaden Velvindron CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/19 02:14:38 Modified files: databases/tinycdb: Makefile Removed files: databases/tinycdb/patches: patch-cdb_c Log message: remove strlcpy patch for tinycdb, the original code is safe and generally we don't patch for strlcpy in ports any more except in special cases (though we did when this port was first submitted in 2005 ;-) CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/05/19 02:22:17 Modified files: build : groups.dat Log message: - new groups from www@ - more consistent whitespace CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/05/19 02:22:27 Modified files: . : groups.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/19 02:24:50 Modified files: devel/libelf : Makefile devel/libelf/patches: patch-aclocal_m4 Log message: Include the PIC flag when linking, as well as building, the shared library, from Brad. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/19 04:47:10 Modified files: net/icinga/core: Makefile net/icinga/core/pkg: PLIST-main Log message: use a homedir for _icinga's @newuser line which actually exists. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/05/19 12:02:53 Modified files: sys/dev/pci/drm: files.drm i915_drv.c i915_drv.h i915_irq.c Added files: sys/dev/pci/drm: i915_suspend.c Log message: Split out the suspend/resume code into its own file to make it possible to diff it against the Linux kernel sources. Fix a few bugs revealed by doing such a diff. Tested by myself and a few others on 915, 945, 965 and 6-series. CVSROOT: /cvs Module name: ports Changes by: shadchin@cvs.openbsd.org 2012/05/19 12:31:07 Modified files: x11/fvwm2 : Makefile distinfo x11/fvwm2/patches: patch-configure patch-fvwm_Makefile_in Log message: Update to 2.6.5. tested mikeb@, maintainer timeout CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/05/19 16:52:02 Modified files: de : donations.html orders.html faq/fr : faq1.html faq/pf/fr : anchors.html authpf.html carp.html config.html example1.html filter.html ftp.html index.html logging.html nat.html perf.html queueing.html fr : alpha.html amiga.html arc.html cats.html donations.html errata.html errata34.html errata35.html errata44.html errata45.html errata46.html errata49.html errata50.html errata51.html events.html ftp.html hp300.html mac68k.html macppc.html mvme68k.html palm.html pmax.html press.html products.html romp.html socppc.html solbourne.html sparc64.html sun3.html want.html zaurus.html nl : donations.html openntpd/fr : portable.html openssh/fr : portable.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/20 02:50:10 Modified files: www/igal2 : Makefile www/igal2/patches: patch-slidetemplate2_html Added files: www/igal2/patches: patch-indextemplate2_html Log message: - fix "generator" tag in html output CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/20 02:52:23 Modified files: driver/xf86-input-hyperpen/src: Makefile.am Log message: Automake magic incantation that permits setting CFLAGS on make cmd line. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/05/20 02:52:47 Modified files: driver/xf86-input-hyperpen: Makefile.in aclocal.m4 config.h.in configure ltmain.sh driver/xf86-input-hyperpen/man: Makefile.in driver/xf86-input-hyperpen/src: Makefile.in Log message: regen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/20 04:39:00 Modified files: x11/qt4 : Makefile Added files: x11/qt4/patches: patch-src_corelib_thread_qthread_unix_cpp Log message: Add missing _POSIX_THREAD_PRIORITY_SCHEDULING check. from Brad ok espie@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/20 05:06:08 Modified files: databases/sqlports: Makefile databases/sqlports/files: Inserter.pm PkgPath.pm Var.pm mksqlitedb databases/sqlports/pkg: DESCR-compact DESCR-main Log message: more surgery: - don't ask the database about existing pathkeys, it's simpler to have our hash. - in dependencies, don't like for non normalized pathkeys - add CANONICAL column, and fill it. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/20 05:41:11 Modified files: sys/arch/sgi/sgi: bus_dma.c sys/arch/sgi/xbow: xbridge.c Log message: Make sure the generic bus_dmamem_alloc() routine restricts its allocation to the dma_constraint range. This allows the xbridge(4) bus_dma_tag_t to use the generic routines instead of rolling its own, now that the ATE code has been removed. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/05/20 08:57:07 Modified files: sys/arch/sparc/stand/common: netif_sun.c Log message: do not need to pull in CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/05/20 08:58:42 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: www Changes by: jj@cvs.openbsd.org 2012/05/20 09:13:03 Modified files: faq : faq14.html Log message: Spelling nit, from rustybsd on www@ CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2012/05/20 10:32:51 Modified files: lang/go : Makefile distinfo lang/go/pkg : PLIST Log message: Update lang/go to version 1.0.1. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/05/20 10:44:53 Modified files: net/csup : Makefile distinfo net/csup/patches: patch-Makefile Log message: switch upstream to Bitbucket and update to REL_20120305 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/20 11:04:56 Modified files: security/libssh: Makefile Added files: security/libssh/patches: patch-src_agent_c patch-src_auth_c patch-src_buffer_c patch-src_channels_c patch-src_client_c patch-src_crypt_c patch-src_dh_c patch-src_kex_c patch-src_keyfiles_c patch-src_known_hosts_c patch-src_messages_c patch-src_packet_c patch-src_sftp_c patch-src_sftpserver_c patch-src_string_c Log message: Fix several warnings. ok rpointel@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/05/20 13:42:25 Added files: comms/xlog/patches: patch-src_callbacks_mainwindow_menu_c patch-src_logfile_adif_c patch-src_logfile_cabrillo_c Log message: strptime is XPG4v2 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/05/20 13:55:55 Added files: net/twitux/patches: patch-src_twitux-parser_c Log message: strptime is XPG4v2 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/05/20 14:13:39 Modified files: security/ophcrack/patches: patch-configure Added files: security/ophcrack/patches: patch-src_bswap_h patch-src_samdump2_bkhive_c patch-src_samdump2_hive_c patch-src_samdump2_samdump2_c Log message: Fix build on big endian architectures: * For samdump2, use the bswap.h wrapper header from the main source. * Also add bswap64, which is required by nteightxl.c. ok benoit@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/05/20 14:33:18 Modified files: comms/xlog : Makefile Log message: Bump. The return values of strptime() may have been truncated. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/05/20 14:48:01 Modified files: www/mongrel2 : Makefile Added files: www/mongrel2/patches: patch-src_request_c Log message: strptime is XPG4v2 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/05/20 15:34:57 Modified files: graphics/rawstudio: Makefile Added files: graphics/rawstudio/patches: patch-src_rs-utils_c Log message: strptime is XPG4v2; ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/20 15:39:22 Modified files: sysutils/e2fsprogs: Makefile Log message: tidy whitespace CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/20 15:42:50 Modified files: sysutils/e2fsprogs: Makefile Log message: don't use asm code; from frantisek holop, fixes a segfault with e2fsck CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/05/20 15:50:59 Modified files: x11/gnome/eog : Makefile Added files: x11/gnome/eog/patches: patch-src_eog-exif-util_c Log message: strptime is XPG4v2; ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/05/20 15:52:21 Removed files: gnu/usr.bin/cvs: .cvsignore Log message: remove .cvsignore from cvs source dir, ok deraadt building cvs fails after a forgotten 'make obj', but the problem is tough to spot because the files which cause a problem are hidden from 'cvs up' output (even with 'cvs up -I !') because they're listed in .cvsignore. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/05/20 16:06:35 Modified files: audio/gtkpod : Makefile Added files: audio/gtkpod/patches: patch-src_misc_conversion_c Log message: strptime is XPG4v2 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/05/20 16:10:46 Modified files: graphics/gthumb: Makefile Added files: graphics/gthumb/patches: patch-gthumb_gth-time-selector_c Log message: strptime is XPG4v2; ok jasper@ CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2012/05/20 20:55:29 Modified files: openssh : specs.html Added files: openssh/txt : rfc1349.txt rfc2597.txt rfc2598.txt Log message: add specs for IP ToS and differentiated services CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/21 00:01:03 Modified files: databases/evolution-data-server/patches: patch-libedataserver_e-time-utils_c Log message: Committed upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/21 00:15:50 Modified files: graphics/gthumb/patches: patch-gthumb_gth-time-selector_c x11/gnome/eog/patches: patch-src_eog-exif-util_c Log message: Add BZ. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/21 01:37:45 Modified files: lang/erlang : Makefile lang/erlang/pkg: PLIST Log message: - enable smp support from icepiz.de at gmail.com and reminded by brad ok MAINTAINER CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/21 03:42:57 Modified files: graphics/gthumb/patches: patch-gthumb_gth-time-selector_c Log message: Committed upstream. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/21 05:05:38 Log message: import ports/net/nagios/check_postgres, ok pea@ check_postgres is a script for monitoring various attributes of your database (transaction id status, blocked queries, long running queries, connection status and more). It is designed to work with Nagios, MRTG, or in standalone scripts. Status: Vendor Tag: sthen Release Tags: sthen_20120521 N ports/net/nagios/check_postgres/Makefile N ports/net/nagios/check_postgres/distinfo N ports/net/nagios/check_postgres/pkg/PLIST N ports/net/nagios/check_postgres/pkg/DESCR N ports/net/nagios/check_postgres/patches/patch-check_postgres_pl No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/21 05:06:04 Modified files: net/nagios : Makefile Log message: +check_postgres CVSROOT: /cvs Module name: src Changes by: gsoares@cvs.openbsd.org 2012/05/21 07:14:30 Modified files: usr.bin/tftp : main.c Log message: fix put usage ok sthen@ henning@ dlg@ "looks right" deraadt@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/05/21 07:29:31 Modified files: graphics/ImageMagick: Makefile Added files: graphics/ImageMagick/patches: patch-magick_string_c Log message: fix access volation (in r3970 and r3978 upstream as well); reported by deraadt@ ok sthen@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/05/21 07:52:55 Modified files: mail/p5-Email-MIME: Makefile mail/p5-Email-MIME/pkg: PLIST Log message: Email::Mime::Creator and Email::MIME::Modifier has been included into Email::MIME spotted & ok bluhm@ ok sthen@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/05/21 07:54:25 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Email::Mime::Creator and Email::MIME::Modifier has been included into Email::MIME spotted & ok bluhm@ ok sthen@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/05/21 07:57:25 Modified files: www/p5-HTTP-Request-Params: Makefile www/p5-WWW-Search: Makefile Log message: Email::Mime::Creator and Email::MIME::Modifier has been included into Email::MIME fix packages accordingly spotted & ok bluhm@ ok sthen@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/05/21 08:00:51 Modified files: mail/p5-Catalyst-Plugin-Email: Makefile mail/p5-Email-MIME-Attachment-Stripper: Makefile mail/p5-Email-MIME-Creator: Makefile mail/p5-Email-Reply: Makefile Log message: Email::Mime::Creator and Email::MIME::Modifier has been included into Email::MIME fix packages accordingly spotted & ok bluhm@ ok sthen@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/05/21 08:05:24 Modified files: mail : Makefile Log message: -p5-Email-MIME-Creator -p5-Email-MIME-Modifier CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/05/21 08:21:48 Removed files: mail/p5-Email-MIME-Creator: Makefile distinfo mail/p5-Email-MIME-Creator/pkg: DESCR PLIST Log message: Put to the attic, it is included into p5-Email-MIME CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/05/21 08:23:57 Removed files: mail/p5-Email-MIME-Modifier: Makefile distinfo mail/p5-Email-MIME-Modifier/pkg: DESCR PLIST Log message: Put to the attic, it is now integrated in p5-Email-MIME CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/21 08:34:59 Modified files: fonts/anonymous-pro: Makefile fonts/anonymous-pro/pkg: PLIST Log message: Fix location of txt files OK ajacoutot@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/05/21 10:28:30 Modified files: gnu/usr.bin/binutils-2.17/ld: configure.in configure Log message: Fix binutils-2.17 configure script to build on amd64. ok miod CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2012/05/21 10:33:21 Modified files: net : Makefile Removed files: net/gftp : Makefile distinfo net/gftp/patches: patch-configure patch-docs_sample_gftp_gftprc patch-lib_charset-conv_c patch-lib_options_h net/gftp/pkg : DESCR PFRAG.no-no_x11 PLIST Log message: gftp project is dead upstream. Thread locking is a total mess and the project has about 50 major bugs not fixed upstream. Time for this to be ejected. okay ajacoutot@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/05/21 10:41:03 Modified files: sys/kern : kern_descrip.c vfs_syscalls.c Log message: Cleanup O_CLOEXEC handling and make sure UF_EXCLOSE is set correctly when opening /dev/fd/* (i.e., UF_EXCLOSE is now set iff O_CLOEXEC is set, rather than copying UF_EXCLOSE from the file descriptor being dup'd). Also, add support for O_CLOEXEC and O_DIRECTORY to fhopen(). ok krw, guenther; feedback from millert; testing and bug finding by krw CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/21 11:26:37 Modified files: x11/gnome/anjuta: Makefile distinfo Added files: x11/gnome/anjuta/patches: patch-plugins_python-loader_anjuta-python-loader_plugin_in Log message: - update to 3.4.2 CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/05/21 12:19:30 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: Putting myself :) Ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/21 12:22:36 Modified files: net/gsnmp : Makefile distinfo net/gsnmp/pkg : PLIST Log message: - update to 0.3.0 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/05/21 12:27:42 Modified files: usr.bin/tmux : client.c cmd-load-buffer.c cmd-save-buffer.c server-client.c server-fn.c tmux.h Log message: Instead of passing stdin/stdout/stderr file descriptors over imsg and handling them in the server, handle them in the client and pass buffers over imsg. This is much tidier for some upcoming changes and the performance hit isn't critical. The tty fd is still passed to the server as before. This bumps the tmux protocol version so new clients and old servers are incompatible. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/05/21 14:14:18 Modified files: sys/dev/pci/drm: i915_drv.c Log message: Always clear out the inactive list and make sure everything is unbound in i915_gem_idle(). If we don't do that we end up with stale entries on the inactive list which will panic the kernel the next time we use the list. Fixes restarting X on Sandy Bridge. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/21 15:10:22 Modified files: x11/gnome/anjuta: Makefile distinfo Removed files: x11/gnome/anjuta/patches: patch-plugins_python-loader_anjuta-python-loader_plugin_in Log message: - update to 3.4.3, fixes the missing file from the 2.4.2 tarball. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/05/21 16:24:20 Modified files: lib/libc/stdio : ftell.c fseek.c Log message: Fix ftell() to return EOVERFLOW if the file offset is greater than LONG_MAX. Also, remove an Alpha-specific optimization that only saves a couple of bytes of code size. ok millert, guenther CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/05/21 19:13:07 Modified files: faq : faq14.html Log message: uid: -> duid:. suggested by someone, I put it in my tree, forgot to commit it...clearing out the M CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/22 01:51:08 Modified files: mail/zarafa/zarafa: Makefile mail/zarafa/zarafa/pkg: PLIST-main Log message: ldap.propmap.cfg is needed when using the ldap plugin. CVSROOT: /cvs Module name: ports Changes by: mpi@cvs.openbsd.org 2012/05/22 02:02:36 Modified files: x11/remmina : Makefile x11/remmina/patches: patch-CMakeLists_txt patch-remmina_CMakeLists_txt x11/remmina/pkg: PLIST-main Added files: x11/remmina/patches: patch-config_h_in patch-remmina-plugins_nx_CMakeLists_txt patch-remmina_src_remmina_ssh_c Log message: Make use of openpty(3) to allocate a pseudo-tty, allowing us to enable the NX and ssh/sftp plugins. Please note that there are still some issues with these plugins but they should not be tty related. ok ajacoutot@, jasper@ (maintainer) and openpty diff looked at by naddy@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/22 02:08:38 Modified files: games/stone-soup: Makefile Log message: add bison as a build dep, building no_x11 failed when it wasn't installed CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/22 02:46:16 Modified files: x11/remmina : Makefile Added files: x11/remmina/pkg: DESCR PLIST Removed files: x11/remmina/pkg: DESCR-main DESCR-rdp PLIST-main PLIST-rdp Log message: Merge -rdp into -main. Discussed with jasper@ (maintainer) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/05/22 03:02:55 Log message: import sqlite 3.7.12 (tested by landry@) Status: Vendor Tag: sqlite3 Release Tags: sqlite_3_7_12 U src/lib/libsqlite3/sqlite3.pc.in U src/lib/libsqlite3/addopcodes.awk U src/lib/libsqlite3/mkopcodec.awk U src/lib/libsqlite3/mkopcodeh.awk U src/lib/libsqlite3/ext/README.txt U src/lib/libsqlite3/ext/async/README.txt U src/lib/libsqlite3/ext/async/sqlite3async.c U src/lib/libsqlite3/ext/async/sqlite3async.h U src/lib/libsqlite3/ext/fts1/README.txt U src/lib/libsqlite3/ext/fts1/ft_hash.c U src/lib/libsqlite3/ext/fts1/ft_hash.h U src/lib/libsqlite3/ext/fts1/fts1.c U src/lib/libsqlite3/ext/fts1/fts1.h U src/lib/libsqlite3/ext/fts1/fts1_hash.c U src/lib/libsqlite3/ext/fts1/fts1_hash.h U src/lib/libsqlite3/ext/fts1/fts1_porter.c U src/lib/libsqlite3/ext/fts1/fts1_tokenizer.h U src/lib/libsqlite3/ext/fts1/fts1_tokenizer1.c U src/lib/libsqlite3/ext/fts1/fulltext.c U src/lib/libsqlite3/ext/fts1/fulltext.h U src/lib/libsqlite3/ext/fts1/simple_tokenizer.c U src/lib/libsqlite3/ext/fts1/tokenizer.h U src/lib/libsqlite3/ext/fts2/README.tokenizers U src/lib/libsqlite3/ext/fts2/README.txt U src/lib/libsqlite3/ext/fts2/fts2.c U src/lib/libsqlite3/ext/fts2/fts2.h U src/lib/libsqlite3/ext/fts2/fts2_hash.c U src/lib/libsqlite3/ext/fts2/fts2_hash.h U src/lib/libsqlite3/ext/fts2/fts2_icu.c U src/lib/libsqlite3/ext/fts2/fts2_porter.c U src/lib/libsqlite3/ext/fts2/fts2_tokenizer.c U src/lib/libsqlite3/ext/fts2/fts2_tokenizer.h U src/lib/libsqlite3/ext/fts2/fts2_tokenizer1.c U src/lib/libsqlite3/ext/fts2/mkfts2amal.tcl U src/lib/libsqlite3/ext/fts3/README.content U src/lib/libsqlite3/ext/fts3/README.syntax U src/lib/libsqlite3/ext/fts3/README.tokenizers U src/lib/libsqlite3/ext/fts3/README.txt U src/lib/libsqlite3/ext/fts3/fts3.c U src/lib/libsqlite3/ext/fts3/fts3.h U src/lib/libsqlite3/ext/fts3/fts3Int.h U src/lib/libsqlite3/ext/fts3/fts3_aux.c U src/lib/libsqlite3/ext/fts3/fts3_expr.c U src/lib/libsqlite3/ext/fts3/fts3_hash.c U src/lib/libsqlite3/ext/fts3/fts3_hash.h U src/lib/libsqlite3/ext/fts3/fts3_icu.c U src/lib/libsqlite3/ext/fts3/fts3_porter.c U src/lib/libsqlite3/ext/fts3/fts3_snippet.c U src/lib/libsqlite3/ext/fts3/fts3_term.c U src/lib/libsqlite3/ext/fts3/fts3_test.c U src/lib/libsqlite3/ext/fts3/fts3_tokenizer.c U src/lib/libsqlite3/ext/fts3/fts3_tokenizer.h U src/lib/libsqlite3/ext/fts3/fts3_tokenizer1.c U src/lib/libsqlite3/ext/fts3/fts3_write.c U src/lib/libsqlite3/ext/fts3/fts3speed.tcl U src/lib/libsqlite3/ext/fts3/mkfts3amal.tcl N src/lib/libsqlite3/ext/fts3/tool/fts3view.c U src/lib/libsqlite3/ext/icu/README.txt U src/lib/libsqlite3/ext/icu/icu.c U src/lib/libsqlite3/ext/icu/sqliteicu.h U src/lib/libsqlite3/ext/rtree/README U src/lib/libsqlite3/ext/rtree/rtree.c U src/lib/libsqlite3/ext/rtree/rtree.h U src/lib/libsqlite3/ext/rtree/rtree1.test U src/lib/libsqlite3/ext/rtree/rtree2.test U src/lib/libsqlite3/ext/rtree/rtree3.test U src/lib/libsqlite3/ext/rtree/rtree4.test U src/lib/libsqlite3/ext/rtree/rtree5.test U src/lib/libsqlite3/ext/rtree/rtree6.test U src/lib/libsqlite3/ext/rtree/rtree7.test U src/lib/libsqlite3/ext/rtree/rtree8.test U src/lib/libsqlite3/ext/rtree/rtree9.test U src/lib/libsqlite3/ext/rtree/rtreeA.test U src/lib/libsqlite3/ext/rtree/rtreeB.test U src/lib/libsqlite3/ext/rtree/rtree_perf.tcl U src/lib/libsqlite3/ext/rtree/rtree_util.tcl U src/lib/libsqlite3/ext/rtree/sqlite3rtree.h U src/lib/libsqlite3/ext/rtree/tkt3363.test U src/lib/libsqlite3/ext/rtree/viewrtree.tcl U src/lib/libsqlite3/src/alter.c U src/lib/libsqlite3/src/analyze.c U src/lib/libsqlite3/src/attach.c U src/lib/libsqlite3/src/auth.c U src/lib/libsqlite3/src/backup.c U src/lib/libsqlite3/src/bitvec.c U src/lib/libsqlite3/src/btmutex.c U src/lib/libsqlite3/src/btree.c U src/lib/libsqlite3/src/btree.h U src/lib/libsqlite3/src/btreeInt.h U src/lib/libsqlite3/src/build.c U src/lib/libsqlite3/src/callback.c U src/lib/libsqlite3/src/complete.c U src/lib/libsqlite3/src/ctime.c U src/lib/libsqlite3/src/date.c U src/lib/libsqlite3/src/delete.c U src/lib/libsqlite3/src/expr.c U src/lib/libsqlite3/src/fault.c U src/lib/libsqlite3/src/fkey.c U src/lib/libsqlite3/src/func.c U src/lib/libsqlite3/src/global.c U src/lib/libsqlite3/src/hash.c U src/lib/libsqlite3/src/hash.h U src/lib/libsqlite3/src/hwtime.h U src/lib/libsqlite3/src/insert.c U src/lib/libsqlite3/src/journal.c U src/lib/libsqlite3/src/legacy.c U src/lib/libsqlite3/src/lempar.c U src/lib/libsqlite3/src/loadext.c U src/lib/libsqlite3/src/main.c U src/lib/libsqlite3/src/malloc.c U src/lib/libsqlite3/src/mem0.c U src/lib/libsqlite3/src/mem1.c U src/lib/libsqlite3/src/mem2.c U src/lib/libsqlite3/src/mem3.c U src/lib/libsqlite3/src/mem5.c U src/lib/libsqlite3/src/memjournal.c U src/lib/libsqlite3/src/mutex.c U src/lib/libsqlite3/src/mutex.h U src/lib/libsqlite3/src/mutex_noop.c U src/lib/libsqlite3/src/mutex_os2.c U src/lib/libsqlite3/src/mutex_unix.c U src/lib/libsqlite3/src/mutex_w32.c U src/lib/libsqlite3/src/notify.c U src/lib/libsqlite3/src/os.c U src/lib/libsqlite3/src/os.h U src/lib/libsqlite3/src/os_common.h U src/lib/libsqlite3/src/os_os2.c U src/lib/libsqlite3/src/os_unix.c U src/lib/libsqlite3/src/os_win.c U src/lib/libsqlite3/src/pager.c U src/lib/libsqlite3/src/pager.h C src/lib/libsqlite3/src/parse.y U src/lib/libsqlite3/src/pcache.c U src/lib/libsqlite3/src/pcache.h U src/lib/libsqlite3/src/pcache1.c U src/lib/libsqlite3/src/pragma.c U src/lib/libsqlite3/src/prepare.c U src/lib/libsqlite3/src/printf.c U src/lib/libsqlite3/src/random.c U src/lib/libsqlite3/src/resolve.c U src/lib/libsqlite3/src/rowset.c U src/lib/libsqlite3/src/select.c U src/lib/libsqlite3/src/shell.c U src/lib/libsqlite3/src/sqlite.h.in U src/lib/libsqlite3/src/sqlite3ext.h U src/lib/libsqlite3/src/sqliteInt.h U src/lib/libsqlite3/src/sqliteLimit.h U src/lib/libsqlite3/src/status.c U src/lib/libsqlite3/src/table.c U src/lib/libsqlite3/src/tclsqlite.c U src/lib/libsqlite3/src/test1.c U src/lib/libsqlite3/src/test2.c U src/lib/libsqlite3/src/test3.c U src/lib/libsqlite3/src/test4.c U src/lib/libsqlite3/src/test5.c U src/lib/libsqlite3/src/test6.c U src/lib/libsqlite3/src/test7.c U src/lib/libsqlite3/src/test8.c U src/lib/libsqlite3/src/test9.c U src/lib/libsqlite3/src/test_async.c U src/lib/libsqlite3/src/test_autoext.c U src/lib/libsqlite3/src/test_backup.c U src/lib/libsqlite3/src/test_btree.c U src/lib/libsqlite3/src/test_config.c U src/lib/libsqlite3/src/test_demovfs.c U src/lib/libsqlite3/src/test_devsym.c U src/lib/libsqlite3/src/test_func.c U src/lib/libsqlite3/src/test_fuzzer.c U src/lib/libsqlite3/src/test_hexio.c U src/lib/libsqlite3/src/test_init.c U src/lib/libsqlite3/src/test_intarray.c U src/lib/libsqlite3/src/test_intarray.h U src/lib/libsqlite3/src/test_journal.c U src/lib/libsqlite3/src/test_loadext.c U src/lib/libsqlite3/src/test_malloc.c U src/lib/libsqlite3/src/test_multiplex.c U src/lib/libsqlite3/src/test_multiplex.h U src/lib/libsqlite3/src/test_mutex.c U src/lib/libsqlite3/src/test_onefile.c U src/lib/libsqlite3/src/test_osinst.c U src/lib/libsqlite3/src/test_pcache.c U src/lib/libsqlite3/src/test_quota.c U src/lib/libsqlite3/src/test_quota.h U src/lib/libsqlite3/src/test_rtree.c U src/lib/libsqlite3/src/test_schema.c U src/lib/libsqlite3/src/test_server.c U src/lib/libsqlite3/src/test_stat.c U src/lib/libsqlite3/src/test_superlock.c U src/lib/libsqlite3/src/test_syscall.c U src/lib/libsqlite3/src/test_tclvar.c U src/lib/libsqlite3/src/test_thread.c U src/lib/libsqlite3/src/test_vfs.c U src/lib/libsqlite3/src/test_vfstrace.c U src/lib/libsqlite3/src/test_wholenumber.c U src/lib/libsqlite3/src/test_wsd.c U src/lib/libsqlite3/src/tokenize.c U src/lib/libsqlite3/src/trigger.c U src/lib/libsqlite3/src/update.c U src/lib/libsqlite3/src/utf.c U src/lib/libsqlite3/src/util.c U src/lib/libsqlite3/src/vacuum.c U src/lib/libsqlite3/src/vdbe.c U src/lib/libsqlite3/src/vdbe.h U src/lib/libsqlite3/src/vdbeInt.h U src/lib/libsqlite3/src/vtab.c U src/lib/libsqlite3/src/vdbeapi.c U src/lib/libsqlite3/src/vdbeaux.c U src/lib/libsqlite3/src/vdbeblob.c U src/lib/libsqlite3/src/vdbemem.c U src/lib/libsqlite3/src/vdbesort.c U src/lib/libsqlite3/src/vdbetrace.c U src/lib/libsqlite3/src/wal.c U src/lib/libsqlite3/src/wal.h U src/lib/libsqlite3/src/walker.c U src/lib/libsqlite3/src/where.c N src/lib/libsqlite3/src/test_spellfix.c U src/lib/libsqlite3/tool/build-shell.sh U src/lib/libsqlite3/tool/diffdb.c U src/lib/libsqlite3/tool/extract.c U src/lib/libsqlite3/tool/fragck.tcl U src/lib/libsqlite3/tool/genfkey.README U src/lib/libsqlite3/tool/genfkey.test U src/lib/libsqlite3/tool/getlock.c U src/lib/libsqlite3/tool/lemon.c U src/lib/libsqlite3/tool/lempar.c U src/lib/libsqlite3/tool/mkkeywordhash.c U src/lib/libsqlite3/tool/mkopts.tcl U src/lib/libsqlite3/tool/mkspeedsql.tcl U src/lib/libsqlite3/tool/mksqlite3c-noext.tcl U src/lib/libsqlite3/tool/mksqlite3c.tcl U src/lib/libsqlite3/tool/mksqlite3h.tcl U src/lib/libsqlite3/tool/mksqlite3internalh.tcl U src/lib/libsqlite3/tool/offsets.c U src/lib/libsqlite3/tool/omittest.tcl U src/lib/libsqlite3/tool/opcodeDoc.awk U src/lib/libsqlite3/tool/restore_jrnl.tcl U src/lib/libsqlite3/tool/rollback-test.c U src/lib/libsqlite3/tool/showdb.c U src/lib/libsqlite3/tool/showjournal.c U src/lib/libsqlite3/tool/showwal.c U src/lib/libsqlite3/tool/soak1.tcl U src/lib/libsqlite3/tool/space_used.tcl U src/lib/libsqlite3/tool/spaceanal.tcl U src/lib/libsqlite3/tool/speedtest.tcl U src/lib/libsqlite3/tool/speedtest16.c U src/lib/libsqlite3/tool/speedtest2.tcl U src/lib/libsqlite3/tool/speedtest8.c U src/lib/libsqlite3/tool/speedtest8inst1.c U src/lib/libsqlite3/tool/split-sqlite3c.tcl U src/lib/libsqlite3/tool/symbols-mingw.sh U src/lib/libsqlite3/tool/symbols.sh U src/lib/libsqlite3/tool/tostr.awk U src/lib/libsqlite3/tool/vdbe-compress.tcl U src/lib/libsqlite3/tool/warnings-clang.sh U src/lib/libsqlite3/tool/warnings.sh 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jsqlite3:yesterday -jsqlite3 src/lib/libsqlite3 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/05/22 03:05:47 Modified files: lib/libsqlite3/src: parse.y Log message: merge sync CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/05/22 03:08:05 Modified files: lib/libsqlite3 : shlib_version sqlite3.pc lib/libsqlite3/src: sqlite3.h Log message: bump version, regen sqlite3.h with our changes (and bump version) CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/05/22 03:09:16 Modified files: usr.bin/tmux : tty.c Log message: Move some common code to repeat spaces into a function. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/05/22 03:10:09 Modified files: lib/libsqlite3/tool: lemon.c Log message: lemon bug: checking lines is not enough, we have to be sure we're at the end of file to make sure the include file hasn't been altered. problem reported by landry@, deraadt@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/05/22 03:14:10 Removed files: lib/libsqlite3/tool: shell1.test shell2.test shell3.test shell4.test shell5.test Log message: those no longer belong, they've been move to the test/ directory upstream CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/05/22 03:18:29 Log message: upstream 3.7.12 Status: Vendor Tag: sqlite3 Release Tags: sqlite_3_7_12 U src/usr.bin/sqlite3/shell.c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/22 03:27:18 Modified files: databases/sqlite3: Makefile distinfo Log message: minor update, synch with src CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/05/22 03:36:12 Modified files: usr.bin/tmux : tmux.h tty-term.c tty.c Log message: If there are any terminals with insert mode but not ich1, they can go through the slow path. Tidies code slightly. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/05/22 03:37:54 Modified files: usr.bin/tmux : tty.c Log message: Use tty_pane_full_width macro in some more places. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/05/22 04:03:07 Modified files: x11/xfce4/xfce4-session: Makefile x11/xfce4/xfce4-session/patches: patch-xfsm-shutdown-helper_main_c Added files: x11/xfce4/xfce4-session/patches: patch-scripts_xflock4 Log message: Fix PATH in xflock4 so it can find xlock and gnome-screensaver. Regen patches. ok landry CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/05/22 04:56:48 Modified files: usr.bin/tmux : cmd-attach-session.c cmd-new-session.c server-fn.c tmux.h Log message: Add a helper function to send ready message. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/05/22 05:35:37 Modified files: usr.bin/tmux : cmd-break-pane.c cmd-choose-buffer.c cmd-choose-client.c cmd-choose-session.c cmd-choose-window.c cmd-display-message.c cmd-find-window.c cmd-list-buffers.c cmd-list-clients.c cmd-list-sessions.c cmd-list-windows.c cmd-new-window.c cmd-split-window.c format.c tmux.1 tmux.h Log message: Switch all of the various choose- and list- commands over to the format infrastructure, from Thomas Adam. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/22 05:43:31 Modified files: net/samba : Makefile Log message: samba autoconf picks up uuid/uuid.h if installed; set BUILD_DEPENDS on e2fsprogs to make sure dpb doesn't junk it. unclear if it actually changes anything in the package but bumping anyway to be sure. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/22 05:46:40 Modified files: devel/ocaml-pcre: Makefile distinfo Log message: - update to 6.2.5 from Christopher Zimmermann CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/22 06:04:02 Modified files: databases/sqlports: Makefile databases/sqlports/files: Info.pm PkgPath.pm Var.pm mksqlitedb databases/sqlports/pkg: DESCR-compact DESCR-main Log message: tweak: MULTI table now holds pointer to the corresponding subpackage path CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2012/05/22 06:30:24 Modified files: usr.bin/diff : diffreg.c Log message: Strip trailing slashes from directory in splice() before appending the file portion. OK krw@ matthew@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/22 07:56:33 Modified files: x11/lablgtk2 : Makefile x11/lablgtk2/patches: patch-META Log message: Fix double definition of 'directory'. From Christopher Zimmermann, thanks OK jasper@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/05/22 08:11:30 Modified files: usr.bin/tmux : tmux.h tty-keys.c Log message: Store mouse data in tty structure not on the stack. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/05/22 08:32:28 Modified files: usr.bin/tmux : server-client.c tmux.h tty-keys.c tty.c Log message: Store client in tty struct directly instead of using a callback function pointer. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/05/22 08:53:32 Added files: devel/glade3 : Makefile distinfo devel/glade3/patches: patch-data_glade-3_desktop_in_in devel/glade3/pkg: DESCR PLIST Log message: Resurrect devel/glade3 from the Attic and update it to 3.8.2. It can still be used by Gtk2 apps/libs, while devel/glade is Gtk3 only. No conflict as they can be installed alongside. Discussed/ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/05/22 08:54:49 Modified files: devel : Makefile Log message: +glade3 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/05/22 08:56:01 Modified files: x11/xfce4/libxfce4ui: Makefile x11/xfce4/libxfce4ui/pkg: PLIST Log message: Resurrect glade3 support now that devel/glade3 <= 3.8 is back. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/22 08:58:41 Modified files: devel/glade3 : Makefile Log message: No need for --disable-gtk-doc, missed when I reviewed landry's commit. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/22 12:22:50 Modified files: multimedia/libvpx: Makefile distinfo multimedia/libvpx/patches: patch-build_make_configure_sh patch-build_make_gen_asm_deps_sh patch-configure patch-examples_mk patch-libs_mk multimedia/libvpx/pkg: PLIST Added files: multimedia/libvpx/patches: patch-vp8_common_reconinter_c patch-vp8_common_sad_c_c Log message: Update to libvpx 1.1.0. Also patched to fix operation on strict alignment archs: this fixes libvpx on alpha/arm/hppa/mips64/sparc/sparc64. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/05/22 12:26:35 Modified files: databases/py-redis: Makefile distinfo databases/py-redis/pkg: PLIST Log message: Update py-redis to 2.4.13. ok dcoppa@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/22 12:38:49 Modified files: audio/faad : Makefile distinfo audio/faad/patches: patch-common_mp4ff_Makefile_am patch-frontend_Makefile_am patch-plugins_xmms_src_Makefile_am audio/faad/pkg : PLIST-main Added files: audio/faad/patches: patch-common_mp4ff_mp4ff_h patch-common_mp4ff_mp4ffint_h Removed files: audio/faad/patches: patch-configure_in patch-frontend_main_c patch-include_faad_h patch-include_neaacdec_h patch-libfaad_structs_h patch-plugins_xmms_src_libmp4_c patch-plugins_xmms_src_mp4_utils_c Log message: Update to faad 2.7. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/22 12:39:42 Modified files: audio/audacious-plugins: Makefile audio/pianobar : Makefile audio/pianobar/patches: patch-src_player_c games/scummvm : Makefile multimedia/avidemux: Makefile Removed files: audio/audacious-plugins/patches: patch-src_aac_libmp4_c games/scummvm/patches: patch-audio_decoders_aac_cpp multimedia/avidemux/patches: patch-avidemux_ADM_audiocodec_ADM_codecfaad_cpp Log message: Remove workarounds now that we have a modern faad. from Brad CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/22 13:24:59 Modified files: sys/arch/sgi/dev: if_iec.c if_mec.c Log message: When setting up the multicast filter, use the ac_multicnt field of the arpcom struct to know if there are multicast entries, instead of counting the number of entries in the list. No functional change. From brad. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/22 13:53:40 Modified files: sys/arch/sgi/hpc: if_sq.c Log message: Make the multicast filter routine conform to the Party's standards. Adapted from a (non-compiling) diff from Brad. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/05/22 14:05:11 Modified files: lib/libc/stdio : fseek.3 Log message: Document that ftell() may return EOVERFLOW. Diff from Tim van der Molen. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/05/22 14:38:17 Modified files: usr.sbin/bgpd : rde.c Log message: Fix a warning message to print the correct information. OK henning@ sthen@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/05/22 14:42:48 Modified files: usr.sbin/bgpd : log.h Log message: Sync log strings with the possible values of IMSG_CTL_RESULT OK henning@ sthen@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/05/22 14:44:06 Modified files: usr.sbin/bgpd : rde_rib.c Log message: Flush the right networks, the dynamic ones not the static ones. OK henning@, sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/22 15:22:35 Modified files: www/epiphany : Makefile distinfo www/epiphany/patches: patch-lib_Makefile_in patch-src_Makefile_in patch-tests_Makefile_in Log message: - update to 3.4.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/22 15:26:11 Modified files: devel/arduino : Makefile distinfo devel/arduino/files: BSDmakefile devel/arduino/patches: patch-hardware_arduino_boards_txt patch-libraries_Wire_Wire_cpp devel/arduino/pkg: PLIST Log message: - update to 1.0.1 * release notes can be found here: http://arduino.cc/en/Main/ReleaseNotes - set default baud rate for the uno, instead of defaulting to older boards. tested by various CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/05/22 16:52:38 Modified files: security/p5-IO-Socket-SSL: Makefile distinfo Log message: update p5-IO-Socket-SSL to 1.74 with wen heping CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/05/22 17:43:40 Modified files: lib/libc/stdio : fseek.3 Log message: Don't misleadingly suggest that fpos_t only needs to be a complex type on non-UNIX systems: it's a complex type on Linux, and to be C99 compliant we'll probably need it to be a complex type too. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/05/22 21:28:28 Modified files: usr.bin/ssh : key.c key.h dns.c dns.h ssh-keygen.c Log message: add support for RFC6594 SSHFP DNS records for ECDSA key types. patch from bugzilla-m67 AT nulld.me in bz#1978; ok + tweak markus@ CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/05/22 23:29:22 Modified files: usr.bin/mg : fileio.c Log message: Change how mg handles files beginning with a '~'. Bring behaviour more into line with emacs. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/23 00:44:50 Modified files: sysutils/syslog-ng: Makefile sysutils/syslog-ng/pkg: syslog_ng.rc Log message: If syslog-ng is started early during boot-up (that is if one replaces the syslogd rc.d(8) script with the syslog_ng one), it will fail to launch because ldconfig(8) hasn't had a chance to run yet. Add an rc_pre() that will take care of that. ok sthen@ steven@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/23 01:31:46 Modified files: net/scli : Makefile distinfo Log message: - update to 0.4.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/23 01:51:00 Modified files: multimedia/devede: Makefile distinfo Added files: multimedia/devede/patches: patch-devede Removed files: multimedia/devede/patches: patch-devede_py Log message: Update to devede-3.22.0. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/05/23 02:23:43 Modified files: sys/arch/amd64/amd64: bus_space.c sys/arch/i386/i386: machdep.c Log message: increase the number of io and mem extent regions for amd64 to 16 as it was done for i386 some time ago; update the comment in the i386 code to reflect reality. this helps machines with plenty of memory regions set up by the bios. ok kettenis, jsg CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/05/23 03:04:15 Modified files: sys/dev/pci : pcidevs Log message: Add a ServerEngines vendor ID and a couple of products IDs for BladeEngine2 and BladeEngine3; ok jsg CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/05/23 03:04:54 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/05/23 03:16:19 Modified files: net/dnsmasq : Makefile net/dnsmasq/patches: patch-src_dnsmasq_c Added files: net/dnsmasq/patches: patch-src_util_c Log message: Several fixes from upstream: - Fix non-response to router-solicitations when router-advertisement configured, but DHCPv6 not configured. - Fix a bug which broke DHCPv6/RA with prefix lengths which are not divisible by 8. from Brad CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/05/23 03:52:55 Modified files: usr.sbin/pkg_add: pkg_mklocatedb Log message: also record expanded @exec-like actions and @newauth... CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/05/23 04:03:35 Modified files: share/man/man4 : mpii.4 Log message: remove a misleading comment CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/05/23 05:08:57 Modified files: sys/compat/linux: linux_misc.c linux_types.h syscalls.master Log message: Add support for statfs64. While at it get rid of some magic numbers and add support for more filesystem types (like NTFS, AFS etc.). Suggestions and feedback from ajacoutot@, jsing@ and matthew@. Okay matthew@. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/05/23 05:12:46 Modified files: sys/compat/linux: linux_syscall.h linux_syscallargs.h linux_syscalls.c linux_sysent.c Log message: Regenerate. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/23 08:36:33 Modified files: x11/gnome/session: Makefile distinfo x11/gnome/session/pkg: PLIST Log message: Minor update to gnome-session-3.4.2.1. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/05/23 08:54:04 Modified files: sbin/iked : iked.h ikev2.c Log message: factor out proposal matching code from ikev2_sa_negotiate and eliminate the protoid argument as a first step towards successful ah negotiation; make code a bit more readable while here. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/23 09:02:52 Log message: import java/jBCrypt, ok okan@ jBCrypt is a Java implementation of OpenBSD's Blowfish password hashing code, compatible with the canonical C implementation of the bcrypt algorithm. This system hashes passwords using a version of Bruce Schneier's Blowfish block cipher with modifications designed to raise the cost of off-line password cracking and frustrate fast hardware implementation. The computation cost of the algorithm is parametised, so it can be increased as computers get faster. The intent is to make a compromise of a password database less likely to result in an attacker gaining knowledge of the plaintext passwords (e.g. using John the Ripper). Status: Vendor Tag: sthen Release Tags: sthen_20120523 N ports/java/jBCrypt/Makefile N ports/java/jBCrypt/distinfo N ports/java/jBCrypt/.nfs09CC55E70DB3B18C N ports/java/jBCrypt/files/build.xml N ports/java/jBCrypt/pkg/PLIST N ports/java/jBCrypt/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/23 09:03:58 Removed files: java/jBCrypt : .nfs09CC55E70DB3B18C Log message: die. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/23 09:04:30 Modified files: java : Makefile Log message: +jBCrypt CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/23 09:11:44 Log message: re-import node into lang, www was poorly chosen at the time of import from aaron bieber (MAINTAINER), with cluestick hitting by espie@ as discussed with and ok sthen@ Status: Vendor Tag: jasper Release Tags: jasper_20122305 N ports/lang/node/Makefile N ports/lang/node/distinfo N ports/lang/node/node.port.mk N ports/lang/node/patches/patch-deps_v8_SConstruct N ports/lang/node/patches/patch-deps_v8_src_atomicops_h N ports/lang/node/patches/patch-deps_v8_src_heap_cc N ports/lang/node/patches/patch-deps_v8_src_platform_h N ports/lang/node/patches/patch-lib_module_js N ports/lang/node/patches/patch-src_platform_openbsd_cc N ports/lang/node/patches/patch-tools_wafadmin_Tools_python_py N ports/lang/node/patches/patch-wscript N ports/lang/node/patches/patch-deps_npm_node_modules_node-gyp_lib_build_js N ports/lang/node/patches/patch-deps_npm_node_modules_node-gyp_lib_configure_js N ports/lang/node/patches/patch-deps_npm_node_modules_node-gyp_lib_install_js N ports/lang/node/pkg/PLIST N ports/lang/node/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/23 09:12:12 Modified files: lang : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/23 09:12:44 Modified files: www : Makefile Log message: unhook www/node, it moved to lang/node CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/23 09:13:20 Modified files: databases/node-pg: Makefile databases/node-sqlite3: Makefile devel/node-expresso: Makefile devel/node-fibers: Makefile devel/node-generic-pool: Makefile devel/node-mnm : Makefile lang/coffeescript: Makefile security/node-bcrypt: Makefile sysutils/node-syslog: Makefile graphics/node-canvas: Makefile Log message: adjust for node.port.mk location change CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/23 09:13:41 Removed files: www/node : Makefile distinfo node.port.mk www/node/patches: patch-deps_npm_node_modules_node-gyp_lib_build_js patch-deps_npm_node_modules_node-gyp_lib_configure_js patch-deps_npm_node_modules_node-gyp_lib_install_js patch-deps_v8_SConstruct patch-deps_v8_src_atomicops_h patch-deps_v8_src_heap_cc patch-deps_v8_src_platform_h patch-lib_module_js patch-src_platform_openbsd_cc patch-tools_wafadmin_Tools_python_py patch-wscript www/node/pkg : DESCR PLIST Log message: be gone, you belong in lang/ now. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/05/23 09:15:26 Modified files: share/man/man5 : port-modules.5 Log message: www/node -> lang/node cvs: ---------------------------------------------------------------------- CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/05/23 09:36:26 Modified files: sys/dev/pci : ichiic.c Log message: add C600 SMBus ok dlg@ tested by and ok mikeb@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/05/23 10:23:01 Modified files: sbin/iked : ikev2.c Log message: remove hardcoded values for esp and let ikev2_add_proposals decide which proposals to include if protocol is not specified explicitely; allows iked to successfully negotiate ah. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/05/23 10:40:07 Modified files: sbin/iked : iked.conf.5 Log message: fixup from/to specification CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/05/23 10:41:33 Modified files: etc : iked.conf Log message: fixup from/to specification CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/23 11:01:56 Modified files: x11/gnome/eog/patches: patch-src_eog-exif-util_c Log message: Committed uptream. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/05/23 11:24:10 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: ports Changes by: sthen@cvs.openbsd.org 2012/05/23 12:02:09 Modified files: productivity/radicale: Makefile distinfo productivity/radicale/patches: patch-config patch-radicale_config_py productivity/radicale/pkg: PLIST Log message: update to radicale 0.7, from maintainer Sergey Bronnikov CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/05/23 13:12:44 Modified files: usr.bin/aucat : aproc.c Log message: Fix wrong arithmetics in channel mapping causing crashes if all of the recorded or played channels don't exist. With help from Remco , thanks! CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/05/23 13:14:02 Modified files: usr.bin/aucat : dev.c Log message: Fix duplicate mixer knob names CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/05/23 13:19:40 Modified files: usr.bin/tmux : grid.c screen-redraw.c tmux.h Log message: Use a predefined structure for not-space cells used to set attributes. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/05/23 13:25:11 Modified files: include : sndio.h usr.bin/aucat : aucat.c miofile.c siofile.c lib/libsndio : mio.c mio_open.3 sio.c sio_open.3 sndio.7 Log message: Make the "default" string a valid device name that has the same effect as NULL has. This will (hopefully) simplify ports where the user passes the device string. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/05/23 13:47:03 Modified files: sys/compat/linux: linux_misc.c syscalls.master Log message: Add emulation support for fstatfs64. Okay matthew@. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/05/23 13:48:26 Modified files: sys/compat/linux: linux_syscall.h linux_syscallargs.h linux_sysent.c linux_syscalls.c Log message: Regenerate. CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2012/05/23 14:17:14 Modified files: . : plus51.html Log message: small nit CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/23 15:33:04 Modified files: databases/mysql: Makefile databases/mysql/pkg: README-server Log message: Stop recommending that people use mysqld_safe(1) directly, the rc script is preferred. Adjust some wording in the paragraph about login classes while there. From Brad. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/05/23 16:46:58 Modified files: usr.sbin/smtpd : util.c Log message: - introduce temp_inet_net_pton_ipv6() temporarily until we have AF_INET6 support in inet_net_pton(). - in text_to_netaddr(), if we are handling an inet6 netmask AND we have inet_net_pton() that failed with EAFNOSUPPORT, THEN we fallback to this. quick fix to unbreak setups that use inet6, a diff is floating to have it supported at the right place. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/23 18:49:55 Modified files: mail/dovecot-pigeonhole: Tag: OPENBSD_5_1 Makefile Added files: mail/dovecot-pigeonhole/patches: Tag: OPENBSD_5_1 patch-src_managesieve-login_managesieve-proxy_c Log message: Add patch to -stable needed to build Pigeonhole 0.2.5 against Dovecot 2.0.20; from form@, thanks! CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/05/23 19:19:16 Modified files: sys/compat/linux: linux_emuldata.h linux_sched.c Log message: If LINUX_CLONE_SETTLS isn't set, then the clone()d child should inherit the TCB value from the parent instead of having it zeroed. ok pirofti@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/05/24 00:57:17 Modified files: lib/libsqlite3/tool: lemon.c Log message: fuck, forgot we still have !C99 compilers reminded by deraadt@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/05/24 01:17:42 Modified files: sys/sys : timeout.h timetc.h sys/kern : kern_clock.c kern_tc.c kern_time.c kern_timeout.c Log message: On resume, run forward the monotonic and realtimes clocks instead of jumping just the realtime clock, triggering and adjusting timeouts to reflect that. ok matthew@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/24 01:58:20 Modified files: x11/gnome/controlcenter: Makefile Added files: x11/gnome/controlcenter/patches: patch-configure_ac patch-panels_Makefile_am Removed files: x11/gnome/controlcenter/patches: patch-configure patch-panels_Makefile_in Log message: Properly disable the wacom panel. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/05/24 02:23:02 Modified files: games/puzzles : Makefile distinfo games/puzzles/patches: patch-Makefile games/puzzles/pkg: PLIST Log message: Update to puzzles r9534, fix WANTLIB and regen PLIST while here. Thx sthen@ for distfile mirroring.. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/24 02:36:05 Modified files: graphics/mandelbulber: Makefile distinfo graphics/mandelbulber/patches: patch-makefiles_makefile patch-makefiles_src_subdir_mk graphics/mandelbulber/pkg: PLIST Log message: - update to 1.11 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/24 02:51:32 Modified files: lang/rubinius/patches: patch-configure Log message: Don't assume that llvm-config is a perl script, will fix build with LLVM 3.1 ok jeremy@ CVSROOT: /cvs Module name: src Changes by: kirby@cvs.openbsd.org 2012/05/24 03:08:38 Modified files: share/man/man4 : umsm.4 Log message: Move this modem to the list of supported devices. Tested by myself. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/24 03:44:50 Modified files: telephony/pjsua: Makefile distinfo Log message: Bugfix update to 1.14.2 CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/05/24 04:16:36 Modified files: . : plus.html Log message: May 14 to 20 of plus.html by Steffen Daode Nurpmeso. Some tweaks by me. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2012/05/24 05:35:29 Modified files: sysutils/detox : Makefile Log message: Fix id $OpenBSD: -> $OpenBSD$ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/24 05:52:32 Modified files: x11/gnome/grilo: Makefile distinfo x11/gnome/grilo/pkg: PLIST Removed files: x11/gnome/grilo/patches: patch-configure Log message: update to 0.1.19 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/24 05:52:38 Modified files: x11/gnome/grilo-plugins: Makefile distinfo x11/gnome/grilo-plugins/pkg: PLIST Log message: update to 0.1.19 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/24 07:35:44 Modified files: x11/gnome/gedit: Makefile distinfo x11/gnome/gedit/pkg: PLIST Log message: - update to 3.4.2 CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/05/24 08:27:19 Modified files: graphics/p5-Image-ExifTool: Makefile distinfo Log message: update to 8.90; from MAINTAINER (Patrick Keshishian) ok giovanni@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/05/24 08:41:36 Modified files: sbin/iked : ikev2_msg.c Log message: don't increment the next expected message id when sending a response back. while it might look like a step backwards, this fixes up eap negotiation and bigger changes to this code are in the pipe anyways. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/05/24 09:43:18 Modified files: lib/libsqlite3 : shlib_version Log message: some symbols actually changed. visible interface, not "officially" published, but still... technically visible. Better safe than sorry: major bump. as prodded/discussed with deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/05/24 10:53:22 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: espie@cvs.openbsd.org 2012/05/24 11:49:51 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: put possible fragments in there. fix buglet in parsing libraries CVSROOT: /cvs Module name: ports Changes by: miod@cvs.openbsd.org 2012/05/24 11:55:48 Modified files: comms/xastir : Makefile Log message: Build with -fno-tree-ter on sparc64, and unbreak. No version bump since this does not affect the other platforms. ok landry@ CVSROOT: /cvs Module name: ports Changes by: shadchin@cvs.openbsd.org 2012/05/24 12:25:57 Log message: Import audio/musepack, ok ajacoutot@ Status: Vendor Tag: shadchin Release Tags: shadchin_20122505 N ports/audio/musepack/Makefile N ports/audio/musepack/distinfo N ports/audio/musepack/pkg/PLIST N ports/audio/musepack/pkg/DESCR N ports/audio/musepack/pkg/PFRAG.shared N ports/audio/musepack/patches/patch-CMakeLists_txt N ports/audio/musepack/patches/patch-libmpcdec_CMakeLists_txt N ports/audio/musepack/patches/patch-mpc2sv8_CMakeLists_txt N ports/audio/musepack/patches/patch-mpcenc_CMakeLists_txt N ports/audio/musepack/patches/patch-mpcgain_mpcgain_c N ports/audio/musepack/patches/patch-mpcgain_CMakeLists_txt N ports/audio/musepack/patches/patch-mpcgain_gain_analysis_c N ports/audio/musepack/patches/patch-mpcchap_CMakeLists_txt N ports/audio/musepack/patches/patch-mpcchap_mpcchap_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: shadchin@cvs.openbsd.org 2012/05/24 12:30:59 Modified files: audio : Makefile Log message: +musepack CVSROOT: /cvs Module name: ports Changes by: shadchin@cvs.openbsd.org 2012/05/24 12:36:45 Modified files: audio/aqualung : Makefile audio/mpd : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm multimedia/gstreamer-0.10/plugins-bad: Makefile multimedia/k3b : Makefile multimedia/k3b/patches: patch-configure multimedia/xine-lib: Makefile multimedia/xine-lib/patches: patch-configure_ac Added files: multimedia/k3b/patches: patch-plugins_decoder_musepack_k3bmpcwrapper_cpp patch-plugins_decoder_musepack_k3bmpcwrapper_h Log message: Switch ports on musepack, ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/05/24 12:40:49 Modified files: net/trickle : Makefile net/trickle/patches: patch-trickle-overload_c net/trickle/pkg: MESSAGE PLIST Log message: Little update to make Makefile better to eyes, USE_GROFF is not needed, fix the HOMEPAGE, add rc.d(8) script and cut the rc.local parts on MESSAGE because now we have rc script. Tested on i386. Ok okan@, aja@, gsoares@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/05/24 12:41:34 Added files: net/trickle/pkg: trickled.rc Log message: add rc script CVSROOT: /cvs Module name: ports Changes by: shadchin@cvs.openbsd.org 2012/05/24 12:57:14 Modified files: audio : Makefile Removed files: audio/libmpcdec: Makefile distinfo audio/libmpcdec/patches: patch-include_mpcdec_config_types_h_in patch-src_sample_cpp audio/libmpcdec/pkg: DESCR PFRAG.shared PLIST audio/mppenc : Makefile distinfo audio/mppenc/patches: patch-CMakeLists_txt patch-src_CMakeLists_txt patch-src_bitstream_c patch-src_config_h patch-src_cvd_c patch-src_mppdec_h patch-src_tools_c patch-src_wave_in_c audio/mppenc/pkg: DESCR PLIST Log message: Unlink and remove libmpcdec and mppenc (replaced by musepack) ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/05/24 13:22:46 Modified files: sys/kern : tty_subr.c Log message: When clearing quote bits in getc and q_to_b, clear from the c_cf (the first, that is being removed) rather than c_cl (the last). ok matthew miod deraadt CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/05/24 13:30:45 Modified files: sys/kern : tty_subr.c Log message: unputc should clear the character removed in the buffers like getc. ok matthew miod deraadt CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/24 13:34:54 Modified files: games/fortune/datfiles: fortunes Log message: typos CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/24 13:40:51 Modified files: sys/dev/isa : pnpdevs usr.sbin/amd/amd: umount_fs.c Log message: exlusive -> exclusive CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/05/24 13:46:27 Modified files: sys/kern : tty_subr.c Log message: A couple of trivial spacing and comment fixes. ok miod blambert CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/05/24 13:59:22 Modified files: sys/dev/acpi : acpi.c Log message: If _MIN > _MAX consider a WordBus resource to be invalid. Fixes a panic on the IBM x3550-M4. ok mikeb@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/05/24 17:33:23 Modified files: usr.bin/mandoc : libmandoc.h libmdoc.h main.c mandoc.1 mandoc.h mandocdb.c mdoc.c mdoc_validate.c read.c Log message: Support -Ios='OpenBSD 5.1' to override uname(3) as the source of the default value for the mdoc(7) .Os macro. Needed for man.cgi on the OpenBSD website. Problem with man.cgi first noticed by deraadt@; beck@ and deraadt@ agree with the way to solve the issue. CVSROOT: /cvs Module name: ports Changes by: lteo@cvs.openbsd.org 2012/05/24 19:42:29 Modified files: net/libnetdude/libnetdude: Makefile Added files: net/libnetdude/libnetdude/patches: patch-test_Makefile_in patch-test_lnd_test_c Log message: Make the test suite actually build and run: - Set REGRESS_DEPENDS = ${FULLPKGPATH} because the test suite needs the libnetdude package itself to be installed in order to build and run. - Make the "check" target in test/Makefile actually execute the test suite, instead of just building the test programs and exiting. - Change the test suite program (test/lnd-test.c) to include netinet/if_ether.h instead of net/ethernet.h which does not exist on OpenBSD. - Fix the last test to report the correct result. - Let lnd-test exit with exit code 1 if any tests fail (previously it would always exit with exit code 0 even if tests fail). The test suite still fails due to the failure of one test, but at least it builds and runs now. :) ok sthen haesbaert henning CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2012/05/24 19:58:08 Modified files: lib/libpcap : Makefile pcap-bpf.c pcap-int.h pcap.3 pcap.c pcap.h savefile.c shlib_version Log message: Import a number of core functions from libpcap-1.2.0 while preserving local changes: strncpy() -> strlcpy(), malloc(x * y) -> calloc(x, y), exclude cross-platform cruft, etc. The new functions are pcap_create(), pcap_set_snaplen(), pcap_set_promisc(), pcap_can_set_rfmon(), pcap_set_rfmon(), pcap_set_timeout(), pcap_set_buffer_size(), pcap_activate(), and pcap_statustostr(). This diff was tested on amd64, i386, macppc, and sparc64, where regression tests were done on various pcap-based ports (especially amd64 and i386 where regression tests were run on all pcap-based ports). Testers also tried running pcap-based ports that they are familiar with to ensure that there is no behavioral change. tcpdump and pflogd in base were also tested by different testers. The new pcap_* functions were tested with a proof-of-concept Snort 2.9 port for many months. Thank you to everyone who helped test this diff and provided feedback: haesbaert@, sthen@, matthew@, gonzalo@, brett@, Rodolfo Gouveia, Aaron Bieber, Markus Lude, and Ray Percival. ok haesbaert sthen henning CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/05/24 22:39:41 Modified files: sys/compat/linux: linux_sched.c sys/kern : kern_sysctl.c Log message: Change the KERN_FILE_BYPID and KERN_FILE_BYUID modes of the KERN_FILE2 sysctl() to be per-process instead of per-thread. This means the filedesc table has to really be per-process instead of per-thread, so make it an error for the linux clone() emulation to try to do otherwise. This removes pointless duplication in fstat's output. requested by jsing@ and deraadt@, ok matthew@ deraadt@ CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/05/24 22:56:58 Modified files: usr.bin/mg : def.h extend.c file.c fileio.c Log message: Remove static FILE pointer used for handling files in fileio.c. Pass by reference instead. This allows the mg startup file to open other files without unexpected things happening. Discussed with Sunil Nimmagadda. CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/05/24 23:05:48 Modified files: usr.bin/mg : main.c Log message: Prepare mg buffers before startup file is parsed so multiple files can be opened via the startup file. Having find-file, insert-file etc.. in the startup file now work as you would expect. Reviewed by Sunil Nimmagadda. CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/05/24 23:16:59 Modified files: usr.bin/mg : search.c Log message: Allow searching (C-s or C-r) to wrap around the ends of a buffer. Even if the search string is located at the beginning or end of a buffer. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/05/25 00:22:09 Modified files: share/man/man5 : defaultdomain.5 Log message: defaultdomain now read by rc, not netstart; from Chad Gross ok ajacoutot CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/25 01:15:41 Modified files: audio/liba52 : Makefile distinfo audio/liba52/patches: patch-liba52_bitstream_c patch-libao_audio_out_oss_c audio/liba52/pkg: DESCR PLIST Added files: audio/liba52/patches: patch-configure_in Removed files: audio/liba52/patches: patch-configure Log message: Update liba52 to 0.7.5-cvs snapshot. This was intended to be the 0.7.5 release but uptream project is essentially dead and the fixes and improvements since 0.7.4 are worth getting in. from Brad, maintainer timeout CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/25 01:20:56 Modified files: security/py-crypto/patches: Tag: OPENBSD_5_1 patch-lib_Crypto_Hash___init___py patch-lib_Crypto_SelfTest_Cipher___init___py patch-lib_Crypto_SelfTest_Hash___init__py patch-setup_py Log message: regen, no pkg change. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/25 01:45:33 Modified files: multimedia/x264: Makefile distinfo multimedia/x264/patches: patch-Makefile patch-configure patch-version_sh Log message: Update to x264-20120520. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/25 02:21:28 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: update to Postfix snapshot 2.10-20120520, from Brad, I had the same diff CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/25 02:21:43 Modified files: mail/postfix/stable: Makefile distinfo Log message: update to Postfix 2.9.3, from Brad, I had the same diff CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/25 02:24:40 Modified files: www/lighttpd : Makefile Added files: www/lighttpd/patches: patch-src_mod_extforward_c Log message: Add lighttpd patch: add support for IPv6 to mod_extforward. From Brad. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/05/25 02:28:10 Modified files: usr.bin/tmux : client.c log.c tmux.c tmux.h Log message: Simplify logging and just fprintf(stderr, ...) for early errors. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/25 02:59:04 Modified files: net/pidgin : Makefile Log message: Add --disable-farstream to avoid hidden dep, ok jasper@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/25 03:05:49 Modified files: devel/llvm : Makefile distinfo devel/llvm/patches: patch-Makefile_config_in patch-cmake_config-ix_cmake patch-lib_Transforms_Makefile devel/llvm/pkg : PLIST Added files: devel/llvm/patches: patch-configure Removed files: devel/llvm/patches: patch-tools_clang_lib_Basic_Targets_cpp patch-tools_clang_lib_Driver_Tools_cpp Log message: Update to LLVM 3.1. Thanks Brad for pointing out a few problems with my original diff. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/05/25 03:10:52 Modified files: audio/musepack : Makefile Log message: unbreak by shortening comment. jasper@ ok CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/25 05:31:04 Modified files: sys/arch/sgi/gio: gio.c sys/arch/sgi/localbus: imc.c sys/arch/sgi/compile: .cvsignore sys/arch/sgi/stand/boot: arcbios.c boot.c version Added files: sys/arch/sgi/conf: GENERIC-IP28 RAMDISK-IP28 Log message: Support for the POWER Indigo2 R10000 systems (IP28). Currently running with ECC checking disabled, which allows the existing Indigo2 drivers to run unmodified. CVSROOT: /cvs Module name: www Changes by: lum@cvs.openbsd.org 2012/05/25 05:34:23 Modified files: faq : faq8.html Log message: Put a reminder for DNS link/config once unbound is ready. discussed with nick@ and sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/25 05:50:42 Modified files: x11/gnome/controlcenter/patches: patch-configure_ac patch-panels_Makefile_am Log message: Committed upstream. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/25 06:13:01 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_Cipher_test_pkcs1_oaep_py patch-lib_Crypto_SelfTest_Hash___init__py patch-lib_Crypto_SelfTest_Signature_test_pkcs1_15_py patch-lib_Crypto_SelfTest_Signature_test_pkcs1_pss_py patch-setup_py security/py-crypto/pkg: PLIST Log message: - security update of py-crypto to 2.6 Fixes CVE-2012-2417, PyCrypto <= 2.5 insecure ElGamal key generation. ok mpi@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/25 06:14:35 Modified files: security/py-crypto: Tag: OPENBSD_5_1 Makefile Added files: security/py-crypto/patches: Tag: OPENBSD_5_1 patch-lib_Crypto_PublicKey_ElGamal_py Log message: Security fix for CVE-2012-2417, PyCrypto <= 2.5 insecure ElGamal key generation Patch taken from upstream git ok mpi@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/25 06:24:04 ports/textproc/py-feedparser/patches Update of /cvs/ports/textproc/py-feedparser/patches In directory cvs.openbsd.org:/tmp/cvs-serv25368/patches Log Message: Directory /cvs/ports/textproc/py-feedparser/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/25 06:27:33 Modified files: textproc/py-feedparser: Makefile Added files: textproc/py-feedparser/patches: patch-feedparser_feedparser_py Log message: Security fix for CVE-2012-2921, feedparser DOCTYPE and ENTITY XML Declaration Denial of Service Vulnerability CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/25 06:28:51 Modified files: textproc/py-feedparser: Tag: OPENBSD_5_1 Makefile Added files: textproc/py-feedparser/patches: Tag: OPENBSD_5_1 patch-feedparser_feedparser_py Log message: Security fix for CVE-2012-2921, feedparser DOCTYPE and ENTITY XML Declaration Denial of Service Vulnerability CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/25 06:40:16 ports/sysutils/entr/patches Update of /cvs/ports/sysutils/entr/patches In directory cvs.openbsd.org:/tmp/cvs-serv15127/patches Log Message: Directory /cvs/ports/sysutils/entr/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/25 06:46:40 Modified files: sysutils/entr : Makefile distinfo Log message: - update to 1.4 from maintainer with tweaks by me CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/05/25 06:51:06 Modified files: audio/musepack : Makefile audio/musepack/pkg: PLIST Log message: Add pkgpath markers for libmpcdec and mppenc. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/05/25 07:16:13 Modified files: education/anki : Makefile distinfo Removed files: education/anki/patches: patch-libanki_anki_deck_py Log message: Update to anki 1.2.11. See http://ankisrs.net/changes.html for details CVSROOT: /cvs Module name: ports Changes by: shadchin@cvs.openbsd.org 2012/05/25 07:46:08 Modified files: audio/pacpl : Makefile audio/pacpl/patches: patch-pacpl Added files: audio/pacpl/patches: patch-configure Log message: Switch pacpl on musepack, pointed out by naddy@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/05/25 07:51:42 Modified files: usr.sbin/smtpd : delivery_filename.c delivery_maildir.c scheduler_ramqueue.c Log message: add missing header needed by time() ok gilles@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/05/25 07:52:33 Modified files: usr.sbin/smtpd : ioev.c Log message: remove unused variable ok gilles@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/05/25 08:08:48 Modified files: usr.bin/sqlite3: shell.c Log message: grr... another C99-only assignment. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/05/25 08:32:15 Modified files: www/moinmoin : Makefile distinfo www/moinmoin/pkg: PLIST Removed files: www/moinmoin/patches: patch-MoinMoin_parser_text_rst_py patch-MoinMoin_support_werkzeug_templates_py Log message: Update to 1.9.4. See http://hg.moinmo.in/moin/1.9/raw-file/1.9.4/docs/CHANGES for details CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/05/25 09:14:39 Modified files: usr.bin/mg : basic.c Log message: When paging down a buffer (C-v) stop earlier before having the last line as the top line in the window. This emulates emacs behaviour. CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/05/25 09:29:13 Modified files: usr.bin/mg : README tutorial Log message: Move the windows section in the tutorial to a more sensible place (next to buffers) and move the mg history into the README file which seems a more sensible place as well. CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/05/25 09:41:09 Modified files: usr.bin/mg : mg.1 Log message: Be consistent on how we describe key-strokes: UP-low (c-H -> C-h) CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/05/25 10:49:05 Modified files: usr.bin/mg : tutorial Log message: full-stops mainly. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/05/25 11:10:56 Modified files: lib/libpcap : pcap.3 Log message: tweak previous; ok sthen lteo CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/25 11:11:40 Modified files: sys/arch/sparc/dev: zs.c Log message: Correctly handle the case of a system setup to use glass console, which frame buffer has been removed, but which keyboard is left plugged in. The PROM will select a `keyboard input, serial output' console, which was being recognized as glass console by the kernel. The kernel would then reset the serial chip at zstty attach time, while still using the PROM output routines at this point, and hang. Fix this by paying attention to split input/output setups and always falling back to serial console in this case. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/25 11:32:38 Modified files: distrib/sgi/cdfs: Makefile distrib/sgi/iso: Makefile distrib/sgi/ramdisk: Makefile list etc/etc.sgi : Makefile.inc disktab Log message: Hook sgi IP28 kernels into the build. While there, update the iso images to provide IP22 and IP28 kernels, as well as the ECOFF bootblock. No objection from deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/25 11:40:35 Modified files: distrib/notes/sgi: contents hardware install prep Log message: IP28 bits. Also explain how to boot from the CD-ROM manually if the PROM can't manage to use it from the `install system software' menu. CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2012/05/25 12:10:29 Modified files: . : sgi.html Log message: I'm afraid I couldn't help but make the IP28 system which arrived this morning run multiuser. It's currently busy baking a muild. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/25 12:17:20 Modified files: sys/arch/sgi/localbus: imc.c imcreg.h Log message: On IP28, silently acknowledge bus errors which can be attributed to speculative execution, while in kernel mode, attempting to access bogus physical address through CKSEG[01] or XKPHYS. Surprisingly enough, an IP28 system can boot multiuser without triggering any such error; they will only show up if there is a lot of I/O (and thus, context switching). CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/05/25 13:25:38 Modified files: share/man/man8 : ssl.8 Log message: recommend rsa4096 and sha256; from Nicolai ok millert CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2012/05/25 14:27:35 Modified files: faq : faq10.html Log message: recommend rsa4096 and sha256; from Nicolai ok millert nick CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/25 16:21:53 Modified files: lang/boo : Makefile lang/boo/pkg : PLIST Log message: unexec -> unexec-delete. ok from maintainer Ryan Boggs CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/26 00:26:04 Modified files: print/cups : Makefile print/cups/pkg : cupsd.rc Log message: Please security(8): cat the content of the CUPS printcap file into /etc/printcap(5) instead of creating a link. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/26 00:43:38 Modified files: print/cups : Makefile print/cups/pkg : cupsd.rc Log message: Err stupid me. Revert previous otherwise we won't get printer updates in the printcap. I'll have to think about something else... CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/05/26 02:43:44 Modified files: cs : donations.html events.html index.html plat.html security.html de : ftp.html faq/cs : faq1.html faq2.html faq3.html faq9.html index.html faq/de : faq14.html faq/fr : current.html faq1.html faq10.html faq11.html faq12.html faq13.html faq15.html faq2.html faq3.html faq4.html faq5.html faq6.html faq7.html faq8.html faq9.html index.html faq/nl : faq10.html faq14.html faq8.html faq/pf/cs : config.html filter.html index.html macros.html tables.html nl : ftp.html openbgpd/de : ftp.html openbgpd/fr : ftp.html openntpd/de : ftp.html portable.html openntpd/fr : ftp.html openssh/cs : index.html openssh/de : ftp.html portable.html specs.html openssh/fr : ftp.html openssh/nl : ftp.html portable.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/26 02:44:32 Modified files: devel/lua-lgi : Makefile distinfo devel/lua-lgi/pkg: PLIST Log message: - update to 0.6 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/26 02:56:44 Modified files: devel/lua-lgi : Makefile Added files: devel/lua-lgi/patches: patch-tests_Makefile Log message: - unbreak regress tests and set REGRESS_IS_INTERACTIVE=x11 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/26 03:08:57 Modified files: lang/erlang : Makefile distinfo lang/erlang/patches: patch-erts_emulator_Makefile_in patch-lib_tools_c_src_Makefile_in patch-make_target_mk lang/erlang/pkg: PFRAG.shared PLIST Log message: - update to R15B01 - reset maintainer as requested by alex CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/26 03:13:43 Modified files: lang/clang : clang.port.mk Log message: add MODCLANG_VERSION prompted by sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/26 03:14:34 Modified files: devel/llvm : Makefile x11/gnome/gedit-code-assistance: Makefile x11/gnome/gedit-code-assistance/patches: patch-src_backends_c_gcp-c-compile-args_c Log message: - let g-c-a use the clang module to get the correct includes path - add a reminder commennt in llvm/Makefile discussed with and ok sthen@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/05/26 03:15:38 Modified files: share/man/man5 : port-modules.5 Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/26 03:22:18 Modified files: www/xcache : Makefile distinfo Log message: update to xcache 2.0.0, from Brad CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/26 03:26:53 Modified files: security/py-crypto/pkg: PLIST Log message: remove some files that live in PFRAG.no-python3 already prompted by rd thrush CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/05/26 04:27:06 Modified files: usr.sbin/pkg_add: pkg_mklocatedb Log message: fix class hierarchy errors: print all Action (includes @newuser, @newgroup, @sysctl), but only use {expanded} for exec-like actions. 2 passes over plists: one to set header, 2nd one to build the list. slightly cleaner CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/05/26 05:01:55 Modified files: graphics/openimageio/patches: patch-src_include_tbb_tbb_machine_h Log message: Fix build on powerpc. ok aja@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/05/26 05:08:45 Modified files: net/tor : Makefile distinfo net/tor/patches: patch-configure Log message: Update to tor 0.2.2.36, including SECURITY fixes and various other bugfixes. - Never use a bridge or a controller-supplied node as an exit, even if its exit policy allows it. - Only build circuits if we have a sufficient threshold of the total descriptors that are marked in the consensus with the "Exit" flag. - Provide controllers with a safer way to implement the cookie authentication mechanism. With the old method, if another locally running program could convince a controller that it was the Tor process, then that program could trick the contoller into telling it the contents of an arbitrary 32-byte file. The new "SAFECOOKIE" authentication method uses a challenge-response approach to prevent this attack. We are not affected by the openssl vulnerability. Full release notes: https://gitweb.torproject.org/tor.git/blob/release-0.2.2:/ReleaseNotes ok sthen@ jasper@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/05/26 05:10:27 Modified files: net/tor : Tag: OPENBSD_5_1 Makefile distinfo net/tor/patches: Tag: OPENBSD_5_1 patch-configure Log message: MFC: Update to tor 0.2.2.36, including SECURITY fixes and various other bugfixes. - Never use a bridge or a controller-supplied node as an exit, even if its exit policy allows it. - Only build circuits if we have a sufficient threshold of the total descriptors that are marked in the consensus with the "Exit" flag. - Provide controllers with a safer way to implement the cookie authentication mechanism. With the old method, if another locally running program could convince a controller that it was the Tor process, then that program could trick the contoller into telling it the contents of an arbitrary 32-byte file. The new "SAFECOOKIE" authentication method uses a challenge-response approach to prevent this attack. We are not affected by the openssl vulnerability. Full release notes: https://gitweb.torproject.org/tor.git/blob/release-0.2.2:/ReleaseNotes ok sthen@ jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/26 05:53:07 Modified files: devel/autoconf/2.62: Makefile devel/autoconf/2.63: Makefile devel/autoconf/2.64: Makefile devel/autoconf/2.65: Makefile devel/autoconf/2.67: Makefile devel/autoconf/2.68: Makefile Log message: Adjust to use the same automake version as what they were originally generated with for the test suite. from brad ok sthen@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/26 06:04:36 Modified files: infrastructure/mk: bsd.port.mk Log message: make it possible for print-plist-with-depends to control lib-depends entirely (useful for future update-plist) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/26 06:22:45 Log message: new way to generate readmes.html Status: Vendor Tag: espie Release Tags: ports N ports/databases/ports-readmes/Makefile N ports/databases/ports-readmes/files/make-readmes N ports/databases/ports-readmes/files/main.tt2 N ports/databases/ports-readmes/files/port.tt2 N ports/databases/ports-readmes/files/category.tt2 N ports/databases/ports-readmes/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/26 06:36:35 Modified files: databases/ports-readmes: Makefile databases/ports-readmes/pkg: DESCR Log message: Full stop. CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2012/05/26 06:40:30 Modified files: net/totd : Makefile net/totd/pkg : DESCR www/www6to4 : Makefile Log message: Univ's Tromso sites pasta.cs.uit.no and www.vermicelli.pasta.cs.uit.no don't seem to exist anymore. Update the 2 ports that refer to them. ok sten@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/26 06:48:55 Modified files: databases/ports-readmes: Makefile databases/ports-readmes/files: make-readmes Log message: make the database file name changeable CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/26 06:54:36 Modified files: databases/ports-readmes/files: make-readmes Log message: zap older code CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/26 06:57:57 Modified files: databases/ports-readmes/files: port.tt2 Log message: slightly wrong CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/26 06:58:49 Modified files: databases/ports-readmes: Makefile Log message: no reason not to bump the version, since there's no upstream CVSROOT: /cvs Module name: src Changes by: joel@cvs.openbsd.org 2012/05/26 08:45:55 Modified files: usr.sbin/snmpd : mib.c pf.c Log message: Plug some leaks when certain error conditions are met. From Gerhard Roth via tech@ ok krw@ sthen@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/05/26 09:43:55 Modified files: net/transmission: Makefile distinfo Log message: maintenance update to 2.52 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/26 11:10:07 Modified files: sys/arch/sgi/conf: GENERIC-IP22 RAMDISK-IP22 GENERIC-IP28 RAMDISK-IP28 Log message: Be more strict when specifying hpc child device attachments: specific onboard devices need only attach to hpc0 instead of hpc?. While there, remove hpc1 and hpc2 attachment from IP28 configurations, as these can not exist on Indigo2 systems. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/05/26 13:30:54 Modified files: sys/dev/pci/drm: i915_drv.c i915_drv.h Added files: sys/dev/pci/drm: i915_reg.h Log message: Split out the register definitions into its own file to make it possible to diff it against he Linux kernel sources. Fix a few cases where definitions were renamed over in Linux-land. The current Linux source doesn't define HWS_PGA_GEN6, so get rid of its usage. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/05/26 14:03:34 Modified files: usr.bin/mandoc : mandoc.h out.c tbl_data.c tbl_html.c tbl_layout.c tbl_term.c Log message: Do not handle vertical lines as additional tbl(7) columns, instead save their properties with the following column. This simplifies layout parsing and saves a lot of code related to column handling. At output time, print all white space and vertical lines separating columns before printing the following column, and none after printing the preceding column, considerably simplifying white space handling and width calculations. No functional change, but it saves 150 lines of code, and it allows the next patch to tbl_term.c, tbl_literal(). CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/05/26 14:53:17 Modified files: usr.bin/mandoc : tbl_term.c Log message: Correct width of horizontal spans; relevant in case of centered or flush right text, for boxes, and when more columns follow the span. Issue found by sthen@ in the net/arp-scan(1) port manual. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/26 16:19:15 Modified files: net/icinga/core: Makefile net/icinga/core/pkg: PLIST-main Log message: Put PLIST back into the correct order so /var/icinga is created with the correct ownership. From robert at. peichaer dot. org CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/26 16:47:03 Modified files: net/arp-scan : Makefile Log message: arp-scan no longer needs groff, as mandoc can now handle the alignment of the table headings (thanks to schwarze@). CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/05/26 18:28:40 src/regress/usr.bin/mandoc/man/TS Update of /cvs/src/regress/usr.bin/mandoc/man/TS In directory cvs.openbsd.org:/tmp/cvs-serv7140/TS Log Message: Directory /cvs/src/regress/usr.bin/mandoc/man/TS added to the repository CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/05/26 19:01:25 Modified files: usr.bin/mandoc : tbl_term.c term.c term.h Added files: regress/usr.bin/mandoc/man/TS: Makefile vspace.in vspace.out_ascii Log message: Fix the vertical spacing around tbl(7) instances in man(7). Groff forces the document author to manually request sufficient spacing after .TE - that is, at least .sp 1v after a table with the "box" option and at least .sp 2v after a table with the "doublebox" option - or else it clobbers the box. I consider that insane, so i'm not imitating groff in that respect. Instead, i add at least as much vertical space as groff, or more where required to avoid clobbering the box. Consequently, output will be identical for input that looks sane with groff, and mandoc will make output look better for input that looks bad with groff. As a side effect, having identical output for portable input makes it possible to set up the first regression tests for tbl(7). CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/05/26 19:58:39 src/regress/usr.bin/mandoc/tbl Update of /cvs/src/regress/usr.bin/mandoc/tbl In directory cvs.openbsd.org:/tmp/cvs-serv10111/tbl Log Message: Directory /cvs/src/regress/usr.bin/mandoc/tbl added to the repository CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/05/26 20:01:38 Modified files: regress/usr.bin/mandoc: Makefile Added files: regress/usr.bin/mandoc/tbl: Makefile center.in center.out_ascii numbers.in numbers.out_ascii span.in span.out_ascii Log message: some real tbl(7) regression tests CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/27 00:10:22 Modified files: x11/ratpoison : Makefile distinfo Removed files: x11/ratpoison/patches: patch-doc_ratpoison_1 Log message: - update to 1.4.5 from jca at wxcvbn.org maintainer timed-out CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2012/05/27 01:01:50 Modified files: faq : faq10.html Log message: - revert to recommending a key size of 2048, as requested by naddy; - sync to ssl.8, as requested by Sebastian Rother ok nick for the first change hopefully ok nick the second change once i tell him what i've done CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/05/27 01:04:52 Modified files: share/man/man8 : ssl.8 Log message: revert to recommending a key size of 2048, as requested by naddy CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/05/27 01:10:15 Modified files: bin/domainname : domainname.1 Log message: domainname is read by rc, not netstart; from Chad Gross CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/27 03:04:11 Modified files: net/livemedia : Makefile net/livemedia/pkg: PLIST Log message: Create symlinks for _pic versions of the libraries. They're already built PIC but libtool only recognizes the _pic named libraries as being PIC. This is required for live555 support in vlc. from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/27 03:49:49 Modified files: net/icinga/core: Makefile net/icinga/core/pkg: PLIST-ido PLIST-main Log message: Unbreak default configs following the localstatedir changes, problem reported by robert at. peichaer org CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/05/27 04:09:33 Modified files: games/rain : rain.c Log message: Teach rain(6) to calculate terminal delays in the same way as worms(6), rather than use a default which totally floods the network if run over ssh. Discussed with matthieu@ martynas@, ok matthieu@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/27 05:00:31 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: sthen@cvs.openbsd.org 2012/05/27 05:43:35 Modified files: games/rain : rain.6 Log message: Update for new -d default; tweaks+ok jmc@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/05/27 05:44:52 Modified files: games/worms : worms.6 Log message: Use an en-dash for 20-200, escape - used as arithmetic symbol. Same as jmc's tweaks for rain(6). CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/05/27 06:24:33 Modified files: share/man/man4/man4.i386: Makefile share/man/man4/man4.amd64: Makefile sys/arch/i386/conf: files.i386 sys/arch/amd64/conf: files.amd64 Added files: sys/dev/pci : tcpcib.c share/man/man4/man4.i386: tcpcib.4 share/man/man4/man4.amd64: tcpcib.4 Log message: Add tcpcib(4) to support Intel Atom E600 watchdog. From Matt Dainty. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/05/27 06:26:16 Modified files: share/man/man4 : isa.4 Log message: mention tcpcib CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/05/27 06:36:24 Modified files: sys/arch/amd64/conf: GENERIC sys/arch/i386/conf: GENERIC Log message: enable tcpcib(4) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/27 08:13:00 Modified files: sys/arch/sgi/localbus: imc.c sys/arch/sgi/sgi: ip22.h ip22_machdep.c Log message: Decide once for all whether IP22/IP28 systems are running with the ECC memory controller or not, and store this in a global variable. This is better than checking for the IP number everytime, especially since, according to IRIX header files, not all IP26 use the ECC memory controller (not that it matters much for us since we do not run on them yet) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/27 08:27:10 Modified files: sys/arch/sgi/hpc: hpc.c hpcvar.h if_sq.c if_sqvar.h sys/arch/sgi/include: autoconf.h sys/arch/sgi/localbus: imcreg.h sys/arch/sgi/sgi: bus_dma.c ip22.h ip22_machdep.c machdep.c Log message: Proper support for the so-called `fast mode' of the Indigo2 ECC memory controller. In this mode, access to physical memory are not allowed to bypass the cache, and this allows the memory subsystem to run faster. Of course, some device drivers will require uncached memory access (e.g. for proper HPC DMA descriptor operation). New ip22-specific functions to switch between `fast mode' and `slow mode' are introduced. hpc(4) now provides read and write routines to fetch a dma descriptor from uncached memory into a local copy, and update it from said modified copy. On systems without the ECC MC, these will do nothing and operation will continue to access the uncached memory directly. On systems with the ECC MC, they will perform a copy, and the writeback will be done in slow mode. bus_dmamem_map() requests for DMA memory with BUS_DMA_COHERENT set in flags, which would return uncached memory, will now always fail on systems with the ECC memory controller. Drivers which really need uncached memory, and are aware of this particular setup, will now pass BUS_DMA_COHERENT | BUS_DMA_BUS1, which will let the request succeed. sq(4) will use all of the above to work mostly unmodified on ECC MC systems in fast mode. Finally, fast mode is enabled after autoconf. Tested on IP22 and IP28. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/27 08:32:05 Modified files: sys/arch/mips64/conf: files.mips64 Added files: sys/arch/mips64/mips64: cache_loongson2.c Removed files: sys/arch/mips64/mips64: cache_loongson2.S Log message: Replace Loongson2F assembly cache routines with equivalent C code. This will make future maintainance easier. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/05/27 08:35:40 Modified files: regress/usr.bin/mandoc/roff/cond: Makefile Added files: regress/usr.bin/mandoc/roff/cond: before-Dd.in before-Dd.out_ascii Log message: Make sure a nasty bug reported by naddy@ on July 3, 2011 never comes back (of course, it was fixed since then). CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/05/27 10:57:14 Modified files: games/rain : rain.6 games/worms : worms.6 Log message: make both -d options format the same, and zap that annoying full stop CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/05/27 11:01:03 Modified files: share/man/man4/man4.amd64: tcpcib.4 share/man/man4/man4.i386: tcpcib.4 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/05/27 12:52:07 Modified files: usr.sbin/bgpd : bgpd.h control.c kroute.c rde.c Log message: Extend the network code to allow attributes to be passed in with prefixes. In the end this will allow anyone to use MRT table dumps to load prefixes into a bgpd instance. For example you can download the RIPE dumps and load full-feeds onto your laptop until the poor thing dies. OK henning@ sthen@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/05/27 12:53:50 Modified files: usr.sbin/bgpctl: bgpctl.c parser.c parser.h Log message: Make it possible to load mrt table dumps into bgpd. This is a debug tool but it allows anyone to use MRT table dumps to load prefixes into a bgpd instance. For example you can download the RIPE dumps and load full-feeds onto your laptop until the poor thing dies. OK henning@ sthen@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/05/27 12:54:44 Modified files: usr.sbin/bgpctl: bgpctl.8 Log message: Document network mrt file [ filter] used to load mrt dumps into bgpd. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/27 13:13:04 Modified files: sys/arch/mips64/include: cpu.h sys/arch/mips64/mips64: cache_r4k.c sys/arch/sgi/sgi: ip22_machdep.c Log message: Add a `L2 cache line size' member to struct cpu_info. This allows R4k code to stop abusing another field, and will be used by more routines RSN. No functional change. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/27 13:39:28 Modified files: net/icinga/core: Makefile net/icinga/core/pkg: icinga.rc ido2db.rc Log message: fix rc scripts since SYSCONFDIR change; robert at peichaer / org CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/27 13:42:42 Modified files: net/icinga/core: Makefile net/icinga/core/pkg: README-main Log message: ...and fix SYSCONFDIR in README, also from robert at peichaer / org.. so tempting to just put this back to the 'gnu old' way... CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/05/27 14:49:43 Modified files: usr.sbin/bgpctl: bgpctl.8 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/05/27 15:43:57 Modified files: usr.bin/tmux : tmux.h Log message: Fix client templates, from Romain Francoise. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/05/27 23:34:41 Modified files: share/man/man4 : pci.4 share/man/man4/man4.amd64: tcpcib.4 share/man/man4/man4.i386: tcpcib.4 Log message: tweak tcpcib.4 Nd a little, and add it to pci.4; ok jsg CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/28 01:39:36 Modified files: databases/redis: Makefile distinfo databases/redis/patches: patch-src_Makefile patch-src_redis_c Log message: Bugfixing update to redis-2.4.14 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/05/28 01:59:08 Modified files: usr.bin/tmux : tmux.h cmd-list-windows.c Log message: Strip layout from choose-windows again (leave in list-windows), suggested by Romain Francoise, diff from Thomas Adam. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/05/28 02:00:46 Modified files: usr.bin/tmux : cmd-list-windows.c Log message: Trim a double space from template. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/28 02:45:39 Modified files: graphics/colord: Makefile distinfo graphics/colord/patches: patch-configure patch-src_Makefile_in patch-src_cd-main_c patch-src_cd-profile_c graphics/colord/pkg: PFRAG.shared PLIST Log message: Update to colord-0.1.21. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/28 02:51:45 Modified files: graphics/simple-scan: Makefile distinfo graphics/simple-scan/pkg: PLIST Log message: Update to stable simple-scan-3.4.2. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/05/28 02:55:44 Modified files: usr.bin/tmux : window.c Log message: Use default-shell not _PATH_BSHELL to spawn commands, pointed out by Dennis G?nnewig and Thomas Adam. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/28 02:56:36 Modified files: graphics/colord: Makefile graphics/colord/pkg: PFRAG.shared PLIST Log message: Disable gtk dependency that sneaked in. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/05/28 03:13:23 Log message: Import gtkglextmm-1.2.0. gtkglextmm is a C++ wrapper for GtkGLExt, an OpenGL extension to GTK. ok jasper@ landry@ edd@ Status: Vendor Tag: bentley Release Tags: bentley_20120527 N ports/x11/gtkglextmm/Makefile N ports/x11/gtkglextmm/distinfo N ports/x11/gtkglextmm/pkg/DESCR N ports/x11/gtkglextmm/pkg/PLIST N ports/x11/gtkglextmm/pkg/PFRAG.shared N ports/x11/gtkglextmm/patches/patch-gtkglext_gtkmm_gl_widget_cc No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/05/28 03:14:52 Modified files: x11 : Makefile Log message: +gtkglextmm CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/05/28 03:18:56 Log message: Import vbam-1.8.0.1054. VBA-M is a fork from the now inactive VisualBoy Advance project, with goals to improve the capabilities and features of the emulator. This is basically a replacement for emulators/vba, which is currently broken in at least two ways: - emulation speed is whacked out when sndiod is running - gvba recently started segfaulting on startup tweaks & oks from landry@ jasper@ edd@ Status: Vendor Tag: bentley Release Tags: bentley_20120528 N ports/emulators/vbam/Makefile N ports/emulators/vbam/distinfo N ports/emulators/vbam/patches/patch-src_common_Port_h N ports/emulators/vbam/patches/patch-src_common_Patch_cpp N ports/emulators/vbam/patches/patch-CMakeLists_txt N ports/emulators/vbam/pkg/DESCR N ports/emulators/vbam/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/05/28 03:19:31 Modified files: emulators : Makefile Log message: +vbam CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/28 03:38:04 Modified files: . : Makefile databases : Makefile infrastructure/mk: bsd.port.mk bsd.port.subdir.mk pkgpath.mk Log message: zap old readmes infrastructure, replaced by new age databases/ports-readmes which is ways more accurate anyways. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/28 03:43:17 Modified files: infrastructure/mk: pkgpath.mk Log message: forgot cruft from readmes CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/05/28 03:43:47 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document removal of make readmes CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/28 03:47:00 Modified files: audio/pianobar : Makefile audio/pianobar/patches: patch-Makefile patch-src_player_c Added files: audio/pianobar/patches: patch-src_libpiano_piano_c patch-src_libpiano_piano_h patch-src_libpiano_response_c patch-src_main_c Log message: Add libgcrypt CFLAGS to %.o target (upstream git commit db4c66b2956a4da2745f16131fe573962c3fcbfb) Fix ambiguous error message "Invalid Partner Login" on wrong email address/password failure (upstream git commit 81bf363ac69e0036562434ca0e7153c3e624c8c3) Move mutex initalization to main thread (upstream git commit ed7b2597a439c27e60d0b4cec85e801c9099173c) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/05/28 03:51:17 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document no-lib-depends-args CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/28 03:54:18 Modified files: infrastructure/mk: bsd.port.mk Log message: this is tricky enough to warrant an actual comment CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/05/28 04:14:33 Modified files: usr.sbin/pkg_add: pkg_mklocatedb Log message: I'm an idiot, make sure we call the right routines every time CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/05/28 04:30:39 Modified files: devel/sdcc : Makefile Log message: Mark as BROKEN on sparc64, asm illegal operands (and -fno-tree-ter doesn't "fix" it) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/28 06:05:10 Modified files: devel/naken430asm: Makefile distinfo devel/naken430asm/pkg: PLIST Log message: - update to 2011-10-30 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/28 06:11:51 Modified files: comms/spisniffer: Makefile distinfo Log message: - update to 0.3 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/05/28 06:32:04 Modified files: print/scribus : Makefile distinfo print/scribus/pkg: DESCR PLIST Added files: print/scribus/patches: patch-CMakeLists_txt Removed files: print/scribus/patches: patch-acinclude_m4 patch-configure_in patch-scribus_Makefile_in patch-scribus_cupsoptions_cpp patch-scribus_pluginmanager_cpp patch-scribus_printerutil_cpp Log message: Major update to scribus 1.4.1, switches from qt3 to qt4. Based on a diff from Jiri B on ports@. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/05/28 06:40:34 src/regress/usr.bin/mandoc/roff/esc Update of /cvs/src/regress/usr.bin/mandoc/roff/esc In directory cvs.openbsd.org:/tmp/cvs-serv3154/esc Log Message: Directory /cvs/src/regress/usr.bin/mandoc/roff/esc added to the repository CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/05/28 07:00:51 Modified files: usr.bin/mandoc : html.c html.h mandoc.c mandoc.h term.c term.h regress/usr.bin/mandoc/roff: Makefile Added files: regress/usr.bin/mandoc/roff/esc: Makefile z.in z.out_ascii Log message: Implement the roff \z escape sequence, intended to output the next character without advancing the cursor position; implement it to simply skip the next character, as it will usually be overwritten. With this change, the pod2man(1) preamble user-defined string \*:, intended to render as a diaeresis or umlaut diacritic above the preceding character, is rendered in a slightly less ugly way, though still not correctly. It was rendered as "z.." and is now rendered as ".". Given that the definition of \*: uses elaborate manual \h positioning, there is little chance for mandoc(1) to ever render it correctly, but at least we can refrain from printing out a spurious "z", and we can make the \z do something semi-reasonable for easier cases. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/28 07:04:27 Modified files: x11/gnome/seed : Makefile Log message: remove BROKEN-sparc64; it works with webkit > 1.8 on sparc64. CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2012/05/28 07:23:28 Modified files: textproc/groff : Makefile textproc/groff/patches: patch-contrib_hdtbl_examples_common_roff patch-tmac_doc-common patch-tmac_groff_mdoc_man textproc/groff/pkg: README Log message: In the footers of manuals formatted with groff, do not print "OpenBSD 5.0" but "OpenBSD ports". While here, remove some noise from the groff build log. Bump the groff package. Technically, this changes the contents of all packages that USE_GROFF, but please refrain from bumping the world: Having "OpenBSD 5.0" in the footers of some ports manual until they are updated the next time, or until the next libc bump if they aren't, is not a real problem. string "OpenBSD ports" suggested and patch ok'ed by sthen@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/28 07:37:50 Modified files: x11/i3 : Makefile Added files: x11/i3/patches : patch-i3bar_src_xcb_c patch-src_commands_c patch-src_workspace_c Log message: Bugfix: less differentiation between named and numbered workspaces (upstream git commit b88ab981fd0a5725ed886a9f9788a5b1e721534c) Bugfix: fix stray workspaces "number 1" being created when having workspace number 1 in your config (upstream git commit ec4e6d1cdf5b76c79da2879635e4094e25a01f3d) Fix for i3bar: don't wrap when changing workspaces by mouse wheel scrolling (upstream git commit 4f93e0587a849de00a1f50bfcd48a549009178c0) CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/05/28 07:53:18 Modified files: devel/jdk/1.6 : Makefile Log message: Fix master site for ecj-3.7.1.jar CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/28 08:14:05 Modified files: x11/awesome : Makefile x11/awesome/pkg: DESCR Log message: Ditch COMMENT from the old 2.3.x era in favor of a better one While here, zap trailing white space from pkg/DESCR CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/28 09:18:18 Modified files: print/cups : Makefile print/cups/pkg : cupsd.rc Log message: /etc/cups -> SYSCONFDIR/cups spotted by Mikolaj Kucharski CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/28 09:29:58 Modified files: devel/iso-codes: Makefile distinfo Log message: - update to 3.35 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/28 09:52:26 Modified files: graphics/colord: Makefile Added files: graphics/colord/pkg: DESCR-gtk DESCR-main PFRAG.shared-gtk PFRAG.shared-main PLIST-gtk PLIST-main Removed files: graphics/colord/pkg: DESCR PFRAG.shared PLIST Log message: Add GTK support and split colord into -main and -gtk. Since -gtk adds a cyclic dependency with x11/gtk+3, hack around PSEUDO_FLAVOR with a bootstrap and no_gtk FLAVORs. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/28 09:53:13 Modified files: graphics : Makefile Log message: Build a FLAVORless colord by default (i.e. build all subpackages). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/28 09:55:12 Modified files: graphics/simple-scan: Makefile x11/gnome/color-manager: Makefile x11/gnome/controlcenter: Makefile x11/gnome/settings-daemon: Makefile Log message: colord pkgpath changed, so bump. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/28 10:04:31 Modified files: meta/gnome : Makefile Log message: Depends on colord-gtk. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/28 10:08:00 Modified files: x11/gnome/eog-plugins: Makefile distinfo Log message: update to 3.4.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/28 10:31:31 Modified files: sysutils/syslog-ng: Makefile sysutils/syslog-ng/pkg: syslog_ng.rc Added files: sysutils/syslog-ng/patches: patch-doc_man_syslog-ng_conf_5 Log message: Set the PID to /var/run/syslog.pid by default to make syslog-ng happy with newsyslog(8); this can of course by modified using syslog_ng_flags. While here, run syslog-ng.conf(5) through tbl(1) (from sthen@). discussed with and ok sthen@ steven@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/28 10:38:35 Modified files: graphics : Makefile graphics/colord: Makefile meta/gnome : Makefile x11/gtk+3 : Makefile Log message: Seems I still don't quite understand the ports framework... with help from espie@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/05/28 10:38:41 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 distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/28 11:03:36 Modified files: sys/arch/sgi/hpc: if_sq.c if_sqvar.h Log message: The link state code does not work correctly on Indigo (IP20) and E++ GIO boards and will report the link being down too aggressively. Better to always report the link as up - these systems and boards are single media only so it won't harm much. Unbreaks dhcp in the installer on these interfaces; found the hard way by sebastia@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/05/28 11:08:48 Modified files: usr.bin/mandoc : mandoc.c regress/usr.bin/mandoc/roff/esc: Makefile Added files: regress/usr.bin/mandoc/roff/esc: h.in h.out_ascii Log message: Make recursive parsing of roff(7) escapes actually work in the general case, in particular when the inner escapes are preceded or followed by other terms. While doing so, remove lots of bogus code that was trying to make pointless distinctions between numeric and non-numeric escape sequences, while both actually share the same syntax and we ignore the semantics anyway. This prevents some of the strings defined in the pod2man(1) preamble from producing garbage output, in particular in scandinavian words. Of course, proper rendering of scandinavian national characters cannot be expected even with these fixes. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/28 12:44:26 Modified files: x11/vlc : Makefile x11/vlc/patches: patch-configure_ac x11/vlc/pkg : PLIST-main Log message: Finally unbreak and enable RTP/RTSP support \o/ from Brad (maintainer) CVSROOT: /cvs Module name: src Changes by: joel@cvs.openbsd.org 2012/05/28 14:55:40 Modified files: usr.sbin/snmpd : kroute.c pf.c snmpd.c snmpd.h Log message: Plug a couple more fd leaks. As part of the fix, make all the *init functions return void. ok krw@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/05/28 16:45:34 Modified files: usr.bin/mandoc : mandoc.c regress/usr.bin/mandoc/roff/esc: Makefile Added files: regress/usr.bin/mandoc/roff/esc: c.in c.out_ascii f.in f.out_ascii ignore.in ignore.out_ascii multi.in multi.out_ascii one.in one.out_ascii two.in two.out_ascii Log message: While i already got my fingers dirty on mandoc_escape(), profit of the occasion to pull out some spaghetti, that is, three confusing variables and fourteen pointless assignments among them; instead, always operate on the official pointers **start, **end, and *sz, each of which conveys an obvious meaning. No functional change intended, and the new tests confirm that everything still (err...) "works", as far as that word can be applied to the kind of roff(7) mock-up code i'm polishing here. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2012/05/28 22:22:57 Modified files: sys/arch/amd64/stand/mbr: mbr.S sys/arch/i386/stand/mbr: mbr.S Log message: Remove unused define CHAR_CHS_FORCE. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/28 23:19:19 Modified files: sysutils/syslog-ng: Makefile sysutils/syslog-ng/files: syslog-ng.conf Log message: Set owner, group and mode for logfiles to the same value regular syslogd(8) uses. ok sthen@ steven@ (maintainer) CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/05/28 23:40:36 Modified files: usr.bin/mg : def.h Log message: Increase the size of some window variables from char to int. This diff improves mg on screens (xterms) with lots of lines. Testing done by naddy@ and myself. CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/05/28 23:52:46 Modified files: usr.bin/mg : main.c Log message: There is no need to use an *init* buffer if we go back and update opened file(s)/*scratch* with default modes after they are open. Also, pass buffer (bp) to edinit(), this fixes theo mode from the command line (mg -f theo). CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/05/29 00:08:48 Modified files: usr.bin/mg : main.c Log message: There is no other reference to SYSCLEANUP in the src tree. Remove. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/05/29 00:18:37 Modified files: games/freedroidrpg: Makefile distinfo Log message: Update games/freedroidrpg to 0.15.1. While here, simplify MASTER_SITES and update homepage. ok ajacoutot@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/05/29 00:32:57 Modified files: sys/arch/sgi/stand/sgivol: sgivol.c Log message: When writing the new volume header to disk, write back the whole sector rather than just the bytes for the volume header itself. Silences the "sloppy I/O" warnings triggered by sgi's distrib scripts. tested and ok deraadt CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/05/29 01:25:36 Modified files: audio/dumb : Makefile Log message: Make audio/dumb respect CC/CFLAGS. ok landry@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/05/29 02:11:34 Modified files: usr.bin/tmux : cmd-kill-window.c Log message: Use session from -t for killw -a, from Chris Johnsen. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/05/29 02:12:13 Modified files: usr.bin/tmux : cmd-kill-window.c Log message: Use RB_FOREACH_SAFE as winlinks are being removed, from Chris Johnsen. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/05/29 02:15:45 Modified files: usr.bin/tmux : cmd-choose-window.c Log message: Add pane title to choose-window template and use the right index for the pane, from Romain Francoise. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/29 04:21:56 Modified files: sysutils/backintime/common: Makefile sysutils/backintime/common/patches: patch-common_config_py Added files: sysutils/backintime/common/patches: patch-common_logger_py Log message: Prepend the short hostname to the log line to have a compliant syslog(3) entry allowing remote logging based on the host. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/29 05:29:35 Log message: import node-daemon 0.5.1 C++ add-on for Node.js to enable simple daemons in Javascript plus some useful wrappers in Javascript. ok sthen@ Status: Vendor Tag: jasper Release Tags: jasper_20122905 N ports/sysutils/node-daemon/Makefile N ports/sysutils/node-daemon/distinfo N ports/sysutils/node-daemon/pkg/PLIST N ports/sysutils/node-daemon/pkg/DESCR N ports/sysutils/node-daemon/patches/patch-package_json No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/29 05:30:36 Modified files: sysutils : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/29 07:46:02 Log message: correlate permissions with taxonomy fields (this didn't exist in drupal6) Status: Vendor Tag: drupal7 Release Tags: espie N ports/drupal7/abt/Makefile N ports/drupal7/abt/distinfo N ports/drupal7/abt/pkg/PLIST N ports/drupal7/abt/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/29 07:47:58 Removed files: drupal7/abt : Makefile distinfo drupal7/abt/pkg: DESCR PLIST Log message: grumble. long time since I botched an import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/29 07:49:07 Log message: correlate permissions with taxonomy term. didn't exist in drupal6 Status: Vendor Tag: drupal7 Release Tags: espie N ports/www/drupal7/abt/Makefile N ports/www/drupal7/abt/distinfo N ports/www/drupal7/abt/pkg/DESCR N ports/www/drupal7/abt/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/29 07:49:45 Modified files: www/drupal7 : Makefile Log message: +abt CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/29 08:05:31 Modified files: www/drupal7/entity: Makefile distinfo www/drupal7/locale-fr: Makefile distinfo www/drupal7/locale-fr/pkg: PLIST www/drupal7/nodeaccess_userreference: Makefile distinfo www/drupal7/pathauto: Makefile distinfo www/drupal7/printer-friendly: Makefile distinfo www/drupal7/printer-friendly/pkg: PLIST www/drupal7/token: Makefile distinfo www/drupal7/webform: Makefile distinfo www/drupal7/webform/pkg: PLIST Log message: minor updates CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/05/29 09:09:12 Modified files: sbin/iked : iked.h ikev2.c ikev2_pld.c timer.c Log message: improve timer framework; will be needed soon CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/29 09:45:56 Modified files: sysutils/monit : Makefile distinfo sysutils/monit/patches: patch-configure sysutils/monit/pkg: PLIST Added files: sysutils/monit/patches: patch-monitrc patch-src_process_sysdep_OPENBSD_c Removed files: sysutils/monit/patches: patch-process_sysdep_OPENBSD_c Log message: - update to 5.4 maintainer timed-out CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/05/29 09:52:08 Modified files: x11/openbox : Makefile Added files: x11/openbox/patches: patch-obt_xml_c Log message: Allow to specify the full path for the menu. Somewhat related and where this patch comes from: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644756 maintainer (benoit@) ok. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/05/29 09:57:32 Modified files: archivers/zziplib: Makefile Added files: archivers/zziplib/patches: patch-zzip_plugin_h patch-zzip_zzip_h patch-zzipwrap_wrap_h Log message: Fix some extra semicola in zzip's headers which g++ -pedantic complains about. ok giovanni@ (maintainer) CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/05/29 11:37:09 Modified files: sys/arch/sgi/dev: gbe.c gbereg.h sys/arch/sgi/include: autoconf.h sys/arch/sgi/sgi: autoconf.c machdep.c Log message: Make it possible to disable the Sync-on-Green signal by setting the ARCBios environment variable OSLoadOptions to "nosog". Now everyone can enjoy running O2 without an SGI monitor and don't turn vegetarian afterwards. All the essential bits come from NetBSD's crmfb driver except they've chosen to use a "SyncOnGreen" variable not saved by the ARCS. Pointers and corrections from and ok miod, jsing CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/05/29 11:38:39 Modified files: share/man/man4/man4.sgi: gbe.4 Log message: Document a possibility to disable the Sync-on-Green signal by setting the ARCBios environment variable OSLoadOptions to "nosog". Reminded by miod, corrections and ok from jsing. CVSROOT: /cvs Module name: src Changes by: landry@cvs.openbsd.org 2012/05/29 12:44:40 Modified files: sbin/umount : umount.c Log message: Fix typo in error message ("Cannot MNT PRC"->RPC) ok krw@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/05/29 13:29:45 Modified files: usr.sbin/smtpd : smtpd.h util.c Log message: - introduce text_to_relayhost() which converts an url into a relayhost. urls are of the form: [schema://]host[:ip] not used, yet other commits are following ;-) CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/05/29 13:53:10 Modified files: usr.sbin/smtpd : map.c map_db.c map_stdio.c smtpd.h usr.sbin/smtpd/makemap: Makefile usr.sbin/smtpd/smtpd: Makefile Added files: usr.sbin/smtpd : map_static.c Log message: - introduce map_static.c as a backend to static maps in parse.y, this has the benefit that we no longer have two code paths whenever we deal with maps, we can always use the backend mechanism. I have not plugged this in yet, I'll do it in a later commit, just get it out of my sandbox CVSROOT: /cvs Module name: src Changes by: landry@cvs.openbsd.org 2012/05/29 14:01:32 Modified files: sbin/mount : mount.c Log message: Make 'mount nfssrv:/path' without mount point work again : - dont error out in realpath() check if argv contains @ or : (ie, is a nfs remote path) - relax getfsspec() call so that it succeeds for nfs remote paths too, not only for duid devices. Now we behave like Linux & FreeBSD (at least).. Prompted by a diff from giovanni@ for xfce4-mount ok jsing@ krw@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/05/29 14:04:59 Modified files: sbin/mount_nfs : mount_nfs.c Log message: Fix tyop in error message; this was copied from/to umount(8)'s umount.c which was just fixed. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/29 14:30:03 Modified files: devel/vte3 : Makefile distinfo Log message: - update to 0.32.2, includes a fix for an issue which mosh has been assigned CVE-2012-2385. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/29 14:31:40 Modified files: devel/vte : Makefile Added files: devel/vte/patches: patch-src_table_c patch-src_vteseq_c Log message: Apply patches from upstream bugzilla (#676090, malicious escape sequences can cause denial of service). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/29 14:31:46 Modified files: devel/vte : Tag: OPENBSD_5_1 Makefile Added files: devel/vte/patches: Tag: OPENBSD_5_1 patch-src_table_c patch-src_vteseq_c Log message: Apply patches from upstream bugzilla (#676090, malicious escape sequences can ca use denial of service). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/29 14:34:10 Modified files: devel/vte3 : Tag: OPENBSD_5_1 Makefile Added files: devel/vte3/patches: Tag: OPENBSD_5_1 patch-src_table_c patch-src_vteseq_c Log message: Apply patches from upstream bugzilla (#676090, malicious escape sequences can ca use denial of service). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/29 17:43:47 Modified files: net/mtr : Makefile distinfo net/mtr/patches: patch-configure net/mtr/pkg : PLIST Added files: net/mtr/pkg : PFRAG.no-gtk Log message: update mtr to 0.82. x11 support is broken (and was before this update), so rename the current no_x11 flavour to the default (with @pkgpath to allow updates to work), rename what was the default flavour to gtk and mark that broken. maintainer timeout. CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2012/05/29 17:46:50 Modified files: usr.sbin/relayd: parse.y Log message: do not overwrite the table timeout with the global timeout when a table timeout is set. ok sthen@ giovanni@ henning@ CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2012/05/29 21:47:01 Modified files: . : i386.html amd64.html Log message: mention myx(4) omission noticed by Pierre Berthier CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/05/30 00:13:32 Modified files: usr.bin/mg : basic.c Log message: Reverse part of v1.131. The end of buffer can still be reached so I shouldn't have taken out the second check. Hopefully fix unpredicable scrolling behaviour seen by mikeb@. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/05/30 02:19:14 Modified files: etc/rc.d : rc.subr Log message: in -d mode, display an error message before exiting, in the case the daemon is not active (happens often to me, as I forget which box has which daemons). okay ajacoutot@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/05/30 03:18:14 Modified files: sbin/iked : iked.h ikev2.c ikev2_msg.c Log message: pass a file descriptor in the msg_fd instead of a function argument CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/05/30 03:39:35 Modified files: sbin/iked : ikev2.c policy.c Log message: when changing peer's address in the SA, remove the old entry from the tree before doing the actual change, otherwise we won't remove anything for real. also add the newly created SA to the peer's tree so that initiator timer will treat the ike policy as "in progress". CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/30 05:09:10 Modified files: devel/lua-lgi/patches: patch-tests_Makefile Log message: committed upstream CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/05/30 05:58:33 Modified files: gnu/gcc/gcc/config/i386: pmm_malloc.h Log message: Avoid errors with g++ -pedantic by removing throw() from the redeclaration of posix_memalign(). ok matthew@ guenther@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/05/30 06:16:14 Modified files: devel/subversion: Makefile distinfo Log message: Update to Subversion 1.7.5 and fix WANTLIB; help and ok mpi@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/30 06:52:48 Modified files: x11/gnome/nautilus: Makefile Removed files: x11/gnome/nautilus/patches: patch-eel_eel-editable-label_c Log message: Remove this patch; it's not needed anymore. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/30 07:10:54 Modified files: net : Makefile Log message: sync with mtr change, thanks nigel@ for pointing out CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/30 07:12:32 Modified files: sysutils/libstatgrab: Makefile distinfo sysutils/libstatgrab/patches: patch-configure Log message: - update to 0.17 - specify license versions - update maintainer address ok william@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/05/30 07:12:39 Modified files: usr.bin/yacc : closure.c Log message: Replace a loop with a memset, from Michael W Bombardieri. White here also remove an unnecessary assignment pointed out by millert@. ok millert CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/05/30 07:40:39 Modified files: gnu/gcc/libstdc++-v3/config/os/bsd/openbsd: ctype_base.h Log message: silence warning, as noticed with eric and landry (gcc3 may need the same patch, untested yet) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/30 07:52:14 Modified files: databases/pkglocatedb: Makefile Log message: skip ports-readmes, as it won't run thru make-plist (I have to figure this one out) CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/05/30 09:01:21 Modified files: usr.bin/tmux : log.c tmux.c Log message: Do not use stderr for log file and don't call log_close when not needed. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/05/30 09:49:37 Modified files: mail/pflogsumm : Makefile distinfo mail/pflogsumm/patches: patch-pflogsumm_pl Log message: Update for Pflogsumm to 1.1.5, with a little fix on RFC 3339 support. While here zap some white spaces. Tested on i386. Ok, giovanni@ (maintainer), sthen@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/05/30 10:17:20 Modified files: sbin/iked : iked.h ikev2.c ikev2_pld.c timer.c Log message: more timer changes CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/30 10:43:31 Modified files: sys/arch/sgi/pci: ioc.c Log message: Correctly compute the IOC3 device mask on MENET boards. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/30 10:47:01 Log message: Import altermime-0.3.10. alterMIME is a small program which is used to alter your mime-encoded mailpacks as typically received by e.g. amavisd-new. It can: * Insert disclaimers * Insert arbitary X-headers * Modify existing headers * Remove attachments based on filename or content-type * Replace attachments based on filename ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120530 N ports/mail/altermime/distinfo N ports/mail/altermime/Makefile N ports/mail/altermime/pkg/PLIST N ports/mail/altermime/pkg/DESCR N ports/mail/altermime/patches/patch-qpe_c N ports/mail/altermime/patches/patch-Makefile N ports/mail/altermime/patches/patch-MIME_headers_c N ports/mail/altermime/patches/patch-mime_alter_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/30 10:47:35 Modified files: mail : Makefile Log message: +altermime CVSROOT: /cvs Module name: ports Changes by: shadchin@cvs.openbsd.org 2012/05/30 12:48:59 Modified files: editors/texmaker: Makefile distinfo editors/texmaker/patches: patch-texmaker_cpp patch-texmaker_pro editors/texmaker/pkg: PLIST Log message: Update to 3.3.4. ok edd@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/05/30 13:32:19 Modified files: sys/kern : vfs_bio.c Log message: Fix a few issues in the pressure logic when the available buffers run low: - make sure the buffer reclaiming loop in buf_get() actually does something but spin, if `backoffpages' is nonzero and all free queues have been drained. - don't forget to set a poor man's condition variable to nonzero before tsleeping on it in bufadjust(), otherwise you'll never get woken up. - don't be too greedy and reassing backoffpages a large amount immediately after bufadjust() has been called. This fixes reproduceable hangs seen during heavy I/O (such as `make install' of many large files, e.g. run in /usr/src/lib with NOMAN=) on systems with a challenged number of pages (less than a few thousands, total). Part of this is temporary bandaid until a better pressure logic is devised, but it's solving an immediate problem. Been in snapshots for a solid month. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/05/30 13:34:30 Modified files: include : unistd.h sys/sys : unistd.h Log message: Move the _SC_* and _CS_* configurable system variables and strings from sys/unistd.h to unistd.h. From Brad; ok millert and me CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/05/30 14:04:52 Modified files: sys/kern : kern_sysctl.c Log message: Oops, when we moved _POSIX_SAVED_IDS from sys/unistd.h to unistd.h, it silently changed sysctl kern.saved_ids from returning 1 to 0. ok millert CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/05/30 14:26:15 Modified files: de : amd64.html i386.html sgi.html faq/de : faq10.html faq8.html faq/fr : faq10.html faq/nl : faq10.html fr : amd64.html i386.html sgi.html lt : donations.html ftp.html index.html openssh/fr : index.html press.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/05/30 14:38:32 Modified files: x11/nx/opennx : Makefile distinfo x11/nx/opennx/patches: patch-Makefile_in patch-opennxApp_cpp Removed files: x11/nx/opennx/patches: patch-SessionList_cpp Log message: - update to 0.16.0.709 ok aja@ sebastia@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/05/30 14:45:48 Log message: Import Pyglet. Graphics and multimedia library for Python. OK rpointel@ Status: Vendor Tag: edd Release Tags: edd_20120530 N ports/x11/py-pyglet/Makefile N ports/x11/py-pyglet/distinfo N ports/x11/py-pyglet/pkg/DESCR N ports/x11/py-pyglet/pkg/PLIST N ports/x11/py-pyglet/patches/patch-pyglet_font_freetype_py N ports/x11/py-pyglet/patches/patch-pyglet_lib_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/05/30 14:48:03 Modified files: x11 : Makefile Log message: Link x11/py-pyglet CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/05/30 15:03:03 Modified files: usr.sbin/crunchgen: crunched_main.c Log message: ansi CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/30 16:41:30 Modified files: telephony/asterisk: Makefile telephony/asterisk/files: sip.conf.sample telephony/asterisk/pkg: PLIST-calendar Added files: telephony/asterisk/patches: patch-main_features_c Log message: tweaks to the Asterisk port: - add an extra file to PLIST-calendar - add comments to the sample sip.conf showing how to hide version numbers - fix use of _POSIX_THREAD_PRIORITY_SCHEDULING, from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/05/30 16:45:26 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/files: sip.conf.sample telephony/asterisk/patches: patch-main_features_c telephony/asterisk/pkg: PLIST-calendar Log message: SECURITY update to Asterisk 1.8.12.2 AST-2012-007, AST-2012-008 fixed in the short-lived 1.8.12.1 release: * A remotely exploitable crash vulnerability exists in the IAX2 channel driver if an established call is placed on hold without a suggested music class. Asterisk will attempt to use an invalid pointer to the music on hold class name, potentially causing a crash. * A remotely exploitable crash vulnerability was found in the Skinny (SCCP) Channel driver. When an SCCP client closes its connection to the server, a pointer in a structure is set to NULL. If the client was not in the on-hook state at the time the connection was closed, this pointer is later dereferenced. This allows remote authenticated connections the ability to cause a crash in the server, denying services to legitimate users. Also from 1.8.12.2 * Resolve crash in subscribing for MWI notifications. ASTOBJ_UNREF sets the variable to NULL after unreffing it, so the variable should definitely not be used after that. To solve this in the two cases that affect subscribing for MWI notifications, we instead save the ref locally, and unref them in the error conditions. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/05/30 19:36:56 Modified files: usr.bin/mandoc : roff.c regress/usr.bin/mandoc/roff/cond: if.in if.out_ascii Log message: Fix blank line handling in .if. In particular, two cases were wrong: - single-line .if with trailing whitespace gave no blank line - multiline .if with \{ but without \{\ gave no blank line While here, simplify roff_cond() by partially reordering the code. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/31 00:06:32 Modified files: x11/gnome/user-docs: Makefile distinfo x11/gnome/user-docs/pkg: PLIST Log message: Update to gnome-user-docs-3.4.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/31 01:04:38 Modified files: x11/vlc : Makefile x11/vlc/pkg : PLIST-main Log message: Enable the Media Library now that SQLite is in base. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/31 02:25:50 Modified files: databases/redis: Makefile databases/redis/patches: patch-src_Makefile Log message: Override some variables into port's Makefile to reduce clutter from patches/patch-src_Makefile; no pkg changes, no bump. While here, reorganize port's Makefile as per template. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/05/31 02:39:59 Modified files: x11/i3 : Makefile Added files: x11/i3/patches : patch-i3-config-wizard_cfgparse_y Log message: Replace deprecated XKeycodeToKeysym() with XkbKeycodeToKeysym(). Committed upstream. CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/05/31 04:55:53 Modified files: usr.bin/mg : basic.c Log message: Currently, mg's cursor jumps from top to bottom of the screen as you scroll upwards, make the cursor behave like emacs and stay at bottom of window. Tested by mikeb@. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/05/31 07:55:54 Modified files: sbin/quotacheck: quotacheck.c Log message: Let quotacheck work with duid based fstab. Missed one open() -> opendev() from Rogier Krieger's original diff. Found by and fix tested by dlg@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/05/31 09:04:03 Modified files: etc : sysctl.conf Log message: Add commented-out examples for net.inet.tcp.always_keepalive / keepidle. These are useful if you're behind a bad nat with short timeouts as often found in airport lounges and hotels. If the keepalives fail because the network goes away (moving out of wireless reception, swapping cables etc) your connections are more likely to drop so this is a double-edged sword. ok henning@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/31 09:05:21 Log message: wasn't aware it was now ported to drupal7 Status: Vendor Tag: espie Release Tags: ports N ports/www/drupal7/theme-newsflash/Makefile N ports/www/drupal7/theme-newsflash/distinfo N ports/www/drupal7/theme-newsflash/pkg/DESCR N ports/www/drupal7/theme-newsflash/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/31 09:06:05 Log message: rc4 seems to work (needed for my sites updates) Status: Vendor Tag: espie Release Tags: ports N ports/www/drupal7/masquerade/Makefile N ports/www/drupal7/masquerade/distinfo N ports/www/drupal7/masquerade/pkg/DESCR N ports/www/drupal7/masquerade/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/31 09:06:39 Log message: drupal6 -> drupal7 update Status: Vendor Tag: espie Release Tags: ports N ports/www/drupal7/content_access/Makefile N ports/www/drupal7/content_access/distinfo N ports/www/drupal7/content_access/pkg/DESCR N ports/www/drupal7/content_access/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/31 09:07:03 Log message: d6->d7 Status: Vendor Tag: espie Release Tags: ports N ports/www/drupal7/schema/Makefile N ports/www/drupal7/schema/distinfo N ports/www/drupal7/schema/pkg/PLIST N ports/www/drupal7/schema/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/31 09:07:56 Modified files: www/drupal7 : Makefile Log message: more modules CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/05/31 09:11:40 Modified files: www/drupal7/locale-fr: Makefile distinfo www/drupal7/locale-fr/pkg: PLIST Log message: update for new modules CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/05/31 09:16:33 Modified files: audio/dumb : Makefile Log message: Unbreak. It doesnt respect CFLAGS but at least it builds. Reported by naddy@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/31 10:02:58 ports/mail/mimedefang/patches Update of /cvs/ports/mail/mimedefang/patches In directory cvs.openbsd.org:/tmp/cvs-serv11879/patches Log Message: Directory /cvs/ports/mail/mimedefang/patches added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/05/31 11:50:59 Modified files: sbin/ifconfig : ifconfig.8 Log message: Clarify issues del (bridge command) vs delete (IP address command); documentation not fixed after ifconfig/brconfig merge spotted by Pieter Verberne ok camield CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/05/31 12:31:42 Modified files: mail/mimedefang: Makefile distinfo mail/mimedefang/pkg: PLIST README mimedefang_daemon.rc mimedefang_multiplexor.rc Added files: mail/mimedefang/patches: patch-SpamAssassin_spamassassin_cf patch-examples_suggested-minimum-filter-for-windows-clients patch-mimedefang_pl_in Log message: Update to mimedefang-2.73. Rework the port to comply with upstream defaults and generally simplify it. Set default options in rc.d(8) following the default init script behavior. Activate ipheader and install gen-ip-validator.pl. ok okan@ (maintainer) CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/05/31 18:47:36 Modified files: regress/usr.bin/ssh: forwarding.sh multiplex.sh Log message: append to rather than truncate test log; bz#2013 from openssh AT roumenpetrov.info CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/05/31 18:49:35 Modified files: usr.bin/ssh : PROTOCOL.mux Log message: correct types of port numbers (integers, not strings); bz#2004 from bert.wesarg AT googlemail.com CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/05/31 18:52:52 Modified files: regress/usr.bin/ssh: sftp-cmds.sh Log message: don't delete .* on cleanup due to unintended env expansion; pointed out in bz#2014 by openssh AT roumenpetrov.info CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/05/31 19:01:22 Modified files: usr.bin/ssh : mux.c Log message: fix memory leak when mux socket creation fails; bz#2002 from bert.wesarg AT googlemail.com CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/05/31 19:01:57 Modified files: include : stdlib.h lib/libc/stdlib: random.3 random.c ecvt.3 lib/libc/stdio : mktemp.3 Log message: Improve standards conformance: ecvt(), fcvt(), gcvt(), mktemp(), ttyslot(), and valloc() are not in the current version, while posix_memalign() mkstemp(), and mkdtemp() are, and setstate()'s argument has lost a bogus 'const'. ok millert@ jmc@ espie@ kettenis@; ports build testing by naddy@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/05/31 19:43:19 Modified files: libexec/login_krb5: login_krb5.8 login_krb5.c libexec/login_passwd: common.h login.c Log message: add a krb5-noverify option for login.conf that disables verification of the server against a local host keytab file when you're authing users with login_krb5. useful for when you need to auth users but dealing with the domain admins is painful... ok sthen@ jj@ millert@ CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2012/05/31 20:44:36 Modified files: sbin/pfctl : pf_print_state.c pfctl.h Log message: Make the -P flag work with -ss, so that states can be printed with port names if desired. ok henning CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2012/05/31 20:49:07 Modified files: lib/libc/ohash : ohash_init.3 ohash_interval.3 Log message: Fix document titles. ok haesbaert jmc henning CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/05/31 21:02:50 Modified files: . : plus.html Log message: May 21-27 of plus.html. Checked by Steffen Daode Nurpmeso. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/05/31 23:47:11 Modified files: sys/uvm : uvm_map.c Log message: Correct handling of mlock()/munlock() with len==0 to return success instead of crashing. Add a KASSERT() to catch other bugs that might result in the tree iterators being reversed. Problem observed by Tom Doherty (tomd at singlesecond.com) ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/06/01 01:10:42 Modified files: usr.bin/units : units.lib Log message: update currency exchange rates; CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/01 01:12:42 Modified files: sysutils/nut : Makefile Added files: sysutils/nut/patches: patch-common_parseconf_c Log message: Security fix for CVE-2012-2944: upsd can be remotely crashed ok sthen@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/01 01:16:57 Modified files: sysutils/nut : Tag: OPENBSD_5_1 Makefile Added files: sysutils/nut/patches: Tag: OPENBSD_5_1 patch-common_parseconf_c Log message: Security fix for CVE-2012-2944: upsd can be remotely crashed ok sthen@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/01 01:30:46 Log message: import autoconf 2.69 from brad ok sthen@ Status: Vendor Tag: jasper Release Tags: jasper_20120106 N ports/devel/autoconf/2.69/Makefile N ports/devel/autoconf/2.69/distinfo N ports/devel/autoconf/2.69/patches/patch-Makefile_in N ports/devel/autoconf/2.69/patches/patch-bin_autom4te_in N ports/devel/autoconf/2.69/patches/patch-bin_autoupdate_in N ports/devel/autoconf/2.69/patches/patch-configure N ports/devel/autoconf/2.69/patches/patch-doc_Makefile_in N ports/devel/autoconf/2.69/patches/patch-doc_autoconf_texi N ports/devel/autoconf/2.69/patches/patch-lib_autoconf_Makefile_in N ports/devel/autoconf/2.69/patches/patch-lib_autotest_Makefile_in N ports/devel/autoconf/2.69/patches/patch-lib_m4sugar_Makefile_in N ports/devel/autoconf/2.69/patches/patch-lib_m4sugar_m4sugar_m4 N ports/devel/autoconf/2.69/patches/patch-tests_Makefile_in N ports/devel/autoconf/2.69/patches/patch-tests_c_at N ports/devel/autoconf/2.69/patches/patch-tests_local_at N ports/devel/autoconf/2.69/patches/patch-tests_tools_at N ports/devel/autoconf/2.69/pkg/DESCR N ports/devel/autoconf/2.69/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/01 01:31:09 Modified files: devel/autoconf : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/01 01:55:12 Modified files: print/cups : Makefile Log message: Remove '${DESTDIR}' from the html pages. from gjones CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/01 02:20:50 Modified files: www/lighttpd : Makefile distinfo www/lighttpd/patches: patch-doc_lighttpd_8 Removed files: www/lighttpd/patches: patch-src_buffer_c patch-src_http_auth_c patch-src_mod_accesslog_c patch-src_mod_auth_c patch-src_mod_cgi_c patch-src_mod_compress_c patch-src_mod_extforward_c patch-src_mod_fastcgi_c patch-src_mod_scgi_c patch-src_network_backends_h patch-src_request_c Log message: update to lighttpd 1.4.31, rolling in the backported patches. ok brad CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/06/01 02:35:45 Modified files: sbin/pfctl : pf_print_state.c pfctl.h Log message: revert previous, breaks tcpdump spotted by jmc@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/06/01 03:10:20 Modified files: textproc/wdiff : Makefile distinfo textproc/wdiff/patches: patch-lib_Makefile_in Removed files: textproc/wdiff/patches: patch-tests_testsuite Log message: Update to wdiff 1.1.1. Removes need for gsed during regress. ok jasper@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/06/01 03:24:58 Modified files: usr.sbin/smtpd : envelope.c queue_fsqueue.c smtpd.h Log message: move envelope dump/load functions to envelope.c ok gilles@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/06/01 03:45:04 Modified files: multimedia/vitunes: Makefile distinfo Removed files: multimedia/vitunes/patches: patch-Makefile Log message: Update to latest version 2.3. Also, remove a gcc3 workaround. ok dcoppa@ (maintainer timeout) CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/06/01 04:40:14 Modified files: usr.sbin/smtpd : smtpd.h Log message: remove unused fields ok eric@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/06/01 04:46:32 Modified files: usr.sbin/smtpd : mta_session.c Log message: use PRIu64 instead of llu in format string. ok eric@ CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/06/01 05:22:06 Modified files: usr.bin/mg : basic.c Log message: While scrolling, show a message and beep when you reach either end of a buffer. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/06/01 05:42:34 Modified files: usr.sbin/smtpd : queue_backend.c queue_fsqueue.c Log message: on envelope creation, setup and reset the relevant envelope fields in the wrapper function rather than in individual backends. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/01 06:05:48 Modified files: x11/gnome/banshee: Makefile distinfo Removed files: x11/gnome/banshee/patches: patch-data_desktop-files_Makefile_in Log message: Minor update to banshee-2.4.1. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/06/01 07:01:45 Log message: Import dfc 3.0.0. dfc is a simple tool that display file system space usage using graphs and colors. It can also output to CSV, TeX or HTML. ok jasper@ giovanni@ Status: Vendor Tag: landry Release Tags: landry_20120601 N ports/sysutils/dfc/distinfo N ports/sysutils/dfc/Makefile N ports/sysutils/dfc/patches/patch-CMakeLists_txt N ports/sysutils/dfc/pkg/PLIST N ports/sysutils/dfc/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/06/01 07:02:24 Modified files: sysutils : Makefile Log message: +dfc CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/06/01 07:21:26 Modified files: databases/ports-readmes/files: make-readmes Log message: swapped arch and value for broken CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/06/01 08:55:09 Modified files: usr.sbin/smtpd : smtp.c smtpd.c Log message: allow to pause some subsystems at startup. ok gilles@ chl@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/01 09:06:46 Modified files: databases/postgresql: Makefile databases/postgresql/pkg: postgresql.rc Log message: Make the rc.d(8) script use pg_ctl all the way. ok pea@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/01 09:35:48 Modified files: mail/mimedefang: Makefile mail/mimedefang/pkg: PLIST README Added files: mail/mimedefang/patches: patch-examples_mimedefang-filter-openbsd-ports Removed files: mail/mimedefang/patches: patch-examples_suggested-minimum-filter-for-windows-clients Log message: Add some commented examples on how to do most usual tasks (tag spam, discard and/or quarantine virus mails...). ok okan@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/01 09:39:22 Modified files: mail/mimedefang: Makefile mail/mimedefang/patches: patch-examples_mimedefang-filter-openbsd-ports Log message: This was supposed to be commented. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/01 09:57:51 Modified files: devel/sdl-sound: Makefile devel/sdl-sound/patches: patch-configure_in Added files: devel/sdl-sound/patches: patch-SDL_sound_h patch-decoders_modplug_c patch-decoders_timidity_instrum_dls_c patch-decoders_timidity_timidity_c patch-playsound_playsound_c Log message: Fixes from upstream: - Clean up symbol visibility. - Don't force quit in signal handler, since we might double-free things. - Disable reverb flag in modplug decoder. It's producing trash in some cases. - Don't underflow array when parsing timidity config file. - Fix read_config_file() not closing the file when there is an error. - Honor the return code from recursive read_config_file() call. - Reset some state on shutdown to prevent crash when reinitializing. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/01 09:58:00 Modified files: devel/sdl-net : Makefile Added files: devel/sdl-net/patches: patch-SDL_net_h Log message: Fixes from upstream: - Fix alignment issues on strict alignment architectures. - Don't unnecessarily byte-swap on big endian hosts. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/01 09:58:13 Modified files: devel/sdl-mixer: Makefile Added files: devel/sdl-mixer/patches: patch-mixer_c Log message: Fix from upstream: Fix crash on double free if loading WAV file failed. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/06/01 10:03:59 Modified files: sys/arch/hppa/hppa: pmap.c Log message: Ansify function definitions, fix some style(9) and whitespace issues. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/06/01 16:00:27 Modified files: print/scribus : Makefile Log message: Add missing build_depends on boost, pointed out by nigel@, thanks! CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/06/01 18:11:17 Modified files: sys/kern : kern_timeout.c Log message: Delete diagnostic code that reports timeout adjustments on resume. It was useful for tracking down the last devices which weren't deleting their timeouts on suspend and recreating them on resume, but it's too verbose to keep around. noted by deraadt@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/06/01 18:14:16 Modified files: lib/libc/crypt : crypt.3 lib/libc/stdlib: getenv.3 rand.3 rand48.3 Log message: Update STANDARDS section for a few functions Update SYNOPSIS for setkey() to show it's in ok jmc@, millert@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/06/01 23:44:27 Modified files: sys/kern : kern_sysctl.c lib/libkvm : kvm_file2.c Log message: Committed the wrong version (an earlier try) of the KERN_FILE2 vs rthreads fix. Update to the correct one. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/02 00:18:06 Modified files: mail/zarafa/zarafa: Makefile mail/zarafa/zarafa/pkg: README-main Log message: Tweak README to allow easier copy/paste. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/02 00:51:53 ports/www/owncloud/patches Update of /cvs/ports/www/owncloud/patches In directory cvs.openbsd.org:/tmp/cvs-serv24271/patches Log Message: Directory /cvs/ports/www/owncloud/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/02 00:54:57 Modified files: www/owncloud : Makefile distinfo www/owncloud/files: owncloud.conf www/owncloud/pkg: PLIST README Added files: www/owncloud/patches: patch-config_config_sample_php Log message: Update to owncloud-4.0.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/02 04:02:40 Modified files: net/icli : Makefile distinfo net/icli/patches: icinga-bin_icli Log message: update to icli 0.42, adds -U / --as-contact option to only operate on services visible to a certain contact CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/06/02 05:44:46 Modified files: etc : services Log message: Add AMT ports to /etc/services so they're entered in net.inet.tcp.baddynamic preventing them being locally allocated as dynamic ports. If AMT is configured with the same IP address as the host (and, in the case of redirection/https ports, if the relevant feature is enabled), it will steal packets sent to its ports. ok mikeb@. kettenis@ thinks it's probably a good idea. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/02 06:06:37 Modified files: x11/vlc : Makefile Log message: Missed bump, spotted by naddy@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/02 06:09:36 Log message: import ports/comms/amtterm, ok jasper@ amtterm provides gui and cli clients for Intel AMT serial-over-lan (sol), and a perl script to gather information and control managed computers. To reduce depencies when only the cli version is wanted, install the amtterm-term subpackage instead. Status: Vendor Tag: sthen Release Tags: sthen_20120602 N ports/comms/amtterm/Makefile N ports/comms/amtterm/distinfo N ports/comms/amtterm/pkg/PLIST-main N ports/comms/amtterm/pkg/PLIST-term N ports/comms/amtterm/pkg/DESCR-main N ports/comms/amtterm/pkg/DESCR-term N ports/comms/amtterm/files/Make.config N ports/comms/amtterm/patches/patch-mk_Maintainer_mk N ports/comms/amtterm/patches/patch-tcp_h N ports/comms/amtterm/patches/patch-amttool No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/02 06:09:55 Modified files: comms : Makefile Log message: +amtterm CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/02 06:21:55 Modified files: audio/libcddb : Makefile distinfo Removed files: audio/libcddb/patches: patch-configure Log message: - update to 1.3.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/02 06:24:13 Log message: import elixir 0.5.0 Elixir is a programming language built on top of the Erlang VM. As Erlang, it is a functional language built to support distributed, fault-tolerant, non-stop applications with hot code swapping. Elixir is also dynamic typed but, differently from Erlang, it is also homoiconic, allowing meta-programming via macros. Elixir also supports polymorphism via protocols (similar to Clojure's), dynamic records and provides a reference mechanism. Finally, Elixir and Erlang share the same bytecode and data types. This means you can invoke Erlang code from Elixir (and vice-versa) without any conversion or performance hit. This allows a developer to mix the expressiveness of Elixir with the robustness and performance of Erlang. feedback/ok sthen@ Status: Vendor Tag: jasper Release Tags: jasper_20120206 N ports/lang/elixir/distinfo N ports/lang/elixir/Makefile N ports/lang/elixir/pkg/PLIST N ports/lang/elixir/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/02 06:25:11 Modified files: lang : Makefile Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/02 07:05:09 Modified files: lib/libpciaccess/src: openbsd_pci.c Log message: Add support for X server privilege separation to pci_legacy_open_io() With privilege separation the X server enables legacy i/o port access during the early privileged initialization. Other calls should be no-op. Makes X server 1.12 happy with privilege separation. ok miod@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/02 07:12:08 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/02 07:17:19 Modified files: shells/tcsh : Makefile distinfo shells/tcsh/patches: patch-config_f_h patch-host_defs Removed files: shells/tcsh/patches: patch-sh_proc_c patch-tests_arguments_at Log message: - update to 6.18.01 - take maintainership tested by and ok matthieu@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/02 09:55:58 Modified files: driver/xf86-video-glint: COPYING ChangeLog Makefile.am Makefile.in README README.pm3 aclocal.m4 config.h.in configure configure.ac ltmain.sh driver/xf86-video-glint/man: Makefile.am Makefile.in glint.man driver/xf86-video-glint/src: IBMramdac.c Makefile.am Makefile.in TIramdac.c glint.h glint_dga.c glint_driver.c glint_regs.h glint_shadow.c pm2_accel.c pm2_dac.c pm2_video.c pm2ramdac.c pm2v_dac.c pm2vramdac.c pm3_accel.c pm3_dac.c pm3_regs.h pm3_video.c pm_accel.c pm_dac.c sx_accel.c tx_accel.c tx_dac.c Added files: driver/xf86-video-glint: INSTALL Removed files: driver/xf86-video-glint: DRI.txt driver/xf86-video-glint/src: glint_common.h glint_dri.c glint_dri.h glint_dripriv.h Log message: Update xf86-video-glint to version 1.2.7 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/02 09:58:19 Modified files: driver : Makefile Log message: If building against Xserver 1.12, disable video drivers that have not yet been updated to the video ABI changes. This makes testing of xserrver 1.12 easier. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/06/02 10:09:40 Modified files: emulators/sdlmame: Makefile distinfo Log message: Update to sdlmame 0.146. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/06/02 13:14:28 Modified files: build : mirrors.dat Log message: remove ftp.z74.net from the mirror list at the request of maintainer Maurice Janssen (much more traffic going in from syncing than out from serving clients). CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/06/02 13:14:58 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: schwarze@cvs.openbsd.org 2012/06/02 13:39:13 src/regress/usr.bin/mandoc/man/EX Update of /cvs/src/regress/usr.bin/mandoc/man/EX In directory cvs.openbsd.org:/tmp/cvs-serv24127/EX Log Message: Directory /cvs/src/regress/usr.bin/mandoc/man/EX added to the repository CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/06/02 14:07:09 Modified files: share/man/man7 : man.7 usr.bin/mandoc : man.c man.h man_html.c man_macro.c man_term.c man_validate.c regress/usr.bin/mandoc/man: Makefile Added files: regress/usr.bin/mandoc/man/EX: Makefile args.in args.out_ascii nested.in nested.out_ascii spacing.in spacing.out_ascii Log message: Minimal implementation of .EX and .EE for GNU compatibility. Do not use this, it is not portable and only defined in esr's man-ext. For example, sox(1) wants these macros. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/06/02 15:15:12 Log message: Import beautifulsoup 4.1.0, a Python library designed for quick turnaround projects like screen-scraping. Original diff against py-beutifoulsup from wen heping, converted to a stand alone port after some discussion in ports@. Status: Vendor Tag: fgsch Release Tags: fgsch_20120602 N ports/www/py-beautifulsoup4/Makefile N ports/www/py-beautifulsoup4/distinfo N ports/www/py-beautifulsoup4/pkg/DESCR N ports/www/py-beautifulsoup4/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/06/02 15:15:59 Modified files: www : Makefile Log message: enter py-beautifulsoup4 CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/06/02 15:46:53 Modified files: lib/libutil : imsg-buffer.c imsg.c Log message: in imsg_read() avoid calling recvmsg() if we detect that we will be short on descriptors, this can be achieved thanks to the new getdtablecount() system call. application may provide a reserve count to ensure that the recvmsg() call is not called when they don't have enough descriptors to work properly. change the API so that transient errors that can be retried immediately are retried within the function right away, whereas transient errors for which the application may want to take action will set errno to EAGAIN. ok deraadt@ and henning@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/06/02 16:51:17 src/regress/usr.bin/mandoc/roff/de Update of /cvs/src/regress/usr.bin/mandoc/roff/de In directory cvs.openbsd.org:/tmp/cvs-serv2529/roff/de Log Message: Directory /cvs/src/regress/usr.bin/mandoc/roff/de added to the repository CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/06/02 17:18:31 Modified files: usr.bin/mandoc : libmandoc.h read.c roff.c regress/usr.bin/mandoc/roff: Makefile Added files: regress/usr.bin/mandoc/roff/de: Dd.in Dd.out_ascii Dd.out_ascii_opt Makefile TH.in TH.out_ascii TH.out_ascii_opt Log message: In groff, trying to redefine standard man(7) macros before .TH has no effect; after .TH, it works. Trying to redefine standard mdoc(7) macros before .Dd works when calling groff with the -mdoc command line option, but does not when calling groff with -mandoc; after .Dd, it always works. Arguably, one might call that buggy behaviour in groff, but it is very unlikely that anybody will change groff in this respect (certainly, i'm not volunteering). So let's be bug-compatible. This fixes the vertical spacing in sox(1). CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/02 17:23:12 Modified files: driver : Makefile Log message: Fix build on i386. Previous commit was from an amd64 machine before checking i386. Noticed by naddy@ thanks. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/06/03 03:47:26 Modified files: usr.bin/mandoc : man_macro.c Log message: Close a preceding implicit block before opening an explicit block. To allow doing so, no longer abuse rew_scope() to unwind explicit blocks; explicitly call man_unscope() instead. Fixing the indentation of slapd.conf(5) in the OpenLDAP port; thanks to guenther@ for the report. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/03 05:12:31 Modified files: audio/rhythmbox: Makefile distinfo audio/rhythmbox/patches: patch-configure patch-plugins_Makefile_in audio/rhythmbox/pkg: PLIST Log message: Update to rhythmbox-2.97. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/06/03 06:17:54 Modified files: lang/nqp : Makefile Added files: lang/nqp/patches: patch-tools_build_Makefile_in patch-3rdparty_dyncall_buildsys_gmake_tool_gcc_release_gmake Log message: Respect CC/CFLAGS for all parts of nqp; don't add -O3 in 3rdparty/dyncall. prodded by and ok aja@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/06/03 06:45:55 Modified files: sys/dev/pci : tcpcib.c Log message: Remove unnecessary tcpib_wdt_unlock() calls. From Matt Dainty. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/06/03 07:17:47 Modified files: sys/arch/i386/i386: bios.c sys/arch/i386/include: biosvar.h sys/arch/i386/stand/boot: conf.c sys/arch/i386/stand/cdboot: conf.c sys/arch/i386/stand/libsa: bioscons.c cmd_i386.c exec_i386.c sys/arch/i386/stand/pxeboot: conf.c Log message: Add support for serial consoles at non-standard addresses. This implements a new "machine comaddr" command that makes it possible to configure the io port used to access the serial port. This can be used to use serial ports on a puc(4) device as serial console. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/06/03 07:18:33 Modified files: sys/arch/amd64/amd64: machdep.c sys/arch/amd64/include: biosvar.h sys/arch/amd64/stand/boot: conf.c sys/arch/amd64/stand/cdboot: conf.c sys/arch/amd64/stand/libsa: bioscons.c cmd_i386.c exec_i386.c sys/arch/amd64/stand/pxeboot: conf.c Log message: Add support for serial consoles at non-standard addresses. This implements a new "machine comaddr" command that makes it possible to configure the io port used to access the serial port. This can be used to use serial ports on a puc(4) device as serial console. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/06/03 07:28:41 Modified files: sys/arch/hppa/hppa: pmap.c sys/arch/hppa64/hppa64: pmap.c Log message: Avoid the unlikely but possible use of an uninitialised variable. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/06/03 07:30:04 Modified files: sys/uvm : uvm_map.c Log message: Make sure uvm_map_extract() entesr mappings at an address that doesn't introduce any virtual cache aliasing problems. Fixes a regression introduced by vmmap. ok ariane@, jsing@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/06/03 13:52:56 Modified files: usr.sbin/smtpd : envelope.c queue_backend.c smtpd.h Log message: Do not store the envelope id within the envelope, only the message id. Make sure existing envelopes can be properly loaded. ok chl@ gilles@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/06/03 14:17:24 Modified files: textproc/calibre: Makefile Log message: Mark as BROKEN, it doesnt package as make fake gets stuck on 'Running gui', that disturbs bulk builds and noone of the people using it got enough incentive to look into it :) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/06/03 18:21:17 Modified files: lib/libutil : shlib_version Log message: crank minor, since a symbol was added CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/06/03 19:27:46 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: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/04 01:54:36 Modified files: audio/sonata/patches: patch-sonata_main_py Log message: Committed upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/04 02:22:13 Modified files: www/webacula : Makefile www/webacula/files: webacula-chroot-bconsole.sh Log message: Typo in comment. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/06/04 03:02:09 Log message: minor update to 3.7.12.1 Status: Vendor Tag: sqlite3 Release Tags: sqlite_3_7_12_1 U src/lib/libsqlite3/addopcodes.awk U src/lib/libsqlite3/mkopcodec.awk U src/lib/libsqlite3/mkopcodeh.awk U src/lib/libsqlite3/sqlite3.pc.in N src/lib/libsqlite3/VERSION U src/lib/libsqlite3/src/test_rtree.c U src/lib/libsqlite3/src/resolve.c U src/lib/libsqlite3/src/test_thread.c U src/lib/libsqlite3/src/test_hexio.c U src/lib/libsqlite3/src/os_os2.c U src/lib/libsqlite3/src/test_wsd.c U src/lib/libsqlite3/src/test_async.c U src/lib/libsqlite3/src/test_vfstrace.c U src/lib/libsqlite3/src/test_btree.c U src/lib/libsqlite3/src/vdbe.c U src/lib/libsqlite3/src/test_osinst.c U src/lib/libsqlite3/src/test_intarray.c U src/lib/libsqlite3/src/journal.c U src/lib/libsqlite3/src/test_devsym.c U src/lib/libsqlite3/src/hash.h U src/lib/libsqlite3/src/tclsqlite.c U src/lib/libsqlite3/src/lempar.c U src/lib/libsqlite3/src/mutex_w32.c U src/lib/libsqlite3/src/backup.c U src/lib/libsqlite3/src/btree.h U src/lib/libsqlite3/src/alter.c U src/lib/libsqlite3/src/test4.c U src/lib/libsqlite3/src/notify.c U src/lib/libsqlite3/src/test5.c U src/lib/libsqlite3/src/parse.y U src/lib/libsqlite3/src/vacuum.c U src/lib/libsqlite3/src/test_intarray.h U src/lib/libsqlite3/src/btree.c U src/lib/libsqlite3/src/test_stat.c U src/lib/libsqlite3/src/test8.c U src/lib/libsqlite3/src/vdbemem.c U src/lib/libsqlite3/src/wal.h U src/lib/libsqlite3/src/status.c U src/lib/libsqlite3/src/mem3.c U src/lib/libsqlite3/src/test_loadext.c U src/lib/libsqlite3/src/update.c U src/lib/libsqlite3/src/build.c U src/lib/libsqlite3/src/test_syscall.c U src/lib/libsqlite3/src/pcache.h U src/lib/libsqlite3/src/expr.c U src/lib/libsqlite3/src/legacy.c U src/lib/libsqlite3/src/mutex_unix.c U src/lib/libsqlite3/src/wal.c U src/lib/libsqlite3/src/test7.c U src/lib/libsqlite3/src/insert.c U src/lib/libsqlite3/src/vdbe.h U src/lib/libsqlite3/src/memjournal.c U src/lib/libsqlite3/src/vdbeblob.c U src/lib/libsqlite3/src/os_win.c U src/lib/libsqlite3/src/date.c U src/lib/libsqlite3/src/sqliteLimit.h U src/lib/libsqlite3/src/btmutex.c U src/lib/libsqlite3/src/test_quota.h U src/lib/libsqlite3/src/trigger.c U src/lib/libsqlite3/src/test_quota.c U src/lib/libsqlite3/src/malloc.c U src/lib/libsqlite3/src/vdbeInt.h U src/lib/libsqlite3/src/test3.c U src/lib/libsqlite3/src/utf.c U src/lib/libsqlite3/src/test1.c U src/lib/libsqlite3/src/mutex_noop.c U src/lib/libsqlite3/src/rowset.c U src/lib/libsqlite3/src/vdbeapi.c U src/lib/libsqlite3/src/util.c U src/lib/libsqlite3/src/test_onefile.c U src/lib/libsqlite3/src/vdbetrace.c U src/lib/libsqlite3/src/test_init.c U src/lib/libsqlite3/src/mem2.c U src/lib/libsqlite3/src/table.c U src/lib/libsqlite3/src/walker.c U src/lib/libsqlite3/src/test_spellfix.c U src/lib/libsqlite3/src/test2.c U src/lib/libsqlite3/src/printf.c U src/lib/libsqlite3/src/shell.c U src/lib/libsqlite3/src/mutex.h U src/lib/libsqlite3/src/test_server.c U src/lib/libsqlite3/src/attach.c U src/lib/libsqlite3/src/os_common.h U src/lib/libsqlite3/src/pragma.c U src/lib/libsqlite3/src/callback.c U src/lib/libsqlite3/src/test_pcache.c U src/lib/libsqlite3/src/analyze.c U src/lib/libsqlite3/src/mem1.c U src/lib/libsqlite3/src/test_tclvar.c U src/lib/libsqlite3/src/select.c U src/lib/libsqlite3/src/vdbesort.c U src/lib/libsqlite3/src/loadext.c U src/lib/libsqlite3/src/hash.c U src/lib/libsqlite3/src/test_func.c U src/lib/libsqlite3/src/os_unix.c U src/lib/libsqlite3/src/test_multiplex.h U src/lib/libsqlite3/src/mem0.c U src/lib/libsqlite3/src/global.c U src/lib/libsqlite3/src/test_vfs.c U src/lib/libsqlite3/src/pcache1.c U src/lib/libsqlite3/src/test_fuzzer.c U src/lib/libsqlite3/src/vdbeaux.c U src/lib/libsqlite3/src/hwtime.h U src/lib/libsqlite3/src/pager.h U src/lib/libsqlite3/src/where.c U src/lib/libsqlite3/src/os.c U src/lib/libsqlite3/src/fault.c U src/lib/libsqlite3/src/tokenize.c U src/lib/libsqlite3/src/test_multiplex.c U src/lib/libsqlite3/src/sqlite.h.in U src/lib/libsqlite3/src/test_demovfs.c U src/lib/libsqlite3/src/prepare.c U src/lib/libsqlite3/src/complete.c U src/lib/libsqlite3/src/sqliteInt.h U src/lib/libsqlite3/src/pager.c U src/lib/libsqlite3/src/sqlite3ext.h U src/lib/libsqlite3/src/test6.c U src/lib/libsqlite3/src/mem5.c U src/lib/libsqlite3/src/func.c U src/lib/libsqlite3/src/test_config.c U src/lib/libsqlite3/src/pcache.c U src/lib/libsqlite3/src/fkey.c U src/lib/libsqlite3/src/bitvec.c U src/lib/libsqlite3/src/mutex_os2.c U src/lib/libsqlite3/src/btreeInt.h U src/lib/libsqlite3/src/test_autoext.c U src/lib/libsqlite3/src/vtab.c U src/lib/libsqlite3/src/ctime.c U src/lib/libsqlite3/src/auth.c U src/lib/libsqlite3/src/mutex.c U src/lib/libsqlite3/src/random.c U src/lib/libsqlite3/src/test_mutex.c U src/lib/libsqlite3/src/delete.c U src/lib/libsqlite3/src/test_malloc.c U src/lib/libsqlite3/src/test_wholenumber.c U src/lib/libsqlite3/src/test_backup.c U src/lib/libsqlite3/src/os.h U src/lib/libsqlite3/src/test_superlock.c U src/lib/libsqlite3/src/main.c U src/lib/libsqlite3/src/test9.c U src/lib/libsqlite3/src/test_schema.c U src/lib/libsqlite3/src/test_journal.c U src/lib/libsqlite3/ext/README.txt U src/lib/libsqlite3/ext/fts1/fulltext.c U src/lib/libsqlite3/ext/fts1/fts1.c U src/lib/libsqlite3/ext/fts1/README.txt U src/lib/libsqlite3/ext/fts1/fulltext.h U src/lib/libsqlite3/ext/fts1/ft_hash.c U src/lib/libsqlite3/ext/fts1/fts1_hash.c U src/lib/libsqlite3/ext/fts1/fts1_tokenizer.h U src/lib/libsqlite3/ext/fts1/fts1_porter.c U src/lib/libsqlite3/ext/fts1/tokenizer.h U src/lib/libsqlite3/ext/fts1/fts1.h U src/lib/libsqlite3/ext/fts1/simple_tokenizer.c U src/lib/libsqlite3/ext/fts1/fts1_tokenizer1.c U src/lib/libsqlite3/ext/fts1/ft_hash.h U src/lib/libsqlite3/ext/fts1/fts1_hash.h U src/lib/libsqlite3/ext/fts3/fts3_snippet.c U src/lib/libsqlite3/ext/fts3/fts3_tokenizer.c U src/lib/libsqlite3/ext/fts3/fts3_term.c U src/lib/libsqlite3/ext/fts3/fts3_expr.c U src/lib/libsqlite3/ext/fts3/fts3_icu.c U src/lib/libsqlite3/ext/fts3/README.txt U src/lib/libsqlite3/ext/fts3/fts3_tokenizer1.c U src/lib/libsqlite3/ext/fts3/fts3_hash.c U src/lib/libsqlite3/ext/fts3/mkfts3amal.tcl U src/lib/libsqlite3/ext/fts3/fts3_hash.h U src/lib/libsqlite3/ext/fts3/fts3_test.c U src/lib/libsqlite3/ext/fts3/fts3_aux.c U src/lib/libsqlite3/ext/fts3/fts3.c U src/lib/libsqlite3/ext/fts3/README.tokenizers U src/lib/libsqlite3/ext/fts3/fts3_tokenizer.h U src/lib/libsqlite3/ext/fts3/fts3speed.tcl U src/lib/libsqlite3/ext/fts3/README.content U src/lib/libsqlite3/ext/fts3/README.syntax U src/lib/libsqlite3/ext/fts3/fts3Int.h U src/lib/libsqlite3/ext/fts3/fts3_porter.c U src/lib/libsqlite3/ext/fts3/fts3.h U src/lib/libsqlite3/ext/fts3/fts3_write.c U src/lib/libsqlite3/ext/fts3/tool/fts3view.c U src/lib/libsqlite3/ext/async/README.txt U src/lib/libsqlite3/ext/async/sqlite3async.h U src/lib/libsqlite3/ext/async/sqlite3async.c U src/lib/libsqlite3/ext/fts2/fts2_hash.c U src/lib/libsqlite3/ext/fts2/README.txt U src/lib/libsqlite3/ext/fts2/fts2.c U src/lib/libsqlite3/ext/fts2/fts2_porter.c U src/lib/libsqlite3/ext/fts2/fts2_icu.c U src/lib/libsqlite3/ext/fts2/fts2_tokenizer1.c U src/lib/libsqlite3/ext/fts2/README.tokenizers U src/lib/libsqlite3/ext/fts2/fts2_tokenizer.h U src/lib/libsqlite3/ext/fts2/fts2_tokenizer.c U src/lib/libsqlite3/ext/fts2/fts2_hash.h U src/lib/libsqlite3/ext/fts2/mkfts2amal.tcl U src/lib/libsqlite3/ext/fts2/fts2.h U src/lib/libsqlite3/ext/rtree/sqlite3rtree.h U src/lib/libsqlite3/ext/rtree/README U src/lib/libsqlite3/ext/rtree/rtree8.test U src/lib/libsqlite3/ext/rtree/rtreeB.test U src/lib/libsqlite3/ext/rtree/viewrtree.tcl U src/lib/libsqlite3/ext/rtree/tkt3363.test U src/lib/libsqlite3/ext/rtree/rtree.h U src/lib/libsqlite3/ext/rtree/rtree3.test U src/lib/libsqlite3/ext/rtree/rtree.c U src/lib/libsqlite3/ext/rtree/rtree5.test U src/lib/libsqlite3/ext/rtree/rtreeA.test U src/lib/libsqlite3/ext/rtree/rtree9.test U src/lib/libsqlite3/ext/rtree/rtree4.test U src/lib/libsqlite3/ext/rtree/rtree6.test U src/lib/libsqlite3/ext/rtree/rtree_util.tcl U src/lib/libsqlite3/ext/rtree/rtree7.test U src/lib/libsqlite3/ext/rtree/rtree_perf.tcl U src/lib/libsqlite3/ext/rtree/rtree2.test U src/lib/libsqlite3/ext/rtree/rtree1.test U src/lib/libsqlite3/ext/icu/icu.c U src/lib/libsqlite3/ext/icu/README.txt U src/lib/libsqlite3/ext/icu/sqliteicu.h U src/lib/libsqlite3/tool/restore_jrnl.tcl U src/lib/libsqlite3/tool/speedtest8inst1.c U src/lib/libsqlite3/tool/mksqlite3c.tcl U src/lib/libsqlite3/tool/lempar.c U src/lib/libsqlite3/tool/lemon.c U src/lib/libsqlite3/tool/speedtest.tcl U src/lib/libsqlite3/tool/spaceanal.tcl U src/lib/libsqlite3/tool/vdbe-compress.tcl U src/lib/libsqlite3/tool/mkopts.tcl U src/lib/libsqlite3/tool/warnings.sh U src/lib/libsqlite3/tool/warnings-clang.sh U src/lib/libsqlite3/tool/mkkeywordhash.c U src/lib/libsqlite3/tool/symbols-mingw.sh U src/lib/libsqlite3/tool/mksqlite3h.tcl U src/lib/libsqlite3/tool/build-shell.sh U src/lib/libsqlite3/tool/opcodeDoc.awk U src/lib/libsqlite3/tool/split-sqlite3c.tcl U src/lib/libsqlite3/tool/speedtest2.tcl U src/lib/libsqlite3/tool/offsets.c U src/lib/libsqlite3/tool/extract.c U src/lib/libsqlite3/tool/mkspeedsql.tcl U src/lib/libsqlite3/tool/tostr.awk U src/lib/libsqlite3/tool/showjournal.c U src/lib/libsqlite3/tool/genfkey.test U src/lib/libsqlite3/tool/soak1.tcl U src/lib/libsqlite3/tool/genfkey.README U src/lib/libsqlite3/tool/getlock.c U src/lib/libsqlite3/tool/showwal.c U src/lib/libsqlite3/tool/speedtest8.c U src/lib/libsqlite3/tool/mksqlite3c-noext.tcl U src/lib/libsqlite3/tool/symbols.sh U src/lib/libsqlite3/tool/omittest.tcl U src/lib/libsqlite3/tool/fragck.tcl U src/lib/libsqlite3/tool/rollback-test.c U src/lib/libsqlite3/tool/mksqlite3internalh.tcl U src/lib/libsqlite3/tool/showdb.c U src/lib/libsqlite3/tool/speedtest16.c U src/lib/libsqlite3/tool/diffdb.c U src/lib/libsqlite3/tool/space_used.tcl No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/06/04 03:03:23 Log message: minor update to 3.7.12.1 Status: Vendor Tag: sqlite3 Release Tags: sqlite_3_7_12_1 C src/usr.bin/sqlite3/shell.c C src/usr.bin/sqlite3/sqlite3.1 2 conflicts created by this import. Use the following command to help the merge: cvs checkout -jsqlite3:yesterday -jsqlite3 src/usr.bin/sqlite3 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/06/04 03:04:18 Modified files: usr.bin/sqlite3: shell.c Log message: merge CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/06/04 03:06:54 Modified files: lib/libsqlite3/src: sqlite3.h Removed files: lib/libsqlite3/src: shell.c Log message: finish synching library CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/06/04 03:09:38 Modified files: lib/libsqlite3 : Makefile Log message: fix autodetection, somehow I managed to lose that commit earlier ? (brad reminded me we have strerror_r too). CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/06/04 03:14:29 Modified files: sbin/iked : dh.c sbin/isakmpd : dh.c Log message: Rounding up a number of bytes in a bignum returned by the BN_num_bytes() has implications when dealing with leading zeroes. Prevent an incorrect conversion of the EC point to the binary representation by inferring the X and Y components' lengths from the EC group length and zeroing out the appropriate chunks of the target buffer. From hshoexer@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/06/04 03:21:22 Modified files: lib/libsqlite3 : Makefile Added files: lib/libsqlite3/tsrc: header_regen Log message: stop editing header by hand, expose script I'm going to use for next versions CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/06/04 04:18:45 Modified files: lib/libGL : Makefile Log message: Fix build with XENOCARA_BUILD_DRI=No ok matthieu@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/06/04 04:43:33 Modified files: de : ftp.html nl : ftp.html openbgpd/de : ftp.html openntpd/de : ftp.html portable.html openssh/de : ftp.html portable.html openssh/nl : ftp.html portable.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/04 05:01:48 Modified files: net/arp-scan : Makefile distinfo Log message: update vendor lists CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/04 05:04:27 Modified files: net/arpwatch : Makefile distinfo Log message: update arpwatch's vendor list, now generated at build-time from the oui-iab tar also used for arp-scan. CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/06/04 05:35:54 Modified files: databases/openldap: Makefile Removed files: databases/openldap/patches: patch-servers_slapd_dn_c Log message: This patch is already committed upstream. Spotted by guenther@ ok sthen@ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/06/04 07:01:58 Modified files: databases/postgresql: Makefile distinfo databases/postgresql/pkg: PLIST-docs Log message: Bugfixes update to 9.1.4 ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/04 07:49:19 Modified files: lang/railo : Makefile distinfo Log message: update to Railo 3.3.3.001 CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/06/04 08:04:36 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.4: + Security fixes for CVE-2012-2143 and CVE-2012-2655 + Lot of bugfixes. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/06/04 08:27:42 Modified files: x11/smplayer : Makefile distinfo x11/smplayer/patches: patch-src_preferences_cpp x11/smplayer/pkg: PLIST Log message: Update for Smplayer to 0.8.0 whit this features: * A toolbar editor has been added. Now it's possible to select the buttons and controls that want to appear in the toolbars. * New video filters: gradfun, blur and sharpen. * Now it's possible to change the GUI (default, mini, mpc) at runtime, no restart required. * Sub files from opensubtitles should work again. * Better support for chapters in video files. * Bug fix: remote m3u files work from the favorites menu or command line. * Internal changes in the single instance option (switch to QtSingleApplication). While here, GROFF is not needed, disable debug from edd@ and remove the LIB_DEPENDS line, it's not needed since the x11/qt4 module is used. Tested on i386 and ppc. OK edd@, landry@ and aja@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/06/04 09:19:47 Modified files: sys/arch/i386/i386: bios.c sys/arch/amd64/amd64: machdep.c Log message: Correct the backwards compatibility code for console device configuration. Fix tested by naddy@ ok kettenis@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/06/04 09:27:29 Modified files: usr.sbin/spamdb: spamdb.8 Log message: add a little vertical whitespace, for consistency; from robert peichaer org CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/06/04 09:59:36 Modified files: lang/parrot : Makefile Log message: OpenGL bindings also need pcre present. Noticed by landry@. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2012/06/04 10:17:04 Modified files: sys/arch/amd64/stand/mbr: mbr.S sys/arch/i386/stand/mbr: mbr.S Log message: Fix serial port output. OK weingart@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/06/04 10:58:59 Modified files: lang/nqp : Makefile Log message: Disable on big-endian platforms due to upstream bugs. ok landry@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/06/04 12:41:46 Modified files: infrastructure/mk: arch-defines.mk Log message: Add BE_ARCHS and LE_ARCHS vars to be able to determine endianness. ok espie@ CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/06/04 12:42:13 Modified files: share/man/man5 : bsd.port.arch.mk.5 bsd.port.mk.5 Log message: Document BE_ARCHS and LE_ARCHS. ok espie@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/06/04 12:43:18 Modified files: lang/nqp : Makefile Log message: Make use of ${BE_ARCHS}. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/06/04 14:08:10 Modified files: sys/dev/pci : tcpcib.c share/man/man4/man4.amd64: tcpcib.4 share/man/man4/man4.i386: tcpcib.4 Log message: Add support for the HPET on this device. From Matt Dainty. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/06/04 14:20:07 Modified files: net/openafs : Makefile Log message: Make use of new PROPERTIES:Mle. ok naddy@ espie@ CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/06/04 14:46:05 Modified files: usr.bin/mg : theo.c Log message: Open theo mode without splitting window in 2. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/06/04 14:59:41 Modified files: games/uqm : Makefile Log message: Use PROPERTIES for checking for be/le. ok naddy@ jasper@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/06/04 15:02:15 Modified files: lang/gforth : Makefile Log message: Use PROPERTIES to check for be/le, reorganise Makefile to make usd of bsd.port.arch.mk and convert the WORDSIZE check to PROPERTIES while here, requested by naddy@. ok jasper@ naddy@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/06/04 15:03:07 Modified files: security/p5-Digest-Skein: Makefile Log message: Use PROPERTIES to check for be/le. ok naddy@ jasper@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/06/04 15:04:42 Modified files: security/pgp : Makefile Log message: Use PROPERTIES to check for be/le. ok jasper@ naddy@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/06/04 15:05:36 Modified files: x11/icewm : Makefile Log message: Use PROPERTIES to check for be/le. ok jasper@ naddy@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/06/04 20:38:05 Modified files: faq : faq14.html Log message: update #LargeDrive... memory is no longer a critical problem for big disks (yay!) and add some notes on >2TB disks. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/06/04 20:41:04 Modified files: faq : index.html Log message: update the updates section. CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2012/06/04 21:36:37 Modified files: sys/dev/pci : ahci.c Log message: When error recovery fails, just fail the command. Attempting error recovery again results in a panic as the ccb used for error recovery is already in use. ok dlg@, tested by benno@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/04 23:55:30 Modified files: x11/gnome/latexila: Makefile distinfo x11/gnome/latexila/pkg: PLIST Log message: Minor update to latexila-2.4.1. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2012/06/05 00:31:27 Modified files: usr.sbin/npppd/npppd: npppd_auth.c npppd_radius.c Log message: don't use `reigai' that means `exception' in Japanese as labels. no binary change. from Michael W. Bombardieri CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/05 01:17:12 Modified files: www/owncloud : Makefile distinfo Log message: Update to owncloud-4.0.1. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/06/05 02:24:17 Modified files: editors/libreoffice: Makefile distinfo editors/libreoffice/pkg: PFRAG.shared-java PLIST-java Log message: update to 3.5.4.2 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/06/05 02:42:32 Modified files: net/amule : Makefile net/amule/patches: patch-src_libs_ec_cpp_ECTag_cpp Log message: Better fix for the endianness bug in EC (upstream git commit ec79c81d6825b55ed826b6519287112056859735) CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/06/05 05:43:41 Modified files: sys/arch/hppa64/include: mutex.h sys/arch/hppa64/hppa64: mutex.c Log message: Implement actual mutexes for hppa64. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/05 06:45:20 Modified files: devel/pango : Makefile distinfo devel/pango/pkg: PLIST Removed files: devel/pango/patches: patch-modules_Makefile_in patch-pango_opentype_hb-private_h devel/pango/pkg: PFRAG.shared Log message: Bugfix update to pango-1.30.1. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/06/05 09:06:10 Modified files: sys/arch/hppa64/include: lock.h Log message: As specified in PA RISC 2.0 errata, the 16-byte alignment restriction does not apply if the coherent operation cache control completer is specified for the ldcw/ldcd instruction. As a result, remove the alignment requirement and add the necessary completer. ok kettenis@ CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2012/06/05 11:03:49 Modified files: distrib/sets/lists/xserv: md.amd64 md.i386 Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2012/06/05 11:21:40 Modified files: distrib/sets/lists/xserv: md.i386 Log message: sync CVSROOT: /cvs Module name: src Changes by: brynet@cvs.openbsd.org 2012/06/05 12:52:53 Modified files: usr.bin/top : display.c machine.c machine.h top.1 top.c Log message: Add support for hiding a user's processes in top. feedback & ok lum@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/05 15:16:51 Modified files: . : INDEX Log message: sync, 353 insertions(+), 337 deletions(-) CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/06/05 16:29:42 Modified files: faq/de : faq14.html index.html faq/nl : faq14.html index.html fr : ftp.html openbgpd/fr : ftp.html openntpd/fr : ftp.html portable.html openssh/fr : ftp.html portable.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/06/05 16:35:15 Modified files: . : index.html Log message: Unlink [pt]; it is not being kept up to date. Pointed out by gsoares@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/06/05 16:46:57 Modified files: faq : faq14.html Log message: typo, spotted by Amit Kulkarni, thanks! CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/06/05 17:15:23 Modified files: telephony/pjsua: Makefile distinfo Added files: telephony/pjsua/patches: patch-pjmedia_src_pjmedia-codec_l16_c patch-pjmedia_src_pjmedia-codec_speex_codec_c patch-pjmedia_src_pjmedia_g711_c patch-pjmedia_src_pjmedia_stream_c patch-pjsip_src_pjsip_sip_dialog_c Log message: Update to pjsua 2.0. dcoppa@ ok CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/06/05 22:47:43 Modified files: sys/sys : event.h sys/kern : kern_event.c kern_sig.c Log message: EVFILT_SIGNAL and EVFILT_PROC events need to track the process they're attached to and not just the thread, which can go away. Problem observed by jsg@; ok jsg@ matthew@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/06/05 22:54:36 Modified files: sys/uvm : uvm_addr.c Log message: Fix address-space randomization that was accidentally disabled in uvm_addr.c r1.3. ok deraadt, tedu CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/06/06 01:55:14 Modified files: graphics/babl : Makefile distinfo graphics/babl/pkg: PLIST Added files: graphics/babl/patches: patch-babl_babl-palette_c Removed files: graphics/babl/patches: patch-Makefile_in patch-extensions_Makefile_in Log message: Update to 0.1.10, initial diff from ajacoutot@ ok jasper@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/06/06 01:58:57 Modified files: graphics/gegl : Makefile distinfo graphics/gegl/pkg: PLIST-main PLIST-plugins Removed files: graphics/gegl/patches: patch-gegl_Makefile_in Log message: Update to 0.2.0, initial diff from ajacoutot@ ok jasper@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/06/06 02:06:33 Modified files: graphics/gimp/stable: Makefile distinfo graphics/gimp/stable/patches: patch-etc_Makefile_in patch-gimp_pc_in patch-plug-ins_script-fu_script-fu-server_c graphics/gimp/stable/pkg: PLIST Added files: graphics/gimp/stable/patches: patch-configure Removed files: graphics/gimp/stable/patches: patch-configure_in patch-plug-ins_file-uri_uri-backend-libcurl_c Log message: Update to 2.8.0 Major changes are described at http://www.gimp.org/release-notes/gimp-2.8.html ok jasper@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/06/06 04:24:26 Modified files: www/piwik : Makefile distinfo www/piwik/pkg : PLIST Log message: Update to 1.8.2 Fixes some bugs and a security issue (SA49330). Many improvements and new features. Now the MySQL user needs also the LOCK permission. ok jasper@ on a previous diff CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/06 05:45:01 Modified files: devel/luabitop : Makefile distinfo devel/luabitop/patches: patch-Makefile Log message: - update to 1.0.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/06 05:52:42 Modified files: devel/luabitop : Makefile devel/luabitop/patches: patch-Makefile Log message: tweak CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2012/06/06 05:58:12 Added files: openssh/txt : rfc6594.txt Log message: Add rfc6594: SHA-256 and ECDSA support for SSHFP DNS records (recently implemented in OpenSSH) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/06/06 06:12:12 Modified files: usr.bin/top : top.1 Log message: tweak previous; CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/06/06 07:15:27 Modified files: build : mirrors.dat Log message: drop some mirrors. crans.org mirror is down irisa.fr doesn't have 5.1 CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/06/06 07:15:58 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: stsp@cvs.openbsd.org 2012/06/06 08:20:39 Modified files: devel/subversion: Makefile devel/subversion/pkg: DESCR-main DESCR-perl DESCR-python DESCR-ruby Log message: Fix gnome-keyring description in DESCR-main, and other various DESCR tweaks. ok sthen mpi CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/06/06 08:37:17 Modified files: www/piwik : Tag: OPENBSD_5_1 Makefile distinfo www/piwik/patches: Tag: OPENBSD_5_1 patch-plugins_CoreHome_templates_header_message_tpl www/piwik/pkg : Tag: OPENBSD_5_1 PLIST Log message: Update to 1.8.2 Fixes some bugs and a security issue (SA49330). Many improvements and new features. Now the MySQL user needs also the LOCK permission. ok jasper@ on a previous diff CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2012/06/06 09:01:49 Modified files: net/ldns : Makefile.inc net/ldns/drill : Makefile distinfo net/ldns/libldns: Makefile distinfo net/ldns/libldns/pkg: PLIST net/ldns/utils : Makefile distinfo Log message: upgrade to LDNS v1.6.13; from brad CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/06/06 09:51:53 Modified files: build : mirrors.dat Log message: drop anoncvs mirror in .lt, hasn't worked for about 5 years. req by martynas@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/06/06 09:53:33 Modified files: . : anoncvs.html cvsync.html Log message: sync CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/06/06 10:54:33 Modified files: usr.sbin/bind/lib/dns: rdata.c rdataslab.c Log message: Add a fix for CVE-2012-1667, backported from ISC BIND. ok millert@ http://www.isc.org/software/bind/advisories/cve-2012-1667 Distinguish rdata removed by BIND due to duplication, from zero-length rdata received from a server. Otherwise a server supplying zero-length rdata sections can trigger crashes or possible memory disclosure to the client. Primarily affects recursive servers. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/06/06 10:58:02 Modified files: lib/libc : shlib_version include : wchar.h lib/libc/citrus: citrus_ctype_local.h citrus_none.c citrus_utf8.c lib/libc/locale: multibyte_citrus.c Log message: Add support for mbsnrtowcs() and wcsnrtombs() to libc. Bulk build test by naddy. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/06/06 11:02:08 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: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/06 12:27:34 Modified files: print/poppler : Makefile print/poppler/pkg: DESCR-qt DESCR-qt4 PLIST-main Added files: print/poppler/pkg: DESCR-utils PLIST-utils Removed files: print/poppler/pkg: PFRAG.GCC4-main Log message: Create a poppler-utils subpackage which bundles the same utilities that xpdf-utils used to ship. The reason is that these are still actively maintained and expected to be based on poppler by external tools. While here, remove gcc3 workaround and regen all dependencies. input from and ok kili@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/06 12:28:22 Modified files: textproc/xpdf : Makefile Added files: textproc/xpdf/pkg: DESCR PLIST Removed files: textproc/xpdf/pkg: DESCR-main DESCR-utils PLIST-main PLIST-utils Log message: Remove xpdf-utils (replaced by poppler-utils). Only keep pdfdetach(1) which is not in poppler. input from and ok kili@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/06 12:29:47 Modified files: productivity/impressive: Makefile x11/pinot : Makefile Log message: xpdf-utils -> poppler-utils CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/06 14:33:50 Modified files: lang/node : Makefile distinfo lang/node/patches: patch-deps_npm_node_modules_node-gyp_lib_build_js lang/node/pkg : PLIST Log message: update to Node 0.6.19, from maintainer Aaron Bieber CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/06/06 23:51:51 Modified files: . : plus.html Log message: plus.html for May 28 to June 3rd, from Steffen Daode Nurpmeso. Tweaks Janne Johansson and myself. CVSROOT: /cvs Module name: www Changes by: kili@cvs.openbsd.org 2012/06/07 01:04:31 Modified files: faq : current.html Log message: Mention the move from xpdf-utils to poppler-utils, especially that the latter doesn't read xpdfrc. From sthen, with a little correction by me. ok sthen@ ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/06/07 04:19:25 Log message: Import py-sympy. A computer algebra library for Python. OK rpointel@ Status: Vendor Tag: edd Release Tags: edd_20120607 N ports/math/py-sympy/Makefile N ports/math/py-sympy/distinfo N ports/math/py-sympy/pkg/DESCR N ports/math/py-sympy/pkg/PLIST N ports/math/py-sympy/pkg/README N ports/math/py-sympy/patches/patch-setup_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/06/07 04:20:34 Modified files: math : Makefile Log message: link py-sympy CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/07 04:22:28 Modified files: net/icinga/core: Makefile net/icinga/core/pkg: DESCR-cgi Log message: fix DESCR, icinga-web is not packaged yet. pointed out by henning@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/06/07 04:26:38 Modified files: www/webacula : Makefile www/webacula/pkg: README Log message: modify the README so that webacula can properly be configured with pgsql ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/07 04:30:16 Modified files: net : Makefile Log message: unhook ser CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/07 04:31:24 Removed files: net/ser : Makefile distinfo net/ser/patches: patch-Makefile patch-Makefile_defs patch-modules_jabber_Makefile patch-modules_mysql_Makefile net/ser/pkg : DESCR PLIST Log message: Remove ser, it's long been dead upstream and superseded by telephony/kamailio And.. "ONLY_FOR_ARCHS= i386 sparc", seriously.. prompted by brad ok phessler@ sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/07 04:39:25 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-Makefile patch-configure_ac patch-main_features_c telephony/asterisk/pkg: PLIST-main Log message: bugfix update to Asterisk 1.8.13.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/07 06:06:47 Log message: import automake 1.12 from brad ok sthen@ Status: Vendor Tag: jasper Release Tags: jasper_20120706 N ports/devel/automake/1.12/Makefile N ports/devel/automake/1.12/distinfo N ports/devel/automake/1.12/patches/patch-automake_in N ports/devel/automake/1.12/patches/patch-doc_automake_texi N ports/devel/automake/1.12/patches/patch-lib_am_header-vars_am N ports/devel/automake/1.12/pkg/DESCR N ports/devel/automake/1.12/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/07 06:07:14 Modified files: devel/automake : Makefile Log message: sync CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2012/06/07 06:23:29 Modified files: faq : current.html Log message: add ser ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/07 06:58:39 Modified files: textproc/gtranslator: Makefile distinfo textproc/gtranslator/pkg: PLIST Log message: Update to gtranslator-2.91.5. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/06/07 08:18:14 Log message: As Spectrwm time ago, now XXXterm change its name to Xombrero 1.0.0, so here is the new port and the new stuff: * Fix a bug where not the entire saved cert wouldn't be checked * Add an include_config setting to load additional configuration settings * Add option to display when a download completes * Rewrite mutex implementation to work around some bogus buggy mutex implementation messages * Make bunch of settings work in runtime vs start-of-day * Add option to select search engine when used the first time * Add ctrl-enter to prefix www. and postfix .com * Add stop keybinding * Fix a bunch of tiny bugs and general code improvement OK sthen@ Status: Vendor Tag: gonzalo Release Tags: gonzalo20120607 N ports/www/xombrero/Makefile N ports/www/xombrero/distinfo N ports/www/xombrero/pkg/DESCR N ports/www/xombrero/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/06/07 08:22:02 Modified files: www : Makefile Log message: Change xxxterem -> xombrero CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/06/07 08:23:11 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add xxxterm -> xombrero OK sthen@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/06/07 08:46:29 Removed files: www/xxxterm : Makefile distinfo www/xxxterm/pkg: DESCR PLIST Log message: Now we have xombrero, bye bye xxxterm Ok sthen@ CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/06/07 09:15:05 Modified files: usr.bin/mg : Makefile README def.h funmap.c keymap.c mg.1 tags.c Added files: usr.bin/mg : cscope.c Log message: Add some cscope support to mg. From Sunil Nimmagadda. Due to some structural limitations in mg, mg doesn't behave exactly the same as emacs cscope (see the README) but is still very usable. man page bits reviewed by jmc@, otherwise tested and reviewed by myself. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/06/07 09:34:20 Modified files: databases/ruby-mysql2: Makefile distinfo Log message: Update to ruby-mysql2 0.3.11. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/06/07 09:35:58 Modified files: textproc/ruby-nokogiri: Makefile distinfo textproc/ruby-nokogiri/patches: patch-Rakefile textproc/ruby-nokogiri/pkg: PLIST Log message: Update to nokogiri 1.5.3. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/06/07 09:40:47 Modified files: www/drupal6/printer-friendly: Makefile distinfo www/drupal6/printer-friendly/pkg: PLIST www/drupal6/webform: Makefile distinfo www/drupal6/webform/pkg: PLIST Log message: minor upgrades CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/06/07 13:47:40 Modified files: lib/libc/locale: Makefile.inc mbsrtowcs.3 wcsrtombs.3 Log message: Document mbsnrtowcs() and wcsnrtombs(). ok jmc CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/06/07 14:14:07 Modified files: net/aiccu : Makefile Log message: no need for groff CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/07 14:20:24 Modified files: app/xterm : MANIFEST VTPrsTbl.c VTparse.def VTparse.h button.c charproc.c configure.in ctlseqs.ms ctlseqs.txt cursor.c data.h doublechr.c input.c main.c misc.c os2main.c ptyx.h screen.c tabs.c trace.c trace.h util.c version.h xstrings.c xstrings.h xterm.h xterm.log.html xterm.man xterm_io.h xtermcfg.hin xutf8.c app/xterm/package: xterm.spec app/xterm/package/debian: changelog Log message: Update to xterm 279. Tested by krw@, mpi@, shadchin@. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/07 14:48:44 Modified files: driver/xf86-video-intel/src: i830_dvo.c Log message: Don't unload sub-modules in xserver 1.12. Its implementation is broken. xf86UnloadSubModule() was a no-op in earlier versions. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/06/07 14:52:41 Modified files: infrastructure/mk: apache-module.port.mk Log message: Fix typo ok dcoppa@, aja@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/07 14:55:34 Modified files: driver/xf86-video-ati: ChangeLog aclocal.m4 config.h.in configure configure.ac driver/xf86-video-ati/man: radeon.man driver/xf86-video-ati/src: ati_pciids_gen.h drmmode_display.c drmmode_display.h evergreen_accel.c evergreen_exa.c evergreen_state.h evergreen_textured_videofuncs.c r600_exa.c r600_state.h r600_textured_videofuncs.c r6xx_accel.c radeon.h radeon_chipinfo_gen.h radeon_chipset_gen.h radeon_commonfuncs.c radeon_crtc.c radeon_dri2.c radeon_driver.c radeon_drm.h radeon_exa.c radeon_kms.c radeon_output.c radeon_pci_chipset_gen.h radeon_pci_device_match_gen.h radeon_probe.h radeon_textured_video.c radeon_textured_videofuncs.c radeon_video.c driver/xf86-video-ati/src/pcidb: ati_pciids.csv Log message: Update to xf86-video-ati 6.14.4. Tested by jasper@, krw@, mpi@, shadchin@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/07 14:57:40 Modified files: . : MODULES 3RDPARTY Log message: update. take X11R7.7 katamari in account. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/07 15:07:05 Modified files: driver/xf86-video-radeonold/src: radeon.h radeon_driver.c Log message: MFC: Guard references to PCITAG / pciTag with XSERVER_LIBPCIACCESS fixes the radeonold driver with xserver 1.12. CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/06/07 23:10:50 Modified files: usr.bin/mg : basic.c Log message: Fix bug where line-number counter would go a bit hay-wire when paging up with only 1 line of the buffer visible. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/06/07 23:22:49 Modified files: sys/sys : event.h Log message: Missed a comment in the proc->process change CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/07 23:54:04 Modified files: sysutils/node-daemon: Makefile sysutils/node-daemon/pkg: PLIST Added files: sysutils/node-daemon/patches: patch-install patch-lib_daemon_js Log message: - don't hardcode the node version in PLIST breakage spotted by naddy@ fix from aaron bieber CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/06/08 01:29:17 Modified files: graphics/gimp/stable: Makefile Log message: Unbreak the build, x11/py-gtk2 is needed at build time too spotted by Nigel Taylor, thanks CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/08 03:16:32 Modified files: emulators/gns3 : Makefile distinfo emulators/gns3/patches: patch-src_GNS3_Application_py patch-src_GNS3_Config_Defaults_py patch-src_GNS3_QemuManager_py emulators/gns3/pkg: PLIST Removed files: emulators/gns3/patches: patch-qemuwrapper_qemuwrapper_py Log message: update gns3 to 0.8.2, and remove armani@ as maintainer at his request. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/06/08 05:01:20 Modified files: audio/pianobar : Makefile audio/pianobar/patches: patch-src_libpiano_piano_c patch-src_libpiano_piano_h Log message: properly handle more error messages. from upstream git. CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/06/08 05:34:23 Modified files: usr.sbin/smtpd : queue_backend.c Log message: add missing header needed by time() ok eric@ gilles@ CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/06/08 07:41:16 Modified files: usr.bin/top : top.c Log message: Add checks for command line input (or the TOP environment var) ommitted from 1.78. Now a $ top -U -username -U username command will behave the same as interactive mode. ok brynet@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/06/08 07:47:19 Modified files: faq : current.html Log message: scrotwm and xxxterm have new politically-correct names so users get to rename some config files and adjust .xsession etc. Reworked from a diff from gonzalo@. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/06/08 07:53:53 ports/x11/gtk3-unico-engine/patches Update of /cvs/ports/x11/gtk3-unico-engine/patches In directory cvs.openbsd.org:/tmp/cvs-serv9040/patches Log Message: Directory /cvs/ports/x11/gtk3-unico-engine/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/06/08 07:59:08 Modified files: sysutils/rancid: Makefile distinfo sysutils/rancid/patches: patch-Makefile_in patch-bin_Makefile_in patch-bin_fnrancid_in patch-configure patch-etc_Makefile_in sysutils/rancid/pkg: PLIST Log message: Update to 2.3.8 ok okan@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/08 08:12:57 Modified files: net/isc-dhcp : Makefile Log message: this needs gmake to build CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/08 08:26:22 Modified files: net/dnsmasq : Makefile distinfo net/dnsmasq/patches: patch-man_dnsmasq_8 Removed files: net/dnsmasq/patches: patch-src_dnsmasq_c patch-src_lease_c patch-src_radv-protocol_h patch-src_radv_c patch-src_util_c Log message: Update to dnsmasq 2.62. from Brad CVSROOT: /cvs Module name: ports Changes by: lum@cvs.openbsd.org 2012/06/08 08:27:44 Modified files: sysutils/toprump: Makefile distinfo Log message: update to toprump-0.14.8 sync with recent changes to top(1). CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/06/08 08:28:23 Modified files: sys/compat/linux: linux_misc.c syscalls.master Log message: Remove the lack of gettid() implementation. Okay tedu@ Looks right to jasper@ as well. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/06/08 08:29:58 Modified files: sys/compat/linux: linux_sysent.c linux_syscall.h linux_syscallargs.h linux_syscalls.c Log message: Regenerate CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/06/08 08:44:55 Modified files: audio/audacious: Makefile distinfo audio/audacious-plugins: Makefile distinfo audio/audacious-plugins/patches: patch-configure_ac patch-extra_mk_in Log message: Bugfix update to audacious/audacious-plugins 3.2.3. ok stsp@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/06/08 08:46:54 Modified files: infrastructure/mk: bsd.port.mk Log message: add support for sha256 packages as they're built. after discussion with aja@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/06/08 08:53:36 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document CHECKSUM_PACKAGES CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/06/08 08:58:05 Modified files: x11/gtk3-unico-engine: Makefile Added files: x11/gtk3-unico-engine/patches: patch-unico_gtkroundedbox_c patch-unico_gtkroundedboxprivate_h patch-unico_unico-cairo-support_c Log message: Fix segfault in draw_background(GtkThemingEngine *engine, ...) ok aja@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/06/08 08:58:50 Modified files: share/man/man7 : ports.7 Log message: CHECKSUM_PACKAGES howto CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/06/08 09:01:00 Modified files: usr.sbin/pkg_add/OpenBSD: PackingElement.pm PackingList.pm Log message: silent rename of @comment subdir= to @comment pkgpath= this makes more sense CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/06/08 09:02:10 Modified files: usr.sbin/pkg_add: pkg_create.1 usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: activate new pkg_create magic. Note that, in most cases, PFRAG.shared are probably no longer needed... CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/06/08 09:15:58 Modified files: usr.sbin/pkg_add: pkg_add.1 pkg_create.1 Log message: document pkgpath matching a bit more thoroughly, be more consistent in naming stuff. (based on a comment from sthen@) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/06/08 09:17:02 Modified files: infrastructure/mk: bsd.port.mk Log message: typo CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/08 13:06:30 Modified files: x11/gnome/eog : Makefile distinfo Log message: - update to 3.4.2 CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/06/08 15:01:22 Modified files: share/man/man5 : bsd.port.mk.5 Log message: typo, PACKAGE_RPOSITORY CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2012/06/08 15:06:46 Modified files: sysutils/syslog-ng: Makefile sysutils/syslog-ng/pkg: syslog_ng.rc Log message: s/PREFIX/TRUEPREFIX/ for consistency. from robert at peichaer.org ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/08 15:07:02 Modified files: sysutils/nut : Makefile distinfo sysutils/nut/patches: patch-clients_Makefile_in patch-conf_nut_conf_sample patch-configure patch-drivers_blazer_usb_c patch-drivers_usbhid-ups_c patch-tools_nut-usbinfo_pl sysutils/nut/pkg: PLIST-main Removed files: sysutils/nut/patches: patch-common_parseconf_c Log message: update to NUT 2.6.4 rolling in the patch for CVE 2012-2944 which we had locally, adding new device support, better snmp support for various devices, and many other fixes and improvements. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/08 15:17:50 ports/mail/dovecot-antispam/patches Update of /cvs/ports/mail/dovecot-antispam/patches In directory cvs.openbsd.org:/tmp/cvs-serv22356/patches Log Message: Directory /cvs/ports/mail/dovecot-antispam/patches added to the repository CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/06/08 15:21:58 Modified files: usr.bin/mg : basic.c Log message: From an email to tech@: Bit difficult to explain this one. If you have a file open that is 3 or 4 times longer than the length of the viewable window and are at the bottom of the buffer then scroll up to the top using M-v, your cursor should remain at the bottom left of the window once you reach the top of the buffer. mg behaves like this since the last couple of scrolling diffs I've committed. However, and as an example, if you start with the window viewing the top of a buffer and press C-v twice, then C-p four times then M-v twice to scroll back to the top, you will find your cursor is NOT at the bottom left of the window. tut tut. This diff makes the cursor stay at the bottom left, like emacs. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2012/06/08 15:58:17 Modified files: net/unbound : Makefile distinfo net/unbound/patches: patch-Makefile_in patch-configure_ac Log message: upgrade to Unbound 1.4.17; from brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/08 16:04:10 Modified files: mail/dovecot : Makefile distinfo mail/dovecot/patches: patch-doc_example-config_Makefile_in patch-doc_example-config_conf_d_10-mail_conf patch-doc_example-config_conf_d_20-pop3_conf patch-doc_example-config_conf_d_Makefile_in patch-doc_example-config_dovecot_conf patch-src_auth_Makefile_in patch-src_doveadm_Makefile_in patch-src_master_master-settings_c mail/dovecot/pkg: PLIST-server Log message: Update to Dovecot 2.1.7, from Brad. See the upgrade notes at http://wiki2.dovecot.org/Upgrading/2.1 - you will probably need to merge updates to 10-mail.conf. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/08 16:05:03 Modified files: mail/dovecot-pigeonhole: Makefile distinfo mail/dovecot-pigeonhole/patches: patch-doc_example-config_conf_d_90-sieve_conf patch-src_managesieve-login_Makefile_in mail/dovecot-pigeonhole/pkg: PLIST Log message: Update to Dovecot Pigeonhole 0.3.1 to use with the Dovecot update. From Brad. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/08 16:07:18 Modified files: mail/dovecot-antispam: Makefile distinfo mail/dovecot-antispam/pkg: DESCR PLIST Added files: mail/dovecot-antispam/patches: patch-doc_Makefile Log message: Switch to a better-maintained fork of the Dovecot-Antispam plugin, the previous version has not been updated for 2.1. From myself and Brad. Maintainer timeout. While there, switch to a pkg/DESCR more closely approximating English, the original from upstream was rather confusing .. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/06/08 17:00:17 Modified files: faq : current.html Log message: Mention dovecot upgrade, minor config changes may be needed CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/08 17:51:21 Modified files: infrastructure/mk: bsd.port.mk Log message: quote the permit_cdrom and permit_ftp variables used in the new checksum code, as they can contain spaces. ok espie@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/08 17:55:17 Modified files: mail/dovecot : Makefile Log message: Add a comment explaining why we're using GNU libtool. From Brad. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/06/09 02:27:51 Modified files: de : anoncvs.html cvsync.html ftp.html index.html faq/de : faq14.html index.html faq/fr : faq14.html faq5.html faq6.html index.html faq/nl : faq14.html fr : anoncvs.html cvsync.html ftp.html index.html ja : index.html nl : anoncvs.html cvsync.html ftp.html index.html openbgpd/de : ftp.html openbgpd/fr : ftp.html openntpd/de : ftp.html portable.html openntpd/fr : ftp.html portable.html openssh/de : ftp.html portable.html openssh/fr : ftp.html portable.html openssh/ja : faq.html ftp.html index.html java.html openbsd.html portable.html openssh/nl : ftp.html portable.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/09 02:41:16 Modified files: multimedia/xine-lib: Makefile multimedia/xine-lib/patches: patch-src_combined_ffmpeg_ff_video_decoder_c patch-src_demuxers_demux_matroska_c patch-src_demuxers_demux_ts_c patch-src_video_out_yuv2rgb_mmx_c Added files: multimedia/xine-lib/patches: patch-src_combined_ffmpeg_ff_mpeg_parser_c patch-src_demuxers_matroska_h Log message: Several fixes from upstream: - Fix MPEG2 parsing. - Enable direct rendering for H.264. - Fix DR1 frame garbage collector when using multithreaded decoding. - Fix U-plane conversion (YUVJ444P -> YUV420). - Add support for FLAC with Matroska. - mmx_yuv2rgb() optimizations. from Brad (maintainer) CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/09 03:07:42 Modified files: doc/xorg-docs : ChangeLog MAINTAINERS Makefile.in aclocal.m4 configure configure.ac doc/xorg-docs/general: License.xml Makefile.am Makefile.in README.xml ReleaseNotes.xml Versions.xml doc/xorg-docs/general/fonts: Makefile.am Makefile.in fonts.xml doc/xorg-docs/general/graphics: Makefile.am Makefile.in dps.xml doc/xorg-docs/general/input: Makefile.am Makefile.in XKB-Config.xml XKB-Enhancing.xml doc/xorg-docs/general/platforms: Darwin.xml Makefile.am Makefile.in Solaris.xml doc/xorg-docs/man: Makefile.in X.man doc/xorg-docs/specs: Makefile.in doc/xorg-docs/specs/CTEXT: Makefile.am Makefile.in ctext.xml doc/xorg-docs/specs/ICCCM: Makefile.am Makefile.in icccm.xml doc/xorg-docs/specs/XLFD: Makefile.am Makefile.in xlfd.xml doc/xorg-docs/specs/Xext: Makefile.am Makefile.in lbxalg.xml doc/xorg-docs/specs/Xserver: Makefile.am Makefile.in XACE-Spec.xml analysis.xml appgroup.xml secint.xml Added files: doc/xorg-docs : docbook.am Removed files: doc/xorg-docs : xmlrules.in Log message: Update to xorg-docs 1.7 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/09 03:33:55 Modified files: driver/xf86-input-vmmouse: ChangeLog aclocal.m4 configure configure.ac driver/xf86-input-vmmouse/src: vmmouse.c driver/xf86-input-vmmouse/tools: 69-xorg-vmmouse.rules.in Log message: Update to xf86-input-vmmouse 12.9.0 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/06/09 03:45:14 Modified files: sys/dev/pci : if_bge.c Log message: we dont support the BCM5720. the macro wasnt even referring to the products actual id. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/06/09 03:46:18 Modified files: audio/xmms2 : Makefile distinfo audio/xmms2/patches: patch-src_clients_lib_xmmsclient++-glib_wscript patch-src_clients_lib_xmmsclient++_wscript patch-src_clients_lib_xmmsclient-glib_wscript patch-src_clients_lib_xmmsclient_wscript patch-waftools_man_py patch-wscript audio/xmms2/pkg: PLIST Added files: audio/xmms2/patches: patch-src_plugins_tremor_wscript Removed files: audio/xmms2/patches: patch-src_plugins_avcodec_avcodec_c patch-wafadmin_Tools_ccroot_py patch-wafadmin_Tools_python_py Log message: Update to xmms2 0.8, with small tweaks from Brad. ok aja@, maintainer timeout CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/06/09 03:46:28 Modified files: sys/dev/pci : pcidevs Log message: fix the Broadcom BCM5720 id. add the IDT pcie bridge/switch used on the myricom 10G-PCIE2-8B2-2S. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/06/09 03:46:47 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/09 04:33:05 Modified files: driver/xf86-video-radeonold/src: radeon_driver.c Log message: Update for new vgaHW API CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/09 05:26:02 Modified files: cad/qcad : Makefile games/alephone/scenarios/marathoninfinity: Makefile games/alephone/scenarios/marathon: Makefile games/alephone/scenarios/marathon2: Makefile devel/eclipse/plugins/struts-console: Makefile sysutils/rancid: Makefile Log message: zap quotes in PERMIT_* CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/06/09 06:18:05 Modified files: build : mirrors.dat Log message: List ftp.iinet.net.au ftp/http/rsync mirror in Perth, Australia discussed with jsg@ and Michael W. Bombardieri CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/06/09 06:18:26 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: mcbride@cvs.openbsd.org 2012/06/09 06:31:55 Log message: cross-platform password manager (supports databases in Password Safe format) ok and fixes from sthen@ Status: Vendor Tag: mcbride Release Tags: mcbride_2012-06-09 N ports/security/password-gorilla/distinfo N ports/security/password-gorilla/Makefile N ports/security/password-gorilla/patches/patch-gorilla_tcl N ports/security/password-gorilla/pkg/DESCR N ports/security/password-gorilla/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mcbride@cvs.openbsd.org 2012/06/09 06:35:01 Modified files: security : Makefile Log message: +password-gorilla CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/09 07:03:40 Modified files: security/password-gorilla: Makefile security/password-gorilla/patches: patch-gorilla_tcl Log message: subst /usr/local for ${TRUEPREFIX}, reminded by ajacoutot, ok aja mcbride CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/06/09 08:37:56 Modified files: share/man/man4 : usb.4 Log message: sync struct usb_device_info with usb.h CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/06/09 15:14:43 Modified files: infrastructure/mk: bsd.port.mk Log message: Use :Q, it will quote a lot more in a correct way. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/09 17:05:49 Modified files: graphics/ffmpeg: Makefile distinfo Log message: Update to a newer FFmpeg snapshot, including security and stability fixes: - vqavideo: return error if image size is not a multiple of block size (CVE-2012-0947) - h263dec: Disallow width/height changing with frame threads (CVE-2011-3937) - adpcm: ADPCM Electronic Arts has always two channels (CVE-2012-0852) - h264: Add check for invalid chroma_format_idc (CVE-2012-0851) - dpcm: ignore extra unpaired bytes in stereo streams (CVE-2011-3951) - rtpdec_asf: Fix integer underflow that could allow remote code execution (CVE-2011-4031) - aacsbr: prevent out of bounds memcpy() (CVE-2012-0850) - kmvc: Check palsize (CVE-2011-3952) Further bugfixes in the following codecs: ea, png, qdm2, tqi, motionpixels From Brad, ok jasper@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/09 17:06:24 Modified files: x11/mplayer : Makefile Log message: sync with FFmpeg update, from Brad with a tweak suggested by jasper@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/06/10 00:22:56 Modified files: usr.bin/cut : cut.1 Log message: field numbering starts at 1; from netbsd bug hunting pr 44747 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/10 01:35:30 Modified files: multimedia/xine-lib: Makefile distinfo multimedia/xine-lib/patches: patch-configure_ac patch-src_combined_ffmpeg_ff_video_decoder_c patch-src_demuxers_demux_matroska_c patch-src_xine-utils_color_c multimedia/xine-lib/pkg: PLIST Added files: multimedia/xine-lib/patches: patch-src_demuxers_demux_image_c patch-src_demuxers_demux_mpc_c patch-src_xine-engine_xine_c Removed files: multimedia/xine-lib/patches: patch-autogen_sh patch-src_audio_out_audio_file_out_c patch-src_combined_ffmpeg_ff_audio_decoder_c patch-src_combined_ffmpeg_ff_mpeg_parser_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_qt_c patch-src_demuxers_demux_ts_c patch-src_input_Makefile_am patch-src_input_input_bluray_c patch-src_input_input_vcd_c patch-src_libspudvb_xine_spudvb_decoder_c patch-src_video_out_video_out_opengl_c patch-src_xine-engine_audio_decoder_c patch-src_xine-engine_audio_out_c patch-src_xine-engine_metronom_c patch-src_xine-engine_video_decoder_c patch-src_xine-engine_video_out_c patch-src_xine-utils_memcpy_c Log message: Update to stable, xine-lib-1.1.21. from Brad (maintainer) CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/06/10 04:15:01 Modified files: bin/ksh : emacs.c Log message: Correctly expand bindings containing macros. Fix a regression introduced in the keybinding system rewrite, reported by Lars Engblom. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/06/10 04:20:02 Modified files: sys/dev/usb : usb.h Log message: Remove leftovers from the "usb event" removal. ok jsg@, fgsch@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/06/10 05:16:08 Modified files: usr.sbin/bgpd : bgpd.8 log.c log.h Log message: Add error messages for BGP Finite State Machine Error subcodes as defined in RFC 6608. OK henning@ sthen@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/10 07:08:15 xenocara/xserver/hw/xfree86/os-support/stub Update of /cvs/xenocara/xserver/hw/xfree86/os-support/stub In directory cvs.openbsd.org:/cvs.d/hack/matthieu/xenocara/xserver/hw/xfree86/os-support/stub Log Message: Directory /cvs/xenocara/xserver/hw/xfree86/os-support/stub added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/10 07:11:24 xenocara/xserver/hw/xquartz/bundle/Resources/ca.lproj Update of /cvs/xenocara/xserver/hw/xquartz/bundle/Resources/ca.lproj In directory cvs.openbsd.org:/cvs.d/hack/matthieu/xenocara/xserver/hw/xquartz/bundle/Resources/ca.lproj Log Message: Directory /cvs/xenocara/xserver/hw/xquartz/bundle/Resources/ca.lproj added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/10 07:11:32 xenocara/xserver/hw/xquartz/bundle/Resources/ca.lproj/main.nib Update of /cvs/xenocara/xserver/hw/xquartz/bundle/Resources/ca.lproj/main.nib In directory cvs.openbsd.org:/cvs.d/hack/matthieu/xenocara/xserver/hw/xquartz/bundle/Resources/ca.lproj/main.nib Log Message: Directory /cvs/xenocara/xserver/hw/xquartz/bundle/Resources/ca.lproj/main.nib added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/10 07:14:51 xenocara/xserver/hw/xquartz/bundle/Resources/cs.lproj Update of /cvs/xenocara/xserver/hw/xquartz/bundle/Resources/cs.lproj In directory cvs.openbsd.org:/cvs.d/hack/matthieu/xenocara/xserver/hw/xquartz/bundle/Resources/cs.lproj Log Message: Directory /cvs/xenocara/xserver/hw/xquartz/bundle/Resources/cs.lproj added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/10 07:14:52 xenocara/xserver/hw/xquartz/bundle/Resources/cs.lproj/main.nib Update of /cvs/xenocara/xserver/hw/xquartz/bundle/Resources/cs.lproj/main.nib In directory cvs.openbsd.org:/cvs.d/hack/matthieu/xenocara/xserver/hw/xquartz/bundle/Resources/cs.lproj/main.nib Log Message: Directory /cvs/xenocara/xserver/hw/xquartz/bundle/Resources/cs.lproj/main.nib added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/10 07:14:54 xenocara/xserver/hw/xquartz/bundle/Resources/hr.lproj Update of /cvs/xenocara/xserver/hw/xquartz/bundle/Resources/hr.lproj In directory cvs.openbsd.org:/cvs.d/hack/matthieu/xenocara/xserver/hw/xquartz/bundle/Resources/hr.lproj Log Message: Directory /cvs/xenocara/xserver/hw/xquartz/bundle/Resources/hr.lproj added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/10 07:14:55 xenocara/xserver/hw/xquartz/bundle/Resources/hr.lproj/main.nib Update of /cvs/xenocara/xserver/hw/xquartz/bundle/Resources/hr.lproj/main.nib In directory cvs.openbsd.org:/cvs.d/hack/matthieu/xenocara/xserver/hw/xquartz/bundle/Resources/hr.lproj/main.nib Log Message: Directory /cvs/xenocara/xserver/hw/xquartz/bundle/Resources/hr.lproj/main.nib added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/10 07:14:56 xenocara/xserver/hw/xquartz/bundle/Resources/hu.lproj Update of /cvs/xenocara/xserver/hw/xquartz/bundle/Resources/hu.lproj In directory cvs.openbsd.org:/cvs.d/hack/matthieu/xenocara/xserver/hw/xquartz/bundle/Resources/hu.lproj Log Message: Directory /cvs/xenocara/xserver/hw/xquartz/bundle/Resources/hu.lproj added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/10 07:14:57 xenocara/xserver/hw/xquartz/bundle/Resources/hu.lproj/main.nib Update of /cvs/xenocara/xserver/hw/xquartz/bundle/Resources/hu.lproj/main.nib In directory cvs.openbsd.org:/cvs.d/hack/matthieu/xenocara/xserver/hw/xquartz/bundle/Resources/hu.lproj/main.nib Log Message: Directory /cvs/xenocara/xserver/hw/xquartz/bundle/Resources/hu.lproj/main.nib added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/10 07:14:58 xenocara/xserver/hw/xquartz/bundle/Resources/ro.lproj Update of /cvs/xenocara/xserver/hw/xquartz/bundle/Resources/ro.lproj In directory cvs.openbsd.org:/cvs.d/hack/matthieu/xenocara/xserver/hw/xquartz/bundle/Resources/ro.lproj Log Message: Directory /cvs/xenocara/xserver/hw/xquartz/bundle/Resources/ro.lproj added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/10 07:14:59 xenocara/xserver/hw/xquartz/bundle/Resources/ro.lproj/main.nib Update of /cvs/xenocara/xserver/hw/xquartz/bundle/Resources/ro.lproj/main.nib In directory cvs.openbsd.org:/cvs.d/hack/matthieu/xenocara/xserver/hw/xquartz/bundle/Resources/ro.lproj/main.nib Log Message: Directory /cvs/xenocara/xserver/hw/xquartz/bundle/Resources/ro.lproj/main.nib added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/10 07:15:00 xenocara/xserver/hw/xquartz/bundle/Resources/th.lproj Update of /cvs/xenocara/xserver/hw/xquartz/bundle/Resources/th.lproj In directory cvs.openbsd.org:/cvs.d/hack/matthieu/xenocara/xserver/hw/xquartz/bundle/Resources/th.lproj Log Message: Directory /cvs/xenocara/xserver/hw/xquartz/bundle/Resources/th.lproj added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/10 07:15:01 xenocara/xserver/hw/xquartz/bundle/Resources/th.lproj/main.nib Update of /cvs/xenocara/xserver/hw/xquartz/bundle/Resources/th.lproj/main.nib In directory cvs.openbsd.org:/cvs.d/hack/matthieu/xenocara/xserver/hw/xquartz/bundle/Resources/th.lproj/main.nib Log Message: Directory /cvs/xenocara/xserver/hw/xquartz/bundle/Resources/th.lproj/main.nib added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/10 07:15:02 xenocara/xserver/hw/xquartz/bundle/Resources/tr.lproj Update of /cvs/xenocara/xserver/hw/xquartz/bundle/Resources/tr.lproj In directory cvs.openbsd.org:/cvs.d/hack/matthieu/xenocara/xserver/hw/xquartz/bundle/Resources/tr.lproj Log Message: Directory /cvs/xenocara/xserver/hw/xquartz/bundle/Resources/tr.lproj added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/10 07:15:03 xenocara/xserver/hw/xquartz/bundle/Resources/tr.lproj/main.nib Update of /cvs/xenocara/xserver/hw/xquartz/bundle/Resources/tr.lproj/main.nib In directory cvs.openbsd.org:/cvs.d/hack/matthieu/xenocara/xserver/hw/xquartz/bundle/Resources/tr.lproj/main.nib Log Message: Directory /cvs/xenocara/xserver/hw/xquartz/bundle/Resources/tr.lproj/main.nib added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/10 07:15:04 xenocara/xserver/hw/xquartz/bundle/Resources/uk.lproj Update of /cvs/xenocara/xserver/hw/xquartz/bundle/Resources/uk.lproj In directory cvs.openbsd.org:/cvs.d/hack/matthieu/xenocara/xserver/hw/xquartz/bundle/Resources/uk.lproj Log Message: Directory /cvs/xenocara/xserver/hw/xquartz/bundle/Resources/uk.lproj added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/10 07:15:05 xenocara/xserver/hw/xquartz/bundle/Resources/uk.lproj/main.nib Update of /cvs/xenocara/xserver/hw/xquartz/bundle/Resources/uk.lproj/main.nib In directory cvs.openbsd.org:/cvs.d/hack/matthieu/xenocara/xserver/hw/xquartz/bundle/Resources/uk.lproj/main.nib Log Message: Directory /cvs/xenocara/xserver/hw/xquartz/bundle/Resources/uk.lproj/main.nib added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/10 07:21:32 Modified files: xserver : ChangeLog Makefile.in aclocal.m4 configure configure.ac devbook.am docbook.am xorg-server.pc.in xserver/Xext : Makefile.in bigreq.c dpms.c dpmsproc.h dpmsstubs.c geext.c geext.h geint.h panoramiX.c panoramiX.h panoramiXSwap.c panoramiXh.h panoramiXprocs.c panoramiXsrv.h saver.c security.c securitysrv.h shape.c shm.c shmint.h sleepuntil.c sleepuntil.h sync.c syncsdk.h syncsrv.h xace.c xace.h xacestr.h xcmisc.c xf86bigfont.c xres.c xselinux.h xselinux_ext.c xselinux_hooks.c xselinux_label.c xselinuxint.h xtest.c xvdisp.c xvdix.h xvmain.c xvmc.c xvmcext.h xserver/Xi : Makefile.in allowev.c allowev.h chgdctl.c chgdctl.h chgfctl.c chgfctl.h chgkbd.c chgkbd.h chgkmap.c chgkmap.h chgprop.c chgprop.h chgptr.c chgptr.h closedev.c closedev.h devbell.c devbell.h exevents.c exglobals.h extinit.c getbmap.c getbmap.h getdctl.c getdctl.h getfctl.c getfctl.h getfocus.c getfocus.h getkmap.c getkmap.h getmmap.c getmmap.h getprop.c getprop.h getselev.c getselev.h getvers.c getvers.h grabdev.c grabdev.h grabdevb.c grabdevb.h grabdevk.c grabdevk.h gtmotion.c gtmotion.h listdev.c listdev.h opendev.c opendev.h queryst.c queryst.h selectev.c selectev.h sendexev.c sendexev.h setbmap.c setbmap.h setdval.c setdval.h setfocus.c setfocus.h setmmap.c setmmap.h setmode.c setmode.h stubs.c ungrdev.c ungrdev.h ungrdevb.c ungrdevb.h ungrdevk.c ungrdevk.h xiallowev.c xiallowev.h xichangecursor.c xichangecursor.h xichangehierarchy.c xichangehierarchy.h xigetclientpointer.c xigetclientpointer.h xigrabdev.c xigrabdev.h xipassivegrab.c xipassivegrab.h xiproperty.c xiproperty.h xiquerydevice.c xiquerydevice.h xiquerypointer.c xiquerypointer.h xiqueryversion.c xiqueryversion.h xiselectev.c xiselectev.h xisetclientpointer.c xisetclientpointer.h xisetdevfocus.c xisetdevfocus.h xiwarppointer.c xiwarppointer.h xserver/composite: Makefile.in compalloc.c compext.c compinit.c compint.h compositeext.h compoverlay.c compwindow.c xserver/config : Makefile.in config-backends.h config.c dbus-core.c dbus.c hal.c udev.c wscons.c xserver/damageext: Makefile.in damageext.c damageext.h damageextint.h xserver/dbe : Makefile.in dbe.c dbestruct.h midbe.c midbe.h midbestr.h xserver/dix : Makefile.am Makefile.in atom.c colormap.c cursor.c devices.c dispatch.c dispatch.h dixfonts.c dixutils.c enterleave.c enterleave.h eventconvert.c events.c extension.c ffs.c gc.c getevents.c globals.c glyphcurs.c grabs.c initatoms.c inpututils.c main.c pixmap.c privates.c property.c ptrveloc.c region.c registry.c resource.c selection.c swaprep.c swapreq.c tables.c window.c xserver/doc : Makefile.in Xinput.xml Xserver-spec.xml xserver/doc/dtrace: Makefile.in Xserver-DTrace.xml xserver/exa : Makefile.in exa.c exa.h exa_accel.c exa_classic.c exa_driver.c exa_glyphs.c exa_migration_classic.c exa_migration_mixed.c exa_mixed.c exa_offscreen.c exa_priv.h exa_render.c exa_unaccel.c xserver/fb : Makefile.in fb.h fb24_32.c fb24_32.h fballpriv.c fbarc.c fbbits.c fbbits.h fbblt.c fbbltone.c fbcmap_mi.c fbcopy.c fbfill.c fbfillrect.c fbfillsp.c fbgc.c fbgetsp.c fbglyph.c fbimage.c fbline.c fboverlay.c fboverlay.h fbpict.c fbpict.h fbpixmap.c fbpoint.c fbpush.c fbrop.h fbscreen.c fbseg.c fbsetsp.c fbsolid.c fbstipple.c fbtile.c fbtrap.c fbutil.c fbwindow.c xserver/glx : Makefile.am Makefile.in dispatch.h extension_string.c extension_string.h glapi.c glapi.h glapi_gentable.c glapitable.h glprocs.h glthread.c glthread.h glxbyteorder.h glxcmds.c glxcmdsswap.c glxcontext.h glxdrawable.h glxdri.c glxdri2.c glxdricommon.c glxdricommon.h glxdriswrast.c glxext.c glxext.h glxscreens.c glxscreens.h glxserver.h glxutil.h indirect_dispatch.c indirect_dispatch.h indirect_dispatch_swap.c indirect_program.c indirect_reqsize.c indirect_reqsize.h indirect_size.h indirect_size_get.c indirect_size_get.h indirect_table.c indirect_table.h indirect_texture_compression.c indirect_util.c indirect_util.h render2.c render2swap.c renderpix.c renderpixswap.c rensize.c single2.c single2swap.c singlepix.c singlepixswap.c singlesize.c singlesize.h swap_interval.c unpack.h xfont.c xserver/hw : Makefile.in xserver/hw/dmx : Makefile.in dmx-config.h dmx.c dmx.h dmx_glxvisuals.c dmx_glxvisuals.h dmxcb.c dmxcb.h dmxclient.h dmxcmap.c dmxcmap.h dmxcursor.c dmxcursor.h dmxdpms.c dmxdpms.h dmxextension.c dmxextension.h dmxfont.c dmxfont.h dmxgc.c dmxgc.h dmxgcops.c dmxgcops.h dmxinit.c dmxinit.h dmxinput.c dmxinput.h dmxlog.c dmxlog.h dmxpict.c dmxpict.h dmxpixmap.c dmxpixmap.h dmxprop.c dmxprop.h dmxscrinit.c dmxscrinit.h dmxshadow.c dmxshadow.h dmxstat.c dmxstat.h dmxsync.c dmxsync.h dmxvisual.c dmxvisual.h dmxwindow.c dmxwindow.h xserver/hw/dmx/config: Canvas.c Canvas.h CanvasP.h Makefile.am Makefile.in dmxcompat.c dmxconfig.c dmxconfig.h dmxparse.c dmxparse.h dmxprint.c dmxprint.h dmxtodmx.c scanner.l vdltodmx.c xdmxconfig.c xserver/hw/dmx/config/man: Makefile.in xserver/hw/dmx/doc: DMXSpec-v1.txt DMXSpec.txt Makefile.in dmx.xml scaled.xml xserver/hw/dmx/doxygen: Makefile.in xserver/hw/dmx/examples: Makefile.in dmxaddinput.c dmxaddscreen.c dmxinfo.c dmxreconfig.c dmxresize.c dmxrminput.c dmxrmscreen.c dmxwininfo.c ev.c evi.c res.c xbell.c xinput.c xled.c xtest.c xserver/hw/dmx/glxProxy: Makefile.in compsize.c compsize.h g_disptab.c g_disptab.h g_renderswap.c global.c glxcmds.c glxcmds.h glxcmdsswap.c glxcontext.h glxdrawable.h glxerror.h glxext.c glxext.h glxfbconfig.c glxfbconfig.h glxscreens.c glxscreens.h glxserver.h glxsingle.c glxsingle.h glxswap.c glxswap.h glxutil.c glxutil.h glxvendor.c glxvendor.h glxvisuals.c glxvisuals.h render2swap.c renderpixswap.c unpack.h xserver/hw/dmx/input: ChkNotMaskEv.c ChkNotMaskEv.h Makefile.in atKeynames.h dmxarg.c dmxarg.h dmxbackend.c dmxbackend.h dmxcommon.c dmxcommon.h dmxconsole.c dmxconsole.h dmxdetach.c dmxdummy.c dmxevents.c dmxevents.h dmxinputinit.c dmxinputinit.h dmxmap.c dmxmap.h dmxmotion.c dmxmotion.h dmxsigio.c dmxsigio.h dmxxinput.c lnx-keyboard.c lnx-keyboard.h lnx-ms.c lnx-ms.h lnx-ps2.c lnx-ps2.h usb-common.c usb-common.h usb-keyboard.c usb-keyboard.h usb-mouse.c usb-mouse.h usb-other.c usb-other.h usb-private.h xserver/hw/dmx/man: Makefile.in xserver/hw/kdrive: Makefile.in xserver/hw/kdrive/ephyr: Makefile.in XF86dri.c ephyr.c ephyr.h ephyr_draw.c ephyrdri.c ephyrdri.h ephyrdriext.c ephyrdriext.h ephyrglxext.c ephyrglxext.h ephyrhostglx.c ephyrhostglx.h ephyrhostproxy.c ephyrhostproxy.h ephyrhostvideo.c ephyrhostvideo.h ephyrinit.c ephyrlog.h ephyrproxyext.c ephyrproxyext.h ephyrvideo.c hostx.c hostx.h os.c xf86dri.h xserver/hw/kdrive/ephyr/man: Makefile.in Xephyr.man xserver/hw/kdrive/fake: Makefile.in fake.c fake.h fakeinit.c kbd.c mouse.c os.c xserver/hw/kdrive/fbdev: Makefile.in fbdev.c fbdev.h fbinit.c xserver/hw/kdrive/linux: Makefile.in evdev.c keyboard.c linux.c mouse.c ms.c ps2.c tslib.c xserver/hw/kdrive/openbsd: Makefile.in openbsd.c xserver/hw/kdrive/src: Makefile.in fourcc.h kcmap.c kdrive.c kdrive.h kinfo.c kinput.c kmode.c kshadow.c kxv.c kxv.h xserver/hw/kdrive/wscons: Makefile.in xserver/hw/vfb : InitInput.c InitOutput.c Makefile.in xserver/hw/vfb/man: Makefile.in xserver/hw/xfree86: Makefile.am Makefile.in sdksyms.sh xserver/hw/xfree86/common: Makefile.am Makefile.in compiler.h fourcc.h vidmodeproc.h xf86.h xf86AutoConfig.c xf86Bus.c xf86Bus.h xf86Config.c xf86Config.h xf86Configure.c xf86Cursor.c xf86DGA.c xf86DPMS.c xf86Events.c xf86Globals.c xf86Helper.c xf86InPriv.h xf86Init.c xf86Mode.c xf86Module.h xf86Opt.h xf86Option.c xf86PM.c xf86PciInfo.h xf86Priv.h xf86Privstr.h xf86RandR.c xf86VGAarbiter.c xf86VGAarbiter.h xf86VGAarbiterPriv.h xf86VidMode.c xf86Xinput.c xf86Xinput.h xf86cmap.c xf86cmap.h xf86fbBus.c xf86fbman.c xf86fbman.h xf86noBus.c xf86pciBus.c xf86pciBus.h xf86sbusBus.c xf86sbusBus.h xf86str.h xf86xv.c xf86xv.h xf86xvmc.c xf86xvmc.h xf86xvpriv.h xisb.c xisb.h xorgHelper.c xorgVersion.h xserver/hw/xfree86/ddc: Makefile.in ddc.c ddcProperty.c edid.h interpret_edid.c print_edid.c xf86DDC.h xserver/hw/xfree86/dixmods: Makefile.am Makefile.in dbemodule.c fbmodule.c glxmodule.c recordmod.c shmodule.c xkbKillSrv.c xkbPrivate.c xkbVT.c xserver/hw/xfree86/dixmods/extmod: Makefile.am Makefile.in dgaproc.h modinit.c modinit.h xf86dga2.c xf86vmode.c xvmod.c xvmodproc.h xserver/hw/xfree86/doc: Makefile.in ddxDesign.xml xserver/hw/xfree86/dri: Makefile.in dri.c dri.h drimodule.c dristruct.h sarea.h xf86dri.c xserver/hw/xfree86/dri2: Makefile.in dri2.c dri2.h dri2ext.c xserver/hw/xfree86/exa: Makefile.am Makefile.in examodule.c xserver/hw/xfree86/exa/man: Makefile.in xserver/hw/xfree86/fbdevhw: Makefile.am Makefile.in fbdevhw.c fbdevhw.h fbdevhwstub.c fbpriv.h xserver/hw/xfree86/fbdevhw/man: Makefile.in xserver/hw/xfree86/i2c: Makefile.in bt829.c bt829.h bt829_module.c fi1236.c fi1236.h fi1236_module.c msp3430.c msp3430.h msp3430_module.c tda8425.c tda8425.h tda8425_module.c tda9850.c tda9850.h tda9850_module.c tda9885.c tda9885.h tda9885_module.c uda1380.c uda1380.h uda1380_module.c xf86i2c.c xf86i2c.h xserver/hw/xfree86/int10: Makefile.in generic.c helper_exec.c helper_mem.c stub.c xf86int10.c xf86int10.h xf86int10module.c xf86x86emu.c xserver/hw/xfree86/loader: Makefile.in loader.c loader.h loaderProcs.h loadext.c loadmod.c os.c xserver/hw/xfree86/man: Makefile.in Xorg.man xorg.conf.man xserver/hw/xfree86/modes: Makefile.in xf86Crtc.c xf86Crtc.h xf86Cursors.c xf86DiDGA.c xf86DisplayIDModes.c xf86EdidModes.c xf86Modes.c xf86Modes.h xf86RandR12.c xf86RandR12.h xf86Rename.h xf86Rotate.c xf86cvt.c xf86gtf.c xserver/hw/xfree86/os-support: Makefile.am Makefile.in xf86OSpriv.h xf86_OSlib.h xf86_OSproc.h xserver/hw/xfree86/os-support/bsd: Makefile.in alpha_video.c arm_video.c bsd_VTsw.c bsd_agp.c bsd_apm.c bsd_axp.c bsd_bell.c bsd_ev56.c bsd_init.c bsd_kmod.c bsd_kqueue_apm.c bsd_sbus.c hppa_video.c i386_video.c memrange.h ppc_video.c sparc64_video.c xserver/hw/xfree86/os-support/bus: Makefile.am Makefile.in Pci.c Pci.h Sbus.c bsd_pci.c xf86Pci.h xf86Sbus.h xserver/hw/xfree86/os-support/hurd: Makefile.in hurd_init.c hurd_mmap.c hurd_video.c xserver/hw/xfree86/os-support/linux: Makefile.am Makefile.in lnx_acpi.c lnx_agp.c lnx_apm.c lnx_axp.c lnx_bell.c lnx_ev56.c lnx_init.c lnx_kmod.c lnx_video.c xserver/hw/xfree86/os-support/linux/int10: linux.c xserver/hw/xfree86/os-support/linux/int10/vm86: linux_vm86.c xserver/hw/xfree86/os-support/misc: Makefile.in SlowBcopy.c xserver/hw/xfree86/os-support/shared: VTsw_noop.c VTsw_usl.c agp_noop.c bios_mmap.c ioperm_noop.c kmod_noop.c pm_noop.c posix_tty.c sigio.c sigiostubs.c vidmem.c xf86Axp.c xf86Axp.h xserver/hw/xfree86/os-support/solaris: Makefile.in sun_VTsw.c sun_agp.c sun_apm.c sun_bell.c sun_init.c sun_vid.c xserver/hw/xfree86/parser: Configint.h DRI.c Device.c Extensions.c Files.c Flags.c Input.c InputClass.c Layout.c Makefile.am Makefile.in Module.c Monitor.c Pointer.c Screen.c Vendor.c Video.c configProcs.h read.c scan.c write.c xf86Optrec.h xf86Parser.h xf86tokens.h xserver/hw/xfree86/ramdac: BT.c BT.h BTPriv.h IBM.c IBM.h IBMPriv.h Makefile.in TI.c TI.h TIPriv.h xf86Cursor.c xf86Cursor.h xf86CursorPriv.h xf86HWCurs.c xf86RamDac.c xf86RamDac.h xf86RamDacCmap.c xf86RamDacPriv.h xserver/hw/xfree86/shadowfb: Makefile.am Makefile.in sfbmodule.c shadow.c shadowfb.h xserver/hw/xfree86/utils: Makefile.in xserver/hw/xfree86/utils/cvt: Makefile.in cvt.c xserver/hw/xfree86/utils/gtf: Makefile.in gtf.c xserver/hw/xfree86/utils/man: Makefile.in cvt.man gtf.man xserver/hw/xfree86/vbe: Makefile.am Makefile.in vbe.c vbe.h vbeModes.c vbeModes.h vbe_module.c xserver/hw/xfree86/vgahw: Makefile.in vgaCmap.c vgaHW.c vgaHW.h vgaHWmodule.c xserver/hw/xfree86/x86emu: Makefile.in debug.c decode.c fpu.c ops.c ops2.c prim_ops.c sys.c validate.c x86emu.h xserver/hw/xfree86/x86emu/x86emu: debug.h decode.h fpu.h fpu_regs.h ops.h prim_asm.h prim_ops.h prim_x86_gcc.h regs.h types.h x86emui.h xserver/hw/xfree86/xaa: Makefile.am Makefile.in xaa.h xaaBitBlt.c xaaBitOrder.c xaaBitmap.c xaaCpyArea.c xaaCpyPlane.c xaaCpyWin.c xaaDashLine.c xaaFallback.c xaaFillArc.c xaaFillPoly.c xaaFillRect.c xaaGC.c xaaGCmisc.c xaaImage.c xaaInit.c xaaInitAccel.c xaaLine.c xaaLineMisc.c xaaNonTEGlyph.c xaaNonTEText.c xaaOffscreen.c xaaOverlay.c xaaOverlayDF.c xaaPCache.c xaaPict.c xaaROP.c xaaRect.c xaaSpans.c xaaStateChange.c xaaStipple.c xaaTEGlyph.c xaaTEText.c xaaTables.c xaaWideLine.c xaacexp.h xaalocal.h xaarop.h xaawrap.h xserver/hw/xnest: Args.c Args.h Color.c Color.h Cursor.c Display.c Display.h Drawable.h Events.c Events.h Font.c GC.c GCOps.c GCOps.h Handlers.c Handlers.h Init.c Init.h Keyboard.c Keyboard.h Makefile.in Pixmap.c Pointer.c Pointer.h Screen.c Screen.h Visual.c Visual.h Window.c XNCursor.h XNFont.h XNGC.h XNPixmap.h XNWindow.h Xnest.h xnest-config.h xserver/hw/xnest/man: Makefile.in xserver/hw/xquartz: Makefile.in X11Application.h X11Application.m X11Controller.h X11Controller.m applewm.c applewmExt.h console_redirect.c console_redirect.h darwin.c darwin.h darwinEvents.c darwinEvents.h darwinXinput.c darwinfb.h keysym2ucs.c keysym2ucs.h pseudoramiX.c pseudoramiX.h quartz.c quartz.h quartzCocoa.m quartzCommon.h quartzKeyboard.c quartzKeyboard.h quartzRandR.c quartzRandR.h quartzStartup.c sanitizedCarbon.h sanitizedCocoa.h xserver/hw/xquartz/GL: Makefile.in capabilities.c capabilities.h glcontextmodes.c glcontextmodes.h indirect.c visualConfigs.c visualConfigs.h xserver/hw/xquartz/bundle: Info.plist.cpp Makefile.am Makefile.in mk_bundke.sh xserver/hw/xquartz/bundle/Resources/ar.lproj/main.nib: designable.nib keyedobjects.nib xserver/hw/xquartz/bundle/Resources/el.lproj: locversion.plist xserver/hw/xquartz/bundle/Resources/el.lproj/main.nib: designable.nib keyedobjects.nib xserver/hw/xquartz/bundle/Resources/fi.lproj/main.nib: designable.nib keyedobjects.nib xserver/hw/xquartz/bundle/Resources/he.lproj: InfoPlist.strings Localizable.strings locversion.plist xserver/hw/xquartz/bundle/Resources/he.lproj/main.nib: designable.nib keyedobjects.nib xserver/hw/xquartz/bundle/Resources/no.lproj: locversion.plist xserver/hw/xquartz/bundle/Resources/no.lproj/main.nib: designable.nib keyedobjects.nib xserver/hw/xquartz/bundle/Resources/sk.lproj: Localizable.strings locversion.plist xserver/hw/xquartz/bundle/Resources/sk.lproj/main.nib: designable.nib keyedobjects.nib xserver/hw/xquartz/mach-startup: Makefile.am Makefile.in bundle-main.c launchd_fd.c launchd_fd.h stub.c xserver/hw/xquartz/man: Makefile.in xserver/hw/xquartz/pbproxy: Makefile.in app-main.m main.m pbproxy.h trick_autotools.c x-input.m x-selection.h x-selection.m xserver/hw/xquartz/xpr: Makefile.in appledri.c appledri.h appledristr.h dri.c dri.h driWrap.c driWrap.h dristruct.h x-hash.c x-hash.h x-hook.c x-hook.h x-list.c x-list.h xpr.h xprAppleWM.c xprCursor.c xprEvent.c xprEvent.h xprFrame.c xprScreen.c xserver/hw/xwin: InitInput.c InitOutput.c Makefile.am Makefile.in XWin.exe.manifest ddraw.h win.h winallpriv.c winauth.c winblock.c winclip.c winclipboard.h winclipboardinit.c winclipboardtextconv.c winclipboardthread.c winclipboardunicode.c winclipboardwndproc.c winclipboardwrappers.c winclipboardxevents.c wincmap.c winconfig.c winconfig.h wincreatewnd.c wincursor.c windialogs.c winengine.c winerror.c winfillsp.c winfont.c wingc.c wingetsp.c winglobals.c winglobals.h winkeybd.c winkeybd.h winkeyhook.c winkeynames.h winlayouts.h winmessages.h winmisc.c winmonitors.c winmonitors.h winmouse.c winms.h winmsg.c winmsg.h winmultiwindowclass.c winmultiwindowclass.h winmultiwindowicons.c winmultiwindowshape.c winmultiwindowwindow.c winmultiwindowwm.c winmultiwindowwndproc.c winnativegdi.c winpfbdd.c winpixmap.c winpolyline.c winprefs.c winprefs.h winprefslex.l winprocarg.c winrandr.c winregistry.c winresource.h winrop.c winscrinit.c winsetsp.c winshaddd.c winshadddnl.c winshadgdi.c wintrayicon.c winvalargs.c winvideo.c winwakeup.c winwin32rootless.c winwin32rootlesswindow.c winwin32rootlesswndproc.c winwindow.c winwindow.h winwindowswm.c winwndproc.c xserver/hw/xwin/glx: Makefile.in glwindows.h glwrap.c indirect.c wgl_ext_api.h winpriv.c xserver/hw/xwin/man: Makefile.in XWin.man XWinrc.man xserver/include: Makefile.am Makefile.in XIstubs.h Xprintf.h callback.h client.h closestr.h closure.h colormap.h colormapst.h cursor.h cursorstr.h dix-config.h.in dix.h dixaccess.h dixevents.h dixfont.h dixfontstr.h dixgrabs.h dixstruct.h do-not-use-config.h.in eventconvert.h events.h eventstr.h exevents.h extension.h extinit.h extnsionst.h gc.h gcstruct.h globals.h hotplug.h input.h inputstr.h inpututils.h list.h misc.h miscstruct.h opaque.h os.h pixmap.h pixmapstr.h privates.h property.h propertyst.h protocol-versions.h ptrveloc.h region.h regionstr.h registry.h resource.h rgb.h screenint.h scrnintstr.h selection.h servermd.h site.h swaprep.h swapreq.h validate.h window.h windowstr.h xkb-config.h.in xkbfile.h xkbrules.h xkbsrv.h xkbstr.h xorg-config.h.in xorg-server.h.in xserver-properties.h xwin-config.h.in xserver/man : Makefile.in Xserver.man xserver/mi : Makefile.in mi.h miarc.c mibitblt.c mibstore.c mibstore.h micmap.c micmap.h micoord.h micopy.c micursor.c midash.c midispcur.c mieq.c miexpose.c mifillarc.c mifillarc.h mifillrct.c mifpoly.h mifpolycon.c migc.c migc.h miglblt.c miinitext.c miline.h mioverlay.c mioverlay.h mipointer.c mipointer.h mipointrst.h mipoly.c mipoly.h mipolycon.c mipolygen.c mipolypnt.c mipolyrect.c mipolyseg.c mipolytext.c mipolyutil.c mipushpxl.c miscanfill.h miscrinit.c mispans.c mispans.h misprite.c misprite.h mistruct.h mivalidate.h mivaltree.c miwideline.c miwideline.h miwindow.c mizerarc.c mizerarc.h mizerclip.c mizerline.c xserver/miext : Makefile.in xserver/miext/cw: Makefile.in cw.c cw.h cw_ops.c cw_render.c xserver/miext/damage: Makefile.in damage.c damage.h damagestr.h xserver/miext/rootless: Makefile.in rootless.h rootlessCommon.c rootlessCommon.h rootlessConfig.h rootlessGC.c rootlessScreen.c rootlessValTree.c rootlessWindow.c rootlessWindow.h xserver/miext/shadow: Makefile.in shadow.c shadow.h shalloc.c shpacked.c shplanar.c shplanar8.c shrotate.c shrotpack.h shrotpackYX.h xserver/miext/sync: Makefile.in misync.c misync.h misyncstr.h xserver/os : Makefile.am Makefile.in WaitFor.c access.c auth.c backtrace.c client.c connection.c io.c log.c mitauth.c oscolor.c osdep.h osinit.c privsep.c rpcauth.c strcasecmp.c strcasestr.c strlcat.c strlcpy.c utils.c xdmauth.c xdmcp.c xprintf.c xsha1.c xstrans.c xserver/randr : Makefile.in randr.c randrstr.h rrcrtc.c rrdispatch.c rrinfo.c rrmode.c rroutput.c rrpointer.c rrproperty.c rrscreen.c rrsdispatch.c rrtransform.c rrtransform.h rrxinerama.c xserver/record : Makefile.in record.c set.c set.h xserver/render : Makefile.in animcur.c filter.c glyph.c glyphstr.h matrix.c miindex.c mipict.c mipict.h mirect.c mitrap.c mitri.c picture.c picture.h picturestr.h render.c xserver/test : Makefile.am Makefile.in fixes.c input.c list.c misc.c xkb.c xtest.c xserver/test/xi2: Makefile.am Makefile.in protocol-common.c protocol-common.h protocol-eventconvert.c protocol-xigetclientpointer.c protocol-xigetselectedevents.c protocol-xipassivegrabdevice.c protocol-xiquerydevice.c protocol-xiquerypointer.c protocol-xiqueryversion.c protocol-xiselectevents.c protocol-xisetclientpointer.c protocol-xiwarppointer.c xserver/xfixes : Makefile.in cursor.c region.c saveset.c select.c xfixes.c xfixes.h xfixesint.h xserver/xkb : Makefile.in XKBAlloc.c XKBGAlloc.c XKBMAlloc.c XKBMisc.c ddxBeep.c ddxCtrls.c ddxKillSrv.c ddxLEDs.c ddxList.c ddxLoad.c ddxPrivate.c ddxVT.c maprules.c xkb.c xkbAccessX.c xkbActions.c xkbDflts.h xkbEvents.c xkbInit.c xkbLEDs.c xkbPrKeyEv.c xkbSwap.c xkbUtils.c xkbfmisc.c xkbgeom.h xkbout.c xkbtext.c xkmread.c kdrive : Makefile.bsd-wrapper Added files: xserver/dix : touch.c xserver/glx : clientinfo.c createcontext.c xserver/hw/xfree86/common: xf86Optionstr.h xserver/hw/xfree86/os-support/bus: nobus.c xserver/hw/xfree86/os-support/stub: Makefile.am stub_bell.c stub_bios.c stub_init.c stub_video.c xserver/hw/xquartz/bundle/Resources/ca.lproj: InfoPlist.strings Localizable.strings locversion.plist xserver/hw/xquartz/bundle/Resources/ca.lproj/main.nib: designable.nib keyedobjects.nib xserver/hw/xquartz/bundle/Resources/cs.lproj: InfoPlist.strings Localizable.strings locversion.plist xserver/hw/xquartz/bundle/Resources/cs.lproj/main.nib: designable.nib keyedobjects.nib xserver/hw/xquartz/bundle/Resources/hr.lproj: InfoPlist.strings Localizable.strings locversion.plist xserver/hw/xquartz/bundle/Resources/hr.lproj/main.nib: designable.nib keyedobjects.nib xserver/hw/xquartz/bundle/Resources/hu.lproj: InfoPlist.strings Localizable.strings locversion.plist xserver/hw/xquartz/bundle/Resources/hu.lproj/main.nib: designable.nib keyedobjects.nib xserver/hw/xquartz/bundle/Resources/ro.lproj: InfoPlist.strings Localizable.strings locversion.plist xserver/hw/xquartz/bundle/Resources/ro.lproj/main.nib: designable.nib keyedobjects.nib xserver/hw/xquartz/bundle/Resources/th.lproj: InfoPlist.strings Localizable.strings locversion.plist xserver/hw/xquartz/bundle/Resources/th.lproj/main.nib: designable.nib keyedobjects.nib xserver/hw/xquartz/bundle/Resources/tr.lproj: InfoPlist.strings Localizable.strings locversion.plist xserver/hw/xquartz/bundle/Resources/tr.lproj/main.nib: designable.nib keyedobjects.nib xserver/hw/xquartz/bundle/Resources/uk.lproj: InfoPlist.strings Localizable.strings locversion.plist xserver/hw/xquartz/bundle/Resources/uk.lproj/main.nib: designable.nib keyedobjects.nib xserver/include: optionstr.h xserver/os : strndup.c xserver/test : ddxstubs.c string.c touch.c xfree86.c xserver/test/xi2: xi2.c Removed files: xserver/glx : glapioffsets.h xserver/hw/xfree86/common: xf86ShowOpts.c xserver/hw/xfree86/os-support/bus: linuxPci.c xserver/hw/xfree86/os-support/shared: bios_devmem.c ia64Pci.c Log message: Update to xserver 1.12.2. tested by naddy@, krw@, mpi@. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/10 07:26:26 Added files: xserver/hw/xfree86/os-support/stub: Makefile.in Log message: Update to xserver 1.12.2. tested by naddy@, krw@, mpi@. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/10 07:33:51 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/06/10 08:52:46 Modified files: usr.sbin/snmpd : kroute.c Log message: kr_init() now returns void so don't try to return 0 CVSROOT: /cvs Module name: xenocara Changes by: shadchin@cvs.openbsd.org 2012/06/10 10:30:16 Modified files: data/xkeyboard-config: Makefile data/xkeyboard-config/compat: Makefile data/xkeyboard-config/man: xkeyboard-config.7 dist/xkeyboard-config: ABOUT-NLS Makefile.am Makefile.in NEWS aclocal.m4 autogen.sh config.rpath configure configure.in dist/xkeyboard-config/compat: Makefile.am Makefile.in iso9995 dist/xkeyboard-config/docs: Makefile.in dist/xkeyboard-config/geometry: Makefile.in dist/xkeyboard-config/geometry/digital_vndr: Makefile.in dist/xkeyboard-config/geometry/sgi_vndr: Makefile.in dist/xkeyboard-config/keycodes: Makefile.in dist/xkeyboard-config/keycodes/digital_vndr: Makefile.in dist/xkeyboard-config/keycodes/sgi_vndr: Makefile.in dist/xkeyboard-config/man: Makefile.in dist/xkeyboard-config/po: bg.po ca.po da.po eo.po fr.po gl.po hu.po id.po ko.po nl.po pl.po ru.po sl.po sv.po uk.po dist/xkeyboard-config/rules: Makefile.in base.extras.xml.in base.xml.in evdev.extras.xml.in evdev.xml.in dist/xkeyboard-config/rules/bin: Makefile.in dist/xkeyboard-config/rules/compat: Makefile.in dist/xkeyboard-config/symbols: Makefile.in am cz de dk es fr il in it jp kr latin me mv no pc ru sy symbols.dir us dist/xkeyboard-config/symbols/digital_vndr: Makefile.in dist/xkeyboard-config/symbols/fujitsu_vndr: Makefile.in dist/xkeyboard-config/symbols/hp_vndr: Makefile.in dist/xkeyboard-config/symbols/macintosh_vndr: Makefile.in dk us dist/xkeyboard-config/symbols/nec_vndr: Makefile.in dist/xkeyboard-config/symbols/nokia_vndr: Makefile.in su-8w dist/xkeyboard-config/symbols/sgi_vndr: Makefile.in dist/xkeyboard-config/symbols/sony_vndr: Makefile.in dist/xkeyboard-config/symbols/sun_vndr: Makefile.in us dist/xkeyboard-config/symbols/xfree68_vndr: Makefile.in dist/xkeyboard-config/types: Makefile.in Removed files: data/xkeyboard-config/keymap: Makefile Makefile.inc data/xkeyboard-config/keymap/digital_vndr: Makefile data/xkeyboard-config/keymap/sgi_vndr: Makefile data/xkeyboard-config/keymap/sun_vndr: Makefile data/xkeyboard-config/semantics: Makefile dist/xkeyboard-config/compat: default keypad norepeat dist/xkeyboard-config/keymap: Makefile.am Makefile.in README amiga ataritt keymap.dir macintosh sony xfree86 xfree98 dist/xkeyboard-config/keymap/digital_vndr: Makefile.am Makefile.in us dist/xkeyboard-config/keymap/sgi_vndr: Makefile.am Makefile.in be bg ca ch cz de dk dvorak es fi fr gb hu it jp no pl pt ru se sk th us dist/xkeyboard-config/keymap/sun_vndr: Makefile.am Makefile.in all de es fi fr no pl ru se uk us dist/xkeyboard-config/semantics: Makefile.am Makefile.in basic complete default semantics.dir xtest Log message: Update to 2.6 ok jasper@, krw@, matthieu@ CVSROOT: /cvs Module name: xenocara Changes by: shadchin@cvs.openbsd.org 2012/06/10 10:31:54 Modified files: . : 3RDPARTY Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/10 10:33:00 Modified files: www/drupal7/core: Makefile www/drupal7/core/pkg: README Log message: tweak the mysql socket dir instructions ok espie@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/10 13:44:58 Log message: import colorbox 1.3 ok espie@ Status: Vendor Tag: jasper Release Tags: jasper_20121006 N ports/www/colorbox/Makefile N ports/www/colorbox/distinfo N ports/www/colorbox/pkg/PLIST N ports/www/colorbox/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/10 13:45:26 Log message: import google_analytics 1.2 ok espie@ Status: Vendor Tag: jasper Release Tags: jasper_20121006 N ports/www/google_analytics/Makefile N ports/www/google_analytics/distinfo N ports/www/google_analytics/pkg/PLIST N ports/www/google_analytics/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/10 13:45:48 Log message: import ubercart 3.1 ok espie@ Status: Vendor Tag: jasper Release Tags: jasper_20121006 N ports/www/ubercart/Makefile N ports/www/ubercart/distinfo N ports/www/ubercart/pkg/DESCR N ports/www/ubercart/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/10 13:47:28 Removed files: www/colorbox : Makefile distinfo www/colorbox/pkg: DESCR PLIST www/google_analytics: Makefile distinfo www/google_analytics/pkg: DESCR PLIST www/ubercart : Makefile distinfo www/ubercart/pkg: DESCR PLIST Log message: sigh, wrong dir.. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/10 13:47:56 Log message: import colorbox 1.3 ok espie@ Status: Vendor Tag: jasper Release Tags: jasper_20121006 N ports/www/drupal7/colorbox/Makefile N ports/www/drupal7/colorbox/distinfo N ports/www/drupal7/colorbox/pkg/PLIST N ports/www/drupal7/colorbox/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/10 13:48:34 Log message: import google_analytics 1.2 ok espie@ Status: Vendor Tag: jasper Release Tags: jasper_20121006 N ports/www/drupal7/google_analytics/Makefile N ports/www/drupal7/google_analytics/distinfo N ports/www/drupal7/google_analytics/pkg/PLIST N ports/www/drupal7/google_analytics/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/10 13:48:54 Log message: import ubercart 3.1 ok espie@ Status: Vendor Tag: jasper Release Tags: jasper_20121006 N ports/www/drupal7/ubercart/Makefile N ports/www/drupal7/ubercart/distinfo N ports/www/drupal7/ubercart/pkg/DESCR N ports/www/drupal7/ubercart/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/10 13:49:05 Modified files: www/drupal7 : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/10 13:49:08 Modified files: www/drupal7/locale-fr: Makefile distinfo www/drupal7/locale-fr/pkg: PLIST Log message: sync translations CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/10 14:55:23 Log message: import jquery_plugin 1.0 ok espie@ Status: Vendor Tag: jasper Release Tags: jasper_20121006 N ports/www/drupal7/jquery_plugin/distinfo N ports/www/drupal7/jquery_plugin/Makefile N ports/www/drupal7/jquery_plugin/pkg/PLIST N ports/www/drupal7/jquery_plugin/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/10 14:55:50 Log message: import slideshow_creator 1.9 ok espie@ Status: Vendor Tag: jasper Release Tags: jasper_20121006 N ports/www/drupal7/slideshow_creator/Makefile N ports/www/drupal7/slideshow_creator/distinfo N ports/www/drupal7/slideshow_creator/pkg/PLIST N ports/www/drupal7/slideshow_creator/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/10 14:56:32 Modified files: www/drupal7 : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/10 14:57:01 Modified files: www/drupal7/locale-fr: Makefile distinfo www/drupal7/locale-fr/pkg: PLIST Log message: add jquery_plugin CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/10 15:00:15 Log message: import dutch translations ok espie@ Status: Vendor Tag: jasper Release Tags: jasper_20121006 N ports/www/drupal7/locale-nl/Makefile N ports/www/drupal7/locale-nl/distinfo N ports/www/drupal7/locale-nl/pkg/DESCR N ports/www/drupal7/locale-nl/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/10 15:01:04 Modified files: www/drupal7 : Makefile Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/06/10 15:02:42 Modified files: sys/arch/amd64/stand/libsa: bioscons.c Log message: Always allow serial console, even if the BIOS doesn't report the presence of any serial ports. Otherwise the new code to use puc(4) ports as serial console isn't all that useful. ok sthen@, miod@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/06/10 15:03:35 Modified files: sys/arch/i386/stand/libsa: bioscons.c Log message: Always allow serial console, even if the BIOS doesn't report the presence of any serial ports. Otherwise the new code to use puc(4) ports as serial console isn't all that useful. ok sthen@, miod@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/06/10 15:11:13 Modified files: share/man/man5 : port-modules.5 Log message: drupal7.port.mk could use some documentation here too CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/06/10 15:19:00 Modified files: sys/arch/amd64/stand/boot: boot.8 Log message: Document the "machine comaddr" command. Remove the text that (incorrectly) states that only com0 can be used as serial console. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/06/10 15:19:25 Modified files: sys/arch/i386/stand/boot: boot.8 Log message: Document the "machine comaddr" command. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/06/10 15:23:36 Modified files: sys/dev/ic : ar5416.c ar5416reg.h ar9280.c ar9280reg.h ar9285.c ar9287.c ar9380.c ar9380reg.h athn.c athnreg.h athnvar.h Log message: Allow a variable number of words for the Serializer/Deserializer programming. Probably not enought to make the AR9380 chips to work, but at least the kernel shouldn't crash anymore when we see one. ok stsp@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/06/10 15:27:41 Modified files: gnu/usr.bin/perl/cpan/OpenBSD-MkTemp: MkTemp.xs README gnu/usr.bin/perl/cpan/OpenBSD-MkTemp/lib/OpenBSD: MkTemp.pm gnu/usr.bin/perl/cpan/OpenBSD-MkTemp/t: OpenBSD-MkTemp.t Log message: Change the Perl->C wrappers for mkdtemp and mkstemps to behave more like the File::Temp routines and call croak() (the C version of 'die') instead of returning an empty list. This lets pkg_add give good error messages when your $PKG_TMPDIR is mounted read-only. ok espie@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/06/10 15:29:04 Modified files: sys/scsi : sd.c sys/ufs/ffs : ffs_vfsops.c Log message: Do NOT make all check condition results report EIO. Only use EIO when b_error has not already been set to something more informative, e.g. EROFS. DO check the result of ffs_sbupdate() and error out of a mount() call when ffs_sbupdate() reports EROFS while attempting a rw mount. Letting RW mounts proceed regardless of EROFS led to crashes and usb problems for Oliver Seufer while using the RW/RO switches on some usb devices. Fix developed using devices kindly supplied by Oliver & Co. ok miod@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/06/10 15:31:04 Modified files: include : signal.h Log message: Improve standards compliance: bsd_signal() was XSI only and has been dropped from the most recent version, use the implementation namespace for variables in inline functions, and add __restrict as specified. ok millert@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/06/10 22:24:01 Log message: Import cmdpack-1.03. Cmdpack is a collection of tools written by Neill Corlett. tweaks and ok sthen@ Status: Vendor Tag: bentley Release Tags: bentley_20120610 N ports/misc/cmdpack/Makefile N ports/misc/cmdpack/distinfo N ports/misc/cmdpack/pkg/DESCR N ports/misc/cmdpack/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/06/10 22:24:47 Modified files: misc : Makefile Log message: +cmdpack CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/10 23:14:49 Modified files: fonts/cantarell-fonts: Makefile distinfo Log message: Update to cantarell-fonts-0.0.9. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2012/06/11 01:15:41 Modified files: sys/arch/amd64/stand/boot: boot.8 Log message: serial -> serial port; ok phessler@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2012/06/11 01:15:53 Modified files: sys/arch/i386/stand/boot: boot.8 Log message: serial -> serial port; ok phessler@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/06/11 01:22:28 Modified files: x11/i3 : Makefile x11/i3/patches : patch-i3bar_src_xcb_c Log message: i3bar: handle clicks with negative coordinates (upstream git commit 599f7cc2a4ad0536759203cbdb03680389ae5e7b) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/11 02:33:59 Modified files: www/webacula : Makefile www/webacula/patches: patch-application_config_ini Log message: Use the bacula db user, not "postgres". CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/06/11 02:42:19 Modified files: www/rt : Makefile distinfo www/rt/pkg : PLIST Log message: update to 4.0.6 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/06/11 04:09:07 Modified files: share/man/man5 : port-modules.5 Log message: title should say we document modules here. add documentation for d7 (and also d6, kind-of) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/06/11 04:15:16 src/usr.bin/pkg-config/OpenBSD Update of /cvs/src/usr.bin/pkg-config/OpenBSD In directory cvs.openbsd.org:/tmp/cvs-serv9135/OpenBSD Log Message: Directory /cvs/src/usr.bin/pkg-config/OpenBSD added to the repository CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/06/11 04:16:46 Modified files: usr.sbin/pkg_add: Makefile usr.bin/pkg-config: Makefile Added files: usr.bin/pkg-config/OpenBSD: PkgConfig.pm Removed files: usr.sbin/pkg_add/OpenBSD: PkgConfig.pm Log message: move PkgConfig.pm where it belongs as requested by matthieu@, ok jasper@, miod@, matthieu@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/06/11 04:57:36 Modified files: www/drupal7/locale-fr: Makefile distinfo www/drupal7/locale-fr/pkg: PLIST www/drupal7/locale-nl: Makefile distinfo www/drupal7/locale-nl/pkg: PLIST www/drupal7/devel: Makefile distinfo www/drupal7/devel/pkg: PLIST www/drupal7/backup_migrate: Makefile distinfo Log message: minor update CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/06/11 05:31:26 Modified files: www/drupal7/locale-fr: distinfo Log message: rerolled translations, as noticed by nigel. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/11 07:11:54 Modified files: www/owncloud : Makefile distinfo www/owncloud/patches: patch-config_config_sample_php www/owncloud/pkg: PLIST Log message: SECURITY update to owncloud-4.0.2. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/06/11 07:44:22 Log message: library to easily handle data structure Ok aja@ Status: Vendor Tag: gonzalo Release Tags: gonzalo20120611 N ports/devel/py-liblarch/distinfo N ports/devel/py-liblarch/Makefile N ports/devel/py-liblarch/pkg/DESCR N ports/devel/py-liblarch/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/06/11 07:45:05 Log message: gtk binding for liblarch. Ok aja@ Status: Vendor Tag: gonzalo Release Tags: gonzalo20120611 N ports/devel/py-liblarch_gtk/distinfo N ports/devel/py-liblarch_gtk/Makefile N ports/devel/py-liblarch_gtk/pkg/DESCR N ports/devel/py-liblarch_gtk/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/06/11 07:47:39 Modified files: devel : Makefile Log message: Add py-liblarch and py-liblarch_gtk CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/06/11 09:26:14 Modified files: www/mozilla : mozilla.port.mk www/firefox35 : Makefile www/firefox36 : Makefile productivity/sunbird: Makefile devel/xulrunner/1.9: Makefile Log message: Fix WANTLIB (remove gmodule-2.0) and bump depending ports (others will be updated in a sec) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/06/11 09:29:56 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-gfx_thebes_Makefile_in patch-gfx_thebes_gfxPlatform_cpp patch-js_src_Makefile_in patch-js_src_assembler_jit_ExecutableAllocator_h patch-js_src_configure_in patch-js_src_vm_RegExpObject-inl_h patch-js_src_vm_RegExpObject_cpp patch-js_src_vm_RegExpObject_h patch-netwerk_base_src_nsSocketTransportService2_cpp patch-parser_html_Makefile_in 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_library_Makefile_in patch-toolkit_mozapps_installer_packager_mk patch-toolkit_xre_nsXREDirProvider_cpp www/mozilla-firefox/pkg: PLIST Log message: Update to firefox 13.0. See https://www.mozilla.org/en-US/firefox/13.0/releasenotes/ for details - set SEPARATE_BUILD (workarounds #736961) - cleanup useless dirs (from #717616) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/06/11 09:30:59 Modified files: www/firefox-i18n: Makefile.inc distinfo Log message: Update to firefox-i18n 13.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/06/11 09:33:26 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/mozilla-thunderbird/patches: patch-config_rules_mk patch-mail_installer_Makefile_in patch-mozilla_browser_app_profile_firefox_js patch-mozilla_browser_components_certerror_content_aboutCertError_xhtml patch-mozilla_gfx_thebes_Makefile_in patch-mozilla_gfx_thebes_gfxPlatform_cpp patch-mozilla_js_src_Makefile_in patch-mozilla_js_src_assembler_jit_ExecutableAllocator_h patch-mozilla_js_src_configure_in patch-mozilla_js_src_vm_RegExpObject-inl_h patch-mozilla_js_src_vm_RegExpObject_cpp patch-mozilla_js_src_vm_RegExpObject_h patch-mozilla_netwerk_base_src_nsSocketTransportService2_cpp 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_components_downloads_nsDownloadManager_cpp patch-mozilla_toolkit_library_Makefile_in patch-mozilla_toolkit_xre_nsXREDirProvider_cpp mail/mozilla-thunderbird/pkg: PLIST-enigmail PLIST-lightning PLIST-main Log message: Update to thunderbird 13.0. See https://www.mozilla.org/en-US/thunderbird/13.0/releasenotes/ for details - update enigmail to 1.4.2, lightning to 1.5b1 - adapt Makefile to cope with SEPARATE_BUILD - add a rpath hack in config/rules.mk, temporary workaround for #668869 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/06/11 09:34:14 Modified files: mail/thunderbird-i18n: Makefile.inc distinfo Log message: Update to thunderbird-i18n 13.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/06/11 09:34:37 Modified files: www/fennec : Makefile distinfo www/fennec/patches: patch-config_autoconf_mk_in Log message: Update to fennec 10.0.5esr CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/06/11 09:38:34 Modified files: www/seamonkey : Makefile distinfo www/seamonkey/patches: patch-config_rules_mk 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_gfx_thebes_Makefile_in patch-mozilla_gfx_thebes_gfxPlatform_cpp patch-mozilla_ipc_chromium_src_base_atomicops_h patch-mozilla_ipc_chromium_src_chrome_common_ipc_message_utils_h patch-mozilla_js_src_Makefile_in patch-mozilla_js_src_assembler_jit_ExecutableAllocator_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_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_netwerk_base_src_nsSocketTransportService2_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_SSLServerCertVerification_cpp patch-mozilla_security_manager_ssl_src_SSLServerCertVerification_h 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_gtk2_Makefile_in patch-mozilla_widget_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 patch-suite_installer_Makefile_in www/seamonkey/pkg: PLIST-enigmail PLIST-lightning PLIST-main Log message: Update to seamonkey 2.10. See http://www.seamonkey-project.org/releases/seamonkey2.10/ for details - Update lightning to 1.5b1 and enigmail to 1.4.2 - add the rpath hack to workaround #668869 - dont make packaging warnings errors (#763181) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/06/11 09:39:37 Modified files: www/seamonkey-i18n: Makefile.inc distinfo Log message: Update to seamonkey-i18n 2.10 CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/06/11 09:45:08 Modified files: de : ftp.html faq/pf/pt : config.html options.html fr : ftp.html openbgpd/de : ftp.html openbgpd/fr : ftp.html opencvs/pt : index.html openntpd/de : ftp.html portable.html openssh/de : ftp.html portable.html pt : donations.html index.html plat.html stable.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2012/06/11 10:18:17 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/06/11 12:30:03 Modified files: usr.bin/mg : fileio.c Log message: Change error message to reflect the correct filename: nname is 'New name' as opposed to tname 'Temp name' CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/11 13:16:00 Modified files: lib/libXaw : ChangeLog configure configure.ac lib/libXaw/src : Text.c TextAction.c Log message: Update to libXaw 1.0.11. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/11 13:18:56 Modified files: lib/libX11 : AUTHORS ChangeLog aclocal.m4 configure configure.ac lib/libX11/nls/en_US.UTF-8: Compose.pre lib/libX11/specs/XKB: acknowledgement.xml lib/libX11/specs/i18n/localedb: localedb.xml lib/libX11/specs/libX11: AppC.xml AppD.xml CH01.xml CH03.xml CH04.xml CH06.xml CH08.xml CH09.xml CH10.xml CH12.xml CH14.xml credits.xml glossary.xml lib/libX11/src : XlibInt.c Log message: Update to libX11 1.5.0 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/11 13:23:03 Modified files: lib/libXft : ChangeLog configure configure.ac lib/libXft/src : xftint.h Log message: Update to libXft 2.3.1 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/11 13:24:49 Modified files: lib/libXi : ChangeLog Makefile.am Makefile.bsd-wrapper Makefile.in aclocal.m4 configure configure.ac lib/libXi/include/X11/extensions: XInput2.h lib/libXi/man : Makefile.am Makefile.in XIChangeProperty.man XIChangeProperty.txt XIGrabButton.man XIGrabButton.txt XIGrabDevice.man XIGrabDevice.txt XIGrabEnter.man XIGrabEnter.txt XIQueryDevice.man XIQueryDevice.txt XIQueryVersion.man XIQueryVersion.txt XSelectExtensionEvent.man XSelectExtensionEvent.txt lib/libXi/specs: Makefile.am Makefile.in encoding.xml inputlib.xml library.xml lib/libXi/src : Makefile.am Makefile.in XAllowDv.c XChgDCtl.c XChgFCtl.c XChgKMap.c XChgKbd.c XChgPnt.c XChgProp.c XCloseDev.c XDevBell.c XExtInt.c XExtToWire.c XFreeLst.c XGMotion.c XGetBMap.c XGetCPtr.c XGetDCtl.c XGetFCtl.c XGetKMap.c XGetMMap.c XGetProp.c XGetVers.c XGrDvBut.c XGrDvKey.c XGrabDev.c XGtFocus.c XGtSelect.c XIAllowEvents.c XIDefineCursor.c XIGetDevFocus.c XIGrabDevice.c XIHierarchy.c XIPassiveGrab.c XIQueryDevice.c XIQueryPointer.c XIQueryVersion.c XISelEv.c XISetCPtr.c XISetDevFocus.c XIWarpPointer.c XIint.h XListDProp.c XListDev.c XOpenDev.c XQueryDv.c XSelect.c XSetBMap.c XSetDVal.c XSetMMap.c XSetMode.c XSndExEv.c XStFocus.c XUngrDev.c XUngrDvB.c XUngrDvK.c Added files: lib/libXi : docbook.am Removed files: lib/libXi/doc : Makefile.am Makefile.in porting.xml Log message: Update to libXi 1.6.1 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/11 13:26:23 Modified files: app/xinput : COPYING ChangeLog Makefile.in aclocal.m4 config.h.in configure configure.ac app/xinput/man : Makefile.am Makefile.in xinput.man app/xinput/src : Makefile.am Makefile.in buttonmap.c feedback.c hierarchy.c list.c property.c setcp.c setint.c setmode.c setptr.c state.c test.c test_xi2.c xinput.c xinput.h Added files: app/xinput : INSTALL app/xinput/src : transform.c Log message: Update to xinput 1.6.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/11 15:14:10 Modified files: x11/gnome/gedit-latex: Makefile distinfo x11/gnome/gedit-latex/pkg: PLIST Log message: Update to gedit-latex-3.4.1. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/11 15:21:55 Modified files: driver/xf86-video-openchrome: NEWS README configure configure.ac driver/xf86-video-openchrome/man: Makefile.in driver/xf86-video-openchrome/src: Makefile.am Makefile.in version.h via.h via_accel.c via_driver.c via_driver.h via_mode.c via_swov.c via_video.c Added files: driver/xf86-video-openchrome/src: via_rop.h Log message: Update to xf86-video-openchrome 0.2.906 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/11 15:56:37 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/06/12 01:16:43 Modified files: devel/mercurial: Makefile distinfo Log message: Update mercurial to 2.2.2, ok landry@. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/06/12 01:17:19 Modified files: devel/tortoisehg: Makefile distinfo devel/tortoisehg/pkg: PLIST Log message: Update tortoisehg to 2.4.1, ok landry@. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/06/12 02:21:54 Modified files: lang/nqp : Makefile lang/nqp/patches: patch-3rdparty_dyncall_dyncallback_dyncall_callback_ppc32_c patch-3rdparty_dyncall_dyncallback_dyncall_thunk_ppc32_c Added files: lang/nqp/patches: patch-src_6model_serialization_c Log message: Fix NQP on big-endian platforms, tested by landry@ on both powerpc and sparc64. Thanks to Jonathan Worthington for coming up with a fix upstream. Also, add -Werror fixes for powerpc, tested by aja@. ok landry@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/06/12 03:23:10 Modified files: lang/php/5.3 : Makefile Log message: Mark as BROKEN on hppa, no __sync_bool_compare_and_swap() / __sync_add_and_fetch() support and no asm fallback in ./sapi/fpm/fpm/fpm_atomic.h CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/06/12 08:45:06 Modified files: audio/pianobar : Makefile distinfo audio/pianobar/patches: patch-Makefile patch-src_player_c Removed files: audio/pianobar/patches: patch-src_libpiano_piano_c patch-src_libpiano_piano_h patch-src_libpiano_request_c patch-src_libpiano_response_c patch-src_main_c Log message: Update to snapshot 2012.06.10, chasing changes in pandora's api. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/06/12 09:11:36 Modified files: telephony/pjsua: Makefile Log message: Disable video support. While here, add "ac_cv_header_uuid_uuid_h=no" alongside "ac_cv_lib_uuid_uuid_generate=no" to fix: configure: WARNING: uuid/uuid.h: accepted by the compiler, rejected by the preprocessor! OK fgsch@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/06/12 10:23:19 Modified files: databases/percona-toolkit: Makefile Removed files: databases/percona-toolkit/patches: patch-bin_pt-summary Log message: bash is no more needed, drop the dependency CVSROOT: /cvs Module name: www Changes by: austin@cvs.openbsd.org 2012/06/12 10:28:45 Modified files: . : orders.html Log message: Increasing postal rates make shipping more expensive. CVSROOT: /cvs Module name: xenocara Changes by: shadchin@cvs.openbsd.org 2012/06/12 11:04:44 Modified files: driver/xf86-input-ws/src: ws.c ws.h Log message: Fix some obvious constness-related compile warnings ok matthieu@ CVSROOT: /cvs Module name: xenocara Changes by: shadchin@cvs.openbsd.org 2012/06/12 11:06:43 Modified files: driver/xf86-input-ws/src: emumb.c Log message: Use xf86IDrvMsg in emumb.c instead of ErrorF ok matthieu@ CVSROOT: /cvs Module name: xenocara Changes by: shadchin@cvs.openbsd.org 2012/06/12 11:10:03 Modified files: driver/xf86-input-ws/src: ws.c Log message: Add missing XISetDevicePropertyDeletable and more information about error ok matthieu@ CVSROOT: /cvs Module name: xenocara Changes by: shadchin@cvs.openbsd.org 2012/06/12 11:11:23 Modified files: driver/xf86-input-ws/src: emumb.c Log message: Small cleanup ok matthieu@ CVSROOT: /cvs Module name: xenocara Changes by: shadchin@cvs.openbsd.org 2012/06/12 11:12:50 Modified files: driver/xf86-input-ws/man: ws.man driver/xf86-input-ws/src: ws.c ws.h Log message: Add support ButtonMapping ok matthieu@ CVSROOT: /cvs Module name: xenocara Changes by: shadchin@cvs.openbsd.org 2012/06/12 11:19:01 Modified files: driver/xf86-input-ws: configure.ac Log message: zap trailing space CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/12 11:20:05 Modified files: www/ajaxterm : Makefile www/ajaxterm/patches: patch-ajaxterm_py www/ajaxterm/pkg: MESSAGE PLIST Added files: www/ajaxterm/pkg: ajaxterm.rc Log message: - add rc script (with help from aja@) - update MESSAGE so it works correctly in a chroot from Tom Doherty CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/12 11:30:48 Modified files: devel/nant : Makefile distinfo devel/nant/pkg : PLIST Log message: - update to 0.92 from ryan boggs (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/12 11:31:32 Modified files: lang/boo : Makefile lang/boo/patches: patch-default_build Log message: - fix build with new nant from ryan boggs (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/06/12 11:40:36 Modified files: graphics/ImageMagick: Makefile distinfo graphics/ImageMagick/patches: patch-coders_png_c patch-configure graphics/ImageMagick/pkg: PLIST Added files: graphics/ImageMagick/patches: patch-tests_validate-colorspace_sh Removed files: graphics/ImageMagick/patches: patch-coders_jpeg_c patch-coders_tiff_c patch-magick_property_c patch-magick_string_c Log message: update to 6.7.7.7 feedback and ok giovanni@ CVSROOT: /cvs Module name: xenocara Changes by: shadchin@cvs.openbsd.org 2012/06/12 11:44:56 Modified files: driver/xf86-input-ws/src: ws.h Log message: fix indent CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/06/12 11:46:35 Modified files: mail/p5-Mail-SPF: Makefile distinfo mail/p5-Mail-SPF/patches: patch-Build_PL Log message: Update to 2.8.0 ok sthen@ CVSROOT: /cvs Module name: xenocara Changes by: shadchin@cvs.openbsd.org 2012/06/12 11:59:01 Modified files: driver/xf86-input-ws/src: ws.c Log message: zap extra brackets CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/06/12 12:43:27 Modified files: sys/dev/pci : puc.c Log message: Explicitly check whether a BAR is big enough for a particular port instead of relying on bus_space_subregion(9) to fail. Fixes double console attachment seen by otto@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/06/12 12:54:49 Modified files: usr.sbin/ospf6d: ospf6d.conf.5 Log message: The router-dead-time is only a 16-bit value in ospf v3. Found by robert at peichaer.org. OK henning@ jmc@ CVSROOT: /cvs Module name: xenocara Changes by: shadchin@cvs.openbsd.org 2012/06/12 12:59:42 Modified files: driver/xf86-input-synaptics: ChangeLog Makefile.in config.h.in configure configure.ac driver/xf86-input-synaptics/conf: 50-synaptics.conf Makefile.in driver/xf86-input-synaptics/include: Makefile.in synaptics-properties.h synaptics.h driver/xf86-input-synaptics/man: Makefile.in synaptics.man driver/xf86-input-synaptics/src: Makefile.am Makefile.in alpscomm.c eventcomm.c eventcomm.h properties.c ps2comm.c ps2comm.h psmcomm.c synaptics.c synapticsstr.h synproto.h wsconscomm.c driver/xf86-input-synaptics/test: Makefile.am Makefile.in eventcomm-test.c fake-symbols.c fake-symbols.h driver/xf86-input-synaptics/tools: Makefile.in synclient.c syndaemon.c Added files: driver/xf86-input-synaptics/src: synproto.c Log message: Update to xf86-input-synaptics 1.6.1 ok matthieu@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/06/12 14:11:22 Modified files: lang/ghc : Makefile Removed files: lang/ghc/patches: patch-libraries_process_tests_process007_hs Log message: Remove pointless test suite patch. It just covered up some fd leak in the test framework, and the process007 test still failed for the threaded variants (in the system(3) call). CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/06/12 14:32:17 Modified files: libexec/ld.so : dlfcn.c library.c library_mquery.c loader.c sod.c sod.h Log message: Fix loaded object sod matching: when we load libfoo.so.X.Y into memory, we should be able to match other requests for libfoo.so.X.Z against that same object. ok kurt, kettenis CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/12 17:39:09 Modified files: telephony/kamailio: Makefile telephony/kamailio/patches: patch-Makefile_defs Removed files: telephony/kamailio/patches: patch-sched_yield_h Log message: Kamailio fix from Brad, ok Roman Kravchuk (maintainer). HAVE_SCHED_YIELD should be set since we have sched_yield(). The sched_yield.h compatibility wrapper then does not try to create a fallback macro which conflicts with the prototype of the syscall wrapper. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/12 18:41:39 Modified files: www/mantis : Makefile distinfo www/mantis/patches: patch-admin_install_php patch-core_php patch-login_page_php www/mantis/pkg : PLIST Added files: www/mantis/patches: patch-library_phpmailer_class_phpmailer_php Removed files: www/mantis/patches: patch-core_database_api_php patch-core_email_queue_api_php patch-core_phpmailer_class_phpmailer_php Log message: Major update to Mantis 1.2.11, many (including SECURITY) fixes since the previous version in tree which was rather outdated. ok jasper@ CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/06/12 21:04:56 Modified files: . : plus.html Log message: June 4-10 of plus.html by Steffen Daode Nurpmeso. Checked by me and jj@. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/06/13 00:15:23 Modified files: share/man/man9 : fork1.9 Log message: Remove duplicate description of FORK_TFORK ok jmc@ CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2012/06/13 01:33:36 Modified files: usr.sbin/nginx : CHANGES CHANGES.ru usr.sbin/nginx/src/core: nginx.h ngx_resolver.c usr.sbin/nginx/src/event: ngx_event.c ngx_event.h ngx_event_accept.c ngx_event_openssl.c usr.sbin/nginx/src/http: ngx_http_core_module.c ngx_http_core_module.h ngx_http_parse.c ngx_http_request.c ngx_http_script.c ngx_http_upstream_round_robin.c ngx_http_upstream_round_robin.h usr.sbin/nginx/src/http/modules: ngx_http_fastcgi_module.c ngx_http_flv_module.c ngx_http_geo_module.c ngx_http_geoip_module.c ngx_http_gzip_static_module.c ngx_http_mp4_module.c ngx_http_realip_module.c ngx_http_scgi_module.c ngx_http_stub_status_module.c ngx_http_uwsgi_module.c usr.sbin/nginx/src/http/modules/perl: nginx.pm Log message: update to 1.2.1 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/06/13 01:50:11 Modified files: x11/gmtk : Makefile x11/gmtk/patches: patch-src_gmtk_media_player_c Log message: Fix a couple of keyboard shortcuts as they were in the wrong shift state, similar to gnome-mplayer fix (upstream svn revision r118) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/13 02:37:56 Modified files: sysutils/node-syslog: Makefile distinfo Log message: - update to 1.1.3 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/06/13 03:14:53 Modified files: graphics/djview4: Makefile Added files: graphics/djview4/patches: patch-src_qdjvuwidget_cpp Log message: fix build for qt 4.8.2 update: use stl's swap instead of rolling our own CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/06/13 03:45:11 Modified files: math/freemat : Makefile Added files: math/freemat/patches: patch-libs_libGraphics_GLRenderEngine_cpp Log message: apparently, qt GL no longer relies on glu, so to get the right prototypes, we must ask for them. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/06/13 03:52:23 Modified files: security/libfprint: Makefile Added files: security/libfprint/patches: patch-libfprint_imgdev_c Log message: Fix crash without a deactivate callback: code was checking for ->activate existing instead of ->deactivate (upstream git commit 3d2e54526454ed1436b6436dffb0e8769fdbff1d) ok robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/13 04:22:26 Modified files: graphics/ImageMagick: Makefile Log message: Add --without-webp to ImageMagick's CONFIGURE_ARGS to remove a hidden dep. (We may want this anyway, but minimal fix for now). ok jasper@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/06/13 04:28:03 Added files: geo/qgis/patches: patch-src_core_qgssearchstringparser_yy Log message: fix namespace issues for qt 4.8.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/13 05:12:06 Modified files: audio/p5-gnupod: Makefile audio/p5-gnupod/patches: patch-configure Log message: - properly detect 'convert', it used to return '0' after --version, but now it returns '1', which upset the test. from brad CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/06/13 05:27:16 Modified files: net/tor : Makefile distinfo Log message: Security update tor tor 0.2.2.37, fixing a potential DoS. Full release notes: https://gitweb.torproject.org/tor.git/blob/release-0.2.2:/ReleaseNotes ok sthen@ jasper@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/06/13 05:28:24 Modified files: net/tor : Tag: OPENBSD_5_1 Makefile distinfo Log message: MFC: Security update tor tor 0.2.2.37, fixing a potential DoS. Full release notes: https://gitweb.torproject.org/tor.git/blob/release-0.2.2:/ReleaseNotes ok sthen@ jasper@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/06/13 05:32:39 Modified files: graphics/openimageio/patches: patch-src_include_tbb_tbb_machine_h Added files: graphics/openimageio/patches: patch-src_include_tbb_machine_gcc_generic_h patch-src_include_tbb_machine_sunos_sparc_h Log message: Fix openimageio on sparc64 (and hopefully other architectures) by providing slightly modified header files from upstream TBB for sparc as well as generic architectures. tested by and ok landry@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/13 05:43:12 Modified files: audio/pacpl : Makefile audio/pacpl/patches: patch-pacpl Added files: audio/pacpl/patches: patch-codecs_conf Log message: - Remove the dependency on mpg321. pacpl does not even have support to use mpg321 in any way. - Switch AAC/FLAC decoding and FLAC encoding to using FFmpeg and eliminates the run-time dependencies on the faad/flac ports. - Switch WavPack decoding to FFmpeg. reset maintainer per andreas' request from brad CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/06/13 06:41:14 Modified files: www/mod_perl : Makefile www/mod_perl/patches: patch-src_modules_perl_Connection_xs Log message: rename local variable to avoid conflict with perl; from Brad. ok landry@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/13 09:13:09 Log message: import libpwquality 1.1.0 The libpwquality library purpose is to provide common functions for password quality checking and also scoring them based on their apparent randomness. The library also provides a function for generating random passwords with good pronounceability. The library supports reading and parsing of a configuration file. including patches that have been committed upstream to disable pam, as suggested by and ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20121306 N ports/security/libpwquality/Makefile N ports/security/libpwquality/distinfo N ports/security/libpwquality/pkg/PLIST N ports/security/libpwquality/pkg/DESCR N ports/security/libpwquality/patches/patch-python_Makefile_am N ports/security/libpwquality/patches/patch-configure_in N ports/security/libpwquality/patches/patch-src_Makefile_am N ports/security/libpwquality/patches/patch-doc_man_Makefile_am No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/13 09:14:31 Modified files: security : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/13 09:26:16 Modified files: security/libpwquality: Makefile distinfo security/libpwquality/pkg: PLIST Removed files: security/libpwquality/patches: patch-configure_in patch-doc_man_Makefile_am patch-python_Makefile_am patch-src_Makefile_am Log message: oh crumbs...upstream rolled a new release with out patches. bump to 1.1.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/13 09:27:24 Added files: security/libpwquality/patches: patch-python_Makefile_in Log message: add this CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/06/13 09:52:55 Modified files: shells/bash : Makefile distinfo Log message: update to 4.2 patchlevel 29 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/13 10:04:56 Modified files: print/gutenprint: Makefile distinfo print/gutenprint/patches: patch-configure patch-doc_Makefile_in patch-doc_developer_Makefile_in print/gutenprint/pkg: PLIST-foomatic PLIST-main Log message: Update to gutenprint-5.2.8. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/13 14:43:29 Modified files: x11/gnome/moserial: Makefile distinfo x11/gnome/moserial/pkg: PLIST Log message: - update to 3.0.7 CVSROOT: /cvs Module name: src Changes by: ariane@cvs.openbsd.org 2012/06/13 16:47:40 Modified files: sys/kern : init_main.c sys/sys : proc.h Log message: Expose reaperproc. I need this for my diffs. ok guenther@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/06/13 18:40:36 Modified files: openssh : windows.html Log message: copssh is now commercial. from spil dot oss at gmail, via www@. He provided another openssh/cygwin project link, but they aren't (yet) providing source, and I think we'd like that. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/14 00:11:16 Modified files: mail/gmime : Makefile distinfo Log message: Minor update to gmime-2.6.10. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/14 01:06:41 Modified files: x11/gnome/rygel: Makefile distinfo x11/gnome/rygel/pkg: PLIST Log message: - update to 0.14.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/14 01:30:09 Modified files: devel/libyubikey: Makefile distinfo Log message: update to libyubikey 1.9, OK jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/14 01:34:25 Modified files: mail/zarafa/zarafa: Makefile mail/zarafa/zarafa/pkg: PLIST-web Log message: Remove uneeded @sample. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/06/14 03:22:27 Modified files: audio/cmixer : Makefile distinfo audio/cmixer/pkg: DESCR Log message: Update to cmixer 0.2. Now allows to control sndio clients volume through audio/aucatctl. The UI has been revamped to use tabs for various inputs/outputs/sndio entries. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/06/14 03:32:01 Modified files: devel/cmake : Makefile devel/llvm : Makefile Added files: devel/cmake/patches: patch-Source_cmComputeLinkInformation_cxx devel/llvm/patches: patch-tools_llvm-config_CMakeLists_txt Log message: Fix libpthread linking (use '-pthread' instead of '-lpthread') for cmake-based ports that use "CHECK_LIBRARY_EXISTS(pthread ...)". Fix libpthread linking for devel/llvm too (additional care was needed). No fallout in a bulk build: thanks landry! CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/06/14 03:38:36 Modified files: x11/qt4 : Makefile distinfo x11/qt4/patches: patch-configure patch-mkspecs_features_qt_prf patch-mkspecs_openbsd-g++4_qmake_conf patch-mkspecs_openbsd-g++_qmake_conf patch-qmake_generators_unix_unixmake2_cpp patch-qmake_generators_unix_unixmake_cpp patch-src_3rdparty_javascriptcore_JavaScriptCore_wtf_Platform_h patch-src_3rdparty_javascriptcore_JavaScriptCore_wtf_Threading_h patch-src_corelib_global_qglobal_h patch-src_corelib_io_qfsfileengine_unix_cpp patch-src_corelib_kernel_qmetaobject_cpp patch-src_dbus_qdbusintegrator_cpp patch-src_gui_itemviews_qlistview_cpp patch-src_gui_styles_qgtkstyle_p_cpp x11/qt4/pkg : PLIST-debug PLIST-examples PLIST-html PLIST-main PLIST-mysql PLIST-postgresql PLIST-sqlite2 PLIST-tds Added files: x11/qt4/patches: patch-config_tests_unix_gnu-libiconv_gnu-libiconv_cpp patch-src_3rdparty_webkit_Source_JavaScriptCore_heap_MachineStackMarker_cpp patch-src_corelib_codecs_qiconvcodec_cpp Removed files: x11/qt4/patches: patch-src_3rdparty_webkit_JavaScriptCore_JavaScriptCore_pro patch-src_3rdparty_webkit_JavaScriptCore_runtime_Collector_cpp patch-src_3rdparty_webkit_JavaScriptCore_runtime_JSValue_h patch-src_3rdparty_webkit_JavaScriptCore_wtf_StringExtras_h patch-src_3rdparty_webkit_WebCore_WebCore_pro patch-src_corelib_thread_qthread_unix_cpp x11/qt4/pkg : DESCR-sqlite PFRAG.GCC4-examples PFRAG.GCC4-main PFRAG.GCC4-shared-main PFRAG.shared-debug PFRAG.shared-examples PFRAG.shared-main PFRAG.shared-mysql PFRAG.shared-postgresql PFRAG.shared-sqlite PFRAG.shared-sqlite2 PFRAG.shared-tds PLIST-sqlite Log message: update to 4.8.2 - since we no longer have GCC3_ARCHES, simplify, no way it's gonna compile on a GCC2_ARCH anyways (size matters) - so, we have only SHARED_ONLY arches, remove those frags as well. - fold back qt4-sqlite since sqlite is part of core now. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/06/14 03:39:34 Modified files: editors/texworks: Makefile editors/texworks/patches: patch-TeXworks_pro patch-plugins-src_TWLuaPlugin_TWLuaPlugin_pro patch-plugins-src_TWPythonPlugin_TWPythonPlugin_pro Log message: make it build with qt 4.8.2 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/06/14 03:40:58 Modified files: editors/texworks/patches: patch-TeXworks_pro patch-plugins-src_TWPythonPlugin_TWPythonPlugin_pro Log message: unwanted extra commit CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/06/14 03:47:23 Modified files: devel/qt-creator: Makefile cad/fritzing : Makefile databases/sqliteman: Makefile productivity/entomologist: Makefile Log message: x11/qt4,-sqlite was folded back to x11/qt4, remove explicit dependencies on it and bump REVISION. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/06/14 05:57:18 Modified files: sys/uvm : uvm_map.c Log message: fix typo in comment ok ariane@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/06/14 07:32:58 Modified files: usr.sbin/pkg_add/OpenBSD: Signature.pm Log message: tweak pkg_info -S to separate pkgnames with @ from libraries with nothing. *this goes together with a bsd.port.mk change* !!! fixes some ambiguities in out-of-date, for instance. if you're parsing pkg_info -S output manually, this *WILL* change the way things work CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/06/14 07:34:24 Modified files: infrastructure/mk: bsd.port.mk Log message: match src/ change. *keep ports and src in synch* or out-of-date won't work at all. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/14 07:39:44 Modified files: net/dnsmasq : Makefile Added files: net/dnsmasq/patches: patch-src_network_c patch-src_option_c Log message: Several fixes from upstream: - Correct listener logic when no TFTP and no-interface listen address. - Do duplicate dhcp-host address check in --test mode. from Brad CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/06/14 09:53:38 Modified files: sys/uvm : uvm_swap.c Log message: whitespace cleanup ok ariane@ CVSROOT: /cvs Module name: src Changes by: ariane@cvs.openbsd.org 2012/06/14 09:54:36 Modified files: sys/uvm : uvm_map.c Log message: Remove uvm_km_kmem_grow printf. It's no longer required, code is stable. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/06/14 11:21:22 Modified files: usr.bin/mg : def.h fileio.c funmap.c mg.1 Log message: Allow mg to save backup files to a users home directory. Suggestions from eric@ and Sunil Nimmagadda. Remarks deraadt@. CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/06/14 11:25:46 Modified files: usr.bin/mg : README Log message: Add paragraph about "non-standard" mg commands. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/06/14 11:30:48 Log message: Import converters/libunistring: Text files are nowadays usually encoded in Unicode, and may consist of very different scripts - from Latin letters to Chinese Hanzi -, with many kinds of special characters - accents, right-to-left writing marks, hyphens, Roman numbers, and much more. But the POSIX platform APIs for text do not contain adequate functions for dealing with particular properties of many Unicode characters. In fact, the POSIX APIs for text have several assumptions at their base which don't hold for Unicode text. This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard. small tweaks and ok jasper@ Status: Vendor Tag: pascal Release Tags: pascal_20121406 N ports/converters/libunistring/Makefile N ports/converters/libunistring/distinfo N ports/converters/libunistring/pkg/PLIST N ports/converters/libunistring/pkg/PFRAG.shared N ports/converters/libunistring/pkg/DESCR N ports/converters/libunistring/patches/patch-Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/06/14 11:31:33 Modified files: usr.sbin/snmpd : mib.h mib.c Log message: Add support for UCD-DISKIO-MIB. ok sthen CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/06/14 11:31:38 Modified files: converters : Makefile Log message: + libunistring CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/14 11:32:38 Modified files: x11/gnome/rygel: Makefile Log message: - use libunistring now that it's available CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/14 14:19:13 Modified files: driver/xf86-video-nv/src: nv_driver.c Log message: Fix for new vgahw API. Problem reported by mpi@. Thanks. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/06/14 14:59:42 Modified files: usr.sbin/smtpd : sockaddr.c Log message: - make sockaddr_as_fqdn() endian-safe bug spotted by Jan Stary fix by eric@, committing this on his behalf, ok gilles@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/14 15:13:23 Removed files: driver/xf86-video-impact: COPYING ChangeLog Makefile.am Makefile.in XF86Config.impact aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh ltmain.sh missing Log message: Finish removing the impact driver. Those files were left over almost 4 years ago, and no one noticed. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/06/14 15:30:50 Modified files: libexec/ld.so : resolve.c Log message: Add support for DF_1_NOOPEN. Based on an origional diff from matthew@. ok matthew@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/06/14 15:56:13 Modified files: usr.sbin/smtpd : filter.c filter_api.c smtpd.h smtpfilter.c Added files: usr.sbin/smtpd : filter_api.h Removed files: usr.sbin/smtpd : filter.h Log message: - rename filter.h -> filter_api.h to be consistent with upcoming changes CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/06/14 23:36:25 Modified files: lib/libc/nls : Pig.msg Log message: Fix typos. ok pig(6) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/15 00:52:15 Modified files: devel/bouml : Makefile devel/bouml/pkg: PLIST-main Log message: Fix update-desktop-database goo. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/15 01:21:58 Modified files: x11/gnome/icon-theme: Makefile Log message: BUILD_DEPENDS on gtk-update-icon-cache. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/15 01:31:11 Modified files: x11/gtk+2 : Makefile x11/gtk+2/pkg : PLIST-guic Log message: Don't check for the existence of index.theme. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/15 02:30:26 Modified files: x11/awn : Makefile x11/awn/pkg : PLIST x11/faenza-icon-theme: Makefile x11/faenza-icon-theme/pkg: PLIST x11/gdesklets : Makefile x11/gdesklets/pkg: PLIST x11/gnome/anjuta: Makefile x11/gnome/anjuta/pkg: PLIST x11/gnome/baker: Makefile x11/gnome/baker/pkg: PLIST x11/gnome/banshee: Makefile x11/gnome/banshee/pkg: PLIST x11/gnome/baobab: Makefile x11/gnome/baobab/pkg: PLIST x11/gnome/color-manager: Makefile x11/gnome/color-manager/pkg: PLIST x11/gnome/controlcenter: Makefile x11/gnome/controlcenter/pkg: PLIST x11/gnome/devhelp: Makefile x11/gnome/devhelp/pkg: PLIST x11/gnome/ekiga: Makefile x11/gnome/ekiga/pkg: PLIST x11/gnome/empathy: Makefile x11/gnome/empathy/pkg: PLIST x11/gnome/eog : Makefile x11/gnome/eog/pkg: PLIST x11/gnome/f-spot: Makefile x11/gnome/f-spot/pkg: PLIST x11/gnome/file-roller: Makefile x11/gnome/file-roller/pkg: PLIST-main x11/gnome/games: Makefile x11/gnome/games/pkg: PLIST x11/gnome/gcr : Makefile x11/gnome/gcr/pkg: PLIST x11/gnome/gdm : Makefile x11/gnome/gdm/pkg: PLIST x11/gnome/genius: Makefile x11/gnome/genius/pkg: PLIST x11/gnome/ghex : Makefile x11/gnome/ghex/pkg: PLIST x11/gnome/gitg : Makefile x11/gnome/gitg/pkg: PLIST x11/gnome/glom : Makefile x11/gnome/glom/pkg: PLIST x11/gnome/gnote: Makefile x11/gnome/gnote/pkg: PLIST x11/gnome/icon-theme: Makefile x11/gnome/icon-theme/pkg: PLIST x11/gnome/icon-theme-extras: Makefile x11/gnome/icon-theme-extras/pkg: PLIST x11/gnome/icon-theme-symbolic: Makefile x11/gnome/icon-theme-symbolic/pkg: PLIST x11/gnome/krb5-auth-dialog: Makefile x11/gnome/krb5-auth-dialog/pkg: PLIST x11/gnome/latexila: Makefile x11/gnome/latexila/pkg: PLIST x11/gnome/libgda: Makefile x11/gnome/libgda/pkg: PLIST-ui x11/gnome/libgweather: Makefile x11/gnome/libgweather/pkg: PLIST x11/gnome/media: Makefile x11/gnome/media/pkg: PLIST x11/gnome/moserial: Makefile x11/gnome/moserial/pkg: PLIST x11/gnome/nautilus: Makefile x11/gnome/nautilus/pkg: PLIST x11/gnome/nettool: Makefile x11/gnome/nettool/pkg: PLIST x11/gnome/online-accounts: Makefile x11/gnome/online-accounts/pkg: PLIST x11/gnome/orca : Makefile x11/gnome/orca/pkg: PLIST x11/gnome/panel: Makefile x11/gnome/panel/pkg: PLIST x11/gnome/planner: Makefile x11/gnome/planner/pkg: PLIST x11/gnome/power-manager: Makefile x11/gnome/power-manager/pkg: PLIST x11/gnome/rygel: Makefile x11/gnome/rygel/pkg: PLIST x11/gnome/seahorse: Makefile x11/gnome/seahorse/pkg: PLIST x11/gnome/session: Makefile x11/gnome/session/pkg: PLIST x11/gnome/settings-daemon: Makefile x11/gnome/settings-daemon/pkg: PLIST x11/gnome/system-log: Makefile x11/gnome/system-log/pkg: PLIST x11/gnome/themes-standard: Makefile x11/gnome/themes-standard/pkg: PLIST x11/gnome/totem: Makefile x11/gnome/totem/pkg: PLIST-main x11/gnome/tracker: Makefile x11/gnome/tracker/pkg: PLIST-main x11/gnome/video-arcade: Makefile x11/gnome/video-arcade/pkg: PLIST x11/gnome/vinagre: Makefile x11/gnome/vinagre/pkg: PLIST x11/gnome-colors-icon-theme: Makefile x11/gnome-colors-icon-theme/pkg: PLIST x11/gnome-mplayer: Makefile x11/gnome-mplayer/pkg: PLIST x11/gxmessage : Makefile x11/gxmessage/pkg: PLIST x11/human-icon-theme: Makefile x11/human-icon-theme/pkg: PLIST x11/industrial-icon-theme: Makefile x11/industrial-icon-theme/pkg: PLIST x11/kde/accessibility3: Makefile x11/kde/accessibility3/pkg: PLIST x11/kde/addons3: Makefile x11/kde/addons3/pkg: PLIST x11/kde/admin3 : Makefile x11/kde/admin3/pkg: PLIST x11/kde/artwork3: Makefile x11/kde/artwork3/pkg: PLIST x11/kde/base3 : Makefile x11/kde/base3/pkg: PLIST-main x11/kde/bindings3: Makefile x11/kde/bindings3/pkg: PLIST x11/kde/edu3 : Makefile x11/kde/edu3/pkg: PLIST x11/kde/games3 : Makefile x11/kde/games3/pkg: PLIST x11/kde/graphics3: Makefile x11/kde/graphics3/pkg: PLIST-main PLIST-sane x11/kde/libs3 : Makefile x11/kde/libs3/pkg: PLIST-main x11/kde/multimedia3: Makefile x11/kde/multimedia3/pkg: PLIST x11/kde/network3: Makefile x11/kde/network3/pkg: PLIST x11/kde/office3: Makefile x11/kde/office3/pkg: PLIST x11/kde/okle : Makefile x11/kde/okle/pkg: PLIST x11/kde/pim3 : Makefile x11/kde/pim3/pkg: PLIST x11/kde/sdk3 : Makefile x11/kde/sdk3/pkg: PLIST-main PLIST-svn x11/kde/toys3 : Makefile x11/kde/toys3/pkg: PLIST x11/kde/utils3 : Makefile x11/kde/utils3/pkg: PLIST x11/kde/webdev : Makefile x11/kde/webdev/pkg: PLIST x11/klavaro : Makefile x11/klavaro/pkg: PLIST x11/krusader : Makefile x11/krusader/pkg: PLIST x11/nitrogen : Makefile x11/nitrogen/pkg: PLIST x11/pinot : Makefile x11/pinot/pkg : PLIST x11/podbrowser : Makefile x11/podbrowser/pkg: PLIST x11/remmina : Makefile x11/remmina/pkg: PLIST x11/roxterm : Makefile x11/roxterm/pkg: PLIST x11/sawfish : Makefile x11/sawfish/pkg: PLIST x11/smplayer : Makefile x11/smplayer/pkg: PLIST x11/tangerine-icon-theme: Makefile x11/tangerine-icon-theme/pkg: PLIST x11/tango-icon-theme: Makefile x11/tango-icon-theme/pkg: PLIST x11/tango-icon-theme-extras: Makefile x11/tango-icon-theme-extras/pkg: PLIST x11/tellico : Makefile x11/tellico/pkg: PLIST x11/terminator : Makefile x11/terminator/pkg: PLIST x11/vlc : Makefile x11/vlc/pkg : PLIST-main x11/winwrangler: Makefile x11/winwrangler/pkg: PLIST x11/xarchiver : Makefile x11/xarchiver/pkg: PLIST x11/xfce4/exo : Makefile x11/xfce4/exo/pkg: PLIST x11/xfce4/libxfce4ui: Makefile x11/xfce4/libxfce4ui/pkg: PLIST x11/xfce4/libxfcegui4: Makefile x11/xfce4/libxfcegui4/pkg: PLIST x11/xfce4/notification-daemon-xfce: Makefile x11/xfce4/notification-daemon-xfce/pkg: PLIST x11/xfce4/orage: Makefile x11/xfce4/orage/pkg: PLIST x11/xfce4/parole: Makefile x11/xfce4/parole/pkg: PLIST x11/xfce4/ristretto: Makefile x11/xfce4/ristretto/pkg: PLIST x11/xfce4/terminal: Makefile x11/xfce4/terminal/pkg: PLIST x11/xfce4/thunar: Makefile x11/xfce4/thunar/pkg: PLIST x11/xfce4/thunar-archive: Makefile x11/xfce4/thunar-archive/pkg: PLIST x11/xfce4/thunar-vcs: Makefile x11/xfce4/thunar-vcs/pkg: PLIST x11/xfce4/xfce4-appfinder: Makefile x11/xfce4/xfce4-appfinder/pkg: PLIST x11/xfce4/xfce4-battery: Makefile x11/xfce4/xfce4-battery/pkg: PLIST x11/xfce4/xfce4-clipman: Makefile x11/xfce4/xfce4-clipman/pkg: PLIST x11/xfce4/xfce4-cpugraph: Makefile x11/xfce4/xfce4-cpugraph/pkg: PLIST x11/xfce4/xfce4-dict: Makefile x11/xfce4/xfce4-dict/pkg: PLIST x11/xfce4/xfce4-fsguard: Makefile x11/xfce4/xfce4-fsguard/pkg: PLIST x11/xfce4/xfce4-icon-theme: Makefile x11/xfce4/xfce4-icon-theme/pkg: PLIST x11/xfce4/xfce4-mailwatch: Makefile x11/xfce4/xfce4-mailwatch/pkg: PLIST x11/xfce4/xfce4-netload: Makefile x11/xfce4/xfce4-netload/pkg: PLIST x11/xfce4/xfce4-notes: Makefile x11/xfce4/xfce4-notes/pkg: PLIST x11/xfce4/xfce4-panel: Makefile x11/xfce4/xfce4-panel/pkg: PLIST x11/xfce4/xfce4-power-manager: Makefile x11/xfce4/xfce4-power-manager/pkg: PLIST x11/xfce4/xfce4-screenshooter: Makefile x11/xfce4/xfce4-screenshooter/pkg: PLIST x11/xfce4/xfce4-session: Makefile x11/xfce4/xfce4-session/pkg: PLIST x11/xfce4/xfce4-weather: Makefile x11/xfce4/xfce4-weather/pkg: PLIST x11/xfce4/xfce4-wmdock: Makefile x11/xfce4/xfce4-wmdock/pkg: PLIST x11/xfce4/xfdesktop: Makefile x11/xfce4/xfdesktop/pkg: PLIST x11/xfce4/xfprint: Makefile x11/xfce4/xfprint/pkg: PLIST x11/xpad : Makefile x11/xpad/pkg : PLIST x11/yakuake : Makefile x11/yakuake/pkg: PLIST Log message: Don't redirect errors to /dev/null and don't return true(1) unconditionally. Instead, don't check for the existence of index.theme. This will allow us to catch errors that may be happening because of a missing dependency in the chain. Some hidden issues may appear, in which case please contact me. discussed with and ok blind jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/15 02:32:18 Modified files: audio/audacious: Makefile audio/audacious/pkg: PLIST audio/calf : Makefile audio/calf/pkg : PLIST audio/gmpc : Makefile audio/gmpc/pkg : PLIST audio/rhythmbox: Makefile audio/rhythmbox/pkg: PLIST audio/soundconverter: Makefile audio/soundconverter/pkg: PLIST audio/tagtool : Makefile audio/tagtool/pkg: PLIST audio/vagalume : Makefile audio/vagalume/pkg: PLIST cad/gerbv : Makefile cad/gerbv/pkg : PLIST cad/kicad : Makefile cad/kicad/pkg : PLIST-main cad/pcb : Makefile cad/pcb/pkg : PLIST databases/gq : Makefile databases/gq/pkg: PLIST devel/bouml : Makefile devel/bouml/pkg: PLIST-main devel/codeblocks: Makefile devel/codeblocks/pkg: PLIST devel/dconf : Makefile devel/dconf/pkg: PLIST-editor devel/gconf-editor: Makefile devel/gconf-editor/pkg: PLIST devel/geany : Makefile devel/geany/pkg: PLIST devel/giggle : Makefile devel/giggle/pkg: PLIST devel/glade : Makefile devel/glade/pkg: PLIST devel/glade3 : Makefile devel/glade3/pkg: PLIST devel/libpeas : Makefile devel/libpeas/pkg: PLIST devel/monodevelop: Makefile devel/monodevelop/pkg: PLIST editors/leafpad: Makefile editors/leafpad/pkg: PLIST editors/libreoffice: Makefile editors/libreoffice/pkg: PLIST-main editors/subtitleeditor: Makefile editors/subtitleeditor/pkg: PLIST emulators/snes9x: Makefile emulators/snes9x/pkg: PLIST emulators/vbam : Makefile emulators/vbam/pkg: PLIST games/blobwars : Makefile games/blobwars/pkg: PLIST games/enigma : Makefile games/enigma/pkg: PLIST games/freeciv : Makefile games/freeciv/pkg: PLIST-client games/gamine : Makefile games/gamine/pkg: PLIST games/gbrainy : Makefile games/gbrainy/pkg: PLIST games/gnome-mastermind: Makefile games/gnome-mastermind/pkg: PLIST games/kbilliards: Makefile games/kbilliards/pkg: PLIST games/meandmyshadow: Makefile games/meandmyshadow/pkg: PLIST games/numptyphysics: Makefile games/numptyphysics/pkg: PLIST-main games/openttd : Makefile games/openttd/pkg: PLIST games/puzzles : Makefile games/puzzles/pkg: PLIST geo/gpx-viewer : Makefile geo/gpx-viewer/pkg: PLIST geo/merkaartor : Makefile geo/merkaartor/pkg: PLIST geo/osm2go : Makefile geo/osm2go/pkg : PLIST geo/viking : Makefile geo/viking/pkg : PLIST graphics/aqsis : Makefile graphics/aqsis/pkg: PLIST graphics/comix : Makefile graphics/comix/pkg: PLIST graphics/darktable: Makefile graphics/darktable/pkg: PLIST graphics/dia : Makefile graphics/dia/pkg: PLIST graphics/djview4: Makefile graphics/djview4/pkg: PLIST graphics/djvulibre: Makefile graphics/djvulibre/pkg: PFRAG.no-no_x11 graphics/evince: Makefile graphics/evince/pkg: PLIST-main graphics/fyre : Makefile graphics/fyre/pkg: PLIST graphics/gimp/stable: Makefile graphics/gimp/stable/pkg: PLIST graphics/gthumb: Makefile graphics/gthumb/pkg: PLIST graphics/pdfmod: Makefile graphics/pdfmod/pkg: PLIST graphics/shotwell: Makefile graphics/shotwell/pkg: PLIST inputmethods/ibus: Makefile inputmethods/ibus/pkg: PLIST japanese/gwaei : Makefile japanese/gwaei/pkg: PLIST mail/claws-mail: Makefile mail/claws-mail/pkg: PLIST-main mail/evolution : Makefile mail/evolution/pkg: PLIST-main mail/postler : Makefile mail/postler/pkg: PLIST math/gnumeric : Makefile math/gnumeric/pkg: PLIST misc/gramps : Makefile misc/gramps/pkg: PLIST misc/redshift : Makefile misc/redshift/pkg: PLIST multimedia/k3b : Makefile multimedia/k3b/pkg: PLIST multimedia/kaffeine: Makefile multimedia/kaffeine/pkg: PLIST multimedia/kguitar: Makefile multimedia/kguitar/pkg: PLIST net/gajim : Makefile net/gajim/pkg : PLIST net/gpodder : Makefile net/gpodder/pkg: PLIST net/pidgin : Makefile net/pidgin/pkg : PLIST-main net/transmission: Makefile net/transmission/pkg: PLIST-gtk net/twitux : Makefile net/twitux/pkg : PLIST print/epdfview : Makefile print/epdfview/pkg: PLIST productivity/entomologist: Makefile productivity/entomologist/pkg: PLIST productivity/glabels: Makefile productivity/glabels/pkg: PLIST productivity/gnucash: Makefile productivity/gnucash/pkg: PLIST productivity/grisbi: Makefile productivity/grisbi/pkg: PLIST productivity/gtg: Makefile productivity/gtg/pkg: PLIST productivity/homebank: Makefile productivity/homebank/pkg: PLIST productivity/osmo: Makefile productivity/osmo/pkg: PLIST productivity/rednotebook: Makefile productivity/rednotebook/pkg: PLIST productivity/zim: Makefile productivity/zim/pkg: PLIST sysutils/d-feet: Makefile sysutils/d-feet/pkg: PLIST sysutils/deja-dup: Makefile sysutils/deja-dup/pkg: PLIST sysutils/gsmartcontrol: Makefile sysutils/gsmartcontrol/pkg: PLIST sysutils/krename: Makefile sysutils/krename/pkg: PLIST textproc/calibre: Makefile textproc/calibre/pkg: PLIST textproc/catfish: Makefile textproc/catfish/pkg: PLIST textproc/chmsee: Makefile textproc/chmsee/pkg: PLIST textproc/gtranslator: Makefile textproc/gtranslator/pkg: PLIST textproc/meld : Makefile textproc/meld/pkg: PLIST www/arora : Makefile www/arora/pkg : PLIST www/chromium : Makefile www/chromium/pkg: PLIST www/gnash : Makefile www/gnash/pkg : PLIST www/liferea : Makefile www/liferea/pkg: PLIST www/midori : Makefile www/midori/pkg : PLIST www/minitube : Makefile www/minitube/pkg: PLIST www/opera : Makefile www/opera/pkg : PLIST www/swfdec-plugin: Makefile www/swfdec-plugin/pkg: PLIST Log message: gtk-update-icon-cache: Don't redirect errors to /dev/null and don't return true(1) unconditionally. Instead, don't check for the existence of index.theme. This will allow us to catch errors that may be happening because of a missing dependency in the chain. Some hidden issues may appear, in which case please contact me. discussed with and ok blind jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/15 03:04:07 Modified files: multimedia/xine-ui: Makefile distinfo multimedia/xine-ui/pkg: PLIST Removed files: multimedia/xine-ui/patches: patch-configure_ac patch-misc_desktops_Makefile_in patch-src_xitk_Imlib-light_load_c patch-src_xitk_common_h patch-src_xitk_download_c patch-src_xitk_main_c patch-src_xitk_mediamark_c patch-src_xitk_panel_c patch-src_xitk_stdctl_c patch-src_xitk_xine-toolkit_image_c patch-src_xitk_xine-toolkit_label_c patch-src_xitk_xine-toolkit_tips_c Log message: Update to Xine-ui 0.99.7. from Brad CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/15 03:07:59 Modified files: mail/imapproxy : Makefile distinfo mail/imapproxy/patches: patch-Makefile_in patch-config_h_in patch-imapproxy_h patch-scripts_imapproxy_conf mail/imapproxy/pkg: PLIST Log message: - update to 1.2.7 maintainer timed-out from brad CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/15 03:47:38 Modified files: net/telepathy/telepathy-glib: Makefile distinfo net/telepathy/telepathy-glib/patches: patch-telepathy-glib_Makefile_in Log message: - update to 0.18.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/15 03:48:31 Modified files: net/telepathy/telepathy-farstream: Makefile distinfo Log message: - update to 0.4.0 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/06/15 04:26:56 Modified files: devel/cmake : Makefile devel/cmake/files: FindIconv.cmake FindLibintl.cmake devel/cmake/patches: patch-Modules_FindPythonLibs_cmake patch-Modules_UseJava_cmake patch-Tests_CMakeOnly_AllFindModules_CMakeLists_txt devel/cmake/pkg: PLIST Added files: devel/cmake/files: FindLibLZMA.cmake Log message: Sync FindIconv, FindLCMS, FindLibintl modules with KDE's upstream git Add FindLibLZMA module (upstream git commit ee26019bd433020b8aad3c3a70bcb537e03b04ba) Bugfix: FindPythonLibs: honor EXACT version specification (upstream git commit 9d145b0998f21ae6d0571c5b6a7ab0168722df7c) Bugfix: UseJava: fix find_jar() called with multiple files (upstream git commit 5593d5718ec90f6a2e37ca4e2fdf3fc4537380ff) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/06/15 04:31:52 Modified files: infrastructure/mk: bsd.port.mk Log message: fix sig for LIB_DEPENDS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/15 04:34:46 Modified files: net/netatalk : Makefile distinfo net/netatalk/patches: patch-configure Added files: net/netatalk/patches: patch-etc_uams_Makefile_in Log message: Update to netatalk 2.2.3. from Brad with a tweak CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/15 05:53:29 Modified files: emulators/qemu : Makefile distinfo emulators/qemu/patches: patch-configure emulators/qemu/pkg: PLIST Log message: Update to QEMU 1.1.0. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/15 06:51:32 Modified files: audio/faac : Makefile Log message: Fix PERMIT_PACKAGE_CDROM and PERMIT_PACKAGE_FTP since we cannot distribute a package. from Brad CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/06/15 07:50:58 Modified files: security/jailkit: Makefile distinfo security/jailkit/patches: patch-py_jk_lib_py Removed files: security/jailkit/patches: patch-configure Log message: Update for Jailkit to 2.15, patch-configure is not needed anymore (applied upstream), while here, USE_GROFF is not needed and zap some white space. Ok sebastia@ (maintainer), aja@ CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/06/15 11:52:42 Modified files: usr.bin/mg : fileio.c Log message: Fixes a problem where if you try to open a file that doesn't exist and has a name longer than LOGIN_NAME_MAX and also has a tilde at the front e.g: $ mg ~01234567890123456789012345678901 mg will give a "Login name too long" instead of opening a new buffer named ~01234567890123456789012345678901 CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/06/15 13:18:59 Modified files: cs : index.html de : orders.html faq/cs : index.html faq/pf/pt : index.html logging.html macros.html lt : anoncvs.html ftp.html index.html nl : ftp.html orders.html openntpd/fr : ftp.html portable.html openssh/de : windows.html openssh/nl : ftp.html portable.html windows.html pt : index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/06/15 14:48:22 src/regress/libexec/ld.so/df_1_noopen Update of /cvs/src/regress/libexec/ld.so/df_1_noopen In directory cvs.openbsd.org:/tmp/cvs-serv18061/df_1_noopen Log Message: Directory /cvs/src/regress/libexec/ld.so/df_1_noopen added to the repository CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/06/15 14:50:06 Modified files: regress/libexec/ld.so: Makefile Added files: regress/libexec/ld.so/df_1_noopen: Makefile dlopen.c test.sh Log message: Add a regress test for ld.so's DF_1_NOOPEN support. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2012/06/15 14:57:44 Modified files: graphics/pngcrush: Makefile distinfo Log message: - update pngcrush to 1.7.30 CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2012/06/15 17:44:43 Modified files: lib/libutil : imsg_init.3 Log message: update return values for ibuf_write and msgbuf_write ok gilles@ CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2012/06/15 18:08:32 Modified files: usr.sbin/ldapd : conn.c control.c imsgev.c imsgev.h ldapd.c ldapd.h ldape.c namespace.c util.c Log message: Protect against fd exhaustion when reopening database files. Only accept client or control connections when there are at least 8 fds available, and close a connection before calling imsg_read if it would be unable to accept an fd from the parent process. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/06/16 01:08:55 Modified files: sysutils/bacula: Makefile sysutils/bacula/pkg: README-server Log message: Rework the PgSQL part of the documentation in order to setup proper permissions of the database while creating it. ok ajacoutot@, sthen@, merdely@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/16 02:35:13 Modified files: www/owncloud : Makefile www/owncloud/pkg: README Log message: Mention csync (upcoming package). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/16 02:48:05 Modified files: mail/dovecot-antispam: Makefile Added files: mail/dovecot-antispam/patches: patch-doc_dovecot-antispam_7_txt Log message: Replace unicode line-drawing chars with ascii. Problem reported by f5_b at 163 dot com. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/16 03:01:30 Modified files: net/neon : Makefile net/neon/patches: patch-configure Added files: net/neon/patches: patch-src_ne_socket_c Log message: Fix an implicit declaration of writev(2). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/16 03:48:38 Log message: Import iniparser-3.1. iniParser is a simple C library offering ini file parsing services. input from and ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120616 N ports/devel/iniparser/Makefile N ports/devel/iniparser/distinfo N ports/devel/iniparser/patches/patch-Makefile N ports/devel/iniparser/patches/patch-test_Makefile N ports/devel/iniparser/pkg/DESCR N ports/devel/iniparser/pkg/PLIST N ports/devel/iniparser/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/16 03:49:32 Modified files: devel : Makefile Log message: +iniparser CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/06/16 04:20:13 Modified files: mail/thunderbird-i18n: Makefile.inc distinfo mail/mozilla-thunderbird: Makefile distinfo Log message: Bugfix update to thunderbird 13.0.1. See http://www.mozilla.org/en-US/thunderbird/13.0.1/releasenotes/ (note: seamonkey 2.10.1 is pending upstream release) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/06/16 04:21:58 Modified files: www/firefox-i18n: Makefile.inc distinfo www/mozilla-firefox: Makefile distinfo Log message: Bugfix update to firefox 13.0.1. See http://www.mozilla.org/en-US/firefox/13.0.1/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/16 04:34:55 Modified files: security/clamav: Makefile distinfo Log message: SECURITY update to clamav 0.97.5 ClamAV 0.97.5 addresses possible evasion cases in some archive formats (CVE-2012-1457, CVE-2012-1458, CVE-2012-1459). It also addresses stability issues in portions of the bytecode engine. This release is recommended for all users. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/16 05:18:29 Modified files: www/owncloud : Makefile www/owncloud/pkg: PLIST README Added files: www/owncloud/patches: patch-lib_util_php Log message: The apps directory needs to be writable by the web server, pointed out by robert at peichaer dot org. While here, add a few tweaks to the README. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/16 05:27:48 Modified files: sysutils/pecl-fileinfo: Makefile Removed files: sysutils/pecl-fileinfo/pkg: MESSAGE UNMESSAGE Log message: Remove bogus (UN)MESSAGE. It is taken care of by the php/pecl MODULE. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/16 05:37:20 Modified files: www/phplist : Makefile distinfo Log message: SECURITY update to phplist 2.10.18 "Desc: Input passed via the parameter 'sortby' is not properly sanitised before being returned to the user or used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code. The param 'num' is vulnerable to a XSS issue where the attacker can execute arbitrary HTML and script code in a user's browser session in context of an affected site." Security issues require admin login. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/16 05:38:03 Modified files: graphics/pecl-imagick: Makefile graphics/pecl-imagick/pkg: PLIST Added files: graphics/pecl-imagick/pkg: README Removed files: graphics/pecl-imagick/pkg: MESSAGE Log message: MESSAGE -> README and remove bogus part that is now handled by the php/pecl MODULE. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/06/16 05:42:14 Modified files: databases/sqlite3: Makefile distinfo Log message: synch with src CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/06/16 05:47:24 Modified files: sys/compat/linux: linux_futex.c Log message: compat_linux: Don't hold the lock while pool_get'ing with WAITOK. Okay jasper@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/16 06:51:07 Modified files: lang/php : Makefile.inc lang/php/5.2 : Makefile lang/php/5.3 : Makefile distinfo Added files: lang/php/5.2/pkg: PLIST-zip lang/php/5.3/pkg: PLIST-zip lang/php/files : DESCR-zip Log message: update to PHP 5.3.14, "please do" robert@ - also build the zip extension, from wen heping CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/16 06:52:05 Modified files: archivers : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: archivers/pecl-zip: Makefile distinfo archivers/pecl-zip/pkg: DESCR PLIST Log message: php-zip replaces pecl-zip CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/16 06:52:32 Modified files: www/owncloud : Makefile www/photoshow : Makefile Log message: pecl-zip replaced with php-zip, adjust deps CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/16 09:08:08 Modified files: xserver/hw/xfree86/os-support/bsd: hp300_video.c hppa_video.c sgi_video.c Log message: screenFd -> consoleFd conversions that were missed in xserver 1.12 import. CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/06/16 10:16:09 Modified files: usr.sbin/smtpd : filter_api.c usr.sbin/smtpd/libsmtpdfilter: Makefile Removed files: usr.sbin/smtpd : filter.c Log message: rename filter.c --> filter_api.c (to be consistent with upcoming changes) prompted by and ok gilles@ CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/06/16 11:18:11 Modified files: usr.bin/tcpbench: tcpbench.c Log message: When the last user disconnects, make sure we display the status line one more time. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/16 13:00:07 Modified files: lang/php/5.2/pkg: PLIST-zip Log message: fix @conflict line (it was wrong in submitted diff, I fixed 5.3 but forgot 5.2..) - pointed out by nigel@, thanks! CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/06/16 13:59:58 Modified files: sys/arch/mvme68k/dev: ofobio.c Log message: fix bad grammar in a comment CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/17 00:49:07 Modified files: lang/php/5.2 : Makefile lang/php/5.3 : Makefile lang/php/files : MESSAGE-ext MESSAGE-main UNMESSAGE-ext UNMESSAGE-main Log message: Put the ln(1) and rm(1) commands on one line so that lazy people like me can just copy/paste it. ok robert (maintainer) CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2012/06/17 01:39:16 Modified files: misc/figlet : Makefile distinfo misc/figlet/patches: patch-figlet Log message: - update figlet to 2.2.5 - update patches CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/06/17 01:46:23 Modified files: mail/mozilla-thunderbird: Makefile Log message: Bump lightning and enigmail REVISIONs as PLIST changed.. reminded by nigel@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/06/17 03:24:09 Modified files: www/seamonkey : Makefile distinfo www/seamonkey/patches: patch-suite_installer_Makefile_in www/seamonkey-i18n: Makefile.inc distinfo Log message: Bugfix update to seamonkey 2.10.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/17 03:31:22 Removed files: graphics/clutter/clutter-box2d: Makefile distinfo graphics/clutter/clutter-box2d/patches: patch-clutter-box2d_Makefile_in graphics/clutter/clutter-box2d/pkg: DESCR PLIST Log message: Remove clutter-box2d; unused and unmaintained. prodded by and ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/17 03:31:45 Modified files: graphics/clutter: Makefile Log message: -clutter-box2d CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2012/06/17 03:50:50 Modified files: sysutils/dwdiff: Makefile distinfo sysutils/dwdiff/pkg: PLIST Log message: - update dwdiff to 2.0.4 - update CONFIGURE_ENV - regen PLIST CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/06/17 05:02:32 Modified files: sys/arch/octeon/conf: Makefile.octeon sys/arch/octeon/dev: octeon_intr.c sys/arch/octeon/octeon: autoconf.c locore.S machdep.c Log message: Remove leftover loongson or sgi references. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/06/17 06:34:19 Modified files: sys/arch/mips64/mips64: genassym.cf sys/arch/sgi/include: asm.h sys/arch/sgi/sgi: ip30.h ip30_nmi.S locore.S sys/arch/sgi/xbow: xheartreg.h Log message: Using the LLAddr register to store our curcpu() pointer on R10k SMP kernels was a nice trick, but this register is only 32-bit wide and will be sign-extended, which requires all cpu_info structs to be allocated within 2GB physical - something which may not be possible on some configurations. This diff changes IP30.MP kernels to no longer use LLAddr to store curcpu, but use unused fields of the MPConf structure in low memory, indexed with the physical processor id, which can be obtained from the Heart PRID register. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/06/17 06:34:35 Modified files: sys/arch/mips64/mips64: cpu.c Log message: No longer restrict alloc_contiguous_pages() to memory in the low 4GB. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/06/17 09:17:08 Modified files: usr.sbin/smtpd : runner.c scheduler.c scheduler_ramqueue.c smtpd.h Log message: - introduce struct scheduler_info and the scheduler_info() function to fill a struct scheduler_info given a struct envelope - adapt the scheduler API and the scheduler_ramqueue backend to use the new struct scheduler_info instead of a struct envelope idea discussed with eric@ and chl@, mechanical diff, no functional change CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/06/17 12:21:43 Modified files: www/seamonkey : Makefile Log message: fix typo (REVISION-ligthning) and actually bump CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/06/17 15:55:21 Modified files: graphics/dcmtk : Makefile Log message: make very sure we don't get a wandering libtool software has a piece of shit configure script (oxymoron) that does detect libtool is present, but produces crap when it discovers it's not gnu libtool. of course, checking for features is too complicated, so it just asks libtool --version and checks for "GNU libtool". morons. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2012/06/17 18:33:47 Modified files: bin/rm : rm.c Log message: Fix potential symlink race condition in "rm -P" by adding a check that the file we have opened is the one we expected. Also open in non-blocking mode to avoid a potential hang with FIFOs. Reported by Radoslaw A. Zarzynski. Fix adapted from NetBSD. OK guenther@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/06/17 19:03:05 Modified files: bin/rm : rm.c Log message: Polish the rm -rP turd: if the fts_* routines have lstat()'ed the directory entry then use the struct stat from that instead of doing it again, and skip the rm_overwrite() call if fts_read() indicated that the entry couldn't be a regular file. ok millert@ CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/06/18 00:03:37 Modified files: audio/exaile : Makefile Added files: audio/exaile/patches: patch-xl_main_py Log message: Exaile crashes on startup (reported by Giovanni Bechis, thanks). Added this patch permit to work, and reported it upstream: https://bugs.launchpad.net/exaile/+bug/1014484 ok Giovanni Bechis. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/06/18 01:13:26 Modified files: usr.bin/mg : Makefile Log message: - explicitly use DOCMODE instead of NONBINMODE ok lum@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/06/18 01:14:55 Modified files: usr.bin/mg : fileio.c Added files: usr.bin/mg : pathnames.h Log message: - add a pathnames.h - some whitespace cleanup ok lum@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/18 01:56:13 Modified files: archivers/pecl-rar: Makefile archivers/pecl-lzf: Makefile graphics/pecl-imagick: Makefile mail/pecl-mailparse: Makefile sysutils/pecl-fileinfo: Makefile www/pecl-APC : Makefile www/pecl-memcache: Makefile www/pecl-swish : Makefile www/pecl-geoip : Makefile www/pecl-proctitle: Makefile www/pecl-ssh2 : Makefile www/pecl-uploadprogress: Makefile www/pecl-chroot: Makefile www/pecl-phar : Makefile multimedia/ffmpeg-php: Makefile www/xcache : Makefile Log message: Missed bumps after my recent php module changes. spotted by sthen@ CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2012/06/18 02:46:35 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: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/18 02:51:46 Log message: Import csync-0.50.6. csync is a lightweight utility to synchronize files between two directories on a system or between multiple systems. <...> inputs/ok jasper@ NOTE that currently the owncloud module is commented in the PLIST because there is something wrong with our neon library for webdav which segfaults. I am working on this -- for now at least local and sftp sync work fine. Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120618 N ports/net/csync/Makefile N ports/net/csync/distinfo N ports/net/csync/patches/patch-src_vio_csync_vio_c N ports/net/csync/patches/patch-src_std_c_file_c N ports/net/csync/patches/patch-src_std_c_macro_h N ports/net/csync/patches/patch-src_csync_propagate_c N ports/net/csync/pkg/DESCR N ports/net/csync/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/18 02:52:20 Modified files: net : Makefile Log message: +csync CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/06/18 03:13:12 Modified files: usr.bin/tmux : tmux.1 Log message: Simplify references to alerts in the man page, from Thomas Adam. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/06/18 03:15:22 Modified files: usr.bin/tmux : cmd-detach-client.c tmux.1 Log message: Add -a flag for detach-client, from Thomas Adam. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/06/18 03:16:15 Modified files: usr.bin/tmux : cmd-kill-session.c tmux.1 Log message: Add -a for kill-session, from Thomas Adam. CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/06/18 03:19:21 Modified files: usr.bin/mg : file.c Log message: Removing this 'if' statement allows dired buffers to not have their forward and backward line pointers pointing to the same line, causing mg to spin when asked to split the window. This happens if a directory is opened via the command line sequentially first, and other windows need to opened afterwards (for other files). Since the information within this 'if' statement is updated later for files and directories I can see no problem with removing this. No regressions viewable either. Problem reported by and diff tested by jasper@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/06/18 03:20:19 Modified files: usr.bin/tmux : cmd.c Log message: Do not crash when the current session has no window, fixes a bug reported by Giorgio Lando. Fix from Thomas Adam. CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/06/18 03:26:03 Modified files: usr.bin/mg : basic.c Log message: When using M-> Place cursor at the bottom of the window (minus 3 lines) like emacs, instead of middle of page. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/06/18 03:58:02 Modified files: usr.bin/tmux : key-bindings.c Log message: Add a couple of NULL pointer checks to key binding functions, from jspenguin on SF bug 3535531. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/06/18 04:14:38 Modified files: graphics/djview4/patches: patch-src_qdjvuwidget_cpp Log message: somehow, I forgot to regenerate half the diff CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/06/18 04:21:16 Modified files: usr.sbin/smtpd : queue.c Log message: fix potential use of uninitialized variable. found with valgrind on -portable. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/18 04:37:28 Modified files: mail/zarafa/zarafa: Makefile mail/zarafa/zarafa/pkg: README-main Removed files: mail/zarafa/zarafa/pkg: UNMESSAGE-web Log message: Use MODPHP_DO_SAMPLE. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/06/18 04:58:44 Modified files: usr.bin/tmux : server-window.c Log message: Tidy up bell code, from Thomas Adam. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/18 05:04:37 Modified files: www/gtkhtml4 : Makefile distinfo Log message: - update to 4.4.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/18 05:15:22 Modified files: databases/evolution-data-server: Makefile distinfo databases/evolution-data-server/patches: patch-addressbook_backends_file_e-book-backend-file_c patch-tests_libedata-cal_Makefile_in Removed files: databases/evolution-data-server/patches: patch-libedataserver_e-time-utils_c Log message: - update to 3.4.3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/18 05:30:50 Modified files: x11/gnome/controlcenter: Makefile Added files: x11/gnome/controlcenter/patches: patch-panels_common_Makefile_am patch-panels_user-accounts_Makefile_am Removed files: x11/gnome/controlcenter/patches: patch-panels_common_Makefile_in patch-panels_user-accounts_Makefile_in Log message: Unbreak, reported by espie@ CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/06/18 05:35:31 Modified files: usr.bin/mg : mg.1 Log message: Add ~/.mg.d to FILES. Reviewed by jmc@ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/06/18 05:38:48 Modified files: databases/pgbouncer: Makefile distinfo databases/pgbouncer/patches: patch-etc_pgbouncer_ini Log message: Bugfix update to 1.5.2 ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/06/18 05:39:47 Modified files: databases/pgpool: Makefile distinfo Log message: Update to 3.1.3 ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/06/18 05:43:53 Modified files: usr.bin/ssh : jpake.c Log message: correct sizeof usage. patch from saw at online.de, ok deraadt CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/18 05:46:40 Modified files: mail/evolution : Makefile distinfo Log message: - update to 3.4.3 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/06/18 05:49:33 Modified files: audio/pacpl : Makefile Log message: bad jasper CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/06/18 05:49:58 Modified files: usr.bin/ssh : ssh_config.5 Log message: RSA instead of DSA twice. From Steve.McClellan at radisys com CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/06/18 06:07:07 Modified files: usr.bin/ssh : ssh.1 sshd.8 Log message: Remove mention of 'three' key files since there are now four. From Steve.McClellan at radisys com. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/06/18 06:15:53 Modified files: infrastructure/mk: bsd.port.mk Log message: handle the very special case of ports-readmes, after discussion with landry, sthen CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/06/18 06:16:19 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document ports-readmes special-case CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/06/18 06:17:18 Modified files: usr.bin/ssh : ssh.1 Log message: Clarify description of -W. Noted by Steve.McClellan at radisys com, ok jmc CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/06/18 06:18:45 Modified files: databases/ports-readmes: Makefile databases/pkglocatedb: Makefile databases/sqlports: Makefile databases/sqlports/files: Info.pm databases/sqlports/pkg: DESCR-compact Log message: clean-up ports-readmes special-case CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/06/18 07:16:42 Modified files: usr.bin/tmux : Makefile client.c cmd-list.c server-client.c server-fn.c tmux.c tmux.h Added files: usr.bin/tmux : control.c Log message: Add a skeleton mode to tmux (called "control mode") that let's tmux commands be sent and output received on stdout. This can be used to integrate with other terminal emulators and should allow some other things to be made simpler later. More to come so doesn't do much yet and deliberately not documented. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/18 07:28:57 Modified files: mail/evolution-ews: Makefile distinfo Log message: Update to evolution-ews-3.4.3. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/06/18 07:34:56 Modified files: usr.bin/tmux : client.c Log message: Actually write all the data to stdout/stderr. CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/06/18 07:55:24 Modified files: usr.bin/mg : mg.1 Log message: Add a BACKUP FILES section. Suggested by jmc@ He will review further. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/18 08:01:45 Modified files: net/csync : Makefile net/csync/pkg : PLIST Log message: Enable csync_owncloud; it works. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/18 08:02:24 Modified files: www/owncloud : Makefile www/owncloud/pkg: README Log message: Add an example to use csync to synchronize owncloud with a local dir. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/18 08:07:28 Modified files: net/csync : Makefile Log message: Take MAINTAINER. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/18 08:12:02 Modified files: www/owncloud : Makefile www/owncloud/pkg: README Log message: Make the example more readable. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/18 08:43:58 Modified files: devel/vte/patches: Tag: OPENBSD_5_1 patch-src_table_c patch-src_vteseq_c devel/vte3/patches: Tag: OPENBSD_5_1 patch-src_table_c patch-src_vteseq_c Log message: this has finally been assigned a cve number; reference it. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/06/18 09:43:30 Modified files: sys/dev/usb : uvideo.c Log message: Do not try to get the description of an unexisting video format, from Gregor Best. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/06/18 10:03:00 Modified files: mail/nmh : Makefile distinfo mail/nmh/pkg : PLIST Added files: mail/nmh/patches: patch-configure patch-docs_contrib_replyfilter patch-test_fakesmtp_c patch-uip_mhparse_c Removed files: mail/nmh/patches: patch-sbr_client_c patch-uip_Makefile_in Log message: Update to nmh 1.5. - no need for gmake - enable TLS - enable readline support in whatnow(1) using libedit - add an upstream patch to fix MIME decoding on 64bit BE archs - install the new "replyfilter" script as an aid when using repl(1) to reply to MIME messages, and add the appropriate RUN_DEPENDS (using lynx instead of w3m) tested by myself, william@, bentley@ ok william@ (maintainer) bentley@ sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/18 10:44:53 Modified files: graphics/ffmpeg: Makefile distinfo Log message: - update to 20120610, various bug fixes from brad (MAINTAINER) ok dcoppa@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/18 10:45:12 Modified files: x11/mplayer : Makefile Log message: sync after ffmpeg update CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/06/18 11:03:52 Modified files: lib/libc/stdlib: malloc.c posix_memalign.3 Log message: Support larger-than-page-alignment requests in posix_memalign() by overallocating and then releasing unneeded memory pages. ok otto CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/18 13:55:23 Modified files: driver/xf86-video-mach64/src: atipreinit.c Log message: Don't unload sub-modules with xserver 1.12 CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/06/18 16:03:46 Modified files: lang/hugs : Makefile Added files: lang/hugs/patches: patch-src_Makefile Log message: Add CFLAGS to the link targets (to get all binaries linked with libpthread). From and with matthew. ok matthew, sthen CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/06/18 17:41:13 Modified files: bin/mv : mv.1 Log message: s/empy/empty/ typo fix thx Scott McEachern CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/06/18 17:55:24 Modified files: spamd : index.html Log message: China and Korea CIDR lists no longer mirrored, nor recommended. Pointed out slightly cryptically by f5_b at 163 dot com via www@, explained so even I could get it by Barry dot Grumbine at gmail. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/06/18 18:09:55 Modified files: sys/sys : unistd.h sys/ufs/ufs : ufs_vnops.c Log message: Add more pathconf(2) variables from POSIX. From FreeBSD via Brad; ok millert CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2012/06/18 20:34:53 Modified files: share/man/man8 : ssl.8 Log message: Fix punctuation and merge two paragraphs into one to make it read better. feedback/ok jmc, ok haesbaert henning CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/06/18 22:06:11 Modified files: . : plus.html Log message: June 11 to 17 of plus.html, by Steffen Daode Nurpmeso. Checked by jj@ and myself. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/06/19 02:22:27 Modified files: usr.sbin/bgpd : bgpd.conf.5 Log message: There are five main sections, not four, since routing domain support was added. From Rod Whitworth. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/06/19 02:43:32 Modified files: sys/compat/linux: linux_futex.c Log message: Change the pool_get() flags from WAITOK to NOWAIT. This avoids a potential lost-wakeup as pointed out by guenther@. Now the futex is locked all through the process and EAGAIN is returned on failure. Makes sense to guenther@. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/06/19 02:51:00 Modified files: sys/compat/linux: linux_futex.c Log message: Improve debug output and fix some style. No functional change. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/06/19 03:29:23 src/usr.bin/libtool Update of /cvs/src/usr.bin/libtool In directory cvs.openbsd.org:/tmp/cvs-serv9525/libtool Log Message: Directory /cvs/src/usr.bin/libtool added to the repository CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/06/19 03:29:40 src/usr.bin/libtool/LT Update of /cvs/src/usr.bin/libtool/LT In directory cvs.openbsd.org:/tmp/cvs-serv26451/libtool/LT Log Message: Directory /cvs/src/usr.bin/libtool/LT added to the repository CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/06/19 03:30:44 Modified files: usr.bin : Makefile Added files: usr.bin/libtool: Makefile libtool libtool.1 usr.bin/libtool/LT: Archive.pm Exec.pm LaFile.pm LaLoFile.pm Library.pm LoFile.pm Parser.pm Program.pm Trace.pm Util.pm Log message: add libtool to base, okay deraadt@, jasper@, millert@... (as requested by matthieu@ so we can work on xenocara). CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/06/19 03:40:39 Modified files: lib/libc/sys : Makefile.inc Log message: oops, forgot to install getdtablecount(2); noted by tedu CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/19 03:48:04 Modified files: security/libpwquality: Makefile Log message: ${HOBBITS} take maintainership CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/19 04:01:52 Modified files: net/icinga : Makefile.inc net/icinga/core: Makefile distinfo net/icinga/core/patches: patch-configure net/icinga/web : distinfo net/icinga/web/pkg: PLIST Log message: update to Icinga 1.7.1; various minor fixes CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/19 04:25:05 Modified files: mail/zarafa/zarafa: Makefile distinfo mail/zarafa/zarafa/patches: patch-doc_manual_xml patch-installer_linux_zarafa-client-update_cron Log message: Update to zarafa-7.0.8. Detailed changelog at: 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/06/19 04:25:18 Modified files: mail/zarafa : Makefile.inc mail/zarafa/libvmime: Makefile Log message: Bump after update to 7.0.8. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/19 04:29:01 Modified files: multimedia/devede: Makefile Log message: Add missing dependency on x11/dbus-python; reported by "silversidhe". CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/06/19 04:47:46 Modified files: fr : stable.html openssh/fr : ftp.html portable.html report.html windows.html spamd/de : index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/06/19 04:53:40 Modified files: usr.bin/chpass : chpass.1 usr.bin/passwd : passwd.1 Log message: sync the descriptions of /etc/passwd; issue spotted by f5b help/ok schwarze CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/06/19 05:18:53 Modified files: x11/awesome : Makefile distinfo x11/awesome/patches: patch-CMakeLists_txt x11/awesome/pkg: PLIST Removed files: x11/awesome/patches: patch-lib_beautiful_lua_in patch-spawn_c Log message: Bugfixing update to awesome 3.4.12 (codename "Starlight") CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/06/19 05:28:20 Modified files: sys/compat/linux: linux_socket.c linux_socket.h Log message: Add socket type mask to filter out implementation specific flags. The newer glibc's, when creating a socket, add some higher bit flags to the type argument that are used for debug, statistics, profiling whatever. They are not useful and implementation specific. This is needed for DNS resolving, otherwise the nss library from glibc will always fail to do the right thing. Okay jasper@ CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/06/19 05:31:39 Modified files: sys/compat/linux: linux_dummy.c syscalls.master Log message: Add dummies for the epoll and eventfd syscall families. Okay jasper@ CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/06/19 05:32:40 Modified files: sys/compat/linux: linux_syscall.h linux_syscallargs.h linux_syscalls.c linux_sysent.c Log message: Regenerate. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/06/19 05:35:29 Modified files: sys/compat/linux: linux_signal.c syscalls.master Log message: Implement linux_sys_tgkill. Nobody calls linux_sys_tkill anymore so code for that is not needed. If this will become an issue in the future a simple wrapper will fix that. Okay jasper@. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/06/19 05:35:56 Modified files: sys/compat/linux: linux_syscall.h linux_syscallargs.h linux_syscalls.c linux_sysent.c Log message: Regenerate. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/06/19 05:40:16 Modified files: sys/compat/linux: linux_futex.c Log message: - remove outdated comment, we already do an equivalent of linux' access_ok() using copyin() anyway. ok pirofti@ CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/06/19 05:43:45 Modified files: sys/compat/linux: linux_futex.c Log message: Add extra argument validation for the futex syscall. Okay jasper@ CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/06/19 05:45:05 Modified files: sys/compat/linux: linux_futex.c Log message: Avoid eternal sleep. Sleep on the actual data address and not on the stack address of the pointer to the data. Okay jasper@ CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/06/19 05:46:00 Modified files: sys/compat/linux: linux_futex.c Log message: Set the appropiate return value on futex wait. Okay jasper@ CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/06/19 05:47:10 Modified files: sys/compat/linux: linux_futex.c Log message: Count should always start from zero. Doesn't matter if we need to relocate or not. Makes sense to jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/19 06:25:03 Modified files: x11/bluetile : Makefile distinfo Log message: - update to 0.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/19 06:46:13 Modified files: graphics/ImageMagick: Makefile graphics/ImageMagick/patches: patch-coders_png_c patch-configure patch-wand_MagickWand_pc_in Added files: graphics/ImageMagick/patches: patch-Magick++_lib_ImageMagick++_pc_in patch-Magick++_lib_Magick++_pc_in patch-magick_ImageMagick_pc_in patch-magick_MagickCore_pc_in patch-wand_Wand_pc_in Log message: revise pkgconfig files for ImageMagick to add -pthread and -L/usr/X11R6/lib may not all be necessary, but this unbreaks things and we can revise later with okan@ and naddy@, ok okan@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/06/19 06:57:32 Modified files: comms/xastir : Makefile Log message: WANTLIB sync after ImageMagick update; ok sthen CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/06/19 06:57:57 Modified files: graphics/zbar : Makefile Log message: WANTLIB sync after ImageMagick update; ok sthen CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/06/19 06:58:24 Modified files: net/kismet : Makefile Log message: WANTLIB sync after ImageMagick update; ok sthen CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/06/19 06:58:40 Modified files: security/libfprint: Makefile Log message: WANTLIB sync after ImageMagick update; ok sthen CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/06/19 06:59:15 Modified files: multimedia/dvdauthor: Makefile Log message: WANTLIB sync after ImageMagick update; ok sthen CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/06/19 07:20:19 Modified files: graphics/GraphicsMagick: Makefile graphics/GraphicsMagick/pkg: PLIST Removed files: graphics/GraphicsMagick/pkg: PFRAG.x11 Log message: remove no_x11 FLAVOR and USE_GROFF; ok maintainer Brad. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/19 09:34:42 Modified files: www/drupal7/locale-fr: Makefile distinfo Log message: sync checksums CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/06/19 10:10:53 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/06/19 10:41:00 Modified files: bin/ksh : sh.1 ksh.1 Log message: for arithmetic expressions, note that: +A parameter that is NULL or unset evaluates to 0. original diff from robert peichaer this version from naddy CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/06/19 10:43:47 Modified files: infrastructure/mk: bsd.port.mk Log message: switch to libtool from src, since it will now be in the snaps. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/06/19 10:47:06 Removed files: infrastructure/bin: libtool infrastructure/lib/LibTool: Archive.pm Exec.pm LaFile.pm LaLoFile.pm Library.pm LoFile.pm Parser.pm Program.pm Trace.pm Util.pm Log message: those have been moved to base/ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/06/19 11:15:02 Modified files: include : Makefile Log message: simplify includes prereq/req order: - everything that has prereq will also do includes, add it late, so that gnu stuff (the only part with prereq) happens late. - new RUN_MAKE snippet, to be able to have the makefile magically decide between Makefile.bsd-wrapper and Makefile. So there's no longer any need to remember complicated rules: add it to RDIRS if it just wants make includes, add it to PRDIRS if it wants prereq too, and that's all. okay deraadt@, miod@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/19 11:21:15 Modified files: devel/gobject-introspection: Makefile devel/gobject-introspection/patches: patch-giscanner_utils_py lang/librep : Makefile Log message: Adjust now that libtool lives in base ok aja@ (who came up with the same goi diff) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/06/19 11:43:40 Modified files: libexec/spamd : spamd.c Log message: use warn() instead of perror(), like the rest of the code does from Liam J. Foy CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/06/19 11:46:25 Added files: x11/hs-xmonad-contrib/patches: patch-XMonad_Layout_Spiral_hs patch-XMonad_Util_Paste_hs patch-xmonad-contrib_cabal Log message: Let it build with dcoppa's upcoming update to hs-X11. Gypped from Arch Linux. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/06/19 11:51:49 Added files: x11/xmonad/patches: patch-xmonad_cabal Log message: Let it build with dcoppa's upcoming update to hs-X11. Gypped from Arch Linux. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2012/06/19 12:25:28 Modified files: usr.bin/ssh : servconf.c servconf.h sshd_config.5 Log message: sshd_config: extend Match to allow AcceptEnv and {Allow,Deny}{Users,Groups} this allows 'Match LocalPort 1022' combined with 'AllowUser bauer' ok djm@ (back in March) CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/06/19 12:43:27 Modified files: usr.sbin/snmpd : mib.c Log message: Use calloc() instead of malloc() for allocating the disk stats. Requested by deraadt. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/06/19 12:56:07 Modified files: usr.bin/libtool: libtool usr.bin/libtool/LT: Library.pm Log message: avoid shell code errors unneeded eval okay jasper@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/06/19 13:06:24 Modified files: net/microblog-purple: Makefile Added files: net/microblog-purple/patches: patch-microblog_identica_c Log message: allow https with identi.ca; ok and tweak jasper@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/06/19 14:03:29 Modified files: usr.bin/aucat : aucat.c Log message: Remove hidden options that are not needed any more, from Remco . Thanks CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/06/19 14:32:42 Modified files: x11/hs-X11 : Makefile distinfo x11/hs-X11/pkg : PLIST Log message: Update to hs-X11 1.6.0 ok kili@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/06/19 14:33:20 Modified files: x11/hs-X11-xft : Makefile distinfo Log message: Update to hs-X11-xft 0.3.1 ok kili@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/06/19 14:40:10 Modified files: x11/xmonad : Makefile x11/hs-xmonad-contrib: Makefile x11/bluetile : Makefile Log message: Bump after hs-X11/hs-X11-xft updates ok kili@ CVSROOT: /cvs Module name: ports Changes by: mpi@cvs.openbsd.org 2012/06/19 14:48:55 Added files: devel/libusb1/patches: patch-libusb_os_openbsd_usb_c Log message: Rework the OpenBSD backend to add *basic support* for non ugen(4) devices. It is now possible to have a read access and submit control transfers to all USB devices using libusb, please note that controllers and hubs also appear as devices. Requested by many, tested by and ok ajacoutot@, jasper@, henning@, shten@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/06/19 15:10:59 Added files: devel/libusb1/patches: patch-libusb_core_c Log message: Add missing patch. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/06/19 15:29:39 Modified files: usr.bin/mg : mg.1 Log message: various small markup fixes; ok lum CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/06/19 15:35:54 Modified files: usr.bin/ssh : sshd_config.5 Log message: tweak previous; ok markus CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/06/19 22:42:58 Modified files: usr.bin/ssh : clientloop.c serverloop.c Log message: initialise accept() backoff timer to avoid EINVAL from select(2) in rekeying CVSROOT: /cvs Module name: ports Changes by: ratchov@cvs.openbsd.org 2012/06/20 00:44:28 Modified files: x11/vlc : Makefile x11/vlc/files : sndio.c Log message: Complete the sndio backend and make it the default. It's supposed to make video smoother. Adds support for 24-bit encodings and make vlc use the sndiod volume knob to save few cpu cycles. ok jasper, help from brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/20 01:10:39 Modified files: www/squid : Makefile www/squid/pkg : README Log message: Extend README: If the proxy server is running on the same subnet as the clients, the return traffic from the proxy will go directly back to them without ever hitting the firewall, which means the states will never get updated and may fill-up your pflog(4) with blocked attempts. To circumvent this the "no state" option needs to be specified for the route-to rule. ok Brad, intput/ok sthen@ (maintainer) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/06/20 01:25:50 Modified files: usr.bin/mg : mg.1 Log message: make a list format more nicely; ok lum CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/06/20 01:30:02 Modified files: usr.bin/kdump : mksubr Log message: CLOCK_* moved from sys/time.h to sys/_time.h ok otto@ kettenis@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/06/20 01:31:33 Modified files: usr.bin/kdump : kdump.c Log message: Handle PT_GET_THREAD_* ok otto@ kettenis@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/06/20 01:35:42 Modified files: games/fortune/datfiles: fortunes-o.real Log message: typo; netbsd -r1.10 CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/06/20 01:37:01 Modified files: share/man/man4 : ip6.4 Log message: Reflect the changes made by RFC 3542 From Peter J Philipp (pjp at centroid.eu) ok jmc@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/20 02:45:37 Modified files: multimedia/mjpegtools: Makefile distinfo multimedia/mjpegtools/pkg: DESCR PFRAG.shared PLIST Added files: multimedia/mjpegtools/patches: patch-configure_ac patch-lavtools_Makefile_in patch-mpeg2enc_Makefile_in patch-mplex_Makefile_in patch-utils_Makefile_in Log message: - update to mjpegtools-2.0.0 from brad ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/20 02:45:56 Modified files: multimedia/gstreamer-0.10/plugins-bad: Makefile Log message: Adjust after mjpegtool update from brad ok aja@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/20 02:48:27 Modified files: www/squid : Makefile Added files: www/squid/patches: patch-src_ssl_support_c Log message: let squid handle things if SSLv2 is disabled, from Brad. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2012/06/20 04:51:27 Modified files: sys/dev/usb : if_urndis.c if_urndisreg.h usb.h Log message: - urndis_match() should support multiple interface descriptors. - in urndis_attach() use the first interface descriptor that's different from the control interface as the data interface. from armani's colleague with some tweaks by me. kettenis@ sthen@ ok CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/06/20 05:37:21 Modified files: sys/compat/linux: linux_exec.c Log message: Copy the set_tls_base flag when forking. This enables the linux_child_return bits that set the TLS base in the newly forked process. Before this, processes that had the flag set would get a null pointer and segfault when trying to access the TLS area. Chased down and fixed by me. Turned into a proper one line diff by guenther@. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/20 06:20:37 Modified files: x11/mplayer : Makefile Log message: - remove lcms from LIB_DEPENDS, it's already pulled in by other ports from brad ok dcoppa@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/06/20 06:55:55 Modified files: usr.bin/tmux : server-client.c tty.c Log message: Remove a couple of unused variables from redbrain at gcc dot gnu dot org. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/20 07:07:48 Modified files: mail/zarafa/webapp: Makefile distinfo mail/zarafa/webapp/files: zarafa-webapp.conf mail/zarafa/webapp/patches: patch-etc_zarafa_webapp_config_php mail/zarafa/webapp/pkg: PLIST README Log message: Update to zarafa-webapp-1.1. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2012/06/20 07:13:15 Modified files: lib/libc/stdlib: malloc.c Log message: two small fixes to free page cache. first, we need two nibbles of random in order to span the the entire cache. second, on free use the same offset to put things in the cache instead of always starting at zero. ok otto CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/06/20 07:26:17 Modified files: infrastructure/mk: bsd.port.mk Log message: allow users to say MESSAGE-main= to have empty messages, useful in a multi-package context (as noticed by aja@) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/20 07:45:36 Modified files: mail/zarafa/zarafa: Makefile Log message: Set MESSAGE-main and UNMESSAGE-main to an empty value. Needs a current version of bsd.port.mk. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/06/20 07:47:20 Modified files: libexec/ld.so/hppa: rtld_machine.c Log message: With MP rthread setups, we cannot remove the X permission from the GOT entry momentarily, because another thread might attempt lazy resolve. ok matthew guenther CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/20 08:45:23 Modified files: www/clearsilver: Makefile www/clearsilver/pkg: PLIST-perl Log message: don't install perllocal.pod, ok okan@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/20 08:54:40 Modified files: print/cups : Makefile print/cups/pkg : README Log message: Tweak README. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/20 09:34:47 Log message: import ports/sysutils/ykpers, now that libusb1 can access it without gymnastics ok jasper@ Tool and library to programme Yubikey devices with new key information. Status: Vendor Tag: sthen Release Tags: sthen_20120620 N ports/sysutils/ykpers/distinfo N ports/sysutils/ykpers/Makefile N ports/sysutils/ykpers/pkg/PFRAG.shared N ports/sysutils/ykpers/pkg/PLIST N ports/sysutils/ykpers/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/20 09:35:09 Modified files: sysutils : Makefile Log message: +ykpers CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/06/20 10:09:27 Modified files: devel/hs-cmdlib: Makefile Log message: Add missing dependency. Noticed by naddy. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/06/20 11:24:57 Modified files: gnu/gcc/gcc : gthr-posix.c gthr-posix.h gthr-posix95.h gnu/usr.bin/gcc/gcc: gthr-posix.h Log message: Fix GCC's use of _POSIX_PRIORITY_SCHEDULING and _POSIX_THREAD_PRIORITY_SCHEDULING. POSIX 2001 states that they can be defined to -1 to indicate that the feature is not supported (which is how we define them), so it's not okay to just check whether or not they're defined. Arguably, SUSv2 allows GCC's usage, but we don't special case these feature flags for SUSv2, and these files need to be compilable in BSD and POSIX compat modes anyway. From Brad. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/06/20 11:30:22 Modified files: sys/isofs/udf : udf_vnops.c sys/kern : spec_vnops.c sys/miscfs/fifofs: fifo_vnops.c sys/miscfs/procfs: procfs_vnops.c sys/msdosfs : msdosfs_vnops.c sys/ntfs : ntfs_vnops.c sys/ufs/ufs : ufs_vnops.c Log message: Cleanup our filesystem pathconf() code a little bit to make it easier to diff against FreeBSD's. From Brad; no object file change on amd64. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2012/06/20 11:31:55 Modified files: sys/arch/i386/i386: acpi_machdep.c sys/arch/i386/include: hibernate_var.h sys/kern : subr_hibernate.c Log message: Fix some hibernate issues on machines with > 3.5GB phys mem ok deraadt@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/06/20 12:23:52 Removed files: sys/arch/mac68k: Makefile sys/arch/mac68k/compile: .cvsignore sys/arch/mac68k/conf: GENERIC Makefile.mac68k RAMDISK files.mac68k sys/arch/mac68k/dev: adb.c adbvar.h akbd_machdep.c asc.c ascvar.h esp.c espvar.h grf_iv.c grf_mv.c if_ae.c if_ae_nubus.c if_aereg.h if_aevar.h if_mc.c if_mc_obio.c if_mcreg.h if_mcvar.h if_sm_nubus.c if_sn.c if_sn_nubus.c if_sn_obio.c if_snreg.h if_snvar.h mac68k5380.c macfb.c macfbvar.h ncr5380.c ncr5380reg.h ncr5380var.h nubus.c nubus.h obio.c obiovar.h pm_direct.c pm_direct.h sbc.c sbc_obio.c sbcreg.h sbcvar.h z8530reg.h z8530sc.c z8530sc.h z8530tty.c zs.c zsvar.h sys/arch/mac68k/include: _types.h asm.h atomic.h autoconf.h bus.h cdefs.h cpu.h db_machdep.h disklabel.h endian.h exec.h fenv.h float.h frame.h ieee.h ieeefp.h internal_types.h intr.h iop.h kcore.h limits.h lock.h mutex.h param.h pcb.h pmap.h proc.h profile.h psc.h psl.h pte.h ptrace.h reg.h scsi_5380.h setjmp.h signal.h spinlock.h stdarg.h tcb.h trap.h varargs.h viareg.h vmparam.h z8530var.h sys/arch/mac68k/mac68k: autoconf.c bus_space.c clock.c conf.c disksubr.c dpme.h genassym.cf intr.c iop.c locore.s machdep.c mainbus.c mem.c pmap_bootstrap.c pram.c pram.h pramasm.s psc.c sys_machdep.c trap.c vectors.s via.c vm_machdep.c wscons_machdep.c Log message: RIP mac68k. No one loves you anymore. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/06/20 12:25:26 Modified files: sys : Makefile Log message: fix tree CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2012/06/20 12:27:51 Modified files: . : romp.html Log message: Make it obvious that, after no work in ten years, nothing will ever happen (unless I am *REALLY* bored) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/06/20 12:32:04 Modified files: etc : mklogin.conf Log message: Now that many of the daemons in the tree can actually cope with file descriptor starvation, we can crank the default user file descriptor limits. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/06/20 12:33:59 Modified files: distrib : Makefile etc : Makefile share/man/man4 : Makefile share/man/man8 : Makefile sys/kern : Makefile sbin/pdisk : Makefile sbin/kbd : Makefile Log message: Delete some more SUBDIR += mac68k. CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2012/06/20 12:34:36 Modified files: . : plat.html Log message: Unlink romp, bury mac68k, demote hp300 and mvme68k, merge the two porting effort sections and use a less optimistic wording in there. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/06/20 12:37:45 Modified files: distrib/notes : Makefile Log message: another mac68k subdir CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/06/20 12:45:44 Modified files: . : Makefile.cross regress/etc/MAKEDEV: Makefile sbin/pdisk : Makefile sbin/wsconsctl : Makefile usr.sbin/wsconscfg: Makefile Removed files: distrib/mac68k : Makefile Makefile.inc distrib/mac68k/ramdisk: Makefile Makefile.inc install.md list share/man/man4/man4.mac68k: Makefile adb.4 ae.4 asc.4 autoconf.4 esp.4 intro.4 macfb.4 mc.4 mem.4 ncrscsi.4 nubus.4 obio.4 sn.4 zsc.4 share/man/man8/man8.mac68k: MAKEDEV.8 Makefile boot_mac68k.8 Log message: more mac68k bits for the attic CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/06/20 13:03:07 Modified files: etc/mtree : 4.4BSD.dist Removed files: distrib/sets/lists/base: md.mac68k distrib/sets/lists/comp: md.mac68k distrib/sets/lists/etc: md.mac68k distrib/sets/lists/game: md.mac68k distrib/sets/lists/man: md.mac68k etc/etc.mac68k : MAKEDEV MAKEDEV.md Makefile Makefile.inc disktab fbtab sysctl.conf ttys distrib/notes/mac68k: contents features hardware install prep upgrade whatis xfer Log message: yet more mac68k goop... CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/06/20 13:23:45 Modified files: regress/usr.bin/mdoclint: mdoclint Log message: no more mac68k; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/06/20 13:25:11 Modified files: sbin/reboot : reboot.8 Log message: no more boot_mac68k(8); CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/06/20 13:37:15 Modified files: share/man/man4 : sm.4 Log message: no more nubus; ok matthew CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/20 13:56:34 Modified files: driver : Makefile xserver : Makefile.bsd-wrapper Removed files: distrib/notes : README.mac68k distrib/sets/lists/xbase: md.mac68k distrib/sets/lists/xetc: md.mac68k distrib/sets/lists/xserv: md.mac68k distrib/sets/lists/xshare: md.mac68k Log message: Remove mac68k bits from Xenocara. The imake config bits are not removed. Those files are frozen, until they can be removed, once the last port that still uses imake dies. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/06/20 14:27:41 Modified files: usr.sbin/smtpd : runner.c Log message: fix runner spinning on message loop. ok gilles@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/06/20 14:45:23 Modified files: usr.sbin/smtpd : bounce.c queue.c queue_backend.c queue_fsqueue.c runner.c scheduler_ramqueue.c smtpctl.c smtpd.h Log message: Finally get rid of the queue_kind enum in the queue API. Keep that internally in fsqueue backend for now, and let the fsqueue_message() and fsqueue_envelope() dispatchers do the right thing. Based on a diff by chl@ ok chl@ gilles@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/20 15:06:09 Removed files: multimedia/mjpegtools/patches: patch-lavtools_png2yuv_c Log message: i removed you a patch..but cvs eated it? CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/20 15:17:38 Modified files: infrastructure/mk: arch-defines.mk Log message: zap mac68k references CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/06/20 15:20:01 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/06/20 15:32:27 Modified files: usr.bin/passwd : passwd.1 usr.bin/chpass : chpass.1 chpass.c Log message: Correct English just like jsing@ did it in passwd/local_passwd.c rev. 1.38 on April 27, 2008. While here, fix a typo and drop an obsolete BUGS section. "my typo so OK millert@ :-)" and OK jmc@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/06/20 15:34:04 Modified files: x11/openbox : Makefile Log message: need to look in ${X11BASE}/lib to find the X11 libs CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/06/20 15:37:32 Modified files: share/man/man7 : mdoc.7 man.7 Log message: When i moved some low-level stuff from mdoc(7) and man(7) to roff(7) some time ago, i forgot to adjust the cross-references. Reported by Tim van der Molen , thanks. ok jmc@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/06/20 15:40:55 Modified files: etc/root : root.mail sys/conf : newvers.sh sys/sys : param.h share/mk : sys.mk sys/arch/macppc/stand/tbxidata: bsd.tbxi Log message: move to 5.2-beta CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/06/20 15:53:53 Modified files: sbin/dhclient : dhclient.c Log message: Cancel all timeouts in state_reboot(), since we can get there from any state if a link state change happens. Fixes a problem where we'd continue to send (corrupted) discover packets after binding. ok krw@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/06/20 16:00:23 Modified files: share/man/man7 : mdoc.7 Log message: no more mac68k; ok schwarze CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/20 16:11:29 Removed files: multimedia/mjpegtools/patches: patch-configure Log message: zap patch-configure, req by Brad CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/06/20 16:15:13 Modified files: share/man/man5 : group.5 passwd.5 Log message: Corrent and expand passwd(5) HISTORY, and apply some minor tweaks to group(5) HISTORY. All facts found on http://minnie.tuhs.org/cgi-bin/utree.pl ok jmc@ sobrado@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/06/20 18:16:07 Modified files: usr.bin/ssh : addrmatch.c Log message: fix strlcpy truncation check. from carsten at debian org, ok markus CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/06/20 18:56:59 Modified files: include : unistd.h sys/sys : unistd.h 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/hppa64/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 lib/librthread : rthread.c shlib_version sys/arch/hppa/hppa: machdep.c vm_machdep.c sys/arch/hppa/include: frame.h sys/arch/hppa64/hppa64: machdep.c vm_machdep.c sys/arch/sparc/sparc: vm_machdep.c sys/arch/sparc64/sparc64: vm_machdep.c sys/kern : kern_fork.c syscalls.conf syscalls.master lib/libc : shlib_version Log message: __tfork() needs to set the stack address of the new thread in the kernel, so that it can't get a signal while still running on the parent thread's stack. Also, pass in sizeof(struct __tfork) to provide forward compat when more members are added. This is an ABI change, so switch syscall numbers and bump lib majors this time. ok deraadt@ matthew@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/06/20 18:57:59 Modified files: sys/sys : syscall.h syscallargs.h sys/kern : init_sysent.c syscalls.c Log message: Regenerate CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/06/20 19:00:18 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.macppc md.mvme68k md.mvme88k md.palm md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: md.alpha md.amd64 md.armish md.aviion md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.loongson md.luna88k 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: src Changes by: deraadt@cvs.openbsd.org 2012/06/20 19:00:36 Modified files: etc : remote distrib/notes/hppa: install Log message: clean mac68k dribbles CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/06/20 19:08:00 Modified files: lib/libc : shlib_version Removed files: lib/libpthread : Makefile shlib_version Log message: For now... libpthread is just a container directory, since all the new goop is in librthread. As a result, the top-level Makefile and shlib_version here are simply very confusing and tell lies. Remove them, and update the instructions in libc to not make my mistake again. ok guenther CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/06/20 19:28:27 Modified files: lib/librthread : __tfork_thread.3 Log message: Update to reflect API changes CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2012/06/20 20:06:32 Modified files: openssh : specs.html Log message: typo CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/06/20 20:46:38 Added files: lib/libpthread : Makefile Log message: A piece of this is still needed CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/20 23:57:43 Modified files: mail/mimedefang: Makefile mail/mimedefang/patches: patch-mimedefang_pl_in Log message: Correctly log $VirusName with Avira. ok okan@ (maintainer) CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/06/21 00:49:26 Modified files: sys/conf : GENERIC Log message: Actually enabling the __tfork compat code would be a Good Thing CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/06/21 00:55:58 Modified files: usr.bin/kdump : kdump.c Log message: Add dumping of struct __tfork done by the revised __tfork syscall CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/21 00:58:51 Modified files: lang/php : Makefile.inc lang/php/5.2 : Makefile lang/php/5.2/pkg: PLIST-main lang/php/5.3 : Makefile lang/php/5.3/pkg: PLIST-main lang/php/files : DESCR-main Removed files: lang/php/5.2/pkg: PLIST-pdo_sqlite lang/php/5.3/pkg: PLIST-pdo_sqlite lang/php/files : DESCR-pdo_sqlite Log message: Merge pdo_sqlite into the core package; we have sqlite3 in base now. input/ok sthen@ robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/21 01:00:20 Modified files: net/zabbix : Makefile net/zabbix/pkg : README-web www/drupal7/core: Makefile www/drupal7/core/pkg: README www/webacula : Makefile www/webacula/pkg: README www/owncloud : Makefile www/owncloud/pkg: README Log message: Adapt now that pdo_sqlite is part of main php. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/06/21 03:35:38 Modified files: net/poptop : Makefile Log message: Drop maintainership, I switch all my vpns to npppd CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/06/21 03:52:45 Modified files: driver/xf86-video-nv/src: nv_driver.c Log message: Since the transition to Xserver 1.12, the standard vgaHW layer that depends on libpciaccess and is broken on macppc, so use vgaHWSetMmioFuncs() instead of vgaHWSetStdFuncs() and unbreak the nv driver on this platfrom. ok matthieu@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/06/21 04:08:16 Modified files: sys/arch/macppc/macppc: ofw_machdep.c ofw_machdep.h sys/arch/macppc/pci: vgafb.c vgafb_pci.c vgafb_pcivar.h vgafbvar.h Log message: Only allow the memory and mmio regions to be mmap()'ed at their real addresses, remove the magic value to uniformize access to the mmio and doesn't map the unused pseudo-vga registers. While here simplify the console attachement logic and removed some unused global variables. Tested by matthieu@ and myself on various different G3 and G4 models. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2012/06/21 06:46:30 Modified files: sys/sys : hibernate.h sys/kern : subr_hibernate.c Log message: use regular i/o functions in the hibernate resume path. ahci(4) hibernate i/o will not mix with regular i/o so it can only be used in the hibernate path. ok deraadt@ mlarkin@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/21 07:54:14 Modified files: net/openafs : Makefile net/openafs/patches: patch-src_config_afs_sysnames_h Log message: recognize 5.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/21 07:56:57 Modified files: devel/libf2c-old: Makefile devel/libf2c : Makefile editors/emacs21: Makefile editors/emacs22: Makefile editors/emacs23: Makefile editors/xemacs21/stable: Makefile lang/g77-old : Makefile lang/g77 : Makefile lang/gcc/3.3 : Makefile lang/gcc/4.2 : Makefile lang/gcc/4.6 : Makefile lang/gcc/4.7 : Makefile lang/gfortran : Makefile lang/swi-prolog: Makefile math/octave : Makefile x11/e17/e : Makefile Log message: bump for plist changes 5.1 -> 5.2 CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/06/21 08:14:44 Modified files: build : mirrors.dat Log message: - add mirror.as24220.net (Hostcentral, Melbourne in Australia) as researched by Michael Bombardieri - update FF line for lambdaserver CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/06/21 08:15:23 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: sthen@cvs.openbsd.org 2012/06/21 08:15:51 Modified files: distrib/notes : mirrors Log message: sync from mirrors.dat CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/21 08:22:51 Modified files: shells/tcsh/patches: patch-config_f_h patch-host_defs Log message: both have been commited upstream CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/21 08:23:51 Modified files: devel/ptlib : Makefile distinfo devel/ptlib/patches: patch-configure_ac patch-make_lib_mak patch-make_unix_mak patch-ptlib_m4 Log message: Update to ptlib-2.10.5; unbreak video in ekiga. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/21 08:24:22 Modified files: net/opal : Makefile distinfo net/opal/patches: patch-Makefile_in Log message: Update to opal-3.10.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/21 08:24:39 Modified files: x11/gnome/ekiga: Makefile Log message: Regen WANTLIB. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/06/21 08:40:40 Modified files: net/pdnsd : Makefile distinfo net/pdnsd/patches: patch-Makefile_in patch-doc_pdnsd_8_in patch-src_Makefile_in Log message: Update for pdnsd to 1.2.9a-par, new version fixing a problem with the flag --enable-strict-rfc2181 we use by default, and unbreak rc script. While here, GROFF is not needed, and update the web. Tested on i386 and amd64. Ok aja@ and test from Brad. CVSROOT: /cvs Module name: www Changes by: mikeb@cvs.openbsd.org 2012/06/21 08:59:08 Modified files: . : donations.html Log message: Huge thanks to Tony Sarendal for donating two Intel X540's. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/21 09:39:19 Removed files: databases/py-psycopg: Makefile distinfo databases/py-psycopg/patches: patch-Makefile_pre_in databases/py-psycopg/pkg: DESCR-examples DESCR-main PLIST-examples PLIST-main Log message: Remove py-psycopg as requested by alek@ (maintainer). We use py-psycopg2 nowadays... ok jasper@ martynas@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/21 09:39:52 Modified files: databases : Makefile Log message: -py-psycopg CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/21 09:43:59 Modified files: mail/fetchmail : Makefile Added files: mail/fetchmail/patches: patch-fetchmail_man patch-socket_c Log message: Fix potential for information disclosure under active attack. CVE-2011-3389 from brad CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/21 09:45:05 Modified files: mail/fetchmail : Tag: OPENBSD_5_1 Makefile Added files: mail/fetchmail/patches: Tag: OPENBSD_5_1 patch-fetchmail_man patch-socket_c Log message: Fix potential for information disclosure under active attack. CVE-2011-338 from brad CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/06/21 10:17:40 Modified files: devel/libf2c : Makefile lang/g77 : Makefile Added files: lang/g77/patches: patch-gcc_gcc_c Removed files: lang/g77/patches: gcc4-gcc_gcc_c Log message: GCC3 is gone, we don't need to deal with it any longer; ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/21 10:57:31 Log message: import ports/mail/ripmime, ok giovanni@ ripMIME's primary pupose is to extract attachments out of MIME-encoded email packages. It includes options suitable for some types of automated use, including bounds on recursion. Status: Vendor Tag: sthen Release Tags: sthen_20120621 N ports/converters/ripmime/Makefile N ports/converters/ripmime/distinfo N ports/converters/ripmime/pkg/PLIST N ports/converters/ripmime/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/21 10:57:55 Modified files: converters : Makefile Log message: +ripmime CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/06/21 11:55:10 Modified files: usr.bin/mg : mg.1 Log message: Shuffle leave-tmpdir-backups up to correct place in alphabetic order. (the command name changed at one point from move-... -> leave-...) CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/06/21 12:01:40 Modified files: share/man/man9 : copy.9 Log message: Document kcopy() and add a note that copystr() does not return EFAULT when it encounters an illegal address. Discussed with deraadt, guenther, and kettenis. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/06/21 12:02:21 Modified files: share/man/man9 : Makefile Log message: link copy.9 to kcopy.9 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/06/21 13:57:14 Modified files: share/man/man4 : icmp6.4 inet6.4 usr.sbin/route6d: route6d.8 Log message: rfc 3542 obsoletes rfc 2292; ok guenther CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2012/06/21 14:02:29 Modified files: distrib/sets/lists/xbase: md.amd64 md.armish md.hp300 md.hppa md.i386 md.landisk md.loongson md.macppc md.mvme68k md.mvme88k 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: gonzalo@cvs.openbsd.org 2012/06/21 14:25:45 Modified files: productivity/zim: Makefile distinfo productivity/zim/patches: patch-setup_py patch-zim_config_py productivity/zim/pkg: PLIST Log message: This is an update for Zim to 0.56 with this updates: * Fixed critical bug for opening email adresses without "mailto:" prefix * Fixed bug where context menu for page index applied to the current page instead of the selected page * Fixed behavior of Recent Pages pathbar in cases where part of the history is dropped * Fixed behavior of the Search dialog, it no longer hangs and also allows cancelling the search * Fixed bug where replacing a word (e.g spell correction) could drop formatting And a lot others. Tested on i386 Ok Sebastian Benoit (MAINTAINER), aja@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/06/21 18:08:43 Modified files: sbin/dhclient : dhclient.c Log message: Set state to S_REBOOTING when calling state_reboot() and set state inside state_reboot() to S_INIT when calling state_init(). Rather than the other way around. Makes for more consistant idiom and might reduce state confusion. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/06/21 19:01:59 Modified files: sbin/dhclient : dispatch.c Log message: Two 'ioctl() < 0' -> 'ioctl() == -1'. guenther@ says they're odd. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2012/06/21 19:30:17 Modified files: lib/libc/stdlib: malloc.c Log message: two changes which should improve realloc. first, fix zapcacheregion to clear out the entire requested area, not just a perfect fit. second, use mquery to check for room to avoid getting an address we don't like and having to send it back. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/06/21 20:56:42 Modified files: distrib/sparc64: Makefile Log message: correct unconfig directories CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/22 00:48:59 Modified files: productivity/vym: Makefile distinfo productivity/vym/pkg: PLIST Removed files: productivity/vym/patches: patch-mainwindow_cpp Log message: - update to 2.2.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/22 01:07:15 Modified files: textproc/icu4c : Makefile distinfo textproc/icu4c/patches: patch-source_Makefile_in patch-source_common_Makefile_in patch-source_common_unicode_uset_h patch-source_config_icu-config-bottom patch-source_configure patch-source_stubdata_Makefile_in textproc/icu4c/pkg: PLIST Added files: textproc/icu4c/patches: patch-source_common_putilimp_h Removed files: textproc/icu4c/patches: patch-source_common_uloc_c patch-source_common_unicode_rbbi_h Log message: Update to icu4c-49.1.2. tested by jasper@ in a bulk, thanks! ok jasper@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/06/22 03:51:22 Modified files: textproc/icu4c : Makefile Log message: Previous maintainer agreed (between two drinks) he was not really taking care of it. ajacoutot@ takes maintainership. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/06/22 05:28:36 Modified files: usr.sbin/dhcrelay: dhcrelay.c Log message: 'ingnoring' -> 'ignoring' in a couple of note()'s. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/06/22 05:28:51 Modified files: lang/pcc : Makefile Log message: bump for plist changes 5.1 -> 5.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/22 05:38:13 Modified files: devel/cvsutils : Makefile Log message: - set PKG_ARCH=* - fix trailing whitespace - doesn't need groff ok sthen@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/06/22 05:59:51 Modified files: lang/g77-old : Makefile Log message: drop GCC4 support from a port that is only for GCC2 archs CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/06/22 06:30:26 Modified files: usr.bin/ssh : monitor.c sshconnect2.c Log message: remove dead code following 'for (;;)' loops. From Steve.McClellan at radisys com, ok markus@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/06/22 06:41:42 Modified files: sysutils/LPRng : Makefile Log message: use bsd.port.arch.mk CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/22 06:59:09 Modified files: net/opal : Makefile Log message: Depend on ptlib>=2.10.5; that should fix the breakage reported by naddy@ CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2012/06/22 07:08:09 Modified files: lang/erlang : Makefile Log message: mark as broken on 32bit sparc CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/22 07:26:59 Modified files: www/tinyproxy : Makefile distinfo www/tinyproxy/pkg: DESCR PLIST Added files: www/tinyproxy/patches: patch-etc_tinyproxy_conf_in www/tinyproxy/pkg: tinyproxy.rc Removed files: www/tinyproxy/patches: patch-doc_tinyproxy_conf Log message: Update to tinyproxy-1.8.3. Add rc.d(8) script. from frantisek holop (maintainer) with some tweaks CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/06/22 07:29:17 Modified files: databases/redis: Makefile distinfo Log message: Bugfix update to Redis 2.4.15 CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/06/22 08:36:33 Modified files: usr.bin/ssh : sftp.c Log message: Remove unused variable leftover from tab-completion changes. From Steve.McClellan at radisys com, ok markus@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/22 08:38:28 Modified files: mail/fetchmail : Makefile mail/fetchmail/patches: patch-fetchmail_man patch-socket_c Log message: somehow i folded two commits into one, revert non-security fix. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/22 08:39:16 Modified files: mail/fetchmail : Tag: OPENBSD_5_1 Makefile mail/fetchmail/patches: Tag: OPENBSD_5_1 patch-fetchmail_man patch-socket_c Log message: somehow i folded two commits into one, revert non-security fix. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/22 08:43:46 Removed files: audio/ifp-line : Makefile distinfo audio/ifp-line/patches: patch-Makefile audio/ifp-line/pkg: DESCR PLIST Log message: Remove old, unmaintained cruft. req. by alek@ (maintainer) ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/22 08:44:07 Modified files: audio : Makefile Log message: -ifp-line CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/06/22 09:08:45 Modified files: x11/gmtk : Makefile x11/gmtk/patches: patch-src_gmtk_media_player_c Added files: x11/gmtk/patches: patch-src_gmtk_media_player_h Log message: Fix a subtle segmentation fault at program exit time: gmtk_media_player_dispose() would be called multiple times, leading to a double free from gdk_color_free() (upstream svn revision r143) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/06/22 09:21:24 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/22 09:43:47 Modified files: www/squid : Makefile Log message: switch compiler check to bsd.port.arch.mk / PROPERTIES, req'd by naddy@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/06/22 10:06:31 Modified files: sbin/iked : iked.h ikev2.c ikev2_pld.c timer.c Log message: decouple timer initialization from timer_register CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/06/22 10:28:20 Modified files: sbin/iked : config.c iked.h ikev2.c ikev2_msg.c Log message: Add initial support for retransmition timeouts and response retries. This should still be considered an experimental work in progress. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/22 10:38:21 Modified files: lang/open-cobol: Makefile distinfo lang/open-cobol/pkg: PLIST Log message: - update to 1.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/22 10:43:01 Modified files: net/pidgin-sipe: Makefile distinfo net/pidgin-sipe/patches: patch-src_purple_purple-dnsquery_c Log message: - update to 1.13.2 from Tom Doherty CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/06/22 10:53:51 Modified files: devel/ptlib : Makefile Removed files: devel/ptlib/patches: gcc3-patch-include_ptlib_safecoll_h Log message: drop gcc3 workaround CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/06/22 10:56:22 Modified files: textproc/p5-XML-Sablotron: Makefile Log message: use bsd.port.arch.mk, gcc3 is gone; ok benoit@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/06/22 11:48:46 Log message: import 3.7.13 okay jasper@ Status: Vendor Tag: sqlite3 Release Tags: sqlite_3_7_13 U src/lib/libsqlite3/addopcodes.awk U src/lib/libsqlite3/mkopcodec.awk U src/lib/libsqlite3/mkopcodeh.awk U src/lib/libsqlite3/VERSION U src/lib/libsqlite3/sqlite3.pc.in N src/lib/libsqlite3/sqlite3.1 U src/lib/libsqlite3/src/test_rtree.c U src/lib/libsqlite3/src/resolve.c U src/lib/libsqlite3/src/test_thread.c U src/lib/libsqlite3/src/test_hexio.c U src/lib/libsqlite3/src/os_os2.c U src/lib/libsqlite3/src/test_wsd.c U src/lib/libsqlite3/src/test_async.c U src/lib/libsqlite3/src/test_vfstrace.c U src/lib/libsqlite3/src/test_btree.c U src/lib/libsqlite3/src/vdbe.c U src/lib/libsqlite3/src/test_osinst.c U src/lib/libsqlite3/src/test_intarray.c U src/lib/libsqlite3/src/journal.c U src/lib/libsqlite3/src/test_devsym.c U src/lib/libsqlite3/src/hash.h U src/lib/libsqlite3/src/tclsqlite.c U src/lib/libsqlite3/src/lempar.c U src/lib/libsqlite3/src/mutex_w32.c U src/lib/libsqlite3/src/backup.c U src/lib/libsqlite3/src/btree.h U src/lib/libsqlite3/src/alter.c U src/lib/libsqlite3/src/test4.c U src/lib/libsqlite3/src/notify.c U src/lib/libsqlite3/src/test5.c U src/lib/libsqlite3/src/parse.y U src/lib/libsqlite3/src/vacuum.c U src/lib/libsqlite3/src/test_intarray.h U src/lib/libsqlite3/src/btree.c U src/lib/libsqlite3/src/test_stat.c U src/lib/libsqlite3/src/test8.c U src/lib/libsqlite3/src/vdbemem.c U src/lib/libsqlite3/src/wal.h U src/lib/libsqlite3/src/status.c U src/lib/libsqlite3/src/mem3.c U src/lib/libsqlite3/src/test_loadext.c U src/lib/libsqlite3/src/update.c U src/lib/libsqlite3/src/build.c U src/lib/libsqlite3/src/test_syscall.c U src/lib/libsqlite3/src/pcache.h U src/lib/libsqlite3/src/expr.c U src/lib/libsqlite3/src/legacy.c U src/lib/libsqlite3/src/mutex_unix.c U src/lib/libsqlite3/src/wal.c U src/lib/libsqlite3/src/test7.c U src/lib/libsqlite3/src/insert.c U src/lib/libsqlite3/src/vdbe.h U src/lib/libsqlite3/src/memjournal.c U src/lib/libsqlite3/src/vdbeblob.c U src/lib/libsqlite3/src/os_win.c U src/lib/libsqlite3/src/date.c U src/lib/libsqlite3/src/sqliteLimit.h U src/lib/libsqlite3/src/btmutex.c U src/lib/libsqlite3/src/test_quota.h U src/lib/libsqlite3/src/trigger.c U src/lib/libsqlite3/src/test_quota.c U src/lib/libsqlite3/src/malloc.c U src/lib/libsqlite3/src/vdbeInt.h U src/lib/libsqlite3/src/test3.c U src/lib/libsqlite3/src/utf.c U src/lib/libsqlite3/src/test1.c U src/lib/libsqlite3/src/mutex_noop.c U src/lib/libsqlite3/src/rowset.c U src/lib/libsqlite3/src/vdbeapi.c U src/lib/libsqlite3/src/util.c U src/lib/libsqlite3/src/test_onefile.c U src/lib/libsqlite3/src/vdbetrace.c U src/lib/libsqlite3/src/test_init.c U src/lib/libsqlite3/src/mem2.c U src/lib/libsqlite3/src/table.c U src/lib/libsqlite3/src/walker.c U src/lib/libsqlite3/src/test_spellfix.c U src/lib/libsqlite3/src/test2.c U src/lib/libsqlite3/src/printf.c U src/lib/libsqlite3/src/shell.c U src/lib/libsqlite3/src/mutex.h U src/lib/libsqlite3/src/test_server.c U src/lib/libsqlite3/src/attach.c U src/lib/libsqlite3/src/os_common.h U src/lib/libsqlite3/src/pragma.c U src/lib/libsqlite3/src/callback.c U src/lib/libsqlite3/src/test_pcache.c U src/lib/libsqlite3/src/analyze.c U src/lib/libsqlite3/src/mem1.c U src/lib/libsqlite3/src/test_tclvar.c U src/lib/libsqlite3/src/select.c U src/lib/libsqlite3/src/vdbesort.c U src/lib/libsqlite3/src/loadext.c U src/lib/libsqlite3/src/hash.c U src/lib/libsqlite3/src/test_func.c U src/lib/libsqlite3/src/os_unix.c U src/lib/libsqlite3/src/test_multiplex.h U src/lib/libsqlite3/src/mem0.c U src/lib/libsqlite3/src/global.c U src/lib/libsqlite3/src/test_vfs.c U src/lib/libsqlite3/src/pcache1.c U src/lib/libsqlite3/src/test_fuzzer.c U src/lib/libsqlite3/src/vdbeaux.c U src/lib/libsqlite3/src/hwtime.h U src/lib/libsqlite3/src/pager.h U src/lib/libsqlite3/src/where.c U src/lib/libsqlite3/src/os.c U src/lib/libsqlite3/src/fault.c U src/lib/libsqlite3/src/tokenize.c U src/lib/libsqlite3/src/test_multiplex.c U src/lib/libsqlite3/src/sqlite.h.in U src/lib/libsqlite3/src/test_demovfs.c U src/lib/libsqlite3/src/prepare.c U src/lib/libsqlite3/src/complete.c U src/lib/libsqlite3/src/sqliteInt.h U src/lib/libsqlite3/src/pager.c U src/lib/libsqlite3/src/sqlite3ext.h U src/lib/libsqlite3/src/test6.c U src/lib/libsqlite3/src/mem5.c U src/lib/libsqlite3/src/func.c U src/lib/libsqlite3/src/test_config.c U src/lib/libsqlite3/src/pcache.c U src/lib/libsqlite3/src/fkey.c U src/lib/libsqlite3/src/bitvec.c U src/lib/libsqlite3/src/mutex_os2.c U src/lib/libsqlite3/src/btreeInt.h U src/lib/libsqlite3/src/test_autoext.c U src/lib/libsqlite3/src/vtab.c U src/lib/libsqlite3/src/ctime.c U src/lib/libsqlite3/src/auth.c U src/lib/libsqlite3/src/mutex.c U src/lib/libsqlite3/src/random.c U src/lib/libsqlite3/src/test_mutex.c U src/lib/libsqlite3/src/delete.c U src/lib/libsqlite3/src/test_malloc.c U src/lib/libsqlite3/src/test_wholenumber.c U src/lib/libsqlite3/src/test_backup.c U src/lib/libsqlite3/src/os.h U src/lib/libsqlite3/src/test_superlock.c U src/lib/libsqlite3/src/main.c U src/lib/libsqlite3/src/test9.c U src/lib/libsqlite3/src/test_schema.c U src/lib/libsqlite3/src/test_journal.c U src/lib/libsqlite3/ext/README.txt U src/lib/libsqlite3/ext/fts1/fulltext.c U src/lib/libsqlite3/ext/fts1/fts1.c U src/lib/libsqlite3/ext/fts1/README.txt U src/lib/libsqlite3/ext/fts1/fulltext.h U src/lib/libsqlite3/ext/fts1/ft_hash.c U src/lib/libsqlite3/ext/fts1/fts1_hash.c U src/lib/libsqlite3/ext/fts1/fts1_tokenizer.h U src/lib/libsqlite3/ext/fts1/fts1_porter.c U src/lib/libsqlite3/ext/fts1/tokenizer.h U src/lib/libsqlite3/ext/fts1/fts1.h U src/lib/libsqlite3/ext/fts1/simple_tokenizer.c U src/lib/libsqlite3/ext/fts1/fts1_tokenizer1.c U src/lib/libsqlite3/ext/fts1/ft_hash.h U src/lib/libsqlite3/ext/fts1/fts1_hash.h U src/lib/libsqlite3/ext/fts3/fts3_snippet.c U src/lib/libsqlite3/ext/fts3/fts3_tokenizer.c U src/lib/libsqlite3/ext/fts3/fts3_term.c U src/lib/libsqlite3/ext/fts3/fts3_expr.c U src/lib/libsqlite3/ext/fts3/fts3_icu.c U src/lib/libsqlite3/ext/fts3/README.txt U src/lib/libsqlite3/ext/fts3/fts3_tokenizer1.c U src/lib/libsqlite3/ext/fts3/fts3_hash.c N src/lib/libsqlite3/ext/fts3/fts3_unicode.c U src/lib/libsqlite3/ext/fts3/mkfts3amal.tcl U src/lib/libsqlite3/ext/fts3/fts3_hash.h U src/lib/libsqlite3/ext/fts3/fts3_test.c N src/lib/libsqlite3/ext/fts3/fts3_unicode2.c U src/lib/libsqlite3/ext/fts3/fts3_aux.c U src/lib/libsqlite3/ext/fts3/fts3.c U src/lib/libsqlite3/ext/fts3/README.tokenizers U src/lib/libsqlite3/ext/fts3/fts3_tokenizer.h U src/lib/libsqlite3/ext/fts3/fts3speed.tcl U src/lib/libsqlite3/ext/fts3/README.content U src/lib/libsqlite3/ext/fts3/README.syntax U src/lib/libsqlite3/ext/fts3/fts3Int.h U src/lib/libsqlite3/ext/fts3/fts3_porter.c U src/lib/libsqlite3/ext/fts3/fts3.h U src/lib/libsqlite3/ext/fts3/fts3_write.c U src/lib/libsqlite3/ext/fts3/tool/fts3view.c N src/lib/libsqlite3/ext/fts3/unicode/CaseFolding.txt N src/lib/libsqlite3/ext/fts3/unicode/UnicodeData.txt N src/lib/libsqlite3/ext/fts3/unicode/mkunicode.tcl U src/lib/libsqlite3/ext/async/README.txt U src/lib/libsqlite3/ext/async/sqlite3async.h U src/lib/libsqlite3/ext/async/sqlite3async.c U src/lib/libsqlite3/ext/fts2/fts2_hash.c U src/lib/libsqlite3/ext/fts2/README.txt U src/lib/libsqlite3/ext/fts2/fts2.c U src/lib/libsqlite3/ext/fts2/fts2_porter.c U src/lib/libsqlite3/ext/fts2/fts2_icu.c U src/lib/libsqlite3/ext/fts2/fts2_tokenizer1.c U src/lib/libsqlite3/ext/fts2/README.tokenizers U src/lib/libsqlite3/ext/fts2/fts2_tokenizer.h U src/lib/libsqlite3/ext/fts2/fts2_tokenizer.c U src/lib/libsqlite3/ext/fts2/fts2_hash.h U src/lib/libsqlite3/ext/fts2/mkfts2amal.tcl U src/lib/libsqlite3/ext/fts2/fts2.h U src/lib/libsqlite3/ext/rtree/sqlite3rtree.h U src/lib/libsqlite3/ext/rtree/README U src/lib/libsqlite3/ext/rtree/rtree8.test U src/lib/libsqlite3/ext/rtree/rtreeB.test U src/lib/libsqlite3/ext/rtree/viewrtree.tcl U src/lib/libsqlite3/ext/rtree/tkt3363.test U src/lib/libsqlite3/ext/rtree/rtree.h U src/lib/libsqlite3/ext/rtree/rtree3.test U src/lib/libsqlite3/ext/rtree/rtree.c U src/lib/libsqlite3/ext/rtree/rtree5.test U src/lib/libsqlite3/ext/rtree/rtreeA.test U src/lib/libsqlite3/ext/rtree/rtree9.test U src/lib/libsqlite3/ext/rtree/rtree4.test U src/lib/libsqlite3/ext/rtree/rtree6.test U src/lib/libsqlite3/ext/rtree/rtree_util.tcl U src/lib/libsqlite3/ext/rtree/rtree7.test U src/lib/libsqlite3/ext/rtree/rtree_perf.tcl U src/lib/libsqlite3/ext/rtree/rtree2.test U src/lib/libsqlite3/ext/rtree/rtree1.test U src/lib/libsqlite3/ext/icu/icu.c U src/lib/libsqlite3/ext/icu/README.txt U src/lib/libsqlite3/ext/icu/sqliteicu.h U src/lib/libsqlite3/tool/restore_jrnl.tcl U src/lib/libsqlite3/tool/speedtest8inst1.c U src/lib/libsqlite3/tool/mksqlite3c.tcl U src/lib/libsqlite3/tool/lempar.c U src/lib/libsqlite3/tool/lemon.c U src/lib/libsqlite3/tool/speedtest.tcl U src/lib/libsqlite3/tool/spaceanal.tcl U src/lib/libsqlite3/tool/vdbe-compress.tcl U src/lib/libsqlite3/tool/mkopts.tcl U src/lib/libsqlite3/tool/warnings.sh U src/lib/libsqlite3/tool/warnings-clang.sh U src/lib/libsqlite3/tool/mkkeywordhash.c U src/lib/libsqlite3/tool/symbols-mingw.sh U src/lib/libsqlite3/tool/mksqlite3h.tcl U src/lib/libsqlite3/tool/build-shell.sh U src/lib/libsqlite3/tool/opcodeDoc.awk U src/lib/libsqlite3/tool/split-sqlite3c.tcl U src/lib/libsqlite3/tool/speedtest2.tcl U src/lib/libsqlite3/tool/offsets.c U src/lib/libsqlite3/tool/extract.c U src/lib/libsqlite3/tool/mkspeedsql.tcl U src/lib/libsqlite3/tool/tostr.awk U src/lib/libsqlite3/tool/showjournal.c U src/lib/libsqlite3/tool/genfkey.test U src/lib/libsqlite3/tool/soak1.tcl U src/lib/libsqlite3/tool/genfkey.README U src/lib/libsqlite3/tool/getlock.c U src/lib/libsqlite3/tool/showwal.c U src/lib/libsqlite3/tool/speedtest8.c U src/lib/libsqlite3/tool/mksqlite3c-noext.tcl U src/lib/libsqlite3/tool/symbols.sh U src/lib/libsqlite3/tool/omittest.tcl U src/lib/libsqlite3/tool/fragck.tcl U src/lib/libsqlite3/tool/rollback-test.c U src/lib/libsqlite3/tool/mksqlite3internalh.tcl U src/lib/libsqlite3/tool/showdb.c U src/lib/libsqlite3/tool/speedtest16.c U src/lib/libsqlite3/tool/diffdb.c U src/lib/libsqlite3/tool/space_used.tcl No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/06/22 11:52:35 Modified files: lib/libsqlite3 : Makefile shlib_version lib/libsqlite3/src: sqlite3.h Removed files: lib/libsqlite3 : sqlite3.1 Log message: synch build after import CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/06/22 12:00:51 Log message: 3.7.13 no change there, just psycho-rigidity in tracking history :) Status: Vendor Tag: sqlite3 Release Tags: sqlite_3_7_13 U src/usr.bin/sqlite3/shell.c U src/usr.bin/sqlite3/sqlite3.1 No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/06/22 13:13:37 Modified files: lib/libc/net : inet_net_ntop.c inet_net_pton.c Log message: add support for AF_INET6 to inet_net_pton() and inet_net_ntop() using inet_pton() and inet_ntop() as suggested by claudio ok claudio@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/22 15:04:19 Modified files: editors/libreoffice: Makefile Log message: Add a build dep on textproc/gsed, hopefully this fixes a problem seen since the icu4c update, and it's obviously intended to be there as it's symlinked into ${WRKDIR}/bin already. ok espie@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/06/22 16:02:29 Modified files: usr.sbin/config: main.c Log message: Improve error messages when removing/recreating symlinks in the build dir ok deraadt@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/06/22 23:54:02 src/regress/sys/kern/stackjmp Update of /cvs/src/regress/sys/kern/stackjmp In directory cvs.openbsd.org:/tmp/cvs-serv9241/stackjmp Log Message: Directory /cvs/src/regress/sys/kern/stackjmp added to the repository CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/06/22 23:54:49 Added files: regress/sys/kern/stackjmp: Makefile stackjmp.c Log message: add (currently failing) stackjmp regress test CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/23 04:33:32 Modified files: net/pidgin-sipe: Makefile sysutils/logfmon: Makefile Log message: tom doherty takes maintainership CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/23 06:04:44 Modified files: devel/liblouis : Makefile distinfo devel/liblouis/pkg: PLIST Log message: update to liblouis-2.4.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/23 06:23:31 Modified files: audio/espeak : Makefile distinfo audio/espeak/patches: patch-src_Makefile patch-src_event_cpp patch-src_fifo_cpp patch-src_speech_h audio/espeak/pkg: PLIST Log message: Update to espeak-1.46.02. CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2012/06/23 06:27:31 Modified files: distrib/sets/lists/xbase: md.landisk md.vax Log message: sync CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/06/23 08:03:42 Modified files: sys/dev/adb : akbdmap.h Log message: Put back the non-controversial changes from r1.5 that I reverted on r1.6 due to the key modifier change. In details: - Fix the backspace key under X11 - Always use the command key (58) as modifier in console for *all* European keyboards - Do not use the small enter key (52) as modifier in console for the fr, sg, and sv_nodead layouts. - Do not redefined keys that are inherited from the default layout (de, uk). ok shadchin@, miod@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/06/23 08:09:42 Modified files: sys/dev/usb : ehci.c Log message: Fix a bad copy/paste; when starting an isochronous transfer set the first and last qTD pointers to NULL because only iTDs will be used. Part of a larger diff from Gerhard Roth CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/06/23 08:15:02 Modified files: sys/dev/usb : ehci.c Log message: There's no need to check for the last qTD of a list because they are NULL-terminated. Part of a larger diff from Gerhard Roth CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/23 09:32:45 Modified files: www/owncloud : Makefile distinfo www/owncloud/patches: patch-lib_util_php www/owncloud/pkg: PLIST Removed files: www/owncloud/patches: patch-config_config_sample_php Log message: Update to owncloud-4.0.3. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/06/23 10:05:05 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.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: miod@cvs.openbsd.org 2012/06/23 15:53:38 Modified files: sys/arch/mips64/include: asm.h sys/arch/mips64/mips64: cp0access.S Log message: Fix ITLBNOPFIX macro definition on RM7000-capable kernels, and use it in cp0_set_config() for consistency. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/06/23 15:56:06 Modified files: sys/arch/mips64/conf: files.mips64 Added files: sys/arch/mips64/mips64: cache_r5k.c cache_r10k.c Removed files: sys/arch/mips64/mips64: cache_r5k.S cache_r10k.S Log message: Replace R5000 and R10000 family assembly cache routines with C equivalents, which will be easier to maintain on the long run. Be sure to rm cache_r*.d in your kernel compile directories after updating. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/06/23 16:43:15 Modified files: cs : donations.html ftp.html plat.html de : donations.html ftp.html plat.html romp.html fr : donations.html ftp.html nl : donations.html ftp.html plat.html openbgpd/de : ftp.html openbgpd/fr : ftp.html openntpd/de : ftp.html portable.html openntpd/fr : ftp.html portable.html openssh/de : ftp.html portable.html specs.html openssh/fr : ftp.html portable.html openssh/nl : ftp.html portable.html spamd/cs : index.html spamd/fr : index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2012/06/23 17:14:15 Modified files: share/man/man1 : gcc-local.1 Log message: Document that -Wsystem-headers is on by default. ok pascal@, jmc@. CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2012/06/23 21:18:38 Modified files: usr.sbin/nginx/conf: nginx.conf Log message: Make the default SSL file locations match the ssl(8) man page for consistency. ok robert haesbaert henning CVSROOT: /cvs Module name: www Changes by: lteo@cvs.openbsd.org 2012/06/23 21:24:49 Modified files: faq : current.html Log message: Mention the nginx.conf SSL file location change. Even though the SSL lines are commented by default, nick@ pointed out that there is no harm mentioning it here to make people aware of it, since the process for setting up HTTPS with nginx on their next system will be slightly different; henning@, haesbaert@, and I agree. ok nick haesbaert henning CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/06/24 00:34:34 Modified files: usr.bin/w : w.c Log message: Fix comment. Pointed out by Seth Wright (seth at crosse.org) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/24 02:01:29 Modified files: net/csync : Makefile distinfo net/csync/patches: patch-src_std_c_file_c Log message: Update to csync-0.50.7. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/06/24 02:28:37 Modified files: share/man/man1 : gcc-local.1 Log message: tweak previous (sorry matthieu, i should have spotted this earlier); CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/24 03:24:37 Modified files: graphics/lcms2 : Makefile distinfo graphics/lcms2/pkg: PLIST Log message: Update to lcms2 2.3. from Brad CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2012/06/24 03:34:03 Modified files: geo/geos : Makefile distinfo geo/geos/pkg : PLIST Added files: geo/geos/patches: patch-include_geos_platform_h_in patch-src_Makefile_in Removed files: geo/geos/patches: patch-source_Makefile_in Log message: update to 3.3.4 ok landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/24 04:08:43 Modified files: net/libcares : Makefile distinfo net/libcares/pkg: PLIST Log message: Update to libcares-1.9.1. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/24 05:12:26 Modified files: www/owncloud : Makefile distinfo Log message: Upstream rerolled the tarball. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/24 07:37:02 Modified files: x11/pinot : Makefile distinfo x11/pinot/pkg : PLIST Removed files: x11/pinot/patches: patch-IndexSearch_cjkv_CJKVTokenizer_h patch-Makefile_in patch-textcat3_conf_txt Log message: Update to pinot-1.0. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/06/24 07:42:57 src/usr.bin/libtool/LT/Mode Update of /cvs/src/usr.bin/libtool/LT/Mode In directory cvs.openbsd.org:/tmp/cvs-serv13132/Mode Log Message: Directory /cvs/src/usr.bin/libtool/LT/Mode added to the repository CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/06/24 07:44:53 Modified files: usr.bin/libtool: Makefile libtool Added files: usr.bin/libtool/LT/Mode: Compile.pm Install.pm Link.pm Log message: clean-up the mess: move modes into separate files, this makes dependencies more apparent. This should also speed libtool up a bit, since it won't load all the code all the time, but only the parts that are actually needed (to wit "compile mode" which is much smaller). okay jasper@ CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2012/06/24 08:32:46 Log message: SABnzbd allows you to process nzb-files via a comfortable web interface. It offers a direct interface to newzbin2.es or nzbmatrix.com with features like automatic processing of bookmarked nzb-files. Help and OK ajacoutot@ Status: Vendor Tag: mglocker Release Tags: mglocker_2012-Jun-24 N ports/news/sabnzbd/Makefile N ports/news/sabnzbd/distinfo N ports/news/sabnzbd/pkg/DESCR N ports/news/sabnzbd/pkg/PLIST N ports/news/sabnzbd/pkg/MESSAGE N ports/news/sabnzbd/files/sabnzbd No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2012/06/24 08:40:43 Modified files: news : Makefile Log message: Add sabnzbd. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/06/24 10:01:18 Modified files: sbin/dhclient : dhclient.c dhcpd.h dispatch.c Log message: Nuke interface_link_status() (check media status only) and use interface_status() (check IFF_UP|IFF_RUNNING and media status). The interface is forced up when dhclient starts so the flags should be correct. Thanks to guenther@ for pointing out the original raison d'etre of the difference between the two. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/06/24 10:26:04 Modified files: sys/arch/mips64/include: cpu.h sys/arch/mips64/mips64: cache_loongson2.c cache_octeon.c cache_r10k.c cache_r4k.c cache_r5k.c cpu.c genassym.cf sys/arch/sgi/include: autoconf.h cpu.h sys/arch/sgi/sgi: ip30_machdep.c machdep.c Log message: Add cache operation functions pointers to struct cpu_info; the various cache lines and sizes are already there, after all. The ConfigCache cache routine is responsible for filling these function pointers; cache routine invocation macros are updated to use the cpu_info fields, but may still be overriden in on platforms where only one set of cache routines is used. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/24 11:17:27 Modified files: data/xkeyboard-config/rules: Makefile Log message: Do not assume that merge.sh has the 'x' bit set. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/06/24 12:06:42 Modified files: lib/libc/net : inet_net.3 Log message: - document newly imported AF_INET6 support to net_inet_{pton,ntop} diff from Florian Obser, ok jmc@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/06/24 12:25:12 Modified files: sys/dev : rnd.c lib/libc/crypt : arc4random.c Log message: Change arc4random_uniform() to calculate ``2**32 % upper_bound'' as ``-upper_bound % upper_bound''. Simplifies the code and makes it the same on both ILP32 and LP64 architectures, and also slightly faster on LP64 architectures by using a 32-bit remainder instead of a 64-bit remainder. Pointed out by Jorden Verwer on tech@ ok deraadt; no objections from djm or otto CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/24 12:47:20 Modified files: mail/z-push : Makefile distinfo mail/z-push/files: z-push.conf mail/z-push/patches: patch-config_php patch-index_php mail/z-push/pkg: PLIST README Added files: mail/z-push/patches: patch-backend_zarafa_listfolders_php Removed files: mail/z-push/pkg: UNMESSAGE Log message: Update to z-push-2.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/24 12:50:22 Modified files: mail/z-push : Makefile mail/z-push/pkg: PLIST Log message: Committed previous from wrong tree; was not up to date with the markers. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/06/24 14:11:16 Modified files: lib/libc/gen : sysconf.c Log message: In sysconf(), don't bother querying the kernel for userspace-only values or features that POSIX now requires to always be provided. From Brad; ok guenther and me; incorporates feedback from millert too CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/06/24 14:20:37 Modified files: sys/arch/mips64/include: cache.h Log message: Do not output unnecessary semicolons when expanding macros. No functional change CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/06/24 14:22:49 Modified files: sys/arch/mips64/mips64: cache_r10k.c Log message: Get the L2 line size from the configuration register instead of hardcoding the smallest possible size; and on kernels with 16KB pages, where no virtual aliasing happens, use Hit operations on the pa instead of index operations on the va for all sets in the SyncDCachePage routine. Tested by mikeb@ on IP32 and myself on IP27/28/30/35 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/06/24 14:24:46 Modified files: sys/arch/mips64/mips64: cache_r5k.c Log message: Since the RM7000 cache behaves as a physically-indexed cache due to the set size being not larger than 4KB, use Hit operations on the pa instead of Index operations on the va for each set in the SyncDCachePage routine, when running with such a cache. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/06/24 14:25:58 Modified files: sys/arch/mips64/mips64: cache_r4k.c Log message: Bring in line with current cache_r{5,10}k.c style, and optimize slightly the handling of a partial last line in IOSyncDCache. No functional change. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/06/24 14:29:46 Modified files: sys/arch/sgi/sgi: ip22.h ip22_machdep.c machdep.c Log message: Code for the external L2 cache controller on Indy/Indigo2 R4600SC and Indy R5000SC processor modules; these sport an up to 512KB, physically indexed, write-through L2 cache which is not connected to the canonical external cache interface of these processors (hence requiring specific code to drive it). The cache is enabled early and disabled before returning to ARCBios (for very nasty things happen otherwise). Tested on R5000SC, will be tested on R4600SC soon. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/24 14:43:25 Modified files: driver/xf86-video-intel/src/xvmc: Makefile.in Makefile.am Log message: Link libIntelXvMC.so to pthread-stubs, not pthreads. Needed by future matthew@ patch. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/06/24 14:52:48 Modified files: util/macros : xorg-macros.m4.in Log message: Remove -Wredundant-decls gcc warning option. It causes lots of noise in OpenBSD system headers. requested by espie@, ok guenther@. Note that this will only take effect once configure scripts and Makefile.in are re-generated. This will happen in a not too short future. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/06/24 14:56:57 Modified files: usr.bin/libtool: libtool Log message: work-around for obvious race condition with make -j4. problem discovered by matthieu@. This is only a stop-gap work-around ! the real fix is a wee little bit more complex... CVSROOT: /cvs Module name: www Changes by: gilles@cvs.openbsd.org 2012/06/24 14:57:22 Modified files: . : want.html Log message: I could use a few soekris (-like) boards for upcoming experiments with OpenSMTPD queue and scheduler. The smaller, the better, they don't need to be powerful, just to be stackable on my desk :-) CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/06/24 17:01:13 Modified files: productivity/gtg: Makefile distinfo productivity/gtg/patches: patch-GTG_gtg_py productivity/gtg/pkg: PLIST Removed files: productivity/gtg/patches: patch-GTG___init___py patch-gtg patch-gtg_desktop patch-setup_py Log message: Update for Gtg to 0.2.9, with some fixes and improves: * Big refractorization of code, now using liblarch * Fixed crash traceback when pressing 'delete' key. * Fixed url autolinking for http(s) schemes. * Fixed several bugs about hamster integration. While here, new MASTER_SITES, GROFF is not needed, delete some patches using perl on Makefile. Initial update from me with a lot of tweaks by aja@. Ok aja@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/06/24 20:29:02 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/25 00:47:25 Modified files: mail/z-push : Makefile mail/z-push/files: z-push.conf mail/z-push/pkg: PLIST README Log message: Simplify setup. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/06/25 05:07:22 Modified files: archivers/xz : Makefile distinfo archivers/xz/patches: patch-config_h_in archivers/xz/pkg: PLIST Log message: maintenance update to 5.0.4 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/06/25 05:43:35 Modified files: lang/ocaml : ocaml.port.mk Log message: use TRUEPREFIX to allow correct behavior wrt do-install. from Christopher Zimmermann CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/06/25 05:49:19 Modified files: sbin/pflogd : pflogd.8 usr.sbin/ftp-proxy: ftp-proxy.8 Log message: log all, not log-all; ok henning CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/25 06:26:03 Modified files: lang/vala : Makefile distinfo Log message: - update to 0.16.1 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/06/25 06:26:59 Modified files: share/man/man5 : bsd.port.mk.5 Log message: automake has different naming rules, I was mistaken, those require conflict markers... CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/06/25 07:49:16 Modified files: usr.bin/tmux : cmd-find-window.c Log message: Trim a blank line. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/06/25 08:06:26 Modified files: net/pptp/patches: patch-pptp_gre_c Added files: net/dnsmasq/patches: patch-src_bpf_c security/wpa_supplicant/patches: patch-src_l2_packet_l2_packet_freebsd_c Log message: explicitly include before and don't rely on it being pulled in by some other header file CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/06/25 08:08:56 Modified files: usr.bin/tmux : cmd-choose-buffer.c cmd-choose-client.c cmd-choose-session.c cmd-choose-window.c cmd-find-window.c tmux.h window-choose.c Log message: Clean up and simplify the choose mode code, from Thomas Adam. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/06/25 08:20:01 Modified files: multimedia/vitunes: Makefile Added files: multimedia/vitunes/patches: patch-vitunes_c Log message: Fix a crash on startup when certan options are set in the config file. Reported by Brett, looks good to laurent@ (maintainer), and confirmed by Ryan Flannery upstream. CVSROOT: /cvs Module name: ports Changes by: mpi@cvs.openbsd.org 2012/06/25 08:24:34 Modified files: x11/remmina : Makefile x11/remmina/patches: patch-remmina_src_remmina_ssh_c Log message: Revert the commit that breaks remmina+ssh with OpenBSD servers and add the URLs to the bugtracker. ok ajacoutot@, jasper@ (maintainer) CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/06/25 08:27:25 Modified files: usr.bin/tmux : cmd-choose-buffer.c cmd-choose-client.c cmd-choose-session.c cmd-choose-window.c tmux.h window-choose.c Log message: Provide common helper function for adding windows and sessions to choose lists and expand %% in command before using it rather than at callback time. From Thomas Adam. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/06/25 09:45:14 Modified files: devel/automake/1.10: Makefile devel/automake/1.10/pkg: PLIST devel/automake/1.11: Makefile devel/automake/1.11/pkg: PLIST devel/automake/1.12: Makefile devel/automake/1.12/pkg: PLIST devel/automake/1.4: Makefile devel/automake/1.4/pkg: PLIST devel/automake/1.8: Makefile devel/automake/1.8/pkg: PLIST devel/automake/1.9: Makefile devel/automake/1.9/pkg: PLIST Added files: devel/automake : Makefile.inc Log message: fix @conflict marker while there, put common things in Makefile.inc bump revs according to discrepancies in COMMENT and in @conflict CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/06/25 10:55:13 Modified files: sys/arch/hppa/spmath: float.h Log message: Turns out this file not need machine/float.h at all, since it defines all the goop it needs by itself ok millert CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/06/25 11:01:11 Modified files: lib/libc/arch/alpha/gen: flt_rounds.c lib/libc/arch/hppa/gen: flt_rounds.c lib/libc/arch/hppa64/gen: flt_rounds.c lib/libc/arch/m88k/gen: flt_rounds.c lib/libc/arch/mips64/gen: flt_rounds.c lib/libc/arch/powerpc/gen: flt_rounds.c lib/libc/arch/sh/gen: flt_rounds.c lib/libc/arch/sparc/gen: flt_rounds.c lib/libc/arch/sparc64/gen: flt_rounds.c Log message: Do not use , that is an deformed BSD-ism. It turns out is the right file to pull in. ok millert CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/06/25 12:54:07 Modified files: security/samhain: Makefile Log message: --enable-xml-log is needed for both the client and the server so enable it by default CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/06/25 13:24:27 Modified files: net/ptpd : Makefile net/ptpd/patches: patch-src_dep_ptpd_dep_h Log message: * explicitly include for INT_MAX * no need for groff CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2012/06/25 14:54:14 Modified files: news/sabnzbd : Makefile Log message: Fix compileall.py -> python dependency by adding "BUILD_DEPENDS = ${_MODPY_BUILD_DEPENDS}". Suggested by ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/25 16:03:04 Modified files: net/nagios/cnagios: Makefile Log message: drop Simon Kuhnle as maintainer, per his request. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/25 16:12:30 Modified files: mail/p5-Mail-SpamAssassin: Makefile Added files: mail/p5-Mail-SpamAssassin/patches: patch-spamc_libspamc_c patch-spamc_libspamc_h patch-spamc_spamc_c patch-spamc_spamc_pod patch-spamd_spamd_raw Log message: let SpamAssassin work if sslv2 is disabled, from Brad CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/06/25 17:07:54 Log message: GNU ed is a line-oriented text editor. It is used to create, display, modify and otherwise manipulate text files, both interactively and via shell scripts. A restricted version of ed, red, can only edit files in the current directory and cannot execute shell commands. Ed is the "standard" text editor in the sense that it is the original editor for Unix, and thus widely available. For most purposes, however, it is superseded by full-screen editors such as GNU Emacs or GNU Moe. ok landry@ Status: Vendor Tag: pascal Release Tags: pascal_20122606 N ports/editors/ged/Makefile N ports/editors/ged/distinfo N ports/editors/ged/pkg/PLIST N ports/editors/ged/pkg/DESCR N ports/editors/ged/patches/patch-Makefile_in N ports/editors/ged/patches/patch-doc_ed_info No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/06/25 17:08:24 Modified files: editors : Makefile Log message: + ged CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/06/25 19:59:47 Modified files: sys/arch/alpha/include: param.h alpha_cpu.h cpu.h Log message: Stop the song and dance where alpha param.h tries to include the world. "Why is this not commited yet?" says miod CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/25 23:07:46 Modified files: x11/gnome/screensaver: Makefile distinfo Log message: Minor update to gnome-screensaver-3.4.2. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/06/25 23:27:10 Modified files: faq/fr : current.html fr : romp.html openssh/fr : history.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/26 00:17:12 Modified files: print/hplip : Makefile distinfo print/hplip/patches: patch-Makefile_in patch-base_codes_py patch-base_pkit_py patch-base_utils_py patch-check-plugin_py patch-check_py patch-configure patch-installer_core_install_py patch-installer_dcheck_py patch-io_hpmud_musb_c patch-prnt_cups_py patch-prnt_hpcups_HPCupsFilter_cpp patch-setup_py patch-ui4_devmgr5_py patch-ui_devmgr4_py print/hplip/pkg: PLIST-gui PLIST-hpijs PLIST-main Added files: print/hplip/patches: patch-io_hpmud_hpmudi_h patch-io_hpmud_jd_c patch-scan_sane_bb_ledm_c Log message: Update to hplip-3.12.6. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/06/26 00:39:27 Modified files: sys/netinet : in.h sys/netinet6 : in6.h include/arpa : inet.h Log message: Improve compliance for and to define/declare all the symbols that POSIX says they must and fewer that they can't and, most importantly, to not require a specific ordering of headers. ports testing by naddy@ ok millert@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/06/26 01:26:41 Modified files: devel/py-hg-git: Makefile distinfo devel/py-hg-git/pkg: PLIST Log message: Update to py-hg-git 0.3.1 and unbreak it, since it doesn't work with our current mercurial.... From viq CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/06/26 02:20:48 Modified files: news/pan : Makefile distinfo Removed 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: Update to 0.138 ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/26 02:54:05 Log message: Import bacula-web-5.2.6. Bacula-Web is a web based tool written in PHP that provides a summarized view of the bacula backup infrastructure. It obtain this information from the bacula catalog's database. This tool provides you informations on the last day jobs status, media and pool usage, catalog size usage, etc. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120626 N ports/www/bacula-web/Makefile N ports/www/bacula-web/distinfo N ports/www/bacula-web/files/bacula-web.conf N ports/www/bacula-web/patches/patch-config_config_php_sample N ports/www/bacula-web/pkg/DESCR N ports/www/bacula-web/pkg/PLIST N ports/www/bacula-web/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/26 02:54:29 Modified files: www : Makefile Log message: +bacula-web CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2012/06/26 04:03:41 Modified files: usr.sbin/nginx : Makefile.bsd-wrapper usr.sbin/nginx/src/core: ngx_file.c Log message: use /var/www/tmp/ for the temp directories even if not chrooted CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/26 04:07:27 Modified files: security/assl : Makefile Added files: security/assl/patches: patch-assl_c Log message: let assl work if sslv2 is disabled, from Brad CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/26 04:10:20 Modified files: mail/fetchmail : Makefile mail/fetchmail/patches: patch-fetchmail_man patch-socket_c mail/nail : Makefile mail/nail/patches: patch-mailx_1 patch-openssl_c Added files: mail/fetchmail/patches: patch-configure_ac Removed files: mail/fetchmail/patches: patch-configure Log message: - let these work if sslv2 is disabled, from Brad CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/26 04:11:32 ports/net/tn5250/patches Update of /cvs/ports/net/tn5250/patches In directory cvs.openbsd.org:/tmp/cvs-serv21992/patches Log Message: Directory /cvs/ports/net/tn5250/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/26 04:12:21 Modified files: security/sslscan: Makefile security/sslscan/patches: patch-sslscan_c Added files: security/sslscan/patches: patch-sslscan_1 Log message: let this work if sslv2 is disabled, from Brad CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/26 04:14:10 Modified files: net/tn5250 : Makefile net/pavuk : Makefile Added files: net/tn5250/patches: patch-src_sslstream_c net/pavuk/patches: patch-src_gui_common_c patch-src_myssl_openssl_c Log message: let these work if sslv2 is diabled; from Brad CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/06/26 04:18:08 Modified files: sys/compat/linux: linux_socket.c linux_socket.h Log message: Don't ignore SOCK_CLOEXEC and SOCK_NONBLOCK. CAVEATS: Assumes that a new socket can't have any of the FCNTLFLAGS set on it, which _is_ true, currently... (guenther@) Okay guenther@, deraadt@. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/06/26 04:57:02 Removed files: net/osrtspproxy/patches: patch-libapp_Avl_h Log message: no more MIN(), MAX() clash after has stopped pulling in CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/06/26 05:00:28 Modified files: sbin/iked : iked.h ikev2.c ikev2_msg.c Log message: compare exchange types as well when looking up a message; proceed with a response only when the appropriate request is found. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/06/26 05:02:30 Modified files: usr.bin/ssh : sandbox-systrace.c Log message: Add mquery to the list of allowed syscalls for "UsePrivilegeSeparation sandbox" since malloc now uses it. From johnw.mail at gmail com. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/06/26 05:05:43 Modified files: sbin/iked : ikev2.c Log message: close SA when IKE_SA_INIT or IKE_AUTH exchanges fail; don't cache the response to IKE_SA_INIT. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/06/26 05:09:10 Modified files: sbin/iked : ikev2_msg.c Log message: improve ikev2_msg_retransmit_timeout CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/26 05:17:54 Modified files: print/hplip : Makefile print/hplip/patches: patch-base_mdns_py patch-base_pexpect_py patch-base_slp_py Added files: print/hplip/patches: patch-config_usb_printer_py Log message: minor tweaks to hplip, ok ajacoutot@ - use rc.d/httpd rather than apachectl - MODPY_BIN in the new config_usb_printer.py - comment tyops CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/06/26 05:46:06 Log message: OGMRip is an application and a set of libraries for ripping and encoding DVD into AVI, OGM, MP4, or Matroska files using a wide variety of codecs. It relies on mplayer, mencoder, ogmtools, mkvtoolnix, mp4box, oggenc, lame, and faac to perform its tasks. feedback/tweaks landry@/aja@, ok aja@, "yes please" todd@ Status: Vendor Tag: pascal Release Tags: pascal_20122606 N ports/multimedia/ogmrip/Makefile N ports/multimedia/ogmrip/distinfo N ports/multimedia/ogmrip/pkg/DESCR N ports/multimedia/ogmrip/pkg/PLIST N ports/multimedia/ogmrip/patches/patch-libogmdvd_ogmdvd-transport_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/06/26 05:46:45 Modified files: multimedia : Makefile Log message: + ogmrip CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/06/26 06:06:59 Modified files: regress/usr.bin/ssh: connect-privsep.sh Log message: test sandbox with every malloc option CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/26 06:30:37 Modified files: net/zabbix/patches: patch-configure Removed files: net/libnice/patches: patch-stun_stunmessage_h patch-stun_usages_ice_c net/farstream/patches: patch-tests_check_testutils_c net/gupnp/core/patches: patch-libgupnp_gupnp-unix-context-manager_c net/gupnp/igd/patches: patch-libgupnp-igd_gupnp-simple-igd_c net/centerim/patches: patch-connwrap_connwrap_c net/miniupnp/miniupnpc/patches: patch-miniwget_c net/ns/patches : patch-config_h net/onioncat/patches: patch-src_ocat_h net/pidgin-facebookchat/patches: patch-libfacebook_h net/pidgin-sipe/patches: patch-src_purple_purple-dnsquery_c net/pktstat/patches: patch-loop_c patch-sll_c net/scli/patches: patch-scli_cmds_c net/xmlrpc-c/patches: patch-src_cpp_test_server_abyss_cpp net/transmission/patches: patch-third-party_dht_dht_c patch-third-party_libutp_utp_h net/telepathy/telepathy-gabble/patches: patch-tests_twisted_test-resolver_c net/telepathy/telepathy-salut/patches: patch-lib_gibber_gibber-tcp-transport_c patch-lib_gibber_gibber-util_c Log message: - these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12 no pkg change CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/26 07:00:14 Modified files: audio/umurmur/patches: patch-src_messages_c audio/speech-dispatcher/patches: patch-src_server_speechd_h Removed files: audio/pulseaudio/patches: patch-src_pulsecore_arpa-inet_h audio/opennap/patches: patch-server_connect_c audio/pianobar/patches: patch-src_player_c audio/umurmur/patches: patch-src_crypt_c Log message: - these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12 CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/06/26 07:14:42 Modified files: sys/net : pf.c Log message: initialize 'reason' variable before passing it to the pflog_packet; from david hill; ok henning CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/26 07:17:32 Modified files: databases/redis/patches: patch-src_redis_c Removed files: databases/redis/patches: patch-src_debug_c patch-src_rdb_c patch-src_redis-check-dump_c Log message: - these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/26 07:20:03 Removed files: devel/bzr/patches: patch-bzrlib_python-compat_h devel/sdl-net/patches: patch-SDLnetsys_h Log message: - these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/26 07:38:25 Modified files: sysutils/moreutils: Makefile distinfo sysutils/moreutils/patches: patch-Makefile sysutils/moreutils/pkg: PLIST Log message: update to moreutils 0.47: fixes manpage typo, avoids reading files twice in combine(1) to support data coming from pipes, and adds an errno(1) utility for people who are too lazy to type 'man errno' (or are perhaps on an OS with bad manuals). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/26 07:41:12 Modified files: games/wordwarvi/patches: patch-wordwarvi_c games/oolite/patches: patch-src_Core_Debug_OODebugTCPConsoleClient_m Log message: - these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/26 08:02:18 Removed files: graphics/libgphoto2/patches: patch-configure misc/srcpd/patches: patch-src_netservice_c patch-src_srcp-server_c Log message: - these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/26 08:06:31 Removed files: lang/parrot/patches: patch-config_auto_ipv6_test_in mail/msmtp/patches: patch-src_msmtp_c patch-src_net_c mail/nmh/patches: patch-test_fakesmtp_c Log message: - these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/26 08:15:23 Modified files: multimedia/lives/patches: patch-lives-plugins_plugins_playback_video_lives2lives_stream_c patch-src_htmsocket_c Removed files: net/torsocks/patches: patch-src_common_c Log message: - these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/06/26 08:36:11 Modified files: sbin/dhclient : options.c Log message: RFC 2132 says "Options containing NVT ASCII data SHOULD NOT include a trailing NULL; however, the receiver of such options MUST be prepared to delete trailing nulls if they exist." So delete (all) trailing NUL's when parsing NVT ASCII options. Should fix odd results when 'append'ing info to such options via dhclient.conf. FreeBSD commit to fix 'append' logic in a different way pointed out by brad. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/26 08:40:06 Modified files: security/gnutls: Makefile security/gnutls/patches: patch-doc_examples_ex-cert-select-pkcs11_c Removed files: security/gnutls/patches: patch-doc_examples_ex-cert-select_c patch-doc_examples_ex-client-psk_c patch-doc_examples_ex-client1_c patch-doc_examples_ex-client2_c patch-doc_examples_ex-serv-anon_c patch-doc_examples_ex-serv-pgp_c patch-doc_examples_ex-serv-psk_c patch-doc_examples_ex-serv-srp_c patch-doc_examples_ex-serv1_c patch-doc_examples_tcp_c patch-gl_inet_ntop_c patch-gl_inet_pton_c patch-gl_tests_test-arpa_inet_c patch-gl_tests_test-getaddrinfo_c patch-gl_tests_test-inet_ntop_c patch-gl_tests_test-inet_pton_c patch-src_certtool-cfg_c Log message: - these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/26 08:45:04 Modified files: security/libssh/patches: patch-src_channels_c Removed files: sysutils/conky/patches: patch-src_conky_h sysutils/collectd/patches: patch-src_common_c security/libssh/patches: patch-src_agent_c patch-src_auth_c patch-src_buffer_c patch-src_client_c patch-src_crypt_c patch-src_dh_c patch-src_kex_c patch-src_keyfiles_c patch-src_known_hosts_c patch-src_messages_c patch-src_packet_c patch-src_sftp_c patch-src_sftpserver_c patch-src_string_c Log message: - these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/06/26 08:46:42 Modified files: sbin/dhclient : options.c Log message: Add some more paranoia and make code clearer. Check that the required length field for the option is present before using it. Reject lease if no length field is present. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/26 08:53:01 Removed files: x11/gdesklets/patches: patch-libdesklets_system_gtop_c Log message: - these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/26 08:53:04 Removed files: telephony/kamailio/patches: patch-modules_s_permissions_im_hash_c patch-modules_tls_tls_mod_c Log message: - these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/26 08:53:16 Removed files: www/hiawatha/patches: patch-send_c www/chromium/patches: patch-net_base_listen_socket_unittest_cc www/pecl-memcache/patches: patch-memcache_binary_protocol_c patch-memcache_pool_c www/fcgi-cgi/patches: patch-fastcgi_c Log message: - these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12 CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/06/26 08:53:23 Modified files: lib/libc/stdio : vfprintf.c vfwprintf.c Log message: Use nl_langinfo(RADIXCHAR) instead of localeconv()->decimal_point in printf() and avoid calling it unless needed (i.e., when we have a floating point value to print). This isn't a big concern currently due to our limited locale support and current localeconv() implementation, but it's still technically a data race and implementing POSIX 2008 per-thread locales is likely to make it worse. nl_langinfo() isn't guaranteed by POSIX to be thread-safe either, but at least our current implementation is thread-safe and it's a simpler interface to keep that way. Printing floating point values isn't async-signal-safe anyway due to gdtoa()'s use of malloc(), so that's not an issue. ok deraadt, stsp, millert CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/26 08:54:29 Modified files: x11/gnome/gdm/patches: patch-daemon_gdm-xdmcp-display-factory_c Log message: - these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/26 09:06:42 Log message: import ports/net/weechat, from Simon Kuhnle based on a port from Jona Joachim, ok landry@. WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat environment for many operating systems. Everything can be done with a keyboard. It is customizable and extensible with scripts. Status: Vendor Tag: sthen Release Tags: sthen_20120626 N ports/net/weechat/Makefile N ports/net/weechat/distinfo N ports/net/weechat/pkg/PLIST-tcl N ports/net/weechat/pkg/DESCR-lua N ports/net/weechat/pkg/DESCR-main N ports/net/weechat/pkg/PLIST-main N ports/net/weechat/pkg/DESCR-ruby N ports/net/weechat/pkg/DESCR-tcl N ports/net/weechat/pkg/PLIST-python N ports/net/weechat/pkg/PLIST-lua N ports/net/weechat/pkg/PLIST-ruby N ports/net/weechat/pkg/DESCR-python N ports/net/weechat/patches/patch-doc_CMakeLists_txt No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/26 09:07:01 Modified files: net : Makefile Log message: +weechat CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/06/26 09:07:17 Log message: Plan 9 is a distributed computing environment built at Bell Labs starting in the late 1980s. The system can be obtained from Bell Labs at http://plan9.bell-labs.com/plan9 and runs on PCs and a variety of other platforms. Plan 9 became a convenient platform for experimenting with new ideas, applications, and services. Plan 9 from User Space provides many of the ideas, applications, and services from Plan 9 on Unix-like systems. It runs on FreeBSD (x86), Linux (x86 and PowerPC), Mac OS X (PowerPC), OpenBSD (x86), and SunOS (Sparc). testing/feedback and ok landry@ Status: Vendor Tag: pascal Release Tags: pascal_20122606 N ports/plan9/plan9port/Makefile N ports/plan9/plan9port/distinfo N ports/plan9/plan9port/pkg/PLIST N ports/plan9/plan9port/pkg/DESCR N ports/plan9/plan9port/patches/patch-src_libthread_threadimpl_h N ports/plan9/plan9port/patches/patch-include_u_h N ports/plan9/plan9port/patches/patch-src_mkhdr N ports/plan9/plan9port/patches/patch-src_libthread_Darwin-x86_64-asm_s N ports/plan9/plan9port/patches/patch-src_libthread_OpenBSD-power-asm_S N ports/plan9/plan9port/patches/patch-INSTALL N ports/plan9/plan9port/patches/patch-src_libthread_mkfile N ports/plan9/plan9port/patches/patch-src_libthread_sysofiles_sh No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/06/26 09:07:53 Modified files: plan9 : Makefile Log message: + plan9port CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/06/26 10:12:45 Modified files: sys/sys : limits.h sys/arch/hppa/include: param.h Added files: sys/arch/alpha/include: _float.h sys/arch/amd64/include: _float.h sys/arch/arm/include: _float.h sys/arch/armish/include: _float.h sys/arch/aviion/include: _float.h sys/arch/beagle/include: _float.h sys/arch/gumstix/include: _float.h sys/arch/hp300/include: _float.h sys/arch/hppa/include: _float.h sys/arch/hppa64/include: _float.h sys/arch/i386/include: _float.h sys/arch/ia64/include: _float.h sys/arch/landisk/include: _float.h sys/arch/loongson/include: _float.h sys/arch/luna88k/include: _float.h sys/arch/m68k/include: _float.h sys/arch/m88k/include: _float.h sys/arch/macppc/include: _float.h sys/arch/mips64/include: _float.h sys/arch/mvme68k/include: _float.h sys/arch/mvme88k/include: _float.h sys/arch/octeon/include: _float.h sys/arch/palm/include: _float.h sys/arch/powerpc/include: _float.h sys/arch/sgi/include: _float.h sys/arch/sh/include: _float.h sys/arch/socppc/include: _float.h sys/arch/solbourne/include: _float.h sys/arch/sparc/include: _float.h sys/arch/sparc64/include: _float.h sys/arch/vax/include: _float.h sys/arch/zaurus/include: _float.h Removed files: sys/arch/alpha/include: float.h internal_types.h sys/arch/amd64/include: float.h internal_types.h sys/arch/arm/include: float.h internal_types.h sys/arch/armish/include: float.h internal_types.h sys/arch/aviion/include: float.h internal_types.h sys/arch/beagle/include: float.h internal_types.h sys/arch/gumstix/include: float.h internal_types.h sys/arch/hp300/include: float.h internal_types.h sys/arch/hppa/include: float.h internal_types.h sys/arch/hppa64/include: float.h internal_types.h sys/arch/i386/include: float.h internal_types.h sys/arch/ia64/include: float.h internal_types.h sys/arch/landisk/include: float.h internal_types.h sys/arch/loongson/include: float.h internal_types.h sys/arch/luna88k/include: float.h internal_types.h sys/arch/m68k/include: float.h internal_types.h sys/arch/m88k/include: float.h internal_types.h sys/arch/macppc/include: float.h internal_types.h sys/arch/mips64/include: float.h internal_types.h sys/arch/mvme68k/include: float.h internal_types.h sys/arch/mvme88k/include: float.h internal_types.h sys/arch/octeon/include: float.h internal_types.h sys/arch/palm/include: float.h internal_types.h sys/arch/powerpc/include: float.h internal_types.h sys/arch/sgi/include: float.h internal_types.h sys/arch/sh/include: float.h internal_types.h sys/arch/socppc/include: float.h internal_types.h sys/arch/solbourne/include: float.h internal_types.h sys/arch/sparc/include: float.h internal_types.h sys/arch/sparc64/include: float.h internal_types.h sys/arch/vax/include: float.h internal_types.h sys/arch/zaurus/include: float.h internal_types.h Log message: create new machine/_float.h which is namespace clean. create a new MI float.h which pulls in and defines the values that are needed from there, and repair sys/limits.h so that it defines the values it needs as well (depending on POSIX version, XPG version, etc). guenther has a more exact selection of that coming for limits.h. this also fixes a few mistakes for the vax. reviewed by kettenis and guenther. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/06/26 10:13:24 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.loongson md.luna88k 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.alpha md.amd64 md.armish md.aviion md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.loongson md.luna88k md.macppc md.mvme68k md.mvme88k md.palm md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/06/26 10:16:16 Modified files: include : Makefile Added files: include : float.h Log message: create new machine/_float.h which is namespace clean. create a new MI float.h which pulls in and defines the values that are needed from there, and repair sys/limits.h so that it defines the values it needs as well (depending on POSIX version, XPG version, etc). guenther has a more exact selection of that coming for limits.h. this also fixes a few mistakes for the vax. reviewed by kettenis and guenther. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/06/26 10:18:14 Modified files: sys/arch/hppa/include: param.h Log message: param.h (like landisk and alpha before) was still trying to include too much of the kernel world when it did not need to CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/06/26 10:18:45 Modified files: sys/arch/hppa/stand/boot: exec.c sys/arch/hppa/stand/cdboot: cdboot.c Log message: do not assume that sys/param.h is pulling in the world; pull in what is needed by hand. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/06/26 10:19:02 Modified files: sys/arch/alpha/stand: loadfile_subr.c Log message: ALPHA_PGSHIFT -> PGSHIFT. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/26 10:56:55 Modified files: net/weechat : Makefile Log message: fix WANTLIB etc. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/06/26 10:59:23 Modified files: usr.bin/mg : cscope.c tags.c Log message: add missing rcs ids CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/06/26 12:17:18 Modified files: lang/ghc : Makefile Log message: We need a new Timmy^WBootstrapper! (It would be nice if someone could build one on a current i386) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/06/26 12:24:26 Removed files: net/csup/patches: patch-auth_c Log message: - these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12 CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/06/26 13:35:30 Modified files: devel/apr : Makefile Log message: Bump to force an update after the move of our libtool from ports to src. Otherwise people who have apr already installed won't get an update, leading to apr-1-config --apr-libtool still saying /usr/ports/infrastructure/bin/libtool, which in turn causes (at least) a build of www/apache-httpd to fail. ok espie@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/26 13:42:25 Modified files: . : INDEX Log message: sync, 813 insertions(+), 792 deletions(-) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/26 13:53:38 Log message: import tinyscheme 1.40 TinyScheme is a lightweight Scheme interpreter that implements as large a subset of R5RS as was possible without getting very large and complicated. It is meant to be used as an embedded scripting interpreter for other programs. As such, it does not offer IDEs or extensive toolkits although it does sport a small top-level loop, included conditionally. ok sthen@ Status: Vendor Tag: jasper Release Tags: jasper_20122606 N ports/lang/tinyscheme/distinfo N ports/lang/tinyscheme/Makefile N ports/lang/tinyscheme/pkg/PLIST N ports/lang/tinyscheme/pkg/DESCR N ports/lang/tinyscheme/patches/patch-makefile N ports/lang/tinyscheme/patches/patch-scheme_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/26 13:54:00 Modified files: lang : Makefile Log message: sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/06/26 14:09:18 Modified files: distrib/notes/sgi: hardware Log message: IP22 R4600SC and R5000SC have their L2 cache supported now. CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2012/06/26 14:10:45 Modified files: . : sgi.html Log message: sync with current reality CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/26 14:23:29 Modified files: net/ejabberd : Makefile distinfo net/ejabberd/pkg: PLIST Log message: - update to 2.1.11 ok maintainer CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2012/06/26 14:31:47 Modified files: devel/automake/1.10: Makefile devel/automake/1.10/patches: patch-automake_in devel/automake/1.11: Makefile devel/automake/1.11/patches: patch-automake_in devel/automake/1.12: Makefile devel/automake/1.12/patches: patch-automake_in Removed files: devel/automake/1.10/patches: patch-lib_am_header-vars_am devel/automake/1.11/patches: patch-lib_am_header-vars_am devel/automake/1.12/patches: patch-lib_am_header-vars_am Log message: Stop using ${SHELL} to execute ${install_sh} it's already there. ok sthen@, brad@ sent the patches for 1.10 and 1.12. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/06/26 15:09:44 Modified files: usr.sbin/iscsictl: Makefile iscsictl.8 Added files: usr.sbin/iscsictl: iscsi.conf.5 Log message: Long overdue addition of the iscsi.conf man page. Help and OK jmc@, OK dlg@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/06/26 15:10:18 Modified files: usr.sbin/iscsid: iscsid.8 Log message: There is a iscsi.conf man page now. Reminded by jmc@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2012/06/26 15:27:44 Modified files: lib/libc/sys : getpgrp.2 setregid.2 setreuid.2 Log message: simplify a little of the posix standards talk. ok deraadt guenther jmc CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/06/26 15:30:27 Modified files: usr.bin/mg : theo.c Log message: It is time to bring this back alive. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2012/06/26 15:36:26 Modified files: lib/libc/stdlib: malloc.c Log message: after a talk with ariane, use MAP_FIXED for mquery to avoid the cost of scanning for free space if the hint isn't available. also, on further inspection, this will prevent pmap_prefer from "improving" our hint. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2012/06/26 15:37:59 Modified files: usr.sbin/iostat: iostat.c Log message: tweak column spacing to allow for larger numbers CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/26 15:41:50 Modified files: databases/node-sqlite3: Makefile distinfo Added files: databases/node-sqlite3/patches: patch-package_json Log message: - update to 2.1.4 from aaron bieber (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/06/26 16:02:32 Log message: Osh(1) is an enhanced, backward-compatible port of the Sixth Edition Thompson shell. Sh6(1) is an unenhanced port of the shell, and glob6(1) is a port of its global command. Together, sh6 and glob6 provide a user interface which is backward compatible with that provided by the Sixth Edition Thompson shell and global command, but without the obvious enhancements found in osh. The original Thompson shell was principally written by Ken Thompson of Bell Labs. ok landry@ Status: Vendor Tag: pascal Release Tags: pascal_20122706 N ports/shells/osh/Makefile N ports/shells/osh/distinfo N ports/shells/osh/pkg/PLIST N ports/shells/osh/pkg/DESCR N ports/shells/osh/patches/patch-Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/06/26 16:03:02 Modified files: shells : Makefile Log message: + osh CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/06/26 16:08:01 Modified files: shells/osh/pkg : PLIST Log message: err, fix @conflict marker CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/06/26 16:08:39 Modified files: devel/omake : Makefile devel/omake/pkg: PLIST Log message: Add @conflict with osh. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/06/26 16:26:14 Modified files: usr.sbin/iscsid: iscsid.8 Log message: tweak previous; CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/06/27 00:15:47 Modified files: multimedia/xine-lib/patches: patch-configure_ac Log message: prevent autodetection from grabbing execinfo.h, thus leading to dpb -J problems. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/27 00:37:16 Modified files: www/mediawiki : Makefile distinfo www/mediawiki/pkg: PLIST Log message: - security update to 1.19.1, fixes CVE-2012-2698, MediaWiki "uselang" Cross-Site Scripting Vulnerability ok maintainer who sent a similar diff earlier. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/06/27 00:39:50 Modified files: sysutils/upower: Makefile distinfo sysutils/upower/patches: patch-configure patch-src_openbsd_up-backend_c patch-tools_Makefile_in Log message: Update to upower 0.9.17 Note that now by default, upowerd will run apm -C when running on battery and apm -A when on AC, this can be disabled by setting RunPowersaveCommand to false in etc/UPower/UPower.conf. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/27 00:40:12 Modified files: www/mediawiki : Tag: OPENBSD_5_1 Makefile distinfo www/mediawiki/pkg: Tag: OPENBSD_5_1 PLIST Log message: - security update to 1.18.4, fixes CVE-2012-2698, MediaWiki "uselang" Cross-Site Scripting Vulnerability CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/06/27 00:46:44 Modified files: usr.bin/aucat : miofile.c siofile.c Log message: Don't return void expressions in functions returning void. Removes warnings in clang. From dhill. Thanks! CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/06/27 00:53:13 Modified files: usr.bin/aucat : aucat.c listen.c opt.c Log message: Uniformize error messages printing, use err() instead of fprintf() when appropriate. From Michael W. Bombardieri CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2012/06/27 01:17:20 Modified files: bin/ksh : proto.h tree.c Log message: fptreef() always returns 0 and we never use the return value anyway, so make it void; from Michael W. Bombardieri. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/27 01:29:17 Modified files: net/samba : Makefile distinfo net/samba/patches: patch-source3_Makefile_in patch-source3_configure_in net/samba/pkg : PLIST-docs PLIST-main Log message: Update to Samba 3.6.6, from maintainer Ian McWilliam. o Fix possible memory leaks in the Samba master process (bug #8970). o Fix uninitialized memory read in talloc_free(). o Fix joining of XP Pro workstations to 3.6 DCs (bug #8373). CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2012/06/27 02:15:48 Log message: SickBeard allows you to search for your favorite TV serie nzb-files at your preferred nzb search provider. It offers a direct interface to SABnzbd, Black hole, and NZBget to automatically process the snatched nzb-files. Help and OK jasper@ Status: Vendor Tag: mglocker Release Tags: mglocker_2012-Jun-27 N ports/news/sickbeard/Makefile N ports/news/sickbeard/distinfo N ports/news/sickbeard/files/sickbeard N ports/news/sickbeard/pkg/MESSAGE N ports/news/sickbeard/pkg/DESCR N ports/news/sickbeard/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2012/06/27 02:23:27 Modified files: news : Makefile Log message: + sickbeard CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/27 02:54:27 Log message: import textproc/p5-LaTeX-Driver, merged from submissions by Andrew Fresh and Chris Bennett. The LaTeX::Driver module takes care of running and re-running latex on a LaTeX document so that forward references, tables of contents, and lists of figures and tables are resolved. It will also run bibtex and makeindex if it detects that a bibliography or in index have been specified, and will re-run latex again one or more times until the formatting of the document has stabilized. landry@ ok to import (though slight tweaks since the version he saw). Status: Vendor Tag: sthen Release Tags: sthen_20120627 N ports/textproc/p5-LaTeX-Driver/Makefile N ports/textproc/p5-LaTeX-Driver/distinfo N ports/textproc/p5-LaTeX-Driver/patches/patch-Makefile_PL N ports/textproc/p5-LaTeX-Driver/pkg/DESCR N ports/textproc/p5-LaTeX-Driver/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/27 02:57:49 Modified files: textproc : Makefile Log message: +p5-LaTeX-Driver CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/27 03:02:43 Log message: import ports/devel/p5-Config-Std from Chris Bennett ok landry@ Config::Std - Load and save configuration files in a standard format The configuration language is deliberately simple and limited, and the module works hard to preserve as much information (section order, comments, etc.) as possible when a configuration file is updated. Status: Vendor Tag: sthen Release Tags: sthen_20120627 N ports/devel/p5-Config-Std/Makefile N ports/devel/p5-Config-Std/distinfo N ports/devel/p5-Config-Std/pkg/DESCR N ports/devel/p5-Config-Std/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/27 03:03:02 Modified files: devel : Makefile Log message: +p5-Config-Std CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/06/27 03:34:09 Modified files: usr.bin/libtool: libtool Log message: - add a description of --tag ok espie@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/06/27 04:33:51 Modified files: usr.bin/libtool: libtool Log message: - extend an error message to hint to --help for a list of options ok espie@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/06/27 04:43:07 Modified files: plan9/plan9port: Makefile plan9/plan9port/pkg: PLIST Added files: plan9/plan9port/patches: patch-src_libthread_OpenBSD-386-asm_S Log message: Small plist tweak by ajacoutot@; don't try to use rfork on i386 (noticed by nigel@) CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/06/27 04:46:00 Modified files: multimedia/ogmrip: Makefile Log message: Drop the dependency on audio/faac to make the package redistributable. Reminded by Brad. Note that ogmrip can still use faac if it is present. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/27 04:53:00 Modified files: print/hplip : Makefile Removed files: print/hplip/patches: patch-config_usb_printer_py Log message: subst /usr/bin/python -> MODPY_BIN on all the scripts, upstream changed some of them from /usr/bin/env. OK ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/27 04:57:54 Log message: imports ports/textproc/p5-LaTeX-Encode, merged from submissions by Andrew Fresh and Chris Bennett. Earlier version OK landry@ TeX::Encode exports the function 'latex_encode' which encodes characters in a string, that would be incorrectly interpreted by LaTeX. Status: Vendor Tag: sthen Release Tags: sthen_20120627 N ports/textproc/p5-LaTeX-Encode/Makefile N ports/textproc/p5-LaTeX-Encode/distinfo N ports/textproc/p5-LaTeX-Encode/pkg/DESCR N ports/textproc/p5-LaTeX-Encode/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/27 04:58:10 Modified files: textproc : Makefile Log message: +p5-LaTeX-Encode CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/27 05:55:54 Modified files: x11/gtkglextmm : Makefile Added files: x11/gtkglextmm/patches: patch-m4macros_gtkglextmm_m4 Log message: Fix an annoying "underquoted definition" warning. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/27 05:58:56 Modified files: devel/log4c : Makefile Added files: devel/log4c/patches: patch-log4c_m4 Log message: Fix another underquoted warning. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/27 06:01:26 ports/devel/dotconf/patches Update of /cvs/ports/devel/dotconf/patches In directory cvs.openbsd.org:/tmp/cvs-serv7256/patches Log Message: Directory /cvs/ports/devel/dotconf/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/27 06:01:36 Modified files: devel/dotconf : Makefile Added files: devel/dotconf/patches: patch-dotconf_m4 Log message: Fix another underquoted warning. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/27 06:10:19 Modified files: net/neon : Makefile Added files: net/neon/patches: patch-src_ne_openssl_c Log message: Fix build without openssl sslv2 from brad CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/06/27 08:03:51 Modified files: sbin/iked : ikev2_msg.c Log message: prevent an endless loop CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/27 08:27:02 Modified files: graphics/tiff : Makefile distinfo graphics/tiff/patches: patch-libtiff_tif_getimage_c graphics/tiff/pkg: PLIST Removed files: graphics/tiff/patches: patch-libtiff_tiffiop_h Log message: Update tiff to 4.0.2, includes a fix for CVE-2012-2113, LibTIFF "tiff2pdf" Integer Overflow Vulnerability CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/27 08:33:35 Modified files: graphics/tiff : Tag: OPENBSD_5_1 Makefile graphics/tiff/patches: Tag: OPENBSD_5_1 patch-tools_tiff2pdf_c Added files: graphics/tiff/patches: Tag: OPENBSD_5_1 patch-libtiff_tif_strip_c patch-libtiff_tif_tile_c Log message: Apply patches for CVE-2012-2113, LibTIFF "tiff2pdf" Integer Overflow Vulnerability CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/06/27 09:36:36 Modified files: sbin/iked : ikev2_msg.c Log message: leftover code re-enqueued the same item on the list multiple times CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/06/27 12:56:26 Modified files: lang/python : python.port.mk Log message: needed for the python 3.2.3 update (to understand the splendid pep3147...) ok landry@. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/06/27 12:58:25 Modified files: lang/python/3.2: Makefile distinfo lang/python/3.2/pkg: PLIST-main PLIST-tests Removed files: lang/python/3.2/patches: patch-Lib_tempfile_py patch-Lib_test_test_fcntl_py patch-Lib_test_test_io_py patch-Lib_test_test_socket_py patch-Lib_test_test_subprocess_py Log message: Update Python 3.2.2 to 3.2.3. Changelog: http://www.python.org/getit/releases/3.2.3/ ok landry@. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/06/27 13:00:50 Modified files: devel/py-distribute: Makefile distinfo devel/py-distribute/pkg: PLIST Log message: Update to 0.6.27, regen PLIST to permit to build with Python 3.2.3. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/06/27 13:01:51 Modified files: textproc/py-MarkupSafe: Makefile textproc/py-MarkupSafe/pkg: PLIST Log message: regen PLIST to permit to build with Python 3.2.3, bump revision. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/06/27 13:02:21 Modified files: security/py-crypto: Makefile security/py-crypto/pkg: PLIST Log message: regen PLIST to permit to build with Python 3.2.3, bump revision. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/06/27 13:02:38 Modified files: www/tomcat/v7 : Makefile distinfo www/tomcat/v7/pkg: PLIST-examples Log message: Bugfix update to tomcat 7.0.28 CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/06/27 13:03:32 Modified files: devel/py-nose : Makefile devel/py-nose/pkg: PLIST Log message: regen PLIST to permit to build with Python 3.2.3, bump revision. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/06/27 13:09:14 Modified files: devel/py-pip : Makefile devel/py-pip/pkg: PLIST Log message: regen PLIST to permit to build with Python 3.2.3, bump revision. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/06/27 13:09:50 Modified files: devel/py-py : Makefile devel/py-py/pkg: PLIST Log message: regen PLIST to permit to build with Python 3.2.3, bump revision. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/06/27 13:19:46 Modified files: devel/py-test : Makefile devel/py-test/pkg: PLIST Log message: regen PLIST to permit to build with Python 3.2.3, bump revision. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/06/27 13:28:39 Modified files: devel/cmake : Makefile Added files: devel/cmake/patches: patch-Modules_GNUInstallDirs_cmake Log message: Fix mandir path when using GNUInstallDirs.cmake: on OpenBSD it's $prefix/man, not $prefix/share/man. While here, fix infodir too. Pointed out by sthen@ Ok landry@, sthen@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/06/27 13:28:52 Modified files: lang/php : Makefile.inc Log message: remove gcc3 workaround CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/06/27 13:30:04 Modified files: net/putty : Makefile Log message: remove workaround for gcc4 that is no longer needed CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/06/27 16:40:38 Modified files: sys/arch/sparc64/sparc64: autoconf.c Log message: Change sparc64 to match the "fp" boot device path's parameter based on the prototype-scsi_link's SDEV_2NDBUS flag rather than against its scsibus field. First, the scsibus field hasn't even been initialized when device_register() is called so it's always 0 anyway; second, the path number is supposed to be locally scoped to a single device whereas the scsibus field is a global scsibus(4) device number. The existing code only happened to work because all of the dual-port fibre-channel adapters we currently support attach as two devices with one scsibus each rather than a single device with two scsibuses, so we would never see anything but "fp@0". Initial investigation and diff by jmatthew after my SCSI cleanups at c2k11 broke sparc64's ability to boot from isp(4); newer version from me based on discussion with krw and kettenis. tested and ok kettenis CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/06/27 18:51:33 Modified files: faq : faq14.html Log message: Bryan Irving (sparctacus at gmail) corrected my plural (or lack of). CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/06/27 21:23:30 Modified files: faq/fr : current.html fr : plat.html sgi.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/06/27 23:07:45 Modified files: regress/usr.bin/ssh: cipher-speed.sh try-ciphers.sh usr.bin/ssh : mac.c myproposal.h ssh_config.5 sshd_config.5 Log message: Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs since they were removed from draft6 of the spec and will not be in the RFC when published. Patch from mdb at juniper net via bz#2023, ok markus. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/06/28 00:18:46 Modified files: include : Makefile Removed files: lib/libpthread : Makefile Log message: librthread has eaten libpthread, so build includes via the former instead of the latter. Permits the misleading lib/libpthread/Makefile to be removed discussed with deraadt@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/06/28 01:10:25 Modified files: audio/pianobar : Makefile distinfo Log message: Update to release 2012.06.24 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/28 02:30:28 Modified files: lang/node : Makefile distinfo lang/node/patches: patch-deps_npm_node_modules_node-gyp_lib_build_js patch-deps_v8_src_heap_cc lang/node/pkg : PLIST Added files: lang/node/patches: patch-common_gypi patch-deps_npm_bin_node-gyp-bin_node-gyp patch-deps_npm_lib_utils_cmd-shim_js patch-deps_npm_node_modules_node-gyp_legacy_tools_gyp_pylib_gyp_common_py patch-deps_uv_src_ares_config_openbsd_ares_config_h patch-node_gyp patch-tools_gyp_pylib_gyp_common_py patch-tools_installer_js Removed files: lang/node/patches: patch-src_platform_openbsd_cc patch-wscript Log message: - update node to 0.8.0 * please see this blog post for more details on the changes: http://blog.nodejs.org/2012/06/25/node-v0-8-0/ * the migration wiki can be consulted to port your code to node 0.8: https://github.com/joyent/node/wiki/API-changes-between-v0.6-and-v0.8 - expose node-gyp, so it's now installed into ${LOCALBASE}/bin/ too from aaron bieber with tweaks by me ok jeremy@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/06/28 02:42:01 Modified files: net/weechat : Makefile Log message: Remove security/libgpg-error from LIB_DEPENDS, it's already pulled in by security/libgcrypt Ok landry@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/06/28 02:50:49 Modified files: devel/libyajl : Makefile distinfo devel/libyajl/pkg: PLIST Added files: devel/libyajl/patches: patch-reformatter_CMakeLists_txt patch-verify_CMakeLists_txt Log message: Update to libyajl-2.0.4 ok jasper@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/06/28 03:33:06 Modified files: x11/i3 : Makefile x11/i3/patches : patch-src_main_c Added files: x11/i3/patches : patch-parser-specs_commands_spec patch-src_handlers_c Log message: Parser fix: reorder v/h/vertical/horizontal This eliminates an error message upon split horizontal which did not occur in older i3 versions. (upstream git commit f0b56c5e98a152cb65e8d1935a83707b5d87e30d) Bugfix: fix reload crashes in rare cases Depending on the memory layout, it could happen that bind->command was exchanged with something else while the parser still accessed it. Therefore, copy the command and let the parser use that copy. (upstream git commit 6e9bbe67ce5f02ff6ac24889e5a215ee46247c32) Fix: when using i3 -C, don't send remaining arguments via IPC (upstream git commit 6146f39b8a253bc84bc5ce1feb2e3cabc50d71ba) CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/06/28 04:23:21 Modified files: sys/dev/pci : ahci.c Log message: Fix issues with AMD chipset ahci(4) attach functions. from Brad, ok jmatthew mikeb. - Have the SB700 attach routine properly call the IDE to AHCI function and migrate the ATI_SBX00_SATA_1 PCI id to using the SB700 attach routine. The SB600 routine was being used because it does the proper call. This just makes it so all of the SB700 controllers use the same attach routine, especially incase any other workarounds/errata type things come up or not setting SB600 things for SB700. - Have the Hudson-2 attach routine set the AHCI_F_IPMS_PROBE flag to resolve the issue with Port Multiplier support. The SB700 attachment function was being used because it was setting the flag. This also fixes the other Hudson-2 AHCI controllers so they won't experience the same issue. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/06/28 05:33:13 Modified files: www/php-predis : Makefile distinfo www/php-predis/pkg: PLIST Log message: Update Predis to 0.7.3 CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/06/28 05:52:15 Modified files: sys/dev/pci : pcidevs if_bge.c Log message: Devices with BCM5724 BCM5750 and BCM5750M PCI IDs were never released to the public; from broadcom/linux via brad CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/06/28 05:52:50 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/06/28 06:47:48 Modified files: databases/ruby-redis: Makefile distinfo databases/ruby-redis/pkg: PLIST Log message: Update to 3.0.1 and enable regression tests CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/06/28 07:59:21 Modified files: sys/net : if_pfsync.c Log message: Fix a number of problems introduced by the link state handling commit: 1) demote by 32 on the first bulk update to prevent failovers w/o having a full state table; 2) don't do any demotion adjustments on the link up event and undemote when bulk update finishes (or times out) preventing a race between nodes getting a link state update asynchronously. With phessler; tested by phessler and Kapetanakis Giannis. Thanks! Looked through by henning and dlg. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/06/28 08:39:50 Modified files: devel/p5-Net-Server: Makefile distinfo devel/p5-Net-Server/pkg: PLIST Log message: Update to 2.006, lot of bug fixed and full ipv6 support ok sthen@ merdely@ (Mantainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/28 09:40:25 Modified files: multimedia/get_iplayer: Makefile distinfo multimedia/get_iplayer/patches: patch-get_iplayer Log message: update to get_iplayer 2.82 and add a patch meant to fix livetv playing. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/28 09:43:21 Modified files: net/openconnect: Makefile distinfo net/openconnect/pkg: PLIST Removed files: net/openconnect/patches: patch-cstp_c patch-openconnect-internal_h patch-ssl_c patch-tun_c patch-www_Makefile_in Log message: update to OpenConnect 4.02 - thanks to David Woodhouse (upstream) for quickly fixing a build problem I ran into with 4.01. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/28 10:31:14 Modified files: www/chive : Makefile distinfo www/chive/pkg : PLIST Log message: update to Chive 1.1 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/06/28 11:27:51 Modified files: devel/node-fibers: Makefile distinfo devel/node-fibers/pkg: PLIST Added files: devel/node-fibers/patches: patch-binding_gyp patch-test_js Removed files: devel/node-fibers/patches: patch-Makefile patch-fibers_js patch-package_json patch-src_Makefile patch-src_platform_mk patch-test_sh Log message: Update node-fibers to 0.6.8, works with node 0.8.0. Build process changed from waf to gyp, so modify patches accordingly. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/06/28 11:30:34 ports/databases/node-pg/patches Update of /cvs/ports/databases/node-pg/patches In directory cvs.openbsd.org:/tmp/cvs-serv3307/patches Log Message: Directory /cvs/ports/databases/node-pg/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/06/28 11:31:43 Modified files: databases/node-pg: Makefile distinfo databases/node-pg/pkg: PLIST Added files: databases/node-pg/patches: patch-binding_gyp Log message: Update node-pg to 0.7.1, works with node 0.8.0. Build process changed from waf to gyp, modify gyp binding to work. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/06/28 11:33:05 Modified files: security/node-bcrypt: Makefile distinfo security/node-bcrypt/pkg: PLIST Log message: Update node-bcrypt to 0.6.0, works with node 0.8.0. Build process changed from waf to gyp, but no patches required. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/06/28 12:24:42 Modified files: usr.bin/libtool: libtool usr.bin/libtool/LT: LaFile.pm Program.pm usr.bin/libtool/LT/Mode: Install.pm Link.pm Log message: a few minor cleanup and performance tweaks (is_wrapper doesn't need to scan large binary files) okay jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/28 12:49:54 Modified files: x11/gnustep/base: Makefile Added files: x11/gnustep/base/patches: patch-SSL_configure_ac Log message: Allow building against OpenSSL without SSLv2 support. from brad CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/28 12:52:00 Modified files: security/nessus/libraries: Makefile Added files: security/nessus/libraries/patches: patch-libnessus_network_c Log message: Allow building against OpenSSL without SSLv2 support. from brad CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/28 12:52:18 Modified files: x11/kde/base3 : Makefile x11/kde/base3/patches: patch-kcontrol_crypto_crypto_cpp Added files: x11/kde/base3/patches: patch-kcontrol_crypto_crypto_h Log message: Allow building against OpenSSL without SSLv2 support. from brad CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/28 12:53:02 Modified files: x11/mplayer/patches: patch-configure Log message: recognize landisk as an 'sh' target. from brad ok edd@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/28 12:57:29 Modified files: security/qca-ossl: Makefile security/qca-ossl/patches: patch-qca-ossl_cpp Log message: Allow building against OpenSSL without SSLv2 support. from brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/28 13:08:45 Log message: import ports/net/p5-Net-TCLink, from Chris Bennett, ok landry@ Net::TCLink is a module that allows for fast, secure, reliable credit card and check transactions via the TrustCommerce IP gateway. The module consists of a single function call that accepts a hash describing the requested transaction and returns a map that describes the result. Status: Vendor Tag: sthen Release Tags: sthen_20120628 N ports/net/p5-Net-TCLink/distinfo N ports/net/p5-Net-TCLink/Makefile N ports/net/p5-Net-TCLink/pkg/DESCR N ports/net/p5-Net-TCLink/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/28 13:09:08 Modified files: net : Makefile Log message: +p5-Net-TCLink CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2012/06/28 13:11:25 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/28 13:24:56 Modified files: sysutils/bacula: Makefile sysutils/bacula/patches: patch-src_stored_bacula-sd_conf_in sysutils/bacula/pkg: PLIST-server Added files: sysutils/bacula/files: chio-changer Removed files: sysutils/bacula/patches: patch-scripts_mtx-changer_in Log message: Add a chio-changer script in replacement for the mtx-changer script. Adapted from NetBSD pkgsrc and FreeBSD ports. @sample the script so that people can apply local modifications if needed. Tested on an LTO-4, 8 slots. Why do all chio(1) behave differently!!!??? ok sthen@ merdely@ (maintainer) CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/06/28 14:42:22 Modified files: sbin/bioctl : pbkdf2.c Log message: prevent salt_len overflow; reported by andrew nelless, ok otto, tedu CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/06/28 15:38:52 Modified files: devel/p5-Data-Random: Makefile distinfo Log message: update p5-Data-Random to 0.07 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/06/28 15:54:39 Modified files: misc/p5-File-MMagic: Makefile distinfo Log message: - update p5-File-MMagic to 1.28 - no USE_GROFF - adjust Makefile to template CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/06/28 16:11:33 Modified files: sys/arch/sgi/sgi: ip30_machdep.c Log message: Correctly register contiguous memory regions which start within the ARCBios reported memory but end beyond it, such as > 1GB DIMMs in bank 0. Also, currently restrict physical memory usage to 1.5GB - there seems to be a bogus 32 bit truncation happening in the IP30 specific codepath, which in turns ends up causing the low memory alias region (and thus, the exception vectors and the NMI handler) to be overwritten, which I can't find from code inspection (does anyone has 2GB of Octane memory to spare?) Both issues reported and fix/workaround tested by Florentijn van Kampen, thanks! CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/06/28 16:14:28 Modified files: net/p5-NetAddr-IP: Makefile distinfo Log message: update p5-NetAddr-IP to 4.062 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/06/28 16:15:46 Modified files: mail/p5-Mail-SPF-Iterator: Makefile distinfo Log message: update p5-Mail-SPF-Iterator to 1.11 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/06/28 16:39:40 Modified files: telephony/p5-Net-SIP: Makefile distinfo telephony/p5-Net-SIP/pkg: PLIST Log message: update p5-Net-SIP to 0.66 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/28 17:10:48 Modified files: net/nagios/plugins: Makefile distinfo net/nagios/plugins/pkg: PLIST-main README-main Added files: net/nagios/plugins/patches: patch-configure_in patch-plugins_Makefile_in patch-plugins_check_users_c Removed files: net/nagios/plugins/patches: patch-configure Log message: update nagios-plugins to 1.4.16, various fixes/new features - the new code in check_user wants utmpx so those parts are reverted to the old popen("/usr/bin/who",...) code for now. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/06/28 17:43:41 Modified files: security/p5-IO-Socket-SSL: Makefile distinfo Log message: update p5-IO-Socket-SSL to 1.76 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/06/28 18:10:28 Log message: Initial import of p5-OSPF-LSDB 1.01 OSPFView Perl module OSPF::LSDB reads the link-state database from an OSPF daemon. Then it creates a dot graphic which can be displayed with graphviz. The OSPF::LSDB Perl module and its submodules implement the functionality to hold, parse, check, display the content of an OSPF link-state database. Additionally the OSPFView package contains command-line tools to read the link-state database from an ospf daemon. Then it creates a dot graphic which can be displayed with graphviz. At the moment OpenBSD ospfd and ospf6d and gated 3.6 are supported. Cisco support is experimental. OK sthen@ Status: Vendor Tag: bluhm Release Tags: bluhm_20120629 N ports/net/p5-OSPF-LSDB/Makefile N ports/net/p5-OSPF-LSDB/distinfo N ports/net/p5-OSPF-LSDB/pkg/DESCR N ports/net/p5-OSPF-LSDB/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/06/28 18:16:28 Modified files: net : Makefile Log message: +p5-OSPF-LSDB CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/06/28 18:18:03 src/regress/sys/kern/sigpending Update of /cvs/src/regress/sys/kern/sigpending In directory cvs.openbsd.org:/tmp/cvs-serv24847/sigpending Log Message: Directory /cvs/src/regress/sys/kern/sigpending added to the repository CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/06/28 18:21:55 Modified files: regress/sys/kern/stackjmp: stackjmp.c Added files: regress/sys/kern/sigpending: Makefile sigpending.c Log message: add a regress test for sigpending(); add licensing notice to stackjmp.c CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/06/28 18:26:40 Modified files: . : plus.html Log message: plus.html for June 18-24. No css, no javascript, just words. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/06/28 18:29:17 Modified files: regress/sys/kern/sigpending: sigpending.c Log message: Clear out the sigset_t again before calling sigpending() to make sure sigpending() actually sets it and it wasn't just still set from calling sigprocmask(). CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/06/28 18:34:39 Modified files: regress/sys/kern/sigpending: sigpending.c Log message: Fix year in public domain declaration. Also, include for POSIX compatibility so the test doesn't depend on defining NULL. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/28 22:19:24 Modified files: x11/gnome/search-tool: Makefile x11/gnome/search-tool/pkg: PLIST Log message: Typo in the @unexec-delete goo. spotted by Mikolaj Kucharski CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/06/28 23:09:58 Modified files: usr.bin/kdump : kdump.c Log message: sigpending() returns a sigset just like sigprocmask(), so decode it the same ok matthew@ otto@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/06/28 23:52:01 Modified files: lang/ghc : Makefile distinfo Log message: Use new bootstrappers and bump. (i386 from sthen@, thanks!) CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2012/06/29 01:19:50 Modified files: graphics/fswebcam: Makefile distinfo Log message: Update to fswebcam 20110717. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/06/29 02:33:20 Modified files: security/nessus/core: Makefile Added files: security/nessus/core/patches: patch-nessus_nessus_c patch-nessusd_nessusd_c Log message: Allow building against OpenSSL without SSLv2 support. from brad CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/06/29 03:16:23 Modified files: audio/shell-fm : Makefile Added files: audio/shell-fm/patches: patch-source_readline_c patch-source_tag_c Log message: Nonbuffered readline (upstream git commit b45e7b8b7968855411d6270aa36897431b8e15de) Fix segfault when sending empty tag strings (upstream git commit be44e166c40e9708dbee563dbe6915a5391fe75c) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/06/29 06:56:21 Modified files: share/man/man5 : pf.conf.5 Log message: tcp/udp mandatory for "user"; from ti zed ok henning CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2012/06/29 07:57:25 Modified files: usr.bin/ssh : ssh_config.5 sshd_config.5 Log message: match the documented MAC order of preference to the actual one; ok dtucker@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/06/29 08:02:54 Modified files: mail/claws-mail: Makefile distinfo mail/claws-mail/patches: patch-src_common_smtp_c patch-src_common_smtp_h patch-src_inc_c patch-src_mbox_c patch-src_procmime_c mail/claws-mail/pkg: PLIST-main mail/claws-mail-attremover: Makefile distinfo mail/claws-mail-htmlviewer: Makefile distinfo mail/claws-mail-notification: Makefile distinfo mail/claws-mail-rssyl: Makefile distinfo mail/claws-mail-rssyl/pkg: PLIST mail/claws-mail-vcalendar: Makefile distinfo Added files: mail/claws-mail/patches: patch-src_common_defs_h patch-src_common_quoted-printable_c patch-src_common_quoted-printable_h patch-src_messageview_c Log message: Update to claws-mail 3.8.1 and plugins : - attremover 1.0.14 - htmlviewer 0.32 - notification 0.30 - rssyl 0.33 - vcalendar 2.0.13 While here add patches for upstream bugs #2840, #2841 and #2842. Add links to corresponding patches for tracking purposes. All from Christopher Zimmermann, thanks! CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/06/29 08:35:07 Modified files: audio/taglib : Makefile Log message: Re-add the old master site now that it's synced with github.com/downloads/taglib/ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/06/29 08:35:07 Modified files: de : sgi.html faq/de : faq14.html faq/nl : faq14.html openntpd/ru : ftp.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/06/29 08:37:19 Modified files: sys/dev/pci : pcidevs Log message: add a bunch of intel 7 series id's for devices found in the thinkpad x230 ok kettenis@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/06/29 08:38:00 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/06/29 08:38:55 Modified files: www/minitube : Makefile distinfo www/minitube/patches: patch-src_MainWindow_cpp www/minitube/pkg: PLIST Log message: Update to minitube-1.8 Reads okay to pirofti@ (maintainer) CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/06/29 08:48:04 Modified files: sys/crypto : cryptodev.h cryptosoft.c sys/net : if_pfsync.h pfkeyv2.h pfkeyv2_convert.c pfkeyv2_parsemessage.c sys/netinet : ip_ah.c ip_esp.c ip_ipsp.h Log message: Add support for the Extended (64-bit) Sequence Number as defined in RFC4302 and RFC4303. Right now only software crypto engine is capable of doing it. Replay check was rewritten to implement algorithm described in the Appendix A of RFC4303 and the window size was increased to 64. Tested against OpenBSD, Linux (strongswan) and Windows. No objection from the usual suspects. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/06/29 09:01:07 Modified files: sbin/ipsecctl : ipsecctl.c ipsecctl.h pfkdump.c Log message: Print esn flag when dumping SAs with ESN enabled CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/06/29 09:05:49 Modified files: sbin/iked : iked.h ikev2.c ikev2.h parse.y pfkey.c Log message: Add missing ESN bits CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/06/29 09:12:21 Modified files: sys/net : if_pfsync.c if_pfsync.h Log message: add ESN-related bits missed in the previous commit CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/06/29 09:17:32 Modified files: sys/dev/pci : ichiic.c Log message: match on the 7SERIES_SMB reminded by jsg@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/06/29 10:38:21 Modified files: databases : Makefile Log message: Don't build ruby-sequel_pg,rbx or ruby-sqlite3,jruby by default, as neither is stable. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/06/29 10:39:01 Modified files: databases/ruby-pg: Makefile distinfo databases/ruby-pg/pkg: PLIST Log message: Update ruby-pg to 0.14.0. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/06/29 10:40:31 Modified files: databases/ruby-sqlite3: Makefile distinfo databases/ruby-sqlite3/patches: patch-test_test_integration_pending_rb databases/ruby-sqlite3/pkg: PLIST Added files: databases/ruby-sqlite3/patches: patch-ext_sqlite3_database_h Log message: Update ruby-sqlite3 to 1.3.6. Add a patch so it continues to work on rubinius. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/06/29 10:41:53 Modified files: textproc/ruby-nokogiri: Makefile distinfo textproc/ruby-nokogiri/patches: patch-Rakefile Log message: Update ruby-nokogiri to 1.5.5. Fixes an XXE security issue. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2012/06/29 15:03:35 Modified files: textproc/gnuvd : Makefile Added files: textproc/gnuvd/patches: patch-src_gnuvd_c Log message: make this work again, more or less. CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2012/06/29 16:21:40 Modified files: sys/dev/pci : ahci.c Log message: fix obvious panic on resume with AHCI_DEBUG enabled ok dlg@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2012/06/29 17:48:48 Modified files: net/pidgin-facebookchat: Makefile Log message: drop maintainer CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/06/29 18:14:23 Modified files: sys/net : if_pfsync.c Log message: backout rev1.185 as it's not what i have intended to commit CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/06/29 18:16:15 Modified files: sys/net : if_pfsync.c Log message: Fix a number of problems introduced by the link state handling commit: 1) demote by 32 on the first bulk update to prevent failovers w/o having a full state table; 2) don't do any demotion adjustments on the link up event and undemote when bulk update finishes (or times out) preventing a race between nodes getting a link state update asynchronously. With phessler; tested by phessler and Kapetanakis Giannis. Thanks! Looked through by henning and dlg. Now the correct version. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2012/06/29 18:41:20 Modified files: graphics/pstoedit: Makefile distinfo graphics/pstoedit/patches: patch-configure patch-src_Makefile_in graphics/pstoedit/pkg: PLIST Log message: update to 3.60 CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/06/29 22:16:06 Modified files: openbgpd/ru : ftp.html goals.html index.html manual.html papers.html users.html opencvs/ru : goals.html index.html manual.html press.html openntpd/ru : goals.html index.html manual.html papers.html portable.html openssh/ru : features.html ftp.html goals.html history.html index.html java.html list.html macos.html manual.html openbsd.html palmos.html portable.html report.html security.html tshirts.html unix.html users.html windows.html ru : anoncvs.html crypto.html ftp.html goals.html hackathons.html index.html mac68k.html mail.html plat.html porting.html report.html security.html smp.html stable.html why-cvs.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/06/29 22:22:11 Modified files: print/hplip : Makefile Removed files: print/hplip/patches: patch-io_hpmud_hpmudi_h Log message: Remove uneeded patch. CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2012/06/30 01:31:38 Modified files: . : want.html Log message: this TP x230 was taken care of thanks to the linux fund, with help from michael dexter who'd coordinated the effort, thanks! CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2012/06/30 01:44:34 Modified files: math/octave : Makefile Log message: fix MASTER_SITES, some spacing adjustments CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/06/30 02:14:07 Modified files: usr.sbin/bgpctl: irr_parser.c Log message: strip trailing \r from rpsl route: lines for irrfilter, they have been seen in the wild and break parsing. ok henning@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/30 02:22:48 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: Update Postfix snapshot to 20120625, from Brad. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/06/30 03:31:57 Modified files: x11/xfce4/xfce4-mpc: Makefile distinfo Log message: xfce4-mpc 0.4.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/30 03:32:28 Modified files: www/squid : Makefile www/squid/patches: patch-src_ssl_support_c Log message: sync "SSLv2 disabled" messages with upstream's newer code, from Brad CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/06/30 03:32:29 Modified files: x11/xfce4/xfce4-battery: Makefile distinfo Log message: xfce4-battery 1.0.5 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/06/30 03:32:58 Modified files: x11/xfce4/xfce4-fsguard: Makefile distinfo x11/xfce4/xfce4-fsguard/pkg: PLIST Log message: xfce4-fsguard 1.0.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/06/30 03:33:14 Modified files: x11/xfce4/xfce4-cpugraph: Makefile distinfo x11/xfce4/xfce4-cpugraph/pkg: PLIST Log message: xfce4-cpugraph 1.0.3 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/06/30 03:33:30 Modified files: x11/xfce4/xfce4-diskperf: Makefile distinfo Log message: xfce4-diskperf 2.5.4 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/06/30 03:33:46 Modified files: x11/xfce4/xfce4-systemload: Makefile distinfo Log message: xfce4-systemload 1.1.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/06/30 03:34:01 Modified files: x11/xfce4/xfce4-wavelan: Makefile distinfo x11/xfce4/xfce4-wavelan/pkg: PLIST Log message: xfce4-wavelan 0.5.11 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/30 03:48:22 Removed files: sysutils/nut/patches: patch-tools_nut-scanner_nutscan-ip_h Log message: remove unneeded patch CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/30 06:56:34 Modified files: telephony/kamailio/patches: patch-modules_k_nat_traversal_nat_traversal_c Removed files: telephony/kamailio/patches: patch-modules_k_mi_datagram_datagram_fnc_c patch-modules_k_permissions_address_c patch-modules_k_seas_seas_action_c patch-modules_k_seas_seas_h Log message: drop inet.h-related patches which are no longer necessary with the new and improved headers CVSROOT: /cvs Module name: xenocara Changes by: shadchin@cvs.openbsd.org 2012/06/30 07:31:04 Modified files: driver/xf86-input-synaptics: ChangeLog aclocal.m4 configure configure.ac driver/xf86-input-synaptics/src: eventcomm.c properties.c synaptics.c synproto.c Log message: Update to xf86-input-synaptics 1.6.2 ok matthieu@, mpi@ CVSROOT: /cvs Module name: xenocara Changes by: shadchin@cvs.openbsd.org 2012/06/30 07:59:54 Modified files: . : MODULES Log message: sync CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2012/06/30 08:35:09 Modified files: usr.bin/ssh : sandbox-systrace.c sshd.c Log message: fix a during the load of the sandbox policies (child can still make the read-syscall and wait forever for systrace-answers) by replacing the read/write synchronisation with SIGSTOP/SIGCONT; report and help hshoexer@; ok djm@, dtucker@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2012/06/30 08:51:31 Modified files: sbin/iked : iked.conf.5 parse.y sbin/ipsecctl : ike.c ipsec.conf.5 ipsecctl.h parse.y pfkdump.c pfkey.c sbin/isakmpd : conf.c ipsec.c ipsec_num.cst isakmpd.conf.5 pf_key_v2.c policy.c sa.c Log message: enable use of AES-{192,256}-CTR, and explicitly of AES-128-CTR, for IPsec ESP ok mikeb@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/06/30 14:21:10 Modified files: sys/sys : limits.h include : limits.h Log message: Further standards compliance fixes: export LONG_BIT, WORD_BIT, and NL_{ARG,LANG,MSG,SET,TEXT}MAX with newer POSIX. Hide {FLT,DBL}_{DIG,MAX,MIN} and {PASS,TMP,NL_N}_MAX with newer XPG. Make _POSIX_NGROUPS_MAX and _POSIX_OPEN_MAX conditional on the POSIX version, like _POSIX_TZNAME_MAX already is. Add some more _POSIX_* and _XOPEN_* 'specified' limits. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/30 14:47:53 Modified files: lang/railo : Makefile distinfo Log message: update Railo to 3.3.4.003 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/06/30 15:27:53 Modified files: net/p5-Net-SMTP-TLS: Makefile net/p5-Net-SMTP-TLS/patches: patch-lib_Net_SMTP_TLS_pm Log message: more fixes from Net::SMTP::TLS::ButMaintained (via Mikolaj Kucharski, thanks). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/06/30 16:00:49 Modified files: sys/arch/sparc64/sparc64: autoconf.c Log message: Further research shows that fp@x,y device path components with x > 0 are used by Solaris for virtual ports (NPIV), and booting from thos is not supported by OBP. Simplify the code accordingly. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/06/30 19:41:13 Modified files: sys/dev/ic : bhareg.h sys/scsi : scsiconf.h Log message: Nuke unused _[23]ltol() and _lto[23]l() inline functions. Move _4ltol() and _lto4l() to bha, the only place they were used. ok dlg@ CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2012/06/30 20:15:09 Modified files: share/man/man4 : lm.4 sys/dev/isa : wbsio.c wbsioreg.h Log message: Add support for the Winbond W83627UHG chip. Ported from a DragonFly BSD commit by Constantine A. Murenin: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/245ec76bc1613b22cf282526fa9931e4c16e4237 Tested on a Lanner FW-7539 appliance. ok mlarkin mikeb haesbaert henning CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/07/01 00:12:24 Modified files: usr.bin/units : units.lib Log message: update currency exchange rates; CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/01 04:26:35 Modified files: mail/dovecot : Makefile mail/dovecot/pkg: PLIST-server Added files: mail/dovecot/pkg: README-server Log message: Suggest that users may need to increase login.conf limits for Dovecot. From Brad, adjusted slightly to specifically mention full-text search indexing which is likely to need a larger-than-default datasize. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/07/01 05:55:13 Modified files: usr.sbin/bgpd : rde_rib.c Log message: typo in comment, s/withdrawl/withdrawal/ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/07/01 06:11:53 Modified files: sys/arch/sparc/dev: xd.c Log message: Do not define XDC_DIAG if option SMALL_KERNEL; shaves about 14KB, and allows sparc floppies to fit again. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/07/01 06:59:34 Modified files: sys/dev/pckbc : pms.c Log message: Pass a width value corresponding to one finger for ALPS touchpads when the reported pressure is non-null. Fix the use of ALPS touchpads with recent (>1.6) xf86-input-synaptics drivers, issue reported by janis at cieti lv. Tested by yasuoka@ and janis, ok shadchin@ CVSROOT: /cvs Module name: www Changes by: jcs@cvs.openbsd.org 2012/07/01 09:03:04 Modified files: . : want.html Log message: damien@ is no longer doing wireless stuff ok jsg@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/07/01 09:31:35 Modified files: sys/arch/sparc/include: vmparam.h Log message: Increase default and maximum text, data and stack size limits; this is required to build X at -O2 nowadays, as well as an increasing number of ports. Based upon a diff from Brad, with a few values stripped down to fit within the sun4/4c virtual address space limitation. Discussed with deraadt@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/01 11:22:28 Modified files: usr.bin/libtool: libtool Log message: fix again -j4 properly CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/01 11:22:47 Modified files: usr.bin/libtool: libtool Log message: oops CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/07/01 11:47:12 Modified files: lib/libc/arch/powerpc/sys: sigpending.S Log message: make this actually work ok miod@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/07/01 12:28:41 Modified files: lang/gcc/4.6 : Makefile Log message: Deal with hidden dependencies libmagic and libexecinfo, found by Mikolaj Kucharski: - disable detection of magic.h - record build dependency on devel/libexecinfo. Note that this affects only profiling features of libstdc++, enabled by defining _GLIBCXX_PROFILE. ok espie@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/07/01 12:56:45 Modified files: lang/gcc/4.7 : Makefile distinfo lang/gcc/4.7/patches: patch-Makefile_in patch-gcc_ada_gcc-interface_Makefile_in patch-gcc_ada_mlib-utl_adb patch-gcc_config_alpha_alpha_c patch-gcc_config_gcc patch-gcc_config_i386_i386_c patch-gcc_config_pa_openbsd_h patch-gcc_config_pa_pa_c patch-gcc_config_rs6000_sysv4_h patch-gcc_config_sparc_sparc_c patch-gcc_configure patch-gcc_go_go-lang_c patch-gcc_opts_c patch-libgcc_Makefile_in patch-libgcc_config_host patch-libgo_Makefile_in patch-libiberty_cp-demangle_c patch-libstdc++-v3_configure patch-libstdc++-v3_libsupc++_Makefile_in patch-libstdc++-v3_src_Makefile_in lang/gcc/4.7/pkg: PLIST-estdc Added files: lang/gcc/4.7/patches: patch-libgcc_config_pa_t-openbsd Removed files: lang/gcc/4.7/patches: patch-gcc_config_pa_t-openbsd Log message: Update to gcc 4.7.1. - add some fixes for hppa, though it still isn't ready for prime time yet. Chances are it will only work with -O1, pending testing. Many optimisations lead to broken code and segfaults on hppa. Joint work with jsg@. - fix libstdc++ upgrade path - bring in recent fixes for execinfo/magic.h from 4.6 ok espie@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/07/01 13:32:28 Modified files: lib/libc/arch/arm/sys: sigpending.S Log message: The kernel returns the pending set; this stub has to save it through the pointer ok miod@ kettenis@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/07/01 13:32:55 Modified files: sys/scsi : scsi_base.c Log message: Do not try to send a 10 byte MODE_SENSE request to non-ATAPI non-UMASS devices which advertize themselves as non-SCSI2-aware, since this command appeared in the SCSI-2 specification. This makes the Insite Floptical work when connected to a controller which correctly handles spontaneous deselection (which happens when a non-zero lun on said floptical device is addressed), such an esp(4) but not wdsc(4). This is step one of getting Floptical devices working on SGI systems. feedback and ok krw@ CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2012/07/02 00:57:44 Modified files: . : want.html Log message: remove requests from ex-developers CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/07/02 02:08:31 Modified files: usr.bin/mg : cscope.c tags.c Log message: Maintain mg's Public Domain license heritage. Sunil Nimmagadda agrees. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/02 02:14:26 Modified files: lang/php/5.2 : Makefile Added files: lang/php/5.2/patches: patch-ext_openssl_openssl_c patch-ext_openssl_xp_ssl_c Log message: Allow building against OpenSSL without SSLv2 support. from brad ok robert@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/07/02 02:50:04 Modified files: usr.bin/ssh : ssh.c Log message: set interactive ToS for forwarded X11 sessions. ok djm@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/02 03:01:41 Modified files: productivity/devtodo: Makefile Log message: - fix homepage to point to the 'old' v1. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/07/02 03:49:30 Modified files: sbin/iked : ikev2.c Log message: a state machine is not worth the trouble when you've got a flag. doh! CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/07/02 04:31:08 Modified files: infrastructure/man/man1: dpb.1 Log message: somehow, I had forgotten to document this defaults to 250 CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/07/02 04:32:28 Modified files: usr.sbin/smtpd : util.c Log message: Sleeping here is definitely not what we want to do. Use a cycling counter with some randomness to generate short-lived unique ids. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/02 04:59:03 Modified files: net/isc-dhcp : Makefile distinfo net/isc-dhcp/patches: patch-common_socket_c Log message: update to ISC dhcpd 4.2.4, from Brad. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/02 06:01:37 src/regress/usr.bin/libtool Update of /cvs/src/regress/usr.bin/libtool In directory cvs.openbsd.org:/tmp/cvs-serv21058/libtool Log Message: Directory /cvs/src/regress/usr.bin/libtool added to the repository CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/02 06:02:36 Modified files: regress/usr.bin: Makefile Added files: regress/usr.bin/libtool: Makefile a.c b.c c.c Log message: basic libtool regression tests okay jasper@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/07/02 06:13:26 Modified files: usr.bin/ssh : sftp-client.c ssh-pkcs11-helper.c Log message: fix a couple of "assigned but not used" warnings. ok markus@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/02 06:22:05 Modified files: regress/usr.bin/libtool: Makefile Log message: tweak so that it also works with gnu-libtool CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/02 06:40:20 Modified files: regress/usr.bin/libtool: Makefile Log message: those should error out... They don't, not yet. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/02 06:58:53 Modified files: regress/usr.bin/libtool: Makefile Log message: so gnu libtool even has some forbidden tags... CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/07/02 07:03:24 Modified files: sbin/iked : config.c iked.h ikev2.c Log message: Don't close IKE SA immediately after creating a new one when rekeying. Instead set a timeout that will shut it down in case we don't get an SA delete notification. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/02 07:11:34 Modified files: regress/usr.bin/libtool: Makefile Log message: recent libtool has some alternate invocation mode CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/07/02 07:13:51 Modified files: www/aria2 : Makefile distinfo www/aria2/pkg : PLIST Log message: Update for Aria2 to 1.15.1 with some changes: * Updated manuals. * Fixed memory leak. * Updated templates. * Return appropriate HTTP status code on RPC failure. And others, tested on i386. Ok rpointel@ (maintainer) aja@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/07/02 07:22:14 Modified files: usr.sbin/smtpd : queue_fsqueue.c Log message: make backend functions static. ok gilles@ CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2012/07/02 07:24:53 Modified files: sys/dev/pci : ahci.c Log message: Hibernate i/o implementation for ahci(4). This works with an ATI SBx00 controller, but other brands (jmicron and intel have been tested) don't like something in the sleep process so they just lock up. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/07/02 07:26:38 Modified files: www/wordpress : Makefile distinfo www/wordpress/pkg: PLIST Log message: Update for Wordpress to 3.4.1 with some security fixes (as usual) * Fixes an issue where a theme's page templates were sometimes not detected. * Addresses problems with some category permalink structures. * Better handling for plugins or themes loading JavaScript incorrectly. * Adds early support for uploading images on iOS 6 devices. * Allows for a technique commonly used by plugins to detect a network-wide activation. * Better compatibility with servers running certain versions of PHP (5.2.4, 5.4) or with uncommon setups (safe mode, open_basedir), which had caused warnings or in some cases prevented emails from being sent. * Privilege Escalation/XSS. Critical. Administrators and editors in multisite were accidentally allowed to use unfiltered_html for 3.4.0. And others, tested on i386 and amd64. Ok merdely@ (maintainer) aja@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/07/02 07:29:47 Modified files: sbin/iked : ikev2.c Log message: augment every sa_free call with a debugging log message CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/07/02 07:42:34 Modified files: devel/jenkins : Makefile distinfo Log message: Little update for Jenkins to 1.472: A lot of change from our version: http://jenkins-ci.org/changelog Tested on i386. Ok aja@ and 'sure' ian@ (maintainer). CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/02 07:45:27 Modified files: regress/usr.bin/libtool: Makefile Log message: gnu libtool forbids invalid modes CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/07/02 08:27:56 Modified files: share/man/man4 : bge.4 Log message: don't mention BCM5724 and BCM5754 here anymore; reminded by brad CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/02 08:28:38 Modified files: regress/usr.bin/libtool: Makefile Log message: fix dependencies, test --mode=execute CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/07/02 08:37:06 Modified files: regress/usr.bin/ssh: connect-privsep.sh Log message: remove exit from end of test since it prevents reporting failure CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/02 09:20:16 Modified files: net/openconnect: Makefile distinfo Log message: update to OpenConnect 4.03 CVSROOT: /cvs Module name: ports Changes by: mpi@cvs.openbsd.org 2012/07/02 10:36:33 Modified files: security/py-crypto: Makefile Log message: Unbreak the configure step with systrace, no package change, issue and fix reported by Juan Francisco Cantero Hurtado. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/07/02 10:47:18 Modified files: www/mollify : Makefile distinfo www/mollify/pkg: PLIST Log message: Update Mollify to 1.8.8.3, with some changes: http://www.mollify.org/features.php Tested on i386. Ok sthen@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/07/02 10:55:28 Modified files: sbin/iked : ikev2.c Log message: checking state flags make sense only when processing a response CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/07/02 11:00:05 Modified files: usr.sbin/smtpd : queue_backend.c runner.c scheduler.c smtpctl.c smtpd.c smtpd.h Log message: Lookup queue and scheduler backends by name, rather than enum. Add a command-line option to specify the backend to use at runtime. ok gilles@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/07/02 11:54:57 Modified files: sys/dev/ic : wd33c93.c Log message: Report immediate deselection from a target upon selection as a `selection timeout', instead of being stuck with a non-progressing request. This lets the nonexistent LUNs of the Insite Floptical probe (as non-existing) correctly. Step two of Floptical support, now if only the loading mechanism would unjam I could try some real I/O with it... CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/02 12:02:31 Modified files: sys/arch/hppa64/include: param.h Log message: Does not need to pull in "the world" either ok jsing CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/07/02 12:17:43 Modified files: sys/dev/ic : wd33c93.c Log message: Backout premature optimization and actually commit the diff which had been tested to boot multiuser. CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2012/07/02 15:55:21 Modified files: . : plat.html Log message: until a dead port is resurrected from the attic, let's skip the talk about what might happen. ok deraadt miod CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2012/07/02 15:56:25 Modified files: usr.bin/cvs : rcs.h rcsnum.c update.c Log message: simplify rcsnum parsing by using a fixed array without all the realloc ok stsp CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2012/07/02 18:29:49 Modified files: papers : bsdcan11-mandoc-openbsd.html Log message: This purely english page was of course intended to be US-ASCII, so properly encode the four accented characters that accidentally crept in; patch from Ian Ropers at gmail dot com, thanks. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/07/03 01:48:54 Modified files: devel/cmake : Makefile Added files: devel/cmake/patches: patch-Modules_CMakeDetermineCCompiler_cmake Log message: Fix typo: "_CXX_" -> "_C_" (upstream git commit b9ccaf5f7977b7444a50a7b1dbb1902422f7ab27) CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/07/03 03:00:33 Modified files: www/py-tornado : Makefile distinfo www/py-tornado/pkg: PLIST Log message: Update tornado to 2.3, ok landry@. Release Notes: http://www.tornadoweb.org/documentation/releases/v2.3.0.html CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/07/03 03:45:38 Modified files: news/pan : Makefile distinfo Log message: Bugfix update to 0.139 ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/07/03 05:16:51 Modified files: sys/dev/pci : pcidevs Log message: Switch from GT1/GT2 style names to marketing names for recent Intel Integrated graphics and add some 3rd gen Core i[357] ids. Also change Tigerpoint to NM10 while here. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/07/03 05:19:02 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/07/03 05:19:27 Modified files: sbin/iked : ikev2.c Log message: Improve the key derivation function to produce correct keying material when rekeying IKE SA as specified in the section 2.18 of RFC5996. Makes Windows 7 clients a bit happier. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/07/03 05:38:06 Modified files: share/man/man4 : bge.4 Log message: BCM5754 should stay, noticed by brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/03 05:48:50 Log message: import ports/net/p5-Net-SMTP-TLS-ButMaintained, ok jasper@ Net::SMTP::TLS::ButMaintained is a TLS and AUTH capable SMTP client which offers an interface that users will find familiar from Net::SMTP. Net::SMTP::TLS::ButMaintained implements a subset of the methods provided by that module, but certainly not (yet) a complete mirror image of that API. It is forked from the no-longer-maintained Net::SMTP::TLS. Status: Vendor Tag: sthen Release Tags: sthen_20120703 N ports/net/p5-Net-SMTP-TLS-ButMaintained/distinfo N ports/net/p5-Net-SMTP-TLS-ButMaintained/Makefile N ports/net/p5-Net-SMTP-TLS-ButMaintained/patches/patch-lib_Net_SMTP_TLS_ButMaintained_pm N ports/net/p5-Net-SMTP-TLS-ButMaintained/pkg/PLIST N ports/net/p5-Net-SMTP-TLS-ButMaintained/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/03 06:47:11 Modified files: net/nagios/check_email_delivery: Makefile Added files: net/nagios/check_email_delivery/patches: patch-check_smtp_send_epn Log message: switch to Net::SMTP::TLS::ButMaintained CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/03 06:48:11 Modified files: net : Makefile Log message: unlink Net::SMTP::TLS, link Net::SMTP::TLS::ButMaintained CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/03 06:56:46 Removed files: net/p5-Net-SMTP-TLS: Makefile distinfo net/p5-Net-SMTP-TLS/patches: patch-lib_Net_SMTP_TLS_pm net/p5-Net-SMTP-TLS/pkg: DESCR PLIST Log message: remove 5-year-old unmaintained module in favour of a fork whose maintainer responds within hours ;) ok jasper@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/07/03 07:09:25 Modified files: usr.sbin/pcidump: pcidump.c Log message: avoid what would be a leak if reused elsewhere but isn't in this case as the memory is freed on exit. ok krw@ kettenis@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/07/03 07:17:45 Modified files: lib/libc/arch/sh/sys: sigpending.S Log message: adapt the NetBSD code to make sigpending work on sh ok miod@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/07/03 07:36:28 Modified files: graphics/GraphicsMagick: Makefile distinfo graphics/GraphicsMagick/patches: patch-configure graphics/GraphicsMagick/pkg: PLIST Removed files: graphics/GraphicsMagick/patches: patch-coders_png_c Log message: update to 1.3.15; from Brad ok sthen@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/07/03 07:37:14 Modified files: x11/kde/office3: Makefile Log message: sync WANTLIB after ImageMagick update; ok sthen@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/07/03 07:49:03 Modified files: app/cwm : calmwm.h client.c group.c screen.c xevents.c xutil.c Log message: re-implement atom handing; makes for a normalized and more consistent separation between cwm and ewmh. seen by a few. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/07/03 13:58:39 Modified files: lang/ruby/1.8 : Makefile distinfo Removed files: lang/ruby/1.8/patches: patch-ext_bigdecimal_bigdecimal_c Log message: Update to ruby 1.8.7-p370. One of our local patches for a security fix was applied upstream, so remove that patch. CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2012/07/03 15:28:27 Modified files: regress/usr.bin/pkg-config: Makefile Added files: regress/usr.bin/pkg-config/pcdir: static-order1.pc static-order2.pc static-order3.pc Log message: Add a regression test for the static libraries ordering issue exposed by Xenocara on vax. Worked with src/usr.bin/pkg-config/pkg-config rev 1.27 found in OpenBSD 4.9. Fails since. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/07/03 15:48:04 Modified files: regress/usr.bin/pkg-config: Makefile Log message: hookup previously added static-order test CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/04 01:46:56 Modified files: misc/cdrdao : Makefile Log message: remove version restriction on libmad for audio flavour's BUILD_DEPENDS, it was incorrect and the required package version is ~4 years old now. ok landry@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/04 01:47:05 Modified files: misc : Makefile Log message: build cdrdao,audio CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/07/04 02:06:33 Modified files: sys/dev/pci : if_bge.c Log message: Set the 10_100_ONLY flag for the BCM57791/BCM57795 chipsets as they're FastE chipsets. So ifconfig media doesn't list GigE for FastE-only capable PHY. From Brad. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/07/04 02:25:45 Modified files: net/p5-OSPF-LSDB: Makefile distinfo Log message: - update p5-OSPF-LSDB to 1.02 - remove dependency to math/graphviz OK sthen@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/04 02:44:07 Modified files: usr.bin/pkg-config: pkg-config Log message: fix the static arch fix. don't remove duplicates, but don't forget to reverse either ! okay jasper@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/07/04 02:59:10 Modified files: infrastructure/lib/DPB: Core.pm Fetch.pm Signature.pm Vars.pm infrastructure/lib/DPB/Core: Distant.pm infrastructure/lib/DPB/Job: Port.pm Log message: remove distinction between local and distant running, always create a shell object that can chdir, setenv, and exec commands. (note that this executes stuff after fork, so permanent changes are cheap and okay) Also create it from "host" objects, which simplifies parameter passing. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/04 03:01:56 Modified files: share/mk : bsd.lib.mk Log message: remove old arm bootstrap scaffold. checked this was no longer necessary by miod@ ok miod@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/07/04 03:03:16 Modified files: textproc/icu4c/patches: patch-source_common_putilimp_h Log message: Fix build on hppa, don't assume we have gcc atomics depending on a given GNUC version. Fallback to mutex code on hppa. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/04 03:18:42 Modified files: infrastructure/templates: network.conf.template Log message: remove all the individual sourceforge mirrors, just rely on the redirector at downloads.sourceforge.net; all the FRS mirrors just redirect us back there to lookup the file as ports don't have logical folder names in the file paths. add an XXX comment because we don't _really_ want to be relying on this: to be revisited. noticed after no-longer-existent mirrors pointed out by fgs@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/07/04 04:22:45 Modified files: regress/usr.bin/libtool: Makefile Log message: add a test for -all-static. ok jasper@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/07/04 04:46:32 Modified files: regress/usr.bin/libtool: Makefile Log message: - fix dependencies for test-all-static so it runs standalone - add s1, p1, p2 to CLEANFILES pointed out by espie@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/04 05:44:23 Modified files: audio/sonata : Makefile audio/sonata/patches: patch-sonata_main_py Log message: Missing gtk.gdk.threads_init(): from upstream. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/04 05:52:46 Modified files: regress/usr.bin/libtool: Makefile Log message: simplify CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/04 06:02:56 Modified files: sysutils/bacula: Makefile sysutils/bacula/patches: patch-configure sysutils/bacula/pkg: PLIST-server Added files: sysutils/bacula/files: chio-changer-openbsd Removed files: sysutils/bacula/files: chio-changer Log message: Rename our autochanger to chio-autochanger-openbsd and fix a couple of bugs in it. All functions successfully tested (only listall is not implemented yet). While here, set the default tape device to /dev/nrst0. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/04 06:03:42 Modified files: security/botan : Makefile distinfo security/botan/patches: patch-src_build-data_botan-config_in security/botan/pkg: PLIST Removed files: security/botan/patches: patch-src_build-data_cc_gcc_txt security/botan/pkg: PFRAG.shared Log message: Update to Botan 1.10.2. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/04 06:37:15 Modified files: www/owncloud : Makefile distinfo www/owncloud/pkg: PLIST Log message: Update to owncloud-4.0.4. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/07/04 06:38:06 Modified files: math/R : Makefile distinfo math/R/patches : patch-configure patch-src_main_CommandLineArgs_c patch-src_main_Makefile_in patch-src_main_connections_c patch-src_main_gram_y patch-src_main_main_c patch-src_modules_lapack_Makefile_in math/R/pkg : DESCR PLIST Added files: math/R/patches : patch-Makeconf_in patch-Makefile_in patch-doc_Makefile_in patch-etc_Makeconf_in patch-src_appl_Makefile_in patch-src_main_platform_c patch-src_nmath_standalone_Makefile_in patch-src_scripts_config Removed files: math/R/patches : patch-src_main_Rdynload_c patch-src_main_pcre_c Log message: Update to R-2.15.1. Initial diff by Rafael Sadowski. Patch to allow building with USE_SYSTRACE=Yes by lum@. Tested by Amit Kulkarni, Benjamin Nadland and Stefan Unterweger. Portswise OK sthen@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/04 06:39:34 Modified files: usr.bin/libtool: libtool usr.bin/libtool/LT: Archive.pm Exec.pm LaFile.pm LaLoFile.pm Library.pm Parser.pm Program.pm Trace.pm usr.bin/libtool/LT/Mode: Compile.pm Install.pm Link.pm Log message: - start cleaning up options handling: put things into a separate package that encapsulates accesses to Getopt::Long (which is badly suited for us actually) - simplify LT::Trace syntax - implement --tag checks that mimic actual libtool - add libtool comp support, as per libtool2 (but keep implicit modes as per libtool1) - prevent shell code in nm execution okay jasper@, steven@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/04 06:46:47 Modified files: regress/usr.bin/libtool: Makefile Log message: our libtool currently fucks up -- and - options. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/04 06:47:50 Modified files: devel/p5-Coro : Makefile Log message: Mark BROKEN on powerpc. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/04 06:49:20 Modified files: lang/ocaml : Makefile Log message: Mark BROKEN on powerpc. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/04 06:58:12 Modified files: regress/usr.bin/libtool: Makefile Log message: move stuff around, don't even try to run dynamic arch tests on static arches. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/04 07:00:46 Modified files: mail/zarafa/zarafa: Makefile mail/zarafa/zarafa/pkg: zarafa.rc net/netatalk : Makefile net/netatalk/pkg: netatalk.rc net/samba : Makefile net/samba/pkg : samba.rc Log message: Add comment that daemon_flags, daemon_user and daemon_class are not passed to the child scripts. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/04 07:11:15 Modified files: regress/usr.bin/libtool: Makefile Log message: library version overrides CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/07/04 07:24:41 Modified files: sys/dev/pci : if_bge.c Log message: Invert the logic for detecting fibre interface media adapters. Only the BCM5700-BCM5704 adapters had TBI interfaces for fibre and anyting newer uses the MII interface. From Brad. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/07/04 08:39:09 Modified files: audio/morseplayer/patches: patch-morseplayer_c Log message: get FLT_MAX from rather than CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/07/04 08:40:33 Modified files: x11/xfce4/xfce4-cpugraph: Makefile distinfo Log message: xfce4-cpugraph 1.0.5 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/04 09:03:49 Modified files: usr.bin/libtool: libtool Log message: zap, now a method CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/04 09:08:40 Modified files: usr.bin/libtool: libtool Log message: zap duplicate decl CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2012/07/04 09:18:39 Modified files: lang/go : Makefile distinfo lang/go/pkg : PLIST Log message: Update to Go version 1.0.2. ok jasper@ sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/04 09:20:31 Modified files: lang/go : systrace.filter Log message: allow native-compat_o51___tfork until Go is ported to the new system call. I was going to add this to the global infrastructure/db/systrace.filter (which was OK'd by phessler) but realised it makes more sense to put it here. ok jsing@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/04 09:45:47 ports/sysutils/cyphertite/patches Update of /cvs/ports/sysutils/cyphertite/patches In directory cvs.openbsd.org:/tmp/cvs-serv2936/patches Log Message: Directory /cvs/ports/sysutils/cyphertite/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/04 09:47:45 Modified files: sysutils/cyphertite: Makefile Added files: sysutils/cyphertite/patches: patch-cyphertite_ct_crypto_c Log message: PASS_MAX is now hidden behind __XPG_VISIBLE, cyphertite has its own definition which is "ifdef linux"'d so use this instead. Discussed with naddy. CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2012/07/04 10:02:13 Modified files: infrastructure/db: systrace.filter Log message: The rfork syscall is now obsolete. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/07/04 11:04:01 Modified files: lang/tcl : tcl.port.mk Log message: Bump number of lines processed to 20 in MODTCL_TCLSH_ADJ and MODTCL_WISH_ADJ. Catches more scripts; lessens the need for patching. ok landry@ CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/07/04 11:47:27 Modified files: lang/eagle : Makefile distinfo Log message: Update to beta-23. ok landry@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/07/04 12:00:13 Modified files: app/cwm : client.c Log message: fix missing atom (WM_PROTOCOLS) wrt new style handing; without this, the window manager didn't know if a client supported CLIENT_PROTO_DELETE and thus used a hammer, XKillClient. behaviour reported by Tim van der Molen. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/07/04 12:07:12 Modified files: app/cwm : kbfunc.c Log message: use the screen ctx since we already have it assigned. CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/07/04 12:10:06 Modified files: misc/cbb : Makefile misc/cbb/patches: patch-Makefile Log message: Make cbb work good enough with Tcl/Tk 8.5. The fonts are a bit wonky. Stay at the old version; the new version is very buggy. Took maintainer(ship). ok sthen@, landry@ CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/07/04 12:38:36 Modified files: misc/remind : Makefile distinfo misc/remind/pkg: PLIST Added files: misc/remind/patches: patch-tests_test-rem Removed files: misc/remind/patches: patch-scripts-cm2rem patch-scripts-tkremind Log message: Update to version 3.1.12. Use Tcl/Tk 8.5. Now that MODTCL_TCLSH_ADJ and MODTCL_WISH_ADJ cover more lines, we can drop two patches. ok landry@ CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/07/04 13:23:46 Modified files: databases/pgtcl: Makefile distinfo databases/pgtcl/patches: patch-configure databases/pgtcl/pkg: PLIST Removed files: databases/pgtcl/patches: patch-Makefile_in Log message: Update to 1.7. Use Tcl/Tk 8.5. ok landry@, Valery Masiutsin (maintainer) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/07/04 14:43:26 Modified files: usr.sbin/bgpd : bgpd.8 rde_decide.c Log message: Seems like I missed to adjust the route decision code to cover the things that need to be checked because of route reflection. Do this now and reference the new RR RFC in the man page. OK henning@ sthen@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/07/04 17:42:03 Modified files: app/cwm : kbfunc.c mousefunc.c Log message: assign and use screen ctx where appropriate and consistently. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/07/04 19:33:30 Modified files: sys/sys : cdefs.h Log message: Fix a recommendation about concatenation of strings ok matthew@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/07/04 22:23:33 Modified files: sys/arch/mvme68k/include: prom.h sys/arch/mvme88k/stand/libbug: prom.h Log message: Concatenating strings doesn't require __CONCAT() (and must not in standard C) ok miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/05 00:10:57 Modified files: mail/evolution-rss: Makefile Log message: Enable webkit support and make it the primary renderer. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/05 00:21:04 Modified files: security/libtasn1: Makefile distinfo Log message: Update to libtasn1-2.13. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/05 00:37:00 Modified files: security/gnutls: Makefile distinfo security/gnutls/patches: patch-doc_examples_ex-cert-select-pkcs11_c patch-lib_configure Log message: Bugfix update to gnutls-2.12.20. * fixed memory leak in PKCS #8 key import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/05 01:18:59 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 Log message: SECURITY update to accountsservice-0.6.22. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/05 01:19:48 Modified files: x11/dbus : Makefile distinfo x11/dbus/patches: patch-bus_Makefile_in patch-configure patch-dbus_Makefile_in patch-dbus_dbus-connection_c patch-dbus_dbus-sysdeps-util-unix_c patch-tools_Makefile_in x11/dbus/pkg : PLIST Removed files: x11/dbus/patches: patch-test_Makefile_in Log message: Update to dbus-1.6.2. Committing now so that any fallout can be fixed during g2k12. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/05 01:20:06 Modified files: x11/dbus-glib : Makefile distinfo Log message: Update to dbus-glib-0.100. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/05 01:21:14 Modified files: x11/dbus-python: Makefile distinfo x11/dbus-python/pkg: PLIST Log message: Update to dbus-python-1.1.1. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/07/05 02:37:22 Modified files: sbin/iked : ikev2.c Log message: when rekeying ike sa copy more info from the old one; fixes the last known iked inter-op problem with windows 7. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/07/05 03:02:20 Modified files: sbin/ipsecctl : ipsecctl.c ipsecctl.h pfkdump.c Log message: don't output "esn" string in the rule section as we can't use the keyword in the grammar to create a esn-enabled rule (no reason to do so for manual sa configuration). instead decode sa flags so that we can also watch changes happening in the realtime with the monitor mode. prompted and ok by naddy CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/07/05 03:29:28 Modified files: audio/audacious: Makefile distinfo audio/audacious/patches: patch-configure_ac Removed files: audio/audacious/patches: patch-src_libaudcore_audio_c Log message: Maintenance update to audacious-3.2.4 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/07/05 03:29:43 Modified files: audio/audacious-plugins: Makefile distinfo audio/audacious-plugins/patches: patch-configure_ac patch-extra_mk_in Log message: Maintenance update to audacious-3.2.4 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/05 04:05:34 Modified files: textproc/icu4c : Makefile textproc/icu4c/patches: patch-source_common_putilimp_h Log message: Fix build on big endian platforms. breakage reported by Markus Lude CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/07/05 04:22:08 Modified files: sys/dev/pci : pcidevs Log message: NVIDIA GeForce 320M as found on the 2010 version of the Apple Mac mini. From Brad. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/07/05 04:23:31 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/07/05 05:37:51 Modified files: www/linkchecker: Makefile distinfo www/linkchecker/patches: patch-setup_py www/linkchecker/pkg: PLIST Log message: Update for Linkchecker for 7.9 with some changes: * checking: Catch any errors initializing the MIME database. * checking: Fix writing temporary files. * checking: Properly handle URLs with user/password information. And others. Delete --no-compile to build pyc and add devel/desktop-file-utils Tested on i386. Ok Amit Kulkarni (maintainer) aja@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/05 06:23:18 Modified files: net/libsmi : Makefile Log message: include smilint in the COMMENT so blambert and other people can find it more easily. CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2012/07/05 07:50:15 Modified files: sys/dev/pci : if_bnx.c if_bnxreg.h Log message: Add flow control to bnx(4) Tested on 5706, 5708, 5709, 5716 chipsets. From Brad OK phessler@, sthen@, mikeb@, CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/07/05 08:36:23 Modified files: sys/dev/pci : if_ix.c if_ix.h Log message: enable the code that forces a cleanup if number of tx descriptors is below the threshold. noticed by brad. tweak threshold values to get a bit of a performance increase. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/05 08:39:10 Modified files: net/nagios/check_esxi_hardware: Makefile net/nagios/check_esxi_hardware/pkg: DESCR Log message: ESXi 5.0u1 responds *really* slowly to hardware status requests, this is a vmware bug, until they get round to fixing it let's at least document which icinga/nagios variable you need to bump as a workaround. ok merdely@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/07/05 08:47:28 Modified files: sys/dev/pci : if_ix.c Log message: set the prefetch threshold for 99'er as well. provides some additional performance improvement. obtained from freebsd. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/05 09:22:54 Modified files: net/openconnect: Makefile distinfo Log message: update to OpenConnect 4.04 CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/07/05 09:23:55 Modified files: sys/dev/mii : brgphy.c Log message: Correct the jumbo setup code within brgphy(4). The code had a mistake and was actually disabling the jumbo settings for the PHY. From Brad. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/05 10:48:16 Modified files: usr.bin/libtool/LT: LaFile.pm Program.pm Log message: error and warning messages should be explicit, sigh... CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/07/05 11:35:13 Modified files: app/cwm : calmwm.c calmwm.h screen.c xevents.c Log message: the display's width and height are updated after an XRandR event so we don't need to pass down the new values to screen_update_geometry(); so just read the width/height values directly for both uses of screen_update_geometry(). prep for further changes in this area. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/05 11:46:12 Modified files: x11/gnome/tracker: Makefile distinfo 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.2. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/05 14:19:58 ports/x11/gnome/at-spi2-atk/patches Update of /cvs/ports/x11/gnome/at-spi2-atk/patches In directory cvs.openbsd.org:/tmp/cvs-serv22768/patches Log Message: Directory /cvs/ports/x11/gnome/at-spi2-atk/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/05 16:01:22 Modified files: telephony/asterisk: Makefile distinfo Log message: SECURITY update to Asterisk 1.8.13.1 - fixes AST-2012-010, AST-2012-011 - RTP port exhaustion (DoS) if an endpoint responds to SIP INVITEs with provisional responses but never sends a final response. - double free with simultaneous access to a single voicemail account. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/07/05 18:41:59 Modified files: usr.bin/ssh : moduli.c ssh-keygen.1 ssh-keygen.c Log message: Add options to specify starting line number and number of lines to process when screening moduli candidates. This allows processing of different parts of a candidate moduli file in parallel. man page help jmc@, ok djm@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/07/05 19:37:21 Modified files: usr.bin/ssh : mux.c Log message: fix memory leak of passed-in environment variables and connection context when new session message is malformed; bz#2003 from Bert.Wesarg AT googlemail.com CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/07/05 19:47:38 Modified files: usr.bin/ssh : ssh.c Log message: move setting of tty_flag to after config parsing so RequestTTY options are correctly picked up. bz#1995 patch from przemoc AT gmail.com; ok dtucker@ CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/07/05 20:52:11 Modified files: . : plus.html Log message: plus.html for June 25 to July 1. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/07/06 00:38:03 Modified files: usr.bin/ssh : ssh-keygen.c Log message: missing full stop in usage(); CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/07/06 02:32:13 Modified files: audio/pianobar : Makefile Added files: audio/pianobar/patches: patch-src_libpiano_crypt_c patch-src_libpiano_crypt_h patch-src_libpiano_piano_h patch-src_main_c Log message: Properly initialize libgcrypt (upstream git commit 96db841a16670b52fa462337c657c6dc6bd2844a) Work around libgcrypt deprecation warnings. See: http://lists.gnupg.org/pipermail/gcrypt-devel/2011-July/001830.html CVSROOT: /cvs Module name: xenocara Changes by: dcoppa@cvs.openbsd.org 2012/07/06 02:41:29 Modified files: app/cwm : cwmrc.5 Log message: Add a couple examples of keybindings using keysyms, as discussed with okan@ and sthen@. OK okan@, sthen@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/07/06 04:22:17 Modified files: databases/sqlports: Makefile databases/sqlports/pkg: DESCR-compact DESCR-main Log message: more stuff than the DESCR says, bump rev. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/07/06 05:08:44 Modified files: sys/dev/pci : if_ix.c Log message: rewrite the receive filter programming to look similar to other drivers - from brad; while here initialized a stack variable before usage as pointed out by david hill. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/06 05:30:41 Modified files: usr.bin/libtool: libtool usr.bin/libtool/LT: Archive.pm Exec.pm LaFile.pm LaLoFile.pm Library.pm LoFile.pm Parser.pm Program.pm Trace.pm Util.pm Log message: add my copyright, since I'm going to do yet MORE changes... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/07/06 06:00:52 Modified files: infrastructure/mk: bsd.port.mk Log message: prepare for new pkg_add switch CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/07/06 06:01:29 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: prepare for new pkg_add -i/-I: we want to make sure that's NOT interactive! CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/06 06:02:50 Modified files: usr.sbin/pkg_add: pkg_add.1 pkg_delete.1 usr.sbin/pkg_add/OpenBSD: AddDelete.pm Log message: have -i be automatically on for ttys. use -i/-I to force interactive/non interactive mode (-I for not running scripts has been dead for years) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/06 06:11:51 Modified files: usr.sbin/pkg_add: pkg_add.1 pkg_delete.1 Log message: a bit of cleanup - remove description of INSTALL/DEINSTALL scripts, they've been dead for years. - explain upfront about interactive mode. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/06 06:51:11 Modified files: x11/vlc : Makefile distinfo x11/vlc/patches: patch-configure_ac patch-share_Makefile_am x11/vlc/pkg : PLIST-main Log message: update to VLC 2.0.2, from Brad. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/07/06 08:18:00 Modified files: app/cwm : calmwm.c calmwm.h screen.c xevents.c Log message: querying for Xinerama should be done per display, not per screen, so move chuck to display init; allows some shuffling to occur limiting screen_init_xinerama()'s scope while keeping order intact. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/07/06 08:42:46 Modified files: databases/percona-toolkit: Makefile distinfo databases/percona-toolkit/patches: patch-bin_pt-mext patch-bin_pt-mysql-summary patch-bin_pt-sift databases/percona-toolkit/pkg: PLIST Added files: databases/percona-toolkit/patches: patch-Makefile_PL Log message: Update to 2.1.2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/06 09:01:06 Modified files: multimedia/transcode: Makefile Removed files: multimedia/transcode/patches: patch-export_export_ffmpeg_c Log message: Remove unnecessary patch; the code already does the right thing. from Brad CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/07/06 10:02:18 Modified files: faq/fr : faq14.html fr : want.html nl : plat.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/06 10:25:05 Modified files: devel/glib2 : Makefile devel/glib2/patches: patch-glib-2_0_pc_in Log message: Remove unneeded chunk. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/06 10:25:56 Modified files: mail/zarafa/zarafa: Makefile mail/zarafa/zarafa/patches: patch-installer_linux_gateway_cfg Log message: Set the default process_model to thread instead of fork. prodded by robert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/06 10:27:19 Modified files: games/gcompris : Makefile distinfo games/gcompris/patches: patch-Makefile_in patch-configure patch-po_Makefile_in_in patch-src_chess_computer-activity_chess_c patch-src_gcompris_Makefile_in patch-src_goocanvas_src_Makefile_in games/gcompris/pkg: PLIST Log message: Update to gcompris-12.05. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/06 10:28:21 Modified files: x11/dbus : Makefile Added files: x11/dbus/patches: patch-dbus-1_pc_in Log message: linking to libdbus-1.0 requires -pthread. spotted by "Onat I." CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/06 10:37:03 Modified files: security : Makefile Log message: unhook tinyca CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/06 10:37:24 Removed files: security/tinyca: Makefile distinfo security/tinyca/patches: patch-tinyca2 security/tinyca/pkg: DESCR PLIST Log message: zap this old, broken and unmaintained cruft. ok msf@ (MAINTAINER), aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/06 10:41:21 Modified files: devel/msp430 : Makefile.inc devel/msp430/binutils: Makefile devel/msp430/gcc: Makefile devel/msp430/gdb: Makefile devel/msp430/libc: Makefile devel/msp430/msp430mcu: Makefile Log message: - build COMMENT from Makefile.inc CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/06 10:42:06 Modified files: x11/py-kiwi : Makefile distinfo x11/py-kiwi/patches: patch-setup_py x11/py-kiwi/pkg: PLIST Log message: - update to 1.9.29 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/06 11:21:12 Log message: import opencore-amr, lightly tweaked from a submission by Jan Stary, ok jasper@ opencore-amr contains an implementation of the 3GPP TS 26.073 specification for the Adaptive Multi Rate (AMR) speech codec and an implementation of the 3GPP TS 26.173 specification for the Adaptive Multi-Rate Wideband (AMR-WB) speech decoder. The implementation is derived from the OpenCORE framework, part of the Google Android project. Status: Vendor Tag: sthen Release Tags: sthen_20120706 N ports/audio/opencore-amr/Makefile N ports/audio/opencore-amr/distinfo N ports/audio/opencore-amr/pkg/DESCR N ports/audio/opencore-amr/pkg/PLIST N ports/audio/opencore-amr/pkg/PFRAG.shared N ports/audio/opencore-amr/.git/description N ports/audio/opencore-amr/.git/HEAD N ports/audio/opencore-amr/.git/config N ports/audio/opencore-amr/.git/index N ports/audio/opencore-amr/.git/COMMIT_EDITMSG N ports/audio/opencore-amr/.git/refs/heads/master N ports/audio/opencore-amr/.git/hooks/applypatch-msg.sample N ports/audio/opencore-amr/.git/hooks/commit-msg.sample N ports/audio/opencore-amr/.git/hooks/post-commit.sample N ports/audio/opencore-amr/.git/hooks/post-receive-email.sample N ports/audio/opencore-amr/.git/hooks/post-receive.sample N ports/audio/opencore-amr/.git/hooks/post-update.sample N ports/audio/opencore-amr/.git/hooks/pre-applypatch.sample N ports/audio/opencore-amr/.git/hooks/pre-commit.sample N ports/audio/opencore-amr/.git/hooks/pre-rebase.sample N ports/audio/opencore-amr/.git/hooks/prepare-commit-msg.sample N ports/audio/opencore-amr/.git/hooks/update.sample N ports/audio/opencore-amr/.git/info/exclude N ports/audio/opencore-amr/.git/objects/1f/94e84a51dd22d1175d5cedf71edd20b24ca5e3 N ports/audio/opencore-amr/.git/objects/ae/6817bb8d54af6b0b153b78e8adc7efee436a6d N ports/audio/opencore-amr/.git/objects/89/8d3d2c3d5491377d693aa263f6f1048d5ee52e N ports/audio/opencore-amr/.git/objects/4c/e2a9a2999177aa8abd5c6ec0ae3a949aee66ca N ports/audio/opencore-amr/.git/objects/c2/cdef50ed3b6706f6aca26f61fc4c873842c5db N ports/audio/opencore-amr/.git/objects/94/cc45a26a08ad5bce1769435c0bb93de3d9f8a1 N ports/audio/opencore-amr/.git/objects/41/46979f850a9da3ed09639f8a8b1108198b67bc N ports/audio/opencore-amr/.git/objects/1b/ed5ae9b510744dbb9f79b7497dc2814294b0c9 N ports/audio/opencore-amr/.git/logs/HEAD N ports/audio/opencore-amr/.git/logs/refs/heads/master No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/06 11:22:29 Removed files: audio/opencore-amr/.git: COMMIT_EDITMSG HEAD config description index audio/opencore-amr/.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 audio/opencore-amr/.git/info: exclude audio/opencore-amr/.git/logs: HEAD audio/opencore-amr/.git/logs/refs/heads: master audio/opencore-amr/.git/objects/1b: ed5ae9b510744dbb9f79b7497dc2814294b0c9 audio/opencore-amr/.git/objects/1f: 94e84a51dd22d1175d5cedf71edd20b24ca5e3 audio/opencore-amr/.git/objects/41: 46979f850a9da3ed09639f8a8b1108198b67bc audio/opencore-amr/.git/objects/4c: e2a9a2999177aa8abd5c6ec0ae3a949aee66ca audio/opencore-amr/.git/objects/89: 8d3d2c3d5491377d693aa263f6f1048d5ee52e audio/opencore-amr/.git/objects/94: cc45a26a08ad5bce1769435c0bb93de3d9f8a1 audio/opencore-amr/.git/objects/ae: 6817bb8d54af6b0b153b78e8adc7efee436a6d audio/opencore-amr/.git/objects/c2: cdef50ed3b6706f6aca26f61fc4c873842c5db audio/opencore-amr/.git/refs/heads: master Log message: ah, I see cvs doesn't have a cvs binary with the updated ignore line yet ;) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/06 11:22:49 Modified files: audio : Makefile Log message: +opencore-amr CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/06 11:23:43 Modified files: telephony/pjsua: Makefile Log message: sync WANTLIB/LIB_DEPENDS, this picks up opencore-amr CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/06 13:14:35 Modified files: devel/pear-Date-Holidays/Finland: Makefile distinfo devel/pear-Date-Holidays/Finland/pkg: PLIST Log message: update pear-Date-Holidays/Finland to 0.1.2, from Johan Huldtgren CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/06 13:16:52 Modified files: regress/usr.bin/libtool: Makefile Log message: from print/pdflib CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/06 13:18:49 Modified files: usr.bin/libtool: libtool Log message: fix print/pdflib nasty side-effect of partial libtool2 compat CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/06 13:36:03 Added files: telephony/asterisk/patches: Tag: OPENBSD_5_1 patch-apps_app_voicemail_c patch-channels_chan_sip_c patch-channels_sip_include_sip_h Log message: backport asterisk security patches for AST-2012-010 and AST-2012-011 - RTP port exhaustion (DoS) if an endpoint responds to SIP INVITEs with provisional responses but never sends a final response. - double free with simultaneous access to a single voicemail account. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/06 13:37:02 Modified files: telephony/asterisk: Tag: OPENBSD_5_1 Makefile Log message: backport asterisk security patches for AST-2012-010 and AST-2012-011 - RTP port exhaustion (DoS) if an endpoint responds to SIP INVITEs with provisional responses but never sends a final response. - double free with simultaneous access to a single voicemail account. (should have been with preceding commit which was done in patches/ so missed the revision bump in Makefile). CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/06 16:18:11 Modified files: usr.bin/libtool/LT: Library.pm Log message: restore horrible hack to where it was CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/07/06 17:15:51 Modified files: libexec/ld.so : resolve.c Log message: Fix LD_DEBUG=1 regression introduced by previous commit. ok kurt CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/07 00:59:24 Modified files: x11/gnome/at-spi2-atk: Makefile Added files: x11/gnome/at-spi2-atk/patches: patch-atk-adaptor_adaptors_application-adaptor_c patch-atk-adaptor_bridge_c patch-atk-adaptor_bridge_h Log message: Security fix from upstream git for: Use XDG_RUNTIME_DIR to hold sockets, and do not make a world-writable dir CVE-2012-3378 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/07 01:50:22 Removed files: emulators/vba : Makefile distinfo emulators/vba/patches: patch-configure_in patch-src_Makefile_in patch-src_Port_h patch-src_Util_cpp patch-src_getopt_h patch-src_gtk_Makefile_in patch-src_remote_cpp patch-src_sdl_Makefile_in patch-src_sdl_SDL_cpp patch-src_sdl_debugger_cpp emulators/vba/pkg: DESCR PLIST Log message: Remove emulators/vba, it's been superseded by emulators/vbam. prodded by Brad ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/07 01:50:47 Modified files: emulators : Makefile Log message: -vba CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/07 01:52:34 Removed files: converters/libdvd: Makefile converters/libdvd/patches: patch-src_acss_c patch-src_libdvd_c patch-src_scrambletables_h converters/libdvd/pkg: DESCR PFRAG.shared PLIST Log message: Remove converters/libdvd, it was made obsolete by the libdvdread update. It is dead/unmaintained upstream and unusable with the current libdvdread. from Brad ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/07 01:52:50 Modified files: converters : Makefile Log message: -libdvd CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/07/07 02:14:43 Modified files: lib/libexpat : Makefile Added files: lib/libexpat : generate_pkgconfig.sh Log message: add expat.pc based on a diff by brad ok sthen@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/07/07 02:22:58 Modified files: usr.sbin/bgpd : bgpd.8 bgpd.conf.5 Log message: Explain the bgpd decision process in the man page. I'm tired of looking at the C code over and over again. With and OK sthen@, henning@, jmc@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/07/07 02:25:22 Modified files: lib/libexpat : generate_pkgconfig.sh Log message: actually, make this identical to what upstream expat ships nowadays by adding a URL field and removing the empty Requires. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/07 02:26:29 Modified files: games/wesnoth : Makefile distinfo games/wesnoth/patches: patch-src_network_cpp games/wesnoth/pkg: PLIST Log message: - bugfix update to 1.10.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/07 02:31:57 Modified files: lang/guile : Makefile distinfo lang/guile/pkg : PLIST Log message: - update to 1.8.8 (last release in the 1.8 series) * the update to the 2.x series will require a lot more work CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/07 03:07:03 Modified files: lang/librep : Makefile distinfo Log message: - update to 0.92.2.1, no visible changes for us. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/07 03:11:59 Modified files: lang/guile : Makefile Log message: allow regress tests to run CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/07/07 03:15:43 Modified files: . : hackathons.html Added files: images/hackathons: g2k12-s.gif g2k12.gif Log message: g2k12 hackathon has begun CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/07 03:19:05 Modified files: x11/rep-gtk : Makefile distinfo Log message: - update to 0.90.8.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/07 03:19:16 Modified files: x11/sawfish : Makefile distinfo x11/sawfish/pkg: PLIST Added files: x11/sawfish/patches: patch-lisp_sawfish_gtk_widgets_frame-style_jl Removed files: x11/sawfish/patches: patch-lisp_sawfish_cfg_widgets_frame-style_jl Log message: - update to 1.9.0 CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2012/07/07 03:25:45 Modified files: sys/dev/usb : hidkbd.c hidkbdsc.h Log message: Support for USB keyboards that use a variable for each separate key in the HID report. Fixes certain gaming-style USB keyboards. ok miod@ deraadt@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/07/07 03:35:36 Modified files: etc/rc.d : tftpd Log message: Restore default tftpd(8) argument to use "/tftpboot" so that is works out of the box. ok deraadt@ pirofti@ CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/07/07 03:36:30 Modified files: usr.bin/nc : netcat.c Log message: Report incoming connections when -l is specified with -v. From Ricky Zhou with a few tweaks by me. ok henning@ haesbaert@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/07 03:39:26 Modified files: x11/gnome/gedit-code-assistance: Makefile Log message: mark as broken on powerpc, as suggested by mpi@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/07 03:39:55 Modified files: lang/gambit : Makefile distinfo lang/gambit/pkg: PLIST Log message: - update to 4.6.6 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/07 03:43:54 Modified files: x11/i3status : Makefile Added files: x11/i3status/patches: patch-src_print_cpu_usage_c Log message: Avoid division by zero when calculating CPU usage. from upstream git CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/07 04:15:24 Modified files: lang/guile : Makefile lang/guile/pkg : PLIST Added files: lang/guile/patches: patch-Makefile_in Log message: - don't install emacs files; since it'll break when emacs is not available. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/07/07 04:28:07 Modified files: etc/rc.d : rc.subr Log message: Simplify rc_wait() (no functionnal change). initially from robert at peichaer dot org with some enhancement by halex@ ok halex@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/07 04:32:51 src/regress/usr.bin/mandoc/mdoc/Cm Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Cm In directory cvs.openbsd.org:/tmp/cvs-serv22464/Cm Log Message: Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Cm added to the repository CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/07 04:32:52 src/regress/usr.bin/mandoc/mdoc/D1 Update of /cvs/src/regress/usr.bin/mandoc/mdoc/D1 In directory cvs.openbsd.org:/tmp/cvs-serv22464/D1 Log Message: Directory /cvs/src/regress/usr.bin/mandoc/mdoc/D1 added to the repository CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/07 04:32:53 src/regress/usr.bin/mandoc/mdoc/Dl Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Dl In directory cvs.openbsd.org:/tmp/cvs-serv22464/Dl Log Message: Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Dl added to the repository CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/07 04:32:54 src/regress/usr.bin/mandoc/mdoc/Oo Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Oo In directory cvs.openbsd.org:/tmp/cvs-serv22464/Oo Log Message: Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Oo added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/07 05:28:01 Modified files: audio/pulseaudio: Makefile Log message: Use autoconf 2.69. CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/07/07 06:00:49 Modified files: dist/Mesa/src/glx: glxextensions.c Log message: Don't enable INTEL_swap_event unconditionally and wait forever for an event that's not coming. This unbreak clutter/cogl and probably other toolkits. Upstream commit 25620eb1d277c6b80edb136eaeca12532fcfd3ce by Adam Jackson ok ajacoutot@, jasper@, robert@ CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/07/07 06:03:53 Modified files: dist/Mesa/src/glx: drisw_glx.c Log message: Unbreak GLX1.3 ctors with software dri, this makes clutter/cogl works with software accleration. Upstream commit d44f821213d7ed67fed18d6ea6c34b61a665c89e by Adam Jackson ok ajacoutot@, jasper@, robert@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/07/07 06:29:18 Modified files: usr.sbin/bgpd : bgpd.8 Log message: prefered -> preferred; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/07 06:48:00 Modified files: graphics/clutter: Makefile Makefile.inc Log message: Update the plumbing so that we can update clutter and family... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/07 06:48:29 Modified files: graphics/clutter/cogl: Makefile Log message: MODULES is already taken care of. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/07 06:49:17 Modified files: graphics/clutter/core: Makefile distinfo graphics/clutter/core/patches: patch-clutter_Makefile_in graphics/clutter/core/pkg: DESCR PLIST Added files: graphics/clutter/core/patches: patch-clutter_clutter_pc_in patch-configure patch-tests_interactive_test-animation_c Removed files: graphics/clutter/core/patches: patch-clutter_clutter-animation_c patch-clutter_clutter-json_h_in patch-clutter_clutter-scriptable_h patch-clutter_cogl_cogl_pc_in patch-clutter_pc_in patch-clutter_x11_clutter-x11_pc_in Log message: unsigned long long overdue update to clutter-1.10.8. joint work with jasper@ and robert@ ; mpi@ made it all possible! ok jasper@ robert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/07 06:49:47 Modified files: graphics/clutter/clutter-gst: Makefile distinfo graphics/clutter/clutter-gst/pkg: DESCR PLIST Log message: Update to clutter-gst-1.6.0. joint work with jasper@ and robert@ ok jasper@ robert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/07 06:50:11 Modified files: graphics/clutter/clutter-gtk: Makefile distinfo graphics/clutter/clutter-gtk/pkg: DESCR PLIST Removed files: graphics/clutter/clutter-gtk/patches: patch-clutter-gtk_Makefile_in Log message: Update to clutter-gtk-1.2.0. joint work with jasper@ and robert@ ok jasper@ robert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/07 06:50:39 Modified files: graphics/clutter/pyclutter: Makefile Log message: Remove devel/gettext from MODULES. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/07/07 06:54:04 Modified files: sys/dev/usb : ehci.c Log message: When aborting a transfer set the halted bit to the QH's qTD and remove superflous code. This fix an abort loop problem reported by Gerhard Roth, based on his initial diff. Has been in snap for some weeks, ok deraadt@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/07/07 06:55:29 Modified files: usr.sbin/authpf: authpf.c Log message: Fix file descriptor leak reported by someone on the mailing list long time ago. OK beck@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/07 06:59:33 Modified files: geo/libchamplain: Makefile.inc geo/libchamplain/core: Makefile distinfo geo/libchamplain/core/pkg: PLIST Log message: finally update to 0.12.2 fallout will be dealt with shortly, right landry? :-) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/07 07:00:45 Modified files: geo/gpx-viewer : Makefile geo/emerillon : Makefile Log message: mark these as broken for now CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/07 07:01:58 Removed files: graphics/clutter/pyclutter: Makefile distinfo graphics/clutter/pyclutter/pkg: DESCR PLIST Log message: Remove pyclutter; it's unused and broken and nothing uses it. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/07 07:02:21 Modified files: graphics/clutter: Makefile Log message: -pyclutter CVSROOT: /cvs Module name: www Changes by: pirofti@cvs.openbsd.org 2012/07/07 07:21:20 Modified files: . : want.html Log message: I would love to own a sparc64 UltraSPARC II laptop. Full-blown machines are too noisy for me and this would be the perfect compromise. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/07 07:24:29 Modified files: x11/gnome/eog-plugins: Makefile x11/gnome/eog-plugins/pkg: PLIST Log message: - re-enable map plugin now that clutter is fixed. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/07 07:32:47 Modified files: usr.bin/mandoc : mdoc_man.c Log message: minor -mdoc -Tman fixes * right after .Ns, avoid breaking the line in man code * after .Fl without arguments, do not insert a blank into man code * before each .Nm in .Sh SYNOPSIS, insert a .br into man code * skip .Pp arguments, don't copy them to man code CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/07/07 07:35:07 Modified files: lib/libexpat : Makefile Log message: unbreak, pointed out by theo CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/07 07:35:30 Log message: Import mx-1.4.6. Mx is a widget toolkit using Clutter that provides a set of standard interface elements, including buttons, progress bars, scroll bars and others. It also implements some standard managers. One other interesting feature is the possibility setting style properties from a CSS format file. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120707 N ports/graphics/clutter/mx/distinfo N ports/graphics/clutter/mx/Makefile N ports/graphics/clutter/mx/pkg/DESCR N ports/graphics/clutter/mx/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/07 07:35:54 Modified files: graphics/clutter: Makefile Log message: +mx CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/07 07:45:26 Modified files: usr.bin/mandoc : mdoc_man.c Log message: implement -Tman .Bd -offset and -compact CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/07 07:51:03 Modified files: usr.bin/mandoc : mdoc_man.c Log message: implement -Tman .Sm CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/07 07:56:19 Modified files: usr.bin/mandoc : mdoc_man.c Log message: implement -Tman .Bk CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/07 08:04:37 Modified files: x11/gnome/empathy: Makefile distinfo x11/gnome/empathy/pkg: PLIST Removed files: 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: - update to 3.4.2 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/07 08:04:39 Modified files: usr.bin/mandoc : mdoc_man.c Log message: after .Lb in library section, break the line in the final output CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/07 08:06:43 Modified files: x11/gnome/eog-plugins: Makefile x11/gnome/eog-plugins/pkg: PLIST Log message: Comment static libtool archives and la files from libtool. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/07 08:10:55 Modified files: regress/usr.bin/mandoc/mdoc: Makefile regress/usr.bin/mandoc/mdoc/Bd: Makefile offset-empty.in offset-empty.out_ascii spacing.in spacing.out_ascii regress/usr.bin/mandoc/mdoc/Bk: Makefile regress/usr.bin/mandoc/mdoc/Fl: Makefile regress/usr.bin/mandoc/mdoc/Lb: Makefile regress/usr.bin/mandoc/mdoc/Nm: Makefile empty.in empty.out_ascii regress/usr.bin/mandoc/mdoc/Ns: Makefile regress/usr.bin/mandoc/mdoc/Pp: Makefile regress/usr.bin/mandoc/mdoc/Sm: Makefile Added files: regress/usr.bin/mandoc/mdoc/Cm: Makefile basic.in basic.out_ascii regress/usr.bin/mandoc/mdoc/D1: Makefile spacing.in spacing.out_ascii regress/usr.bin/mandoc/mdoc/Dl: Makefile spacing.in spacing.out_ascii regress/usr.bin/mandoc/mdoc/Oo: Makefile punct.in punct.out_ascii Log message: after several improvements to -Tman went in, enable lots of related regression tests CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/07 08:29:00 Log message: import rebar 2.0.0 rebar is an Erlang build tool that makes it easy to compile and test Erlang applications, port drivers and releases. ok sthen@ Status: Vendor Tag: jasper Release Tags: jasper_20120707 N ports/devel/rebar/distinfo N ports/devel/rebar/Makefile N ports/devel/rebar/pkg/PLIST N ports/devel/rebar/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/07 08:47:19 Modified files: devel : Makefile Log message: sync CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2012/07/07 09:20:14 Modified files: sys/net : pf_ioctl.c Log message: restore DIOCKILLSTATE semantics to what they were before the NAT rewrite. when you kill states by IP, it is not all that clear which IP we're talking about - before or after rewriting? the old semantics were to always look at the "original" IP, i. e. before rewriting. ever since the NAT rewrite we were unconditionally looking at the wire side state key, which is the original address for PF_IN states, but not for PF_OUT. So look at the SK_STACK state key in the PF_OUT case. should fix "authpf doesn't remove NAT states" seen on misc a while ago ok & testing & half of the analysis bob (he sez beck) CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/07/07 09:33:02 Modified files: usr.bin/nc : nc.1 netcat.c Log message: Allow UDP server to receive datagrams from multiple socket pairs with -k flag. Prompted by a question from dsp at 2f30 dot org, diff from Lazarom Koromil with a few tweaks by me, many thanks. ok mikeb@ nicm@ haesbaert@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/07 09:37:35 Modified files: share/man/man5 : bsd.port.mk.5 Log message: less accurate documentation... as noticed by matthew@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/07/07 09:40:54 Modified files: lib/libc/asr : Makefile.inc Log message: remove bogus include of bsd.lib.mk CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/07/07 10:00:19 Modified files: sbin/fdisk : cmd.c Log message: Replace atoi() with strtonum() where it's easy. Make related error messages consistant. Check for valid partition when 'select'ing a partition. ok haesbaert@ CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2012/07/07 10:00:55 Modified files: etc/mtree : 4.4BSD.dist Log message: add /var/www/cache for nginx to store some data ok ajacoutot@, krw@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/07 10:01:21 Modified files: meta/gnome : Makefile Log message: Empathy already brings gnome-contacts. CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2012/07/07 10:01:49 Modified files: usr.sbin/nginx : CHANGES CHANGES.ru Makefile.bsd-wrapper usr.sbin/nginx/auto: modules options sources unix usr.sbin/nginx/auto/lib/google-perftools: conf usr.sbin/nginx/auto/os: conf usr.sbin/nginx/src/core: nginx.h ngx_hash.c ngx_inet.c ngx_regex.c ngx_regex.h ngx_resolver.c usr.sbin/nginx/src/event: ngx_event_openssl.c usr.sbin/nginx/src/http: ngx_http_core_module.c ngx_http_header_filter_module.c ngx_http_request.c ngx_http_request.h ngx_http_upstream.c ngx_http_upstream_round_robin.c ngx_http_upstream_round_robin.h ngx_http_variables.c usr.sbin/nginx/src/http/modules: ngx_http_geo_module.c ngx_http_geoip_module.c ngx_http_log_module.c ngx_http_mp4_module.c ngx_http_rewrite_module.c ngx_http_split_clients_module.c ngx_http_upstream_ip_hash_module.c ngx_http_upstream_keepalive_module.c ngx_http_xslt_filter_module.c usr.sbin/nginx/src/os/unix: ngx_errno.c ngx_errno.h ngx_freebsd_init.c ngx_posix_config.h ngx_process_cycle.c Added files: usr.sbin/nginx/auto: endianness usr.sbin/nginx/src/http/modules: ngx_http_upstream_least_conn_module.c Removed files: usr.sbin/nginx/auto: endianess Log message: update to 1.2.2 and start using /var/www/cache instead of /var/www/tmp CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/07 10:02:00 Modified files: x11/gnome/grilo-plugins: Makefile Log message: Add an rpath to the tracker libraries so that they can be loaded. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/07 10:09:12 Removed files: converters/libdvd: distinfo Log message: Missed in previous. spotted by Markus Lude CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/07 10:15:49 src/regress/usr.bin/mandoc/man/RS Update of /cvs/src/regress/usr.bin/mandoc/man/RS In directory cvs.openbsd.org:/tmp/cvs-serv13152/RS Log Message: Directory /cvs/src/regress/usr.bin/mandoc/man/RS added to the repository CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2012/07/07 10:24:32 Modified files: libexec/tftp-proxy: filter.c sbin/pfctl : parse.y pfctl_parser.c sys/net : pf.c pf_ioctl.c pfvar.h usr.sbin/ftp-proxy: filter.c usr.sbin/relayd: pfe_filter.c Log message: rename prio in struct pf_rule and related structs to set_prio so it is utterly clear this is not a filter criteria but a packet modification thing. also preparation for upcoming changes, including one to unscrew this mess (I should not have to touch half the tree for this - ifixitlater) not user visible, ok gcc CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/07 10:43:10 Modified files: x11/gnome/totem: Makefile distinfo x11/gnome/totem/patches: patch-src_backend_bacon-video-widget-gst-0_10_c x11/gnome/totem/pkg: PLIST-main PLIST-nautilus Removed files: x11/gnome/totem/patches: patch-browser-plugin_totemPluginGlue_cpp Log message: Update to totem-3.4.3. CVSROOT: /cvs Module name: xenocara Changes by: dcoppa@cvs.openbsd.org 2012/07/07 10:45:04 Modified files: lib/freetype : ChangeLog Jamfile Makefile README configure shlib_version lib/freetype/builds: exports.mk lib/freetype/builds/unix: aclocal.m4 config.guess config.sub configure configure.ac configure.raw freetype2.in install-sh ltmain.sh lib/freetype/builds/win32/vc2005: freetype.vcproj index.html lib/freetype/builds/win32/vc2008: freetype.vcproj index.html lib/freetype/builds/win32/vc2010: freetype.vcxproj index.html lib/freetype/builds/win32/visualc: freetype.dsp freetype.vcproj index.html lib/freetype/builds/win32/visualce: freetype.dsp freetype.vcproj index.html lib/freetype/builds/wince/vc2005-ce: freetype.vcproj index.html lib/freetype/builds/wince/vc2008-ce: freetype.vcproj index.html lib/freetype/devel: ftoption.h lib/freetype/docs: CHANGES VERSION.DLL lib/freetype/docs/reference: ft2-base_interface.html ft2-basic_types.html ft2-bdf_fonts.html ft2-bitmap_handling.html ft2-bzip2.html ft2-cache_subsystem.html ft2-cid_fonts.html ft2-computations.html ft2-font_formats.html ft2-gasp_table.html ft2-glyph_management.html ft2-glyph_stroker.html ft2-glyph_variants.html ft2-gx_validation.html ft2-gzip.html ft2-header_file_macros.html ft2-incremental.html ft2-index.html ft2-lcd_filtering.html ft2-list_processing.html ft2-lzw.html ft2-mac_specific.html ft2-module_management.html ft2-multiple_masters.html ft2-ot_validation.html ft2-outline_processing.html ft2-pfr_fonts.html ft2-quick_advance.html ft2-raster.html ft2-sfnt_names.html ft2-sizes_management.html ft2-system_interface.html ft2-toc.html ft2-truetype_engine.html ft2-truetype_tables.html ft2-type1_tables.html ft2-user_allocation.html ft2-version.html ft2-winfnt_fonts.html lib/freetype/include/freetype: freetype.h ftoutln.h ftstroke.h ftsynth.h tttables.h lib/freetype/include/freetype/internal: ftcalc.h ftobjs.h psaux.h tttypes.h lib/freetype/src/autofit: aflatin.c aflatin2.c afloader.c lib/freetype/src/base: ftoutln.c ftsynth.c lib/freetype/src/bdf: bdflib.c lib/freetype/src/gzip: adler32.c zconf.h zutil.c zutil.h lib/freetype/src/psaux: t1decode.c lib/freetype/src/pshinter: pshalgo.c lib/freetype/src/raster: ftmisc.h ftraster.c lib/freetype/src/sfnt: sfobjs.c ttload.c ttmtx.c lib/freetype/src/smooth: ftgrays.c lib/freetype/src/truetype: ttgload.c ttinterp.c ttobjs.c lib/freetype/src/type1: t1load.c Log message: Update to freetype-2.4.10. With help and ok matthieu@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/07/07 10:48:53 Modified files: usr.bin/libtool: libtool Log message: re-add correctly handling no arguments ok espie@ cvs: ---------------------------------------------------------------------- CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/07/07 11:08:17 Modified files: usr.sbin/httpd/src/modules/ssl: ssl_engine_init.c Log message: allow httpd to build if sslv2 is disabled, ok guenther@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/07 11:20:44 Modified files: x11/gnome/empathy: Makefile x11/gnome/empathy/pkg: PLIST Log message: Remove unexistent configure args. Enable the nautilus-sento plugin (only a build dependency). ok jasper@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/07 11:39:05 Modified files: usr.bin/mandoc : man_macro.c Log message: Fix an assert() raised by `RS' when following `TP' without a tag. The reason was that `RS' wasn't BSCOPE'd, so the next-line (BLINE) scope opened by `TP' would still be in the macro HEAD. This was from joerg@'s archive of failures. Fix by kristaps@, bsd.lv rev. 1.74. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/07 11:45:45 Modified files: graphics/clutter/mx: Makefile graphics/clutter/mx/pkg: PLIST Log message: Regen PLIST. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/07 11:47:59 Modified files: regress/usr.bin/mandoc/man: Makefile Added files: regress/usr.bin/mandoc/man/RS: Makefile breaking.in breaking.out_ascii Log message: Add a test for RS breaking some other block. Unfortunately, the code triggering the assert fixed in man_macro.c rev. 1.37 must be commented out because groff misformats the invalid input so badly that imitating it really makes no sense. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/07/07 11:59:03 Modified files: sys/dev/usb : usbdevs Log message: add the x200 camera ok mpi@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/07 11:59:07 Log message: Import mash-0.2.0. Mash is a small library for using real 3D models within a Clutter scene. Models can be exported from Blender or other 3D modelling software as PLY files and then used as actors. It also supports a lighting model with animatable lights ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120707 N ports/graphics/clutter/mash/Makefile N ports/graphics/clutter/mash/distinfo N ports/graphics/clutter/mash/pkg/DESCR N ports/graphics/clutter/mash/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/07 11:59:28 Modified files: graphics/clutter: Makefile Log message: +mash CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/07/07 11:59:45 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/07 12:00:33 Modified files: x11/gnome/color-manager: Makefile Log message: Enable clutter support. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/07/07 12:08:11 Modified files: usr.bin/libtool: libtool Log message: - add LT::OSConfig which'll be used to keep all the configuration values - also fix a case where // should be used. ok espie@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/07 12:19:26 src/regress/usr.bin/mandoc/roff/cc Update of /cvs/src/regress/usr.bin/mandoc/roff/cc In directory cvs.openbsd.org:/tmp/cvs-serv25602/cc Log Message: Directory /cvs/src/regress/usr.bin/mandoc/roff/cc added to the repository CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/07 12:21:56 Modified files: usr.bin/libtool: libtool Log message: streamlined code CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/07 12:27:18 Modified files: regress/usr.bin/libtool: Makefile Log message: reorder stuff so that known failing targets are last CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/07 12:27:36 Modified files: usr.bin/mandoc : libmandoc.h man.c mandoc.c mdoc.c roff.c regress/usr.bin/mandoc/roff: Makefile Added files: regress/usr.bin/mandoc/roff/cc: Makefile basic.in basic.out_ascii Log message: Support the .cc request; code by kristaps@, tests by me. Needed for sqlite3(1) as reported by espie@. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2012/07/07 12:39:21 Modified files: sbin/pfctl : parse.y Log message: remove incorrect check in pfctl preventing set-tos for ipvshit. the kernel has code to deal with set-tos and that crap. don't ask for details. stuart ok CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2012/07/07 12:48:19 Modified files: sys/kern : uipc_socket.c Log message: Fix two races in socket splicing. When somove() gets called from sosplice() to move the data already there, it might sleep in m_copym(). Another process must not unsplice during that sleep, so also lock the receive buffer when sosplice is called with fd -1. The same sleep can allow network interrupts to modify the socket buffer. So use sbsync() to write back modifications within the loop instead of fixing the socket buffer after the loop. OK claudio@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/07 12:52:01 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/07 12:58:15 Modified files: sys/dev/pci : pcidevs Log message: another netmos cardbus serial; espie owns it CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/07 12:58:24 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/07/07 13:09:36 Modified files: mail/amavisd-new: Makefile distinfo mail/amavisd-new/patches: patch-amavisd patch-amavisd_conf patch-amavisd_conf-default Log message: Update to 2.8.0 new monitoring utilities are not enabled yet. ok sthen@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2012/07/07 14:29:23 Modified files: sbin/ipsecctl : parse.y Log message: copy&paste mistake in error message CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/07 14:34:20 Modified files: usr.bin/mandoc : mdoc_man.c Log message: basic support for -Tman .In CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/07 14:34:25 Modified files: devel/msp430/gcc/pkg: PLIST Log message: FULLPKGNAME is bad, mkay? CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/07/07 14:41:52 Modified files: lib/libc/asr : asr_debug.c asr_private.h res_send_async.c Log message: rename function to avoid symbol clash CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/07 14:44:26 Modified files: x11/gnome/totem: Makefile Log message: Needs grilo-plugins. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/07/07 15:09:27 Modified files: usr.bin/libtool: libtool Log message: - since we're storing the config variables in an object now, just walk the object to print the config, instead of printing the values manually - add gnu_arch to OSConfig while here CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/07 15:15:37 Modified files: usr.bin/mandoc : mdoc_man.c Log message: rudimentary support for -Tman .Ft and .Fn; some blank lines are still missing from the output CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/07 15:29:14 Modified files: usr.bin/libtool: libtool Log message: make $mode into an actual object. cheat a bit by auto-loading corresponding code if needed. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/07/07 15:42:22 Modified files: usr.bin/libtool: libtool Log message: add a dump method, simplifying the --config call CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/07/07 15:45:15 Modified files: usr.bin/libtool: libtool Log message: calling help() is not an error, so just return 0. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/07 16:44:56 Removed files: x11/gnome/games/patches: patch-configure patch-glchess_gnuchess_book_h patch-glchess_src_glchess_in_in patch-glchess_src_lib_defaults_py_in patch-glines_Makefile_in patch-gnibbles_Makefile_in patch-gnobots2_Makefile_in patch-gnome-sudoku_src_gnome-sudoku_in_in patch-gnome-sudoku_src_lib_defaults_py_in patch-gnomine_Makefile_in patch-gnotravex_Makefile_in patch-gnotski_Makefile_in patch-gtali_Makefile_in patch-mahjongg_Makefile_in patch-quadrapassel_Makefile_in Log message: zap for now CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/07 16:46:19 Modified files: devel/spidermonkey: Makefile Log message: Don't compile with -DJS_C_STRINGS_ARE_UTF8. It is not the default, other OSes do not enable it and our locale support is poor. This actually unbreaks the whole javascript gang in GNOME (gjs...). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/07 16:49:15 Modified files: graphics/clutter/clutter-gst: Makefile graphics/clutter/clutter-gst/pkg: PLIST Log message: Enable gobject-introspection support. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/07/07 19:00:24 Modified files: app/cwm : group.c Log message: remove a redundant assignment and another one up. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/07/07 20:50:41 Modified files: app/cwm : xutil.c Log message: fix atom for retrieving WM_STATE between re-exec's. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/07/07 20:55:01 Modified files: app/cwm : xutil.c Log message: fix atom for setting WM_STATE. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/08 00:09:45 Modified files: mail/evolution : Makefile Log message: Remove unused configure args. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/08 00:24:13 Modified files: regress/usr.bin/pkg-config: Makefile Log message: simplify, make sure everything uses ${PKG_CONFIG} CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/08 00:52:00 Modified files: regress/usr.bin/pkg-config: Makefile Log message: simplify some more CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/08 01:10:17 Modified files: x11/gnome/tracker: Makefile Log message: New HOMEPAGE. from Sergey Bronnikov CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/07/08 01:27:32 Modified files: usr.bin/tmux : server-window.c session.c tmux.h window.c Log message: Clear flags across all sessions, from Thomas Adam. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/08 01:45:37 Modified files: regress/usr.bin/pkg-config: Makefile Added files: regress/usr.bin/pkg-config/pcdir: requires-test4.pc Log message: nasty real test, create a Requires that depends on a variable in such a way that a reparse is needed CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/07/08 01:46:35 Modified files: regress/usr.bin/libtool: Makefile Log message: add a test for the fixed --help CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2012/07/08 01:58:09 Modified files: sys/net : if_pflog.c if_pflog.h pf_ioctl.c Log message: there was a limit on the number of pflog interfaces - 16. remove that. mostly by dynamically allocating pflogifs instead of making that a static array. ok claudio zinke CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/08 01:58:26 Modified files: usr.bin/pkg-config/OpenBSD: PkgConfig.pm Log message: fix ajacoutot's whining (i wish...) okay jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/08 02:01:16 Modified files: graphics/clutter/cogl: Makefile Removed files: graphics/clutter/cogl/patches: patch-cogl-pango_cogl-pango-1_0_pc_in patch-cogl-pango_cogl-pango-2_0-experimental_pc_in patch-cogl-pango_cogl-pango_pc_in patch-cogl_cogl-1_0_pc_in patch-cogl_cogl-2_0-experimental_pc_in Log message: Our pkg-config(1) now accepts variables in Requires. Needs a current pkg-config. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/08 02:01:55 Modified files: graphics/clutter/core: Makefile Removed files: graphics/clutter/core/patches: patch-clutter_clutter_pc_in Log message: Our pkg-config(1) now accepts variables in Requires. Needs a current pkg-config. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/07/08 02:13:20 Modified files: bin/ksh : ksh.1 Log message: Document ${var[@]} and ${var[*]} ok espie@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/08 02:17:08 Modified files: x11/gnome/games: Makefile distinfo x11/gnome/games/pkg: DESCR PLIST Added files: x11/gnome/games/patches: patch-gnibbles_Makefile_in patch-gnobots2_data_Makefile_in patch-gnome-sudoku_src_lib_defaults_py patch-gnomine_Makefile_in patch-gnotravex_Makefile_in patch-gnotski_Makefile_in patch-gtali_Makefile_in patch-mahjongg_data_Makefile_in patch-quadrapassel_Makefile_in patch-swell-foop_data_Makefile_in Log message: long overdue update of gnome-games to 3.4.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/08 02:19:40 Modified files: x11/gnome/games-extra-data: Makefile distinfo x11/gnome/games-extra-data/pkg: PLIST Log message: - update to 3.2.0 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/08 02:44:55 Modified files: share/mk : bsd.lib.mk Log message: remove unneeded and error-prone :: rules okay guenther@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/08 02:51:05 Modified files: meta/gnome : Makefile meta/gnome/pkg : README-main Log message: Fancy up the Desktop. discussed with jasper@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/07/08 02:53:37 Modified files: usr.bin/pkg-config: pkg-config.1 Log message: Remove the "Variables" chapter from CAVEATS now that it's been fixed. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/08 02:57:55 Log message: Import gnome-documents-0.4.2. Documents is a document manager application for GNOME. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120708 N ports/x11/gnome/documents/distinfo N ports/x11/gnome/documents/Makefile N ports/x11/gnome/documents/pkg/DESCR N ports/x11/gnome/documents/pkg/PLIST N ports/x11/gnome/documents/patches/patch-src_gnome-documents-debug_in N ports/x11/gnome/documents/patches/patch-src_gnome-documents-search-provider_in N ports/x11/gnome/documents/patches/patch-src_gnome-documents_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/08 02:58:44 Log message: Import caribou-0.4.2. Caribou is an input assistive technology intended for switch and pointer users. It features a configurable on screen keyboard with scanning mode. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120708 N ports/x11/gnome/caribou/distinfo N ports/x11/gnome/caribou/Makefile N ports/x11/gnome/caribou/pkg/DESCR N ports/x11/gnome/caribou/pkg/PLIST N ports/x11/gnome/caribou/patches/patch-bin_caribou_in N ports/x11/gnome/caribou/patches/patch-bin_antler-keyboard_in N ports/x11/gnome/caribou/patches/patch-bin_caribou-preferences_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/08 02:59:44 Log message: Import sushi-0.4.1. This is Sushi, a quick previewer for Nautilus, the GNOME desktop file manager. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120708 N ports/x11/gnome/sushi/distinfo N ports/x11/gnome/sushi/Makefile N ports/x11/gnome/sushi/patches/patch-src_sushi_in N ports/x11/gnome/sushi/pkg/DESCR N ports/x11/gnome/sushi/pkg/PLIST N ports/x11/gnome/sushi/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/08 03:01:35 Modified files: x11/gnome : Makefile Log message: +caribou +documents +sushi CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/08 03:02:10 Modified files: security/gnutls: Makefile distinfo security/gnutls/patches: patch-doc_examples_ex-cert-select-pkcs11_c patch-lib_gnutls_pc_in security/gnutls/pkg: PFRAG.shared PLIST Added files: security/gnutls/patches: patch-configure Removed files: security/gnutls/patches: patch-lib_configure patch-lib_opencdk_keydb_c patch-lib_opencdk_literal_c Log message: Major update to gnutls-3.0.21. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/08 03:04:30 Modified files: x11/gnome/sushi: Makefile Log message: Make COMMENT match with DESCR. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/08 03:09:43 Modified files: x11/gnome/tracker: Makefile Log message: Add x11/gnome/documents to the watch list. CVSROOT: /cvs Module name: ports Changes by: shadchin@cvs.openbsd.org 2012/07/08 03:13:59 Modified files: graphics/djvulibre: Makefile distinfo graphics/djvulibre/patches: patch-configure patch-desktopfiles_Makefile_in graphics/djvulibre/pkg: PLIST Added files: graphics/djvulibre/patches: patch-libdjvu_miniexp_cpp Removed files: graphics/djvulibre/pkg: PFRAG.no-no_x11 Log message: Update to 3.5.25.3. small fixes and ok giovanni@ CVSROOT: /cvs Module name: ports Changes by: shadchin@cvs.openbsd.org 2012/07/08 03:15:55 Modified files: graphics : Makefile Log message: -djvulibre,no_x11 CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2012/07/08 03:30:04 Modified files: usr.sbin/rtadvd: config.c rtadvd.conf.5 Log message: Add noifprefix, an option to send an RA with no prefix information. From Stephane A. Sezer, many thanks! OK phessler@, jasper@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/07/08 03:36:31 Modified files: usr.bin/libtool: libtool Log message: - move noshared handling to LT::OSConfig - remove unused $libinstdir variable ok espie@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/07/08 03:36:40 Modified files: usr.bin/libtool/LT: LaFile.pm Trace.pm Log message: - remove some unneeded quotes CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/07/08 03:48:38 Modified files: sys/dev/pci : pcidevs Log message: add another BCM43224 ID; ok and tweak mpi@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/07/08 03:49:05 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/08 03:59:31 Modified files: infrastructure/lib/DPB: Core.pm Log message: - fix obivous typo, resulting in always using only one job per host. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/08 04:05:05 Modified files: x11/gnome/games: Makefile x11/gnome/games/pkg: PLIST Removed files: x11/gnome/games/patches: patch-gnibbles_Makefile_in patch-gnobots2_data_Makefile_in patch-gnomine_Makefile_in patch-gnotravex_Makefile_in patch-gnotski_Makefile_in patch-gtali_Makefile_in patch-mahjongg_data_Makefile_in patch-quadrapassel_Makefile_in patch-swell-foop_data_Makefile_in Log message: Don't run lightsoff as setgid games; gtk does not like this. Remove uneeded patches. CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2012/07/08 04:10:18 Modified files: distrib/miniroot: install.sub Log message: Move functionality from ask() to _ask() to make the latter more useful from other places. ok krw@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/07/08 04:11:59 Modified files: sbin/fdisk : cmd.c Log message: Replace tricker atoi() and hand rolled parsing with strsep() and strtonum(). Make related error messages consistant. ok haesbaert@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/08 04:12:19 Modified files: usr.bin/libtool: Makefile Added files: usr.bin/libtool/LT: Getopt.pm Log message: specialized option handler that will make things simpler CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/07/08 04:14:35 Modified files: lib/libc/stdlib: tsearch.3 Log message: Describe tdelete()'s return value correctly and update the related CAVEAT Based on a note from Steffen Daode Nurpmeso (sdaoden at googlemail.com) ok jmc@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/08 04:16:36 Modified files: usr.bin/mandoc : mdoc_man.c Log message: Basic implementation of -Tman .Fo and .Fa; again, some blank lines still missing from the output. While here, remove the trailing semicolon from .Fn when outside .Sh SYNOPSIS. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/07/08 04:22:55 Modified files: usr.sbin/rtadvd: rtadvd.conf.5 Log message: new sentence, new line; CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/07/08 04:23:36 Modified files: usr.bin/kdump : mksubr Log message: Handle the O_ACCMODE bits correctly, so that O_RDONLY is displayed even when other flag bits are set ok otto@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/07/08 04:25:55 Modified files: lib/libc/stdlib: bsearch.3 tsearch.3 Log message: Zap extra spaces from function pointer arguments Pointed out by Joachim Schipper (joachim at joachimschipper.nl) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/08 04:26:46 Modified files: usr.bin/libtool/LT: Getopt.pm Log message: stupid CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/08 04:33:49 Modified files: graphics/evince: Makefile Log message: unbreak, no_x11 was removed from djvulibre CVSROOT: /cvs Module name: www Changes by: gilles@cvs.openbsd.org 2012/07/08 04:38:34 Modified files: . : want.html Log message: I'm no longer in need for little boards Thanks to Denis Fondras, JG (@rilk.com), robert (@peichaer.org), Morten Munck and Mark Peoples for giving or offering to give ;-) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/08 04:42:25 Modified files: usr.bin/libtool: Makefile libtool usr.bin/libtool/LT: Getopt.pm LaFile.pm Program.pm Util.pm Added files: usr.bin/libtool/LT: Linker.pm Log message: a few big changes - start using our options parser for main libtool options - put link related stuff into their own module. Long term, some unification should happen. - shortdie for cases where we know libtool is not at fault. CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2012/07/08 04:45:46 Modified files: sys/netinet : icmp6.h Log message: Add support for advertising dns servers and search paths in router advertisements, according to RFC 6106. original diff from Stephane A. Sezer on tech@, many thanks! OK phessler@, todd@ CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2012/07/08 04:46:00 Modified files: usr.sbin/rtadvd: config.c config.h dump.c rtadvd.c rtadvd.conf rtadvd.conf.5 rtadvd.h Log message: Add support for advertising dns servers and search paths in router advertisements, according to RFC 6106. original diff from Stephane A. Sezer on tech@, many thanks! OK phessler@, todd@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/07/08 04:55:10 Modified files: sys/kern : kern_descrip.c vfs_syscalls.c sys/sys : filedesc.h Log message: Don't hold the fd-table lock across vn_open(), as opening a FIFO may block. Having done that, dupfdopen() has to handle a possible race. ok matthew@ krw@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/08 04:58:44 Modified files: usr.bin/mandoc : mdoc_man.c regress/usr.bin/mandoc/mdoc/Vt: Makefile Added files: regress/usr.bin/mandoc/mdoc/Vt: spacing.in spacing.out_ascii Log message: implement -Tman .Vt CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/08 05:08:06 Modified files: usr.bin/mandoc : mdoc_man.c Log message: ouch, in the SYNOPSIS, .Vt is a block, so avoid printing pointless goo in -Tman CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/08 05:17:12 Modified files: usr.bin/libtool/LT: Getopt.pm Log message: preparation for handling permuted options CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/08 05:19:23 Modified files: x11/gnome/controlcenter: Makefile Log message: Depends on devel/iso-codes. CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2012/07/08 05:24:43 Modified files: usr.sbin/snmpd : mib.c Log message: a -> an in a comment ok phessler@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/07/08 05:32:58 Modified files: sbin/fdisk : cmd.c Log message: Nuke useless EDIT() #define in Xsetpid. A #define to simplify a function calling snippet does not simply or help when it is used only once. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/07/08 05:35:37 Modified files: regress/lib/libpthread/blocked_fifo: blocked_fifo.c Log message: Enhance the blocking test and add a test for closing while half-open CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/08 05:48:20 Modified files: sbin/iked : types.h sbin/newfs_ext2fs: extern.h usr.sbin/ikectl: ikeca.c Log message: if you use nitems() in userland, you must define it yourself discussed with guenther CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/08 05:49:53 Modified files: devel/gsettings-desktop-schemas: Makefile devel/gsettings-desktop-schemas/pkg: PLIST Log message: enable introspection support; needed for an upcoming mutter port ok aja@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/07/08 05:57:08 Modified files: libexec/tftp-proxy: filter.c Log message: remove unused functions, ok phessler CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/08 06:17:56 Modified files: net/udns : Makefile distinfo Log message: update udns to 0.2 OK zinke@ CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2012/07/08 06:22:26 Modified files: sys/kern : subr_hibernate.c sys/sys : hibernate.h Log message: Reorganize some hibernate functions for easier readability. Fix some incorrect/old comments. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: shadchin@cvs.openbsd.org 2012/07/08 06:24:17 Modified files: math/mathomatic: Makefile distinfo math/mathomatic/patches: patch-makefile math/mathomatic/pkg: PLIST Log message: Update to 16.0.0. ok edd@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/07/08 06:29:04 Modified files: sbin/fdisk : cmd.c Log message: Call Xsetpid() to edit the partition type from Xedit() rather than duplicating the code. Allows simplification of the EDIT() #define in Xedit() since we always ASK_DEC and use a NULL help parameter when invoking ask_num(). CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/07/08 06:29:21 Modified files: usr.bin/libtool: libtool usr.bin/libtool/LT: LaFile.pm LoFile.pm Log message: - move some more stuff into OSConfig - zap references to variables that don't exist anymore ok espie@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/07/08 06:31:03 Modified files: regress/sys/kern/kqueue: Makefile main.c Added files: regress/sys/kern/kqueue: kqueue-flock.c Log message: Add a test for kevent(EV_DELETE) screwing with POSIX file locks CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/08 06:51:17 Log message: import mutter 3.4.1 Mutter is a window and compositing manager that displays and manages your desktop via OpenGL. Mutter combines a sophisticated display engine using the Clutter toolkit with solid window-management logic inherited from the Metacity window manager. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20120807 N ports/x11/gnome/mutter/Makefile N ports/x11/gnome/mutter/distinfo N ports/x11/gnome/mutter/patches/patch-src_core_main_c N ports/x11/gnome/mutter/pkg/DESCR N ports/x11/gnome/mutter/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/08 06:53:50 Modified files: x11/gnome : Makefile Log message: sync CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/08 07:00:42 src/regress/usr.bin/mandoc/mdoc/Va Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Va In directory cvs.openbsd.org:/tmp/cvs-serv32438/Va Log Message: Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Va added to the repository CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/07/08 07:12:46 Modified files: lib/libc/asr : asr_resolver.c Log message: add stub function for gethostent(), and move things around a bit while here. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/08 07:13:26 Modified files: net/openconnect: Makefile Log message: - switch OpenConnect to using gnutls now that we have version 3 - fix default path to vpnc-script CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/08 07:14:19 Added files: net/openconnect/patches: patch-mainloop_c Log message: - switch OpenConnect to using gnutls now that we have version 3 - fix default path to vpnc-script (add missed patch, should have been with preceding commit) CVSROOT: /cvs Module name: src Changes by: giovanni@cvs.openbsd.org 2012/07/08 07:21:02 Modified files: usr.sbin/npppd/npppd: Makefile Log message: Increase maximum number of tun interfaces to 8. ok yasuoka@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/08 07:22:54 Modified files: x11/gnustep/base: Makefile distinfo x11/gnustep/base/patches: patch-SSL_configure_ac patch-Source_NSConnection_m patch-Source_NSThread_m patch-Source_NSUserDefaults_m x11/gnustep/base/pkg: PLIST Removed files: x11/gnustep/base/patches: patch-Source_Additions_GSMime_m patch-Source_NSData_m patch-Source_NSException_m patch-Source_NSInvocation_m patch-Source_unix_NSStream_m Log message: Update gnustep-base to 1.24.0 cleaning up the Makefile Major SHLIB bump get rid of a bunch of patches aja needs that to go ahead with gnutls update CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/08 07:33:21 Modified files: meta/gnome : Makefile meta/gnome/pkg : README-main Log message: Mention caribou as part of gnome-shell. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/08 07:35:08 Modified files: x11/gnustep/gui: Makefile distinfo x11/gnustep/gui/patches: patch-configure x11/gnustep/gui/pkg: PLIST Removed files: x11/gnustep/gui/patches: patch-Source_NSFont_m Log message: Update to gnustep-gui 0.22.0 bump SHLIB_VERSION introduce LIBDIR variable get rid of pre-configure mess use default font sizes needed and also the following gnustep related stuff, due to the gnustep-base update CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/08 07:37:08 Modified files: x11/gnustep/back: Makefile distinfo Removed files: x11/gnustep/back/patches: patch-Headers_cairo_CairoFaceInfo_h patch-Headers_cairo_CairoFontEnumerator_h patch-Source_cairo_CairoGState_m Log message: Update gnustep-back to 0.22.0 get rid of a couple of patches CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/08 07:39:16 Modified files: x11/gnustep/databasin: Makefile distinfo Log message: Update databasin to version 0.5 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/08 07:40:41 Modified files: x11/gnustep/fisicalab: Makefile distinfo Log message: Update fisicalab to 0.2.2 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/08 07:41:52 Modified files: x11/gnustep/gorm: Makefile distinfo Log message: Update Gorm to 1.2.18 CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/07/08 07:42:09 Modified files: usr.sbin/smtpd : auth_bsd.c Log message: auth_bsd() is static CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/07/08 07:42:13 Modified files: driver/xf86-video-ati/src: radeon.h radeon_atombios.c radeon_dri.c radeon_driver.c radeon_output.c radeon_probe.h Log message: Brown paperbag commit. Prodded by espie@ I reviewed the history of OpenBSD local changes carefully and found a number of merge errors accumulated over the complicated CVS history of this driver. This the 6.14.4 code + OpenBSD local fixes as it should be. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/08 07:43:02 Modified files: x11/gnustep/graphos: Makefile distinfo Log message: Update Graphos to 0.3 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/08 07:43:56 Modified files: x11/gnustep/grr: Makefile distinfo Log message: Update Grr to 1.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/08 07:45:38 Modified files: x11/gnustep/gspdf: Makefile distinfo x11/gnustep/gspdf/patches: patch-GSPdf_m Log message: Update gspdf to 0.5 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/08 07:47:15 Modified files: x11/gnustep/gworkspace: Makefile distinfo x11/gnustep/gworkspace/pkg: PLIST Log message: Update GWorkspace to 0.9.1 Makefile cleanup, and don't depend on pdfkit anymore, which is marked broken for now. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/08 07:48:22 Modified files: x11/gnustep/laternamagica: Makefile distinfo Log message: update laternamagica to 0.4 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/08 07:50:31 Modified files: x11/gnustep/mpdcon: Makefile distinfo Removed files: x11/gnustep/mpdcon/patches: patch-CollectionController_m patch-PlayView_m Log message: Update MPDCon to 1.2 now depends on libmpdclient from ports tree, the bundled version got dropped got new homepage and master site CVSROOT: /cvs Module name: xenocara Changes by: shadchin@cvs.openbsd.org 2012/07/08 07:51:11 Modified files: driver/xf86-input-ws/src: emumb.c emuwheel.c ws.c Log message: Cleanup and uniform style. No functional changes. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/08 07:51:54 Modified files: x11/gnustep/matharray: Makefile Log message: we do need to run configure for matharray, do so, and bump revision CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/08 07:54:18 Modified files: x11/gnustep/pdfkit: Makefile distinfo Added files: x11/gnustep/pdfkit/patches: patch-GNUmakefile_in Removed files: x11/gnustep/pdfkit/patches: patch-configure patch-xpdf_xpdf-3_02_GNUmakefile_in Log message: Update pdfkit to 0.9.2 cleanup makefile, and get rid of some patches but mark as broken, since it breaks macppc, and only shows white pages on other archs CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/08 07:55:48 Modified files: x11/gnustep/price: Makefile distinfo x11/gnustep/price/pkg: PLIST Removed files: x11/gnustep/price/patches: patch-PRCustTraceEdges_h Log message: Update PRICE to 1.1.0 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/08 07:56:27 Modified files: usr.bin/mandoc : mdoc_man.c Log message: implement -Tman .Va and fix -Tman .Vt for the non-SYNOPSIS case CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/08 07:57:38 Modified files: x11/gnustep/projectcenter: Makefile distinfo x11/gnustep/projectcenter/pkg: PLIST Log message: update ProjectCenter to 0.6.1 introduce LIBDIR variable to be used in PLIST make devel/gmake a RUN_DEPEND CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/08 07:59:07 Modified files: x11/gnustep/rsskit: Makefile distinfo Removed files: x11/gnustep/rsskit/patches: patch-RSSFeed+Fetching_m Log message: Update RSSKit to 0.4 getting rid of the patch CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/08 08:01:27 Modified files: x11/gnustep/terminal: Makefile distinfo Removed files: x11/gnustep/terminal/patches: patch-TerminalView_m Log message: Update Terminal to 0.9.8 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/08 08:03:55 Modified files: x11/gnustep/zipper: Makefile distinfo x11/gnustep/zipper/pkg: PLIST Removed files: x11/gnustep/zipper/patches: patch-MainMenu-GNUstep_gsmarkup patch-PreferencesController_m patch-Preferences_m patch-RarArchive_m patch-SevenZipArchive_m Log message: Update Zipper to 1.4 don't depend on Renaissance anymore, now with Gorm interfaces new homepage/master site get rid of all the patches CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/08 08:15:11 Modified files: x11/gnustep/aclock: Makefile x11/gnustep/addresses: Makefile x11/gnustep/affiche: Makefile x11/gnustep/batmon: Makefile x11/gnustep/cdplayer: Makefile x11/gnustep/dbuskit: Makefile x11/gnustep/edenmath: Makefile x11/gnustep/examples: Makefile x11/gnustep/examples/patches: patch-gui_MyGL_AppController_m patch-gui_MyGL_GNUmakefile x11/gnustep/ftp: Makefile x11/gnustep/gemas: Makefile x11/gnustep/gmastermind: Makefile x11/gnustep/gmines: Makefile x11/gnustep/gnumail: Makefile x11/gnustep/gomoku: Makefile x11/gnustep/gshisen: Makefile x11/gnustep/highlighterkit: Makefile x11/gnustep/imageviewer: Makefile x11/gnustep/jigsaw: Makefile x11/gnustep/lapispuzzle: Makefile x11/gnustep/netclasses: Makefile x11/gnustep/pantomime: Makefile x11/gnustep/performance: Makefile x11/gnustep/remotedesk: Makefile x11/gnustep/renaissance: Makefile x11/gnustep/simpleagenda: Makefile x11/gnustep/sqlclient: Makefile x11/gnustep/sudoku: Makefile x11/gnustep/systempreferences: Makefile x11/gnustep/timemon: Makefile x11/gnustep/webserver: Makefile x11/gnustep/webservices: Makefile Log message: Bump revisions after gnustep-base update regen patches for gnustep-examples CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/08 08:15:46 Modified files: games/oolite : Makefile Log message: Bump revision after gnustep-make update CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/08 08:18:18 Modified files: www/sope : Makefile distinfo www/sope/pkg : PLIST-main Removed files: www/sope/patches: patch-sope-core_NGStreams_NGActiveSocket_m Log message: Update SOPE to 1.3.16 bump minor shlib version this version has a lot of 64Bit fixes after the gnustep-base update CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/08 08:21:02 Modified files: www/sogo : Makefile distinfo www/sogo/pkg : PLIST README Log message: update SOGo to 1.3.16 minor SHLIB bump introduce SOGOLIBDIR variable to be used in PLIST, update hint from README: Upgrade SOGo from < 1.3.16 ======================================= New password schemes were introduced. You may want to set the userPasswordAlgorithm default, i.e.: $ defaults write sogod userPasswordAlgorithm ssha CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/08 08:21:57 Modified files: meta/gnustep : Makefile Log message: after this major gnustep update, bump the meta package version number to match GWorkspace again CVSROOT: /cvs Module name: xenocara Changes by: shadchin@cvs.openbsd.org 2012/07/08 08:22:03 Modified files: driver/xf86-input-ws/src: emumb.c ws.c Log message: two nits missing in previous commit CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/08 08:29:52 Modified files: sys/kern : subr_hibernate.c Log message: Make hibernate_free() safe to be called even if hibernate areas allocation failed ok mlarkin CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/08 08:30:00 Modified files: mail/evolution : Makefile Log message: Use autoconf 2.69. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/08 08:30:40 Modified files: emulators/qemu : Makefile emulators/qemu/pkg: README Log message: switch from 5.1 to 5.2 in README, ok Brad CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/07/08 08:30:59 Modified files: sbin/mount_msdos: mount_msdos.c sbin/mount_ext2fs: mount_ext2fs.c sys/scsi : sd.c Log message: Return EROFS when a read-write mount of a read-only sd(4) device is attempted. This is instead of the current EACCES and is intended to result in better error messages from mount(8). Tweak default EROFS error text to mention fsck'ing in mount_ext2fs and mount_msdos since they both have fsck's like ffs. ok deraadt@ aja@ ian@ phessler@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/08 08:36:46 Modified files: x11/gnome/caribou: Makefile Log message: Follow Fedora behavior and set NoDisplay to true until they provide a proper icon. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/08 08:39:29 Modified files: x11/gnome/session: Makefile Log message: Add gnome-shell to RUN_DEPENDS. A wip gnome-shell is coming in a few. Jasper and I fought over this commit but I won because I am older and more important, much wiser ;-) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/08 08:43:59 Modified files: meta/gnome : Makefile meta/gnome/pkg : DESCR-main README-main Log message: Tweak description. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/07/08 08:44:12 Modified files: sysutils/ggrep : Makefile distinfo sysutils/ggrep/pkg: PLIST Log message: update to 2.13 CVSROOT: /cvs Module name: ports Changes by: shadchin@cvs.openbsd.org 2012/07/08 08:46:01 Modified files: graphics/djvulibre: Makefile Log message: fix build (add x11/gnome/librsvg in BUILD_DEPENDS) pointed naddy@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/08 08:53:14 Log message: *finally* import gnome-shell, the last component that was missing for gnome-3. The GNOME Shell redefines user interactions with the GNOME desktop. In particular, it offers new paradigms for launching applications, accessing documents, and organizing open windows in GNOME. Later, it will introduce a new applets eco-system and offer new solutions for other desktop features, such as notifications and contacts management. The GNOME Shell is intended to replace functions handled by the GNOME Panel and by the window manager in previous versions of GNOME. The GNOME Shell has rich visual effects enabled by new graphical technologies. still has a few rough edges, but this will be dealt with in-tree. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20120807 N ports/x11/gnome/shell/Makefile N ports/x11/gnome/shell/distinfo N ports/x11/gnome/shell/patches/patch-Makefile_in N ports/x11/gnome/shell/patches/patch-src_Makefile_in N ports/x11/gnome/shell/patches/patch-configure_ac N ports/x11/gnome/shell/patches/patch-js_ui_main_js N ports/x11/gnome/shell/patches/patch-js_ui_panel_js N ports/x11/gnome/shell/patches/patch-js_ui_statusIconDispatcher_js N ports/x11/gnome/shell/pkg/DESCR N ports/x11/gnome/shell/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/08 08:53:59 Modified files: x11/gnome : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/08 08:54:45 Modified files: x11/gnome/tweak-tool: Makefile x11/gnome/tweak-tool/pkg: PLIST Log message: This needs gnome-shell now. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/08 09:00:43 Modified files: usr.bin/mandoc : mdoc_man.c Log message: Instead of adding one integer variable for each global boolean output flag and passing around a structure containing them into each and every function, just use a single static bitfield. In preparation for adding more output flags to support more features. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/07/08 09:13:22 Modified files: sysutils/smartmontools: Makefile distinfo Log message: Update to 5.43 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/07/08 09:24:09 Modified files: usr.bin/tmux : Makefile Log message: Sort SRCS list. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/08 09:39:11 Modified files: x11/gnome/shell: Makefile x11/gnome/shell/patches: patch-configure_ac patch-js_ui_main_js patch-js_ui_panel_js patch-js_ui_statusIconDispatcher_js patch-src_Makefile_in x11/gnome/shell/pkg: PLIST Removed files: x11/gnome/shell/patches: patch-Makefile_in Log message: Activate the browser plugin to be able to install gnome-shell extensions. Comment the libtool modules la files. Missing update-desktop-database goo. Explicitely disable systemd. Don't RUN_DEPENDS on evolution, it's technically not required. Add a comment in the patches that they need to be pushed upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/08 09:45:35 Modified files: x11/gnome/shell: Makefile Log message: Missing dependency on x11/dbus-python. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/08 09:46:47 Modified files: usr.bin/mandoc : mdoc_man.c Log message: Add flags to insert a .sp or .br request before the next output, shortening some frequent idioms and preparing for better vertical spacing in the SYNOPSIS; no functional change intended. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/07/08 09:48:00 Modified files: usr.sbin/smtpd : parse.y smtpd.conf.5 util.c Log message: - plug text_to_relayhost() in parse.y to support relay URLs. - document the new URL syntax in smtpd.conf.5 - replace starttls:// schema with tls:// Beware, "relay via" rules should now be expressed with a relay URL: accept [...] relay via "mx1.example.org" smtps port 465 becomes accept [...] relay via "smtps://mx1.example.org" This will allow using mappings of relays with different protocols and options. Make sure to update your smtpd.conf if you relay via ! ok eric, ok chl CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/07/08 09:48:56 Modified files: usr.bin/diff : diffreg.c Log message: Switch diff(1) binary file detection from !(isprint() || isspace()) to checking for embedded NULs, as was done for grep(1) some time ago. Avoids problems with e.g. latin1-encoded files being treated as binary, since isprint() uses only ASCII by default and diff(1) doesn't call setlocale(). prodded by and ok bluhm CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/08 09:48:59 Modified files: x11/gnome/mutter/patches: patch-src_core_main_c Log message: committed upstream. CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2012/07/08 09:58:23 Modified files: bin/md5 : sha256.1 Log message: The algorithm name is "SHA-256" as per FIPS 180-2 (-3). CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/07/08 10:04:39 Modified files: usr.bin/tmux : Makefile cmd.c key-bindings.c tmux.1 tmux.h Added files: usr.bin/tmux : cmd-choose-tree.c Removed files: usr.bin/tmux : cmd-choose-session.c cmd-choose-window.c Log message: Add choose-tree command to show windows and sessions in the same list. Change choose-window and -session to use the same code. From Thomas Adam. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/08 10:22:48 Modified files: x11/gnome/gjs : Makefile Log message: python is only needed for regress. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/08 10:35:19 Modified files: sysutils/accountsservice: Makefile sysutils/accountsservice/patches: patch-src_daemon_c Log message: Exclude ports/system users that have a login shell since we only want to deal with human users CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/07/08 10:36:23 Modified files: sys/arch/sparc64/dev: vgafb.c Log message: Don't need to worry about the ATI driver here anymore. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/08 10:36:30 src/regress/usr.bin/mandoc/mdoc/An Update of /cvs/src/regress/usr.bin/mandoc/mdoc/An In directory cvs.openbsd.org:/tmp/cvs-serv15649/An Log Message: Directory /cvs/src/regress/usr.bin/mandoc/mdoc/An added to the repository CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2012/07/08 10:36:58 Modified files: sys/netinet : in.c Log message: Instead of casting interface address pointers, use the macros NULL and ifatoia(). No binary diff. OK blambert@ henning@ claudio@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/08 10:50:36 Modified files: regress/usr.bin/mandoc/mdoc: Makefile usr.bin/mandoc : mdoc_man.c mdoc_term.c Added files: regress/usr.bin/mandoc/mdoc/An: Makefile break.in break.out_ascii Log message: implement -Tman .An also reset -[no]split mode at .Sh AUTHORS in -Tascii CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/07/08 11:01:06 Modified files: lib/libc/asr : asr_resolver.c Log message: implement res_querydomain() required by sendmail CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/08 11:09:18 Added files: x11/gtk+3/patches: patch-gtk_gtkmountoperation-x11_c devel/glib2/patches: patch-glib_goption_c Log message: don't rely on param.h for nitems(), ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/07/08 11:14:39 Modified files: sys/kern : kern_acct.c Log message: Use IO_NOLIMIT instead of munging the process's limits ok beck@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/07/08 11:17:48 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: avoid line splitting; also, one an -> a CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/07/08 11:21:08 Modified files: sys/kern : kern_event.c Log message: kevent(EV_DELETE) shouldn't be calling closef(), as that releases POSIX file locks. c.f. regress/sys/kern/kqueue/kqueue-flock.c ok krw@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/07/08 11:24:29 Modified files: usr.bin/tmux : tmux.1 Log message: remove extraneous line; CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/08 11:32:58 Modified files: usr.bin/pkg-config: pkg-config.1 Log message: zap weird precision (if provided) that's not really relevant to anything CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/07/08 11:37:55 Modified files: share/man/man5 : port-modules.5 Log message: fix capitalisation of MODMONO_INSTAlL_TARGET CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/08 11:41:14 Modified files: devel/libusb1 : Makefile devel/libusb1/patches: patch-libusb-1_0_pc_in Log message: add -pthread to cflags as well as libs in the pc file. ok jasper@ mpi@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/07/08 11:46:44 Modified files: sbin/fdisk : cmd.c misc.c misc.h Log message: Split out an ask_pid() function rather than over-parameterizing the ask_num() function. Remove now unneeded 'flags' and 'help' parameters from both. Display out of range values in hex in ask_pid(), since we are seeking hex input. ok guenther@ CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2012/07/08 11:48:37 Modified files: sbin/pfctl : pf_print_state.c pfctl.h usr.sbin/tcpdump: pf_print_state.c Log message: New attempt to make the -P flag work with -ss, so that states can be printed with port names if desired. tcpdump's pf_print_state.c has diverged significantly from pfctl's, so the change to tcpdump's pf_print_state.c is not exactly the same as pfctl's. ok henning sthen CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2012/07/08 11:51:51 Modified files: sbin/ipsecctl : ipsec.conf.5 ipsecctl.h parse.y Log message: Disallow manual security associations that use AES-CTR, AES-GCM, or AES-GMAC. These algorithms cannot be used safely with static keys and RFCs 3686, 4106, and 4543 expressly forbid such configurations. Also include a tweak (with jmc@) to the key size explanation, for completeness sake. ok mikeb@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2012/07/08 11:54:57 Modified files: regress/sbin/ipsecctl: Makefile sa11.in sa11.ok sa18.in sa18.ok sa21.in sa21.ok sa23.in sa23.ok sa6.in sa6.ok sa9.in sa9.ok Added files: regress/sbin/ipsecctl: ek224 ek256 ek288 safail3.in safail3.ok Log message: AES-CTR, AES-GCM, AES-GMAC are disallowed with manual SAs CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/07/08 11:55:50 Modified files: include : sndio.h Log message: Include sys/types.h rather than sys/param.h to pull BYTE_ORDER macros. suggested by deraadt@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2012/07/08 12:01:25 Modified files: sys/netinet6 : in6.c Log message: Instead of casting interface address pointers, use the macro ifatoia6(). No binary diff. OK henning@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/07/08 12:02:45 Modified files: sys/arch/amd64/include: apmvar.h sys/arch/i386/include: apmvar.h Log message: apm_kqfilter() is gone ok nicm@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/08 12:03:39 Modified files: devel/glib2/patches: patch-glib_goption_c x11/gtk+3/patches: patch-gtk_gtkmountoperation-x11_c Log message: BZ links. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/07/08 12:07:42 Modified files: net/GeoIP : Makefile distinfo Log message: Update to 1.4.8 ok zinke@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/07/08 12:13:08 Modified files: usr.sbin/smtpd : queue.c queue_backend.c queue_fsqueue.c runner.c smtpd.c smtpd.h Log message: remove enum queue_kind from queue_fsqueue.c. incoming messages are now always stored in /incoming, whatever the queue_backend is. remove QOP_FD_RW and fsqueue_message_fd_rw(). while there check return value of generated paths before calling rmtree() with advice from gilles@ and eric@ ok gilles@ eric@ CVSROOT: /cvs Module name: ports Changes by: lteo@cvs.openbsd.org 2012/07/08 12:19:18 Log message: Import Picocom. Picocom is a minimal dumb-terminal emulation program. Picocom was designed to serve as a simple, manual, modem configuration, testing, and debugging tool. It has also served (quite well) as a low-tech "terminal-window" to allow operator intervention in PPP connection scripts (something like the ms-windows "open terminal window before / after dialing" feature). It could also prove useful in many other similar tasks. From Kyle Isom (thank you!), with tweaks by me and giovanni@. help/ok sthen@ giovanni@, procedures ok henning@ Status: Vendor Tag: lteo Release Tags: lteo_20120708 N ports/comms/picocom/Makefile N ports/comms/picocom/distinfo N ports/comms/picocom/patches/patch-Makefile N ports/comms/picocom/pkg/PLIST N ports/comms/picocom/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: lteo@cvs.openbsd.org 2012/07/08 12:21:49 Modified files: comms : Makefile Log message: +picocom CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2012/07/08 12:22:04 Modified files: sys/arch/i386/include: hibernate_var.h Log message: Move the hibernate utility pages up to account for the MP tramp page. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/08 12:28:34 Modified files: usr.bin/libtool/LT: Getopt.pm Log message: pass @ (array) information along to auto-make simpler accessors CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/08 12:29:08 Modified files: usr.bin/libtool/LT/Mode: Compile.pm Log message: first use of permuted options CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/07/08 12:29:28 Modified files: sbin/fdisk : misc.h misc.c cmd.c Log message: set_pid() does not need prompt string, low or high parameters. These are all constants. Independantly suggested by guenther@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/08 12:35:48 Modified files: infrastructure/mk: arch-defines.mk Log message: add LLVM_ARCHS, handled like MONO_ARCHS for easier detection of which arch can use LLVM. ok espie@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/08 12:36:12 Modified files: devel/llvm : Makefile Log message: use LLVM_ARCHS to populate ONLY_FOR_ARCHS, better to have this in a central place. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/08 12:38:07 Modified files: usr.bin/mandoc : mdoc_man.c regress/usr.bin/mandoc/mdoc: Makefile regress/usr.bin/mandoc/mdoc/Fo: Makefile regress/usr.bin/mandoc/mdoc/In: Makefile break.in break.out_ascii Added files: regress/usr.bin/mandoc/mdoc/Fo: basic.in basic.out_ascii regress/usr.bin/mandoc/mdoc/Va: Makefile basic.in basic.out_ascii Log message: fix vertical spacing for -Tman SYNOPSIS .Fn .Fo .Ft .In .Nm .Va .Vt CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/08 13:01:04 Modified files: gnu/usr.sbin/sendmail/editmap: Makefile editmap.8 Log message: These files contain OpenBSD and Mdocdate keywords that weren't updated because the substitution mode was set to -ko. ok guenther@ millert@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2012/07/08 13:20:58 Modified files: net/argus : Makefile distinfo net/argus/patches: patch-Makefile_in patch-argus_Makefile_in patch-argus_argus_c patch-common_argus_util_c patch-support_Config_argus_conf net/argus/pkg : PLIST Removed files: net/argus/patches: patch-man_man5_argus_conf_5 Log message: update to 3.0.6.1 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2012/07/08 13:24:18 Modified files: net/argus-clients: Makefile distinfo net/argus-clients/patches: patch-common_argus_main_c patch-common_argus_util_c net/argus-clients/pkg: PLIST Added files: net/argus-clients/patches: patch-examples_radump_Makefile_in Removed files: net/argus-clients/patches: patch-clients_Makefile_in Log message: update to 3.0.6.2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/08 15:02:45 Modified files: devel/glib2/patches: patch-glib_goption_c Log message: Committed upstream. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2012/07/08 15:11:49 Modified files: sys/kern : subr_hibernate.c Log message: Quiesce and suspend devices in the resuming kernel for hibernate. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2012/07/08 15:19:42 Modified files: usr.sbin/mtree : compare.c create.c misc.c mtree.8 mtree.h spec.c Log message: Add support for the "sha256digest" keyword to create/compare SHA-256 digests of files. In the man page, also replace SHA-1 with SHA-256 in the examples section. Man page formatting tweak and ok schwarze@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/07/08 15:23:24 Modified files: net/mktorrent : Makefile distinfo net/mktorrent/pkg: PLIST Added files: net/mktorrent/patches: patch-BSDmakefile Removed files: net/mktorrent/patches: patch-Makefile patch-mktorrent_c Log message: Update for mktorrent to 1.0 with a new implementation: * Creates a BitTorrent metainfo file from a file or directory in a simple and fast way. * Supports multiple trackers. * Can add a custom comment to the metainfo file. * Can add the private flag to dissalow DHT and Peer Exchange. * Can add web seed URLs. * Hashing can be done multi threaded and supports multiple CPUs. Change Web and MASTER_SITE, zap some white spaces and change License, and put myself as maintainer. Tested on i386 and sparc64. Ok stsp@ (ex-maintainer) naddy@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/07/08 15:24:58 Modified files: security/clamav: Makefile Log message: Use devel/llvm instead of the bundled one on $LLVM_ARCHS help & ok sthen@ (Maintainer) CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/07/08 15:27:42 Modified files: www/xombrero : Makefile distinfo Log message: Update for Xombrero to 1.1.0 with this changes: * [NEW] Custom keybound prompts (keybinding = :cmd,key) * [NEW] Custom uri handling (custom_uri) * [NEW] Setting to disable proxy at startup (http_proxy_disable) * [NEW] Setting to cache HTTPS certificates and present warnings when certificates change to help prevent MITM attacks (warn_cert_changes) * [NEW] Tab number and proxy enabled notifications (statusbar_elems) * [NEW] Setting to change default stylesheet used for the userstyle and userstyle_global commands (usersytle) * [NEW] Both userstyle and userstyle_global commands may take an optional argument to a user-specified stylesheet * [NEW] Setting to change the style of the statusbar to switch between the page URL and title (statusbar_style) * Runtime settings are unsettable with ':set setting =' * Fix some display bugs with the statusbar * HTML escape text before displaying with about:set, now shows correctly * Fix unsetting the statusbar color when opening the command prompt And a lot of others. Tested on amd64. Ok kili@ aja@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/08 15:30:22 Modified files: net/gnaughty : Makefile Log message: Add (obvious) missing category. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/08 15:33:45 Modified files: x11/vlc : Makefile Added files: x11/vlc/patches: patch-modules_access_vcd_cdrom_c Log message: Fix a off-by-one issue with the VCD module. from Brad (maintainer) CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2012/07/08 15:47:49 Modified files: regress/sys/net/pf_fragment: Makefile Log message: Add addr.py to CLEANFILES. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/08 15:48:38 Modified files: share/man/man8 : security.8 share/man/man5 : changelist.5 libexec/security: security Log message: To detect changes of system files, use SHA-256 rather than MD5, taking advantage of naddy@'s recent mtree(8) modernization. While here, do not provide an example protecting a home directory from file changes; protect some system binaries instead. ok naddy@ jmc@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/08 16:11:39 Modified files: sys/arch/amd64/amd64: amd64_mem.c Log message: The comment above amd64_mrinit_cpu() was way too specific and wrong. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/08 16:21:32 Modified files: devel/libusb1 : Makefile devel/libusb1/patches: patch-libusb-1_0_pc_in Log message: revert -pthread in cflags, after a bit of discussion with aja and guenther and looking at the port which wanted -pthread in cflags, I came to the conclusion that the other port was wrong, so it's right to zap this again. ok mpi ajacoutot CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/08 16:33:46 src/regress/usr.bin/mandoc/mdoc/Lk Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Lk In directory cvs.openbsd.org:/tmp/cvs-serv4288/Lk Log Message: Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Lk added to the repository CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/07/08 16:35:03 Modified files: devel/hs-semigroups: Makefile distinfo Log message: Update to hs-semigroups-0.8.3.2. From Dawe . CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/07/08 16:36:40 Modified files: devel/hs-comonad: Makefile devel/hs-semigroupoids: Makefile devel/hs-comonad-transformers: Makefile devel/hs-data-lens: Makefile Log message: Bump due to signature changes after the update of hs-semigroup. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/08 16:48:38 Modified files: regress/usr.bin/mandoc/mdoc: Makefile usr.bin/mandoc : mdoc_man.c mdoc_term.c Added files: regress/usr.bin/mandoc/mdoc/Lk: Makefile link.in link.out_ascii noarg.in noarg.out_ascii Log message: fix .Lk for -Tascii and implement it for -Tman CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/08 16:56:10 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: update to postfix-2.10-20120630 snapshot, from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/08 17:15:11 Modified files: mail/dovecot : Makefile distinfo mail/dovecot/patches: patch-doc_example-config_Makefile_in patch-doc_example-config_conf_d_Makefile_in patch-src_auth_Makefile_in patch-src_doveadm_Makefile_in mail/dovecot/pkg: PLIST-server Log message: update to Dovecot 2.1.8 from Brad. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/08 17:15:29 Modified files: mail/dovecot-antispam: Makefile mail/dovecot-pigeonhole: Makefile Log message: sync with dovecot update CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/07/08 18:18:55 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: Adding myself. OK jasper@, sthen@, jeremy@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/07/08 19:32:38 Modified files: . : donations.html Log message: Thanks to Jason Bergstrom who sent me a pair of 3TB disks and accessories. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/07/09 00:01:01 Modified files: emulators/vbam : Makefile Log message: Disable ffmpeg in vbam's configure, since it's not actually used. ffmpeg is only used in the wx frontend, which doesn't build on OpenBSD (for unrelated reasons). From Mikolaj Kucharski, ok dcoppa@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/09 00:33:18 Modified files: sys/arch/i386/conf: GENERIC sys/arch/amd64/conf: GENERIC Log message: unify com at cardbus attachments CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/07/09 01:08:03 Modified files: usr.bin/tmux : cmd-choose-tree.c Log message: Fix choose-tree usage string. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/07/09 02:08:29 Modified files: usr.sbin/smtpd : queue_backend.c queue_fsqueue.c runner.c smtpd.h Log message: first step of simplifying fsqueue: - remove the /envelopes subdirectory, envelopes are at the same level than the message file - kill PATH_ENVELOPES define - reduce the number of buckets from 0xfff to 0xff, this avoid performances of the queue to decrease when we start having tons of buckets this diff introduces a change to the queue layout, you will want to empty your queue before updating. more cleanup to come ok eric@, ok chl@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/07/09 02:08:53 Modified files: editors/libreoffice: Makefile Log message: make build predictable CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/07/09 02:16:54 Modified files: www/tomcat/v7 : Makefile distinfo www/tomcat/v7/pkg: PLIST-examples Log message: Maintenance update to 7.0.29. See: http://tomcat.apache.org/tomcat-7.0-doc/changelog.html CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/09 02:39:24 Modified files: lib/libc/stdlib: malloc.c Log message: use PAGE_SHIFT instead of PGSHIFT, in preperation for future param.h symbol reduction. ok guenther CVSROOT: /cvs Module name: ports Changes by: zinke@cvs.openbsd.org 2012/07/09 02:42:53 Log message: Simple generic tabbed fronted to xembed aware applications, originally designed for surf but also usable with many other application, i.e. uzbl, urxvt and xterm. ok landry@ Status: Vendor Tag: zinke Release Tags: zinke_20120709 N ports/x11/tabbed/Makefile N ports/x11/tabbed/distinfo N ports/x11/tabbed/patches/patch-config_def_h N ports/x11/tabbed/patches/patch-config_mk N ports/x11/tabbed/patches/patch-Makefile N ports/x11/tabbed/pkg/DESCR N ports/x11/tabbed/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/09 02:43:10 Modified files: lib/libkvm : kvm_amd64.c kvm_i386.c kvm_m68k.c kvm_sh.c Log message: Use the PAGE_* forms (instead of the ancient BSD forms) in param.h, because param.h will get a kick in the head sometime in the future. One day, maybe both can become invisible, but we boot one of them first. ok guenter CVSROOT: /cvs Module name: ports Changes by: zinke@cvs.openbsd.org 2012/07/09 02:54:53 Modified files: x11 : Makefile Log message: link x11/tabbed CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2012/07/09 02:55:19 Modified files: usr.sbin/rtadvd: config.c Log message: Use size_t for the length variable reminded by Brad, and lteo@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/09 02:56:00 Modified files: usr.sbin/relayd: relayd.h Log message: need a private copy of nitems() CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/09 02:59:34 Added files: x11/xfce4/xfce4-mailwatch/patches: patch-libmailwatch-core_mailwatch-net-conn_c Log message: Unbreak with gnutls>=3 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/07/09 03:01:54 Modified files: x11/awesome : Makefile Added files: x11/awesome/patches: patch-lib_awful_client_lua_in Log message: Revert commit c0dffca646c1a02276da510bf3587fb7fad8e0e9: "Focus history: Don't ignore unfocusable clients". This caused focus problems with some panels, most notably fbpanel and gnome-panel (upstream git commit c084eb5b085287e4fb2661e834197cf8cf233215) CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/07/09 03:03:00 Modified files: x11/kde/graphics3: Makefile x11/kde/graphics3/pkg: MESSAGE-main Log message: pdfinfo is now in poppler-utils. ok kili@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/09 03:05:23 Removed files: security/prelude: Makefile Makefile.inc security/prelude/libprelude: Makefile distinfo security/prelude/libprelude/patches: patch-Makefile_in security/prelude/libprelude/pkg: DESCR PFRAG.shared PLIST security/prelude/libpreludedb: Makefile distinfo security/prelude/libpreludedb/pkg: DESCR-main DESCR-mysql DESCR-pgsql DESCR-sqlite PLIST-main PLIST-mysql PLIST-pgsql PLIST-sqlite README-main security/prelude/lml: Makefile distinfo security/prelude/lml/patches: patch-Makefile_in patch-configure patch-plugins_pcre_Makefile_in patch-plugins_pcre_ruleset_Makefile_in patch-plugins_pcre_ruleset_unsupported_Makefile_in patch-prelude-lml_conf security/prelude/lml/pkg: DESCR PFRAG.shared PLIST README security/prelude/manager: Makefile distinfo security/prelude/manager/patches: patch-Makefile_in patch-prelude-manager_conf_in security/prelude/manager/pkg: DESCR PFRAG.shared PLIST README security/prelude/pflogger: Makefile distinfo security/prelude/pflogger/patches: patch-Makefile_in security/prelude/pflogger/pkg: DESCR PLIST README security/prelude/prewikka: Makefile distinfo security/prelude/prewikka/files: siteconfig.py security/prelude/prewikka/patches: patch-setup_py security/prelude/prewikka/pkg: DESCR PLIST README Log message: Remove prelude. It's been unmaintained for years. Updating to a newer version would require a lot of work and we have no maintainer; not to mention the source code is not available right now. A "security" software that is unmaintained is something that should live in an attic. ok jasper@ sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/09 03:05:42 Modified files: security : Makefile Log message: -prelude CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/09 03:07:29 Modified files: sys/arch/alpha/alpha: cpu.c sys/arch/amd64/amd64: cpu.c sys/arch/i386/i386: cpu.c sys/arch/mips64/mips64: cpu.c Log message: Do not re-initialize ci_randseed on the primary cpu ok kettenis CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/09 03:10:13 Added files: net/winexe/patches: patch-lib_tls_tls_c Log message: Unbreak with gnutls>=3. CVSROOT: /cvs Module name: src Changes by: kili@cvs.openbsd.org 2012/07/09 03:12:14 Modified files: share/man/man5 : port-modules.5 Log message: Remove a doubled word (probably a fatfingered copu & paste). From Dawe . CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/09 03:20:58 Log message: import ports/sysutils/ranger, ok giovanni@ ranger is a file manager with VI key bindings. It provides a minimalistic yet nice curses interface with a view on the directory hierarchy. The secondary task of ranger is to psychically guess which program you want to use for opening particular files. Status: Vendor Tag: sthen Release Tags: sthen_20120709 N ports/sysutils/ranger/Makefile N ports/sysutils/ranger/distinfo N ports/sysutils/ranger/patches/patch-ranger_data_scope_sh N ports/sysutils/ranger/patches/patch-setup_py N ports/sysutils/ranger/pkg/DESCR N ports/sysutils/ranger/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/09 03:21:15 Modified files: sysutils : Makefile Log message: +ranger CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/09 03:23:22 Modified files: sysutils/consolekit/patches: patch-src_ck-sysdeps-openbsd_c Log message: don't rely on param.h providing the nitems macro, ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/07/09 03:28:53 Log message: import py-elftools, OK giovanni@ Status: Vendor Tag: edd Release Tags: edd_20120709 N ports/devel/py-elftools/Makefile N ports/devel/py-elftools/distinfo N ports/devel/py-elftools/pkg/DESCR N ports/devel/py-elftools/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/09 03:30:28 Modified files: usr.bin/mandoc : mdoc_man.c regress/usr.bin/mandoc/mdoc/Mt: Makefile regress/usr.bin/mandoc/mdoc/No: Makefile Log message: implement -Tman .No and .Mt CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/07/09 03:30:36 Modified files: devel : Makefile Log message: link py-elftools CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/09 03:34:26 Modified files: mail/wmbiff : Makefile mail/wmbiff/pkg: PLIST Added files: mail/wmbiff/patches: patch-wmbiff_gnutls-common_c patch-wmbiff_tlsComm_c Log message: Unbreak with gnutls>=3. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/09 03:47:42 Modified files: sys/kern : subr_hibernate.c Log message: DVACT_SUSPEND must be done at cold with interrupts disabled. Failure to read a hibernate image should restore the spl ok mlarkin CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2012/07/09 03:48:04 Modified files: regress/sys/kern/splice: args-reset-eof.pl args-reset.pl funcs.pl Added files: regress/sys/kern/splice: args-reset-sleep-server.pl Log message: Add a socket splicing test that sends a reset from the client while the socket buffers are filled. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/09 03:52:05 Modified files: usr.sbin/relayd: relay.c relayd.h Log message: Allow relayd to handle transactions > 2GB in size tested by snapshot users and benno for a while ok benno CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/07/09 03:55:58 Modified files: usr.bin/tmux : status.c Log message: Move a NULL check inside a function, from Tiago Cunha. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/07/09 03:57:53 Modified files: usr.sbin/smtpd : bounce.c control.c queue.c scheduler.c smtpctl.c smtpd.c smtpd.h usr.sbin/smtpd/smtpd: Makefile Added files: usr.sbin/smtpd : scheduler_backend.c Removed files: usr.sbin/smtpd : runner.c Log message: - runner is the terminology we used back when we had runqueues, we no longer have them and runner is actually a scheduler so rename. - introduce scheduler_backend which does the same to scheduler than queue_backend does to queue and map_backend does to maps - remove all occurences of RUNNER and runner, replace them with SCHEDULER and scheduler ok eric@, ok chl@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/09 04:01:20 Modified files: net/prosody : Makefile Log message: fix lua dependency CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/09 04:07:53 Modified files: audio/opencore-amr: Makefile Log message: update comment in USE_LIBTOOL line, I investigated this a bit before so include url to the list posts. reminded by Jan Stary. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/09 04:13:46 Modified files: regress/usr.bin/libtool: Makefile Log message: we should prefer --disable-shared if both are mentioned CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/09 04:17:04 Modified files: usr.bin/libtool: libtool Log message: match main libtool options better CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/09 04:25:05 Modified files: devel/libvmime/patches: patch-configure Added files: devel/libvmime/patches: patch-src_net_tls_TLSSession_cpp Log message: Fix with gnutls>=3. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/09 04:34:52 Modified files: usr.bin/libtool: libtool usr.bin/libtool/LT/Mode: Compile.pm Install.pm Link.pm Log message: framework for handling help better CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/07/09 04:47:29 Modified files: sys/kern : sys_generic.c Log message: Compare the size of the static fd_mask against the number of bytes needed not against the number bit / number of fds in the select set. ok guenther@ CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2012/07/09 04:51:10 Modified files: distrib/miniroot: install.sub Log message: when being asked which disk to install on, give the user the chance to see some details for each device. "Lovely" deraadt@ and some more ok's on previous similar versions CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/09 04:52:26 Modified files: usr.bin/libtool: libtool usr.bin/libtool/LT/Mode: Compile.pm Install.pm Link.pm Log message: implement help-all CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/07/09 05:11:08 Modified files: usr.sbin/bgpd : session.c Log message: Fix the handling of the message read buf with regard to MSG_PROCESS_LIMIT. The read buffer was only processed when new data came in. So on quiet sessions it could take minutes until the read buffer was processed at the end of a load. Nobody realized this in the last 7.5 years. Tested by sthen@ OK henning@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/07/09 06:16:24 Modified files: usr.sbin/smtpd : dns.c usr.sbin/smtpd/smtpd: Makefile Added files: usr.sbin/smtpd : thread_private.h Removed files: usr.sbin/smtpd : asr.c asr.h dname.c pack.c print.c res_random.c sockaddr.c Log message: move to the new resolver implementation, with temporary glue to use the relevant files from asr directly. ok gilles@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/07/09 06:45:30 Modified files: sbin/fdisk : misc.c cmd.c Log message: Use strtonum() instead of strtol() inside ask_num(). Many overflows are thus avoided. Since bounds are now reliable don't check the returned value for being in-bounds. Since default value is forced inside bounds, don't bother being tricky and passing a default that is outside the bounds being specified. ok beck@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/09 06:53:05 Modified files: usr.bin/libtool: libtool Log message: somehow, the require is not enough for inheritance to work correctly ? CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/09 06:57:16 Modified files: regress/usr.bin/libtool: Makefile Log message: more arg parsing failure CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/07/09 06:58:01 Modified files: sbin/mount_ext2fs: mount_ext2fs.c sbin/mount_msdos: mount_msdos.c sys/scsi : sd.c Log message: Revert previous. The standards gpds are jealous gods. kettenis@ and beck@ have shown EROFS is the wrong thing to return. So revert to EACCES until a better error code is decided on. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/09 06:58:16 Modified files: net : Makefile net/snort : Makefile net/snort/pkg : DESCR PLIST Removed files: net/snort/pkg : MESSAGE-prelude PFRAG.prelude Log message: tedu the prelude support, pointed out by naddy CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/09 06:59:33 Modified files: games/stone-soup: Makefile Log message: this should use MODLUA_WANTLIB CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/09 07:00:25 Modified files: net : Makefile net/nepenthes : Makefile net/nepenthes/pkg: DESCR Removed files: net/nepenthes/pkg: MESSAGE-prelude Log message: tedu nepenthes' prelude support, pointed out naddy@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/07/09 07:16:22 Modified files: mail/p5-MIME-tools: Makefile distinfo Log message: Update to 5.503 and take maintainership ok jasper@ (old Maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/09 07:25:37 Modified files: audio/sox : Makefile Log message: allow sox to use opencore-amr; from Jan Stary plus a bump and license marker change from me; we must now use the terms of the GPLv3 to avoid a conflict with the Apache license. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/09 07:29:51 Modified files: security/gnutls: Makefile security/gnutls/patches: patch-doc_examples_ex-cert-select-pkcs11_c Log message: Better patch. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/09 07:37:39 Modified files: usr.bin/libtool/LT: Getopt.pm Log message: tweak auto-accessor for arrays to be more useful CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/09 07:38:37 Modified files: usr.bin/libtool: libtool Log message: create mode objects thru factory always: uniform require. use getopt array mode for simpler test CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/07/09 07:54:54 Modified files: lang/node : Makefile distinfo lang/node/pkg : PLIST Log message: - update node to 0.8.1 - remove @extraunexec ok jeremy@, sthen@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2012/07/09 08:05:35 Modified files: share/man/man5 : pf.conf.5 sbin/pfctl : parse.y pfctl_parser.c Log message: fix some of the confusion we have in pf regarding filter criteria vs options that "write" to the packet by putting the latter in a set { } block. for now prio and tos, maintain set-tos backwards compat for the moment. "match set { prio 6, tos lowdelay }" "match set prio 6" from a discussion with ryan in tokyo a while ago, ok ryan phessler CVSROOT: /cvs Module name: ports Changes by: shadchin@cvs.openbsd.org 2012/07/09 08:18:16 Modified files: graphics/djvulibre: Makefile Added files: graphics/djvulibre/patches: patch-configure_ac Removed files: graphics/djvulibre/patches: patch-configure Log message: the configure script doesn't match configure.ac. pointed an ok espie@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2012/07/09 08:23:17 Modified files: regress/sys/kern/splice: Client.pm Proc.pm args-reset-sleep-server.pl args-server-abort.pl echo.pl funcs.pl Log message: Modern Perl deferes signal handlers between opcodes. To send TCP resets at the indended moments into the spliced stream, terminate the client or server process with the alarm default action. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/07/09 08:26:40 Modified files: lib/libutil : duid.c pty.c util.h Log message: ANSIfy forkpty, add missing $OpenBSD$ in duid.c, style (no arg names) in util.h. ok guenther CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/09 08:33:53 Modified files: regress/usr.bin/libtool: Makefile Log message: another stupid test CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/09 08:34:06 Modified files: usr.bin/libtool/LT/Mode: Compile.pm Log message: avoid duplicate -o CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/09 08:40:20 Modified files: cad/xtrkcad : Makefile distinfo cad/xtrkcad/pkg: PLIST Removed files: cad/xtrkcad/patches: patch-CMakeLists_txt patch-app_bin_CMakeLists_txt patch-app_wlib_gtklib_CMakeLists_txt patch-app_wlib_gtklib_gtkhelp_c Log message: update xtrkcad to 4.2.0-beta1 getting rid of all those huge patches OK zinke@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/07/09 08:54:26 Modified files: misc/srcpd : Makefile Added files: misc/srcpd/patches: patch-configure_in patch-src_netservice_c Log message: * don't rely on pulling in * fix ksh-isms and thus syntax errors in configure script ok sebastia@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/09 08:55:45 Added files: x11/gnome/system-monitor/patches: patch-src_procproperties_cpp Log message: don't rely on param.h for nitems CVSROOT: /cvs Module name: ports Changes by: zinke@cvs.openbsd.org 2012/07/09 09:01:26 Modified files: www/surf : Makefile Added files: www/surf/patches: patch-config_def_h Log message: Add a patch to use ftp(1) instead of wget and takover Maintainer. ok sthen@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/09 09:04:12 Modified files: sys/dev/acpi : acpi.c Log message: acpi_disable_onegpe() is not used; ok pirofti CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/09 09:19:15 Modified files: sys/dev/acpi : acpi.c Log message: clean up ioctl() case statements CVSROOT: /cvs Module name: src Changes by: zinke@cvs.openbsd.org 2012/07/09 09:20:57 Modified files: share/man/man5 : pf.conf.5 sys/net : pf_lb.c Log message: Enable support for the 'weight' keyword in the 'least-states' load balancing case, this allows Weighted Least States (WLS). Everything prepared on c2k11 with help from mcbride@. This finally makes PF ready for the cloud. ok henning@ mikeb@ pyr@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/09 09:25:39 Modified files: sys/arch/i386/i386: cpu.c sys/arch/amd64/amd64: cpu.c Log message: After a resume, re-initialize the MTRR registers on the AP processors as well. This fixes very slow performance due to lots of uncached memory on buggy machines, for instance on very large memory thinkpad W500 and such. ok mlarkin kettenis sthen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/09 09:25:57 Modified files: devel/libvmime : Makefile distinfo devel/libvmime/patches: patch-configure patch-vmime_utility_smartPtrInt_hpp devel/libvmime/pkg: DESCR PFRAG.shared PLIST Added files: devel/libvmime/patches: patch-vmime_platforms_posix_posixChildProcess_hpp Removed files: devel/libvmime/patches: patch-src_net_tls_TLSSession_cpp patch-vmime_Makefile_in Log message: Update to libvmime-0.9.2 by merging mail/zarafa/libvmime. It works much better with the new gnutls. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/09 09:26:28 Removed files: mail/zarafa/libvmime: Makefile distinfo mail/zarafa/libvmime/patches: patch-Makefile_in patch-configure patch-src_Makefile_in patch-vmime_Makefile_in patch-vmime_platforms_posix_posixChildProcess_hpp patch-vmime_utility_smartPtrInt_hpp mail/zarafa/libvmime/pkg: DESCR PLIST Log message: Remove zarafa-libvmime. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/09 09:26:37 Modified files: mail/zarafa : Makefile Log message: -libvmime CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/09 09:27:30 Modified files: mail/zarafa : Makefile.inc mail/zarafa/zarafa: Makefile mail/zarafa/zarafa/patches: patch-configure Log message: Make zarafa use the system libvmime. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/09 09:29:24 Modified files: sys/dev/acpi : acpi.c Log message: tiny little oops in untested hibernate block CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/09 09:41:04 src/regress/usr.bin/mandoc/mdoc/Ft Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Ft In directory cvs.openbsd.org:/tmp/cvs-serv28478/Ft Log Message: Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Ft added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/09 09:43:36 Modified files: sys/kern : kern_xxx.c Log message: In reboot, no need to sched_peg_curproc() to the primary, because sched_stop_secondary_cpus() leaves us on the only cpu which is left. ok kettenis haesbaert guenther CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/07/09 09:56:35 Log message: import the Ipe extensible drawing editor. OK sebastia@ Status: Vendor Tag: edd Release Tags: edd_20120709 N ports/graphics/ipe/Makefile N ports/graphics/ipe/distinfo N ports/graphics/ipe/pkg/PLIST N ports/graphics/ipe/pkg/DESCR N ports/graphics/ipe/pkg/PFRAG.shared N ports/graphics/ipe/patches/patch-src_common_mak N ports/graphics/ipe/patches/patch-src_ipetoipe_Makefile N ports/graphics/ipe/patches/patch-src_ipe6upgrade_Makefile N ports/graphics/ipe/patches/patch-src_ipeextract_Makefile N ports/graphics/ipe/patches/patch-src_ipe_lua_prefs_lua No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/07/09 09:57:34 Modified files: graphics : Makefile Log message: link ipe CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/09 10:01:16 Modified files: sys/arch/amd64/amd64: vector.S Log message: Remove a useless macro CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/09 10:08:27 src/regress/usr.bin/mandoc/mdoc/Em Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Em In directory cvs.openbsd.org:/tmp/cvs-serv29601/Em Log Message: Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Em added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/09 10:09:47 Modified files: sys/arch/i386/i386: apicvec.s ioapic.c Log message: Remove apic_intrcount counting in the interrupt handlers. Not that useful anymore as a debugging tool, and it is in a rather critical path. ok kettenis CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/07/09 10:21:21 Modified files: sbin/dhclient : dhclient.c dhcpd.h dispatch.c Log message: Terminate with extreme prejudice the multiple timeout queuing mechanism that was a holdover from when dhclient handled multiple interfaces at once. There is only one timeout possible at a time. Also move calculation of current time to just before check to see if the timeout has expired. ok beck@ guenther@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/09 10:21:32 Modified files: graphics/ipe : Makefile Log message: Use the devel/gettext MODULE. ok edd@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/09 10:33:03 Modified files: x11/gnome/system-monitor: Makefile x11/gnome/system-monitor/patches: patch-src_procproperties_cpp Log message: Use G_N_ELEMENTS from GLib instead of nitems. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/09 10:33:21 Modified files: x11/gtk+3 : Makefile x11/gtk+3/patches: patch-gtk_gtkmountoperation-x11_c Log message: Use G_N_ELEMENTS from GLib instead of nitems. CVSROOT: /cvs Module name: ports Changes by: zinke@cvs.openbsd.org 2012/07/09 10:33:40 Modified files: x11/dwm : Makefile distinfo x11/dwm/patches: patch-config_def_h patch-config_mk Log message: Update to dwm 6.0. ok sebastia@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/09 10:34:21 Modified files: devel/glib2 : Makefile devel/glib2/patches: patch-glib_goption_c Log message: Use G_N_ELEMENTS instead of nitems. CVSROOT: /cvs Module name: ports Changes by: zinke@cvs.openbsd.org 2012/07/09 10:37:00 Modified files: x11/st : Makefile distinfo x11/st/patches : patch-config_def_h patch-config_mk Log message: Update to st 0.2.1. ok sebastia@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/07/09 10:45:34 Modified files: sbin/fdisk : cmd.c Log message: Make 'swap' command work like fdisk(8) says -- you must supply two valid partition numbers. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2012/07/09 10:51:10 Modified files: regress/sys/kern/splice: args-oobinline-max.pl Log message: This test is not reliable in echo mode. CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2012/07/09 10:51:23 Modified files: build : groups.dat Log message: New Brazilian User Group. From www@ CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2012/07/09 10:52:13 Modified files: . : groups.html Log message: sync CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/07/09 11:07:35 Modified files: sbin/fdisk : misc.h misc.c cmd.c Log message: I want some of what kjell was smoking 10 years ago when he added units handling by copying getuint() from disklabel. MBR partition id and disklabel partition type are different beasts. So deciding to round off a MBR partition with id FS_BSDFFS meant rounding off NTFS partitions. And FS_SWAP partitions meant DOS FAT 12. So just nuke rounding off for now to simplify getuint(). ok beck@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/07/09 11:19:55 Modified files: sbin/fdisk : misc.h misc.c cmd.c Log message: We always want to do unit conversions. So flags parameter of getuint() is now superflous. With rounding gone the offset parameter is similarly superfluous. Simply getuint() accordingly. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/09 11:21:27 Modified files: x11/gtk+3/patches: patch-gtk_gtkmountoperation-x11_c Log message: Committed upstream. CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/07/09 11:27:32 Modified files: sys/kern : sched_bsd.c Log message: Tedu old comment concerning cpu affinity which does not apply anymore. ok blambert@ krw@ tedu@ miod@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/07/09 11:39:15 Removed files: usr.sbin/unbound/util: configlexer.c configparser.c configparser.h Log message: Remove generated files. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/07/09 11:51:08 Modified files: sys/kern : sys_generic.c sys/sys : ktrace.h usr.bin/kdump : kdump.c Log message: Print the fd_set used by select in kdump. OK guenther@ and deraadt@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/09 11:52:09 Modified files: usr.bin/mandoc : mdoc_man.c regress/usr.bin/mandoc/mdoc: Makefile regress/usr.bin/mandoc/mdoc/Ad: Makefile regress/usr.bin/mandoc/mdoc/Ar: Makefile regress/usr.bin/mandoc/mdoc/Cd: Makefile regress/usr.bin/mandoc/mdoc/Cm: Makefile regress/usr.bin/mandoc/mdoc/Dv: font.in font.out_ascii regress/usr.bin/mandoc/mdoc/Er: Makefile regress/usr.bin/mandoc/mdoc/Ev: font.in font.out_ascii regress/usr.bin/mandoc/mdoc/Fl: Makefile regress/usr.bin/mandoc/mdoc/Fo: Makefile regress/usr.bin/mandoc/mdoc/Ic: Makefile regress/usr.bin/mandoc/mdoc/In: Makefile regress/usr.bin/mandoc/mdoc/Li: Makefile regress/usr.bin/mandoc/mdoc/Lk: Makefile regress/usr.bin/mandoc/mdoc/Ms: Makefile regress/usr.bin/mandoc/mdoc/Mt: Makefile regress/usr.bin/mandoc/mdoc/Nm: Makefile regress/usr.bin/mandoc/mdoc/Pa: Makefile regress/usr.bin/mandoc/mdoc/Sx: Makefile regress/usr.bin/mandoc/mdoc/Sy: Makefile regress/usr.bin/mandoc/mdoc/Tn: Makefile regress/usr.bin/mandoc/mdoc/Va: Makefile regress/usr.bin/mandoc/mdoc/Vt: Makefile Added files: regress/usr.bin/mandoc/mdoc/Ad: font.in font.out_ascii regress/usr.bin/mandoc/mdoc/Ar: font.in font.out_ascii regress/usr.bin/mandoc/mdoc/Cd: font.in font.out_ascii regress/usr.bin/mandoc/mdoc/Cm: font.in font.out_ascii regress/usr.bin/mandoc/mdoc/Em: Makefile font.in font.out_ascii regress/usr.bin/mandoc/mdoc/Er: font.in font.out_ascii regress/usr.bin/mandoc/mdoc/Fl: font.in font.out_ascii regress/usr.bin/mandoc/mdoc/Fo: font.in font.out_ascii regress/usr.bin/mandoc/mdoc/Ft: Makefile font.in font.out_ascii regress/usr.bin/mandoc/mdoc/Ic: font.in font.out_ascii regress/usr.bin/mandoc/mdoc/In: font.in font.out_ascii regress/usr.bin/mandoc/mdoc/Li: font.in font.out_ascii regress/usr.bin/mandoc/mdoc/Lk: font.in font.out_ascii regress/usr.bin/mandoc/mdoc/Ms: font.in font.out_ascii regress/usr.bin/mandoc/mdoc/Mt: font.in font.out_ascii regress/usr.bin/mandoc/mdoc/Nm: font.in font.out_ascii regress/usr.bin/mandoc/mdoc/Pa: font.in font.out_ascii regress/usr.bin/mandoc/mdoc/Sx: font.in font.out_ascii regress/usr.bin/mandoc/mdoc/Sy: font.in font.out_ascii regress/usr.bin/mandoc/mdoc/Tn: font.in font.out_ascii regress/usr.bin/mandoc/mdoc/Va: font.in font.out_ascii regress/usr.bin/mandoc/mdoc/Vt: font.in font.out_ascii Log message: fix -Tman font handling for: .Ad .Ar .Cd .Cm .Dv .Em .Er .Ev .Fa .Fl .Fn .Fo .Ft .Ic .In .Lk .Li .Ms .Mt .Nm .Pa .Sx .Sy .Tn .Va .Vt CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/09 11:52:21 Modified files: usr.bin/libtool: libtool Log message: a bit more scaffolding to distinguish between syntax errors during compilation and non existent files (which is normal here). CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/09 11:53:15 Modified files: usr.bin/libtool/LT: Getopt.pm Log message: finally, also do accessors for short options. Turns out to be useful. fix the array accessor... CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/09 11:53:38 Modified files: usr.bin/libtool/LT: LoFile.pm Log message: nits CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/09 11:54:27 Modified files: usr.bin/libtool/LT/Mode: Compile.pm Log message: use short accessor CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/07/09 11:57:55 Modified files: usr.sbin/smtpd : scheduler.c smtpd.c smtpd.h Log message: - introduce log_trace(TRACE_SCHEDULER, ...) - simplify a tiny tiny bit the scheduler loop - no functional change (yet) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/09 12:01:16 Modified files: x11/gnome/shell: Makefile x11/gnome/shell/pkg: PLIST Added files: x11/gnome/shell/patches: patch-data_Makefile_in patch-data_org_gnome_shell_evolution_calendar_gschema_xml_in patch-src_calendar-server_calendar-sources_c Log message: Don't be mad and dump a big core if evolution is not installed. From upstream. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/09 12:18:26 src/regress/usr.bin/mandoc/mdoc/Bf Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Bf In directory cvs.openbsd.org:/tmp/cvs-serv17466/Bf Log Message: Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Bf added to the repository CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2012/07/09 12:27:28 Modified files: share/misc : usb_hid_usages Log message: update hid usage table to sync with latest specifcations and other *bsds. ok derradt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/09 12:38:45 Added files: security/gnomint/patches: patch-src_import_c Log message: Unbreak with gnutls>=3. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/09 12:40:53 Modified files: usr.bin/libtool: libtool Log message: more compat shit for libtool1/libtool2 schizophrenia should fix print/pdflib found out by jasper@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/09 12:40:58 Modified files: sysutils/bacula: Makefile distinfo sysutils/bacula/patches: patch-configure patch-src_cats_Makefile_in patch-src_filed_Makefile_in patch-src_lib_Makefile_in Log message: update to Bacula 5.2.10, ok aja@ merdely@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/09 12:42:45 Modified files: regress/usr.bin/libtool: Makefile Log message: second fuckup in implicit detection CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/09 12:55:40 Modified files: usr.bin/mandoc : mdoc_man.c Added files: regress/usr.bin/mandoc/mdoc/Bf: Makefile nest.in nest.out_ascii Log message: Implement -Tman .Bf. To get the spacing right, * avoid man(7) code line breaks at places where no spacing is allowed * allow spacing right after .Sm on * allow spacing after empty .Fl at the end of an input line CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/07/09 14:30:01 Modified files: www/flyspray : Makefile distinfo www/flyspray/pkg: PLIST Log message: Update for Flyspray to 0.9.9.7 with some changes: http://flyspray.org/changelog Tested on i386. Ok aja@ "you're welcome to take it over." ckuethe@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/07/09 14:36:18 Modified files: sysutils/findlib: Makefile sysutils/findlib/pkg: PLIST Log message: Fix native compilation for ocaml findlib. OK giovanni@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/07/09 14:52:59 Modified files: share/man/man5 : pf.conf.5 Log message: one more prio -> set prio; ok henning CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/07/09 15:04:03 Modified files: mail/p5-FuzzyOcr: Makefile distinfo mail/p5-FuzzyOcr/patches: patch-FuzzyOcr_cf Added files: mail/p5-FuzzyOcr/patches: patch-FuzzyOcr_Deanimate_pm patch-FuzzyOcr_Preprocessor_pm patch-FuzzyOcr_Scanset_pm patch-FuzzyOcr_pm Log message: Update to 3.6.0.146, unbreak and take maintainership. ok merdely@ (old maintainer) CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2012/07/09 15:06:51 Modified files: sbin/ipsecctl : ike.c Log message: Fix typo in warning message. ok mikeb sthen haesbaert henning CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/09 15:10:57 Modified files: net/snort : Makefile Log message: missing bump CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/09 15:16:47 Modified files: www/ajaxterm : Makefile Log message: fix build depends since we'll need python for byte compilation/. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/07/09 15:35:46 Modified files: x11/spectrwm : Makefile distinfo x11/spectrwm/patches: patch-Makefile patch-spectrwm_c Log message: Update for Spectrwm to 1.1.1 with some changes: * Fix status bar flicker by double-buffering the output. * Add horizontal_flip and vertical_flip layout options. * Kill references before focusing on a new window. * Add new options to change focus behavior on window open and close. * Increase workspace hard limit to 22. * Tons of wart removals * Add backwards compatibility for the spawn_term binding * Add clarification to man page that default workspace_limit is 10. Tested on amd64. "no objection.." sthen@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/09 15:37:33 Modified files: regress/usr.bin/libtool: Makefile Added files: regress/usr.bin/libtool: d.c Log message: support for -Wc,*,* and -Xcompiler $arg CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/09 15:38:38 Modified files: usr.bin/libtool/LT: Getopt.pm usr.bin/libtool/LT/Mode: Compile.pm Log message: extend option parser a bit more: if we pass it a regexp, then we match that regexp. for permuted mode, expose the "future" arguments so we can tinker with them directly. Use that to support -Wc,* and -Xcompiler CVSROOT: /cvs Module name: www Changes by: gonzalo@cvs.openbsd.org 2012/07/09 15:47:14 Modified files: faq : current.html Log message: Add directories to save xxxterm certs, or another files there. Pointed out from Juan Francisco Cantero Hurtado, thanks! Ok sthen@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/09 15:52:03 Modified files: usr.bin/libtool: libtool Log message: start ditching Getopt::Long, only LT::Mode::Link uses it, so make it autoload only when absolutely required. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/07/09 15:55:12 Log message: NSD v3.2.11, ok phessler@ Status: Vendor Tag: NLNETLABS Release Tags: NSD_3_2_11 C src/usr.sbin/nsd/zonec.8.in C src/usr.sbin/nsd/Makefile.in U src/usr.sbin/nsd/tsig.h U src/usr.sbin/nsd/options.h C 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 C 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 C src/usr.sbin/nsd/query.c C 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 C 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 C 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 C src/usr.sbin/nsd/nsd-checkconf.c U src/usr.sbin/nsd/configyyrename.h C src/usr.sbin/nsd/axfr.c U src/usr.sbin/nsd/LICENSE U src/usr.sbin/nsd/nsec3.c U src/usr.sbin/nsd/netio.h C src/usr.sbin/nsd/xfrd-tcp.c C 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 C 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 C src/usr.sbin/nsd/util.c C 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 C src/usr.sbin/nsd/config.h.in U src/usr.sbin/nsd/iterated_hash.c U src/usr.sbin/nsd/compat/snprintf.c 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 N src/usr.sbin/nsd/compat/memcmp.h 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/fake-rfc2553.h 27 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/07/09 15:56:41 Modified files: usr.sbin/nsd : Makefile.in axfr.c config.h.in configparser.y configure configure.ac dname.c dns.c dns.h nsd-checkconf.8.in nsd-checkconf.c nsd-notify.8.in nsd-patch.8.in nsd-xfer.8.in nsd.8.in nsd.c nsd.conf.5.in nsdc.8.in query.c rdata.c region-allocator.c server.c util.c util.h xfrd-tcp.c zonec.8.in zparser.y Log message: resolve conflicts CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2012/07/09 15:56:50 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/09 15:59:18 Modified files: usr.bin/libtool/LT: Getopt.pm usr.bin/libtool/LT/Mode: Compile.pm Log message: longarg: means longoption with a separate parameter, like for -Xcompiler (won't work as -Xcompiler=value) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/09 15:59:51 Modified files: net/nepenthes : Makefile Log message: bump CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/09 16:24:13 src/regress/usr.bin/mandoc/mdoc/Eo Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Eo In directory cvs.openbsd.org:/tmp/cvs-serv9061/Eo Log Message: Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Eo added to the repository CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2012/07/09 16:24:36 Modified files: usr.bin/mg : theo.c Log message: OpenBSD has two kinds of developers ... ok beck@, guenther@ who deal with their own ... ok deraadt@ who deals with his own and sometimes others ... CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/09 16:36:04 Modified files: regress/usr.bin/mandoc/mdoc: Makefile usr.bin/mandoc : mdoc_man.c Added files: regress/usr.bin/mandoc/mdoc/Eo: Makefile empty.in empty.out_ascii Log message: implement -Tman .Eo and .Ec CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/09 16:37:55 Modified files: databases/freetds: Makefile Log message: update MASTER_SITES CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/09 16:41:45 Modified files: usr.sbin/pstat : pstat.c usr.bin/top : machine.c Log message: According to miod, KERNBASE used as a userland symbol should die in a fire. Start by removing the definitions, before we clean the headers later. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/09 16:47:31 Modified files: devel/libgtop2/patches: patch-sysdeps_openbsd_procmap_c Log message: regen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/09 16:50:18 Modified files: textproc/icu4c/patches: patch-source_common_putilimp_h Log message: Unbreak on sparc. spotted by sebastia@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/07/09 17:06:07 Modified files: sys/kern : kern_exit.c Log message: The linux emulation exit hook needs to be able to sleep, so call it before changing p_stat to SDEAD ok pirofti@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/09 17:13:29 Modified files: usr.bin/libtool: libtool Log message: --config had better match more stupid shit. should fix devel/avr CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/09 17:15:33 Modified files: regress/usr.bin/libtool: Makefile Log message: #! stupid test CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/09 17:43:23 src/regress/usr.bin/mandoc/mdoc/Fd Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Fd In directory cvs.openbsd.org:/tmp/cvs-serv7310/Fd Log Message: Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Fd added to the repository CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/09 17:52:47 Modified files: regress/usr.bin/mandoc/mdoc: Makefile usr.bin/mandoc : mdoc_man.c mdoc_term.c Added files: regress/usr.bin/mandoc/mdoc/Fd: Makefile break.in break.out_ascii font.in font.out_ascii Log message: fix -Tascii .Fd line breaking and implement -Tman .Fd CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/09 18:07:45 Modified files: emulators/simh : Makefile distinfo emulators/simh/patches: patch-PDP11_pdp11_hk_c patch-PDP11_pdp11_vh_c patch-VAX_vax780_sbi_c patch-VAX_vax_sysdev_c patch-makefile patch-scp_c patch-sim_console_c patch-sim_ether_c emulators/simh/pkg: PLIST Removed files: emulators/simh/patches: patch-sim_timer_c Log message: update to simh 3.9.0, from Brad, tested by me and william@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/07/09 18:45:10 Modified files: lang/node : Makefile distinfo lang/node/patches: patch-tools_gyp_pylib_gyp_common_py lang/node/pkg : PLIST Log message: - update node to 0.8.2 - really remove @extraunexec ok sthen@, jeremy@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/07/09 20:19:15 Modified files: usr.bin/ssh : servconf.c servconf.h sshd.c sshd_config Log message: Turn on systrace sandboxing of pre-auth sshd by default for new installs by shipping a config that overrides the current UsePrivilegeSeparation=yes default. Make it easier to flip the default in the future by adding too. prodded markus@ feedback dtucker@ "get it in" deraadt@ CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/07/10 00:28:12 Modified files: usr.bin/mg : fileio.c Log message: Fix an outstanding debian bug: #658539 "looks good" kjell CVSROOT: /cvs Module name: www Changes by: lum@cvs.openbsd.org 2012/07/10 00:34:46 Modified files: . : cvsync.html Log message: Remove dead link and small grammar fix. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/07/10 01:21:34 Modified files: usr.sbin/tftpd : tftpd.c Log message: libexec/tftpd handled the case where we'd get an ack for the previous block by flushing the data on the socket and waiting for a retransmit by timeout to occur. my stuff (usr.sbin/tftpd) had XXXs and failure in those places. this diff fixes that. this should address the problems that sthen and jcs have been having (and which i was finally able to reproduce here). it also avoids reusing the clients buffer to both send and recv frames. we recv onto the stack now so retry always sends what we originally built for the peer. tested by and ok jcs@ sthen@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/07/10 01:25:37 Modified files: usr.sbin/tftpd : tftpd.c Log message: fix the last outstanding functionality difference i could find between libexec and usr.sbin tftpd. libexec waitied around after finishing a wrq in case our ack for the last write from a client got lost. this does the same dance, or an arguably better version of it compared to libexec tftpd. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/10 01:53:21 Modified files: sysutils/toprump: Makefile Added files: sysutils/toprump/patches: patch-machine_c Log message: sync with base to remove KERNBASE; ok lum@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/07/10 01:59:37 src/usr.bin/cu Update of /cvs/src/usr.bin/cu In directory cvs.openbsd.org:/tmp/cvs-serv7388/cu Log Message: Directory /cvs/src/usr.bin/cu added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/10 02:00:28 Modified files: graphics/gthumb: Makefile Log message: Enable clutter support. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/07/10 02:02:27 Added files: usr.bin/cu : Makefile command.c cu.1 cu.c cu.h input.c Log message: Add first cut of replacement for tip/cu. Not linked to the build. Currently supports only -l and -s (no parity), no variables and ~., ~>, ~$, ~#, ~^Z, ~?. More to come. Tested by naddy, otto. ok miod deraadt CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/07/10 02:16:27 Modified files: usr.bin/cu : command.c cu.1 cu.c cu.h Log message: Add a ~S escape to change the speed interactively (not using ~s since may want to use it for variables later). CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/07/10 02:31:51 Modified files: sys/netinet : in.c Log message: in_scrubprefix needs the same netmask checking as in_addprefix (which was added in 1.40). This fixes a pathological case where in_scrubprefix would do the wrong thing. Found and reported by glebius@FreeBSD OK bluhm@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/07/10 02:42:43 Modified files: usr.bin/cu : command.c cu.c Log message: Restore termios and signal handlers before ~$ so ^C will kill child. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/10 03:03:54 Modified files: sysutils/ranger: Makefile Log message: add misc to categories CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/07/10 03:10:04 Modified files: usr.bin/cu : command.c cu.1 Log message: Implement ~C. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2012/07/10 03:13:41 Modified files: sbin/pfctl : parse.y pfctl_parser.c Log message: set { ... } -> set ( ... ) brought up by ryan, discussed with him and theo and they convinced me CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/10 03:19:32 Modified files: x11/gnustep/base: Makefile Added files: x11/gnustep/base/patches: patch-configure Log message: Do not link against -lpthread Pointed out and OK aja@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/07/10 03:20:51 Modified files: lib/libc/asr : getaddrinfo_async.c Log message: Better handling of servname in getaddrinfo_async. Do not necessarily fail if there is no entry for a given protocol. Fix issue reported by early testers. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/07/10 03:22:34 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_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_automation_proxy_launcher_cc patch-content_browser_browser_main_loop_cc patch-content_browser_child_process_launcher_cc patch-content_content_browser_gypi patch-content_shell_shell_content_browser_client_cc patch-media_audio_openbsd_audio_manager_openbsd_cc patch-net_base_network_change_notifier_cc patch-printing_printing_gyp patch-third_party_WebKit_Source_WebCore_bindings_v8_custom_V8InspectorFrontendHostCustom_cpp patch-tools_gyp_pylib_gyp_generator_make_py patch-ui_base_l10n_l10n_util_cc patch-v8_src_platform_h patch-webkit_plugins_ppapi_ppapi_plugin_instance_cc www/chromium/pkg: PLIST Added files: www/chromium/patches: patch-base_base_gypi patch-base_debug_stack_trace_posix_cc patch-chrome_app_chrome_main_delegate_cc patch-chrome_chrome_browser_gypi patch-chrome_common_chrome_paths_cc patch-content_app_content_main_runner_cc patch-content_public_browser_content_browser_client_h patch-content_renderer_renderer_main_platform_delegate_linux_cc patch-content_shell_shell_content_browser_client_h patch-media_media_gyp patch-skia_skia_gyp patch-third_party_WebKit_Source_WTF_wtf_NumberOfCores_cpp patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_ia32_config_asm patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_ia32_config_h patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_x64_config_asm patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_x64_config_h patch-third_party_ffmpeg_libavcodec_pthread_c patch-third_party_webrtc_build_common_gypi patch-tools_clang_scripts_plugin_flags_sh Removed files: www/chromium/patches: patch-chrome_browser_memory_purger_cc patch-content_app_content_main_cc patch-content_content_renderer_gypi patch-content_renderer_render_view_impl_cc patch-media_audio_openbsd_audio_manager_openbsd_h patch-net_base_listen_socket_unittest_h patch-third_party_WebKit_Source_JavaScriptCore_wtf_NumberOfCores_cpp patch-webkit_glue_webcursor_gtk_cc Log message: update to 20.0.1132.47 CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2012/07/10 03:23:56 Modified files: sbin/pfctl : pfctl_parser.c Log message: intermediate hack^Wugly "fix" to prevent spurious "scrub ()" prints + XXX comment as reminder to clean this up for good CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2012/07/10 03:29:36 Modified files: sbin/pfctl : parse.y Log message: Allow an implicit address family for af-to rules. If the address family can be determined by the "from" or "to" parameter in the matching part, it is no longer necessary to specify "inet" or "inet6" there. OK henning@ mikeb@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/07/10 03:32:40 Modified files: usr.bin/cu : command.c Log message: closefrom(STDERR_FILENO + 1) not STDOUT_FILENO so that output actually appears ;-). CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2012/07/10 03:38:22 Modified files: sys/net : pfvar.h Log message: define a PFSTATE_SCRUBMASK. relying on numeric order of flags is stupid and bound to break sooner or later. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/07/10 03:38:37 Modified files: infrastructure/lib/DPB: Engine.pm Logger.pm PkgPath.pm Log message: fuck me harder. Separate cases where fullpkgname is allowed not to be defined, so that instead of bad stringizations, we get full time errors. Maybe then I can debug this. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2012/07/10 03:39:26 Modified files: sbin/pfctl : pfctl_parser.c Log message: use PFSTATE_SCRUBMASK whenever you see (flags >= ONE_OF_THE_FLAGS), run. that must break sooner or later. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/07/10 03:40:25 Modified files: sys/kern : uipc_socket.c sys/sys : socketvar.h Log message: Try to cleanup the macro magic because of socket spliceing. Since struct socket is no longer affected by option SOCKET_SPLICE we can simplyfy the code. OK bluhm@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/07/10 03:40:35 Modified files: share/man/man5 : pf.conf.5 Log message: move set prio/tos into OPTIONS; ok henning CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/10 03:49:29 Modified files: www/chromium : Makefile www/chromium/files: chrome.desktop Log message: Add x-scheme-handler for http and https in the MimeType so that chrome can be chosen as a default browser in Desktop environments. ok robert@ (maintainer) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/10 03:51:32 Modified files: usr.bin/libtool: libtool usr.bin/libtool/LT: Archive.pm Log message: more config, sort stuff for easier spotting CVSROOT: /cvs Module name: ports Changes by: mpi@cvs.openbsd.org 2012/07/10 04:15:19 Added files: x11/gnome/gvfs/patches: patch-configure_ac patch-daemon_gvfsbackendsftp_c patch-daemon_pty_open_c Log message: Make use of openpty(3) to allocate a pseudo-tty required for the ssh authentication. This allow to mount sftp shares using passwords with any application relying on gvfs. With a lot of help from nicm@. Packages already bumped but I failed again with cvs add. Ok ajacoutot@, jasper@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/07/10 04:20:30 Modified files: build : groups.dat Log message: "The current entry for the austrian BSD Usergroup BUGAT is outdated. Instead, there are two groups in Vienna and Graz. I've the ok from both to add them instead of BUGAT." - from Robert at peichaer/org CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/07/10 04:20:41 Modified files: . : groups.html Log message: sync CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/07/10 04:28:05 Modified files: usr.bin/cu : Makefile command.c cu.c cu.h input.c Added files: usr.bin/cu : error.c Log message: Once we've set up termios, lines need to be \r\n terminated, and we need to reset termios before exiting. So add custom versions of err(), errx(), warn(), warnx() to handle this. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/10 04:29:39 Modified files: news/sickbeard : Makefile news/sickbeard/pkg: MESSAGE Log message: Remove VERSION, it's only used once. Tweak DESCR. maintainer timeout CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/07/10 04:56:12 Modified files: usr.bin/cu : command.c Log message: +limits.h. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/07/10 05:13:40 Modified files: usr.sbin/smtpd : scheduler.c scheduler_ramqueue.c smtpd.h Log message: - simplify the scheduler loop logic further, it is ridiculously simple now and I don't think we can do much better (at that level) :-p - always break out of the handler after processing an envelope, this will avoid a busy scheduler from not getting a chance to handle SIGTERM/SIGINT YES we can now ctrl-c a maaaaad scheduler ! ok eric@, ok chl@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/10 05:37:14 Modified files: regress/usr.bin/libtool: Makefile Log message: dd all kinds of funky tests for compile mode CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/10 05:39:11 Modified files: usr.bin/libtool/LT: Util.pm Log message: nit CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/10 05:39:52 Modified files: usr.bin/libtool/LT: Getopt.pm Log message: pass the option string along as a 4th parameter, in cases canonical is not all that matters (e.g., -fpie and friends) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/10 05:41:10 Modified files: usr.bin/libtool/LT: LoFile.pm usr.bin/libtool/LT/Mode: Compile.pm Log message: full support for -static -shared -prefer-pic -prefer-non-pic -fpie* in --mode=compile CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/10 05:41:18 Modified files: x11/gnome/banshee: Makefile Log message: Remove uneeded configure arg. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/07/10 05:42:02 Modified files: usr.bin/cu : Makefile command.c cu.1 cu.h Added files: usr.bin/cu : xmodem.c Log message: Add builtin XMODEM send support with ~X, only tested with lrz -X so far. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/07/10 05:42:53 Modified files: sys/kern : uipc_socket.c Log message: For setsockopt(SO_{SND,RCV}TIMEO), convert the timeval to ticks using tvtohz() so that the rounding is correct and we don't time out a tick early ok claudio@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/07/10 05:44:55 Modified files: include : search.h Log message: bsearch() doesn't belong here (it's in ) Add __restrict bits for tdelete() ok deraadt@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/07/10 05:46:23 Modified files: include : resolv.h Log message: Stop pulling in ok deraadt@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/07/10 05:49:42 Modified files: include/arpa : inet.h sys/netinet : in.h sys/netinet6 : in6.h Log message: Instead of pulling in , just copy in the three things that it needed from there: INET_ADDRSTRLEN, INET6_ADDRSTRLEN, and struct in_addr. Add protecting #ifndefs to netinet6?/in6?.h for those. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/07/10 05:53:01 Modified files: usr.bin/tmux : arguments.c array.h cfg.c client.c cmd-attach-session.c cmd-bind-key.c cmd-break-pane.c cmd-capture-pane.c cmd-choose-buffer.c cmd-choose-client.c cmd-choose-tree.c cmd-command-prompt.c cmd-confirm-before.c cmd-delete-buffer.c cmd-display-message.c cmd-find-window.c cmd-if-shell.c cmd-join-pane.c cmd-link-window.c cmd-list-buffers.c cmd-list-clients.c cmd-list-panes.c cmd-list-sessions.c cmd-list-windows.c cmd-list.c cmd-load-buffer.c cmd-move-window.c cmd-new-session.c cmd-new-window.c cmd-paste-buffer.c cmd-rename-session.c cmd-respawn-pane.c cmd-respawn-window.c cmd-run-shell.c cmd-save-buffer.c cmd-set-buffer.c cmd-set-option.c cmd-show-buffer.c cmd-source-file.c cmd-split-window.c cmd-string.c cmd-unbind-key.c cmd.c control.c environ.c format.c grid.c input-keys.c input.c job.c key-bindings.c layout.c names.c options.c paste.c screen-write.c screen.c server-client.c server-fn.c server-window.c server.c session.c status.c tmux.c tmux.h tty-keys.c tty-term.c tty.c window-choose.c window-clock.c window-copy.c window.c xmalloc.c Log message: xfree is not particularly helpful, remove it. From Thomas Adam. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/07/10 06:04:25 Modified files: infrastructure/mk: bsd.port.mk Log message: Remove message digest algorithms other than SHA-256 for checksumming distfiles. MD5 is known to be insecure and RIPEMD-160 and SHA-1 are considered inferior to SHA-256. Also, the concatenation of different hashes is not more secure than its strongest component; see Antoine Joux, "Multicollisions in iterated hash functions. Application to cascased constructions" http://www.iacr.org/cryptodb/archive/2004/CRYPTO/1472/1472.pdf Discussed with many, ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/10 06:08:29 Modified files: databases/pg_top: Makefile databases/pg_top/patches: patch-machine_m_openbsd_c Log message: sync with top(1) in base; remove KERNBASE. ok okan@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/07/10 06:11:22 Log message: Import opus 0.9.14 The Opus codec is designed to handle a wide range of interactive audio applications, including Voice over IP, videoconferencing, in-game chat, and even remote live music performances. It can scale from low bit-rate narrowband speech to very high quality stereo music. ok sthen@ Status: Vendor Tag: naddy Release Tags: naddy_20120710 N ports/audio/opus/Makefile N ports/audio/opus/distinfo N ports/audio/opus/pkg/DESCR N ports/audio/opus/pkg/PLIST N ports/audio/opus/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/07/10 06:12:37 Log message: Import opus-tools 0.1.2. Opus-tools provides command-line utilities to encode, inspect, and decode .opus files. ok sthen@ Status: Vendor Tag: naddy Release Tags: naddy_20120710 N ports/audio/opus-tools/Makefile N ports/audio/opus-tools/distinfo N ports/audio/opus-tools/pkg/DESCR N ports/audio/opus-tools/pkg/PLIST N ports/audio/opus-tools/patches/patch-src_opusdec_c No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/07/10 06:14:21 Modified files: usr.bin/cu : cu.h Log message: Trim some unused externs. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/07/10 06:14:46 Modified files: audio : Makefile Log message: add opus, opus-tools CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/07/10 06:20:23 Modified files: usr.bin/cu : command.c cu.c Log message: Use function to restore termios and add ~X to help. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/10 06:24:45 Modified files: usr.bin/libtool: libtool usr.bin/libtool/LT: LaFile.pm Program.pm Util.pm usr.bin/libtool/LT/Mode: Compile.pm Link.pm Log message: clean-up shit, pull some of LT::Util into ltconfig object make that a somewhat more "real" object... CVSROOT: /cvs Module name: ports Changes by: zinke@cvs.openbsd.org 2012/07/10 06:24:54 Log message: Import sselp-0.2. Description: Simple X selection printer. Prints the X selection to stdout. If there is no X client owning the selection it just exits. Useful for scripts where you can query the X selection without pressing mouse Button2 in cumbersome ways. Based roughly on a submission from Jan Klemkow. ok sthen@ Status: Vendor Tag: zinke Release Tags: zinke_20120710 N ports/x11/sselp/Makefile N ports/x11/sselp/distinfo N ports/x11/sselp/pkg/PLIST N ports/x11/sselp/pkg/DESCR N ports/x11/sselp/patches/patch-config_mk N ports/x11/sselp/patches/patch-Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zinke@cvs.openbsd.org 2012/07/10 06:32:16 Modified files: x11 : Makefile Log message: link x11/sselp CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/07/10 06:41:54 Modified files: lib/libc/asr : gethostnamadr_async.c Log message: use the value actually passed to the function CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2012/07/10 06:42:37 src/regress/sys/net/pf_forward Update of /cvs/src/regress/sys/net/pf_forward In directory cvs.openbsd.org:/tmp/cvs-serv6759/pf_forward Log Message: Directory /cvs/src/regress/sys/net/pf_forward added to the repository CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2012/07/10 06:43:54 Added files: regress/sys/net/pf_forward: Makefile ping6_mtu.py ping_mtu.py Log message: Add a test suite to route ip packets through a box running pf. You have to setup four machines manually as described in the makefile. The test uses netcat and scapy to send ping or udp echo packets or tcp streams along the routers. It analyzes the returned reply or icmp error packets. It tests the forward and net/rdr and net64 paths. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2012/07/10 06:45:58 Modified files: regress/sys/net/pf_fragment: Makefile frag.py frag6.py frag6_cutnew.py frag6_cutold.py frag6_dropnew.py frag6_dropold.py frag6_ext.py frag_cutnew.py frag_cutold.py frag_dropnew.py frag_dropold.py ping6_cksum.py ping6_mtu_1300.py ping_cksum.py ping_mtu_1300.py udp6_cksum.py udp_cksum.py Log message: Kill trailing whitespaces. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/07/10 06:47:23 Modified files: usr.bin/cu : command.c cu.1 cu.c cu.h Log message: Add ~R command to start recording output to a file. CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2012/07/10 06:48:08 Modified files: usr.bin/pkill : pkill.c Log message: make pkill -l print the proper processes also when the invert (-v) flag is passed ok lum@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/07/10 06:55:25 Modified files: www/chromium : Makefile Added files: www/chromium/patches: patch-webkit_plugins_npapi_plugin_list_posix_cc Log message: scan the de-facto standard /usr/local/lib/mozilla/plugins dir as well CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2012/07/10 06:58:26 Modified files: sbin/reboot : reboot.c Log message: disable lidsuspend on shutdown ok phessler@ mpf@ pirofti@ mpi@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/07/10 07:00:10 Modified files: usr.bin/cu : cu.c Log message: Fix usage. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/10 07:25:32 Modified files: devel/glib2/patches: patch-glib_goption_c Log message: Committed upstream. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/10 07:32:10 Modified files: usr.bin/libtool: libtool usr.bin/libtool/LT: LaFile.pm Program.pm usr.bin/libtool/LT/Mode: Link.pm Log message: bye-bye Getopt::Long CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/07/10 07:41:11 Modified files: shells/bash : Makefile distinfo Log message: update to 4.2 patchlevel 36 CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2012/07/10 07:58:33 Modified files: regress/sbin/ipsecctl: ike32.in ike33.in ike41.in ikedel32.in ikedel33.in ikedel41.in sbin/ipsecctl : ike.c ipsecctl.h parse.y Log message: Rename "life" to "lifetime" to match iked. ok mikeb naddy sthen; procedures ok henning CVSROOT: /cvs Module name: ports Changes by: zinke@cvs.openbsd.org 2012/07/10 08:03:18 Log message: import sic-1.1 sic is an extremely simple IRC client. It consists of less than 250 lines of code. It is the little brother of irc it. ok giovanni@ Status: Vendor Tag: zinke Release Tags: zinke_20120710 N ports/net/sic/Makefile N ports/net/sic/distinfo N ports/net/sic/pkg/PLIST N ports/net/sic/pkg/DESCR N ports/net/sic/patches/patch-Makefile N ports/net/sic/patches/patch-config_mk N ports/net/sic/patches/patch-sic_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zinke@cvs.openbsd.org 2012/07/10 08:09:01 Modified files: net : Makefile Log message: link net/sic CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2012/07/10 08:25:00 Modified files: distrib/alpha/common: install.md distrib/amd64/common: install.md distrib/armish/ramdisk: install.md distrib/beagle/ramdisk: install.md distrib/hp300/ramdisk: install.md distrib/hppa : install.md distrib/i386/common: install.md distrib/landisk/ramdisk: install.md distrib/loongson/ramdisk: install.md distrib/luna88k/ramdisk: install.md distrib/macppc/ramdisk: install.md distrib/mvme68k/ramdisk: install.md distrib/mvme88k/ramdisk: install.md distrib/palm/ramdisk: install.md distrib/sgi/ramdisk: install.md distrib/socppc/ramdisk: install.md distrib/sparc : install.md distrib/sparc64/common: install.md distrib/vax : install.md distrib/zaurus/ramdisk: install.md Log message: since disklabel -W is no more, zap it from all the install.md's ok krw@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/07/10 08:28:30 Modified files: infrastructure/lib/DPB: Reporter.pm Log message: missed using "clear-to-eol" actually CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/10 08:35:57 Modified files: usr.bin/mandoc : mdoc.h mdoc_man.c mdoc_term.c mdoc_validate.c regress/usr.bin/mandoc/mdoc/Bl: Makefile Added files: regress/usr.bin/mandoc/mdoc/Bl: bullet.in bullet.out_ascii dash.in dash.out_ascii enum.in enum.out_ascii item.in item.out_ascii ohang.in ohang.out_ascii Log message: * implement -Tman .Bl -item -inset -diag -ohang -dash -hyphen -enum .It * fix -Tman .Bl -bullet .It * adjust the -Tascii .Bl -bullet -dash -hyphen .It default and minimum width to new groff standards, it changed from 4n (in groff 1.15) to 2n (in groff 1.21) * same for -Tascii -enum, it changed from 5n to 2n * use -hang formatting for -Tascii -enum -width 2n * for -Tascii -enum, the default is -width 3n CVSROOT: /cvs Module name: ports Changes by: zinke@cvs.openbsd.org 2012/07/10 08:40:46 Modified files: net/sic : Makefile net/sic/pkg : DESCR Log message: tweak DESCR wording CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2012/07/10 09:00:02 Modified files: etc/rc.d : sendmail Log message: fix regexp in pexp ok robert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/10 09:01:14 Modified files: sysutils/duplicity: Makefile distinfo sysutils/duplicity/pkg: PLIST Log message: Update to duplicity-0.6.19. from Brad ok jim@ (maintainer) CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2012/07/10 09:03:24 Modified files: etc/rc.d : nfsd Log message: fix pexp ok robert@ CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/07/10 09:04:35 Modified files: sys/dev/acpi : dsdt.c Log message: Wrap CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/10 09:04:52 Added files: lang/lua/5.1 : Makefile distinfo lang/lua/5.1/patches: patch-Makefile patch-etc_lua_pc patch-src_Makefile patch-src_luaconf_h lang/lua/5.1/pkg: DESCR PLIST Log message: Move lua 5.1 into it's own directory CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/10 09:06:21 Added files: lang/lua/5.2 : Makefile distinfo lang/lua/5.2/files: lua52.pc lang/lua/5.2/patches: patch-Makefile patch-src_Makefile patch-src_luaconf_h lang/lua/5.2/pkg: DESCR PLIST Log message: add lua 5.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/10 09:07:56 Removed files: lang/lua : distinfo lang/lua/pkg : DESCR PLIST lang/lua/patches: patch-Makefile patch-etc_lua_pc patch-src_Makefile patch-src_luaconf_h Log message: remove lua 5.1 leftovers CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/10 09:09:25 Modified files: lang/lua : Makefile lua.port.mk Added files: lang/lua : Makefile.inc Log message: - rewrite lua.port.mk to support multiple lua versions. written and rewritten above and in budapest, with some help from sthen@ (and his cider) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/10 09:20:24 Modified files: devel/cmake : Makefile cmake.port.mk devel/cmake/pkg: PLIST Added files: devel/cmake/files: FindLuaInterp.cmake FindLuaLibs.cmake Log message: fixes for lua from dcoppa@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/10 09:21:01 Modified files: x11/awesome : Makefile x11/awesome/patches: patch-awesomeConfig_cmake Log message: fixes for lua from dcoppa@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/10 09:22:45 Modified files: archivers/luazlib: Makefile astro/celestia : Makefile audio/aqualung : Makefile databases/luasqlite3: Makefile devel/coxpcall : Makefile devel/lpeg : Makefile devel/lpeg/patches: patch-makefile devel/lua-lgi : Makefile devel/luaalarm : Makefile devel/luaalarm/patches: patch-Makefile devel/luabitop : Makefile devel/luacopas : Makefile devel/luadoc : Makefile devel/luaevent : Makefile devel/luafs : Makefile devel/luafs/patches: patch-config devel/luapack : Makefile devel/luaposix : Makefile devel/luaprofiler: Makefile devel/luarexlib: Makefile devel/luarings : Makefile devel/luastdlib: Makefile editors/texworks: Makefile editors/texworks/patches: patch-TeXworks_pro patch-plugins-src_TWLuaPlugin_TWLuaPlugin_pro emulators/desmume: Makefile games/boswars : Makefile games/boswars/patches: patch-SConstruct games/freedroidrpg: Makefile games/love : Makefile games/stone-soup: Makefile games/xmoto : Makefile graphics/luagd : Makefile lang/datalog : Makefile mail/imapfilter: Makefile mail/imapfilter/patches: patch-configure mail/osbf-lua : Makefile net/luasocket : Makefile net/luasocket/patches: patch-config net/nmap : Makefile net/nmap/patches: patch-configure patch-nping_EchoServer_cc patch-nse_nsock_cc net/prosody : Makefile net/quvi/libquvi: Makefile net/quvi/scripts: Makefile net/weechat : Makefile net/yt : Makefile productivity/taskwarrior: Makefile security/luacrypto: Makefile security/luacrypto/patches: patch-config security/luasec: Makefile sysutils/conky : Makefile sysutils/luastatgrab: Makefile textproc/highlight: Makefile textproc/luaexpat: Makefile www/lighttpd : Makefile x11/e17/e : Makefile x11/e17/edje : Makefile x11/ion : Makefile x11/ion/patches: patch-etc_cfg_ioncore_lua patch-system_mk Added files: audio/aqualung/patches: patch-src_ext_title_format_c devel/lua-lgi/patches: patch-lgi_Makefile Log message: handle multiple lua versions, for now everything builds with the "old" 5.1 in the new location. use FLAVOR=lua52 to use lua 5.2 with these ports. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/10 09:23:43 Modified files: lang/lua/5.2 : Makefile distinfo Log message: - update to 5.2.1 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/10 09:33:41 Modified files: usr.bin/mandoc : term.c regress/usr.bin/mandoc/mdoc/Bl: Makefile hang.out_ascii Log message: Remove a hack that was intended for groff-1.15 bug compatibility: When the width of a tag in .Bl -hang was exactly one character shorter than the maximum length that would fit, the following text would have a negative hang of one character (i.e., hang to the left). That bug is no longer present in groff-1.21, so relax mandoc, too. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/07/10 09:49:25 Modified files: sys/dev/acpi : dsdt.c Log message: More wraping and style. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/10 09:53:26 Modified files: usr.bin/libtool/LT: LaFile.pm Linker.pm Program.pm Log message: move some shit around to (more or less) where it belongs CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2012/07/10 09:53:34 Modified files: sys/net : radix.c radix.h Log message: Place declarations for internal radix functions inside radix.c, stop exporting them to the outside world via radix.h. ok claudio@ sthen@ henning@ CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/07/10 09:57:41 Modified files: sys/dev/acpi : dsdt.c Log message: Ooops. A debug printf sneaked in. Sorry about that. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/07/10 09:58:00 Modified files: lib/libc/asr : gethostnamadr_async.c Log message: simplify the code, improve error handling and plug a potential fd leak on error CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/07/10 10:11:43 Modified files: usr.sbin/smtpd : smtpd.h util.c Log message: accept address literal for the recipient domain. while there, change valid_{local,domain}part() prototypes to use const char *. with input from gilles@ and eric@ ok gilles@ eric@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/10 10:41:01 Modified files: usr.bin/libtool/LT: LaFile.pm Linker.pm Parser.pm Program.pm usr.bin/libtool/LT/Mode: Link.pm Log message: ouch, Rresolved and libsearchdirs no longer live in main, so make them part of $gp as they should be... Oh, and create an actual linker object for later. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2012/07/10 10:52:46 Modified files: regress/sys/net/pf_forward: Makefile ping6_mtu.py ping_mtu.py Log message: Add a subtest to the MTU ping that checks wether the ip length of the original packet and the icmp quoted packet are the same. CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/07/10 10:56:28 Modified files: sys/kern : kern_synch.c Log message: We should only call need_resched() if the priority is lower than the priority of the current running process. In amd64 a call to need_resched() sends an IPI to the other cpu. This fixes aja@ problem where he would move the mouse and see 60000 IPIs being sent. Thanks to mikeb@ for bringing that subject up tuesday. Actually found this after inquiring guenther@ about some changes in mi_switch(). ok guenther@ aja@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2012/07/10 10:58:29 Modified files: regress/sys/net/pf_forward: Makefile regress/sys/net/pf_fragment: Makefile Log message: Do not write spaces around = in addr.py so it can also be read by the shell. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/10 10:58:49 src/regress/usr.bin/mandoc/man/HP Update of /cvs/src/regress/usr.bin/mandoc/man/HP In directory cvs.openbsd.org:/tmp/cvs-serv6787/HP Log Message: Directory /cvs/src/regress/usr.bin/mandoc/man/HP added to the repository CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/07/10 11:00:55 Modified files: sys/kern : vfs_syscalls.c Log message: Don't release a FILE that wan't allocated. Found by benno@ ok matthew@ benno@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/10 11:05:16 Modified files: regress/usr.bin/mandoc/man/nf: Makefile Added files: regress/usr.bin/mandoc/man/nf: vert.in vert.out_ascii Log message: test vertical spacing around filling macros; forgot to commit on June 2 after implementing .EX CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/10 11:05:34 Modified files: usr.bin/libtool/LT: LaFile.pm Library.pm Parser.pm Program.pm Log message: unconfuse myself. having two methods that do completely different things with the same name (!) is evil... CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/10 11:14:53 Modified files: lang/lua : lua.port.mk Log message: if a port already has flavors, allow it to use the lua52 flavor too. spotted by william@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/07/10 11:22:52 Modified files: share/man/man5 : pf.conf.5 Log message: it seems previous was wrong, so move prio/tos out of OPTIONS, and put them into the main filtering section, at least for now; ok henning CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/10 11:24:45 Modified files: bin/ps : print.c Log message: Accounting for page tables, USPACE, and whatever else... as part of the per-process %mem is not going to happen. In particular, we want USPACE to be removed from param.h CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2012/07/10 11:28:57 Modified files: regress/sys/net/pf_forward: ping6_mtu.py Log message: Add a workaround that scapy srp1() cannot detect ICMP6 error replies with broken checksums in the quoted IPv6 packet. Fork a process to sendp() the packet in the background and sniff() the reply manually in the foreground. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/07/10 11:30:38 Modified files: lib/libc/asr : getnetnamadr_async.c Log message: same code update and fix as for gethostnamadr_async CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2012/07/10 11:33:48 Modified files: sys/net : pf.c Log message: With address family translation, the ip length of the quoted ip packet within the icmp error packet was wrong. Fix this by using the pd2.tot_len of the inner packet and substract the old header's length. OK mikeb@ henning@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/07/10 11:50:56 Modified files: share/man/man5 : port-modules.5 Log message: document recent lua.port.mk changes CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/07/10 12:07:37 Modified files: usr.sbin/tcpdump: tcpdump.8 tcpdump.c Log message: support -A to print the ascii text of captured packets. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/10 12:11:36 Modified files: usr.bin/libtool/LT: Program.pm Log message: quick fix ? CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/07/10 12:20:37 Modified files: sys/kern : kern_sched.c Log message: Make sure that we don't schedule processes on CPUs that we havetaken out of the scheduler. ok hasbaert@. deraadt@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/07/10 12:33:19 Modified files: textproc/calibre: Makefile Log message: Re-enable calibre; adjust dependencies and wantlib. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/10 12:34:26 Modified files: lang/lua : lua.port.mk Log message: start fixing flavors CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/07/10 12:55:58 Modified files: devel/cmake : cmake.port.mk Log message: Add another couple of variables from lua.port.mk to ease future work. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/10 13:15:23 Removed files: security/gnomint: Makefile distinfo security/gnomint/patches: patch-configure patch-src_Makefile_in security/gnomint/pkg: DESCR PLIST Log message: Remove, in the way, not maintained...... This software had deprecated warnings for years and didn't manage to update so kill it with fire. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/10 13:16:08 Removed files: security/gnomint/patches: patch-src_import_c Log message: Bad robert! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/10 13:16:35 Modified files: security : Makefile Log message: -gnomint CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/10 13:53:12 Modified files: usr.bin/mandoc : man_term.c mdoc_man.c regress/usr.bin/mandoc/man: Makefile regress/usr.bin/mandoc/man/nf: indent.in indent.out_ascii regress/usr.bin/mandoc/mdoc/Bl: Makefile Added files: regress/usr.bin/mandoc/man/HP: Makefile literal.in literal.out_ascii macrotag.in macrotag.out_ascii manyargs.in manyargs.out_ascii spacing.in spacing.out_ascii Log message: multiple fixes to -Tascii .HP rendering: * do not add an excessive blank line before the block * in literal mode, start a new line after the tag getting this to work requires some general (print_man_node) fixes: * in literal mode, break the output line at the end of each input line, not just after those input lines ending in text * but don't break it when there was no output on the line * and adjust the margins after the .HP tag these general fixes require an adjustment to -Tascii .TP rendering: * set up NOBREAK mode before the body, not after the head finally, based on all this, implement -Tman .Bl -hang in terms of .HP CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/10 14:36:33 Modified files: usr.bin/mandoc : mdoc_man.c regress/usr.bin/mandoc/mdoc/Bl: Makefile tag.in tag.out_ascii Log message: basic implementation of -Tman .Bl -tag while here, do some minor outflags cleanup CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/10 16:21:37 Modified files: games/love : Makefile Log message: missing bump CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/07/10 16:32:01 Modified files: lang/mono : Makefile distinfo Log message: update to 2.10.9 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/07/10 16:53:57 Modified files: net/ldns/libldns: Makefile net/ldns/libldns/patches: patch-Makefile_in Log message: somehow, some wrong options passed to gnu libtool vanish. Correct to the right option CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/07/10 16:59:06 Modified files: infrastructure/lib/DPB: Vars.pm Log message: avoid barfing if run into a directory whose parent contains a Makefile.inc CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/07/10 17:17:43 Modified files: gnu/usr.bin/perl/cpan/OpenBSD-MkTemp: MkTemp.xs gnu/usr.bin/perl/cpan/OpenBSD-MkTemp/lib/OpenBSD: MkTemp.pm gnu/usr.bin/perl/cpan/OpenBSD-MkTemp/t: OpenBSD-MkTemp.t Log message: In a scalar context, mkstemp should return just the file handle "sure" espie@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/10 17:19:11 Modified files: mail/getmail : Makefile distinfo mail/getmail/pkg: PLIST Log message: update to getmail 4.32.0, from maintainer Tim van der Molen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/10 17:20:24 Modified files: mail/getmail : distinfo Log message: Regenerate distinfo without the deprecated digests, from Tim van der Molen. CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/07/10 17:21:34 Modified files: usr.sbin/smtpd : queue_backend.c queue_fsqueue.c smtpd.h Log message: backout the: - remove the /envelopes subdirectory, envelopes are at the same level than the message file - kill PATH_ENVELOPES define but keep the: - reduce the number of buckets from 0xfff to 0xff, this avoid performances of the queue to decrease when we start having tons of buckets ok eric@ gilles@ CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/07/10 20:06:03 Modified files: . : plus.html Log message: plus.html for July 2 to 8. OK jj@. CVSROOT: /cvs Module name: ports Changes by: william@cvs.openbsd.org 2012/07/10 21:46:42 Modified files: net/munin : Makefile net/munin/pkg : PLIST-main Added files: net/munin/patches: patch-plugins_node_d_amavis_in patch-plugins_node_d_courier__in patch-plugins_node_d_mailscanner_in patch-plugins_node_d_perdition_in Log message: Add dependency on logtail and enable the amavis, courier, mailscanner, and perdition plugins. The dependency can be satisfied by either the logtail or logsentry ports (thanks to sthen for realizing this!) ok sthen CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/07/11 00:39:32 Modified files: usr.bin/cu : xmodem.c Log message: Separate total block counter (reported to user) from 8-bit block counter put into the header, pointed out by naddy. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/07/11 01:10:15 Modified files: usr.bin/tmux : cfg.c cmd-attach-session.c cmd-bind-key.c cmd-break-pane.c cmd-capture-pane.c cmd-choose-buffer.c cmd-choose-client.c cmd-choose-tree.c cmd-clear-history.c cmd-clock-mode.c cmd-command-prompt.c cmd-confirm-before.c cmd-copy-mode.c cmd-delete-buffer.c cmd-detach-client.c cmd-display-message.c cmd-display-panes.c cmd-find-window.c cmd-has-session.c cmd-if-shell.c cmd-join-pane.c cmd-kill-pane.c cmd-kill-server.c cmd-kill-session.c cmd-kill-window.c cmd-link-window.c cmd-list-buffers.c cmd-list-clients.c cmd-list-commands.c cmd-list-keys.c cmd-list-panes.c cmd-list-sessions.c cmd-list-windows.c cmd-list.c cmd-load-buffer.c cmd-lock-server.c cmd-move-window.c cmd-new-session.c cmd-new-window.c cmd-paste-buffer.c cmd-pipe-pane.c cmd-refresh-client.c cmd-rename-session.c cmd-rename-window.c cmd-resize-pane.c cmd-respawn-pane.c cmd-respawn-window.c cmd-rotate-window.c cmd-run-shell.c cmd-save-buffer.c cmd-select-layout.c cmd-select-pane.c cmd-select-window.c cmd-send-keys.c cmd-send-prefix.c cmd-server-info.c cmd-set-buffer.c cmd-set-environment.c cmd-set-option.c cmd-show-buffer.c cmd-show-environment.c cmd-show-messages.c cmd-show-options.c cmd-source-file.c cmd-split-window.c cmd-start-server.c cmd-suspend-client.c cmd-swap-pane.c cmd-swap-window.c cmd-switch-client.c cmd-unbind-key.c cmd-unlink-window.c cmd.c server-client.c tmux.h Log message: Make command exec functions return an enum rather than -1/0/1 values and add a new value to mean "leave client running but don't attach" to fix problems with using some commands in a command sequence. Most of the work by Thomas Adam, problem reported by "jspenguin" on SF bug 3535531. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/07/11 01:50:40 Modified files: usr.sbin/pstat : pstat.c Log message: Don't skip pipe, kqueue, crypto, or systrace files in pstat -f output Also, cast to long to make printf formatting portable with help from matthew; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/07/11 02:07:20 Modified files: usr.bin/pctr : pctrvar.h Log message: reoder letters to fix piles-o'-typos CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/11 02:30:39 Modified files: graphics/openjpeg: Makefile Log message: libtool changes mean this now links dynamically not statically (which appears to be correct, or at least what gnu LT does); sync WANTLIB/LIB_DEPENDS CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/11 02:31:28 Modified files: graphics/openjpeg: Makefile Added files: graphics/openjpeg/patches: patch-libopenjpeg_j2k_c Log message: SECURITY fix for CVE-2012-3358, heap buffer overflow when handling a crafted JPEG2000 file. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/07/11 02:33:39 Modified files: net/libtorrent : Makefile net/libtorrent/patches: patch-src_torrent_poll_kqueue_cc Added files: net/libtorrent/patches: patch-src_torrent_tracker_controller_cc patch-test_torrent_tracker_controller_test_cc patch-test_torrent_tracker_controller_test_h Log message: Fix a crash when total number of connections exceeds 1024 (from FreeBSD) Fix a bug where manual tracker update for a preferred tracker that fails would end up rerequesting instantly (upstream git commit 78f56ee74cecd8e82d39baaea10395301fbec4b8) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/11 02:33:45 Modified files: usr.bin/libtool: libtool Log message: nit: bless object early so we can use methods on it CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/11 02:35:47 Modified files: usr.bin/libtool/LT/Mode: Link.pm Log message: do the ldconfig search dir properly CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/11 02:39:24 Modified files: usr.bin/libtool/LT: Program.pm Log message: fix bug for real. Turns out some libraries (xcb...) have NEEDED that go to standard ldconfig search dirs... Of course, ld complains because it doesn't have them in its standard search dir. BUT there's an option -rpath-link designed just for that (look up needed objects during compile and trust the end result to find them). So use that for ldconfig directories... so that xcb can link without needing to go have a look at the NEEDED list, but without encoding standard rpaths in the resulting binary... Also, put all the junk that needs -Wl together so we can add one single -Wl,-rpath,foo,-rpath-link,foo2 thingy... CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/07/11 02:45:21 Modified files: sys/sys : proc.h sys/kern : kern_sig.c kern_exit.c Log message: exit1(EXIT_THREAD) needs to call single_thread_check() so that it can be suspended and/or decrement pr->ps_singlecount if necessary. With that added, the call the other direction needs to use its own flag (EXIT_THREAD_NOCHECK) to avoid looping. problem diagnosed from a hang naddy@ hit; ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/11 02:46:46 Modified files: graphics/openjpeg/patches: patch-libopenjpeg_j2k_c Log message: reference CVE number CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/11 02:51:56 Modified files: telephony/asterisk: Makefile distinfo Log message: bugfix update to Asterisk 1.8.14.0 - note that BLINDTRANSFER is no longer available in the 'h' extension, if you were using this see the CHANGES file CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/11 02:58:14 Modified files: regress/usr.bin/libtool: Makefile Added files: regress/usr.bin/libtool: e.c Log message: check that linking with X11 will work, we'll check later exactly what we want there. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/11 02:58:39 Modified files: graphics/openjpeg: Tag: OPENBSD_5_1 Makefile Added files: graphics/openjpeg/patches: Tag: OPENBSD_5_1 patch-libopenjpeg_j2k_c Log message: MFC, SECURITY fix for CVE-2012-3358, heap buffer overflow when handling a crafted JPEG2000 file. CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2012/07/11 02:58:58 Modified files: . : plus.html Log message: Upto 07/12 CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/07/11 02:59:57 Modified files: graphics/mapivi: Makefile graphics/mapivi/patches: patch-mapivi Log message: Fix "edit with gimp" function CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/07/11 03:08:50 Modified files: lib/libpthread/include: semaphore.h Log message: sem_timedwait() needs the struct timespec tag to be pre-declared here. Add restrict qualifiers. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/07/11 03:14:46 Modified files: regress/lib/libpthread/setsockopt/1: setsockopt1.c Log message: Now that socket timeouts don't return early, fix the regress to match CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/11 03:34:05 Modified files: usr.bin/libtool/LT: Program.pm Log message: thinko CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/07/11 03:34:54 Modified files: x11/i3 : Makefile x11/i3/patches : patch-i3bar_src_xcb_c Log message: i3bar: inform _all_ clients of new tray selection owner. This fixes a problem with X-chat (and possibly others). (upstream git commit 8a3574f301725ba48484c05408e35ecec27aad65) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/11 03:38:39 Modified files: net/GeoIP : Makefile net/GeoIP/patches: patch-conf_Makefile_in Log message: fix timestamps to avoid autotools cascade regen patch while there CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/07/11 03:43:10 Modified files: usr.sbin/bgpd : session.c Log message: Limit "while(setsockopt(..SO_RCVBUF/SO_SNDBUF..))" loops to prevent them running away if the setsockopt call fails, as may happen if a peer bounces at the wrong time. OK claudio@ after tweaks to an earlier version which was OK phessler@. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/11 03:45:56 Modified files: sysutils : Makefile Log message: unhook heartbeat CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/11 03:48:07 Removed files: sysutils/heartbeat: Makefile distinfo sysutils/heartbeat/files: Telephony apache13 openvpn sysutils/heartbeat/patches: patch-ConfigureMe patch-Makefile_am patch-configure_in patch-crm_Makefile_am patch-crm_pengine_Makefile_am patch-doc_Makefile_am patch-doc_ha_cf patch-fencing_stonithd_Makefile_am patch-fencing_stonithd_stonithd_c patch-heartbeat_Makefile_am patch-heartbeat_init_d_heartbeat_in patch-heartbeat_lib_hb_addnode_in patch-heartbeat_lib_hb_delnode_in patch-heartbeat_lib_hb_setsite_in patch-heartbeat_lib_hb_setweight_in patch-include_clplumbing_cl_uuid_h patch-lib_clplumbing_ipcsocket_c patch-lib_clplumbing_realtime_c patch-lib_lrm_Makefile_am patch-lib_mgmt_Makefile_am patch-lib_plugins_HBcomm_ucast_c patch-lib_plugins_lrm_Makefile_am patch-lib_stonith_expect_c patch-membership_ccm_Makefile_am patch-mgmt_daemon_Makefile_am patch-mgmt_daemon_mgmtd_c patch-resources_OCF_Filesystem patch-resources_OCF_IPaddr patch-resources_OCF_Xen patch-resources_OCF_mysql patch-resources_OCF_pgsql patch-telecom_recoverymgrd_conf_yacc_y patch-tools_Makefile_am patch-tools_hb_report_in patch-tools_utillib_sh sysutils/heartbeat/pkg: DESCR-gui DESCR-main DESCR-snmp MESSAGE-gui MESSAGE-main PLIST-gui PLIST-main PLIST-snmp Log message: Bye bye heartbeat. this version in the tree here was old, and got broken due to the gnutls update. instead of fixing it, get rid of it. OK aja@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/07/11 03:53:52 Modified files: graphics/netpbm: Makefile distinfo graphics/netpbm/patches: patch-Makefile_common Log message: update to 10.35.85 help and ok naddy@, thanks CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/11 04:06:11 Modified files: lang/lua : lua.port.mk Log message: redo flavor handling CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2012/07/11 04:07:40 Modified files: sys/uvm : uvm_swap.c uvm_swap.h Log message: add uvm_swap_check_range to scan for contig free space at end of swap. will be needed shortly for hibernate. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/11 04:10:57 Modified files: lang/lua : lua.port.mk Log message: check for invalid modlua_versions CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/07/11 04:26:31 Modified files: print/ghostscript/gnu: Makefile distinfo print/ghostscript/gnu/patches: patch-base_devs_mak patch-base_lib_mak patch-base_unix-dll_mak patch-base_unix-gcc_mak patch-cups_gdevcups_c print/ghostscript/gnu/pkg: PLIST Log message: Update ghostscript to 9.05. THe following devices had been added: cdnj500, eplcolor, eplmono, inkcov, pamcmyk4, plan, planc, plang, plank, planm, tiff48nc, tiff64nc, tiffscaled, tiffscaled24, tiffscaled8, tiffsep1, txtwrite The following devices had been removed: cgm24, cgm8, cgmmono, imdi, lx5000, wtscmyk, wtsimdi No objections from aja@ two or three days ago. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/07/11 04:27:34 Modified files: sbin/fdisk : misc.h part.c misc.c cmd.c Log message: Simplify guts and calling of getuint(). Eliminate a useless 'help' capablity by using help text as regular prompt for 'size' and 'offset'. Try to detect and handle more overflow/underflow conditions in getuint() and ensure returned value is always within requested bounds. Handle zero-length partitions by treating them as UNUSED. tested & ok halex@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2012/07/11 04:36:48 src/regress/lib/libc/stpncpy Update of /cvs/src/regress/lib/libc/stpncpy In directory cvs.openbsd.org:/tmp/cvs-serv27698/stpncpy Log Message: Directory /cvs/src/regress/lib/libc/stpncpy added to the repository CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/07/11 04:37:38 Modified files: usr.sbin/tcpdump: tcpdump.c Log message: cleanup offset argument in default_print_* functions, pointed out by Mike Small ok theo CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2012/07/11 04:40:47 Modified files: usr.sbin/rtadvd: rtadvd.h Log message: Unbreak the tree for gcc2 arches. Instead of having no limit for some arrays, limit them to the number of acceptable options. pointed out by miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/11 04:44:20 Modified files: devel/glib2mm : Makefile distinfo devel/glib2mm/pkg: PLIST Log message: Minor update to glib2mm-2.32.1. CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2012/07/11 04:44:59 Modified files: lib/libc/string: stpncpy.c Log message: fix an off-by-one error where the return value would point to the character after the '\0'; ok guenther@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2012/07/11 04:46:23 Modified files: regress/lib/libc: Makefile Added files: regress/lib/libc/stpncpy: Makefile stpncpy_test.c Log message: catch off-by-one errors in stpncpy(); ok guenther@ CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2012/07/11 04:57:38 Modified files: sys/dev/acpi : acpi.c Log message: for now, restrict hibernate to root in the acpi ioctl kernel interface. normal rules for controlling this interface through apmd still apply. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/07/11 05:02:48 Modified files: lib/libssl/crypto/arch/alpha: opensslconf.h lib/libssl/crypto/arch/amd64: opensslconf.h lib/libssl/crypto/arch/arm: opensslconf.h lib/libssl/crypto/arch/hppa: opensslconf.h lib/libssl/crypto/arch/hppa64: opensslconf.h lib/libssl/crypto/arch/i386: opensslconf.h lib/libssl/crypto/arch/m68k: opensslconf.h lib/libssl/crypto/arch/m88k: opensslconf.h lib/libssl/crypto/arch/mips64: opensslconf.h lib/libssl/crypto/arch/powerpc: opensslconf.h lib/libssl/crypto/arch/sh: opensslconf.h lib/libssl/crypto/arch/sparc: opensslconf.h lib/libssl/crypto/arch/sparc64: opensslconf.h lib/libssl/crypto/arch/vax: opensslconf.h lib/libssl/src : Makefile lib/libssl/src/apps: s_client.c lib/libssl/ssl : Makefile shlib_version usr.sbin/openssl: Makefile Log message: Disable SSLv2 in OpenSSL. No objections from djm. Brad, jasper and naddy helped with test builds, fixing ports, etc. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/07/11 05:18:40 Modified files: usr.bin/kdump : kdump.c Log message: Report ptrace(PT_{GET,SET}XMMREGS) by name ok otto@ CVSROOT: /cvs Module name: ports Changes by: zinke@cvs.openbsd.org 2012/07/11 05:33:16 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: add myself ok ajacoutot@ sthen@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/07/11 05:43:27 Log message: bring in a persistent event driven tftp-proxy to replace the libexec one run out of inetd. the libexec tftp-proxy had the same problems as the libexec tftpd, in that it didnt scale as well as we needed. it also had a bunch of interesting races with states and addresses on sockets. manpage is coming. ok deraadt@ sthen@ henning@ matthew@ Status: Vendor Tag: dlg Release Tags: dlg-2012-07-11 N src/usr.sbin/tftp-proxy/Makefile N src/usr.sbin/tftp-proxy/filter.c N src/usr.sbin/tftp-proxy/filter.h N src/usr.sbin/tftp-proxy/tftp-proxy.c No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/07/11 05:45:37 Modified files: usr.sbin/tftp-proxy: Makefile Log message: manpage is coming CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/07/11 05:51:35 Modified files: usr.sbin/tftp-proxy: tftp-proxy.c Log message: -t pftag doesnt do anything, trim the getopt side of it until i get to it. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/07/11 06:00:21 Modified files: usr.sbin/tftp-proxy: tftp-proxy.c Log message: fix getopt to not eat t CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/07/11 06:07:32 Modified files: usr.sbin/tftp-proxy: Makefile Added files: usr.sbin/tftp-proxy: tftp-proxy.8 Log message: first go at a manpage CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2012/07/11 06:31:28 Modified files: sys/uvm : uvm_swap.c Log message: add a check for the total size of swap, abort if too small. used by the hibernate code. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/11 06:34:09 Modified files: x11/gnome/caribou: Makefile Log message: Missing build depends on clutter. spotted by sthen@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/07/11 06:39:20 Modified files: sys/kern : vfs_vnops.c sys/msdosfs : msdosfs_vnops.c sys/nfs : nfs_bio.c sys/sys : vnode.h sys/ufs/ext2fs : ext2fs_readwrite.c sys/ufs/ffs : ffs_vnops.c Log message: If the current offset is strictly less than the process filesize rlimit, then a write that would take it over the limit should be clamped, making it a partial write. ok beck@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/11 06:54:07 Modified files: usr.bin/libtool/LT: Exec.pm Log message: no need to trace libtool when executing an external command fails. otherwise I get bogus bug-reports from nitwits CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/07/11 07:16:16 Modified files: devel/libidn : Makefile distinfo Log message: maintenance update to 1.25 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/07/11 07:24:29 Modified files: sbin/fdisk : disk.c Log message: MBR can't handle the truth. When reading disk size/geometry from disklabel, clamp disk size to the maximum number of cylinders that fit into UINT32_MAX sectors. Don't just use the bottom 32 bits of the DL_GETDSIZE(). Warn that truncation has been done. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/11 07:24:44 Modified files: regress/usr.bin/libtool: Makefile Log message: sprinkle pthread tests CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/11 07:25:44 Modified files: usr.bin/libtool/LT: Parser.pm Log message: simplify cache code a bit CVSROOT: /cvs Module name: ports Changes by: zinke@cvs.openbsd.org 2012/07/11 07:26:13 Log message: import cloc-1.56 Description: cloc counts blank lines, comment lines, and physical lines of source code in many programming languages. Given two versions of a code base, cloc can compute differences in blank, comment, and source lines. ok edd@ gonzalo@ Status: Vendor Tag: zinke Release Tags: zinke_20120711 N ports/textproc/cloc/Makefile N ports/textproc/cloc/distinfo N ports/textproc/cloc/pkg/DESCR N ports/textproc/cloc/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/11 07:27:13 Modified files: usr.sbin/apm : apm.c Log message: improve messages for suspend/hibernate CVSROOT: /cvs Module name: ports Changes by: zinke@cvs.openbsd.org 2012/07/11 07:29:09 Modified files: textproc : Makefile Log message: link textproc/cloc CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2012/07/11 07:43:54 Modified files: lib/libusbhid : Makefile data.c descr.c parse.c shlib_version usbhid.3 usbhid.h Log message: - port multiple report ID support for HID parser from FreeBSD code (rev. 205728, 224511 and 225839) - add hid_get_report_id(3) to get id of a descriptor. - crank the major in shlib_version 3.0 -> 4.0 ok deraadt@, mpi@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/11 07:49:01 Modified files: textproc/cloc : Makefile Log message: Remove VERSION, it's unused. Set the GPL version in the marker. no pkg change. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/11 07:54:48 Modified files: usr.bin/libtool/LT: Parser.pm usr.bin/libtool/LT/Mode: Link.pm Log message: try to make code vaguely sane CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/11 08:12:44 Modified files: usr.bin/libtool/LT/Mode: Link.pm Log message: must check release is defined, it CAN be 0. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/11 08:14:05 Modified files: regress/usr.bin/libtool: Makefile Log message: -release 0 is valid fix --version-info -> -version-info CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/11 08:17:08 Modified files: usr.bin/libtool/LT/Mode: Link.pm Log message: duh, idiot CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/11 08:24:36 Modified files: regress/usr.bin/libtool: Makefile Log message: check link is okay too CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2012/07/11 08:27:25 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 md.hppa md.i386 md.landisk md.loongson md.macppc md.mvme68k md.sgi md.socppc md.sparc md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/11 08:43:43 Modified files: meta/gnome : Makefile meta/gnome/pkg : README-main Log message: Extend the README for "wondering" users. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2012/07/11 10:00:15 Modified files: sys/uvm : uvm_swap.h uvm_swap.c Log message: #ifdef the uvm swap checker fn for hibernate only, to save space in kernels that don't use hibernate requested by and ok deraadt@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/11 10:18:08 Modified files: usr.bin/mandoc : mdoc_man.c Log message: Basic implementation of -Tman .Bl -column using tbl(7). In the end, this turned out to be surprisingly simple; of course, getting identical output will be quite hard, so there is no way to quickly set up unit tests. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2012/07/11 10:19:04 Modified files: sys/kern : subr_hibernate.c Log message: Enable the swap checker for hibernate CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/07/11 10:19:24 Modified files: bin/cp : utils.c Log message: When copying a file sparsely, truncate the resulting file based on the current seek offset rather than what fstat() reported the original file's length was. This fixes things like "cp /dev/ksyms /tmp" so that we don't truncate the file to 0 bytes after copying all of the data. ok tedu, millert CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/07/11 10:45:12 Modified files: usr.bin/cu : command.c Log message: Make ~~ send a ~, pointed out by naddy. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/07/11 10:49:12 Modified files: lib/libc/asr : asr_resolver.c Log message: implement res_mkquery CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/11 10:55:29 Modified files: usr.bin/mandoc : mdoc_term.c mdoc_validate.c regress/usr.bin/mandoc/mdoc/Rs: Makefile Added files: regress/usr.bin/mandoc/mdoc/Rs: allch.in allch.out_ascii Log message: fix position and formatting of %U CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/07/11 11:20:00 Modified files: usr.sbin/smtpd : util.c Log message: Don't respect RFC 5322, that allows some crazy characters in email localpart, like !#$&'*/=?^`{|}~ ... and all the other ones that can be double quoted, just refuse them. ok gilles@ eric@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/07/11 11:20:29 Modified files: usr.sbin/smtpd : filter_api.h Log message: Respect RFC 5321, section 4.5.3.1.: it reduces our current max size for localpart, domainpart and text line. The sizeof struct envelope goes from 8k to 6k. ok gilles@ eric@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/07/11 12:17:52 Modified files: sysutils/pciutils: Makefile distinfo sysutils/pciutils/patches: patch-Makefile patch-lib_names-net_c patch-lib_obsd-device_c Log message: This is a little update for pciutils to 3.1.9 with some changes: * Whereever we mention the PCI ID database, we now refer to http://pci-ids.ucw.cz/ and the sf.net site is mentioned only as a mirror. This includes update-pciids. * Decode PCIe Gen 3 speeds and link status fields. * Various minor bug fixes. * Updated pci.ids to the today's snapshot of the database. While here, zap some white spaces, GROFF is not needed and add some mirrors. Tested on i386. Ok matthieu@ (maintainer) aja@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2012/07/11 13:56:13 Modified files: usr.bin/mg : mg.1 Log message: fix three typos. ok jmc@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2012/07/11 14:40:18 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.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: espie@cvs.openbsd.org 2012/07/11 15:30:07 Modified files: lib/libkeynote : Makefile Log message: make -j# fix, I had this forever actually. okay millert@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/07/11 16:15:00 Modified files: net/curl : Makefile distinfo net/curl/pkg : DESCR PLIST Log message: update to 7.26.0 and update DESCR CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/07/11 16:16:46 Modified files: usr.sbin/smtpd : util.c Log message: enable back = char in address localpart, that is sometimes used by mailing lists. ok gilles@ eric@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/07/11 17:07:19 Modified files: sys/sys : filedesc.h sys/kern : kern_descrip.c vfs_syscalls.c Log message: Revert the blocked FIFO open fix, as there's either a race in the ref-count handling under handling, or blambert@ is messing with my head CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/11 17:45:26 Modified files: usr.bin/mandoc : mdoc_man.c regress/usr.bin/mandoc/mdoc/Rs: Makefile Log message: Polish -Tman .Rs support. All mdoc(7) macros are now supported by -Tman. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/12 01:18:15 Modified files: x11/gnome/screensaver: Makefile distinfo Log message: Minor update to gnome-screensaver-3.4.3. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/12 01:35:45 Modified files: usr.bin/libtool/LT: Parser.pm Log message: move a bit of stuff around CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/12 02:08:46 Modified files: x11/gnome/totem-pl-parser: Makefile Log message: forgot to commit this bump/wantlib fix CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/12 02:08:48 Added files: www/sogo/patches: patch-SoObjects_Appointments_GNUmakefile Log message: Unbreak SOGo, missed a patch when updating to the new version pointed out by sthen@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/07/12 02:09:02 Modified files: share/man/man4 : jme.4 pci.4 Log message: Chips which include a card reader (JMC251/JMC261) work as well. with tweaks from and ok jmc@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/12 02:19:29 Modified files: geo/qlandkartegt: Makefile distinfo geo/qlandkartegt/pkg: PLIST Added files: geo/qlandkartegt/pkg: README Removed files: geo/qlandkartegt/patches: patch-src_CMainWindow_cpp Log message: Update qlandkartegt to 1.5.0. Add a README talking about manually creating ugen devices if necessary. Wording from edd@ OK edd@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/12 02:20:53 Modified files: sys/dev/pci : pucdata.c sys/dev/cardbus: com_cardbus.c Log message: Support NetMos NM9820 cardbus (added to puc as well, for the adaptor cages and because one day com@cardbus should be replaced by puc@cardbus) CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/07/12 02:51:43 Modified files: usr.sbin/smtpd : delivery_maildir.c lka_session.c smtpd.h util.c Log message: add support for maildir tagging/folders. ok gilles@ ok eric@ on previous versions of this patch CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/12 02:53:45 Modified files: usr.bin/mandoc : mdoc_man.c regress/usr.bin/mandoc/mdoc/Bl: hang.in hang.out_ascii Log message: Do not crash in -Tman on: * .Fn with exactly one argument * .Bl -hang without a -width Now all 3776 base manuals build without crashing. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/12 02:57:02 Modified files: usr.sbin/pkg_add/OpenBSD: PackingElement.pm Log message: minor fix CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2012/07/12 02:57:35 Modified files: gnu/usr.bin/binutils/gdb: i386obsd-tdep.c Log message: On i386 gdb failed to display the stack trace of a kernel core dump correctly. The gdb backtrace command did not get over the trap stack frame. There is a pushl %esp in alltraps() that was not accounted for. Depending on wheter the analyzed kernel has debugging symbols or not, the symbol is calltrap or alltraps. Both get special treatment now. ok miod@ kettenis@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/12 03:03:06 Modified files: regress/usr.bin/mandoc/mdoc/Fo: noarg.in noarg.out_ascii Log message: test .Fn with exactly one argument; forgotten when committing mdoc_man.c rev. 1.33 CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/07/12 03:17:40 Modified files: usr.sbin/nginx : Makefile.bsd-wrapper Log message: remove a double .include ok robert@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/07/12 03:41:09 Modified files: bin/ls : print.c Log message: With the -l option, only call time() once per run instead of once per file ok deraadt@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/12 03:43:34 Modified files: usr.bin/libtool/LT: LaFile.pm Linker.pm Parser.pm Program.pm Log message: simplify yet a bit more CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2012/07/12 03:44:09 Modified files: sys/kern : subr_hibernate.c Log message: Temporarily don't do RLE page encoding in hibernate to fix some unpacking corruption seen earlier. This makes hibernate much slower but seems to fix the corruption problems seen on all machines we've tested on. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2012/07/12 03:45:56 Modified files: sys/arch/i386/conf: GENERIC Log message: Enable hibernate (suspend-to-disk) support for i386. Presently only working on pciide/wd disks. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/12 03:48:11 Modified files: usr.bin/libtool/LT: Program.pm Log message: unwanted duplicate CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/07/12 04:11:38 Modified files: sysutils/findlib: Makefile Added files: sysutils/findlib/patches: patch-site-lib-src_camlp4_310_META_in Log message: Unbreak findlib and dynlink: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630490 Also fix dependencies and WANTLIB. OK dcoppa@, looks good aja@ CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2012/07/12 04:17:43 Modified files: lib/libusbhid : data.c Log message: add support to get signed/unsigned HID data CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/07/12 04:30:27 Modified files: audio/bmp : Makefile distinfo audio/xmms : Makefile distinfo Log message: sync PERMIT_* for the MP3 modules with mpg123, where the code originated CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2012/07/12 04:39:53 Modified files: sys/uvm : uvm_swap.c Log message: Three cases that should be failures, not successes when checking for avail swap region for hibernate. CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2012/07/12 04:42:49 Modified files: distrib/miniroot: install.sub Log message: ksh does not properly separate the arguments in "$@" if IFS is an empty string. Since some places in the installer like to fiddle with IFS before calling the various ask functions, be sure to use the positional parameters one by one in those. I believe the fix should really be applied to ksh, but this should do for now. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/12 04:59:13 Modified files: x11/gnome/seahorse: Makefile Added files: x11/gnome/seahorse/patches: patch-libseahorse_seahorse-secure-memory_c Log message: Fix "secure memory" allocation. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/12 05:20:25 Modified files: devel/glib2 : Makefile devel/glib2/files: gio-kqueue.conf Log message: typo in comment. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/12 05:35:36 Modified files: x11/gnome/gvfs/patches: patch-configure_ac patch-daemon_gvfsbackendsftp_c patch-daemon_pty_open_c Log message: Link to BZ. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/12 05:40:52 Modified files: devel/glib2 : Makefile devel/glib2/files: gio-kqueue.conf Log message: BZ link. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/12 05:42:57 Modified files: regress/usr.bin/libtool: Makefile Log message: more pthread CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/12 05:43:47 Modified files: usr.bin/libtool/LT: LaFile.pm Parser.pm Program.pm Log message: deal with -pthread as a "once on" option. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/12 05:52:50 Modified files: usr.bin/libtool/LT/Mode: Link.pm Log message: match gnu-libtool: error out if -L dir is used instead of -Ldir CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/12 05:58:15 Modified files: meta/gnome : Makefile meta/gnome/pkg : README-main Log message: Tweak the accessibility section. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/12 05:59:38 Modified files: usr.bin/libtool/LT/Mode: Link.pm Log message: later CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/12 06:04:38 Modified files: mail/evolution : Makefile Log message: Remove some useless configure args. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/12 06:18:05 Modified files: regress/usr.bin/libtool: Makefile Log message: fucking stupid testcases CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/12 06:18:53 Modified files: x11/gnome/tracker: Makefile Log message: sigh, forgot another one CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/12 06:20:06 Modified files: usr.bin/libtool/LT: Getopt.pm usr.bin/libtool/LT/Mode: Link.pm Log message: allow "long options" to be one letter, enforce with ! make sure -L dir will error out. "cute" gnu libtool: -x c will vanish from linker arguments, but only in library linking-mode. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/07/12 06:22:58 Modified files: audio/opencore-amr: Makefile Log message: with what I just committed to our libtool, this now builds correctly CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/12 06:35:21 Modified files: usr.bin/libtool/LT/Mode: Compile.pm Link.pm Log message: match what stupid gnu libtool is doing, namely -o is not a short option CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/12 06:36:56 Modified files: regress/usr.bin/libtool: Makefile Log message: crazy libtool option non-handling CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/12 06:54:50 Modified files: lang/lua : lua.port.mk Log message: fix net/nmap CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/07/12 07:01:06 Removed files: usr.sbin/smtpd : dnsdefs.h dnsutil.h Log message: remove unused files ok gilles@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/12 07:03:28 Modified files: usr.bin/libtool/LT: Parser.pm Log message: perlify: $_ is subject CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/07/12 07:03:34 Modified files: lib/libc/asr : gethostnamadr_async.c Log message: unused variables CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/07/12 07:03:42 Modified files: usr.bin/tmux : cmd-choose-tree.c Log message: Nuke unused variable from Thomas Adam. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/07/12 07:11:46 Modified files: usr.bin/cu : cu.1 Log message: Describe ~X as "send" not "transfer" to be clearer. CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2012/07/12 07:15:42 Modified files: . : plus.html Log message: Todays batch of commits plus old whitespace nits CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2012/07/12 07:29:35 Modified files: . : plus.html Log message: Oops, missed the manpage url expansions, jmi->jme typo CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/07/12 07:50:02 Modified files: usr.bin/cu : cu.c Log message: Add handler for SIGHUP. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/07/12 08:00:05 Modified files: usr.bin/cu : cu.c Log message: Set CLOCAL in remove c_cflag or line noise is likely to make cu exit as discovered by naddy. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2012/07/12 08:28:13 Modified files: bin/dd : dd.c Log message: Use S_ISFIFO and S_ISSOCK instead of lseek() to determine whether an fd is a socket, pipe or named pipe. OK deraadt@ matthew@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/12 09:09:50 Modified files: usr.bin/mandoc : mandoc.h mdoc_validate.c read.c Log message: The post_nm() validation function crashed when the first .Nm child node was a non-text node. Fix this by rewriting post_nm() to always set the meta name to UNKNOWN when the name is missing or unusable. While here, make MANDOCERR_NONAME an ERROR, as it usually renders the page content unintelligible. Bug reported by Maxim , thanks. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/12 09:31:49 Modified files: regress/usr.bin/mandoc/mdoc/Nm: Makefile Added files: regress/usr.bin/mandoc/mdoc/Nm: badNAME.in badNAME.out_ascii badNAMEuse.in badNAMEuse.out_ascii emptyNAME.in emptyNAME.out_ascii emptyNAMEuse.in emptyNAMEuse.out_ascii Log message: regression tests related to mdoc_validate rev. 1.105 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/07/12 09:36:20 Modified files: devel/cmake : Makefile devel/cmake/files: FindLuaInterp.cmake FindLuaLibs.cmake devel/cmake/pkg: PLIST x11/awesome/patches: patch-awesomeConfig_cmake Log message: Finish the work with lua and cmake: it's nicer and more compact now. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/07/12 09:59:17 Modified files: sys/netinet : in_pcb.c Log message: Be way more careful when accessing a possibly cached route in_selectsrc() since it may already been gone. Fixes panic seen by stsp@ when unplugging a used USB interface. Tested and OK stsp@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/12 10:01:53 Modified files: security/libgsasl: Makefile distinfo security/libgsasl/pkg: PLIST Log message: Update libgsasl to 1.8.0 OK naddy@ CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2012/07/12 10:19:30 Modified files: porting : checklist.html Log message: Dont know if this page is active, but fix a typo there anyhow CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/07/12 10:26:13 Modified files: devel/cmake : Makefile Added files: devel/cmake/patches: patch-Modules_FindLua51_cmake Log message: Fix the old FindLua51 module too. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/12 10:31:00 Modified files: devel/libvmime : Makefile Log message: We actually have security/libgsasl. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/07/12 10:32:48 Modified files: security/gnupg : Makefile distinfo security/gnupg/pkg: PLIST Log message: The American/European/Japanese patents on IDEA have expired. Remove the flavor and just include it by default. ok zinke@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/07/12 10:45:15 Modified files: usr.bin/ktrace : ktrace.1 ktrace.c Log message: Add -B option to pass down LD_BIND_NOW to suppress ld.so blather ok pirofti@ deraadt@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/07/12 11:04:49 Modified files: de : hackathons.html plat.html nl : cvsync.html donations.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/12 11:07:12 Modified files: usr.bin/libtool: Makefile usr.bin/libtool/LT/Mode: Link.pm Removed files: usr.bin/libtool/LT: Parser.pm Log message: okay, now the parser module is totally part of Mode/Link.pm, no reason for a separate file CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/07/12 12:03:29 Modified files: usr.bin/ktrace : ktrace.c Log message: add -B to usage(); CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/12 13:12:18 Modified files: games/stone-soup: Makefile Log message: fix include paths CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/12 13:21:00 Modified files: usr.bin/libtool/LT: LaFile.pm Linker.pm Program.pm Log message: common code for deducing libraries. Still fucks up order somehow... CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/07/12 13:35:17 Modified files: www/chromium : Makefile distinfo Log message: update to 20.0.1132.57 and add a lib dependency on libusb-compat instead of libusb1 and fix WANTLIB CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/07/12 14:12:03 Modified files: share/man/man4 : adc.4 adl.4 admtemp.4 admtm.4 admtmp.4 admtt.4 adt.4 adtfsm.4 fintek.4 glenv.4 lmenv.4 lmn.4 maxds.4 maxtmp.4 pcagpio.4 pcaled.4 ricohrtc.4 wbenv.4 Log message: add missing HISTORY sections ok jmc@ CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/07/12 14:17:45 Modified files: mail/sylpheed : Makefile distinfo Removed files: mail/sylpheed/patches: patch-libsylph_defs_h Log message: Update Sylpheed to 3.2.0, more stable than 3.1.0. tested by Brett Mahar (thanks). CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/07/12 14:27:19 Modified files: infrastructure/lib/DPB/Core: Distant.pm Log message: fix distant listings with SUBDIRLIST CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/07/12 14:44:12 Modified files: lib/libssl/src/apps: s_client.c Log message: Skip printing another SSLv2-only command in s_client's usage text. jmc@ noticed this in the manpage while updating it, but it applies here too. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/07/12 14:57:51 Modified files: security : Makefile Log message: remove gnupg's idea flavor here, too CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/07/12 15:00:28 Modified files: databases/ruby-sequel: Makefile distinfo databases/ruby-sequel/pkg: PLIST Log message: Update to sequel 3.37.0. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/07/12 15:00:57 Modified files: databases/ruby-sequel_pg: Makefile distinfo databases/ruby-sequel_pg/pkg: PLIST Log message: Update to sequel_pg 1.5.0. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/07/12 15:33:12 Modified files: usr.sbin/openssl: openssl.1 Log message: remove (hopefully) all traces of sslv2; ok sthen CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/12 15:42:54 Modified files: databases/node-pg: Makefile databases/node-pg/pkg: DESCR databases/node-sqlite3: Makefile databases/node-sqlite3/pkg: DESCR devel/node-expresso: Makefile devel/node-expresso/pkg: DESCR devel/node-fibers: Makefile devel/node-fibers/pkg: DESCR devel/node-generic-pool: Makefile devel/node-mnm : Makefile devel/node-mnm/pkg: DESCR security/node-bcrypt: Makefile security/node-bcrypt/pkg: DESCR sysutils/node-daemon: Makefile sysutils/node-syslog: Makefile sysutils/node-syslog/pkg: DESCR graphics/node-canvas: Makefile graphics/node-canvas/pkg: DESCR Log message: consistent spelling of Node.js, as used on the official web site CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/12 15:44:34 Log message: import node-always 1.1.1 Tool to run a Node.js process, restarting on file changes and crashes. ok sthen@ Status: Vendor Tag: jasper Release Tags: jasper_20121207 N ports/sysutils/node-always/Makefile N ports/sysutils/node-always/distinfo N ports/sysutils/node-always/pkg/PLIST N ports/sysutils/node-always/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/12 15:48:14 Log message: import disable_messages Gives a site owner options to disable specific messages shown to end users. The core drupal message system as offered by drupal_set_message is an excellent way for modules to send out messages to the end users. However not all drupal site owners are keen to show all the messages sent out by drupal core and all modules to their users. This module gives site administrators a reasonably powerful way to filter out messages shown to the end users. Status: Vendor Tag: jasper Release Tags: jasper_20121207 N ports/www/drupal7/disable_messages/Makefile N ports/www/drupal7/disable_messages/distinfo N ports/www/drupal7/disable_messages/pkg/PLIST N ports/www/drupal7/disable_messages/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/12 15:48:58 Log message: import adaptive-theme Adaptivetheme is a powerful theme framework with smoking hot support for responsive web design. Adaptivetheme is the perfect start for themers, site builders and anyone wanting to support the mobile web without additional development overhead and cost. Status: Vendor Tag: jasper Release Tags: jasper_20121207 N ports/www/drupal7/theme-adaptivetheme/Makefile N ports/www/drupal7/theme-adaptivetheme/distinfo N ports/www/drupal7/theme-adaptivetheme/pkg/PLIST N ports/www/drupal7/theme-adaptivetheme/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/12 15:49:35 Log message: import theme-atcommerce AT Commerce is fresh, professionally designed theme for eCommerce sites with baked in support for the Commerce module and Ubercart. Mobile eCommerce is supported using responsive design methods, so your online store will display and work across mobile channels without any extra work or effort. Status: Vendor Tag: jasper Release Tags: jasper_20121207 N ports/www/drupal7/theme-atcommerce/Makefile N ports/www/drupal7/theme-atcommerce/distinfo N ports/www/drupal7/theme-atcommerce/pkg/PLIST N ports/www/drupal7/theme-atcommerce/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/12 15:50:09 Modified files: sysutils : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/12 15:51:16 Modified files: www/drupal7 : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/12 15:58:20 Modified files: graphics/ipe : Makefile Log message: fixup wantlib CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/12 17:10:23 Modified files: net/openconnect: Makefile distinfo Removed files: net/openconnect/patches: patch-mainloop_c Log message: update to OpenConnect 4.05 CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/07/12 19:35:21 Modified files: usr.bin/ssh : servconf.c Log message: handle long comments in config files better. bz#2025, ok markus CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/07/12 20:26:04 Modified files: devel/cppcheck : Makefile distinfo Log message: update to 1.55 ok jasper@ CVSROOT: /cvs Module name: src Changes by: gsoares@cvs.openbsd.org 2012/07/12 20:31:46 Modified files: usr.sbin/tftpd : tftpd.c Log message: zap trailing whitespace; no binary change ok dlg CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/07/12 23:29:01 Modified files: usr.bin/cu : cu.c Log message: make the compat for -XXX to -s XXX simpler. sometimes you dont need to use goto. ok nicm@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/07/12 23:48:26 Modified files: usr.sbin/openssl: openssl.1 Log message: put back the Key-Arg field - sess_id still prints it; CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/07/13 00:27:41 Modified files: usr.bin/tmux : cmd-list.c notify.c tmux.h Log message: Add a queue of notifys and a way to turn them off and on (we do not want notifys to happen during some commands). Based on code from George Nachman. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/13 01:15:57 Modified files: x11/gtk-vnc : Makefile distinfo x11/gtk-vnc/patches: patch-configure x11/gtk-vnc/pkg: PLIST Removed files: x11/gtk-vnc/patches: patch-tools_gvnccapture_c Log message: Update to gtk-vnc-0.5.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/13 01:23:20 Modified files: textproc/icu4c/patches: patch-source_config_Makefile_inc_in patch-source_icudefs_mk_in patch-source_stubdata_Makefile_in Log message: Fix RCS ids, no pkg change. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/07/13 01:48:31 Modified files: sys/dev/ic : rt2560.c Log message: Init the baseband processor before selecting antennas since selecting antennas involves tweaking of BBP registers. Wait for BBP to stop being busy before reading from it. Originally from sephe@dragonfly. ok kettenis sthen CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/13 01:50:13 Modified files: usr.sbin/pkg_add/OpenBSD: PackageLocator.pm Log message: temporary option until I come up with a nicer way: if -DNOINSTALLPATH don't even look in pkg.conf for the installpath. CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2012/07/13 01:54:14 Modified files: usr.sbin/relayd: relay.c Log message: after connect() returns EINPROGRESS the connection can still fail, so check with getsockopt if the socket is open. ok mikeb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/13 02:03:53 Modified files: x11/gnome/shell: Makefile x11/gnome/shell/patches: patch-configure_ac Log message: So, our linker does not hide private symbols... which results in a big amount of crashes because gcr, libgnome-keyring and gnome-keyring share some common (private) symbol names. Miod says there is no workaround... For gnome-shell, just stop linking to libgnome-keyring which we don't need anyway since it is only needed by the network-manager functionnality that is obviously disabled for us. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/13 02:31:47 Modified files: regress/usr.bin/libtool: Makefile Log message: wrong library ordering CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/07/13 02:36:03 Log message: Import ounit; a unit testing tool for ocaml. From Chris Zimmermann, with tweaks. OK sthen@ Status: Vendor Tag: edd Release Tags: edd_20120713 N ports/devel/ounit/Makefile N ports/devel/ounit/distinfo N ports/devel/ounit/pkg/DESCR N ports/devel/ounit/pkg/PLIST N ports/devel/ounit/pkg/PFRAG.native No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/07/13 02:38:10 Log message: Import camomile; unicode library for objective caml. From Chris Zimmermann with tweaks. OK sthen@ Status: Vendor Tag: edd Release Tags: edd_20120713 N ports/devel/ocaml-camomile/Makefile N ports/devel/ocaml-camomile/distinfo N ports/devel/ocaml-camomile/pkg/DESCR N ports/devel/ocaml-camomile/pkg/PLIST N ports/devel/ocaml-camomile/pkg/PFRAG.native N ports/devel/ocaml-camomile/patches/patch-Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/07/13 02:40:28 Log message: Import the "ocaml batteries included" foundation library. From Chris Zimmermann. OK sthen@ Status: Vendor Tag: edd Release Tags: edd_20120713 N ports/devel/ocaml-batteries/Makefile N ports/devel/ocaml-batteries/distinfo N ports/devel/ocaml-batteries/pkg/DESCR N ports/devel/ocaml-batteries/pkg/PLIST N ports/devel/ocaml-batteries/pkg/PFRAG.native No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/13 02:44:20 Modified files: usr.bin/libtool/LT: Library.pm Log message: fix shared library lookup... CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/13 02:44:31 Modified files: regress/usr.bin/libtool: Makefile Log message: fixed test CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/07/13 02:46:56 Modified files: devel : Makefile Log message: link recent ocaml imports CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2012/07/13 02:52:24 Modified files: distrib/loongson/ramdisk: install.md Log message: fix logic flaw in md_installboot() ok deraadt@ otto@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/07/13 03:05:38 Modified files: audio/mpg321 : Makefile distinfo audio/mpg321/patches: patch-mpg321_c Added files: audio/mpg321/patches: patch-configure patch-mpg321_h Removed files: audio/mpg321/patches: patch-ao_c patch-network_c Log message: this has been revived upstream, update to 0.3.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/13 03:08:22 Modified files: games/stone-soup: Makefile Log message: fixup include paths once more CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/13 03:11:22 Modified files: audio/rhythmbox: Makefile Log message: fix wantlib CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/13 03:16:44 Modified files: www/cclive : Makefile Log message: - fix wantlib - add missing modules CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2012/07/13 03:23:11 Modified files: distrib/loongson/ramdisk: install.md Log message: back out stuff that snuck into the last commit CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/07/13 03:27:25 Modified files: devel/ounit : Makefile Log message: ${V} is not needed here. Spotted by ajacoutot@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/07/13 03:32:23 Modified files: lib/libc/net : getifaddrs.3 Log message: Use same (lame) verbiage to explain ifa_dstaddr as is used for ifa_broadaddr. i.e. make it make clear that this field is only valid for P2P. (Hint: one's a field, and one's a #define giving a new name to said field) ok guenther@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/13 03:39:03 Modified files: x11/gnome/totem: Makefile Log message: fix wantlib CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/07/13 03:44:46 Added files: x11/kde/edu3/patches: patch-kalzium_src_Makefile_in Log message: -L -L used to work with libtool 1 (for a strange definition of "work") well, let's fix this for our libtool instead of having more "surprises" on the way. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/07/13 03:46:05 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 Log message: Update to parrot 4.5.0, fix detection of libffi and IPv6. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/07/13 03:46:33 Modified files: sys/net80211 : ieee80211_node.c Log message: Tweak node cache eviction strategy when the cache is full: kick off new nodes in AUTH state that weren't active during the cache wait interval rather than keeping them for the entire cache timeout interval. Fixes association failures in noisy RF environments. Tested by edd and myself with a slow soekris suffering from RF noise with about of 50 interrupts per second on ral0. ok deraadt CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/07/13 03:46:41 Modified files: lang/nqp : Makefile distinfo lang/nqp/patches: patch-src_6model_serialization_c patch-tools_build_Makefile_in lang/nqp/pkg : PLIST Added files: lang/nqp/patches: patch-3rdparty_dyncall_dyncallback_dyncall_callback_arm32_arm_c patch-3rdparty_dyncall_dyncallback_dyncall_thunk_arm32_arm_c patch-3rdparty_dyncall_dyncallback_dyncall_thunk_arm32_arm_h Log message: Update to nqp 2012.06.1; give arm a chance to work. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/07/13 03:47:01 Modified files: lang/rakudo : Makefile distinfo lang/rakudo/patches: patch-tools_build_Makefile_in lang/rakudo/pkg: PLIST Log message: Update to rakudo 2012.06. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/13 03:58:42 Log message: import nodes in block Nodes in block makes it possible to add nodes into a block. A number of configurable blocks are generated which you can assign to a region. Visibility settings of this block are automatically set to 'Show on only the listed pages'. On the node content form, you define the weight and visibility per node thus making it easier for content administration as all your content is now in the same place. With this module, you don't have to explain your customers how blocks work but is still able to decide on which pages content must be rendered. Status: Vendor Tag: jasper Release Tags: jasper_20121307 N ports/www/drupal7/nodesinblock/distinfo N ports/www/drupal7/nodesinblock/Makefile N ports/www/drupal7/nodesinblock/pkg/PLIST N ports/www/drupal7/nodesinblock/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/07/13 04:08:15 Modified files: sys/dev/ic : rt2560.c rt2560var.h rt2661.c rt2661var.h Log message: Keep separate OACTIVE flags to mark full management/data tx queues, and set the interface's IFF_OACTIVE flag if either queue is full and clear it only if both queues have free slots. Before this change both queues were setting/clearing the same flag with no regard for the other queue's state. Also, don't reset the tx watchdog counter if either queue still has frames queued when we exit the frame-processing loop in the per-queue interrupt handlers. Both changes originally from sephe@dragonfly. Tested by myself and edd on a slow busy soekris which before this change required occasional 'ifconfig ral0 down up' to recover. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/13 04:11:59 Modified files: fonts/terminus-font: Makefile distinfo Log message: update to terminus-font 4.38, from LEVAI Daniel (maintainer) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/13 04:12:45 Modified files: www/drupal7 : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/13 04:13:07 Modified files: mail/sieve-connect: Makefile distinfo Log message: update to sieve-connect 0.83, from maintainer LEVAI Daniel - I cleaned up whitespace in Makefile a bit, too CVSROOT: /cvs Module name: src Changes by: shadchin@cvs.openbsd.org 2012/07/13 04:15:19 Modified files: sbin/kbd : kbd_wscons.c Log message: Use NULL instead of 0 for pointers ok gilles@, guenther@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2012/07/13 04:15:53 Modified files: sbin/route : route.8 route.c Log message: allow destination/prefixlen syntax for ipv6 routes. from Florian Obser, florian -AT- narrans -DOT- de ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/13 04:20:05 ports/x11/gnome/system-log/patches Update of /cvs/ports/x11/gnome/system-log/patches In directory cvs.openbsd.org:/tmp/cvs-serv7037/patches Log Message: Directory /cvs/ports/x11/gnome/system-log/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/13 04:20:21 Modified files: x11/gnome/system-log: Makefile Added files: x11/gnome/system-log/patches: patch-src_logview-utils_c Log message: Define _XOPEN_SOURCE_EXTENDED for strptime(3). This fixes the runtime crash. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/13 04:26:30 Modified files: x11/gnome/system-log/patches: patch-src_logview-utils_c Log message: Add BZ link. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2012/07/13 04:30:38 Added files: sys/arch/amd64/amd64: hibernate_machdep.c sys/arch/amd64/include: hibernate.h hibernate_var.h Log message: Starting point for amd64 hibernate ... some goo copied from i386. This does not yet work for amd64 - getting the structure into the tree so others can help. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2012/07/13 04:32:03 Modified files: sys/arch/amd64/conf: files.amd64 Log message: More foundation goo for amd64 hibernate CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/13 04:33:17 Modified files: x11/gnome/anjuta: distinfo x11/gnome/anjuta-extras: distinfo x11/gnome/at-spi2-atk: distinfo x11/gnome/at-spi2-core: distinfo x11/gnome/backgrounds: distinfo x11/gnome/baker: distinfo x11/gnome/banshee: distinfo x11/gnome/baobab: distinfo x11/gnome/caribou: distinfo x11/gnome/color-manager: distinfo x11/gnome/common: distinfo x11/gnome/contacts: distinfo x11/gnome/controlcenter: distinfo x11/gnome/desktop: distinfo x11/gnome/devel-docs: distinfo x11/gnome/devhelp: distinfo x11/gnome/dictionary: distinfo x11/gnome/doc-utils: distinfo x11/gnome/documents: distinfo x11/gnome/ekiga: distinfo x11/gnome/empathy: distinfo x11/gnome/eog : distinfo x11/gnome/eog-plugins: distinfo x11/gnome/f-spot: distinfo x11/gnome/file-roller: distinfo x11/gnome/font-viewer: distinfo x11/gnome/games: distinfo x11/gnome/games-extra-data: distinfo x11/gnome/gcalctool: distinfo x11/gnome/gcr : distinfo x11/gnome/gdl : distinfo x11/gnome/gdl1 : distinfo x11/gnome/gdlmm: distinfo x11/gnome/gdm : distinfo x11/gnome/gedit: distinfo x11/gnome/gedit-code-assistance: distinfo x11/gnome/gedit-cossa: distinfo x11/gnome/gedit-latex: distinfo x11/gnome/gedit-plugins: distinfo x11/gnome/genius: distinfo x11/gnome/ghex : distinfo x11/gnome/gitg : distinfo x11/gnome/gjs : distinfo x11/gnome/glom : distinfo x11/gnome/gnote: distinfo x11/gnome/grilo: distinfo x11/gnome/grilo-mediaserver2: distinfo x11/gnome/grilo-plugins: distinfo x11/gnome/gucharmap: distinfo x11/gnome/gvfs : distinfo x11/gnome/icon-theme: distinfo x11/gnome/icon-theme-extras: distinfo x11/gnome/icon-theme-symbolic: distinfo x11/gnome/js-common: distinfo x11/gnome/keyring: distinfo x11/gnome/krb5-auth-dialog: distinfo x11/gnome/latexila: distinfo x11/gnome/libbonobo: distinfo x11/gnome/libbonoboui: distinfo x11/gnome/libcryptui: distinfo x11/gnome/libgda: distinfo x11/gnome/libgdamm: distinfo x11/gnome/libgnome: distinfo x11/gnome/libgnome-keyring: distinfo x11/gnome/libgnome-media-profiles: distinfo x11/gnome/libgnomecanvas: distinfo x11/gnome/libgnomekbd: distinfo x11/gnome/libgnomeui: distinfo x11/gnome/libgweather: distinfo x11/gnome/librsvg: distinfo x11/gnome/libsecret: distinfo x11/gnome/libxklavier: distinfo x11/gnome/media: distinfo x11/gnome/menus: distinfo x11/gnome/metacity: distinfo x11/gnome/mime-data: distinfo x11/gnome/mono-gnome: distinfo x11/gnome/mono-keyring: distinfo x11/gnome/moserial: distinfo x11/gnome/mousetweaks: distinfo x11/gnome/mutter: distinfo x11/gnome/nautilus: distinfo x11/gnome/nautilus-open-terminal: distinfo x11/gnome/nautilus-sendto: distinfo x11/gnome/nettool: distinfo x11/gnome/online-accounts: distinfo x11/gnome/orca : distinfo x11/gnome/panel: distinfo x11/gnome/planner: distinfo x11/gnome/power-manager: distinfo x11/gnome/py-atspi: distinfo x11/gnome/py-gnome: distinfo x11/gnome/rygel: distinfo x11/gnome/screenshot: distinfo x11/gnome/seahorse: distinfo x11/gnome/seahorse-nautilus: distinfo x11/gnome/seahorse-sharing: distinfo x11/gnome/search-tool: distinfo x11/gnome/seed : distinfo x11/gnome/session: distinfo x11/gnome/settings-daemon: distinfo x11/gnome/shell: distinfo x11/gnome/sushi: distinfo x11/gnome/system-log: distinfo x11/gnome/system-monitor: distinfo x11/gnome/terminal: distinfo x11/gnome/themes-standard: distinfo x11/gnome/totem: distinfo x11/gnome/totem-pl-parser: distinfo x11/gnome/tracker: distinfo x11/gnome/tweak-tool: distinfo x11/gnome/user-docs: distinfo x11/gnome/vfs2 : distinfo x11/gnome/video-arcade: distinfo x11/gnome/video-effects: distinfo x11/gnome/vinagre: distinfo x11/gnome/vino : distinfo x11/gnome/yelp : distinfo x11/gnome/yelp-tools: distinfo x11/gnome/yelp-xsl: distinfo x11/gnome/zenity: distinfo Log message: Regen distinfo. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/07/13 04:35:40 ports/devel/hs-network/patches Update of /cvs/ports/devel/hs-network/patches In directory cvs.openbsd.org:/tmp/cvs-serv25109/patches Log Message: Directory /cvs/ports/devel/hs-network/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/07/13 04:37:05 ports/www/hs-snap/patches Update of /cvs/ports/www/hs-snap/patches In directory cvs.openbsd.org:/tmp/cvs-serv5832/patches Log Message: Directory /cvs/ports/www/hs-snap/patches added to the repository CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/07/13 04:37:40 Modified files: sys/dev/acpi : acpiec.c acpidev.h Log message: Make the ACPI EC aware of the AML global lock. Comments from kettenis@ and matthew@. Okay deraadt@, kettenis@. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/07/13 04:51:30 Modified files: sys/sys : socketvar.h Log message: Move all the macros defined here into the _KERNEL block since userland has no use for those. OK bluhm@ guenther@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/07/13 05:03:32 ports/devel/ocaml-batteries/patches Update of /cvs/ports/devel/ocaml-batteries/patches In directory cvs.openbsd.org:/tmp/cvs-serv25287/patches Log Message: Directory /cvs/ports/devel/ocaml-batteries/patches added to the repository CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2012/07/13 05:14:04 Modified files: sys/net : pfvar.h Log message: remove confuzzling comment :dlg: the xxx can go ...and this time commit to the real repo and not the one on my laptop CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/07/13 05:25:04 Modified files: sys/net80211 : ieee80211_input.c Log message: Fix wireless scanning on slow systems with a high RX rate and interface in debug mode. If the interface is in debug mode ieee80211_input() will print messages about received frames to the console. On slow systems, printf() calls can take so long that the next RX interrupt will be serviced immediately, if the RX rate is sufficiently high. This effectively locks the system at IPL_NET. If a concurrent scan is running, the scan will never finish because it relies on a timeout at IPL_SOFTCLOCK to hop channels every 200msec. This timeout never runs in the above situation, leaving the wireless interface in 'scan' state forever. To give the timeout a chance to run, perform the printf() call from a work queue (idea from guenther@). This allows edd's slow soekris AP to recover from 'ifconfig ral0 debug down up' in noisy RF environments. With input from guenther, kettenis, blambert and deraadt. ok deraadt CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/07/13 05:27:16 Modified files: devel/ocaml-batteries: Makefile Added files: devel/ocaml-batteries/patches: patch-META_in Log message: Fixes "Cannot find file /usr/local/lib/ocaml/site-lib/batteries/pa_llist" when interpreting on non-native architectures. From Chris Zimmermann. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/13 05:31:27 Modified files: x11/gnome/libsecret: Makefile distinfo x11/gnome/libsecret/patches: patch-library_tests_Makefile_in x11/gnome/libsecret/pkg: PLIST Log message: Update to libsecret-0.4. CVSROOT: /cvs Module name: ports Changes by: bmercer@cvs.openbsd.org 2012/07/13 05:43:20 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: Added my coordinates. "looks legit" sthen@ OK phessler@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/13 05:49:08 src/usr.bin/libtool/LT/Mode/Link Update of /cvs/src/usr.bin/libtool/LT/Mode/Link In directory cvs.openbsd.org:/tmp/cvs-serv27766/Mode/Link Log Message: Directory /cvs/src/usr.bin/libtool/LT/Mode/Link added to the repository CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/07/13 05:51:41 Modified files: sys/dev/acpi : acpi.c acpireg.h Log message: Disable acpivideo(4) on ASUS laptops. There are some models that panic whenever an event is received. Some cope, some don't. In order to get this right acpiec(4) requires major rework. Until then let machines boot. Discussed with deraadt@. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/13 05:56:13 Modified files: usr.bin/libtool: Makefile usr.bin/libtool/LT: LaFile.pm Library.pm Program.pm usr.bin/libtool/LT/Mode: Link.pm Added files: usr.bin/libtool/LT/Mode/Link: Library.pm Program.pm Removed files: usr.bin/libtool/LT: Linker.pm Log message: move stuff around some more, do not load link parts unless we are actually linking. (and always load basic linker class when we're actually linking) Start making a proper "library stash class". CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2012/07/13 05:59:14 Modified files: games/alephone/alephone: Makefile distinfo Log message: Update AlephOne to 1.0.2 Amongst other features and improvements, the visual effects were highly improved. OK edd@ CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2012/07/13 06:00:48 Modified files: distrib/loongson/ramdisk: install.md Log message: { ...; } is more proper than ( ... ) since the latter spawns a subshell while the former does not pointed out by and ok naddy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/13 06:01:35 Modified files: x11/gnome/shell: Makefile Added files: x11/gnome/shell/patches: patch-src_gnome-shell-extension-prefs_in Log message: Fix gnome-shell-extension-prefs. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/07/13 06:29:09 ports/devel/gmc4cc/patches Update of /cvs/ports/devel/gmc4cc/patches In directory cvs.openbsd.org:/tmp/cvs-serv2980/patches Log Message: Directory /cvs/ports/devel/gmc4cc/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2012/07/13 06:31:31 Modified files: games/alephone/scenarios/marathon: Makefile distinfo Log message: Update the Marathon scenario to the 20120514 version. This removes the Pathways Into Darkness half-level opening and restores the original level behavior. CVSROOT: /cvs Module name: src Changes by: shadchin@cvs.openbsd.org 2012/07/13 06:33:08 Modified files: sys/dev/usb : hidkbd.c hidkbdsc.h ukbd.c Log message: Add support compose LED on a usb keyboard ok mpi@, from Alexander Polakov CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/07/13 06:36:18 Modified files: editors/libreoffice: Makefile distinfo editors/libreoffice/patches: patch-configure_in patch-oox_Library_oox_mk patch-solenv_gbuild_platform_unxgcc_mk patch-solenv_inc_unxgcc_mk editors/libreoffice/pkg: PLIST-main Log message: update to 3.5.5.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/13 06:36:41 Modified files: devel/luaposix : Makefile Log message: missing bump CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/13 06:37:08 Modified files: sys/dev/wscons : wsdisplay.c Log message: Try to avoid using the same wchan name twice. CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/07/13 06:43:35 Log message: Import the infrastructure for building Gallium3D graphics drivers. Currently only software drivers are supported, looks ok to matthieu. Status: Vendor Tag: mesa Release Tags: v7_1O_3 N xenocara/lib/libGL/gallium/Makefile N xenocara/lib/libGL/gallium/Makefile.inc N xenocara/lib/libGL/gallium/libgallium/Makefile N xenocara/lib/libGL/gallium/libgallium/generated/Makefile N xenocara/lib/libGL/gallium/libgallium/generated/u_indices_gen.c N xenocara/lib/libGL/gallium/libgallium/generated/u_unfilled_gen.c N xenocara/lib/libGL/gallium/libgallium/generated/u_format_srgb.c N xenocara/lib/libGL/gallium/libgallium/generated/u_format_table.c N xenocara/lib/libGL/gallium/libgallium/generated/u_half.c N xenocara/lib/libGL/gallium/drivers/Makefile N xenocara/lib/libGL/gallium/drivers/Makefile.inc N xenocara/lib/libGL/gallium/drivers/llvmpipe/Makefile N xenocara/lib/libGL/gallium/drivers/llvmpipe/generated/Makefile N xenocara/lib/libGL/gallium/drivers/llvmpipe/generated/lp_tile_soa.c N xenocara/lib/libGL/gallium/drivers/rbug/Makefile N xenocara/lib/libGL/gallium/drivers/softpipe/Makefile N xenocara/lib/libGL/gallium/drivers/trace/Makefile N xenocara/lib/libGL/gallium/libmesagallium/Makefile N xenocara/lib/libGL/gallium/libmesagallium/_atexit.c N xenocara/lib/libGL/gallium/libmesagallium/generated/Makefile N xenocara/lib/libGL/gallium/libmesagallium/generated/api_exec_es1.c N xenocara/lib/libGL/gallium/libmesagallium/generated/api_exec_es2.c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/13 06:45:27 Modified files: x11/gnome/grilo-plugins: Makefile Log message: Regen WANTLIB to unbreak. CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/07/13 06:54:20 Log message: Import swrastg the Gallium3D software rasterizer. It uses the softpipe driver by default but can also use the llvmpipe driver that use LLVM for code generation if available. Not yet linked to the build as it depends on pthreads and we don't know yet how to handle the switch from the default 'swrast' driver, but having it in tree will help testing and debugging the remaining issues. Tested by ajacoutot@ and matthieu@, looks ok to matthieu@ Status: Vendor Tag: mesa Release Tags: v7_10_3 N xenocara/lib/libGL/dri/swrastg/Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/13 06:55:07 Modified files: multimedia/lives: Makefile multimedia/lives/patches: patch-lives-plugins_plugins_playback_video_lives2lives_stream_c patch-src_htmsocket_c Log message: re-add in.h again, needs INADDR_ANY CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/07/13 06:55:32 Modified files: lib/libGL/dri : Makefile.inc Log message: Let swrastg a chance to compile CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/07/13 07:00:28 Modified files: dist/Mesa/src/gallium/auxiliary/draw: draw_llvm.c dist/Mesa/src/gallium/auxiliary/gallivm: lp_bld_misc.cpp lp_bld_type.c dist/Mesa/src/gallium/drivers/llvmpipe: lp_jit.c Log message: Lets gallium a chance to build with our llvm port CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/13 07:14:00 Added files: graphics/ipe/patches: patch-src_config_mak Log message: fixup include paths CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2012/07/13 07:18:12 Modified files: games/alephone/scenarios/evil: Makefile games/alephone/scenarios/red: Makefile Log message: use a mirror site that actually has the files CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/13 07:25:12 Modified files: usr.bin/libtool/LT: LaFile.pm usr.bin/libtool/LT/Mode: Link.pm Log message: minor cleanup CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/13 07:45:34 Modified files: usr.bin/libtool/LT: LaFile.pm Log message: tidbit CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/07/13 08:05:12 Modified files: lib/libc/asr : getaddrinfo_async.c Log message: properly report EAI_SERVICE when the given servname is not defined for the given protocol. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/07/13 08:10:36 Modified files: audio/mpd : Makefile Log message: Sort CONFIGURE_ARGS; no bump needed. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2012/07/13 08:15:12 Modified files: sys/arch/amd64/amd64: acpi_machdep.c Log message: Make amd64 like i386 for hibernate support in acpi_sleep_machdep ok deraadt@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/13 08:15:50 Modified files: usr.bin/mandoc : man_term.c mdoc_man.c regress/usr.bin/mandoc/roff/sp: Makefile regress/usr.bin/mandoc/mdoc/Bl: bullet.in bullet.out_ascii dash.in dash.out_ascii enum.in enum.out_ascii hang.in hang.out_ascii Added files: regress/usr.bin/mandoc/roff/sp: negative.in negative.out_ascii Log message: In -man -Tascii, support .sp with negative argument. In -mdoc -Tman, improve the framework to control vertical spacing. Use both to support .Bl -compact (surprisingly hard to get right). CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/07/13 08:18:04 Modified files: app/cwm : calmwm.h screen.c Log message: introduce screen "view" area and "work" area (gap applied) to simplify various blocks that require understanding the screen geometry. CVSROOT: /cvs Module name: www Changes by: bmercer@cvs.openbsd.org 2012/07/13 08:26:57 Modified files: . : donations.html Log message: Ray Percival donated a beaglebone to assist in arm development, Thanks! looks good to me phessler@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/13 08:28:13 Modified files: sys/arch/hppa64/hppa64: machdep.c Log message: typo CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/13 08:31:04 Modified files: databases/evolution-data-server: Makefile databases/evolution-data-server/patches: patch-addressbook_backends_file_e-book-backend-file_c Log message: Fix addressbook creation (from upstream). CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2012/07/13 08:43:28 Modified files: sys/arch/amd64/amd64: autoconf.c Log message: Make amd64 look like i386 for hibernate resume CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2012/07/13 08:45:24 Modified files: usr.bin/cu : cu.c Log message: kill unused variable ok dlg@ nicm@ while at it, kill one more and add #include per nicm's request CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2012/07/13 08:50:10 Modified files: sys/arch/i386/i386: autoconf.c Log message: Improve diffability with amd64 CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2012/07/13 08:50:34 Modified files: distrib/alpha/common: install.md distrib/amd64/common: install.md distrib/landisk/ramdisk: install.md distrib/loongson/ramdisk: install.md distrib/macppc/ramdisk: install.md distrib/mvme68k/ramdisk: install.md distrib/mvme88k/ramdisk: install.md distrib/sparc : install.md distrib/sparc64/common: install.md distrib/vax : install.md Log message: copy boot loaders using cat and shell redirection rather than cp, since the latter may insert holes in the target files, which could be bad for the boot process ok deraadt@ guenther@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/07/13 09:03:19 Modified files: print/poppler : Makefile distinfo print/poppler/patches: patch-Makefile_in patch-aclocal_m4 patch-configure_ac patch-poppler_XRef_cc patch-qt_poppler-page_cc print/poppler/pkg: PLIST-main PLIST-qt4 PLIST-utils Log message: Update to poppler-0.20.2. ok aja@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/07/13 09:04:46 Added files: print/poppler/patches: patch-qt_poppler-document_cc patch-qt_poppler-private_h Log message: Missing patches. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/07/13 09:05:47 Modified files: textproc/calibre/patches: patch-src_calibre_ebooks_pdf_reflow_cpp Log message: Fix build with poppler-0.20. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/07/13 09:06:55 Modified files: x11/xfce4/tumbler: Makefile Log message: Adjust WANTLIB for poppler-0.20. ok aja@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/07/13 09:07:05 Modified files: usr.sbin/tcpdump: ike.h Log message: Recognize additional DH groups; ok sthen naddy CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/07/13 09:07:48 Modified files: graphics/ruby-rmagick: Makefile Log message: Adjust WANTLIB for poppler-0.20. ok aja@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/07/13 09:08:30 Modified files: print/py-poppler: Makefile Log message: Adjust WANTLIB for poppler-0.20. ok aja@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/07/13 09:10:47 Modified files: graphics/inkscape: Makefile graphics/inkscape/patches: patch-configure_ac patch-src_extension_internal_pdfinput_svg-builder_cpp patch-src_sp-image_cpp Added files: graphics/inkscape/patches: patch-src_extension_internal_pdfinput_pdf-parser_cpp Log message: Fix build with poppler-0.20. ok aja@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/07/13 09:10:51 Modified files: sys/arch/hppa64/include: frame.h sys/arch/hppa64/hppa64: machdep.c Log message: Make hppa64 kernel compile again. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2012/07/13 09:11:14 Modified files: usr.sbin/npppd/l2tp: l2tp_call.c Log message: npppd used wrong AVPs as a `calling number' because `break' in switch case was missing. ok claudio henning CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/07/13 09:11:41 Modified files: graphics/evince: Makefile Log message: Adjust WANTLIB for poppler-0.20. ok aja@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/07/13 09:16:18 Modified files: sbin/isakmpd : conf.c isakmpd.policy.5 Log message: Support additional MODP DH groups in the Phase 1 and Phase 2. lteo@ noticed that ipsecctl allowed them within the ike rules while isakmpd failed to load the generated configuration. The fix was verified by hshoexer, ok naddy CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/07/13 09:17:41 Modified files: print/texlive/base: Makefile Added files: print/texlive/base/patches: patch-texk_web2c_pdftexdir_pdftosrc_cc Log message: Fix build for poppler-0.20. ok aja@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/07/13 09:21:35 Modified files: app/cwm : calmwm.h client.c kbfunc.c menu.c mousefunc.c screen.c xevents.c xutil.c Log message: convert xmax/ymax uses to view geometry. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/13 09:23:59 Modified files: x11/gnome/gvfs/patches: patch-configure_ac patch-daemon_gvfsbackendsftp_c patch-daemon_pty_open_c Log message: Committed upstream. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/07/13 09:25:37 Modified files: usr.sbin/bgpd : parse.y Log message: Make sure that set med 0 is ACTION_SET_MED and not relative. Fixes set med 0 and Hennings iBGP sessions. OK henning@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/13 09:40:43 Modified files: x11/gnustep/gorm: Makefile Added files: x11/gnustep/gorm/patches: patch-GormCore_GormDocument_m patch-GormLib_IBObjectAdditions_m Log message: Make the GNUstep GUI builder Gorm usable again. OK aja@ CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/07/13 09:42:03 Modified files: lib/libGL/gallium/libmesagallium/generated: Makefile Log message: Fix path to mesa sources CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/07/13 09:54:10 Modified files: . : Makefile.cross Log message: Add sqlite3 to NO_CROSS since it depends on libreadline - this would then require cross-gnu to build before we can build cross-bin. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2012/07/13 10:02:24 Modified files: sys/arch/amd64/amd64: acpi_machdep.c Log message: extraneous comment (corresponding code was removed a while back) CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/07/13 10:06:42 Modified files: sbin/disklabel : editor.c extern.h Log message: Replace a '512' with DEV_BSIZE. Calculate physmem size in blocks and not sectors, since the values being tested/manipulated in the auto_alloc tables are blocks at that point. Use MEG(256) instead of hand expanding it when testing physmem. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/13 10:09:49 Modified files: sys/lib/libsa : memcmp.c strchr.c strlen.c Log message: bye bye SCCS CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/07/13 10:13:21 Modified files: games/ggz/libggz/patches: patch-configure Added files: games/ggz/libggz/patches: patch-m4_tls_m4 Log message: fix libtool1 stupidity. also provide an m4 patch if we ever need to autoconf. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/07/13 10:16:18 Modified files: databases/sqlite3: Makefile distinfo Log message: plain forgot, synch with src CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/07/13 10:27:30 Modified files: sys/netinet : ip_divert.c Log message: 3 line diff to fix divert using connections from local system. OK henning@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/13 10:35:26 Modified files: x11/gnome/anjuta: Makefile x11/gnome/gitg : Makefile x11/gnome/gjs : Makefile x11/gnome/mutter: Makefile x11/gnome/nautilus-sendto: Makefile x11/gnome/py-gnome: Makefile x11/gnome/shell: Makefile Log message: --disable-static CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/13 10:47:49 Added files: usr.sbin/pkg_add: pkg_add Log message: do not install the pkg(1) front-end stub in /usr/sbin anymore, everyone uses the '_' variants ok espie CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2012/07/13 10:54:33 Modified files: games/alephone/scenarios/marathon2: Makefile distinfo Added files: games/alephone/scenarios/marathon2/pkg: PLIST Removed files: games/alephone/scenarios/marathon2/pkg: DESCR-hires DESCR-main PLIST-hires PLIST-main Log message: Update to a re-rolled zip file that includes all of the updated graphics and hi-res information. @pkgpath and @conflicts hints and reminders from espie@ and jasper@ CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2012/07/13 10:55:22 Modified files: games/alephone/scenarios/marathoninfinity: Makefile distinfo Added files: games/alephone/scenarios/marathoninfinity/pkg: PLIST Removed files: games/alephone/scenarios/marathoninfinity/pkg: DESCR-hires DESCR-main PLIST-hires PLIST-main Log message: Update to a re-rolled zip file that includes all of the updated graphics and hi-res information. @pkgpath and @conflicts hints and reminders from espie@ and jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/13 10:56:55 Modified files: devel/py-notify: Makefile net/gupnp/core : Makefile net/libsocialweb: Makefile x11/py-gtk2 : Makefile Log message: --disable-static CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/07/13 10:57:35 Modified files: usr.sbin/bgpd : kroute.c Log message: Cleanup the knexthop mess and make sure we only send an update to the RDE when there was a change in the nexthop info. Fixes massive memory consumption crashes when used with ospfd (which sometimes updates route that have not changed). Tested together with benno@ and a lot of input from Florian Obser. OK henning@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/13 10:57:39 Modified files: x11/gnome/f-spot: Makefile Log message: --enable-*=no => --disable CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/13 10:59:01 Modified files: lang/mono/patches: patch-mono_profiler_Makefile_in Log message: regen CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/13 10:59:15 Modified files: lang/mono : Makefile Added files: lang/mono/patches: patch-mcs_class_System_Web_System_Web_HttpForbiddenHandler_cs Log message: Security fix for CVE-2012-3382, Mono "ProcessRequest()" Cross-Site Scripting Vulnerability ok robert@ (MAINTAINER) CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/07/13 11:01:05 Modified files: app/cwm : calmwm.h client.c kbfunc.c mousefunc.c xevents.c xutil.c Log message: re-use geom struct in client_ctx (saved)geometry. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/13 11:03:32 Modified files: audio/libcanberra: Makefile distinfo audio/libcanberra/patches: patch-configure_ac patch-src_Makefile_am audio/libcanberra/pkg: PLIST-gtk PLIST-gtk3 PLIST-main Removed files: audio/libcanberra/patches: patch-Makefile_am audio/libcanberra/pkg: PFRAG.shared-gtk PFRAG.shared-gtk3 PFRAG.shared-main Log message: Update to libcanberra-0.29. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/13 11:15:09 Modified files: net/gnaughty : Makefile Log message: Bump to force rebuild so that a new package will be ready for 08/25. requested by mlarkin@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/07/13 11:36:31 ports/net/libdnsres/patches Update of /cvs/ports/net/libdnsres/patches In directory cvs.openbsd.org:/tmp/cvs-serv26911/patches Log Message: Directory /cvs/ports/net/libdnsres/patches added to the repository CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/07/13 11:49:54 Log message: import regression suite for asr Status: Vendor Tag: eric Release Tags: eric_g2k12 N src/regress/lib/libc/asr/regress.subr N src/regress/lib/libc/asr/regress.sh N src/regress/lib/libc/asr/Makefile N src/regress/lib/libc/asr/bin/threads.c N src/regress/lib/libc/asr/bin/common.h N src/regress/lib/libc/asr/bin/Makefile.inc N src/regress/lib/libc/asr/bin/res_mkquery.c N src/regress/lib/libc/asr/bin/Makefile N src/regress/lib/libc/asr/bin/common.c N src/regress/lib/libc/asr/bin/res_query.c N src/regress/lib/libc/asr/bin/getrrsetbyname.c N src/regress/lib/libc/asr/bin/getnetnamadr.c N src/regress/lib/libc/asr/bin/getnameinfo.c N src/regress/lib/libc/asr/bin/gethostnamadr.c N src/regress/lib/libc/asr/bin/getaddrinfo.c N src/regress/lib/libc/asr/bin/res_query/Makefile N src/regress/lib/libc/asr/bin/getnameinfo/Makefile N src/regress/lib/libc/asr/bin/getnetnamadr/Makefile N src/regress/lib/libc/asr/bin/getrrsetbyname/Makefile N src/regress/lib/libc/asr/bin/gethostnamadr/Makefile N src/regress/lib/libc/asr/bin/threads/Makefile N src/regress/lib/libc/asr/bin/res_mkquery/Makefile N src/regress/lib/libc/asr/bin/getaddrinfo/Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/07/13 11:51:42 Added files: net/libdnsres/patches: patch-Makefile_am patch-Makefile_in Log message: fix typo. reported to Niels Provos, in case he still cares... CVSROOT: /cvs Module name: src Changes by: bmercer@cvs.openbsd.org 2012/07/13 12:04:45 Added files: etc/etc.beagle : sysctl.conf Log message: Add a config file that the cross compiler looks for. OK espie@ kettines@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/13 12:18:30 Log message: import p5-Proc-PID-File s module is useful for writers of daemons and other processes that need to tell whether they are already running, in order to prevent multiple process instances. The module accomplishes this via *nix-style pidfiles, which are files that store a process identifier. tested on i386 and macppc, merdely on amd64 OK merdely Status: Vendor Tag: sebastia Release Tags: sebastia_g2k12 N ports/devel/p5-Proc-PID-File/Makefile N ports/devel/p5-Proc-PID-File/distinfo N ports/devel/p5-Proc-PID-File/pkg/DESCR N ports/devel/p5-Proc-PID-File/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/07/13 12:21:59 Modified files: devel : Makefile Log message: hook up p5-Proc-PID-File CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/07/13 13:16:05 Modified files: games/naev/base: Makefile Log message: bump after lua changes CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/07/13 13:36:07 Modified files: sbin/ipsecctl : ike.c ipsec.conf.5 Log message: Change the configuration format fed to the isakmpd FIFO to be able to specify extended options like SA Lifetime. All the hard work was done by lteo@, while naddy@ and me have made sure that defaults and AH still work; sthen and jmc have looked over the diffs as well. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/07/13 13:43:18 Modified files: devel/gettext : Makefile distinfo devel/gettext/patches: patch-gettext-runtime_intl_dcigettext_c Added files: devel/gettext/patches: patch-gettext-runtime_intl_l10nflist_c Log message: replace stpcpy() calls to silence ld warnings; ok sthen@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/07/13 13:52:04 ports/devel/bustle/patches Update of /cvs/ports/devel/bustle/patches In directory cvs.openbsd.org:/tmp/cvs-serv15844/patches Log Message: Directory /cvs/ports/devel/bustle/patches added to the repository CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/07/13 14:20:49 Modified files: usr.bin/netstat: net80211.c Log message: Label node allocation failures as such in netstat -W output. "Input packets dropped" isn't really a good description of what happened when we failed to allocate a new node in the net80211 stack. This allocation doesn't happen for every packet, only for new nodes that appear in reach of the antenna. ok net80211 expert department (we have vacancies, apply within) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/07/13 14:27:25 Modified files: sys/net : route.c Log message: Use NULL instead of 0 in pointer context. approvedz blambert@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/13 14:42:59 Modified files: usr.bin/mandoc : mdoc_man.c regress/usr.bin/mandoc/mdoc/Bl: tag.in tag.out_ascii Log message: If the tag in .Bl -tag .It would leave exactly one blank before the body of the item, mdoc(7) breaks the line, whereas the .TP used to translate this to man(7) does not. Thus, insert an explicit roff(7) line break in this place. To be able to correctly count the characters, do not pass font escapes an the like through print_word(). CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/07/13 14:44:11 Modified files: sbin/ipsecctl : ipsec.conf.5 Log message: small tweak; CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/13 17:54:24 Modified files: usr.sbin/pkg_add: Makefile Log message: install the correct file; from schwarze, ok krw CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/13 17:56:35 Modified files: usr.bin/mandoc : mdoc_man.c Log message: Adjust -Tman SYNOPSIS .Nm indentation using .HP; requested by millert@. There are still lots of ugly line breaks, to be fixed later. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/14 01:51:47 Modified files: x11/gnome/libsecret: Makefile distinfo x11/gnome/libsecret/pkg: PFRAG.shared PLIST Added files: x11/gnome/libsecret/patches: patch-libsecret_secret-collection_h patch-libsecret_tests_Makefile_in patch-libsecret_tests_mock-service_c Removed files: x11/gnome/libsecret/patches: patch-library_tests_Makefile_in patch-library_tests_mock-service_c Log message: Update to libsecret-0.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/14 02:04:27 Modified files: print/foomatic-filters: Makefile distinfo Log message: Update to foomatic-filters-4.0.17. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/07/14 02:06:40 Modified files: de : cvsync.html donations.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: shadchin@cvs.openbsd.org 2012/07/14 02:25:12 Modified files: sbin/wsconsctl : keysym.c mouse.c util.c wsconsctl.c Log message: zap whitespace ok deraadt@ CVSROOT: /cvs Module name: src Changes by: shadchin@cvs.openbsd.org 2012/07/14 02:27:05 Modified files: sbin/wsconsctl : map_parse.y Log message: fix typo in comment ok deraadt@ CVSROOT: /cvs Module name: src Changes by: shadchin@cvs.openbsd.org 2012/07/14 02:28:47 Modified files: sbin/wsconsctl : map_scan.l wsconsctl.c Log message: ansify ok deraadt@ CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2012/07/14 02:45:33 Modified files: distrib/miniroot: install.sub Log message: as _resp is being localized by typeset -l, no need to localize it twice from Robert Peichaer, thanks! ok krw@ CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2012/07/14 02:58:18 Modified files: sbin/restore : tape.c Log message: replace (somewhat) magic numbers with constants ok krw@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/07/14 03:05:58 Modified files: usr.sbin/smtpd/smtpd: Makefile Log message: reorganize the makefile a bit ok gilles@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/14 03:05:58 Modified files: usr.bin/mandoc : mdoc_man.c Log message: In -Tman .Bl -compact, skip the blank line only before the first item of the first list in a section, not before every item of the first list. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/07/14 03:59:30 Log message: Import nvi 2.1.0, a version of the base system vi/ex editor with wide character (UTF-8) support. Requested by yasuoka@ and pirofti@ Status: Vendor Tag: naddy Release Tags: naddy_20120714 N ports/editors/nvi/distinfo N ports/editors/nvi/Makefile N ports/editors/nvi/patches/patch-common_recover_c N ports/editors/nvi/patches/patch-build_CMakeLists_txt N ports/editors/nvi/pkg/DESCR N ports/editors/nvi/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/07/14 04:01:14 Modified files: editors : Makefile Log message: +nvi CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/14 04:18:18 Modified files: . : INDEX Log message: post g2k12 sync: 561 insertions(+), 547 deletions(-) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/07/14 04:19:14 Modified files: editors/nvi : Makefile editors/nvi/pkg: PLIST editors/nvi-m17n: Makefile editors/nvi-m17n/pkg: PLIST Log message: mark conflict between nvi and nvi-m17n CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/14 04:23:14 src/regress/usr.bin/mandoc/man/blank Update of /cvs/src/regress/usr.bin/mandoc/man/blank In directory cvs.openbsd.org:/tmp/cvs-serv28481/blank Log Message: Directory /cvs/src/regress/usr.bin/mandoc/man/blank added to the repository CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/14 04:43:48 Modified files: usr.bin/mandoc : man.c man_term.c regress/usr.bin/mandoc/man: Makefile Added files: regress/usr.bin/mandoc/man/blank: Makefile line.in line.out_ascii Log message: Translate blank input lines to .sp just like in mdoc(7), and ignore .sp after .PP. This fixes vertical spacing for blank lines after .PP and for .sp after .PP. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/07/14 06:41:49 Modified files: mail/extsmail : Makefile distinfo Log message: Update to extsmail-1.5. From maintainer and upstream -- Laurie Tratt. CVSROOT: /cvs Module name: src Changes by: sperreault@cvs.openbsd.org 2012/07/14 11:23:16 Modified files: sys/netinet6 : in6.c nd6_rtr.c Log message: Make IPv6 privacy addresses appear alongside regular SLAAC addresses. Also fix a memory management problem that was made obvious by this diff. ok bluhm@, previous version ok @stsp CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/07/14 13:50:12 Modified files: sys/arch/mips64/include: cpu.h sys/arch/mips64/mips64: clock.c mips64_machdep.c Log message: Split the existing mips64 clock code into time-of-day and generic duties in machdep.c, and internal clock interrupting on level 5, still in clock.c; this will allow other clock sources to be used in the near future. (delay() will remain tied to the internal clock) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/07/14 13:53:31 Modified files: sys/arch/sgi/conf: GENERIC-IP22 GENERIC-IP28 RAMDISK-IP22 RAMDISK-IP28 sys/arch/sgi/localbus: int.c sys/arch/sgi/sgi: mainbus.c Log message: A known errata of R4000 and R4400 processors, is that reading the internal counter register close to a trigger of the counter interrupt, may cause the interrupt not to be generated. This makes it a bad idea to use the internal counter both for the scheduling clock and for delay(). Therefore, on IP22 systems (and IP28 because it makes my life easier), use one of the two 8254 timers connected to the onboard interrupt controller as the scheduling clock source. Adapted from NetBSD. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/07/15 00:51:57 Modified files: usr.bin/tmux : tmux.1 Log message: Document pane_index variable, from sam at sltosis dot org. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/07/15 00:55:28 Modified files: usr.bin/cu : command.c cu.1 Log message: Add a command (~D) to drop the DTR line for a second (similar to using ~# for a BREAK). This is useful as it makes some microcontroller boards reset. From Visa Hankala. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/15 02:03:33 Modified files: x11/gnome/libsecret/patches: patch-libsecret_secret-collection_h Log message: Committed upstream. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/15 02:07:56 Modified files: geo/libchamplain: Makefile.inc geo/libchamplain/core: distinfo Log message: - update to 0.12.3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/15 02:10:41 Modified files: devel/glib2 : Makefile distinfo devel/glib2/pkg: PLIST-main Removed files: devel/glib2/patches: patch-glib_goption_c Log message: Bugfix update to glib2-2.32.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/15 02:12:13 Modified files: security/botan : Makefile distinfo Log message: Update to Botan 1.10.3. A change in 1.10.2 accidentally broke ABI compatibility with 1.10.1 and earlier versions, causing programs compiled against 1.10.1 to crash if linked with 1.10.2 at runtime. Recent versions of OpenSSL include extra information in ECC private keys, the presence of which caused an exception when such a key was loaded by botan. The decoding of ECC private keys has been changed to ignore these fields if they are set. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/15 02:18:53 Modified files: x11/gnome/shell/patches: patch-src_gnome-shell-extension-prefs_in Log message: Committed upstream. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/07/15 02:56:26 Modified files: lang/gcc/4.7 : Makefile Log message: Disable -java until I get around to fixing it. ok espie@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/07/15 02:56:55 Modified files: lang/gcc : Makefile Log message: Enable gcc 4.7 for release. ok espie@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/07/15 04:20:07 Modified files: net/libtorrent : Makefile distinfo net/libtorrent/patches: patch-scripts_checks_m4 patch-src_torrent_poll_kqueue_cc patch-test_Makefile_in net/libtorrent/pkg: PLIST net/rtorrent : Makefile distinfo net/rtorrent/patches: patch-test_Makefile_in Added files: net/libtorrent/patches: patch-src_download_download_constructor_cc patch-src_protocol_handshake_cc patch-src_protocol_peer_connection_base_cc patch-test_rak_allocators_test_cc net/rtorrent/patches: patch-src_command_network_cc patch-src_command_scheduler_cc patch-src_display_window_file_list_cc patch-src_rpc_scgi_cc patch-src_thread_base_cc patch-src_ui_element_file_list_cc Removed files: net/libtorrent/patches: patch-src_torrent_tracker_controller_cc patch-test_torrent_tracker_controller_test_cc patch-test_torrent_tracker_controller_test_h Log message: Back out the update to 0.13.2/0.9.2; too much problems to make release. OK sthen@, naddy@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2012/07/15 04:22:05 Modified files: distrib/sets/lists/base: md.amd64 mi distrib/sets/lists/comp: md.amd64 Log message: sync CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/07/15 10:09:14 Modified files: sys/kern : subr_hibernate.c Log message: Don't panic in hibernate resume if no swap partition exists on the root disk. ok mlarkin CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/07/15 11:04:31 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: fix example submitted by Marcus Merighi CVSROOT: /cvs Module name: www Changes by: gilles@cvs.openbsd.org 2012/07/15 11:16:39 Modified files: faq : current.html Log message: document recent updates from Marcus Merighi and Robert CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/07/15 11:36:42 Modified files: usr.sbin/smtpd : mta_session.c Log message: when specifying a relay port that's not standart, do not ntohs() the relay port as it will be done internally by sa_set_port() issue reported by Markus Bergkvist CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/15 11:53:36 ports/geo/libchamplain/pkg Update of /cvs/ports/geo/libchamplain/pkg In directory cvs.openbsd.org:/tmp/cvs-serv14832/pkg Log Message: Directory /cvs/ports/geo/libchamplain/pkg added to the repository CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/07/15 12:42:28 Modified files: usr.sbin/smtpd : smtpd.8 Log message: update examples: pkill sendmail -> /etc/rc.d/sendmail stop smtpd -> /etc/rc.d/smtpd start suggested by Seth Wright , ok chl@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/07/15 19:36:31 Modified files: app/cwm : client.c screen.c Log message: move the HasXinerama check into screen_find_xinerama and simplify logic; moves closer to logic in menu code. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/07/15 19:42:00 Modified files: app/cwm : screen.c Log message: check value CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/07/15 19:53:15 Modified files: app/cwm : client.c Log message: unify various max routines to match client placement and partially menu ones when calculating screen dimensions. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/07/15 23:56:16 Modified files: etc/mail : smtpd.conf usr.sbin/smtpd : smtpd.conf.5 Log message: don;t quote things unneccessarily; ok gilles CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/07/16 00:00:04 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: sync the first example with the default conf file; ok gilles CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/16 00:36:01 Modified files: x11/gtk+3 : Makefile distinfo x11/gtk+3/patches: patch-gtk_Makefile_in Removed files: x11/gtk+3/patches: patch-gtk_gtkmountoperation-x11_c Log message: Update to gtk+3-3.4.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/16 01:11:01 Modified files: x11/gtk+2 : Makefile distinfo x11/gtk+2/patches: patch-gtk_Makefile_in Log message: Bugfix update to gtk+2-2.24.11. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/16 01:11:28 Modified files: geo/libchamplain: Makefile Added files: geo/libchamplain/pkg: DESCR PLIST Removed files: geo/libchamplain: Makefile.inc geo/libchamplain/core: Makefile distinfo geo/libchamplain/core/pkg: DESCR PLIST Log message: drop this structure since we're not going to ship separate python plugins as the library is introspected anyway. so remove the confusing dir 'core'. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/16 01:11:46 Added files: geo/libchamplain: distinfo Log message: missed in previous CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/16 01:19:25 Modified files: x11/gnome/tracker: Makefile Log message: Regen WANTLIB to unbreak. spotted by naddy@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/07/16 01:23:03 Added files: editors/libreoffice/patches: patch-hsqldb_makefile_mk Log message: unbreak build with java CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/07/16 01:23:50 Modified files: graphics/libexif: Makefile distinfo graphics/libexif/pkg: PLIST Log message: Update to 0.6.21, fixes CVE-2012-2812, CVE-2012-2813, CVE-2012-2814, CVE-2012-2836, CVE-2012-2837, CVE-2012-2840, CVE-2012-2841 & CVE-2012-2845 ok sthen@ (Maintainer) CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/07/16 01:39:31 Modified files: net/nmap : Makefile distinfo net/nmap/patches: patch-Makefile_in patch-configure patch-libnetutil_netutil_cc patch-nping_EchoServer_cc patch-nping_Makefile_in patch-nping_ProbeMode_cc patch-nsock_include_nsock_h patch-nsock_src_nsock_pcap_c patch-nsock_src_nsock_pcap_h patch-scan-engine_cc patch-tcpip_cc patch-zenmap_setup_py net/nmap/pkg : PFRAG.shared-main PLIST-main PLIST-zenmap Added files: net/nmap/patches: patch-FPEngine_cc patch-NmapOps_cc patch-NmapOps_h patch-libnetutil_Makefile_in patch-ncat_ncat_core_c patch-ncat_ncat_core_h patch-nmap_tty_cc patch-nsock_src_nsock_core_c patch-nsock_src_nsock_internal_h patch-nsock_src_nsock_pool_c patch-output_cc patch-service_scan_cc patch-zenmap_install_scripts_unix_zenmap-root_desktop patch-zenmap_install_scripts_unix_zenmap_desktop Removed files: net/nmap/patches: patch-libnetutil_netutil_h patch-nmap-service-probes patch-traceroute_cc net/nmap/pkg : MESSAGE-main Log message: Major update to 6.01 tests & ok benoit@, thanks CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/16 02:11:10 Modified files: geo/libchamplain: Makefile Log message: switch to use the gnome module CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/16 02:13:45 Modified files: geo/emerillon : Makefile geo/gpx-viewer : Makefile x11/gnome/empathy: Makefile x11/gnome/eog-plugins: Makefile Log message: adjust libchamplain dependencies CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/16 02:26:24 Modified files: geo/libchamplain: Makefile Log message: add a homepage CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/16 02:27:48 Modified files: x11/gnome/eog : Makefile distinfo Log message: - update to 3.4.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/16 02:49:31 Modified files: security/sslscan: Makefile security/sslscan/patches: patch-sslscan_c Log message: do not show --ssl2 commandline option if built with an OpenSSL without SSLv2 support. from brad CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/07/16 02:49:38 Modified files: net/iftop : Makefile distinfo net/iftop/patches: patch-iptop.c net/iftop/pkg : PLIST Log message: Update to iftop 1.0pre2. Better than what we have in tree, and upstream is practically dead. Tested on amd64/ppc/sparc64. From Brad, MAINTAINER timeout. CVSROOT: /cvs Module name: src Changes by: giovanni@cvs.openbsd.org 2012/07/16 02:55:48 Modified files: lib/libpcap : Makefile pcap.3 Added files: lib/libpcap : pcap-filter.3 Log message: Add a man page describing pcap grammar help from lteo@, claudio, jmc@ ok jmc@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/07/16 03:27:33 Log message: Import Ocamlnet as ocaml-net. A networking library for Ocaml. From Chris Zimmermann. OK dcoppa@ Status: Vendor Tag: edd Release Tags: edd_20120716 N ports/devel/ocaml-net/Makefile N ports/devel/ocaml-net/distinfo N ports/devel/ocaml-net/patches/patch-src_netcgi2_netcgi_ajp_ml N ports/devel/ocaml-net/patches/patch-src_netcgi2_netcgi_ajp_mli N ports/devel/ocaml-net/patches/patch-src_netcgi2_netcgi_fcgi_ml N ports/devel/ocaml-net/patches/patch-src_netcgi2_netcgi_fcgi_mli N ports/devel/ocaml-net/patches/patch-src_netcgi2_netcgi_scgi_ml N ports/devel/ocaml-net/patches/patch-src_netcgi2_netcgi_scgi_mli N ports/devel/ocaml-net/patches/patch-src_netstring_nethttp_mlp N ports/devel/ocaml-net/patches/patch-src_netsys_netsys_c_event_h N ports/devel/ocaml-net/patches/patch-src_netsys_netsys_c_locale_c N ports/devel/ocaml-net/pkg/DESCR N ports/devel/ocaml-net/pkg/PFRAG.native N ports/devel/ocaml-net/pkg/PFRAG.shared N ports/devel/ocaml-net/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/07/16 03:28:32 Modified files: devel : Makefile Log message: link ocaml-net CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/07/16 03:42:24 Modified files: graphics/gimp/stable: Makefile graphics/gimp/stable/pkg: PLIST Added files: graphics/gimp/stable/patches: patch-plug-ins_common_Makefile_in patch-plug-ins_file-jpeg_gimpexif_c Log message: reenable mng plugin disable exif to xmp conversion to fix loading of some jpeg images CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/16 03:51:03 Modified files: usr.bin/mandoc : mdoc.c mdoc_validate.c regress/usr.bin/mandoc/mdoc/blank: line.in line.out_ascii Log message: Several -mdoc parser improvements related to vertical spacing: * So far, .Pp and .Lp were removed before paragraph type blocks. * Now also remove .br before paragraph type blocks. * Treat .Lp as a paragraph like .Pp, so remove .Pp, .Lp, .br before it. * Do not treat .sp as a paragraph, don't remove anything before it. * After .Sh, .Ss, .Pp, and .Lp, remove .Pp, .Lp, .sp, .br, and blank lines. * After .sp and .br, remove .br. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/07/16 04:13:59 Modified files: editors/texworks: Makefile distinfo editors/texworks/pkg: PLIST-main Log message: TeXworks 0.4.4. Fixes the annoying disappearing selected text bug. OK jasper@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/16 04:14:28 Modified files: multimedia/get_flash_videos: Makefile distinfo multimedia/get_flash_videos/pkg: PLIST Log message: update to a newer git checkout, various updates to sites and notably a fix for Vimeo. ok phessler@ (who reported the Vimeo problem and pulled a diff from upstream, but there are enough other fixes to warrant a full update). CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/16 04:45:28 Modified files: usr.bin/mandoc : mdoc_man.c Log message: Two fixes regarding -Tman .sp: * Keep height argument on the same line (it got printed to the output). * For .El .sp, avoid the weird .sp -1v .PP .sp output sequence. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/16 04:50:07 Modified files: sys/conf : newvers.sh Log message: and we head towards release CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/07/16 06:02:45 Modified files: sys/conf : GENERIC Log message: As usual, turn off POOL_DEBUG for the release. Note that POOL_DEBUG is not the same as it was in 4.9 or earlier. In either case you can turn it on again using sysctl kern.pool_debug=1 -- but if POOL_DEBUG is not enabled you only get a subset of the strict checks. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/07/16 06:15:58 Modified files: sys/kern : subr_hibernate.c Log message: Make sure we have a swap partition before trying to read or write hibernate info. ok mlarkin@ stsp@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/07/16 06:31:15 Modified files: sys/kern : subr_hibernate.c Log message: Back out my workaround from r1.43 now that jsing has committed a better fix. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/16 06:54:33 Modified files: graphics/openjpeg: Makefile distinfo Log message: Regen WANTLIB/DEPENDS. ok sthen@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/16 06:59:47 Modified files: misc/gtk3mm-documentation: Makefile distinfo misc/gtk3mm-documentation/pkg: PLIST Log message: Update to gtk3mm-documentation-3.4.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/16 07:15:05 Modified files: devel/py-gdata : Makefile distinfo devel/py-gdata/pkg: DESCR PLIST Log message: update to py-gdata 2.0.17, from maintainer frantisek holop CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/16 07:59:47 Log message: import memphis 0.2.3 Memphis is a map-rendering application and a library for OpenStreetMap. ok landry@ Status: Vendor Tag: jasper Release Tags: jasper_20121607 N ports/geo/memphis/distinfo N ports/geo/memphis/Makefile N ports/geo/memphis/pkg/PLIST N ports/geo/memphis/pkg/DESCR N ports/geo/memphis/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/16 08:00:20 Modified files: geo : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/16 08:00:29 Modified files: geo/libchamplain: Makefile geo/libchamplain/pkg: PLIST Log message: enable memphis support CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/16 08:05:08 Modified files: geo/memphis/pkg: PLIST Removed files: geo/memphis/pkg: PFRAG.shared Log message: roll into PLIST, prompted by landry@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/07/16 08:38:22 Modified files: x11/i3 : Makefile x11/i3/patches : patch-i3bar_src_xcb_c Log message: Bugfix: don't display empty strings from i3status in i3bar (upstream git commit 3daa3e052f2388f95ef525bdcb6cca840d4f9a32) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/16 08:39:14 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/07/16 08:51:31 Modified files: sys/net80211 : ieee80211_input.c Log message: Fix a couple of possible node leaks in ieee80211_input(). CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/07/16 08:51:46 Modified files: sys/net80211 : ieee80211_node.c Log message: Move increment of ic_nnodes closer to where the node is actually inserted into the cache. Make sure we're at IPL_NET while incrementing/decrementing ic_nnodes. Add a debug message that warns about possible node leaks. All of this affects hostap mode only. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/16 09:20:39 Modified files: sys/sys : acct.h sys/kern : vfs_subr.c Log message: Put acct_shutdown() proto in a better place CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/16 09:22:05 Log message: import ports/net/ttg, ok jasper@ TTG is a small command-line utility to display the throughput (bandwidth usage) on an interface of a remote device such as a router, switch, etc., over SNMP. Unlike tools like MRTG which sample bandwidth over a relatively long interval (often 5 minutes), TTG is normally used to display throughput over as little as one second. Status: Vendor Tag: sthen Release Tags: sthen_20120716 N ports/net/ttg/Makefile N ports/net/ttg/distinfo N ports/net/ttg/patches/patch-ttg_c N ports/net/ttg/pkg/DESCR N ports/net/ttg/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/16 09:22:29 Modified files: net : Makefile Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/16 09:27:12 Modified files: sys/dev/acpi : dsdt.c dsdt.h Log message: Add shorter form function aml_node_setval() for setting an int on an AML node. Shortens the tricky code in a lot of callers. Earlier version seen by pirofti and kettenis. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/16 09:31:17 Modified files: sys/kern : vfs_subr.c Log message: oops, need sys/acct.h too CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/07/16 09:41:26 Log message: Import mlgmp for ocaml. OK dcoppa@ Status: Vendor Tag: edd Release Tags: edd_20120716 N ports/dev/ocaml-mlgmp/Makefile N ports/dev/ocaml-mlgmp/distinfo N ports/dev/ocaml-mlgmp/patches/patch-Makefile N ports/dev/ocaml-mlgmp/pkg/DESCR N ports/dev/ocaml-mlgmp/pkg/PFRAG.native N ports/dev/ocaml-mlgmp/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/07/16 09:48:17 Removed files: dev/ocaml-mlgmp: Makefile distinfo dev/ocaml-mlgmp/patches: patch-Makefile dev/ocaml-mlgmp/pkg: DESCR PFRAG.native PLIST Log message: Kludged my last import - my apologies. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/07/16 09:51:33 Log message: Import mlgmp for ocaml. This time in the correct place. OK dcoppa@ Status: Vendor Tag: edd Release Tags: edd_20120716 N ports/devel/ocaml-mlgmp/Makefile N ports/devel/ocaml-mlgmp/distinfo N ports/devel/ocaml-mlgmp/patches/patch-Makefile N ports/devel/ocaml-mlgmp/pkg/DESCR N ports/devel/ocaml-mlgmp/pkg/PFRAG.native N ports/devel/ocaml-mlgmp/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/07/16 09:56:25 Modified files: devel : Makefile Log message: link ocaml-mlgmp CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/07/16 10:06:40 Modified files: sys/arch/octeon/octeon: machdep.c sys/arch/sgi/sgi: ip30_machdep.c Log message: Forgot these files during the recent clock churning. CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2012/07/16 10:47:32 Modified files: faq : current.html Log message: mention recent usb_hid_usages update ok sthen@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2012/07/16 12:05:36 Modified files: share/man/man4 : ip.4 sys/net : if_bridge.c sys/netinet : in.h in_pcb.h ip_input.c ip_ipsp.h ip_output.c ip_spd.c ip_var.h tcp_input.c udp_usrreq.c sys/netinet6 : ip6_forward.c ip6_output.c usr.sbin/npppd/common: recvfromto.c recvfromto.h usr.sbin/npppd/l2tp: l2tp_ctrl.c l2tp_local.h l2tpd.c usr.sbin/npppd/npppd: Makefile npppd.c Log message: add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4) can use this to select the IPsec tunnel for sending L2TP packets. this fixes Windows (always binding to 1701) and Android clients (negotiating wildcard flows); feedback mpf@ and yasuoka@; ok henning@ and yasuoka@; ok jmc@ for the manpage CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/16 12:52:45 Modified files: geo/libchamplain: Makefile geo/libchamplain/pkg: PLIST Log message: - install the actual demo binary, instead of the libtool script - also install the python demo scripts CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/07/16 13:57:17 Modified files: lib/libusbhid : Makefile data.c descr.c parse.c shlib_version usbhid.3 usbhid.h Log message: revert previous, it was hardly tested and is causing too many issues too close to release. as discussed with and ok mpi@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: mpi@cvs.openbsd.org 2012/07/16 14:17:03 Modified files: sysutils/usbutils: Makefile sysutils/usbutils/patches: patch-lsusb_8_in patch-lsusb_c Log message: Disable unsupported '-D' option in lsusb. Reported by and ok jasper@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/16 14:40:58 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.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: schwarze@cvs.openbsd.org 2012/07/16 15:14:05 Modified files: regress/usr.bin/mandoc/char/space: Makefile multiple.in multiple.out_ascii Added files: regress/usr.bin/mandoc/char/space: zerowidth.in zerowidth.out_ascii Log message: some more whitespace tests found in my tree CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/16 15:19:39 Added files: regress/usr.bin/mandoc/char/space: eos.in eos.out_ascii Log message: test end-of-sentence handling CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/16 15:28:12 Modified files: usr.bin/mandoc : term.c regress/usr.bin/mandoc/char/space: tab-man.in tab-man.out_ascii tab.in tab.out_ascii Log message: Release polishing: finally fix the perl(1) SYNOPSIS. In flush-left mode of both man(7) and mdoc(7), when an output line is broken at the position of a literal tab, the tab indents the following line. Reminded by deraadt@ in Pest, Ujlipotvaros, Csanady utza. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/16 15:58:39 Modified files: usr.bin/mandoc : man_term.c Log message: Always fix the man(7) subsection header (.SS) indent to 3n, do not let it depend on the default indent provided by -Oindent. By default, this doesn't change anything because 7 / 2 = 3; in -Omdoc mode, it makes man(7) output the same as mdoc(7) output. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2012/07/16 21:18:57 Modified files: sys/net : pipex.c pipex.h pipex_local.h sys/netinet : udp_usrreq.c usr.sbin/npppd/npppd: npppd.c Log message: use IPsec flowinfo on pipex(4) to select the IPsec tunnel for sending L2TP packets. ok markus henning CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/07/17 00:30:31 Modified files: lib/libc/sys : pathconf.2 Log message: Document new pathconf() variables. From Brad, with tweaks by me. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/07/17 01:28:27 Modified files: geo/gpx-viewer : Makefile distinfo geo/gpx-viewer/pkg: PLIST Removed files: geo/gpx-viewer/patches: patch-configure_ac Log message: Unbreak by updating to a snapshot of the port-to-libchamplain-0.12 bzr branch. This now uses gtk+3.. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/07/17 01:29:48 Modified files: geo/emerillon : Makefile distinfo geo/emerillon/pkg: PLIST Removed files: geo/emerillon/patches: patch-bindings_vala_emerillon_deps patch-configure_ac patch-data_emerillon_pc_in patch-emerillon_Makefile_in Log message: Unbreak by updating to emerillon 0.1.90. This now uses libchamplain 0.12/gtk+3/libpeas. Remove now useless patches. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/17 01:47:01 Modified files: x11/gnome/system-log/patches: patch-src_logview-utils_c Log message: Committed upstream. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/07/17 01:48:47 Modified files: lib/libc/sys : stat.2 Log message: Remove outdated reference to BSD 4.4 symlink behavior. Equivalent text was removed from symlink.7 over 16 years ago. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/07/17 01:59:11 Modified files: fr : cvsync.html donations.html plat.html want.html nl : donations.html porting/fr : checklist.html pt : donations.html Added files: pt : cvsync.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: kirby@cvs.openbsd.org 2012/07/17 02:06:03 Modified files: sys/dev/pci : pcidevs Log message: add a bunch of devices found in different laptops and desktops. ok sthen@ CVSROOT: /cvs Module name: src Changes by: kirby@cvs.openbsd.org 2012/07/17 02:07:48 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/07/17 02:30:58 Modified files: net/miniupnp/miniupnpc: Makefile net/miniupnp/miniupnpc/pkg: PLIST-main Added files: net/miniupnp/miniupnpc/pkg: README-main Log message: Mention that miniupnpc wants 'multicast_host=YES' suggestions/ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/17 03:31:21 Modified files: sysutils/bacula: Makefile sysutils/bacula/pkg: README-main Log message: Fix README-main, pointed out by "Jiri B" on ports@. ok merdely aja CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/07/17 03:35:09 Modified files: regress/usr.bin/libtool: Makefile Log message: test the actual object file instead of the wrapper script ok espie@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/07/17 03:37:12 Modified files: mail/p5-FuzzyOcr: Makefile Added files: mail/p5-FuzzyOcr/patches: patch-FuzzyOcr_scansets Log message: Add a better default scanset CVSROOT: /cvs Module name: src Changes by: dcoppa@cvs.openbsd.org 2012/07/17 03:46:22 Modified files: sys/dev/usb : usbdevs share/man/man4 : umsm.4 Log message: Add the Huawei Mobile E303. From Andreas Bartelt, obsd AT bartula DOT de OK sthen@ CVSROOT: /cvs Module name: src Changes by: dcoppa@cvs.openbsd.org 2012/07/17 03:48:22 Modified files: sys/dev/usb : umsm.c usbdevs.h usbdevs_data.h Log message: Add the Huawei Mobile E303. From Andreas Bartelt, obsd AT bartula DOT de OK sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/17 03:55:59 Log message: import node-gir 0.0.2 Node-gir is node bindings to the girepository library making it possible to make automatic and dynamic calls to any library that has GI annotations installed. This will make it possible to script a GNOME desktop system entirely from Node much in the way it's done today with Seed, GJS or pygtk. ok sthen@ Status: Vendor Tag: jasper Release Tags: jasper_20121707 N ports/devel/node-gir/Makefile N ports/devel/node-gir/distinfo N ports/devel/node-gir/pkg/PLIST N ports/devel/node-gir/pkg/DESCR N ports/devel/node-gir/patches/patch-wscript N ports/devel/node-gir/patches/patch-src_types_function_cc No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/17 03:56:30 Modified files: devel : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/17 04:05:11 Modified files: games/gcompris : Makefile Log message: disable gnet support, gnet is deprecated and ought to be removed. ok aja@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/17 04:05:34 Modified files: graphics/fyre : Makefile graphics/fyre/pkg: PLIST Removed files: graphics/fyre/patches: patch-data-Makefile_in Log message: - disable gnet support, gnet is deprecated and ought to be removed. - install a .desktop file while here. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/17 04:46:01 Removed files: net/scli : Makefile distinfo net/scli/patches: patch-doc_scli_texinfo net/scli/pkg : DESCR PLIST Log message: remove broken scli, which also lacks working non-default community strings ok sthen@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/07/17 04:46:04 Modified files: telephony/pjsua: Makefile distinfo telephony/pjsua/patches: patch-aconfigure_ac Log message: Maintenance update to pjsua-2.0.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/17 04:46:24 Removed files: net/gsnmp : Makefile distinfo net/gsnmp/patches: patch-gsnmp_m4 net/gsnmp/pkg : DESCR PFRAG.shared PLIST Log message: remove outdated, deprecated and half-working cruft ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/17 04:46:41 Modified files: net : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/17 04:48:57 Modified files: net : Makefile Log message: unhook gnet CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/17 04:49:13 Removed files: net/gnet : Makefile distinfo net/gnet/patches: patch-Makefile_in net/gnet/pkg : DESCR PFRAG.shared PLIST Log message: remove gnet, it's deprecated and shouldn't be used anymore since the functionality has been in glib >= 2.22. ok aja@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/17 04:53:01 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/07/17 05:23:18 Modified files: graphics/feh : Makefile graphics/feh/patches: patch-man_feh_pre Log message: Fix a typo in feh(1) manual page. upstream git commit 6ee2dca03289506214e5631a1360cb33e3f4cf55 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/07/17 05:32:00 Modified files: x11/awesome : Makefile distinfo x11/awesome/patches: patch-awesomeConfig_cmake patch-client_c patch-client_h Removed files: x11/awesome/patches: patch-lib_awful_client_lua_in Log message: Bugfix update to awesome v3.4.13 (Octopus) CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2012/07/17 05:34:47 Modified files: usr.sbin/popa3d: params.h Log message: Use correct types for (large) constants. Found a diff like this in my tree; don't know where it was coming from. ok krw@ mikeb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/17 07:01:55 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-main_features_c Log message: update to asterisk 1.8.14.1, fixes a problem with tcptls SIP connections where an SSL_CTX was freed where it shouldn't have been leading to a possible crash. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/07/17 07:26:49 Modified files: net/mldonkey/stable: Makefile distinfo net/mldonkey/stable/patches: patch-config_Makefile_in Removed files: net/mldonkey/stable/patches: patch-config_wget_c Log message: Update to mldonkey-3.1.2 While here, fix some errors wrt non-native ocaml architectures CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/07/17 08:43:13 Modified files: sys/dev/ic : rt2661.c rt2661var.h Log message: Revert my previous change for rt2661. It is causing excessive "ral0: device timeout" messages on my soekris and doesn't fix the real problem. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/17 11:15:16 Modified files: graphics/clutter/cogl: Makefile distinfo Log message: Bugfix update to cogl-1.10.4. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/07/17 11:28:35 Modified files: www/dokuwiki : Makefile distinfo Log message: Update to dokuwiki 2012-01-25b. Hotfix release for a XSS issue, see http://bugs.splitbrain.org/index.php?do=details&task_id=2561 From Christopher Zimmermann, commiting on behalf of pea@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/07/17 13:23:31 Log message: Import py-gevent 0.13.7 gevent is a Python networking library that uses greenlet to provide synchronous API on top of libevent event loop. * Fast event loop based on libevent. * Lightweight execution units based on greenlet. * Familiar API that re-uses concepts from the Python standard library. * Cooperative sockets with ssl support. * DNS queries performed through libevent-dns. * Ability to use standard library and 3rd party modules written for standard blocking sockets * Fast WSGI server based on libevent-http. Requirement of upcoming firefox sync port. ok rpointel@ Status: Vendor Tag: landry Release Tags: landry_20120717 N ports/devel/py-gevent/Makefile N ports/devel/py-gevent/distinfo N ports/devel/py-gevent/pkg/PLIST N ports/devel/py-gevent/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/07/17 13:24:47 Log message: Import py-greenlet 0.4.0. The greenlet package is a spin-off of Stackless, a version of CPython that supports micro-threads called "tasklets". Tasklets run pseudo-concurrently (typically in a single or a few OS-level threads) and are synchronized with data exchanges on "channels". Dependency of the just-imported py-gevent. ok rpointel@ Status: Vendor Tag: landry Release Tags: landry_20120717 N ports/devel/py-greenlet/Makefile N ports/devel/py-greenlet/distinfo N ports/devel/py-greenlet/pkg/PLIST N ports/devel/py-greenlet/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/07/17 13:26:14 Log message: Import py-cef 0.3. Most Mozilla Services applications need to generate CEF logs. A CEF Log is a formatted log that can be used by ArcSight, a central application used by the infrasec team to manage application security. Requirement of upcoming firefox sync server port. ok rpointel@ Status: Vendor Tag: landry Release Tags: landry_20120717 N ports/sysutils/py-cef/Makefile N ports/sysutils/py-cef/distinfo N ports/sysutils/py-cef/pkg/PLIST N ports/sysutils/py-cef/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/07/17 13:27:34 Log message: Import py-metlog 0.9.2. metlog-py is a Python client for the "Metlog" system of application logging and metrics gathering developed by the Mozilla Services team. The Metlog system is meant to make life easier for application developers with regard to generating and sending logging and analytics data to various destinations. Needed by upcoming firefox sync server port. ok rpointel@ Status: Vendor Tag: landry Release Tags: landry_20120717 N ports/sysutils/py-metlog/Makefile N ports/sysutils/py-metlog/distinfo N ports/sysutils/py-metlog/pkg/PLIST N ports/sysutils/py-metlog/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/07/17 13:29:13 Log message: Import py-recaptcha-client 1.0.6. Provides a CAPTCHA for Python using the reCAPTCHA service. Does not require any imaging libraries because the CAPTCHA is served directly from reCAPTCHA. Also allows you to securely obfuscate emails with Mailhide. This functionality requires pycrypto. This library requires two types of API keys. If you'd like to use the CAPTCHA, you'll need a key from https://www.google.com/recaptcha/admin/create. For Mailhide, you'll need a key from http://www.google.com/recaptcha/mailhide/apikey. Required by upcoming firefox sync server port. ok rpointel@ Status: Vendor Tag: landry Release Tags: landry_20120717 N ports/www/py-recaptcha-client/Makefile N ports/www/py-recaptcha-client/distinfo N ports/www/py-recaptcha-client/pkg/PLIST N ports/www/py-recaptcha-client/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/07/17 13:30:50 Log message: Import py-repoze-who 2.0. repoze.who is an identification and authentication framework for arbitrary WSGI applications. it can be configured either as WSGI middleware or as an API for use by an application. Required by upcoming firefox sync server port. ok rpointel@ Status: Vendor Tag: landry Release Tags: landry_20120717 N ports/www/py-repoze-who/Makefile N ports/www/py-repoze-who/distinfo N ports/www/py-repoze-who/pkg/DESCR N ports/www/py-repoze-who/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/07/17 13:34:10 Modified files: devel : Makefile www : Makefile sysutils : Makefile Log message: +py-cef, py-metlog, py-repoze-who, py-recaptcha-client, py-gevent, py-greenlet CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/07/17 13:36:41 Modified files: x11/xfce4/xfce4-netload: Makefile distinfo x11/xfce4/xfce4-netload/pkg: PLIST Log message: xfce4-netload 1.2.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/07/17 14:19:27 Modified files: infrastructure/db: user.list Log message: Reserve uid 699 for user _mozsync. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/17 14:56:22 Modified files: devel/msp430/binutils: distinfo devel/msp430/gcc: distinfo devel/msp430/gdb: distinfo devel/msp430/libc: distinfo devel/msp430/msp430mcu: distinfo Log message: missed in previous CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/07/17 15:26:56 Modified files: gnu/lib/libstdc++: shlib_version gnu/lib/libstdc++-v3: config.h shlib_version Log message: martynas added support for the 'long double' math functions to libm at c2k11, so libstdc++-v3 should make use of them. Major version bump for good measure, and sync libstdc++'s shlib_version with libstdc++-v3's. Issue pointed out by Roberto Bagnara on bugs@ ok deraadt CVSROOT: /cvs Module name: ports Changes by: rfreeman@cvs.openbsd.org 2012/07/17 15:29:50 Log message: Import eduke32. eduke32 is an advanced Duke Nukem 3D engine capable of playing the game, and filled to the brim with editing enhancements. Includes mapster32, a map-making program similar to the original build map editor. ok jasper@, edd@ Status: Vendor Tag: rfreeman Release Tags: rfreeman_20120717 N ports/games/eduke32/distinfo N ports/games/eduke32/Makefile N ports/games/eduke32/pkg/DESCR N ports/games/eduke32/pkg/PLIST N ports/games/eduke32/pkg/README N ports/games/eduke32/patches/patch-build_src_glbuild_c N ports/games/eduke32/patches/patch-Makefile_common N ports/games/eduke32/patches/patch-build_Makefile_shared No conflicts created by this import CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2012/07/17 15:30:17 Modified files: . : want.html Log message: Got a new toy, and it boots single user already. Unfortunately its resident God is quite hungry of fresh hair, and I have a hard time sacrificing enough of mine to appease It. I am still hoping to convince It that deity is overrated. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/17 15:35:21 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.hppa md.hppa64 md.i386 md.landisk md.loongson md.macppc md.palm md.sgi md.socppc md.sparc md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/07/17 15:59:56 Modified files: sys/sys : proc.h Log message: p_prof_ticks accidentally got moved from a 'copy-on-fork' area (when it was in struct pstats) to an 'uninitialized-on-fork' area (in struct proc), thus resulting in the counts all being off. Put it and p_prof_addr back in a 'copy-on-fork' area. ok matthew@ miod@ weingart@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/07/17 16:04:37 Modified files: misc/p5-File-MMagic: Makefile distinfo Log message: update p5-File-MMagic to 1.29 CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/07/17 20:18:35 Modified files: databases/node-sqlite3: distinfo Removed files: databases/node-sqlite3/patches: patch-package_json Log message: Update node-sqlite3 to 2.1.5 ok jeremy@, jasper@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/07/17 22:15:16 Modified files: databases/node-sqlite3: Makefile Log message: Fixed non-updated Makefile ( 2.1.5 update ) ok jeremy@, jasper@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/07/17 22:28:40 Modified files: databases/node-sqlite3: Makefile Log message: Remove REVISION for 2.1.5 update. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/18 00:38:52 Modified files: games : Makefile Log message: add eduke32 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/18 00:52:31 Modified files: x11/gnome/screensaver: Makefile distinfo Log message: Bugfix update to gnome-screensaver-3.4.4. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/18 02:04:11 Modified files: devel/ocaml-pcre: Makefile devel/ocaml-pcre/pkg: DESCR PFRAG.shared PLIST Log message: fix dynamically linking against ocaml-pcre and some general cleanup, from Christopher Zimmermann CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/18 02:04:43 Modified files: devel/coccinelle: Makefile distinfo devel/coccinelle/patches: patch-Makefile patch-cocci_ml patch-commons_common_ml patch-configure patch-scripts_stat_directory_complete_pl Removed files: devel/coccinelle/patches: patch-demos_regexp_cocci patch-parsing_cocci_function_prototypes_ml Log message: update to Cocinelle 1.0.0-rc11 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/18 02:25:07 Log message: import ports/security/yubiserve, ok jsaper@ YubiServe is a lightweight Validation Server supporting both OATH/HOTP and Yubico Yubikey implementations, written in Python that uses an SQLite database or, optionally, a MySQL database. It has an integrated threaded webserver, with HTTPS/SSL support, compatible with the Yubico validation protocol 2.0 including HMAC SHA-1 signatures to provide for authentication of the server. Status: Vendor Tag: sthen Release Tags: sthen_20120718 N ports/security/yubiserve/Makefile N ports/security/yubiserve/distinfo N ports/security/yubiserve/patches/patch-yubiserve_py N ports/security/yubiserve/patches/patch-README N ports/security/yubiserve/patches/patch-dbconf_py N ports/security/yubiserve/patches/patch-yubiserve_cfg N ports/security/yubiserve/pkg/yubiserve.rc N ports/security/yubiserve/pkg/DESCR N ports/security/yubiserve/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/18 02:45:42 Modified files: www/apache-httpd: Makefile distinfo www/apache-httpd/patches: patch-configure www/apache-httpd/pkg: PLIST Added files: www/apache-httpd/patches: patch-docs_man_apxs_1 patch-docs_man_logresolve_1 www/apache-httpd/pkg: httpd2.rc Removed files: www/apache-httpd/patches: patch-docs_man_apxs_8 patch-docs_man_logresolve_8 Log message: Update to the Apache HTTP server 2.2.22, the current release on the 2.2 branch. Merged from diffs from myself, Rodolfo Gouveia and with an rc script from giovanni@. This is a security update, fixing CVE-2011-3348, CVE-2011-3368, CVE-2011-3607, CVE-2011-4317, CVE-2012-0021, CVE-2012-0031 and CVE-2012-0053. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/18 02:47:34 Modified files: x11/nx/opennx : Makefile Added files: x11/nx/opennx/patches: patch-MyXmlConfig_cpp Log message: - prevent opennx from breaking the ssh key, which caused a password dialog respawning fest. from robert@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/18 02:50:41 Modified files: x11/nx/opennx/patches: patch-MyXmlConfig_cpp Log message: add bugtracker id CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/18 03:12:01 src/regress/usr.bin/mandoc/char/bar Update of /cvs/src/regress/usr.bin/mandoc/char/bar In directory cvs.openbsd.org:/tmp/cvs-serv5311/char/bar Log Message: Directory /cvs/src/regress/usr.bin/mandoc/char/bar added to the repository CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/07/18 03:24:27 Modified files: sys/dev/pci : pcidevs Log message: Unify use of tabs/spaces on product lines. From Brad. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/07/18 03:25:27 Modified files: sys/dev/pci : pcidevs Log message: Additional Broadcom NIC PCI ids. From Brad. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/07/18 03:26:12 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/07/18 03:33:16 Modified files: usr.bin/libtool/LT/Mode: Link.pm Log message: style CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/18 04:22:44 Modified files: net/queryperf : Makefile distinfo Log message: update to the version of queryperf distributed with BIND 9.9.1-P1 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/07/18 04:30:56 Modified files: infrastructure/lib/DPB: PkgPath.pm Log message: don't delete DIST, prevents checksum from doing its job CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/07/18 04:31:18 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: delete DIST once we know CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/18 04:36:20 Modified files: usr.bin/mandoc : mdoc.c predefs.in regress/usr.bin/mandoc/char: Makefile Added files: regress/usr.bin/mandoc/char/bar: Makefile man.in man.out_ascii mdoc.in mdoc.out_ascii Log message: The mdoc(7) \*(Ba predefined string actually forces roman font; that's stupid because it may break enclosing font changes, but let's do the same for groff bug compatibility. --> Never use \*(Ba, use just plain "|"! <-- Also, predefined strings are already expanded by the roff(7) parser, so the mdoc(7) parser has to look for the expanded string. Formatting improvements in ksh(1), less(1), atan2(3), hostapd.conf(5), snmpd.conf(5), and mknod(8). CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/07/18 04:42:27 Modified files: devel/cvsps : Makefile distinfo devel/cvsps/patches: patch-cvsps_c Added files: devel/cvsps/patches: patch-Makefile patch-cvsps_1 Log message: fix man page and remove unnecessary dependencies CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/18 05:09:30 Modified files: usr.bin/mandoc : libmdoc.h mandoc.h mdoc.c mdoc_validate.c read.c regress/usr.bin/mandoc/mdoc/blank: Makefile Added files: regress/usr.bin/mandoc/mdoc/blank: list.in list.out_ascii Log message: Fix handling of paragraph macros inside lists: * When they are trailing the last item, move them outside the list. * When they are trailing any other none-compact item, drop them. Improves formatting of 40 pages, e.g. grep(1), ksh(1), netstat(1), ath(4), bsd.port.mk(5), pf.conf(5), mount(8), crypto(9). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/18 05:15:30 Modified files: misc/dtach : Makefile misc/dtach/patches: patch-attach_c patch-master_c Log message: Security fix for CVE-2012-3368 Memory portion (random stack data) disclosure to the client by unclean client disconnect CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/18 05:16:17 Modified files: misc/dtach : Tag: OPENBSD_5_1 Makefile misc/dtach/patches: Tag: OPENBSD_5_1 patch-attach_c patch-master_c Log message: Security fix for CVE-2012-3368 Memory portion (random stack data) disclosure to the client by unclean client disconnect CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2012/07/18 07:20:12 Modified files: faq : current.html Log message: Misspelled port name, ok jasper CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/07/18 07:24:28 Modified files: sys/net80211 : ieee80211_node.c Log message: Print messages about nodes purged from the node cache if hostap/ibss modes are compiled in and the interface is in debug mode. ok sthen CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/18 07:31:49 Modified files: net/pidgin : Makefile distinfo net/pidgin/patches: patch-libpurple_plugins_ssl_Makefile_in patch-libpurple_protocols_jabber_Makefile_in patch-libpurple_protocols_oscar_Makefile_in patch-libpurple_protocols_yahoo_Makefile_in patch-pidgin_Makefile_in patch-pidgin_gtkdialogs_c net/pidgin/pkg : PLIST-main Log message: Update to 2.10.6, includes a security fix for: CVE-2012-3374 Fix a buffer overflow vulnerability when parsing incoming messagescontaining inline images. from brad (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/18 07:44:31 Modified files: lang/erlang : Makefile Added files: lang/erlang/patches: patch-erts_emulator_beam_erl_time_sup_c Log message: - Fix use of "clever" mktime. - Fix support for leap seconds-aware timezones. from piotr sikora CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/18 08:03:44 Modified files: net/rabbitmq : Makefile distinfo net/rabbitmq/patches: patch-Makefile patch-plugins-src_rabbitmq-auth-backend-ldap_package_mk net/rabbitmq/pkg: PLIST Added files: net/rabbitmq/patches: patch-scripts_rabbitmq-defaults Removed files: net/rabbitmq/patches: patch-plugins-src_do-package_mk patch-plugins-src_rabbitmq-erlang-client_Makefile patch-plugins-src_rabbitmq-management-agent_src_rabbit_mgmt_external_stats_erl patch-scripts_rabbitmq-server Log message: - update to 2.8.4 from piotr sikora (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/18 08:10:28 Modified files: www/pear-HTML-QuickForm: Makefile distinfo Log message: - update to 3.2.13 from vtamara@pasosdeJesus.org maintainer timed-out CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/18 09:43:01 ports/devel/py-gobject3/patches Update of /cvs/ports/devel/py-gobject3/patches In directory cvs.openbsd.org:/tmp/cvs-serv32665/patches Log Message: Directory /cvs/ports/devel/py-gobject3/patches added to the repository CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/18 10:20:14 Modified files: usr.bin/mandoc : mdoc_macro.c regress/usr.bin/mandoc/mdoc/Ns: position.in position.out_ascii Log message: Let a trailing .Ns macro take effect even on an input line containing a partial implicit macro. Fixes horizontal spacing in vi(1), ddb(4), and ppp(8). CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/18 10:40:51 Modified files: usr.bin/mandoc : man_validate.c regress/usr.bin/mandoc/man/blank: line.in line.out_ascii Log message: Drop .sp and .br right after .SH and .SS. Fixes vertical spacing after "OPTIONS" in gcc(1). Issue first reported by naddy@ in rsync(1). CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/07/18 10:49:21 Added files: editors/libreoffice/patches: patch-bridges_source_cpp_uno_gcc3_linux_x86-64_uno2cpp_cxx Log message: add missing patch for amd64 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/18 10:51:50 Modified files: usr.bin/mandoc : man_validate.c regress/usr.bin/mandoc/man/IP: Makefile Added files: regress/usr.bin/mandoc/man/IP: empty.in empty.out_ascii Log message: Drop empty .IP such that is does not cause additional vertical spacing. Issue first reported by naddy@ in rsync(1). CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/18 10:55:54 Modified files: regress/usr.bin/mandoc/man: Makefile regress/usr.bin/mandoc/man/RS: Makefile regress/usr.bin/mandoc/mdoc: Makefile regress/usr.bin/mandoc/mdoc/Ox: Makefile regress/usr.bin/mandoc/roff: Makefile regress/usr.bin/mandoc/roff/ds: quoting.in quoting.out_ascii Added files: regress/usr.bin/mandoc/man/RS: empty.in empty.out_ascii Log message: enable more tests, some were forgotten along the way CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/18 13:54:56 Modified files: x11/spectrwm : Makefile distinfo Log message: update to spectrwm 1.1.2, ok gonzalo@ * Fix issue where a window/icon could not be clicked or otherwise be manipulated (skype, thunderbird etc). * Fix an issue where on some Intel graphics cards when exiting the screen turned garbled and would blink really badly. * Bonus fix: spawn_position to actually do what it is supposed to do. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/07/18 13:56:02 Modified files: sys/arch/sgi/conf: GENERIC-IP22 RAMDISK-IP22 sys/arch/sgi/localbus: int.c sys/arch/sgi/sgi: mainbus.c Log message: According to Linux, and just verified the hard way, the 8254 timer does not interrupt on Indy; do not use it on such systems. Then, bring back a clock0 at mainbus attachment to IP22 kernels, and attach it late in the autoconf process if no other device has claimed the clock yet. This means R4000 and R4400 based Indy may experience the lost clock interrupt processor errata again, until a better way to skirt it is found. CVSROOT: /cvs Module name: ports Changes by: rfreeman@cvs.openbsd.org 2012/07/18 14:07:29 Log message: duke nukem 3d game data, required for games/eduke32. OK sthen@, edd@ Status: Vendor Tag: rfreeman Release Tags: rfreeman_20120718 N ports/games/duke3ddata/Makefile N ports/games/duke3ddata/distinfo N ports/games/duke3ddata/pkg/DESCR N ports/games/duke3ddata/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/07/18 14:10:12 Modified files: sys/arch/sgi/gio: giodevs Log message: A couple more device IDs, thanks to Martin Boehme for donating boards! CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/07/18 14:10:37 Modified files: sys/arch/sgi/gio: giodevs.h giodevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/07/18 14:12:08 Modified files: sys/arch/sgi/gio: gio.c Log message: Hopefully correctly recognize GIO boards with a 8-bit only ID register, which are not frame buffers. Thanks to Martin Boehme for donating such boards! CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/07/18 14:28:18 Modified files: sys/uvm : uvm_addr.c Log message: comment typo; s/lineair/linear/ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/07/18 14:56:46 Modified files: sys/arch/sgi/gio: gio.c Log message: Attach non-frame buffer GIO devices with ga_product being the id gathered by gio_id(), not the whole 32 bit first word. Some boards with a 8-bit only ID register use the other 24 bits, sadly. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/07/18 15:53:22 Modified files: app/cwm : calmwm.c screen.c Log message: Further simplify Xinerama init and re-init on XRR events. While testing for Xinerama during setup was done display-wide, each time XineramaQueryScreens() is called either in start-up or due to an XRR event, the library re-tests for the Xinerama extension anyway before moving on; so the initial test is redundant and allows another global to go away with one other change: always fill in sc->xinerama (and _no), regardless of the success of malloc in XineramaQueryScreens(), and use it to see if Xinerama dimensions exist when asked by client and/or menu code. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/07/18 16:04:49 Modified files: usr.sbin/smtpd : scheduler.c Log message: make the scheduler less verbose by default. suggested by Percy Piper. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/07/19 01:19:21 Modified files: www/tt-rss : Makefile distinfo www/tt-rss/pkg : PLIST Log message: Bugfix update to tt-rss 1.5.11. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/19 01:20:28 Modified files: games : Makefile Log message: hookup duke3ddata which rfreeman@ forgot again.. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/19 02:25:54 Modified files: converters/p5-Finance-Currency-Convert-XE: Makefile distinfo Log message: - update to 0.21 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/19 02:26:30 Modified files: www/drupal7/locale-fr: Makefile distinfo Log message: some distfiles have been re-rolled CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/19 02:36:45 Log message: import BIND 9.9.1-P1 as ports/net/isc-bind - this is newer than the version of BIND than is in the base OS (some people require features from this version e.g. DNS64), but note that it does not include the hardening changes made to the version in base. feedback from naddy@ giovanni@, ok giovanni@. "BIND is open source software that implements the Domain Name System (DNS) protocols for the Internet. It is a reference implementation of those protocols, but it is also production-grade software, suitable for use in high-volume and high-reliability applications." Status: Vendor Tag: sthen Release Tags: sthen_20120719 N ports/net/isc-bind/Makefile N ports/net/isc-bind/distinfo N ports/net/isc-bind/patches/patch-bin_named_include_named_globals_h N ports/net/isc-bind/patches/patch-lib_isc_unix_socket_c N ports/net/isc-bind/pkg/PFRAG.shared N ports/net/isc-bind/pkg/DESCR N ports/net/isc-bind/pkg/isc_named.rc N ports/net/isc-bind/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/19 02:37:02 Modified files: net : Makefile Log message: +isc-bind CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/07/19 02:47:01 Modified files: infrastructure/db: user.list Log message: add _yubiserve to user.list CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/07/19 08:56:59 Modified files: textproc/sphinx: Makefile distinfo textproc/sphinx/patches: patch-Makefile_in patch-configure textproc/sphinx/pkg: PLIST Added files: textproc/sphinx/patches: patch-src_sphinxstd_cpp patch-test_Makefile Log message: Update to 2.0.4 Maintainer timed out CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/07/19 09:05:30 Modified files: comms/hylafax : Makefile distinfo comms/hylafax/patches: patch-configure patch-etc_faxsetup_sh_in patch-hfaxd_FileTransfer_c++ comms/hylafax/pkg: PLIST Log message: Update to 6.0.6 hfaxd.conf has moved from lib/fax to libdata/hylafax/etc CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/07/19 09:27:11 Modified files: www/tt-rss : Makefile www/tt-rss/pkg : README Log message: Fix url in README, reminded by viq. CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2012/07/19 11:46:11 Modified files: usr.sbin/nsd : query.c Log message: Fix for VU#624931 CVE-2012-2978: NSD denial of service vulnerability from non-standard DNS packet from any host on the internet. OK sthen@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/19 12:07:03 Modified files: sys/kern : subr_hibernate.c Log message: say that we are unhibernating.. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/19 14:06:34 Modified files: devel/lua-lgi : Makefile distinfo devel/lua-lgi/patches: patch-tests_Makefile devel/lua-lgi/pkg: PLIST Log message: - update to 0.6.2 * various fixes for lua 5.2 and fixes a few memory leaks CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/19 14:25:16 Modified files: lang/lua : lua.port.mk Log message: add MODLUA_DEP_VERSION to SUBST_VARS CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/07/19 14:25:52 Modified files: share/man/man5 : port-modules.5 Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/19 14:26:26 Modified files: devel/lua-lgi : Makefile devel/lua-lgi/patches: patch-lgi_Makefile Log message: fixup corelgilua.so name CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/19 15:33:19 Modified files: . : INDEX Log message: regen CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/07/19 18:39:57 Modified files: etc : moduli Log message: regen moduli file; ok deraadt CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/07/19 19:33:40 Modified files: distrib/miniroot: install.sub Log message: Replace some leading blanks before comments with leading tab. Noticed by and diff from Robert at peichaer dot org. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/20 01:14:12 Modified files: devel/py-gobject3: Makefile distinfo Added files: devel/py-gobject3/patches: patch-gi_pygi-info_c Log message: Escape identifiers which are Python keywords to avoid breaking the API between different Python versions, from upstream. tested in a bulk by jasper@ "get it in" naddy@ ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/07/20 01:15:02 Modified files: x11/gnome/caribou: Makefile distinfo Log message: Update to caribou-0.4.3. (needed after the recent py-gobect3 fix) "get it in" naddy@ ok jasper@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/07/20 01:27:36 Modified files: sys/dev/pci/drm: radeon_drv.c Log message: match on Mobility Radeon HD2600 from Denis Lapshin, ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/07/20 03:21:24 Modified files: sys/dev/pci : pcidevs Log message: add some more 7 series/ivy bridge ids tweaked and expanded version of a diff from Seth Wright. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/07/20 03:22:02 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/07/20 03:31:35 Modified files: www/drupal7/date: Makefile Log message: fix dep, no need to pull drupal6 in (which may pull a lot of shit along if you're running d7 with sqlite). okay jasper@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/07/20 05:45:33 Modified files: infrastructure/lib/DPB: Fetch.pm Log message: fix caching issues. - during the scanning stage, we can rely on more than sizes. Specifically, for files with cached sha values: detect problems early, zap the files, so the new ones do fetch. - do not allow "negative" caching: if the cached file doesn't match, just run the checksum again to make sure (manual download would tamper with that). This should allow builders to forget about the existence of /usr/ports/distfiles/distinfo again. - remove bad files so that fetch has a chance to work (todo: log some more info, yeah landry...) - zap code from (checksum) proper that's no longer in-use. okay jasper@ (gets in because fixing the mirrors for the release is important, and dpb -F would not do the right thing without manual intervention). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/20 06:03:50 Modified files: devel/automake/1.11: Makefile devel/automake/1.12: Makefile devel/automake/1.4: Makefile devel/automake/1.4/patches: patch-automake_in devel/automake/1.8: Makefile devel/automake/1.9: Makefile Added files: devel/automake/1.10/patches: patch-lib_am_distdir_am devel/automake/1.11/patches: patch-lib_am_distdir_am devel/automake/1.12/patches: patch-lib_am_distdir_am devel/automake/1.8/patches: patch-lib_am_distdir_am devel/automake/1.9/patches: patch-lib_am_distdir_am Log message: Apply patches for two security issues: - Fix insecure permissions for directories in distfile build tree. CVE-2009-4029 - Fix insecure permissions used for the top of the distfile build tree. CVE-2012-3386 This was already tested in a bulk build by me as part of a larger diff from brad ok aja@ sthen@ espie@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/07/20 08:25:53 Modified files: . : INDEX Log message: final sync for 5.2, 7647 entries CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2012/07/20 22:39:42 Modified files: . : want.html Log message: Thanks to a donation mikeb now has some x540 cards. A CardBus serial adapter is needed to minimise differences in cardbus/pci serial (share the same device table/driver). CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/07/21 00:46:58 Modified files: sys/sys : mman.h sys/uvm : uvm_mmap.c libexec/ld.so : library_mquery.c Log message: Add a new mmap(2) flag __MAP_NOREMAP for use with MAP_FIXED to indicate that the kernel should fail with MAP_FAILED if the specified address is not currently available instead of unmapping it. Change ld.so on i386 to make use of __MAP_NOREMAP to improve reliability. __MAP_NOREMAP diff by guenther based on an earlier diff by Ariane; ld.so bits by guenther and me bulk build stress testing of earlier diffs by sthen ok deraadt; committing now for further testing CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/07/21 01:16:03 Modified files: usr.bin/kdump : mksubr Log message: Make kdump recognize the __MAP_NOREPLACE flag. ok deraadt CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/07/21 06:16:05 Modified files: faq : faq10.html Log message: If ftpd is enabled in rc.conf.local, since 5.1 the -D flag is used automatically. Sync faq with the change in /etc/rc.conf to not list this in the sample rc.conf lines. From Maurice Janssen on www@. CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2012/07/21 13:55:17 Modified files: usr.bin/sendbug: sendbug.c Log message: Have sendbug(1) submit error reports to bugs@, instead of gnats@. OK deraadt@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/07/22 12:09:28 Modified files: . : donations.html Log message: new CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/07/22 12:11:54 Modified files: sys/kern : uipc_socket.c Log message: unp_dispose() walks not just the mbuf chain (m_next) but also the packet chain (m_nextpkt), so the mbuf passed to it must be disconnected completely from the socket buffer's chains. Problem noticed by yasuoka@; tweak from krw@, ok deraadt@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2012/07/22 12:19:21 Modified files: usr.bin/ssh : version.h Log message: openssh 6.1 CVSROOT: /cvs Module name: src Changes by: shadchin@cvs.openbsd.org 2012/07/22 12:28:36 Modified files: sys/dev/pckbc : pms.c sys/dev/wscons : wsconsio.h wsmouse.c wsmousevar.h Log message: Fix for ClickPad. On issue pointed gilles@ and matthieu@ ok gilles@, matthieu@, mpi@, miod@, deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/22 12:30:16 Modified files: sys/arch/sparc/conf: RAMDISK Log message: remove a few things to make this fit again; with miod CVSROOT: /cvs Module name: xenocara Changes by: shadchin@cvs.openbsd.org 2012/07/22 12:33:01 Modified files: driver/xf86-input-synaptics/src: wsconscomm.c Log message: Fix for ClickPad (xenocara part). On issue pointed gilles@ and matthieu@ ok gilles@, matthieu@, mpi@, miod@, deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/22 12:34:34 Modified files: distrib/sparc/ramdisk: list.local Log message: shrink CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/07/22 12:55:01 Modified files: distrib/notes : m4.common Log message: This is now X.Org 7.7 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/07/22 13:12:13 Modified files: distrib/notes : README.i386 README.amd64 Log message: Rework a bit, add a subsection about radeon[old]. CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2012/07/22 16:34:55 Modified files: app/xdm/config : OpenBSD_15bpp.xpm OpenBSD_1bpp.xpm OpenBSD_4bpp.xpm OpenBSD_8bpp.xpm Log message: puffy 5.2 CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/07/22 20:32:12 Modified files: . : plus.html Log message: July 13 to 19 of plus.html. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/07/22 23:50:37 Modified files: . : README Log message: X.Org 7.7. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/07/23 04:54:54 Modified files: sys/net : if_spppsubr.c Log message: Call sppp_clear_ip_addrs from a workq. Problem reported by RD Thrush and LEVAI Daniel, diagnosed by matthew@, original diff from RD Thrush, cleaned up by me with feedback from mikeb@. OK mikeb dcoppa deraadt CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/07/23 10:03:56 Modified files: de : donations.html faq/de : faq10.html faq/fr : faq10.html faq/nl : faq10.html fr : donations.html hackathons.html lt : donations.html ftp.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/23 11:38:19 Modified files: usr.sbin/mtree : Makefile Log message: workaround: link this static for a release, because the upgrade script is doing something unbelievably stupid by running dynamic binaries. In about 4-5 months, someone remind me to undo this change. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/07/23 11:51:45 Modified files: devel/automake/1.10: Makefile Log message: sneak in a missing bump in previous ok naddy@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/07/23 12:54:57 Modified files: . : INDEX Log message: sync CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2012/07/23 21:19:54 Modified files: . : cvsync.html Log message: four minutes of du later, shiny new repo sizes! CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2012/07/23 22:00:21 Modified files: build/mirrors : cvsync.html.end Log message: editing a generated file means even more commits. pointed out by brad CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2012/07/23 22:03:38 Modified files: . : cvsync.html Log message: sync CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2012/07/23 22:06:22 Modified files: build/mirrors : cvsync.html.head Log message: lum screwed up too, put back in his changes CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2012/07/23 22:07:15 Modified files: . : cvsync.html Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/07/24 09:16:20 Modified files: sys/net : if_spppsubr.c Log message: decls before code CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/07/25 12:18:59 Modified files: sys/arch/sparc/dev: if_le.c sys/dev/sbus : if_le_ledma.c Log message: When reporting media state, be sure to set IFM_AVALID and IFM_ACTIVE in ifm_status, for dhclient's sake. Current dhclient interface_status() considers interfaces able to report media information but not returning IFM_AVALID as down. Note that these interfaces usually have mii(4) or have specific code reporting correct values; sparc le(4) is an exception. Found the hard way by sebastia@; joint work with krw@, ok deraadt@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2012/07/25 13:49:12 Modified files: sbin/fdisk : part.c Log message: do not check ns here, we're supposed to compute it; ok krw@ deraadt@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/07/26 05:48:00 Modified files: sbin/pfctl : pfctl.c Log message: load os passive fingerprints when testing the ruleset; ok henning CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/07/26 06:25:31 Modified files: sys/net : if_pfsync.c pf.c pfvar.h Log message: rename all_state_flags to state_flags to finish the transition to the 16 bit flags; reminded by claudio, ok henning CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2012/07/26 09:51:22 Modified files: sys/conf : newvers.sh Log message: move to -current CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2012/07/26 09:52:28 Modified files: sys/conf : GENERIC Log message: now that we are current again, enable POOL_DEBUG CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2012/07/26 12:39:48 Modified files: lib/libc/crypt : arc4random.3 Log message: remove reference to no longer existing description of nonexistent devices; ok deraadt@ tedu@, wording tweaks jmc@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/07/26 12:42:58 Modified files: sbin/dhclient : dispatch.c Log message: Make interface_status() assume that a link is up when IFM_AVALID is not set. This is what the late interface_link_status() did. Allows drivers who cannot tell what the link state is to get dhcp leases. Prodding by henning@. ok deraadt@ miod@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/07/26 18:21:17 Modified files: usr.bin/audioctl: audioctl.c Log message: Fix initializer botch introduced in r1.20 when 'oldval' field was added into middle of struct field (sic), without adding appropriate initializer values. Move field to end of struct and let 0 be it's value. Spotted and diff from David Julio. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/07/28 02:50:06 Modified files: usr.bin/pkg-config: pkg-config Log message: Return a proper error message when we end up needed to parse packages, but none were provided. Similar to what fd.o does. CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/07/28 06:06:41 Modified files: usr.sbin/smtpd : scheduler_backend.c Log message: fix uninitialized field type in scheduler_info struct. found with valgrind on -portable. ok gilles@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2012/07/28 06:35:14 Modified files: share/man/man4 : pflog.4 Log message: sync struct pfloghdr with reality, pt out Johan Ryberg CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/07/28 13:07:07 Modified files: regress/usr.bin: Makefile Removed files: regress/usr.bin/xlint: Makefile test-1.c test-1.c.exp test-10.c test-10.c.exp test-11.c test-11.c.exp test-12.c test-12.c.exp test-13.c test-13.c.exp test-14.c test-14.c.exp test-15.c test-15.c.exp test-16.c test-16.c.exp test-17.c test-17.c.exp test-18.c test-18.c.exp test-19.c test-19.c.exp test-2.c test-2.c.exp test-20.c test-20.c.exp test-21.c test-21.c.exp test-22.c test-22.c.exp test-23.c test-23.c.exp test-24.c test-24.c.exp test-25.c test-25.c.exp test-26.c test-26.c.exp test-3.c test-3.c.exp test-4.c test-4.c.exp test-5.c test-5.c.exp test-6.c test-6.c.exp test-7.c test-7.c.exp test-8.c test-8.c.exp test-8.h test-9.c test-9.c.exp Log message: lint is with us no more; remove regress tests CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/07/28 13:48:54 Modified files: sys/arch/i386/i386: vm_machdep.c Log message: zap a misleading comment CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/29 06:35:05 Modified files: usr.bin/mandoc : man_term.c man_validate.c Log message: Implement .PD for -Tascii. Reminded about the missing feature by millert@. This reduces mandoc/groff differences in base by 25%. ok millert@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/29 06:57:45 Modified files: share/man/man7 : roff.7 Log message: Two improvements from kristaps@: Document .cc (bsd.lv rev. 1.39) and fix a typo (bsd.lv rev. 1.38). CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/29 07:35:41 Modified files: share/man/man7 : man.7 Log message: document .PD; related to man_term.c rev. 1.88 CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/07/29 07:49:03 Modified files: sys/dev/pci : if_ix.c if_ix.h ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_82599.c ixgbe_phy.c ixgbe_type.h Log message: whitespace cleanup, no binary change CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/07/29 07:56:24 Modified files: usr.sbin/smtpd : mta.c mta_session.c smtpd.h Log message: remove the session tree from the global env and move it to mta_session.c, along with mta_relay and mta_session definition. ok gilles@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/07/29 08:08:08 Modified files: regress/usr.bin/mandoc/char/space: nobreak.in nobreak.out_ascii Log message: in addition to backslash-tilda, test the more portable backslash-space as well CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2012/07/29 10:29:56 Modified files: usr.bin/mandoc : mdoc_man.c Log message: Use "\\ " not "\\~" as the non-breaking space as historic nroff doesn't support the latter. OK schwarze@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2012/07/29 10:30:52 Modified files: usr.bin/mandoc : mdoc_man.c Log message: The '-' before the flags needs to be quoted to prevent nroff from putting a line break between the '-' and the flag character. OK schwarze@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2012/07/29 10:31:44 Modified files: usr.bin/mandoc : mdoc_man.c Log message: Disable hyphenation and, for nroff, disable justification which is consistent with how mdoc behaves (and produces more readable manuals). OK schwarze@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/07/29 10:33:01 Modified files: usr.sbin/smtpd : lka_session.c smtpd.h Log message: get rid of A_INVALID. little code cleanup while here. ok gilles@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/07/29 11:21:44 Modified files: usr.sbin/smtpd : aliases.c lka_session.c makemap.c smtpd.h util.c Log message: - introduce xlowercase() and allow lowercase() to fail gracefully - replace all calls to lowercase() with calls to xlowercase() - in the format string expansion, lowercase() all formats we will have to reassess all calls to xlowercase() even though it has never triggered as far as I know, we can probably gracefully fail some of them. right now we're just keeping former behaviour. this commit fixes issue reported by Hugo Osvaldo Barrera where a %u format could lead to a delivery failure (ie: GILLES@openbsd.org should be expanded to gilles, not GILLES ... only for local deliveries). ok chl@ on the idea, ok eric@ on the diff CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/07/29 11:33:55 Modified files: usr.sbin/smtpd : dns.c Log message: fix bogus permfail when no MX is defined on a valid domain. ok gilles@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/07/29 13:51:36 Modified files: regress/lib/libc/asr: regress.sh regress/lib/libc/asr/bin: gethostnamadr.c Log message: add a flag to choose between gethostbyname and gethostbyaddr CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/07/29 14:16:02 Modified files: usr.sbin/smtpd : mta_session.c Log message: reset the session if no RCPT was accepted for the batch. ok gilles@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/07/29 14:33:21 Modified files: lib/libc/asr : asr_resolver.c Log message: must be zero'd (found by regress) CVSROOT: /cvs Module name: www Changes by: bmercer@cvs.openbsd.org 2012/07/30 08:39:08 Modified files: . : want.html Log message: Would like to have a zaurus for testing arm diffs on. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/07/30 09:37:10 Modified files: devel/gettext : Makefile devel/gettext/patches: patch-gettext-runtime_intl_dcigettext_c Removed files: devel/gettext/patches: patch-gettext-runtime_intl_l10nflist_c Log message: revert stpcpy() removal which introduced at least one string handling bug ok jasper@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/07/30 09:49:55 Modified files: lang/go : Makefile Log message: make sure make plist works on any arch, should fix pkglocatedb troubles. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/07/30 10:58:19 Modified files: sys/arch/sparc/dev: if_le.c sys/dev/sbus : if_le_ledma.c Log message: Revert previous change, and don't set IFM_AVALID | IFM_ACTIVE in ifm_status to appease dhcpd, as dhcpd has now been fixed to not require this. repeated prodding and special ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/07/30 11:27:26 Modified files: . : INDEX Log message: sync CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/07/30 12:40:59 Modified files: de : 21.html 22.html 23.html 24.html 25.html 26.html 27.html 28.html cvsync.html lt : plat.html romp.html nl : cvsync.html donations.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/01 09:44:14 Modified files: sys/arch/amd64/amd64: amd64_mem.c sys/arch/i386/i386: i686_mem.c Log message: Use mtrrmask instead of hardcoded values to accommodate newer CPUs with a large physical address size (greater than 36 bit). Fixes a major performance hit seen on newer servers where an incorrectly programmed memory region length affects the PCI device mappings. While here, make sure to invalidate the TLB after programming MSRs and fix an incorrect behavior found by deraadt@ where MTRRdefType was updated outside of the protected region. The fix was partly obtained from FreeBSD, tested by many. With and OK deraadt