CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/08/01 21:18:48 Modified files: sys/kern : kern_clock.c kern_exec.c kern_exit.c kern_fork.c subr_prof.c sys/sys : proc.h systm.h bin/ps : ps.1 Log message: Apply profiling to all threads instead of just the thread that called profil() by moving P_PROFIL from proc->p_flag to process->ps_flags with matching adjustment in fork1() and exit1() ok matthew@ CVSROOT: /cvs Module name: src Changes by: okan@cvs.openbsd.org 2012/08/02 07:38:39 Modified files: . : Makefile.cross gnu/egcs/libstdc++: Makefile.bsd-wrapper gnu/lib/libiberty: Makefile.bsd-wrapper lib/libarch : Makefile.inc lib/libc : Makefile lib/libc/string: Makefile.inc lib/libcompat : Makefile lib/libcurses : Makefile lib/libedit : Makefile lib/libevent : Makefile lib/libexpat : Makefile lib/libform : Makefile lib/libgssapi : Makefile lib/libkadm5clnt: Makefile lib/libkadm5srv: Makefile lib/libkeynote : Makefile lib/libkrb5 : Makefile lib/libkvm : Makefile lib/libl : Makefile lib/libm : Makefile lib/libmenu : Makefile lib/libocurses : Makefile lib/libossaudio: Makefile lib/libpanel : Makefile lib/libpcap : Makefile lib/librpcsvc : Makefile lib/librthread : Makefile lib/libskey : Makefile lib/libssl/crypto: Makefile lib/libssl/ssl : Makefile lib/libusbhid : Makefile lib/libutil : Makefile lib/libwrap : Makefile lib/liby : Makefile lib/libz : Makefile sys/arch/loongson/stand/libsa: Makefile usr.bin/ssh/lib: Makefile usr.sbin/smtpd/libsmtpdfilter: Makefile usr.sbin/watchdogd: Makefile Log message: remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. ok guenther@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/02 11:26:13 Modified files: sys/dev/pci : pcidevs Log message: Emulex Lancer (XE201) CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/02 11:26:59 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/08/02 11:35:52 Modified files: sys/dev/pci : files.pci Added files: sys/dev/pci : if_oce.c oce.c ocereg.h ocevar.h Log message: Add a driver for Emulex OneConnect 10Gb Ethernet obtained from FreeBSD but heavily massaged to look like other BSD network drivers. Support is provided for cards based on the following controllers: o ServerEngines BladeEngine 2 o ServerEngines BladeEngine 3 o Emulex Lancer CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/02 16:06:29 Modified files: sys/dev/pci : ocevar.h Log message: we use a central pci database; no reason to keep duplicates around CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/02 16:14:31 Modified files: sys/dev/pci : if_oce.c ocevar.h Log message: get rid of some "capabilities" leftovers CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/03 02:49:28 Added files: share/man/man4 : oce.4 Log message: Manual page for the Emulex 10Gb Ethernet driver CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/03 02:52:59 Modified files: share/man/man4 : oce.4 Log message: don't capitalize "base" in 10GbaseXX CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/08/03 06:10:03 Modified files: share/man/man5 : bsd.port.mk.5 Log message: tell people target update-patches actually invokes script update-patches(1) which is documented. prompted by aja@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/08/03 06:25:16 Modified files: etc : pf.os Log message: add a handful of linux signatures from p0fv2 and some other signatures from observation. ok mikeb@ jsing@ henning@ deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/08/03 06:42:41 Modified files: sys/dev/usb : usbdevs Log message: HUAWEI E392 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/08/03 06:43:34 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/08/03 06:44:37 Modified files: sys/dev/usb : umsm.c Log message: add HUAWEI E392, tested by Alexei Malinin CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/08/03 06:47:17 Modified files: share/man/man4 : umsm.4 Log message: update for HUAWEI E392, from Alexei Malinin CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/03 10:35:36 Modified files: share/man/man4 : Makefile Log message: add oce.4 CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/03 10:37:19 Modified files: sys/arch/i386/conf: GENERIC sys/arch/amd64/conf: GENERIC Log message: enable oce(4) CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 01:02:14 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Factorize common warn, error and report outputs into functions. Remove bogus echo -n "foobar\n", leftover from display output tests. No functional change but makes the code more readable. from robert ar peichaer dor org ok sthen@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 03:55:29 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Also log the file(s) we manually merged/installed as it's important information. ok sthen@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 03:57:20 Modified files: fr : cvsync.html want.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/08/04 08:23:30 Modified files: infrastructure/mk: bsd.port.mk Log message: - make SUBST_CMD be subpackage dependent, fixes substitution problems in README-sub (as noticed by aja@) - stronger checks for X correctly installed: don't ignore ports if X11 is not there, error out right away. Make sure /usr/local/lib/X11/app-defaults is a link, and that whatis.db is there (as should be fixed by release in xenocara) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/08/04 08:24:23 Modified files: security/clamav/patches: patch-libclamav_Makefile_in net/quagga/patches: patch-ospfclient_Makefile_in Log message: fix non-sensible libtool parameters, allows us to drop some very weird libtool code. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/08/04 08:25:33 Added files: net/pidgin/patches: patch-finch_libgnt_Makefile_am patch-finch_libgnt_Makefile_in net/quagga/patches: patch-ospfclient_Makefile_am patch-ospfclient_Makefile_in.orig patch-ospfd_Makefile_am patch-ospfd_Makefile_in Log message: ... and some of the patches I forgot to add CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/08/04 08:26:02 Modified files: usr.bin/libtool/LT/Mode: Link.pm Log message: zap nonsense code CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 08:31:31 Modified files: x11/gnome/caribou: Makefile Log message: Missing BUILD_DEPENDS. spotted by sthen@ and naddy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 08:32:25 Modified files: audio/rhythmbox: Makefile Log message: Add BUILD_DEPENDS on devel/check which is needed to build the tests. spotted by naddy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 08:33:09 Modified files: x11/gnome/system-monitor/patches: patch-src_procproperties_cpp Log message: Committed upstream. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/08/04 08:33:14 Modified files: devel/gettext : Makefile 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. Fix missing string termination in _nl_make_l10nflist(), with Christian Schulte. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 08:36:09 Log message: Import cups-filters-1.0.20 This package provides additional CUPS filters which are not provided by the CUPS project itself. This includes filters for a PDF based printing workflow. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120804 N ports/print/cups-filters/distinfo N ports/print/cups-filters/Makefile N ports/print/cups-filters/test.ttf N ports/print/cups-filters/pkg/DESCR N ports/print/cups-filters/pkg/PLIST N ports/print/cups-filters/pkg/PFRAG.shared N ports/print/cups-filters/patches/patch-backend_serial_c N ports/print/cups-filters/patches/patch-filter_pdftopdf_P2POutputStream_h N ports/print/cups-filters/patches/patch-configure N ports/print/cups-filters/patches/patch-filter_pdftopdf_PDFFTrueTypeFont_h No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 08:36:31 Modified files: print : Makefile Log message: +cups-filters CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 08:37:04 Modified files: print/cups : Makefile distinfo print/cups/patches: patch-Makedefs_in patch-backend_ipp_c patch-backend_usb-libusb_c patch-config-scripts_cups-common_m4 patch-config-scripts_cups-compiler_m4 patch-config-scripts_cups-sharedlibs_m4 patch-cups_Makefile patch-cups_http_c patch-filter_Makefile patch-filter_raster_c patch-scheduler_Makefile patch-scheduler_auth_c patch-scheduler_ipp_c patch-scheduler_log_c patch-scheduler_main_c patch-test_run-stp-tests_sh Added files: print/cups/pkg : DESCR-libs DESCR-main PFRAG.shared-libs PFRAG.shared-main PLIST-libs PLIST-main README-main Removed files: print/cups/patches: patch-backend_usb-unix_c patch-config-scripts_cups-pdf_m4 patch-driver_Makefile patch-filter_imagetops_c patch-filter_pdftops_c patch-systemv_lpadmin_c print/cups/pkg : DESCR PFRAG.shared PLIST README Log message: Major update to CUPS 1.6.1. This package is now split between -main (the bloat) and -libs (i.e. cups-libs; which only contains the base libraries which have no external deps). Most filters have moved to cups-filters, the split was needed because cups depends on cups-filters which depends on cups The nice side-effect is that this will simplify lots of things in tree. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 08:38:26 Modified files: print/cups-pdf : Makefile Log message: Fix DEPENDS after recent CUPS update. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 08:38:46 ports/print/cups-pk-helper/patches Update of /cvs/ports/print/cups-pk-helper/patches In directory cvs.openbsd.org:/tmp/cvs-serv8275/patches Log Message: Directory /cvs/ports/print/cups-pk-helper/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 08:39:22 Modified files: print/cups-pk-helper: Makefile Added files: print/cups-pk-helper/patches: patch-src_cups_c Log message: Fix build with cups >= 1.6 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 08:40:08 Modified files: print/epdfview : Makefile print/epdfview/pkg: DESCR PLIST Added files: print/epdfview/patches: patch-src_PrintPter_cxx Log message: Remove the cups FLAVOR. Link to libcups by default. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 08:41:07 Modified files: print/foo2zjs : Makefile print/foo2zjs/pkg: README-main Log message: Depend on print/foomatic-db-engine instead of foomatic-filters. Adapt to new CUPS. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 08:42:04 Modified files: print/gutenprint: Makefile Log message: Depends on both foomatic-db and foomatic-db-engine. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/08/04 08:42:17 Modified files: audio/opus : Makefile audio/opus-tools: Makefile Log message: add mirror master site CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 08:43:10 Modified files: print/py-cups : Makefile print/py-cups/patches: patch-cupsconnection_c Added files: print/py-cups/patches: patch-cupsipp_c patch-cupsmodule_c patch-cupsmodule_h Log message: Fix build with cups >= 1.6; from upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 08:43:37 Modified files: print/scribus : Makefile Log message: cups -> cups,-libs CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 08:44:25 Modified files: print/system-config-printer: Makefile Log message: Explicitely depends on print/cups; otherwise this package is pretty much useless. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 08:45:34 Modified files: net/samba : Makefile net/samba/pkg : DESCR-main PLIST-main Added files: net/samba/patches: patch-source3_printing_print_cups_c patch-source3_printing_print_iprint_c Log message: Remove the cups FLAVOR and depends on cups,-libs. Fix to build with cups >= 1.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 08:46:24 Modified files: www/chromium : Makefile Log message: Remove dependency on x11/gtk+2,-cups; this package will soon disapear. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 08:47:00 Modified files: x11/freerdp : Makefile x11/freerdp/pkg: DESCR PLIST Log message: Remove the no_cups FLAVOR and always depend on cups,-libs. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 08:47:41 Modified files: x11/gnustep/gui: Makefile Log message: cups -> cups,-libs CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/08/04 08:47:52 Modified files: devel/llvm : Makefile Added files: devel/llvm/patches: patch-lib_CodeGen_StackProtector_cpp patch-tools_clang_lib_Driver_ToolChains_h Log message: Make stack smashing protection work with our native libc routines, and enable it by default. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 08:48:18 Modified files: x11/xfce4/xfprint: Makefile Added files: x11/xfce4/xfprint/patches: patch-printing-systems_cups_cups_c Log message: Fix build with cups >= 1.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 08:49:09 Modified files: x11/nx/opennx : Makefile x11/nx/opennx/pkg: README Log message: Document the dependency on print/cups. Tweak DESCR. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 08:49:52 Modified files: x11/gnome/controlcenter: Makefile x11/gnome/controlcenter/patches: patch-panels_printers_cc-printers-panel_c patch-panels_printers_pp-new-printer-dialog_c Added files: x11/gnome/controlcenter/patches: patch-panels_printers_pp-utils_c Log message: Fix build with cups >= 1.6. CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/08/04 08:49:54 Modified files: libexec/ftpd : ftpd.8 Log message: MDTM and SIZE have been in RFC 3659 for over five years. Also, mention both RFCs in "SEE ALSO". ok jmc@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 08:50:19 Modified files: x11/gnome/settings-daemon: Makefile Added files: x11/gnome/settings-daemon/patches: patch-plugins_print-notifications_gsd-print-notifications-manager_c patch-plugins_print-notifications_gsd-printer_c Log message: Fix build with cups >= 1.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 08:51:38 Modified files: x11/kde/libs3 : Makefile Log message: Don't build kdecups for now; it is broken with cups >= 1.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 08:52:33 Modified files: print/foomatic-db: Makefile Log message: Missing RUN_DEPENDS on foomatic-db-engine. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 08:53:21 Modified files: print/foomatic-db-engine: Makefile print/foomatic-db-engine/pkg: README Log message: Redo the documentation to explain things in a clearer way. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 08:54:22 Modified files: print/foomatic-filters: Makefile print/foomatic-filters/pkg: README Log message: Don't depend on print/gstoraster anymore; gstoraster will be part of ghostscript again once kili@ has OK'd my diff. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 08:55:37 Modified files: print/hplip : Makefile print/hplip/pkg: README-hpcups README-main Log message: Properly set dependencies on cups or cups-libs according to the subpackage. While here, tweak the README a bit. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 08:56:35 Modified files: print/ptouch-driver: Makefile Log message: No need to RUN_DEPENDS on foomatic-filter; dependency on foomatic-dn-engine already takes care of it. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 08:57:28 Modified files: print/splix : Makefile print/splix/pkg: README Log message: cup -> cups,-libs Explicitely set our PSTORASTE to gstoraster. Tweak README. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 08:59:04 Log message: Import colord-gtk-0.1.22. colord-gtk is a GTK+ support library for colord. (note that this used to be a subpackage but upstream split it into two different projects to prevent the build loop with gtk+3). ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120804 N ports/graphics/colord-gtk/Makefile N ports/graphics/colord-gtk/distinfo N ports/graphics/colord-gtk/patches/patch-configure N ports/graphics/colord-gtk/pkg/DESCR N ports/graphics/colord-gtk/pkg/PLIST N ports/graphics/colord-gtk/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 08:59:24 Modified files: graphics : Makefile Log message: +colord-gtk CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 09:00:16 Modified files: graphics/colord: Makefile distinfo graphics/colord/patches: patch-configure patch-src_Makefile_in patch-src_cd-profile-store_c Added files: graphics/colord/pkg: DESCR PFRAG.shared PLIST Removed files: graphics/colord/pkg: DESCR-gtk DESCR-main PFRAG.shared-gtk PFRAG.shared-main PLIST-gtk PLIST-main Log message: Update to colord-0.1.22. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 09:01:06 Modified files: devel/iniparser: Makefile devel/iniparser/patches: patch-Makefile Log message: Fix soname so that the library is properly loaded. spotted by edd@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 09:01:50 Modified files: www/firefox35 : Makefile www/firefox35/pkg: README www/firefox36 : Makefile www/firefox36/pkg: README www/mozilla-firefox: Makefile www/mozilla-firefox/pkg: README Log message: There is no more gtk+2-cups. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 09:03:05 Modified files: x11/gtk+3 : Makefile Log message: Fix dependencies after recent colord-gtk split and cups update. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 09:04:43 Modified files: x11/gtk+2 : Makefile x11/gtk+2/patches: patch-gtk_Makefile_in x11/gtk+2/pkg : PLIST-main Removed files: x11/gtk+2/pkg : DESCR-cups PLIST-cups Log message: Remove the -cups subpackage and link to cups,-libs ; discussed with espie@, naddy@, landry@ and jasper@ Remove the icons symlink hack which should have been fixed 2 releases ago. (if anyone experience icon display issues with firefox, please talk to me) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 09:05:35 Modified files: editors/libreoffice: Makefile Log message: cups -> cups-,-libs CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 09:06:07 Modified files: www/owncloud : Makefile distinfo www/owncloud/pkg: PLIST UNMESSAGE Log message: SECURITY update to owncloud-4.0.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 09:06:55 Modified files: devel/jdk/1.6 : Makefile devel/jdk/1.7 : Makefile x11/qt3 : Makefile Log message: cups -> cups,-libs CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 09:07:25 Modified files: x11/qt4 : Makefile Added files: x11/qt4/patches: patch-src_gui_painting_qcups_cpp Log message: Handle cups >= 1.6 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 09:08:23 Modified files: graphics/simple-scan: Makefile Log message: Bump after colord-gtk split. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 09:08:45 Modified files: graphics/sane-backends: Makefile graphics/sane-backends/pkg: README Log message: Tweak README. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 09:09:35 Modified files: devel/xdg-utils: Makefile devel/xdg-utils/pkg: PLIST Added files: devel/xdg-utils/pkg: README Log message: Document the BROWSER variable in README; this was source of confusion for pirofti@ during g2k12 :) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 09:10:30 Modified files: mail/sympa : Makefile mail/sympa/pkg : README Log message: No need for double slashes (i.e. /var//foobar versus /var/foobar). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 09:11:00 Modified files: devel/py-xdg : Makefile distinfo devel/py-xdg/patches: patch-xdg_BaseDirectory_py patch-xdg_Menu_py devel/py-xdg/pkg: PLIST Log message: Update to py-xdg-0.23. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 09:11:36 Modified files: meta/gnome : Makefile Log message: Fix dependencies after the colord-gtk split and the gtk+2-cups removal. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 09:12:16 Modified files: x11/gnome/color-manager: Makefile Log message: Bump after the colord split. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 09:13:26 Modified files: net/csync : Makefile Log message: Fix WANTLIB/LIB_DEPENDS now that iniparser has been fixed. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 09:15:00 Modified files: infrastructure/db: user.list Log message: The _cups group will not be used in ghostscript anymore. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 09:17:06 Modified files: sysutils/bacula: Makefile sysutils/bacula/pkg: README-main Log message: No need to add FULLPKGNAME-main to SUBST_VARS now that the infrastructure does the right thing; thanks espie@ ! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 09:17:56 Removed files: print/gstoraster: Makefile distinfo print/gstoraster/patches: patch-gstoraster print/gstoraster/pkg: DESCR PLIST Log message: Remove gstoraster; it'll be part of ghostscript soon. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 09:18:32 Modified files: print : Makefile Log message: -gstoraster CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 09:19:36 Log message: Import zurmo-0.7.10. Zurmo is an open source CRM application written in PHP utilizing jQuery, Yii Framework, and RedBeanPHP. The goal with Zurmo is to provide an easy-to-use, easy-to-customize CRM application that can be adapted to any business use case. Special care has been taken to think through many different use cases with a system designed to provide a high degree of flexibility, covering a wide variety of use cases out of the box. <...> ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120804 N ports/www/zurmo/Makefile N ports/www/zurmo/distinfo N ports/www/zurmo/files/zurmo.conf N ports/www/zurmo/pkg/DESCR N ports/www/zurmo/pkg/README N ports/www/zurmo/pkg/PLIST N ports/www/zurmo/pkg/UNMESSAGE No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 09:19:53 Modified files: www : Makefile Log message: +zurmo CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 09:28:14 Modified files: databases/postgresql: Makefile databases/postgresql/pkg: postgresql.rc net/samba : Makefile net/samba/pkg : nmbd.rc smbd.rc winbindd.rc net/prosody : Makefile net/prosody/pkg: prosody.rc net/rabbitmq : Makefile net/rabbitmq/pkg: rabbitmq.rc Log message: Set rc_usercheck to NO. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 09:28:39 Modified files: etc/rc.d : nsd Log message: Set rc_usercheck to NO. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 09:30:25 Modified files: etc/rc.d : rc.subr Log message: Add a new rc_usercheck variable (default to YES). When set to no, root privilege is needed to run rc_check. In effect this means /etc/rc.d/foobar check can now be run as a regular user. Discussed with robert@ during g2k12. ok todd@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 09:30:48 Modified files: share/man/man8 : rc.subr.8 Log message: Document rc_usercheck. ok todd@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 09:31:45 Modified files: x11/gnome/gdm/pkg: gdm.rc Log message: Fix rc_check; no bump since this pkg is BROKEN. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 09:35:09 Modified files: x11/gnome/controlcenter: Makefile Log message: DIFF_ARGS is not needed anymore. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 09:36:11 Modified files: x11/gnome/tracker: Makefile Log message: DIFF_ARGS is not needed anymore. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/08/04 09:41:44 Modified files: audio/opus-tools: Makefile distinfo Removed files: audio/opus-tools/patches: patch-src_opusdec_c Log message: maintenance update to 0.1.4 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 09:42:03 Removed files: print/cups-filters: test.ttf Log message: This has nothing to do here... CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/08/04 09:56:24 Modified files: devel/help2man : Makefile Log message: remove cruft CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2012/08/04 09:58:37 Modified files: games/scummvm : Makefile distinfo games/scummvm/patches: patch-Makefile_common patch-configure Log message: update to 1.5.0 sndio midi backend now included upstream CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2012/08/04 10:06:47 Removed files: games/scummvm/files: sndio.cpp games/scummvm/patches: patch-backends_module_mk patch-base_plugins_cpp patch-base_version_cpp Log message: remove no longer needed patches missed last commit CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 10:25:28 Modified files: sys/dev/pci : pcidevs Log message: 0x7942 is also a Radeon Xpress 1500 ok matthieu@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 10:26:39 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: Regen. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 10:28:01 Modified files: sys/dev/pci/drm: radeon_drv.c Log message: PCI_PRODUCT_ATI_RADEON_X1250 -> PCI_PRODUCT_ATI_RADEON_X1250_{1,2} prodded by matthieu@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/08/04 10:30:04 Modified files: textproc/hevea : Makefile Log message: use ocaml.port.mk CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/04 10:59:11 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/04 11:10:01 Modified files: . : README share/mk : bsd.xorg.mk Log message: Switch to automake 1.12/autoconf 2.68. Note that I don't plan to regenerate all the autotools files now. It's a lazy update that will only take effect when autotools files are re-generated, upon updates or for another reason. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/08/04 11:38:56 Modified files: audio/mpg123 : Makefile distinfo audio/mpg123/patches: patch-configure Log message: update to 1.14.4 for some minor bug fixes CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 11:51:44 Modified files: print/ghostscript/gnu: Makefile print/ghostscript/gnu/patches: patch-base_unix-gcc_mak print/ghostscript/gnu/pkg: PLIST Removed files: print/ghostscript/gnu/patches: patch-cups_gdevcups_c Log message: Compile/install gstoraster and the corresponding convs file. Link gstoraster to pstoraster in case there are some oldies around that still try to use pstoraster. Remove the dlopen libcups hack and link to libcups as upstream intended. Unconditionally depend on cups,-libs. with and ok kili@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 11:53:06 Modified files: print/cups : Makefile Log message: Remove XXX. Bump minor which I forgot in previous. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/04 12:01:28 Modified files: print/cups : Makefile Log message: Split REVISION between subpackages; no pkg change. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/08/04 12:05:21 Modified files: palm : Makefile Removed files: palm/pose : Makefile distinfo palm/pose/patches: patch-BuildUnix_Makefile_in patch-BuildUnix_configure_in patch-SrcShared_EmCommon_h patch-SrcShared_EmPalmStructs_h patch-SrcShared_EmStream_h patch-SrcShared_Hardware_EmRegs328_cpp patch-SrcShared_Hardware_EmRegsEZTRGpro_cpp patch-SrcShared_Hardware_EmRegsEZ_cpp patch-SrcShared_Hardware_EmRegsVZHandEra330_cpp patch-SrcShared_Hardware_EmRegsVZPalmM505_cpp patch-SrcShared_Hardware_EmRegsVZ_cpp patch-SrcShared_Switches_h patch-SrcShared_omnithread_omnithread_h patch-SrcUnix_EmDocumentUnix_cpp patch-SrcUnix_espws-2_0_FileBrowser_cxx patch-SrcUnix_espws-2_0_FileChooser2_cxx patch-SrcUnix_espws-2_0_FileIcon_cxx palm/pose/pkg : DESCR PLIST Log message: Remove palm/pose. Only works on i386, upstream is dead, and it requires a substantial amount of changes to work with the upcoming x11/fltk update. ok landry@ aja@, no objection from naddy@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/08/04 12:07:03 Modified files: x11/fltk : Makefile distinfo x11/fltk/patches: patch-Makefile patch-configure_in patch-makeinclude_in patch-src_Fl_Preferences_cxx patch-src_Makefile x11/fltk/pkg : PLIST Added files: x11/fltk/patches: patch-documentation_Makefile Removed files: x11/fltk/patches: patch-src_Fl_PNG_Image_cxx patch-src_filename_list_cxx Log message: Update to latest version 1.3.0, remove USE_GROFF, give more accurate license, use SUBST_CMD instead of perl and fix the version reported by fltk-config. ok landry@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/08/04 12:07:39 Modified files: x11/flwm : Makefile Log message: Fix build with new fltk. ok landry@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/08/04 12:08:21 Modified files: graphics/aqsis : Makefile Log message: Fix build with new fltk. ok landry@ CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/08/04 13:10:15 Modified files: databases/p5-DBD-Pg: Makefile distinfo Log message: Update p5-DBD-Pg to 2.19.2. ok pea@ (maintainer). CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/08/04 13:29:16 Modified files: japanese/mecab : Makefile distinfo Log message: Update to mecab 0.994. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/08/04 13:31:05 Modified files: fonts/ja-kanjistrokeorders-ttf: Makefile distinfo fonts/ja-kanjistrokeorders-ttf/pkg: PLIST Log message: Update to KanjiStrokeOrders 3.000. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/08/04 13:40:12 Modified files: devel/bison : Makefile Log message: drop groff dependency CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/08/04 14:05:12 Modified files: shells/bash : Makefile distinfo Added files: shells/bash/patches: patch-doc_bash_1 Log message: update to 4.2 patchlevel 37 and drop groff dependency CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/08/04 14:30:59 Modified files: graphics/jasper: Makefile graphics/jbigkit: Makefile Log message: no need for groff CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/04 14:41:42 Modified files: app/xdm/config : Xsession.cpp app/xinit : xinitrc.cpp Log message: If dbus is installed, start the daemon as part of the X session. That will help applications that depend on dbus beeing started. With ajacoutot@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/04 14:43:54 Modified files: net/unbound : Makefile distinfo net/unbound/patches: patch-Makefile_in patch-doc_example_conf_in net/unbound/pkg: unbound.rc Removed files: net/unbound/patches: patch-configure_ac Log message: update to unbound 1.4.18; includes a crash fix (assertion failure). - rc.d script now generates the unbound-control keys if they don't exist and the sample config file is patched to enable this, various rc.d/unbound actions depend on this, pointed out/ok aja@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/04 15:15:35 Modified files: net/isc-dhcp : Makefile distinfo Log message: update to ISC-DHCP 4.2.4-P1, from Brad CVE-2012-3570: An Error in the Handling of an Unexpected Client Identifiers can Cause Server Crash When Serving DHCPv6 CVE-2012-3571: An Error in the Handling of Malformed Client Identifiers can Cause a Denial-of-Service Condition in Affected Servers CVE-2012-3954: Memory Leaks Found in ISC DHCP CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/08/04 15:17:40 Modified files: graphics/netpbm: Makefile distinfo Log message: update to 10.35.86, fixes ppmtobmp CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/04 15:53:56 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-addons_chan_ooh323_c patch-main_features_c telephony/asterisk/pkg: PLIST-main Log message: update to asterisk 1.8.15.0 CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/08/04 15:55:22 Modified files: regress/lib/libpthread/stack: stack.c Log message: Add a test for caching of stacks with the default attributes CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/08/04 15:56:51 Modified files: lib/librthread : rthread_stack.c Log message: Fix caching of stacks allocated with the default attributes. based on a diff from Christian Schulte (cs at schulte.it) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/08/04 16:25:19 Modified files: devel/autoconf : Makefile.inc devel/autoconf/2.13: Makefile Log message: none of the extant autoconf ports need groff CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/08/04 18:16:50 Modified files: devel/libffi : Makefile textproc/libxml: Makefile Log message: no need for groff CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/05 00:19:40 Modified files: print/cups : Makefile print/cups/pkg : DESCR-libs DESCR-main PLIST-main Log message: Add missing marker for print/cups. Remove ldap FLAVOR description from DESCR. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/05 00:46:10 Modified files: print/hplip : Makefile Added files: print/hplip/patches: patch-prnt_cupsext_cupsext_c patch-scan_sane_hpaio_c Log message: I forgot to cvs add the patches in my commit yesterday; spotted by ian@, thanks! While here, regen WANTLIB/depends. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/05 00:55:11 Modified files: x11/dbus : Makefile x11/dbus/pkg : PLIST Removed files: x11/dbus/pkg : README Log message: Remove README; xinitrc and Xsession will now try to run dbus-launch automatically if it is available and external X session managers (e.g. gnome-session...) also do the same. CVSROOT: /cvs Module name: xenocara Changes by: ajacoutot@cvs.openbsd.org 2012/08/05 01:27:34 Modified files: app/xinit : xinitrc.cpp Log message: Indent with tabs like the rest of the script. ok matthieu@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/05 01:30:55 Modified files: devel/automake/1.11: Makefile distinfo Removed files: devel/automake/1.11/patches: patch-lib_am_distdir_am Log message: Update to automake-1.11.6. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/05 01:31:25 Modified files: devel/automake/1.12: Makefile distinfo Removed files: devel/automake/1.12/patches: patch-lib_am_distdir_am Log message: Update to automake-1.12.2. from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/05 01:58:55 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: update to Postfix 20120715 snapshot, ok Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/05 01:59:09 Modified files: mail/postfix/stable: Makefile distinfo Log message: update to Postfix stable to 2.9.4, ok Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/05 02:02:11 Modified files: net/unbound : Makefile Log message: We no longer patch the autoconf input files, so switch back to CONFIGURE_STYLE=gnu - from Brad. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/05 02:05:38 Modified files: games/freedroidrpg: Makefile Log message: Use SHARED_ONLY=Yes for now to avoid a bug in lua.port.mk which causes PKG_ARCH=* to be set. Marked XXX - temporary until Jasper works out what to do with the lua module. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/05 02:07:28 Modified files: lang/lua : lua.port.mk Log message: XXX comment, PKG_ARCH=* is set too easily. Add reminder to remove workaround from games/freedroidrpg when this is fixed. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/08/05 02:14:56 Removed files: net/quagga/patches: patch-ospfclient_Makefile_in.orig Log message: Remove this; committed by mistake. ok ajacoutot@, sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/05 03:15:51 Modified files: mail/dovecot : Makefile distinfo mail/dovecot/patches: patch-src_auth_Makefile_in mail/dovecot/pkg: PLIST-server Log message: update to Dovecot 2.1.9, from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/05 03:16:07 Modified files: mail/dovecot-antispam: Makefile Log message: bump for new Dovecot; from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/05 03:16:18 Modified files: mail/dovecot-pigeonhole: Makefile Log message: bump for new Dovecot; from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/05 03:17:00 Modified files: x11/vlc : Makefile distinfo x11/vlc/patches: patch-modules_access_vcd_cdrom_c x11/vlc/pkg : PLIST-main Added files: x11/vlc/patches: patch-modules_access_bluray_c patch-modules_audio_filter_resampler_speex_c patch-src_network_httpd_c Log message: update to VLC 2.0.3 plus a few patches from upstream, from Brad. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/05 03:56:43 Modified files: x11 : Makefile Log message: Remove the no_cups FLAVOR. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/05 03:57:23 Modified files: net : Makefile Log message: Remove the samba,cups FLAVORs. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/05 03:58:12 Modified files: print : Makefile Log message: No more epdfview cups FLAVOR. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/05 04:32:09 Modified files: lang/php/5.3 : Makefile lang/php/5.3/patches: patch-php_ini-production Log message: bugfix update to php 5.3.15, ok robert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/05 04:48:12 Modified files: security/pcsc-lite: Makefile Log message: Remove useless comment. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/08/05 04:51:42 Modified files: share/man/man5 : bsd.port.mk.5 Log message: expand documentation of SUBST_CMD to explain the subpackage-dependent nits CVSROOT: /cvs Module name: ports Changes by: mpi@cvs.openbsd.org 2012/08/05 04:55:24 Modified files: devel/libusb1 : Makefile devel/libusb1/patches: patch-libusb_os_openbsd_usb_c Log message: Associate an ugen node to an USB device even if it is not attached as first device and don't use the new bConfigurationValue for the index when caching the config descriptor. Fix scanning problems reported and tested by ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/05 06:00:54 Modified files: lang/php/5.3 : Makefile distinfo lang/php/5.3/patches: patch-aclocal_m4 patch-php_ini-production patch-sapi_cgi_cgi_main_c patch-sapi_fpm_config_m4 patch-sapi_fpm_php-fpm_conf_in Log message: update PHP to 5.3.15 for real this time (committed previous from wrong machine) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/05 06:32:01 Modified files: textproc/py-docutils: Makefile distinfo textproc/py-docutils/patches: patch-setup_py textproc/py-docutils/pkg: PLIST Log message: update to py-docutils 0.9.1, from dhill - llvm 3.2 will want this CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/08/05 07:47:04 Modified files: textproc/intltool: Makefile print/cups : Makefile graphics/lcms : Makefile graphics/lcms2 : Makefile Log message: no need for groff CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/08/05 10:07:11 Modified files: sys/dev/usb : hid.c Log message: Remove a self-assignment, from Brad CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/05 12:08:05 Modified files: . : README share/mk : bsd.xorg.mk Log message: Automake 1.12 now uses autoconf 2.69. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/05 12:11:38 Modified files: xserver : ChangeLog configure.ac xserver/Xi : extinit.c stubs.c xiquerydevice.c xserver/dix : getevents.c touch.c xserver/hw/xfree86/common: xf86Config.c xf86Init.c xf86Xinput.c xserver/hw/xfree86/modes: xf86EdidModes.c xserver/randr : randr.c xserver/xkb : XKBMAlloc.c xkbAccessX.c Log message: Update to xserver 1.12.3. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/05 12:14:33 Modified files: xserver : Makefile.in aclocal.m4 config.guess config.sub configure depcomp install-sh missing xserver/Xext : Makefile.in xserver/Xi : Makefile.in xserver/composite: Makefile.in xserver/config : Makefile.in xserver/damageext: Makefile.in xserver/dbe : Makefile.in xserver/dix : Makefile.in xserver/doc : Makefile.in xserver/doc/dtrace: Makefile.in xserver/exa : Makefile.in xserver/fb : Makefile.in xserver/glx : Makefile.in xserver/hw : Makefile.in xserver/hw/dmx : Makefile.in xserver/hw/dmx/config: Makefile.in xserver/hw/dmx/config/man: Makefile.in xserver/hw/dmx/doc: Makefile.in xserver/hw/dmx/doxygen: Makefile.in xserver/hw/dmx/examples: Makefile.in xserver/hw/dmx/glxProxy: Makefile.in xserver/hw/dmx/input: Makefile.in xserver/hw/dmx/man: Makefile.in xserver/hw/kdrive: Makefile.in xserver/hw/kdrive/ephyr: Makefile.in xserver/hw/kdrive/ephyr/man: Makefile.in xserver/hw/kdrive/fake: Makefile.in xserver/hw/kdrive/fbdev: Makefile.in xserver/hw/kdrive/linux: Makefile.in xserver/hw/kdrive/openbsd: Makefile.in xserver/hw/kdrive/src: Makefile.in xserver/hw/kdrive/wscons: Makefile.in xserver/hw/vfb : Makefile.in xserver/hw/vfb/man: Makefile.in xserver/hw/xfree86: Makefile.in xserver/hw/xfree86/common: Makefile.in xserver/hw/xfree86/ddc: Makefile.in xserver/hw/xfree86/dixmods: Makefile.in xserver/hw/xfree86/dixmods/extmod: Makefile.in xserver/hw/xfree86/doc: Makefile.in xserver/hw/xfree86/dri: Makefile.in xserver/hw/xfree86/dri2: Makefile.in xserver/hw/xfree86/exa: Makefile.in xserver/hw/xfree86/exa/man: Makefile.in xserver/hw/xfree86/fbdevhw: Makefile.in xserver/hw/xfree86/fbdevhw/man: Makefile.in xserver/hw/xfree86/i2c: Makefile.in xserver/hw/xfree86/int10: Makefile.in xserver/hw/xfree86/loader: Makefile.in xserver/hw/xfree86/man: Makefile.in xserver/hw/xfree86/modes: Makefile.in xserver/hw/xfree86/os-support: Makefile.in xserver/hw/xfree86/os-support/bsd: Makefile.in xserver/hw/xfree86/os-support/bus: Makefile.in xserver/hw/xfree86/os-support/hurd: Makefile.in xserver/hw/xfree86/os-support/linux: Makefile.in xserver/hw/xfree86/os-support/misc: Makefile.in xserver/hw/xfree86/os-support/solaris: Makefile.in xserver/hw/xfree86/os-support/stub: Makefile.in xserver/hw/xfree86/parser: Makefile.in xserver/hw/xfree86/ramdac: Makefile.in xserver/hw/xfree86/shadowfb: Makefile.in xserver/hw/xfree86/utils: Makefile.in xserver/hw/xfree86/utils/cvt: Makefile.in xserver/hw/xfree86/utils/gtf: Makefile.in xserver/hw/xfree86/utils/man: Makefile.in xserver/hw/xfree86/vbe: Makefile.in xserver/hw/xfree86/vgahw: Makefile.in xserver/hw/xfree86/x86emu: Makefile.in xserver/hw/xfree86/xaa: Makefile.in xserver/hw/xnest: Makefile.in xserver/hw/xnest/man: Makefile.in xserver/hw/xquartz: Makefile.in xserver/hw/xquartz/GL: Makefile.in xserver/hw/xquartz/bundle: Makefile.in xserver/hw/xquartz/mach-startup: Makefile.in xserver/hw/xquartz/man: Makefile.in xserver/hw/xquartz/pbproxy: Makefile.in xserver/hw/xquartz/xpr: Makefile.in xserver/hw/xwin: Makefile.in xserver/hw/xwin/glx: Makefile.in xserver/hw/xwin/man: Makefile.in xserver/include: Makefile.in do-not-use-config.h.in xserver/man : Makefile.in xserver/mi : Makefile.in xserver/miext : Makefile.in xserver/miext/cw: Makefile.in xserver/miext/damage: Makefile.in xserver/miext/rootless: Makefile.in xserver/miext/shadow: Makefile.in xserver/miext/sync: Makefile.in xserver/os : Makefile.in xserver/randr : Makefile.in xserver/record : Makefile.in xserver/render : Makefile.in xserver/test : Makefile.in xserver/test/xi2: Makefile.in xserver/xfixes : Makefile.in xserver/xkb : Makefile.in Log message: regen autotools CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/05 12:17:34 Modified files: . : 3RDPARTY MODULES Log message: update CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/05 13:28:33 Modified files: games/boswars : Makefile Log message: - add missing lua module CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/05 13:29:35 Modified files: net/zabbix : Makefile Added files: net/zabbix/patches: patch-frontends_php_popup_bitem_php Log message: Security fix for CVE-2012-3435 'itemid' was not properly sanitized which would lead to an SQL injection flaw. ok robert@ (MAINTAINER) CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/05 13:52:22 Modified files: etc : config.site Log message: Force the use of mkdir to create directories. Recent autotools insist on using install-sh which is stupid CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/08/05 13:55:17 Modified files: mail/mini_sendmail: Makefile mail/mini_sendmail/patches: patch-mini_sendmail_8 Removed files: mail/mini_sendmail/patches: patch-mini_sendmail_c Log message: fix man page nit, drop obsolete patch and groff dependency CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/08/05 14:28:51 Modified files: net/spectrum-tools/patches: patch-spectool_net_client_h x11/remmina/patches: patch-remmina_src_remmina_ssh_c Removed files: misc/memcached/patches: patch-testapp_c net/putty/patches: patch-unix_uxnet_c net/spectrum-tools/patches: patch-spectool_net_server_c sysutils/collectd/patches: patch-src_teamspeak2_c www/hiawatha/patches: patch-libip_h x11/remmina/patches: patch-remmina-plugins_common_remmina_plugin_h Log message: arpa/inet.h and netinet/in.h can now be #included in either order CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/05 14:59:03 Modified files: app/video : video.1 Log message: Typo. From Pappe Kaugummi via jmc@. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/08/05 16:13:34 Modified files: gnu/gcc/gcc/config/i386: openbsd64.h Log message: We typedef intmax_t/uintmax_t to be long long/unsigned long long, so override gcc's default of long/unsigned long on amd64 like we do the other LP64 platforms. This lets format checking of %jd/%ju work correctly there. ok matthew@ millert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/05 16:15:51 Modified files: www/zurmo : distinfo Log message: Upstream rerolled tarball, spotted by naddy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/05 16:16:21 Modified files: www/zurmo : Makefile Log message: Missed in previous. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2012/08/05 18:00:28 Modified files: usr.sbin/pkg_add: Makefile pkg_add Removed files: usr.sbin/pkg_add: pkg.1 Log message: kill pkg(1) for good. with help from espie. espie@ ok. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/06 00:14:08 Modified files: devel/libgee06 : Makefile distinfo Log message: Minor update to libgee 0.6.5. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/08/06 00:44:15 Modified files: share/man/man8 : rc.subr.8 Log message: Adapt after recent move from pkill(1) to pgrep(1) in rc_check. from robert at peichaer dot org ok jmc@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/06 01:54:22 Modified files: security/gnutls: Makefile distinfo Log message: update to gnutls 3.0.22, ok ajacoutot@ - bugfixes and now supports gnutls_certificate_set_x509_system_trust on OpenBSD CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/06 01:54:34 Modified files: www/drupal7/locale-fr: Makefile distinfo Log message: Regen checksum for date-7.x-2.5.fr.po which has been changed. ok espie@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/08/06 02:14:48 Modified files: devel/gperf : Makefile Log message: Fix build on vax. -Ox x>0 doesn't work there OK sthen@, espie@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/06 02:47:00 Modified files: net/mon/server : Makefile net/mon/server/pkg: README net/openfire : Makefile net/openfire/pkg: README net/vnstat : Makefile net/vnstat/pkg : README net/nedi : Makefile net/nedi/pkg : README Log message: ${SYSCONFDIR}/rc.d -> ${RCDIR} CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/06 03:47:20 Modified files: net/yt : Makefile net/yt/files : yt.lua Log message: unbreak path to lua binary CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/06 03:50:50 Modified files: net/prosody : Makefile distinfo net/prosody/patches: patch-prosody patch-prosodyctl Log message: use MODLUA_BIN to unbreak CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/06 04:43:46 Modified files: mail/sympa : Makefile mail/sympa/pkg : README Log message: ${SYSCONFDIR}/rc.d -> ${RCDIR} Few tweaks to README. ok landry@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/08/06 05:07:09 Modified files: x11/gnustep/addresses: Makefile distinfo x11/gnustep/addresses/pkg: PLIST Removed files: x11/gnustep/addresses/patches: patch-Frameworks_Addresses_GNUmakefile Log message: Update GNUstep Addresses to 0.4.8. The update is just a minor bugfix release. While there, its now possible to easily install some of the additional goodies, most importantly a VCF Inspector for GWorkspace. OK landry@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/08/06 05:12:44 Log message: Import GNUstep Corebase: GNUstep reimplementation of Apples CoreFoundation The GNUstep CoreBase Library is a library of general-purpose, non-graphical C objects. For example, it includes types for strings, collections, byte streams, typed coders, invocations, notifications, notification dispatchers, moments in time, network ports, and event loops. It provides functionality that aims to implement the non-graphical portion of Apple's CoreFoundation framework. Status: Vendor Tag: sebastia Release Tags: sebastia_20120806 N ports/x11/gnustep/corebase/distinfo N ports/x11/gnustep/corebase/Makefile N ports/x11/gnustep/corebase/pkg/DESCR N ports/x11/gnustep/corebase/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/08/06 05:14:20 Log message: Import Paje Paje is an interactive and scalable trace-based visualization tool which can be used for a large variety of visualizations including performance monitoring of parallel applications, monitoring the execution of processors in a large scale PC cluster or representing the behavior of distributed applications. OK landry@ Status: Vendor Tag: sebastia Release Tags: sebastia_20120806 N ports/x11/gnustep/paje/Makefile N ports/x11/gnustep/paje/distinfo N ports/x11/gnustep/paje/pkg/DESCR N ports/x11/gnustep/paje/pkg/PLIST N ports/x11/gnustep/paje/patches/patch-StatViewer_StatViewer_m No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/08/06 05:14:39 Modified files: devel/bzr-svn : Makefile games/gcompris : Makefile print/texlive/base: Makefile www/fennec : Makefile Log message: remove USE_GROFF from ports that don't install any man pages CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/08/06 05:16:36 Modified files: x11/gnustep : Makefile Log message: enable corebase and paje CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/08/06 06:21:05 Modified files: audio/madplay : Makefile audio/speex : Makefile audio/vorbis-tools: Makefile editors/bvi : Makefile editors/nano : Makefile math/calcoo : Makefile math/galculator: Makefile misc/buffer : Makefile misc/teseq : Makefile x11/xloadimage : Makefile Log message: clean up USE_GROFF in my own ports CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/08/06 07:03:12 Modified files: security/pcsc-lite: Makefile distinfo security/pcsc-lite/pkg: DESCR PFRAG.shared PLIST Added files: security/pcsc-lite/patches: patch-src_spy_Makefile_in patch-src_spy_libpcscspy_c security/pcsc-lite/pkg: pcscd.rc Removed files: security/pcsc-lite/files: reader.conf.sample security/pcsc-lite/patches: patch-src-debuglog_c patch-src-pcscdaemon_c patch-src-pcsclite_h patch-src-sys_generic_h patch-src-sys_unix_c patch-src-utils-installifs_c patch-src_Makefile_in Log message: Major update to pcsc-lite-1.8.5 OK sthen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/08/06 07:09:39 Modified files: lang/rakudo : Makefile Log message: Mark as BROKEN-sparc64, almost killed the build machine.. ok sthen@ a while ago. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/08/06 07:20:48 Log message: Import security/ccid, a user-space USB CCID driver used by security/pcsc-lite. OK sthen@ Status: Vendor Tag: dcoppa Release Tags: dcoppa_20120806 N ports/security/ccid/distinfo N ports/security/ccid/Makefile N ports/security/ccid/pkg/DESCR N ports/security/ccid/pkg/PLIST N ports/security/ccid/patches/patch-src_Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/08/06 07:23:49 Modified files: security : Makefile Log message: +ccid CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/08/06 07:28:15 Modified files: x11/xfce4/xfce4-session: Makefile x11/xfce4/xfce4-panel: Makefile Added files: x11/xfce4/xfce4-session/patches: patch-xfce4-session-logout_main_c x11/xfce4/xfce4-panel/patches: patch-plugins_actions_actions_c Log message: Fix https://bugzilla.xfce.org/show_bug.cgi?id=8857, session wasn't always properly saved when rebooting or shutting down from the xfce4-session-logout dialog or the actions panel plugin. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/08/06 08:10:48 Modified files: converters/recode: Makefile Log message: update home page; no need for groff CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/06 08:39:42 Modified files: x11/gnome/libsecret: Makefile distinfo x11/gnome/libsecret/patches: patch-libsecret_tests_Makefile_in Removed files: x11/gnome/libsecret/patches: patch-libsecret_secret-collection_h Log message: Update to libsecret-0.8. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/06 11:21:32 Added files: www/chromium/patches: patch-chrome_browser_printing_print_system_task_proxy_cc Log message: Don't die on deprecated declaration warnings, aka fix build with cups >= 1.6. spotted by fgsch@ ok robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/08/06 11:35:34 Modified files: net/bing : Makefile net/bing/patches: patch-bing_c Log message: fix prototypes; no need for groff CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/06 11:47:57 Modified files: devel/libvmime : Makefile Log message: Disable tls for now has it triggers a crash in httpd(8) with the php-mapi module. crash reported by viq at viq dot im CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/06 11:48:35 Modified files: mail/zarafa/zarafa: Makefile Log message: Fix depends after recent libvmime change. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/06 11:56:06 Modified files: graphics/gdk-pixbuf2: Makefile distinfo graphics/gdk-pixbuf2/pkg: PLIST Log message: Update to gdk-pixbuf-2.26.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/06 12:40:14 Modified files: x11/gnome/metacity: Makefile distinfo x11/gnome/metacity/patches: patch-src_core_delete_c Log message: Bugfix update to metacity-2.34.5. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/08/06 14:32:22 Modified files: news/newsfetch/patches: patch-net_c patch-newsfetch_c patch-util_c Added files: news/newsfetch/patches: patch-nntp_c Log message: fetch prototypes, clean up includes CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/08/06 14:45:49 Modified files: sysutils/socket: Makefile sysutils/socket/patches: patch-io_c patch-socketp_c patch-utils_c Log message: fetch missing prototypes, no need for groff CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/06 15:07:52 Modified files: sys/dev/pci : files.pci if_ix.c ixgbe.c ixgbe.h ixgbe_82599.c ixgbe_phy.c ixgbe_type.h Added files: sys/dev/pci : ixgbe_x540.c Log message: Add support for 10Gb ethernet cards based on the Intel X540 chipset. The code was obtained from FreeBSD and tested on the hardware kindly donated by Tony Sarendal . Thanks a lot! ok jsg CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/06 15:15:01 Modified files: share/man/man4 : ix.4 Log message: add x540 CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/06 15:55:31 Modified files: sys/dev/pci : if_oce.c ocevar.h Log message: kill sc->promisc CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/06 16:35:26 Modified files: devel/llvm : Makefile Added files: devel/llvm/patches: patch-tools_clang_lib_Basic_Targets_cpp patch-tools_clang_lib_Frontend_InitHeaderSearch_cpp Log message: Add several CLang patches from upstream via Brad. - Only provide /usr/include in the default C header search path. - OpenBSD does not support TLS. - Provide target support for powerpc, arm, mips64, mips64el and sparc. CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/08/06 19:24:24 Modified files: . : plus.html Log message: A few stragglers for plus.html, 26 July to Aug 1st. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/08/06 20:50:11 Modified files: faq : faq12.html Log message: missing #config, from Michal Markowski (markowski1 at gmail), thanks! CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/08/06 21:40:44 Modified files: games/pioneers : Makefile distinfo games/pioneers/pkg: PLIST Log message: Update games/pioneers to version 14.1. ok ajacoutot@ landry@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/08/06 23:16:54 Modified files: sys/sys : systm.h sys/arch/alpha/alpha: trap.c sys/arch/amd64/amd64: trap.c sys/arch/arm/arm: syscall.c sys/arch/hp300/hp300: trap.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/mvme68k/mvme68k: 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 sys/kern : kern_xxx.c Added files: sys/sys : syscall_mi.h Log message: Move the common bits of syscall invocation and return handling into an MI file, , correcting inconsistencies and the handling when copyin() of arguments fails. Tested on i386, amd64, sparc64, and alpha (thanks naddy@) Any issues with other platforms will be fixed in tree. header name from millert@; ok miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/07 01:32:25 Modified files: devel/libclog : Makefile distinfo Log message: Update to libclog-0.6.2. from David Hill (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/07 01:32:55 Modified files: devel/libexude : Makefile distinfo Log message: Update to libexude-0.7.1. from David Hill (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/07 01:33:21 Modified files: archivers/libshrink: Makefile distinfo Log message: Update to libshrink-0.5.1. from David Hill (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/07 01:33:55 Modified files: textproc/libxmlsd: Makefile distinfo Log message: Update to libxmlsd-0.8.1. from David Hill (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/07 01:34:23 Modified files: security/assl : Makefile distinfo security/assl/pkg: PLIST Removed files: security/assl/patches: patch-assl_c Log message: Update to assl-1.1.0. from David Hill (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/07 01:35:03 Modified files: sysutils/cyphertite: Makefile distinfo sysutils/cyphertite/pkg: PLIST Removed files: sysutils/cyphertite/patches: patch-cyphertite_ct_crypto_c Log message: Update to cyphertite-1.3.0. from David Hill (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/07 01:35:09 Modified files: x11/vlc : Makefile Added files: x11/vlc/patches: patch-modules_text_renderer_freetype_c Removed files: x11/vlc/patches: patch-modules_access_vcd_cdrom_c Log message: Add an upstream patch for VLC, and remove an empty patch file. From Brad. - Fix a possible buffer corruption in text renderer CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/07 01:44:27 Modified files: net/isc-bind : Makefile distinfo Log message: Security update to BIND 9.9.1-P2, from Brad. CVE-2012-3868: High TCP Query Load Can Trigger a Memory Leak CVE-2012-3817: Heavy DNSSEC Validation Load Can Cause a "Bad Cache" Assertion Failure CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/08/07 02:55:40 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-browser_app_profile_firefox_js patch-config_autoconf_mk_in 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_cpp patch-js_src_vm_RegExpObject_h 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-xulrunner_app_Makefile_in www/mozilla-firefox/pkg: PLIST README Added files: www/mozilla-firefox/patches: patch-browser_installer_Makefile_in patch-browser_installer_package-manifest_in patch-configure_in patch-content_base_src_nsContentUtils_cpp patch-content_html_content_src_nsHTMLMediaElement_cpp patch-mfbt_double-conversion_utils_h patch-netwerk_mime_nsMimeTypes_h patch-uriloader_exthandler_nsExternalHelperAppService_cpp Removed files: www/mozilla-firefox/patches: patch-config_rules_mk patch-content_xslt_src_base_txDouble_cpp patch-services_crypto_modules_WeaveCrypto_js Log message: Update to firefox 14.0.1. - see http://www.mozilla.org/en-US/firefox/14.0.1/releasenotes/ - enable H.264 video support through gstreamer. Mention that one needs to manually install gstreamer-ffmpeg. Not all videos/sites will work. - backport cset from #776838 & #747257 for various gst fixes. - backport cset from #750620 to fix ppc (and other exotic archs) build. - backport cset from #752895 to fix packaging issues. - remove patch-content_xslt_src_base_txDouble_cpp, useless since mozilla switched to mfbt/double-conversion. - remove nss opening hack in Sync, it works fine without it. - remove the -rpath hack, not needed since matthew's ld.so fix from 12/06 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/08/07 02:56:56 Modified files: www/firefox-i18n: Makefile.inc distinfo Log message: Update to firefox-i18n 14.0.1. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/08/07 03:02:33 Modified files: www/seamonkey : Makefile distinfo www/seamonkey/patches: patch-mozilla_browser_app_profile_firefox_js 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_cpp patch-mozilla_js_src_vm_RegExpObject_h 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-suite_installer_Makefile_in www/seamonkey/pkg: PLIST-lightning PLIST-main Added files: www/seamonkey/patches: patch-configure_in patch-mozilla_mfbt_double-conversion_utils_h Removed files: www/seamonkey/patches: patch-config_rules_mk Log message: Update to seamonkey 2.11/enigmail 1.4.3. - see http://www.seamonkey-project.org/releases/seamonkey2.11/ - remove the -rpath hack, not needed since matthew's ld.so fix from 12/06 - backport cset from #750620 to fix ppc (and other exotic archs) build. - force-disable gconf in configure.in (bug #765556) - remove the chunk from #763408, packaging was fixed CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/08/07 03:03:31 Modified files: www/seamonkey-i18n: Makefile.inc distinfo Log message: Update to seamonkey-i18n 2.11 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/08/07 03:07:04 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/mozilla-thunderbird/patches: patch-mozilla_browser_app_profile_firefox_js 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_cpp patch-mozilla_js_src_vm_RegExpObject_h 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 mail/mozilla-thunderbird/pkg: PLIST-lightning Added files: mail/mozilla-thunderbird/patches: patch-mozilla_mfbt_double-conversion_utils_h Removed files: mail/mozilla-thunderbird/patches: patch-config_rules_mk Log message: Update to thunderbird 14.0/enigmail 1.4.3/lightning 1.6b1. - see http://www.mozilla.org/en-US/thunderbird/14.0/releasenotes/ - remove the -rpath hack, not needed since matthew's ld.so fix from 12/06 - backport cset from #750620 to fix ppc (and other exotic archs) build. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/08/07 03:07:55 Modified files: mail/thunderbird-i18n: Makefile.inc distinfo Log message: Update to thunderbird-i18n 14.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/07 03:18:22 Modified files: devel/libgee : Makefile distinfo Log message: Update to libgee-0.7.3. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/07 03:23:13 Modified files: sys/dev/pci : if_oce.c Log message: don't forget to set IFF_ALLMULTI; from brad CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/08/07 03:35:38 Modified files: www/webkit : Makefile distinfo www/webkit/patches: patch-GNUmakefile_in patch-Source_JavaScriptCore_wtf_Platform_h Log message: Bugfix update to webkit 1.8.2. See http://trac.webkit.org/wiki/WebKitGTK/1.8.x for list of fixes. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/08/07 04:18:47 Modified files: multimedia/mediatomb/patches: patch-tombupnp_upnp_src_genlib_miniserver_miniserver_c security/corkscrew/patches: patch-corkscrew_c Removed files: editors/xemacs21/stable/patches: patch-lib-src_gnuslib_c games/frogatto/patches: patch-src_controls_cpp multimedia/mediatomb/patches: patch-tombupnp_upnp_src_genlib_net_http_httpreadwrite_c patch-tombupnp_upnp_src_inc_uri_h net/libnice/patches: patch-agent_pseudotcp_c telephony/asterisk/patches: patch-addons_chan_ooh323_h telephony/siproxd/patches: patch-src_resolve_c Log message: arpa/inet.h and netinet/in.h can now be #included in either order CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/07 05:17:34 Modified files: sys/arch/hppa/hppa: trap.c Log message: Don't include ; makes this file compile again. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/08/07 06:57:59 Modified files: x11/xfce4/xfce4-weather: Makefile distinfo x11/xfce4/xfce4-weather/pkg: PLIST Log message: Unbreak by updating to xfce4-weather 0.8.1. It now takes the weather data from yr.no. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/08/07 07:14:45 Modified files: geo/gpx-viewer : Makefile distinfo geo/gpx-viewer/pkg: PLIST Log message: Update to gpx-viewer 0.3.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/08/07 07:39:54 Log message: Import minetest 0.4.1. Minetest is a free and open source infinite-world block sandbox game and a game engine, inspired by InfiniMiner, Minecraft and the like. ok jasper@ a while ago Status: Vendor Tag: landry Release Tags: landry_20120807 N ports/games/minetest/Makefile N ports/games/minetest/distinfo N ports/games/minetest/pkg/PLIST N ports/games/minetest/pkg/DESCR N ports/games/minetest/patches/patch-CMakeLists_txt N ports/games/minetest/patches/patch-src_porting_cpp N ports/games/minetest/patches/patch-src_CMakeLists_txt No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/08/07 07:40:47 Modified files: games : Makefile Log message: +minetest CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/08/07 08:03:58 Modified files: net/p5-GRID-Machine: Makefile net/p5-GRID-Machine/pkg: PLIST Log message: unbreak PLIST; ok sthen@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/08/07 08:05:49 Modified files: app/cwm : calmwm.c menu.c Log message: support multibyte input to menu code; from Alexander Polakov with a tiny tweak. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/08/07 09:15:09 Modified files: print/texlive/base: Makefile print/texlive/base/pkg: README print/texlive/texmf: Makefile Added files: print/texlive/texmf/patches: patch-texmf-dist_tex_latex_minted_minted_sty Log message: Fix a broken shellout to which(1) in minted.sty and mention the soft dependency upon py-pygments. Breakage spotted by Luís Rosa. Thanks. OK dcoppa@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/08/07 10:16:52 Modified files: www/mozilla-firefox: Makefile www/mozilla-firefox/files: mozilla-firefox.1 Log message: Sync firefox(1) with firefox -h.. fix a bunch of lies. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/07 11:16:26 Modified files: sys/dev/pci : if_oce.c ocevar.h Log message: a bit of cleanup and a tx delay tweak CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/08/07 11:17:46 Modified files: sys/arch/hppa64/hppa64: trap.c sys/arch/m68k/m68k: m68k_machdep.c sys/arch/m88k/m88k: trap.c sys/arch/powerpc/powerpc: trap.c Log message: is now pulled in via , so drop it from here CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/08/07 11:47:06 Modified files: libexec/ld.so : util.c util.h Log message: Factor out a _dl_randombuf() method from _dl_random(). CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/07 11:54:20 Modified files: sys/netinet : ip_input.c Log message: Store the data used to generate an ICMP error message on a stack instead of allocating a new mbuf. This is a third or fourth attempt to incorporate a change like this meaning a handful of people have lost their hair trying to make it work, namely dlg@, henning@, deraadt@, and thib@. Unfortunately the fixed version was never put back which is exceptionally unfortunate since the impact on performance is huge: it nearly doubles the forwarding performance on selected hardware in simple setups. So after being beaten in test and production environments on several architectures it's ready to be put back again. We're doing it early in the release cycle so that it will receive a good test exposure. ok derradt, henning CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/08/07 13:55:58 Modified files: sys/arch/mips64/mips64: trap.c Log message: Handle __syscall as syscall, since these are identical on 64-bit platforms, fixing an old n32-inherited bug in the process. Spotted during guenther@'s syscall factorization work. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/07 14:12:01 Modified files: xserver/hw/xfree86/common: xf86Init.c Log message: Remove white space diff with X.Org. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/07 14:13:18 Modified files: xserver/os : privsep.c Log message: Rename 'socket' parameter to avoid shadowing the global declaration. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/07 14:15:23 Modified files: xserver/os : connection.c privsep.c Log message: In non-privilege sepration mode, avoid accidentally sending a SIGUSR1 signal to init(8). It can happen that xdm dies before the X server that it started. In that case X's is reparented by init... This is handled correctly when privilege separation is not compiled but got overlooked in the privilege separation case. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/07 14:16:12 Modified files: xserver/os : osdep.h privsep.c Log message: Add privsep prototypes to osdep.h CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/07 14:36:10 Modified files: usr.sbin/smtpd : smtpctl.c Log message: fix evpid parsing on 32bit archs ok gilles@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/07 15:00:31 Modified files: regress/lib/libc/asr: Makefile Log message: allow to choose an alternate regress script CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/07 15:10:35 Added files: doc/gl-docs : Makefile.inc doc/gl-docs/GL/gl: Makefile doc/gl-docs/GL/glx: Makefile doc/gl-docs/GLU: Makefile doc/gl-docs/GLw: Makefile Removed files: doc/gl-docs/GL/gl: Makefile.bsd-wrapper doc/gl-docs/GL/glx: Makefile.bsd-wrapper doc/gl-docs/GLU: Makefile.bsd-wrapper doc/gl-docs/GLw: Makefile.bsd-wrapper Log message: Native build system for gl-docs. Removes last dependency on imake in xenocara. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/08/07 15:20:23 Modified files: net/p5-DNS-ZoneParse: Makefile distinfo Log message: update p5-DNS-ZoneParse to 1.10 from Stefan Rinkes; ok Girish Venkatachalam (maintainer) CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/07 15:47:58 Modified files: usr.sbin/smtpd : smtpd.h util.c usr.sbin/smtpd/smtpd: Makefile Added files: usr.sbin/smtpd : tree.c Log message: Implement a set of tree_* functions for storing arbitrary pointers in splay trees with uint64_t keys. Also add x{m,c}alloc and xstrdup helpers. ok gilles@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/08/07 17:22:39 Modified files: sys/sys : syscall_mi.h Log message: Fix compilation when !defined(KTRACE) by hiding the then-unused 'code' variable Pointed out by Amit Kulkarni (amitkulz at gmail.com) CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/08/07 17:51:36 Modified files: sys/dev/usb : ehci.c ohci.c uhci.c Log message: Make all *_device_*_start() functions (e.g. ohci_device_intr_start()) wait for an interrupt when the bus is in polling mode. Otherwise some devices like my YE-Data USB Floppy take a short sharp trip to ddb> at 'halt -p'. Most of the functions were already doing the wait. ok miod@. With modification that printf's become DPRINTF's. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/08/07 18:28:01 Modified files: usr.sbin/rtadvd: rtadvd.conf.5 Log message: Mention RFC 6106; from brad@, content ok lteo@. While here, use .Rs for references; ok jmc@. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/08/07 20:32:11 Modified files: sys/dev/atapiscsi: atapiscsi.c Log message: Convert from K&R to ISO function signatures. From Brad; no binary change on amd64. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/08/07 22:11:09 Modified files: sys/arch/powerpc/powerpc: trap.c sys/arch/vax/vax: trap.c Log message: Make this compile again. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/08/07 22:46:25 Modified files: sys/arch/sparc/sparc: trap.c Log message: Do not depend upon an initialized variable in the common case; gives init(8) a chance to run... CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/08 02:50:42 Modified files: usr.sbin/smtpd : bounce.c queue.c scheduler.c scheduler_backend.c scheduler_ramqueue.c smtpd.h util.c Log message: Improve the scheduler backend API. New envelopes are pushed into the scheduler through the insert() commit() rollback() transactional interface functions. Worklists are pulled from the scheduler through a single batch() interface function, which returns a list of envelope ids and the type of processing. Envelopes returned in this batch are said to be "in-flight", as opposed to "pending". They are supposed to be processed in some way, and either updated() or deleted() at some point. The schedule()/remove() functions are used to alter the internal state of "pending" envelopes to make them schedulable. The enve- lopes will be part of a worklist on the next call to batch(). Rewrite the scheduler_ramqueue backend. The initial queue loading in now done by the queue. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/08 03:35:24 Modified files: devel/llvm : Makefile devel/llvm/patches: patch-tools_clang_lib_Basic_Targets_cpp Log message: Sync with r161481 from upstream, "Revert part of r161175 which was wrong for OpenBSD's PowerPC target". Problem pointed out by landry@. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/08 03:50:15 Modified files: sys/dev/pci : if_oce.c Log message: remove rx debugging code CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/08/08 04:18:51 Modified files: databases/p5-BerkeleyDB: Makefile distinfo databases/p5-BerkeleyDB/pkg: PLIST Log message: Update to 0.51 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/08 04:44:44 Modified files: emulators/qemu : Makefile distinfo emulators/qemu/patches: patch-configure emulators/qemu/pkg: PLIST Log message: update to QEMU 1.1.1, from Brad. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/08/08 05:24:05 Modified files: databases/redis: Makefile distinfo databases/redis/patches: patch-src_redis_c Log message: Maintenance update to redis-2.4.16 CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/08/08 05:36:29 Log message: Import byzi 0.1. A Tk extension to "busy" a window. Ok sthen@ Status: Vendor Tag: stu Release Tags: stu_20120808 N ports/x11/byzi/Makefile N ports/x11/byzi/distinfo N ports/x11/byzi/pkg/PLIST N ports/x11/byzi/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/08/08 05:37:03 Modified files: audio/taglib : Makefile distinfo Log message: TagLib has moved permanently to github. CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/08/08 05:45:03 Log message: Import dbus-tcl 1.0. Dbus bindings for Tcl. Ok landry@ Status: Vendor Tag: stu Release Tags: stu_20120808 N ports/x11/dbus-tcl/distinfo N ports/x11/dbus-tcl/Makefile N ports/x11/dbus-tcl/pkg/DESCR N ports/x11/dbus-tcl/pkg/PLIST N ports/x11/dbus-tcl/pkg/PFRAG.shared N ports/x11/dbus-tcl/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/08/08 05:46:35 Log message: Import dbus-intf 0.4. A high-level interface to dbus-tcl. Ok landry@ Status: Vendor Tag: stu Release Tags: stu_20120808 N ports/x11/dbus-intf/distinfo N ports/x11/dbus-intf/Makefile N ports/x11/dbus-intf/pkg/DESCR N ports/x11/dbus-intf/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/08/08 05:48:34 Modified files: x11 : Makefile Log message: +byzi +dbus-tcl +dbus-intf CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/08/08 06:05:22 Modified files: sbin/pdisk : partition_map.c pdisk.c Log message: remove mac68k leftovers ok miod@ mpi@ deraadt@ martin@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/08/08 06:32:10 Modified files: audio/ncmpcpp : Makefile distinfo Added files: audio/ncmpcpp/patches: patch-src_help_cpp patch-src_ncmpcpp_cpp patch-src_settings_cpp patch-src_settings_h Log message: Fix columns generation without configuration file (the text of the playlist disappeared in columns display mode when there is no config file) (upstream git commit 6126def6c5b339c7f43d99c47501dde21d4943b3) help: fix typo (upstream git commit a22e875473bb796eb1e905ca4d40b39c90133637) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/08/08 08:33:26 Modified files: x11/i3 : Makefile distinfo x11/i3/patches : patch-src_commands_c Added files: x11/i3/patches : patch-src_floating_c patch-src_randr_c Log message: Bugfix: fix duplicate return value for 'resize' command (upstream git commit 83dc5d5cb6c71d365cd79b376fcb073e9120144d) floating_fix_coordinates: properly deal with negative positions (upstream git commit 74510c59c7db676f1228d054791e1e37456f6660) randr: fix a crash when the current output cannot be determined (upstream git commit e867fd810516431f06af0799c90c0f833bf61219) randr: properly fix floating coordinates when disabling outputs (upstream git commit d57d51da6d040e8572159332224615f232c4645a) CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/08 08:44:13 Modified files: sys/dev/pci : if_ix.c if_ix.h Log message: We're not going to loop in the rxeof refilling our ring as it would work against the mclgeti algorithm and besides it doesn't make any difference if [repaired and] enabled since interrupt mitigation was fixed some time ago. So remove the leftovers altogether so that nobody would be tempted to use them. ok claudio, jsg CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/08/08 09:10:02 Modified files: security/gnupg2: Makefile distinfo security/gnupg2/patches: patch-scd_Makefile_in security/gnupg2/pkg: PLIST Added files: security/gnupg2/patches: patch-configure security/gnupg2/pkg: README Removed files: security/gnupg2/patches: patch-scd_apdu_c Log message: Enable pcsc-lite support Diff looks good to pea@ (maintainer) Tested with my O2 O2Micro CCID SC Reader CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/08/08 09:23:24 Modified files: . : donations.html Log message: new CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/08 10:25:22 Modified files: driver/xf86-video-ati: ChangeLog Makefile.in aclocal.m4 compile config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing driver/xf86-video-ati/man: Makefile.in radeon.man driver/xf86-video-ati/src: Makefile.am Makefile.in ati_pciids_gen.h atombios_crtc.c atombios_output.c cayman_shader.c drmmode_display.c drmmode_display.h evergreen_exa.c evergreen_shader.c evergreen_textured_videofuncs.c generic_bus.h legacy_crtc.c r600_exa.c r600_shader.c r600_textured_videofuncs.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_crtc.c radeon_cursor.c radeon_dri.c radeon_dri2.c radeon_driver.c radeon_exa.c radeon_exa_funcs.c radeon_exa_render.c radeon_exa_shared.c radeon_exa_shared.h radeon_kms.c radeon_legacy_memory.c radeon_modes.c radeon_output.c radeon_pci_chipset_gen.h radeon_pci_device_match_gen.h radeon_probe.h radeon_textured_video.c radeon_video.c radeon_vip.c radeon_xvmc.c theatre.c theatre200.c theatre_detect.c driver/xf86-video-ati/src/pcidb: ati_pciids.csv Added files: driver/xf86-video-ati/src: compat-api.h Log message: Update to xf86-video-ati 6.14.6. Tested by mpi@, brad, eric@, ajacoutot@. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/08 10:35:05 Modified files: driver/xf86-video-ati/src: ati.c Log message: switch to the radeon driver by default. Users needing radeonold now need to set it up explicitly. Requested by ajacoutot@, ok espie@. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/08 10:37:19 Modified files: xserver/hw/xfree86/common: xf86Config.c Log message: Un-blacklist radeon, blacklist radeonold. So X -configure will now select the radeon driver. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/08 10:40:42 Modified files: print/libspectre: Makefile distinfo Log message: Bugfix update to libspectre-0.2.7. * fixes 2 crashes CVSROOT: /cvs Module name: src Changes by: shadchin@cvs.openbsd.org 2012/08/08 10:44:07 Modified files: sbin/wsconsctl : display.c keyboard.c mouse.c Log message: fix type (part from NetBSD) ok miod@ CVSROOT: /cvs Module name: www Changes by: matthieu@cvs.openbsd.org 2012/08/08 10:56:02 Modified files: faq : current.html Log message: radeon driver update. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/08 11:28:36 Modified files: usr.sbin/smtpd : smtpd.c Log message: log received fd in log_imsg() if any ok gilles@ chl@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/08 11:31:55 Modified files: usr.sbin/smtpd : queue_fsqueue.c dns.c Log message: cleanup some old debug traces ok gilles@ chl@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/08 11:33:55 Modified files: usr.sbin/smtpd : control.c smtpctl.c smtpd.h Log message: remove useless defines ok gilles@ chl@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/08 11:50:24 Modified files: sys/dev/pci : if_oce.c Log message: call m_cluncount to account correctly for cluster chains the driver builds upon receiving a jumbo frame. CVSROOT: /cvs Module name: ports Changes by: shadchin@cvs.openbsd.org 2012/08/08 12:06:48 Log message: Import deadbeef 0.5.5. DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux, BSD, OpenSolaris and probably other UNIX-like systems. ok dcoppa@ Status: Vendor Tag: shadchin Release Tags: shadchin_20120908 N ports/audio/deadbeef/Makefile N ports/audio/deadbeef/distinfo N ports/audio/deadbeef/pkg/PLIST N ports/audio/deadbeef/pkg/DESCR N ports/audio/deadbeef/patches/patch-configure_ac N ports/audio/deadbeef/patches/patch-utf8_c N ports/audio/deadbeef/patches/patch-junklib_c N ports/audio/deadbeef/patches/patch-Makefile_am N ports/audio/deadbeef/patches/patch-plugins_musepack_Makefile_am N ports/audio/deadbeef/patches/patch-plugins_supereq_Makefile_am N ports/audio/deadbeef/patches/patch-playlist_c N ports/audio/deadbeef/patches/patch-plugins_wavpack_wavpack_c N ports/audio/deadbeef/patches/patch-plugins_cdda_cdda_c N ports/audio/deadbeef/patches/patch-plugins_ffmpeg_ffmpeg_c N ports/audio/deadbeef/patches/patch-plugins_musepack_musepack_c N ports/audio/deadbeef/patches/patch-yasmwrapper_sh N ports/audio/deadbeef/patches/patch-plugins_gtkui_prefwin_c N ports/audio/deadbeef/patches/patch-plugins_c N ports/audio/deadbeef/patches/patch-conf_c N ports/audio/deadbeef/patches/patch-plugins_mms_Makefile_am N ports/audio/deadbeef/patches/patch-plugins_converter_converter_c N ports/audio/deadbeef/files/Makefile.am N ports/audio/deadbeef/files/sndio.c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: shadchin@cvs.openbsd.org 2012/08/08 12:12:35 Modified files: audio : Makefile Log message: +deadbeef CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/08/08 14:14:21 Modified files: sysutils/memtest86+/patches: patch-Makefile Log message: Prepare memtest86+ for PIE by passing -fno-pie. This is a no-op right now, committing just to reduce the amount of diffs floating around. ok sthen@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/08/08 15:03:23 Modified files: . : want.html Log message: remove some cruft CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/08 15:07:21 Modified files: x11/xdaliclock : Makefile distinfo x11/xdaliclock/pkg: PLIST Log message: update to xdaliclock 2.36, from Azwaw OUSADOU CVSROOT: /cvs Module name: www Changes by: mikeb@cvs.openbsd.org 2012/08/08 15:53:21 Modified files: . : want.html Log message: update 10gb ethernet section CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/08 15:54:33 Modified files: share/mk : bsd.xorg.mk kdrive : Makefile.bsd-wrapper Log message: Don't touch the xserver autotools files a 2nd time in kdrive. This causes a rebuild of xserver during make release (configure becomes more recent than config.status again). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/08 17:17:28 Modified files: multimedia/get_iplayer: Makefile multimedia/get_iplayer/patches: patch-get_iplayer Log message: add a few patches from get_iplayer git repo - hh:mm:ss format for --start/stop - add --no-artwork option - fix live streaming broken by live rewind CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/08 18:34:29 Modified files: security/clamav-unofficial-sigs: Makefile security/clamav-unofficial-sigs/patches: patch-clamav-unofficial-sigs_conf Log message: Add a few more useful sanesecurity-mirrored lists to clamav-unofficial-sigs sample config file (e.g. winnow_bad_cw and various bofhland lists). Comment-out MBL to disable by default, it has various problems with false-positives and doesn't seem very effective at present. CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/08/08 22:53:10 Log message: Import nagelfar 1.1.12. A syntax analysis tool for Tcl. Ok sebastia@ Status: Vendor Tag: stu Release Tags: stu_20120809 N ports/devel/nagelfar/Makefile N ports/devel/nagelfar/distinfo N ports/devel/nagelfar/pkg/DESCR N ports/devel/nagelfar/pkg/PLIST N ports/devel/nagelfar/patches/patch-nagelfar_tcl N ports/devel/nagelfar/patches/patch-lib_textsearch_examples_demo_tcl No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/08/08 22:55:39 Modified files: devel : Makefile Log message: +nagelfar CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/09 02:48:46 Modified files: textproc/py-docutils: Makefile Log message: py-docutils has some modules which need pygments; add a run dep. From dhill. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/08/09 03:30:27 Modified files: x11/windowmaker: Makefile Added files: x11/windowmaker/patches: patch-WindowMaker_Defaults_WMWindowAttributes_in Log message: Fix attributes of WPrefs app, so that it has the right icon in the dock, instead of a broken one. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/09 03:48:02 Modified files: usr.sbin/smtpd : bounce.c lka_session.c mda.c mta_session.c queue.c scheduler.c smtp.c smtpd.c smtpd.h Log message: Improve the message flows to completely isolate operations on the queue backend within the queue process. The scheduler sends envelope ids to the queue process which loads the envelope and forward the request to the agent responsible for the delivery. The result is sent by the agent to the queue which updates the storage before notifying the scheduler. Bounces are created and enqueued (from the client side) by the queue process, rather than the scheduler. ok gilles@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/09 04:17:15 Modified files: sys/dev/mii : miidevs Log message: Add BCM5717/19/20C PHYs. From Brad. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/09 04:17:54 Modified files: sys/dev/mii : miidevs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/09 04:18:45 Modified files: sys/dev/mii : brgphy.c Log message: Add support for BCM5717/19/20C PHYs. From Brad. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/09 05:52:32 Modified files: usr.sbin/smtpd : bounce.c smtpd.h Log message: remove unused function and prototypes CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/09 06:05:16 Modified files: sysutils/nut : Makefile distinfo sysutils/nut/patches: patch-clients_Makefile_in patch-configure patch-drivers_blazer_usb_c patch-drivers_usbhid-ups_c sysutils/nut/pkg: PLIST-main Log message: update to NUT 2.6.5; bugfixes, cleanup, new device support, etc. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/09 06:19:33 Modified files: usr.sbin/smtpd : scheduler.c Log message: dead prototype CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/09 06:43:46 Modified files: sys/dev/pci : if_oce.c ocevar.h Log message: remove oce_dmamap_sync wrapper CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/08/09 08:13:59 Modified files: security/stunnel: Makefile distinfo Log message: - update to 4.53 - drop maintainer per his request ok sthen@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/09 10:00:31 Modified files: usr.sbin/smtpd : bounce.c queue.c smtpd.h Log message: Allow failure reports for different recipients of the same message to be grouped into a single bounce message. The bounce structure keeps a list of envelopes. For now, the list is constructed by delaying the re-enqueuing of a bounce envelope a bit, to wait for other bounces from the same message to be part of the same report. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/08/09 11:54:47 Modified files: audio/xmms : Makefile Log message: drop dead master sites and add a live one, from FreeBSD CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/08/09 12:19:45 Modified files: gnu/usr.bin/ld : ld.c Log message: Recognize and silently eat -rpath-link, as already done for -rpath, to avoid choking on the commandlines the base libtool builds. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/08/09 12:22:16 Modified files: education/verbiste: Makefile Added files: education/verbiste/patches: patch-doc_fr_french-conjugator_1_in patch-doc_fr_french-deconjugator_1_in patch-doc_fr_verbiste_3_in patch-doc_french-conjugator_1_in patch-doc_french-deconjugator_1_in Log message: use roff special character codes instead of UTF-8 in man pages and fix some markup nits; with upstream CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/09 12:41:45 Modified files: sys/dev/pci : if_oce.c Log message: set a timeout in case the chip goes out to lunch CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/09 12:49:57 Modified files: sys/dev/pci : if_oce.c ocevar.h Log message: respect the mtu value that ifconfig sets CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/09 13:03:14 Modified files: sys/dev/pci : if_oce.c oce.c ocevar.h Log message: remove internal queue stats, use if_* counters wherever possible CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/09 13:12:45 Modified files: sys/dev/pci : oce.c Log message: more htole conversions CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/09 13:15:47 Modified files: sys/dev/pci : if_oce.c Log message: schedule a rx refill if the ring is empty, sprinkle some dma syncs CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/09 13:16:26 Modified files: usr.sbin/smtpd : scheduler.c Log message: Envelopes scheduled as "removed" are already deleted from the scheduler. Do not delete them twice. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/09 13:19:49 Modified files: sys/dev/pci : oce.c ocereg.h ocevar.h Log message: try to make sense of the firmware statistics by counting rx and tx erorrs CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/09 13:23:35 Modified files: sys/dev/pci : if_oce.c ocevar.h Log message: oops. missed these conflicts in the previous commit CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/09 13:29:03 Modified files: sys/dev/pci : if_oce.c oce.c Log message: don't compile rss functions in unless OCE_RSS is specified CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/08/09 15:02:40 Removed files: textproc/p5-Text-Format/pkg: f Log message: remove unused file CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/08/09 22:03:25 Modified files: devel/vtcl : Makefile distinfo Added files: devel/vtcl/patches: patch-lib_propmgr_tcl patch-lib_tkcon_tcl patch-vtcl_tcl Log message: Make Vtcl work with Tcl/Tk 8.5. Take maintinership. Ok landry@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/08/10 01:31:38 Modified files: databases/mysql: Makefile distinfo databases/mysql/pkg: PLIST-tests Log message: Bugfix update to 5.1.65 ok Brad (Maintainer) CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/08/10 02:58:33 Modified files: cad/xcircuit : Makefile distinfo Log message: Update to 3.7.40. Ok sthen@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/10 03:16:02 Modified files: usr.sbin/smtpd : control.c Log message: code cleanup ok gilles@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/10 04:56:22 Modified files: sys/dev/pci : if_ix.c Log message: cleanup ixgbe_start routine; from brad, ok jsg CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/10 05:05:55 Modified files: usr.sbin/smtpd : mta_session.c smtp_session.c smtpd.h Log message: Move mta and smtp specific defines into their own files. Some formatting cleanups while there. ok gilles@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/08/10 07:52:20 Modified files: de : donations.html faq/de : faq12.html faq/nl : faq12.html nl : donations.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/08/10 08:09:22 Modified files: databases/percona-toolkit: Makefile distinfo databases/percona-toolkit/patches: patch-Makefile_PL patch-bin_pt-mysql-summary patch-bin_pt-sift Added files: databases/percona-toolkit/patches: patch-bin_pt-summary Log message: Bugfix update to 2.1.3 CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/08/10 08:12:58 Modified files: www/xombrero : Makefile distinfo www/xombrero/pkg: PLIST Log message: Update to 1.2.2 * [NEW] Implement a new setting, do_not_track, to set the Do Not Track HTTP header. This setting is disabled by default in normal mode and enabled in whitelist mode. * Fix the keybindings in the example config so they properly represent the default values in the source code. * Add some additional paranoia in the input focus code to prevent a segfault on some sites (most notably, pnc.com). * Fix a bug where HSTS would never be enabled if referer_mode = always * Fix the build when debugging is enabled * Show a warning when the binary could not be run when executing a program based on a MIME type, except for the special "donothing" binary name. Tested by severals. Ok aja@ gsoares@ CVSROOT: /cvs Module name: src Changes by: dcoppa@cvs.openbsd.org 2012/08/10 08:21:57 Modified files: sys/dev/usb : usbdevs Log message: Add O2 Micro OZ776 Hub Ok jsg@ CVSROOT: /cvs Module name: src Changes by: dcoppa@cvs.openbsd.org 2012/08/10 08:23:49 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/10 09:25:49 Modified files: mail/roundcubemail: Makefile distinfo mail/roundcubemail/patches: patch-config_main_inc_php_dist mail/roundcubemail/pkg: PLIST Added files: mail/roundcubemail/patches: patch-program_include_rcube_cache_php patch-program_include_rcube_session_php Log message: update to Roundcube 0.8.0 - note that there is a new default UI 'larry', for now you can revert to the old one by changing the option in the config file to 'classic' - thanks Daniel, Vijay and william@ for testing. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/10 10:24:56 Modified files: sys/dev/pci : oce.c ocereg.h Log message: cleanup some #define's and #ifdef's CVSROOT: /cvs Module name: ports Changes by: shadchin@cvs.openbsd.org 2012/08/10 11:25:01 Modified files: audio/deadbeef : Makefile audio/deadbeef/files: Makefile.am audio/deadbeef/patches: patch-plugins_mms_Makefile_am patch-plugins_musepack_Makefile_am audio/deadbeef/pkg: PLIST Added files: audio/deadbeef/patches: patch-plugins_aac_Makefile_am patch-plugins_ao_Makefile_am patch-plugins_artwork_Makefile_am patch-plugins_cdda_Makefile_am patch-plugins_converter_Makefile_am patch-plugins_dca_Makefile_am patch-plugins_dumb_Makefile_am patch-plugins_ffap_Makefile_am patch-plugins_ffmpeg_Makefile_am patch-plugins_flac_Makefile_am patch-plugins_gtkui_Makefile_am patch-plugins_hotkeys_Makefile_am patch-plugins_lastfm_Makefile_am patch-plugins_m3u_Makefile_am patch-plugins_mpgmad_Makefile_am patch-plugins_notify_Makefile_am patch-plugins_nullout_Makefile_am patch-plugins_shellexec_Makefile_am patch-plugins_shellexecui_Makefile_am patch-plugins_shn_Makefile_am patch-plugins_sndfile_Makefile_am patch-plugins_tta_Makefile_am patch-plugins_vfs_curl_Makefile_am patch-plugins_vfs_zip_Makefile_am patch-plugins_vorbis_Makefile_am patch-plugins_vtx_Makefile_am patch-plugins_wavpack_Makefile_am Log message: Changes proposed by aja@: * add @comment for the libtool la files corresponding to modules * fix RUN_DEPENDS * add '${CONFIGURE_SHARED} --disable-static' in CONFIGURE_ARGS * remove post-install hack, add the -avoid-version libtool option in the corresponding Makefile(s). ok aja@, dcoppa@ CVSROOT: /cvs Module name: src Changes by: shadchin@cvs.openbsd.org 2012/08/10 11:49:31 Modified files: sys/arch/hppa/gsc: gsckbc.c sys/arch/sgi/dev: iockbc.c mkbc.c sys/dev/ic : pckbc.c pckbcvar.h sys/dev/pckbc : pckbd.c Log message: simplify pckbc_xt_translation() * call only for set translation on (once in /sys/dev/pckbd.c) therefore we can delete unused code. * change behavior (more standard) - return zero on success ok miod@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/08/10 12:50:04 Modified files: sys/arch/i386/i386: bios.c sys/arch/amd64/amd64: bios.c Log message: ';;', even with a newline between the semicolons, doesn't make much sense as a for() body. One semicolon is enough. From llvm via Brad. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/08/10 14:11:41 Modified files: audio/libmikmod: Makefile devel/glib : Makefile x11/gtk+ : Makefile Log message: kill a few unneeded groff dependencies CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/08/10 14:13:10 Modified files: www/py-flask : Makefile distinfo www/py-flask/pkg: PLIST Log message: Update to flask 0.9. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/08/10 14:13:37 Modified files: www/py-werkzeug: Makefile distinfo Log message: Update to werkzeug 0.8.3 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/10 18:57:01 Modified files: sys/dev/ic : mfi.c Log message: the producer/consumer values are used by the device, which is little endian. do appropriate byteswapping for when the host cpu uses them. tested on a perc5 (xscale) in an amd64. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/08/10 23:55:13 Modified files: usr.bin/tmux : tmux.1 Log message: Add some missing formats from Samuel Le Thiec. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/08/11 00:45:33 Modified files: usr.bin/tmux : mode-key.c tmux.h window-choose.c window-copy.c window.c Log message: Instead of numbering choose mode items 0-9a-z and then nothing, number them all and if there are more than 10 use a prompt when 0-9 is pressed. From Thomas Adam. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/08/11 00:46:47 Modified files: usr.bin/tmux : cmd-choose-tree.c Log message: Fix a return type. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/11 00:48:30 Modified files: sys/dev/pci : pcidevs Log message: another 82599 CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/11 00:49:03 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: shadchin@cvs.openbsd.org 2012/08/11 00:49:52 Modified files: distrib/notes : README.amd64 README.i386 Log message: fix typo ok matthieu@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/11 00:53:31 Modified files: sys/dev/pci : if_ix.c ixgbe_82599.c ixgbe_type.h Log message: Add support for another 82599 SFP+ card. Original diff and tests by Chris Maxwell ok jsg CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/08/11 01:10:01 Modified files: usr.bin/tmux : tmux.1 Log message: Another missing format from sam at sltosis.org. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/08/11 01:32:16 Modified files: usr.bin/tmux : cmd-if-shell.c Log message: Remove dead code, from Sean Estabrooks. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/11 03:26:31 Modified files: driver/xf86-input-elographics: ChangeLog Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh ltmain.sh missing driver/xf86-input-elographics/man: Makefile.in elographics.man driver/xf86-input-elographics/src: Makefile.in xf86Elo.c Log message: Update to xf86-input-elographics 1.4.0 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/11 03:30:56 Modified files: driver/xf86-video-apm: ChangeLog Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing driver/xf86-video-apm/man: Makefile.in driver/xf86-video-apm/src: Makefile.am Makefile.in apm.h apm_accel.c apm_cursor.c apm_dga.c apm_driver.c apm_regs.h apm_video.c Added files: driver/xf86-video-apm/src: compat-api.h Log message: Update to xf86-video-apm 1.2.5 CVSROOT: /cvs Module name: xenocara Changes by: shadchin@cvs.openbsd.org 2012/08/11 03:34:38 xenocara/driver/xf86-input-mouse/include Update of /cvs/xenocara/driver/xf86-input-mouse/include In directory cvs.openbsd.org:/tmp/cvs-serv30262/include Log Message: Directory /cvs/xenocara/driver/xf86-input-mouse/include added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/11 03:40:48 Modified files: driver/xf86-video-chips: ChangeLog Makefile.in README aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh ltmain.sh missing driver/xf86-video-chips/man: Makefile.in chips.man driver/xf86-video-chips/src: Makefile.am Makefile.in ct_accel.c ct_bank.c ct_cursor.c ct_ddc.c ct_dga.c ct_driver.c ct_driver.h ct_regs.c ct_shadow.c ct_video.c driver/xf86-video-chips/util: Makefile.in dRegs.c mRegs.c modClock.c Added files: driver/xf86-video-chips/src: compat-api.h Removed files: driver/xf86-video-chips: compile Log message: Update to xf86-video-chips 1.2.5 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/11 03:44:22 Modified files: driver/xf86-video-rendition: ChangeLog Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh ltmain.sh missing driver/xf86-video-rendition/man: Makefile.am Makefile.in rendition.man driver/xf86-video-rendition/src: Makefile.am Makefile.in accelX.c hwcursor.c hwcursor.h rendition.c rendition.h rendition_shadow.c rendition_shadow.h v1krisc.c vboard.c vgafont-std.data vgafont-vrx.data vgapalette.data vloaduc.c vmodes.c vos.h vramdac.c vtypes.h Added files: driver/xf86-video-rendition: INSTALL driver/xf86-video-rendition/src: compat-api.h Log message: Update to xf86-video-rendition 4.2.5 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/11 03:47:02 Modified files: driver/xf86-video-tseng: ChangeLog Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh ltmain.sh missing driver/xf86-video-tseng/man: Makefile.am Makefile.in tseng.man driver/xf86-video-tseng/src: Makefile.am Makefile.in tseng.h tseng_accel.c tseng_cursor.c tseng_dga.c tseng_driver.c tseng_mode.c Added files: driver/xf86-video-tseng: INSTALL driver/xf86-video-tseng/src: compat-api.h Log message: Update to xf86-video-tseng 1.2.5 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/11 03:49:51 Modified files: driver/xf86-video-voodoo: ChangeLog Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh ltmain.sh missing driver/xf86-video-voodoo/man: Makefile.am Makefile.in voodoo.man driver/xf86-video-voodoo/src: Makefile.am Makefile.in voodoo.h voodoo_dga.c voodoo_driver.c voodoo_hardware.c Added files: driver/xf86-video-voodoo: INSTALL driver/xf86-video-voodoo/src: compat-api.h Log message: Update to xf86-video-voodoo 1.2.5 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/11 03:56:56 Modified files: driver : Makefile Log message: All drivers build again. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/11 04:00:44 Modified files: driver/xf86-video-ark: ChangeLog Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing driver/xf86-video-ark/src: Makefile.am Makefile.in ark.h ark_accel.c ark_driver.c Added files: driver/xf86-video-ark/src: compat-api.h Log message: Update to xf86-video-ark 0.7.5 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/11 04:04:16 Modified files: driver/xf86-video-glint: ChangeLog Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing driver/xf86-video-glint/man: Makefile.in driver/xf86-video-glint/src: IBMramdac.c Makefile.am Makefile.in TIramdac.c glint.h glint_dga.c glint_driver.c pm2_accel.c pm2_dac.c pm2_video.c pm2v_dac.c pm3_accel.c pm3_video.c pm_accel.c sx_accel.c tx_accel.c Added files: driver/xf86-video-glint/src: compat-api.h Log message: Update to xf86-video-glint 1.2.8 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/11 04:07:26 Modified files: driver/xf86-video-i128: ChangeLog Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing driver/xf86-video-i128/man: Makefile.in driver/xf86-video-i128/src: Makefile.am Makefile.in i128.h i128IBMDAC.c i128_driver.c i128accel.c i128dga.c i128exa.c Added files: driver/xf86-video-i128/src: compat-api.h Log message: Update to xf86-video-i128 1.3.6 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/11 04:09:35 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: textproc Changes by: edd@cvs.openbsd.org 2012/08/11 06:08:27 Log message: Import py-prettytable. A Python library for setting tabular data. OK gsoares@ Status: Vendor Tag: edd Release Tags: edd_20120811 N textproc/py-prettytable/Makefile cvs: ERROR: cannot write file /cvs/textproc/py-prettytable/Makefile,v: No such file or directory N textproc/py-prettytable/distinfo cvs: ERROR: cannot write file /cvs/textproc/py-prettytable/distinfo,v: No such file or directory cvs: ERROR: cannot mkdir /cvs/textproc/py-prettytable/pkg -- not added: No such file or directory No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/08/11 06:12:00 Log message: Attempt two at importing py-prettytable. Kludged my last commit with an incorrect import path. Looks like permission was denied for the import, so it didn't happen (?). The import was OK gsoares@ Status: Vendor Tag: edd Release Tags: edd_20120811 N ports/textproc/py-prettytable/Makefile N ports/textproc/py-prettytable/distinfo N ports/textproc/py-prettytable/pkg/DESCR N ports/textproc/py-prettytable/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/08/11 06:13:36 Modified files: textproc : Makefile Log message: link py-prettytable CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/11 06:43:11 Modified files: usr.sbin/smtpd : util.c Log message: make sure generated id is never 0. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: shadchin@cvs.openbsd.org 2012/08/11 07:03:18 Modified files: x11/xvkbd : Makefile distinfo x11/xvkbd/pkg : PLIST Removed files: x11/xvkbd/patches: patch-xvkbd_c patch-xvkbd_man Log message: Update to 3.3 ok jasper@, Yozo TODA (maintainer) CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2012/08/11 07:52:27 Modified files: sys/dev/pci : ahci.c Log message: Fix state tracking for the error ccb, and pay attention when the READ_LOG_EXT command used in ncq error recovery fails. Fixes 'ccb->ccb_xa.state == ATA_S_ONCHIP' assertion failures when talking to dying disks. broken disk supplied by Aidan Rowe ok dlg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/11 09:16:49 Modified files: x11/gnome/gedit-code-assistance: Makefile x11/gnome/gedit-code-assistance/pkg: PLIST x11/gnome/libbonoboui: Makefile x11/gnome/libbonoboui/pkg: PLIST x11/gnome/libgnomecanvas: Makefile x11/gnome/libgnomecanvas/pkg: PLIST Log message: Comment modules static archives. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/08/11 11:41:56 Modified files: gnu/usr.bin/ld : ld.c Log message: Actually correctly handle -rpath-link, instead of eating its argument but handling it as -r. Oops. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/08/11 11:55:58 Modified files: etc/rc.d : rc.subr Log message: Make a couple of variables local. from robert at peichaer dot org ok halex@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/08/11 13:18:36 Modified files: usr.sbin/smtpd : queue.c Log message: Add missing header needed by PRI format string Add missing header needed by time() ok eric@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/08/11 13:19:19 Modified files: usr.sbin/smtpd : scheduler_ramqueue.c Log message: fix use after free ok eric@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/08/11 16:50:38 ports/geo/gpstk/patches Update of /cvs/ports/geo/gpstk/patches In directory cvs.openbsd.org:/tmp/cvs-serv10479/patches Log Message: Directory /cvs/ports/geo/gpstk/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/08/11 16:51:13 Added files: emulators/dosbox/patches: patch-src_hardware_pic_cpp geo/gpstk/patches: patch-apps_positioning_posInterp_cpp games/widelands/patches: patch-src_map_h editors/xwpe/patches: patch-edit_h Log message: PIE preparations: These ports all have classes etc. that collide with the "PIC" define that will be used by PIE. No functional change. ok naddy@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/08/11 16:55:39 Modified files: editors/emacs21: Makefile editors/emacs22: Makefile editors/emacs23: Makefile editors/xemacs21/stable: Makefile Log message: Prepare emacs for PIE. emacs2* currently use gmalloc, which is incompatible with PIE. We should be using the system malloc anyway for security reasons. Unfortunately, there are yet more problems with PIE in emacs proper, so disable it for now until a solution is found. ok naddy@ sthen@ (on a previous version) CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/08/11 16:58:18 Modified files: security/aircrack-ng: Makefile multimedia/avidemux: Makefile multimedia/avidemux/patches: patch-avidemux_ADM_libraries_ADM_libswscale_yuv2rgb_c Added files: security/aircrack-ng/patches: patch-src_aircrack-ng_c patch-src_common_h patch-src_sha1-sse2_S patch-src_sha1-sse2_h multimedia/avidemux/patches: patch-avidemux_ADM_libraries_ADM_utilities_ADM_imageUtils_cpp patch-avidemux_ADM_videoFilter_ADM_vidBlend_cpp patch-avidemux_ADM_videoFilter_ADM_vidDeintASM_cpp patch-avidemux_ADM_videoFilter_ADM_vidFields_cpp patch-avidemux_ADM_videoFilter_ADM_vidFlux_cpp patch-avidemux_ADM_videoFilter_ADM_vidResampleFPS_cpp patch-avidemux_ADM_video_ADM_interlaced_cpp Log message: Further PIE preparations: aircrack-ng and avidemux both use non-PIC optimised assembler. Wrap an #ifndef PIC around it. ok naddy@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/08/11 17:02:23 Modified files: lang/sbcl : Makefile lang/sbcl/patches: patch-make-target-contrib_sh patch-src_runtime_GNUmakefile lang/gprolog : Makefile Added files: lang/gprolog/patches: patch-Fd2C_Makefile_in patch-Pl2Wam_Makefile_in patch-TopComp_Makefile_in Log message: Neither of these ports can use PIE. ok naddy@ CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2012/08/11 19:54:53 Modified files: sbin/ipsecctl : ipsec.conf.5 Log message: Explicitly state that only two unit specifiers are recognized instead of "several." Note: if anyone adds support for more unit specifiers in the future, please change this back to "several" (instead of using an exact number) so that it matches the iked.conf(5) man page. :) While here, fix a typo in the quick mode section: "phase 1 lifetime" -> "phase 2 lifetime" ok mikeb sthen jmc haesbaert henning CVSROOT: /cvs Module name: www Changes by: lteo@cvs.openbsd.org 2012/08/11 19:58:10 Modified files: faq : faq3.html index.html Log message: Mention RSYNC as a download option. ok nick haesbaert henning CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/08/12 00:04:09 Modified files: usr.bin/mandoc : mdoc_html.c Log message: .Sq should use curly right quotes in HTML output to match its curly left quotes. Also, properly reinitialize the styles attribute string buffer for each column in a table so that the attributes don't accumulate. tweak and ok schwarze CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/08/12 00:22:26 Modified files: usr.bin/tmux : window-choose.c Log message: Simplify width calculation (all numbers always sequential) and don't rely on uninitialized data, from Thomas Adam. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/08/12 05:31:33 Modified files: lang/ghc : Makefile Added files: lang/ghc/patches: patch-compiler_nativeGen_AsmCodeGen_lhs patch-compiler_nativeGen_PIC_hs patch-compiler_nativeGen_PPC_CodeGen_hs patch-compiler_nativeGen_SPARC_CodeGen_CCall_hs patch-compiler_nativeGen_X86_CodeGen_hs patch-configure patch-extra-gcc-opts_in Log message: For now, disable PIE in GHC. This will be revisited later on by kili@ in the next update. And again, calling stuff "PIC" is a bad idea ... ok kili@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/12 08:06:42 Modified files: xserver/os : privsep.c Log message: Fix a logic introducred in rev 1.23. The parent pid is initialized by the main X server too late in the privsep case (already in the unpriviliged child). So keep the early init for this case. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/08/12 08:24:56 Modified files: usr.sbin/bgpd : rde.c rde.h rde_attr.c Log message: By default mask the reserved bits and the ext len bit in the attribute flags field. Some systems seem to start sending bad flags around which cause session failures in bgpd. Make sure that bgpd ignores the must be zero flags correctly and ensure that they are always reset to zero when sending updates out. Reported and patch tested by Laurent CARON, OK henning@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/08/12 09:13:57 Modified files: www/chromium : Makefile www/chromium/patches: patch-chrome_browser_printing_print_system_task_proxy_cc Removed files: www/chromium/patches: patch-chrome_browser_shell_integration_linux_cc Log message: - Better fix for the cups API deprecation issue - Remove unneeded patch since we have openat(5) now (and from 5.0) - Bump revision ajacoutot@ robert@ (maintainer) ok. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/08/12 11:01:36 Modified files: lib/libusbhid : usbhid.3 lib/libz : compress.3 sbin/isakmpd : isakmpd.conf.5 share/man/man1 : gcc-local.1 share/man/man4 : acx.4 che.4 gcu.4 iha.4 inet6.4 ips.4 multicast.4 myx.4 oosiop.4 osiop.4 pcscp.4 pim.4 ral.4 rum.4 run.4 siop.4 tht.4 trm.4 upgt.4 ural.4 urtw.4 uscanner.4 share/man/man5 : forward.5 share/man/man7 : ports.7 share/man/man8 : release.8 usr.bin/less : less.1 usr.bin/man : help.1 usr.bin/sendbug: sendbug.1 usr.bin/whois : whois.1 usr.sbin/faithd: faithd.8 Log message: Use .Lk for HTTP hyperlinks, not .Pa. Most of the patch from Arto Jonsson . jmc@ agrees in principle that .Lk is the right macro to use. While here, update a few broken links, and add missing markup at a few places. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/12 11:13:00 Modified files: devel/libconfig: Makefile distinfo Removed files: devel/libconfig/patches: patch-tests_Makefile_in Log message: - update to 1.4.8 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/12 11:13:22 Modified files: devel/uthash : Makefile distinfo Log message: - update to 1.9.6 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/12 11:13:49 Modified files: www/drupal7/slideshow_creator: Makefile distinfo Log message: - update to 1.11 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/08/12 11:14:39 Modified files: lib/libc/arch/m88k/gen: _setjmp.S setjmp.S sigsetjmp.S Log message: Fix almost ten-years old bug in siglongjmp(), which would not restore a signal mask of zero (because of flawed logic assuming finding zero in the sigjmp_buf signal mask means sigsetjmp was invoked with a zero `savemask' argument). While there, clean comments of all *{set,long}jmp routines, and shave a few instructions by using bcnd insead of cmp + bb to test for zero values. Passes the regress tests, and now devel/libsigsegv configure siglongjmp test will not spin (this test is however flawed as it expects a signal handler declared as running on the sigaltstack and `returning' through siglongjmp to be invoked on the signal stack the next time the signal is raised). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/12 11:15:13 Modified files: www/drupal7/theme-adaptivetheme: Makefile distinfo www/drupal7/theme-adaptivetheme/pkg: PLIST Log message: - update to 2.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/12 11:19:00 Modified files: infrastructure/mk: gnu.port.mk Added files: infrastructure/db: config.no-fileutils Log message: add config.no-fileutils, tested in a full bulk ok sthen@ espie@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/12 11:19:47 Modified files: devel/libgit2/libgit2: Makefile distinfo devel/libgit2/libgit2/patches: patch-CMakeLists_txt devel/libgit2/libgit2/pkg: PLIST Log message: - update to 0.17.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/12 11:19:59 Modified files: devel/libgit2 : Makefile.inc devel/libgit2/py-git2: Makefile distinfo devel/libgit2/py-git2/pkg: PLIST Log message: - update to 0.17.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/12 11:21:03 Modified files: games : Makefile Log message: unhook ggz CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/12 11:21:15 Removed files: games/ggz : Makefile Makefile.inc games/ggz/ggz-client-libs: Makefile distinfo games/ggz/ggz-client-libs/patches: patch-configure patch-desktop_Makefile_in patch-ggz-wrapper_loop_c games/ggz/ggz-client-libs/pkg: DESCR PFRAG.shared PLIST games/ggz/ggz-gnome-client: Makefile distinfo games/ggz/ggz-gnome-client/patches: patch-Makefile_in patch-configure games/ggz/ggz-gnome-client/pkg: DESCR PLIST games/ggz/libggz: Makefile distinfo games/ggz/libggz/patches: patch-Makefile_in patch-configure patch-m4_tls_m4 games/ggz/libggz/pkg: DESCR PFRAG.shared PLIST Log message: Remove these ports, upstream is dead and it's not used by anything anymore. ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/12 11:24:56 Modified files: devel/luabitop : Makefile Log message: simplify do-regress CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/12 11:25:31 Modified files: devel/luarings : Makefile Log message: simplify do-regress CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/12 11:26:16 Modified files: devel/luaevent : Makefile Log message: - fixup regress dependds - simplify do-regress CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/12 11:26:30 Modified files: textproc/luaexpat: Makefile Log message: tweak do-regress CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/12 11:29:13 Modified files: x11 : Makefile Log message: unhook matchbox CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/12 11:29:52 Removed files: x11/matchbox : Makefile Makefile.inc x11/matchbox/libfakekey: Makefile distinfo x11/matchbox/libfakekey/pkg: DESCR PFRAG.shared PLIST x11/matchbox/libmatchbox: Makefile distinfo x11/matchbox/libmatchbox/patches: patch-libmb_mbpixbuf_c x11/matchbox/libmatchbox/pkg: DESCR PFRAG.shared PLIST x11/matchbox/matchbox-common: Makefile distinfo x11/matchbox/matchbox-common/pkg: DESCR PLIST x11/matchbox/matchbox-desktop: Makefile distinfo x11/matchbox/matchbox-desktop/patches: patch-install-sh x11/matchbox/matchbox-desktop/pkg: DESCR PLIST x11/matchbox/matchbox-keyboard: Makefile distinfo x11/matchbox/matchbox-keyboard/patches: patch-Makefile_in patch-src_matchbox-keyboard-layout_c patch-src_matchbox-keyboard-row_c patch-src_matchbox-keyboard_c patch-src_matchbox-keyboard_h x11/matchbox/matchbox-keyboard/pkg: DESCR PLIST x11/matchbox/matchbox-nest: Makefile distinfo x11/matchbox/matchbox-nest/pkg: DESCR PLIST x11/matchbox/matchbox-panel: Makefile distinfo x11/matchbox/matchbox-panel/patches: patch-applets_Makefile_in patch-applets_dotdesktop_mb-launcher-term_desktop patch-configure patch-install-sh x11/matchbox/matchbox-panel/pkg: DESCR PFRAG.APM PLIST x11/matchbox/matchbox-panel-manager: Makefile distinfo x11/matchbox/matchbox-panel-manager/pkg: DESCR PLIST x11/matchbox/matchbox-themes-extra: Makefile distinfo x11/matchbox/matchbox-themes-extra/pkg: DESCR PLIST x11/matchbox/matchbox-window-manager: Makefile distinfo x11/matchbox/matchbox-window-manager/patches: patch-data_Makefile_in x11/matchbox/matchbox-window-manager/pkg: DESCR PLIST Log message: remove matchbox, it's not being developed anymore and nobody uses it ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/12 11:33:04 Modified files: net/amsn : Makefile distinfo net/amsn/patches: patch-Makefile_in patch-configure patch-utils_TkCximage_src_CxImage_ximapng_cpp patch-utils_TkCximage_src_CxImage_ximapng_h net/amsn/pkg : PFRAG.shared PLIST Removed files: net/amsn/patches: patch-Compile_mk patch-utils_farsight_src_tcl_farsight_c Log message: - update to 0.98.9 from Azwaw OUSADOU (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/12 12:07:59 Modified files: textproc/arabica: Makefile Log message: could use VMEM_WARNING CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/12 13:32:22 Modified files: sys/dev/pci : azalia.c Log message: Make sure snooping is enabled on Intel 7 Series HD Audio. Tested by naddy@. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/12 14:43:42 Modified files: x11/gnome/anjuta: Makefile distinfo x11/gnome/anjuta/patches: patch-libanjuta_tests_Makefile_in patch-plugins_symbol-db_symbol-db-engine-core_c x11/gnome/anjuta/pkg: PLIST Log message: - update to 3.4.4 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/12 14:51:02 Modified files: x11/gnome/rygel: Makefile distinfo x11/gnome/rygel/pkg: PLIST Log message: - update to 0.14.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/12 15:02:37 Modified files: x11/gnome/grilo: Makefile distinfo x11/gnome/grilo/pkg: PLIST Log message: - update to 0.1.20 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/12 15:02:44 Modified files: x11/gnome/grilo-plugins: Makefile distinfo Log message: - update to 0.1.20 CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/08/12 15:23:37 Modified files: faq/nl : faq3.html index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2012/08/12 16:09:39 Modified files: . : donations.html press.html products.html users.html Log message: Update the spelling of "genua" and fix a broken link and a few other details regarding that company. Patch from Christina Traxinger , with one minor tweak by me. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/08/12 16:21:27 Modified files: devel : Makefile Removed files: devel/pmk : Makefile distinfo pmk.port.mk devel/pmk/pkg : DESCR MESSAGE PLIST Log message: tedu devel/pmk. Unused and broken with PIE, so now is a good time to get rid of it. ok naddy@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/08/12 19:43:25 Modified files: faq : faq6.html Log message: update rc.conf.local lines for NFS for the new rc.d startup process. Started by a posting on misc@ (erk. back in march), but there was more to do than just nfsd_flags. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/08/12 20:17:12 Modified files: faq : faq10.html Log message: a few more rc.d related changes CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/12 21:04:51 Modified files: sys/dev/ic : mfi.c mfireg.h Log message: replace uint32_ts for hi and lo addresses in the mfi_init_ hardware descriptors with single uint64_ts. theyre not some weird middle endian thing. this makes the code more readable. add some missing htole32s to the code while here. tested on a perc5 (xscale). CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/08/12 22:52:42 Modified files: lib/librthread : rthread.c Log message: Add explicit references from rthread.o to all of the weak symbol overrides provided by libpthread.a. This ensures that statically linked threaded programs use (e.g.) __cerror() from libpthread.a instead of libc.a. (Same idea previously used by libuthread.) Thanks to fgsch@ for pointing out libuthread's solution to the static linking problem. ok guenther@, tedu@; CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/12 23:20:30 Modified files: sys/dev/ic : mfi.c mfivar.h Log message: do appropriate bus_dmamapy_syncs around the pcq/completion ring. tested on a perc5 (xscale) CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/13 00:19:15 Modified files: sys/dev/ic : mfi.c mfireg.h Log message: get rid of the last foo_lo and foo_hi bits i could find in the hardware structures and use htole64 instead of htole32(addr >> 32); htole32(addr); gets rid of "handy" stack variables to get the dva to 64bits. sprinkle some more byte swaps for things that should have it. tested on a perc5 (xscale) CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/08/13 00:36:54 ports/emulators/gambatte/patches Update of /cvs/ports/emulators/gambatte/patches In directory cvs.openbsd.org:/tmp/cvs-serv311/patches Log Message: Directory /cvs/ports/emulators/gambatte/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/08/13 00:38:00 Modified files: emulators/gambatte: Makefile distinfo Added files: emulators/gambatte/patches: patch-gambatte_sdl_man_gambatte_sdl_6 patch-testrunner_SConstruct Log message: Update emulators/gambatte to 0.5.0. Fixes a crash with an alternate video filter. Also, enable the new regression tests. Also, sync the manpage with reality. Also, take maintainership. ok stsp@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/08/13 00:53:56 Modified files: emulators/mupen64plus: Makefile.inc emulators/mupen64plus/audio-sdl: distinfo emulators/mupen64plus/core: Makefile distinfo emulators/mupen64plus/core/pkg: PLIST emulators/mupen64plus/input-sdl: distinfo emulators/mupen64plus/input-sdl/pkg: PLIST emulators/mupen64plus/rsp-hle: distinfo emulators/mupen64plus/ui-console: Makefile distinfo emulators/mupen64plus/video-rice: Makefile distinfo emulators/mupen64plus/video-rice/pkg: PLIST Removed files: emulators/mupen64plus/audio-sdl/patches: patch-source_mupen64plus-audio-sdl_projects_unix_Makefile emulators/mupen64plus/core/patches: patch-source_mupen64plus-core_projects_unix_Makefile patch-source_mupen64plus-core_src_memory_memory_c patch-source_mupen64plus-core_src_memory_memory_h patch-source_mupen64plus-core_src_r4300_cop1_d_c patch-source_mupen64plus-core_src_r4300_cop1_l_c patch-source_mupen64plus-core_src_r4300_cop1_s_c patch-source_mupen64plus-core_src_r4300_cop1_w_c patch-source_mupen64plus-core_src_r4300_fpu_h patch-source_mupen64plus-core_src_r4300_interupt_c patch-source_mupen64plus-core_src_r4300_macros_h patch-source_mupen64plus-core_src_r4300_pure_interp_c patch-source_mupen64plus-core_src_r4300_r4300_c patch-source_mupen64plus-core_src_r4300_recomp_c patch-source_mupen64plus-core_src_r4300_recomp_h patch-source_mupen64plus-core_src_r4300_x86_64_rjump_c patch-source_mupen64plus-core_src_r4300_x86_rjump_c emulators/mupen64plus/input-sdl/patches: patch-source_mupen64plus-input-sdl_projects_unix_Makefile patch-source_mupen64plus-input-sdl_src_config_c patch-source_mupen64plus-input-sdl_src_config_h patch-source_mupen64plus-input-sdl_src_plugin_c patch-source_mupen64plus-input-sdl_src_plugin_h emulators/mupen64plus/rsp-hle/patches: patch-source_mupen64plus-rsp-hle_projects_unix_Makefile patch-source_mupen64plus-rsp-hle_src_hle_h patch-source_mupen64plus-rsp-hle_src_ucode1_cpp patch-source_mupen64plus-rsp-hle_src_ucode2_cpp patch-source_mupen64plus-rsp-hle_src_ucode3_cpp emulators/mupen64plus/ui-console/patches: patch-source_mupen64plus-ui-console_projects_unix_Makefile patch-source_mupen64plus-ui-console_src_compare_core_c emulators/mupen64plus/video-rice/patches: patch-source_mupen64plus-video-rice_projects_unix_Makefile patch-source_mupen64plus-video-rice_src_FrameBuffer_cpp patch-source_mupen64plus-video-rice_src_OGLRender_cpp patch-source_mupen64plus-video-rice_src_RenderBase_cpp patch-source_mupen64plus-video-rice_src_TextureFilters_cpp Log message: Update all emulators/mupen64plus plugins to 1.99.5. This makes the emulator actually playable on i386, and removes all patches (which had been taken from upstream). ok stsp@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/13 01:50:27 Modified files: databases/evolution-data-server: Makefile distinfo databases/evolution-data-server/patches: patch-addressbook_backends_file_e-book-backend-file_c Log message: Bugfix update to evolution-data-server-3.4.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/13 01:58:08 Modified files: mail/evolution-ews: Makefile distinfo Log message: Bugfix update to evolution-ews-3.4.4. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/08/13 02:08:00 Modified files: etc/rc.d : rc.subr Log message: Set the daemon_class as readonly as it should be (and is documented as such). from robert at peichaer dot org modified after a discussion with halex@ ok halex@ robert@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/13 02:22:30 Modified files: graphics : Makefile Log message: unhook ggi and gii CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/13 02:22:52 Removed files: graphics/ggi : Makefile distinfo graphics/ggi/patches: patch-display_X_buffer_c patch-display_X_helper_shm_shm_c patch-display_xf86dga_XF86DGA_c patch-display_xf86dga_XF86VMode_c patch-display_xf86dga_extutil_h patch-display_xf86dga_visual_c patch-doc_man_display-sub_7 patch-ggi_init_c patch-include_ggi_display_Makefile_am patch-programs_regress_mode_c graphics/ggi/pkg: DESCR PFRAG.shared PLIST graphics/gii : Makefile distinfo graphics/gii/pkg: DESCR PFRAG.shared PLIST Log message: remove dead/unused/etc cruft prompted by brad ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/13 02:27:31 Modified files: www/gtkhtml4 : Makefile distinfo Log message: - update to 3.4.4 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/13 03:16:42 Modified files: mail/evolution : Makefile distinfo Log message: - update to 3.4.4 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/13 03:26:32 Modified files: x11/gnome/keyring: Makefile Added files: x11/gnome/keyring/patches: patch-daemon_gpg-agent_gkd-gpg-agent-ops_c patch-pkcs11_secret-store_gkm-secret-item_c patch-schema_org_gnome_crypto_cache_gschema_xml Log message: SECURITY fix for CVE-2012-3466, from upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/13 03:33:41 Modified files: devel/vte : Makefile Log message: Use autoconf 2.65. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/08/13 04:10:07 Modified files: etc/rc.d : rc.subr Log message: unset _rcflags and _rcuser so that they don't get inherited by rc.d(8) scripts; from robert at peichaer dot org ok halex@ While here, put the "sanitation" commands in their own block. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/08/13 04:14:16 Modified files: de : donations.html press.html products.html users.html faq/fr : current.html faq10.html faq12.html faq3.html faq6.html index.html fr : anoncvs.html donations.html press.html products.html users.html want.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/13 04:24:36 Modified files: mail/evolution-exchange: Makefile distinfo Log message: Bugfix update to evolution-exchange-3.4.4. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/13 04:38:25 Modified files: x11/ogre : Makefile Log message: set VMEM_WARNING CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/13 05:08:51 Added files: devel/spidermonkey/patches: patch-ctypes_libffi_src_mips_ffi_c patch-ctypes_libffi_src_mips_ffitarget_h Log message: get the build slightly further on mips64el CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/13 07:14:50 Modified files: sys/dev/pci : if_ix.c Log message: sync a comment with reality and remove an error path duplicate; from brad CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/08/13 08:07:01 Modified files: net/amsn : Makefile Removed files: net/amsn/patches: patch-utils_TkCximage_src_CxImage_ximapng_cpp patch-utils_TkCximage_src_CxImage_ximapng_h Log message: 0.98.9 does not require access to private libpng data structures any longer ok maintainer, jasper@ CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/08/13 08:18:15 Modified files: emulators/gns3 : Makefile distinfo emulators/gns3/patches: patch-src_GNS3_Config_Defaults_py patch-src_GNS3_QemuManager_py emulators/gns3/pkg: DESCR PLIST Removed files: emulators/gns3/patches: patch-src_GNS3_Application_py Log message: update to 0.8.3 add support for qemu pkg/DESCR bits from sthen@ ok sthen@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/08/13 08:39:11 Modified files: math/R : Makefile Log message: Add "CFLAGS+=-fPIC": unbreak the build on ppc. Breakage reported by, and ok, ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/08/13 09:46:07 Modified files: emulators/dynamips: Makefile distinfo Log message: fix master_sites / homepage while here, regen distinfo to new format ok sthen@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/08/13 10:39:35 Modified files: net/tor : Makefile distinfo Log message: SECURITY update to tor 0.2.2.38. From the ChangeLog: Changes in version 0.2.2.38 - 2012-08-12 Tor 0.2.2.38 fixes a rare race condition that can crash exit relays; fixes a remotely triggerable crash bug; and fixes a timing attack that could in theory leak path information. CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/08/13 15:06:43 Modified files: lang/tcl : tcl.port.mk Log message: Increase coverage of MODTCL_*_ADJ to 30 lines; catches more ports. Ok sthen CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/13 18:20:17 Modified files: sys/dev/pci : mpii.c Added files: sys/dev/pci : mpiireg.h Log message: split the definitions of the hardware out into a separate file so it can be reused by a driver for the recent megaraid sas fusion boards. mikeb was also interested in doing this a while back to make working on mpii.c easier. ok by mikeb@ haesbaert@ deraadt@ matthew@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/13 18:27:51 Added files: sys/dev/pci : mfii.c Log message: introduce mfii(4), a driver for the generation of megaraid sas boards after the ones currently supported by mfi(4). mfii is to mfi what mpii is to mpi. it is also strange in that it reuses bits of both mfi(4) and mpii(4) hardware structures. the register layout is sort of like mfi, but the majority of the messaging (post and completion paths) are like mpii. the new logical disk io message is the same as the scsi io command in mpii with an extra raid context bit on the end. other operating systems have supported the new hardware in their existing megaraid sas drivers by cutting them in half and using a metric buttload of function pointers at pretty much every driver entry point to switch between the non-fusion behaviour and the fusion behavior. the only really common code seems to be the handling of the management commands before branching off into the chip specific message handling to move it on and off the hardware. i'll deal with abstracting the mgmt stuff out later. this is working so im getting it in now to polish further in the tree. ok by mikeb@ haesbaert@ deraadt@ matthew@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/13 18:28:23 Modified files: sys/dev/pci : files.pci Log message: wire in mfii(4) ok by mikeb@ haesbaert@ deraadt@ matthew@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/13 18:46:28 Added files: share/man/man4 : mfii.4 Log message: basic manpage for new mfii(4) CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/13 18:49:13 Modified files: share/man/man4 : Makefile Log message: wire in mfii.4 prodded by deraadt@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/13 18:54:12 Modified files: sys/arch/amd64/conf: GENERIC sys/arch/i386/conf: GENERIC Log message: enable mfii(4). ok deraadt@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/13 19:08:19 Modified files: share/man/man4 : aac.4 adv.4 aha.4 ahb.4 ahc.4 ahci.4 ahd.4 aic.4 ami.4 arc.4 atapiscsi.4 bha.4 cac.4 ciss.4 dpt.4 gdt.4 iha.4 iop.4 ioprbs.4 iopsp.4 ips.4 isp.4 mfi.4 mpath.4 mpi.4 mpii.4 oosiop.4 osiop.4 pcscp.4 scsi.4 sdmmc.4 sili.4 siop.4 sli.4 softraid.4 trm.4 twe.4 vscsi.4 share/man/man4/man4.alpha: asc.4 share/man/man4/man4.hp300: spc.4 share/man/man4/man4.i386: sea.4 uha.4 wds.4 share/man/man4/man4.luna88k: spc.4 share/man/man4/man4.macppc: esp.4 mesh.4 share/man/man4/man4.mvme68k: vs.4 vsbic.4 share/man/man4/man4.mvme88k: vs.4 vsbic.4 share/man/man4/man4.sparc: si.4 sw.4 share/man/man4/man4.sparc64: esp.4 vdsk.4 share/man/man4/man4.vax: asc.4 ncr.4 sii.4 Log message: kernel configs dont need "scsibus* at foo?" anymore. "guess you get more commits" deraadt@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2012/08/13 19:29:42 Modified files: share/man/man4 : vmt.4 Log message: add a ref to the vmwh package, help/ok lteo schwarze sthen CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/13 21:42:03 Modified files: sys/dev/ic : mfi.c mfivar.h Log message: move knowledge of the location of the inbound doorbell out of code in transition_firmware into a member of the iop structures. ok mikeb@ haesbaert@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/13 21:44:11 Modified files: sys/dev/ic : mfivar.h Log message: oops, dont claim FUSION is an iop type we will support in mfi(4) CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/13 21:46:46 Modified files: sys/dev/ic : mfivar.h sys/dev/pci : mfi_pci.c Log message: gc sc_flags now that the iop struct can tell us where the different IDBs are. noted by haesbaert@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/13 22:07:53 Modified files: sys/dev/ic : mfi.c Log message: print the boards name (eg, perc 5/i) according to the firmware like mfii. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/13 22:10:14 Modified files: sys/dev/pci : mfi_pci.c Log message: dont maintain tables of all the pci subtypes just so we can print things like "Dell PERC 5/i" in dmesg. the firmware on the board knows its own name so we can use that instead. saves some bytes in the kernel. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/14 01:11:09 Modified files: devel/libev/patches: patch-ev_c Log message: add support for mips64, from upstream ok dcoppa@ (MAINTAINER) CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/08/14 01:19:41 Modified files: faq/de : faq10.html faq3.html faq6.html index.html faq/nl : faq10.html faq6.html nl : donations.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: dcoppa@cvs.openbsd.org 2012/08/14 01:22:48 Modified files: sys/dev/usb : usbdevs Log message: Replace the encoded character in the device name: Clang doesn't like it. From Brad. OK jsg@ CVSROOT: /cvs Module name: src Changes by: dcoppa@cvs.openbsd.org 2012/08/14 01:24:18 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/08/14 01:43:57 Modified files: etc/rc.d : mountd nfsd Log message: Optimize checks for /etc/exports. from robert at peichaer dot org discussed with and ok halex@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/14 02:10:53 Modified files: www/epiphany : Makefile distinfo Log message: - update to 3.4.3 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/08/14 02:15:00 Modified files: usr.bin/tmux : cmd-kill-pane.c Log message: Add a patch missed during a merge sometime to use TAILQ_FOREACH_SAFE. From Tiago Cunha. CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/08/14 02:47:58 Modified files: lib/libc/locale: multibyte_citrus.c Log message: remove unused variable ok matthew@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/08/14 02:48:42 Modified files: sbin/fdisk : misc.c Log message: remove unused variable ok krw@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/08/14 02:49:56 Modified files: sbin/route : route.c Log message: fix bad argument passed to errx() ok sthen@ benno@ claudio@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/08/14 02:51:53 Modified files: usr.bin/tmux : cmd-break-pane.c cmd-choose-buffer.c cmd-choose-client.c cmd-choose-tree.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 tmux.h Log message: Use a separate define for each default format template and strip clutter from the choose-tree defaults. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/08/14 02:58:25 Modified files: usr.bin/tmux : tty.c Log message: Tidy up tty_write, from Sean Estabrooks. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/08/14 03:17:14 Modified files: usr.bin/tmux : window-choose.c Log message: Boldify windows with alerts in choose-* list. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/14 04:13:39 Modified files: sys/dev/ic : mfi.c mfivar.h Log message: expose the max number of logical volumes the hardware supports as the width of its scsibus. only advertise 1 lun on logical volumes instead of letting the midlayer fix it up to 8. give every target on the bus max_cmds openings. iopools means they will properly share access to them. this in particular is useful on skinny controllers which only advertise 31 command slots. if you have 16 volumes, theyll only get 1 opening each with the old maths. this way round the ones that are busy will share the slots. tested on a perc5 with two volumes and hard workloads. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/14 04:44:36 Modified files: sys/dev/ic : mfi.c mfivar.h Log message: use scsi_get_link to find out the name of a child device for bioctl rather than snoop scsi commands and copy it in an io path. no functional change, but the code has one less XXX now. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/14 05:38:01 Modified files: devel/ccache : Makefile distinfo devel/ccache/patches: patch-test_sh Log message: update to ccache 3.1.8 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/14 06:09:33 Modified files: app/video : video.c Log message: Typo in warn() argument. Reported by Artturi Alm. Thanks. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/14 09:57:58 Modified files: xserver/os : privsep.c Log message: In priv_open_device() allow opening tty[E-J]0. While there remove ttyD[1-7] from the list, since those devices will never get used by X. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/14 11:56:04 Modified files: sys/dev/pci : mpii.c Log message: whitespace cleanup; no binary change CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/14 13:09:09 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 mi distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/08/14 14:11:37 Modified files: share/mk : bsd.own.mk sys/sys : cdefs.h Log message: Add framework support for controlling symbol visibility in shared objects, inspired by NetBSD. Discussed with kurt, kettenis, and millert. ok kettenis CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/08/14 14:14:35 Modified files: share/mk : bsd.own.mk . : Makefile.cross Log message: Garbage collect the USE_GCC variables; everything uses COMPILER_VERSION now. From Brad. CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2012/08/14 14:24:31 Modified files: . : donations.html Log message: more CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/08/14 14:47:08 Modified files: usr.bin/ftp : fetch.c ftp.1 main.c Log message: Add support for basic HTTP authentication as described on RFC 2617 and RFC 3986. This allows the following idiom in ftp: ftp http[s]://user:pass@host/file With some pointers from halex a lot of testing and feedback from lteo, thanks a lot. ok lteo@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/08/14 20:38:14 Modified files: sys/dev/ic : gdtvar.h gdt_common.c Log message: Remove the old ioctl interface which has been disabled for over six years (since bioctl support was added). ok krw@ dlg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/15 01:02:44 Modified files: x11/remmina : Makefile Log message: Tighten avahi dependency. ok jasper@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/15 01:47:56 ports/x11/gnome/gedit-cossa/patches Update of /cvs/ports/x11/gnome/gedit-cossa/patches In directory cvs.openbsd.org:/tmp/cvs-serv15420/patches Log Message: Directory /cvs/ports/x11/gnome/gedit-cossa/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/15 02:03:43 Modified files: x11/dbus : Makefile distinfo x11/dbus/patches: patch-configure patch-dbus_dbus-sysdeps-util-unix_c Log message: Bugfix update to dbus-1.6.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/15 02:04:24 Modified files: x11/gnome/gedit-cossa: Makefile x11/gnome/gedit-cossa/pkg: PLIST Added files: x11/gnome/gedit-cossa/patches: patch-src_Makefile_in Log message: Plugins are not shared libraries; from upstream. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/08/15 03:02:52 Modified files: infrastructure/lib/DPB: Fetch.pm Log message: better messages about caching problems, don't abort if sha info is missing from distinfo. comment stuff. (I had this since after the lock, plain forgot to commit it) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/08/15 03:05:05 Modified files: infrastructure/lib/DPB: Vars.pm Log message: keep state during variable scanning (we see pkgpath in order). Reset info for a new path systematically, instead of only creating new infos. Part of handling erroring paths better: if a pkgpath errors out, when we remove the lock, the whole port will be rescanned at once, instead of doing one subpkgpath only. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/08/15 03:38:11 Modified files: infrastructure/mk: perl.port.mk Log message: have perl module work like it should: define extra TARGET_* variables, and have do-install/do-build use them. Replace pre-configure with folded in shell fragment. Don't hardcode perl location, we don't hardcode those things but rely on PATH instead. check that Makefile.PL actually produced a Makefile, since the way it errors out does not exit 1, thus leading to configure having failed and ports thinking it succeeded... okay sthen@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/08/15 03:39:26 Removed files: infrastructure/templates: README.category README.port README.top Log message: bye bye READMES remnants CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/08/15 03:41:33 Modified files: infrastructure/man/man1: out-of-date.1 Log message: nits CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/08/15 04:49:05 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document perl module new goodies CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/15 04:58:25 Modified files: net/librest : Makefile distinfo net/librest/pkg: PLIST Log message: - update to 0.7.90 CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/15 06:15:42 Modified files: sys/arch/amd64/conf: RAMDISK_CD Log message: add oce and mfii; ok deraadt dlg CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/08/15 07:09:59 Modified files: mail/offlineimap: Makefile distinfo mail/offlineimap/patches: patch-docs_MANUAL_rst patch-offlineimap_conf Log message: Update for OfflineIMAP from 6.5.3 to 6.5.4: * bump bundled imaplib2 library 2.29 --> 2.33 * Actually perform the SSL fingerprint check * Curses UI, don't use colors after we shut down curses already * Document that '%' needs encoding as '%%' in *.conf * Fix crash when IMAP.quickchanged() led to an Error * Implement the createfolders setting to disable folder propagation Ok pea@ (maintainer) gsoares@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/15 07:22:29 Modified files: print/gtklp : Makefile distinfo print/gtklp/patches: patch-include_defaults_h Added files: print/gtklp/patches: patch-gtklp_gtklp_functions_c patch-gtklpq_printer_c patch-libgtklp_libgtklp_c Removed files: print/gtklp/patches: patch-gtklp_gtklp_h Log message: Update to gtklp-1.2.9 and fix build with cups >= 1.6.0. CVSROOT: /cvs Module name: src Changes by: sperreault@cvs.openbsd.org 2012/08/15 08:00:32 Modified files: sys/netinet6 : in6_ifattach.c Log message: Enable IPv6 autoconfprivacy by default diff originally by stsp@ "please commit it" deraadt@ "don't care" stsp@ "don't like" bluhm@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/15 10:30:25 Modified files: sys/dev/pci : if_em.c Log message: we're not going to loop in rxeof here as well so remove the leftovers from brad, ok jsg CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/08/15 11:07:49 Modified files: lib/librthread : rthread.c Log message: Oops, on a.out architectures __cerror() is called _cerror(). Fix accordingly so vax can build again. ok deraadt CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2012/08/15 11:12:32 Modified files: distrib/sets/lists/xserv: md.amd64 md.i386 Log message: sync CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/08/15 11:58:40 Modified files: meta/gnustep : Makefile Log message: Add corebase and paje to the dependencies OK ajacoutot@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/15 12:04:23 Modified files: share/man/man8 : afterboot.8 Log message: - remove some redundancy within the sendmail text - remove the compat_* text: there's only one left, and the text makes little sense here from Ross Richardson ok schwarze CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/08/15 12:08:22 Modified files: gnu/gcc/gcc/config: openbsd-libpthread.h lib/libc : Makefile lib/librthread : Makefile shlib_version Log message: A couple small but long anticipated changes: - Link libpthread.so with -znodlopen. Because libpthread overrides the weak symbols in libc, we can't allow it to be dynamically loaded or else libc's weak symbols might have already been resolved by ld.so. (Also, major bump because this is technically a backwards incompat change in behavior, although dlopen()ing libpthread never really worked.) - Link libc.so with -nodefaultlibs -lgcc. This ensures that libc doesn't try to link against itself (which ld.so wouldn't like). - Change GCC 4 to link shared objects with -lpthread and -lc as appropriate, now that there's no issues with doing so. This means that it's no longer necessary to patch software to use -pthread instead of -lpthread. (Ports tree rejoice!) Also, to preemptively answer this question: No, this does not eliminate the need for LD_PRELOAD=libpthread.so. That's a separate issue that won't be resolved until we eliminate libc's weak symbols. Discussed extensively on email and icb over the past few months. ok deraadt CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/15 12:09:02 Modified files: share/man/man5 : bsd.port.mk.5 port-modules.5 Log message: remove some unneeded Pp; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/15 12:10:06 Modified files: share/man/man4 : oce.4 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/15 12:20:33 Modified files: share/man/man4 : pci.4 Log message: update the description for ix(4), and add the description for oce(4); CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/15 12:23:10 Modified files: share/man/man8 : rc.subr.8 Log message: remove trailing whitespace; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/15 12:25:50 Modified files: usr.bin/ssh : ssh-keygen.1 Log message: a little more info on certificate validity; requested by Ross L Richardson, and provided by djm CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/15 12:28:53 Modified files: share/man/man4 : umct.4 Log message: Eivind Evensen reports a working device, but another reader (sorry, mail not to hand!) reports non-working devices. accordingly, remove the note in BUGS asking people to report working devices, but leave the note saying not everything works correctly. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/15 12:30:49 Modified files: usr.bin/units : units.lib Log message: (somewhat belatedly) update currency exchange rates; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/15 12:34:00 Modified files: share/man/man4 : pci.4 Log message: add mfii(4); CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/15 12:56:28 Modified files: lib/libkeynote : keynote.1 keynote.3 keynote.4 keynote.5 Log message: use Lk for links; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/15 13:02:01 Modified files: sys/arch/amd64/stand/boot: boot.8 sys/arch/socppc/stand/boot: boot.8 sys/arch/hppa/stand/boot: boot.8 sys/arch/i386/stand/boot: boot.8 sys/arch/zaurus/stand/zboot: boot.8 sys/arch/armish/stand/boot: boot.8 sys/arch/hppa64/stand/boot: boot.8 sys/arch/landisk/stand/boot: boot.8 Log message: use Lk for links; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/15 13:07:30 Modified files: share/man/man8 : afterboot.8 starttls.8 Log message: - use Lk for links because i already have a trivial addition in afterboot, to briefly document rc.d(8), i have committed that bit also. that saves me making (even more) trivial changes to this file, however the text was suggested by ingo and i'm still waiting for his reply which, to be fair, has only been a wait of some 30 mins so far. so, the rc.d blurb was requested by ross richardson, suggested by ingo, and probably ok ingo. but if he objects, we can tweak it further. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/15 13:17:02 Modified files: share/man/man4 : usb.4 ipsec.4 rsu.4 iwi.4 ueagle.4 malo.4 wpi.4 pgt.4 uath.4 iwn.4 bwi.4 uvideo.4 otus.4 ipw.4 athn.4 urtwn.4 Log message: use Lk for links; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/15 13:25:41 Modified files: bin/chio : chio.1 usr.sbin/openssl: openssl.1 usr.sbin/popa3d: popa3d.8 usr.sbin/pppoe : pppoe.8 usr.sbin/traceroute: traceroute.8 usr.sbin/traceroute6: traceroute6.8 usr.sbin/hostapd: hostapd.8 usr.sbin/sysmerge: sysmerge.8 usr.sbin/nginx/man: nginx.8 Log message: use Lk for links; CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/08/15 20:40:18 Modified files: faq : faq6.html Log message: mountd is needed. -tun4 helps, though there is conflict with the man page. According to nfsd(8), -t is to specify a timeout value, -T is TCP transport. -u doesn't exist, and the default is to start four servers. however -T doesn't work, and -tun4 starts five nfsd processes. But this is certainly more right than what was there. This diff (best of the bunch I got) was from robert at peichaer dotorg, thanks! CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/15 21:50:14 Modified files: sys/dev/pci : mfii.c Log message: rewrite the mfii_mgmt path to be a bit more... symmetrical. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/15 22:10:25 Modified files: libexec : Makefile usr.sbin : Makefile Log message: switch off inetd tftp-proxy and enable the standalone one instead. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/15 22:17:12 Removed files: libexec/tftpd : Makefile tftpd.8 tftpd.c Log message: send inetd tftpd to the attic. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/15 22:28:36 Modified files: sys/dev/pci : mfii.c Log message: replace the SLIST for ccbs with a SIMPLEQ so i can add stuff to the end of ccb lists. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/15 22:36:37 Modified files: sys/dev/pci : mfii.c Log message: move completions of ccbs out of the postq mutex. avoids the unlikely but still possible deadlock that can occur if a completion starts a polled command. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/15 22:41:49 Modified files: sys/dev/pci : mfii.c Log message: white space, no real changes CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2012/08/15 22:52:51 Modified files: sys/ufs/ufs : ufs_dirhash.c Log message: remove pool hiwat call. hiwat is less useful than it used to be. less greedy pools are nicer pools. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/15 23:38:14 Modified files: sys/dev/ic : mfi.c Log message: fix up the dma sync for the command frame in mfi_done. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/15 23:49:38 Modified files: sys/dev/ic : mfi.c Log message: move the dma syncs for the ccb data into ccb_done, so we can do it once rather than put the code everywhere. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/16 00:05:56 Modified files: sys/dev/ic : mfi.c Log message: scrub ccbs when we're about to use them, not when we put them back on the free list. ccbs can be reused, so we dont want old state screwing up new commands. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/16 00:45:51 Modified files: sys/dev/ic : mfi.c mfivar.h Log message: stop passing mfi_softc around as a member of the ccb, consistently give it as the first argument to functions. like mfii. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/16 01:17:05 Modified files: sys/dev/ic : mfi.c Log message: rework mfi_poll so it will do all the completions on a ccb including calling the done handler. this makes it consistently complete scsi io with all the proper error checking. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/16 01:53:22 Modified files: sys/dev/ic : mfi.c Log message: fix mfi_poll by having it do delays between loops, and breaking on timeouts. how embarrassment. implement mfi_exec for doing sync executions of commands in process contexts and cut mfi_mgmt over to it. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/16 01:55:09 Modified files: sys/dev/pci : mfii.c Log message: mfii_exec_done clears ccb_cookie, so mfii_exec should test that, not ccb_done. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/16 02:50:22 Modified files: www/owncloud : Makefile distinfo Log message: Update to owncloud-4.0.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/16 02:52:55 Modified files: net/csync : Makefile distinfo Log message: Update to csync-0.50.8. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/16 03:30:55 Modified files: sys/dev/pci : if_em.c Log message: revert previous; wrong diff CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/16 03:31:35 Log message: Import trytond-module-account_fr-2.4.0. This is the "account_fr" module for the Tryton application platform. It provides an account chart template for France. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120816 N ports/productivity/tryton/account_fr/Makefile N ports/productivity/tryton/account_fr/distinfo N ports/productivity/tryton/account_fr/pkg/DESCR N ports/productivity/tryton/account_fr/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/16 03:31:53 Modified files: sys/dev/pci : if_em.c Log message: we're not going to loop in rxeof here as well so remove the leftovers from brad, ok jsg CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/16 03:32:20 Log message: Import trytond-module-production-2.4.0. This is the "production" module for the Tryton application platform. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120816 N ports/productivity/tryton/production/Makefile N ports/productivity/tryton/production/distinfo N ports/productivity/tryton/production/pkg/DESCR N ports/productivity/tryton/production/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/16 03:33:01 Log message: Import trytond-module-stock_lot-2.4.0. This is the "stock_lot" module for the Tryton application platform. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120816 N ports/productivity/tryton/stock_lot/Makefile N ports/productivity/tryton/stock_lot/distinfo N ports/productivity/tryton/stock_lot/pkg/DESCR N ports/productivity/tryton/stock_lot/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/16 03:33:44 Log message: Import trytond-module-stock_split-2.4.0. This is the "stock_split" module for the Tryton application platform. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120816 N ports/productivity/tryton/stock_split/Makefile N ports/productivity/tryton/stock_split/distinfo N ports/productivity/tryton/stock_split/pkg/DESCR N ports/productivity/tryton/stock_split/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/16 03:34:28 Log message: Import trytond-module-stock_supply_production-2.4.0. This is the "stock_supply_production" module for the Tryton application platform. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120816 N ports/productivity/tryton/stock_supply_production/Makefile N ports/productivity/tryton/stock_supply_production/distinfo N ports/productivity/tryton/stock_supply_production/pkg/DESCR N ports/productivity/tryton/stock_supply_production/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/16 03:34:48 Modified files: productivity/tryton: Makefile Log message: +account_fr +production +stock_lot +stock_split +stock_supply_production CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/08/16 06:02:52 Added files: x11/gnome/libgnomecanvasmm: Makefile distinfo x11/gnome/libgnomecanvasmm/pkg: DESCR PLIST Log message: Bring back libgnomecanvasmm. Needed by upcoming port of ardour. help and ok ajacoutot CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/08/16 06:26:29 Log message: Import liblo. Needed by upcoming port of ardour. liblo is a lightweight library that provides an easy to use implementation of the Open Sound Control (OSC) protocol. ok ajacoutot Status: Vendor Tag: stsp Release Tags: stsp_16082012 N ports/audio/liblo/distinfo N ports/audio/liblo/Makefile N ports/audio/liblo/pkg/PLIST N ports/audio/liblo/pkg/PFRAG.shared N ports/audio/liblo/pkg/DESCR N ports/audio/liblo/patches/patch-src_Makefile_in N ports/audio/liblo/patches/patch-configure N ports/audio/liblo/patches/patch-src_lo_types_internal_h N ports/audio/liblo/patches/patch-liblo_pc_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/16 06:31:12 Modified files: audio/liblo : Makefile Removed files: audio/liblo/patches: patch-configure patch-liblo_pc_in patch-src_Makefile_in Log message: -lpthread patches are no needed anymore. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/08/16 07:14:30 Modified files: x11/gnome : Makefile Log message: += libgnomecanvasmm; reminded by aja CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/08/16 07:15:50 Modified files: audio : Makefile Log message: += liblo CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/16 07:50:09 Modified files: x11/gnome/grilo: Makefile x11/gnome/grilo/pkg: PFRAG.shared PLIST Log message: put the api version in SUBST_VARS, as we already do in grilo-plugins CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/08/16 09:08:10 Log message: Import aubio. Needed by upcoming ardour port. aubio is a tool designed for the extraction of annotations from audio signals. Its features include segmenting a sound file before each of its attacks, performing pitch detection, tapping the beat and producing midi streams from live audio. help/ok ajacoutot Status: Vendor Tag: stsp Release Tags: stsp_16082012 N ports/audio/aubio/Makefile N ports/audio/aubio/distinfo N ports/audio/aubio/patches/patch-src_pitchschmitt_c N ports/audio/aubio/pkg/DESCR N ports/audio/aubio/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/08/16 09:09:30 Modified files: audio : Makefile Log message: += aubio CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/16 09:21:30 Log message: import luadbi 0.5 LuaDBI is a database interface library for Lua. It is designed to provide a RDBMS agnostic API for handling database operations. LuaDBI also provides support for prepared statement handles, placeholders and bind parameters for all database operations. ok sthen@ Status: Vendor Tag: jasper Release Tags: jasper_20121608 N ports/databases/luadbi/distinfo N ports/databases/luadbi/Makefile N ports/databases/luadbi/pkg/PLIST-mysql N ports/databases/luadbi/pkg/DESCR-pgsql N ports/databases/luadbi/pkg/DESCR-mysql N ports/databases/luadbi/pkg/DESCR-main N ports/databases/luadbi/pkg/PLIST-main N ports/databases/luadbi/pkg/PLIST-pgsql N ports/databases/luadbi/patches/patch-dbd_sqlite3_connection_c N ports/databases/luadbi/patches/patch-dbd_sqlite3_dbd_sqlite3_h N ports/databases/luadbi/patches/patch-dbd_sqlite3_statement_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/16 09:21:52 Modified files: databases : Makefile Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/16 10:13:04 Modified files: driver/xf86-video-cirrus: ChangeLog Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing driver/xf86-video-cirrus/man: Makefile.in driver/xf86-video-cirrus/src: CirrusClk.c Makefile.am 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 Added files: driver/xf86-video-cirrus/src: compat-api.h Log message: Update to xf86-video-cirrus 1.5.1 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/16 10:17:28 Modified files: driver/xf86-video-i740: ChangeLog Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing driver/xf86-video-i740/man: Makefile.in driver/xf86-video-i740/src: Makefile.am Makefile.in i740.h i740_accel.c i740_cursor.c i740_dga.c i740_driver.c i740_video.c Added files: driver/xf86-video-i740/src: compat-api.h Log message: Update to xf86-video-i740 1.3.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/16 10:20:03 Modified files: driver/xf86-video-neomagic: ChangeLog Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing driver/xf86-video-neomagic/man: Makefile.in driver/xf86-video-neomagic/src: Makefile.am Makefile.in neo.h neo_2070.c neo_2090.c neo_2097.c neo_2200.c neo_cursor.c neo_dga.c neo_driver.c neo_shadow.c neo_video.c Added files: driver/xf86-video-neomagic/src: compat-api.h Log message: Update to xf86-video-neomagic 1.2.7 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/16 10:35:28 Modified files: driver/xf86-video-nv: ChangeLog Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh ltmain.sh missing driver/xf86-video-nv/man: Makefile.am Makefile.in nv.man driver/xf86-video-nv/src: Makefile.am Makefile.in g80_display.c g80_driver.c g80_exa.c g80_output.c g80_type.h g80_xaa.c nv_cursor.c nv_dac.c nv_dga.c nv_driver.c nv_include.h nv_proto.h nv_setup.c nv_shadow.c nv_type.h nv_video.c nv_xaa.c riva_cursor.c riva_dac.c riva_dga.c riva_driver.c riva_include.h riva_proto.h riva_setup.c riva_shadow.c riva_type.h riva_xaa.c Added files: driver/xf86-video-nv/src: compat-api.h Log message: Update to xf86-video-nv 2.1.20 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/16 10:36:36 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: xenocara Changes by: shadchin@cvs.openbsd.org 2012/08/16 10:38:04 Modified files: driver/xf86-input-keyboard: ChangeLog Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing driver/xf86-input-keyboard/man: Makefile.in kbd.man driver/xf86-input-keyboard/src: Makefile.am Makefile.in kbd.c sun_kbd.c Log message: Update to 1.6.2. ok matthieu@ CVSROOT: /cvs Module name: xenocara Changes by: shadchin@cvs.openbsd.org 2012/08/16 10:42:10 Modified files: driver/xf86-input-mouse: COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing driver/xf86-input-mouse/man: Makefile.in mousedrv.man driver/xf86-input-mouse/src: Makefile.am Makefile.in bsd_mouse.c hurd_mouse.c lnx_mouse.c mouse.c mouse.h mousePriv.h pnp.c sun_mouse.c Added files: driver/xf86-input-mouse: xorg-mouse.pc.in driver/xf86-input-mouse/include: Makefile.am Makefile.in xf86-mouse-properties.h driver/xf86-input-mouse/src: compat-api.h Log message: Update to xf86-input-mouse 1.8.1 ok matthieu@ CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2012/08/16 11:03:18 Modified files: graphics/cairo : Makefile distinfo graphics/cairo/patches: patch-configure graphics/cairo/pkg: DESCR PFRAG.shared PLIST Added files: graphics/cairo/patches: patch-src_cairo-polygon-reduce_c patch-util_Makefile_in patch-util_cairo-fdr_Makefile_in Removed files: graphics/cairo/patches: gcc2-patch-src_cairo-gl-private_h patch-src_Makefile_in patch-src_cairo-xlib-display_c Log message: update to cairo 1.12.2. with input from Brad and ajacoutot@ ok ajacoutot@ CVSROOT: /cvs Module name: regress Changes by: matthew@cvs.openbsd.org 2012/08/16 11:20:23 Log message: basic randomdata regression tests Status: Vendor Tag: matthew Release Tags: matthew_2012-Aug-16 N regress/libexec/ld.so/randomdata/Makefile cvs: ERROR: cannot write file /cvs/regress/libexec/ld.so/randomdata/Makefile,v: No such file or directory N regress/libexec/ld.so/randomdata/Makefile.inc cvs: ERROR: cannot write file /cvs/regress/libexec/ld.so/randomdata/Makefile.inc,v: No such file or directory cvs: ERROR: cannot mkdir /cvs/regress/libexec/ld.so/randomdata/libaa -- not added: No such file or directory cvs: ERROR: cannot mkdir /cvs/regress/libexec/ld.so/randomdata/prog -- not added: No such file or directory cvs: ERROR: cannot mkdir /cvs/regress/libexec/ld.so/randomdata/prog-dynamic -- not added: No such file or directory cvs: ERROR: cannot mkdir /cvs/regress/libexec/ld.so/randomdata/prog-static -- not added: No such file or directory No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/08/16 11:21:05 Log message: basic randomdata regression tests Status: Vendor Tag: matthew Release Tags: matthew_2012-Aug-16 N src/regress/libexec/ld.so/randomdata/Makefile N src/regress/libexec/ld.so/randomdata/Makefile.inc N src/regress/libexec/ld.so/randomdata/libaa/aa.c N src/regress/libexec/ld.so/randomdata/libaa/Makefile N src/regress/libexec/ld.so/randomdata/libaa/shlib_version N src/regress/libexec/ld.so/randomdata/prog/prog.c N src/regress/libexec/ld.so/randomdata/prog-dynamic/Makefile N src/regress/libexec/ld.so/randomdata/prog-static/Makefile No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/16 12:07:16 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 mi Log message: sync CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/08/16 12:16:40 src/regress/libexec/ld.so/randomdata/ld.so-cookie Update of /cvs/src/regress/libexec/ld.so/randomdata/ld.so-cookie In directory cvs.openbsd.org:/tmp/cvs-serv32188/ld.so-cookie Log Message: Directory /cvs/src/regress/libexec/ld.so/randomdata/ld.so-cookie added to the repository CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/08/16 12:19:36 Modified files: regress/libexec/ld.so/randomdata: Makefile Added files: regress/libexec/ld.so/randomdata/ld.so-cookie: Makefile test.c Log message: Add a test case to verify ld.so's randomdata section is initialized too, since interpreters will be initialized by a slightly different code path than executables. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2012/08/16 12:41:17 Modified files: sys/dev/acpi : acpihpet.c acpitimer.c sys/dev/pci : amdpm.c viapm.c Log message: we are past the point where timecounters may disappear ok miod CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2012/08/16 12:42:04 Modified files: sys/arch/i386/pci: geodesc.c gscpm.c ichpcib.c Log message: we are past the point where timecounters may disappear ok miod CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/16 13:19:44 Modified files: sys/dev/pci : mpii.c Log message: display board model and firmware revision like mfi/mfii do; ok dlg CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/08/16 13:55:20 src/regress/libexec/ld.so/randomdata/prog-pie Update of /cvs/src/regress/libexec/ld.so/randomdata/prog-pie In directory cvs.openbsd.org:/tmp/cvs-serv9554/prog-pie Log Message: Directory /cvs/src/regress/libexec/ld.so/randomdata/prog-pie added to the repository CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/08/16 13:58:11 Modified files: regress/libexec/ld.so/randomdata: Makefile Added files: regress/libexec/ld.so/randomdata/prog-pie: Makefile Log message: Add regression test to check that PIEs work too. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/08/16 13:59:50 Modified files: regress/libexec/ld.so/randomdata/prog-static: Makefile Log message: turd polish: use LDSTATIC=${STATIC} instead of LDFLAGS+=-static CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2012/08/16 14:01:26 Modified files: distrib/sets/lists/xserv: md.amd64 md.i386 Log message: sync CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/08/16 14:38:13 Modified files: regress/libexec/ld.so/randomdata/ld.so-cookie: test.c Log message: Use dlopen("ld.so") instead of dlopen("/usr/libexec/ld.so") so we get a reference to the already loaded ld.so instead of loading another instance. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/08/16 18:20:23 Modified files: faq/pf : example1.html Log message: improvements from robert at peichaer dotorg, using "egress" more consistently through example. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/08/16 18:24:56 Modified files: faq/pf : index.html Log message: reference plus.html from here...good idea, from robert at peichaer dotorg CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/08/16 18:37:19 Modified files: faq/pf : filter.html Log message: missing tags, from Robert. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/08/16 18:45:45 Modified files: usr.bin/ssh : clientloop.c clientloop.h mux.c Log message: Force a clean shutdown of ControlMaster client sessions when the ~. escape sequence is used. This means that ~. should now work in mux clients even if the server is no longer responding. Found by tedu, ok djm. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/08/16 18:49:57 Modified files: faq/pf : nat.html Log message: mention interface groups, from Robert. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/08/16 19:22:56 Modified files: usr.bin/ssh : kex.c Log message: add some comments about better handling first-KEX-follows notifications from the server. Nothing uses these right now. No binary change CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/08/16 19:25:58 Modified files: usr.bin/ssh : ssh-keygen.c Log message: print details of which host lines were deleted when using "ssh-keygen -R host"; ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/08/16 19:30:00 Modified files: usr.bin/ssh : compat.c sshconnect.c Log message: Send client banner immediately, rather than waiting for the server to move first for SSH protocol 2 connections (the default). Patch based on one in bz#1999 by tls AT panix.com, feedback dtucker@ ok markus@ CVSROOT: /cvs Module name: src Changes by: okan@cvs.openbsd.org 2012/08/16 19:44:57 Modified files: usr.bin/systat : systat.1 Log message: clarify that -w is used for raw output only (removes the 'not sure' XXX comment). ok sthen@, jmc@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/08/16 19:50:18 Modified files: net/p5-OSPF-LSDB: Makefile distinfo net/p5-OSPF-LSDB/pkg: PLIST Log message: update p5-OSPF-LSDB to 1.04 ok sthen@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/08/17 00:29:34 Modified files: de : donations.html faq/de : faq6.html faq/nl : faq6.html faq/pf/fr : example1.html filter.html index.html nat.html fr : donations.html nl : donations.html openbgpd/pt : ftp.html index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/17 01:11:39 Modified files: audio/liblo : Makefile Log message: - tweak COMMENT/SHARED_LIBS - fix license marker CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/17 01:20:08 Modified files: audio/aubio : Makefile Log message: - add missing build dependency - tweak MASTER_SITES CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/17 01:58:51 Modified files: graphics/cairo : Makefile graphics/cairo/pkg: PLIST Log message: Comment static archive and la file for the loadable module. Add CONFIGURE_SHARED. Remove REGRESS_DEPENDS as gs is actually needed at build time for the tests (along with rsvg...). ok eric@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/17 02:24:39 Modified files: graphics/geeqie: Makefile distinfo graphics/geeqie/pkg: PLIST Log message: Update to geeqie-1.1. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/17 02:58:46 Modified files: www/phplist : Makefile distinfo www/phplist/pkg: PLIST Added files: www/phplist/pkg: README Log message: security update to 2.10.19, fixes CVE-2012-3952 phplist "unconfirmed" Cross-Site Scripting Vulnerability CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/17 03:00:10 Modified files: infrastructure/db: user.list Log message: Reserve a _polkitd user/group for upcoming sysutils/polkit update. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/17 03:09:01 Modified files: editors/emacs23: Makefile Added files: editors/emacs23/patches: patch-lisp_files_el Log message: Security fix for CVE-2012-3479 GNU Emacs "enable-local-variables" Variable Processing Vulnerability patch from upstream git; earlier releases are not affected CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/17 03:34:56 Modified files: net/bird : Makefile distinfo Log message: update to BIRD 1.3.8, from Brad. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/08/17 03:57:30 Modified files: www/sope : Makefile distinfo Added files: www/sope/patches: patch-sope-gdl1_GDLAccess_EOExpressionArray_m Log message: Update sope to latest release. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/08/17 03:59:08 Modified files: www/sogo : Makefile distinfo www/sogo/pkg : PLIST README Added files: www/sogo/patches: patch-Scripts_sql-update-1_3_16_to_1_3_17-mysql_sh patch-Scripts_sql-update-1_3_16_to_1_3_17_sh Log message: update sogo to latest release. feedback and OK sthen@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/17 05:31:34 Modified files: sys/dev/ic : mfi.c mfireg.h mfivar.h Log message: add support for "physical devices" on skinny controllers. these controllers let you specify disks that should be accessed directly rather than be part of logical volumes. apparently you can plug in things like tape drives too. anyway, physical devices are exposed via a separate scsibus attached to mfi. ok mikeb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/17 05:41:34 Modified files: x11/polkit-gnome: Makefile Log message: Remove uneeded CONFIGURE_ARGS and BUILD_DEPENDS. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/17 06:40:00 Modified files: sys/dev/microcode/myx: eth_z8e.h ethp_z8e.h Log message: update to firmware 1.4.55 via freebsd revision 236212. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/17 07:30:16 Modified files: textproc/mupdf : Makefile distinfo textproc/mupdf/patches: patch-Makerules textproc/mupdf/pkg: PLIST Removed files: textproc/mupdf/patches: patch-apps_mupdfclean_c patch-apps_mupdfextract_c patch-apps_mupdfinfo_c patch-apps_mupdfshow_c Log message: update to MuPDF 1.1 CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/17 07:52:21 xenocara/dist/Mesa/include/pci_ids Update of /cvs/xenocara/dist/Mesa/include/pci_ids In directory cvs.openbsd.org:/tmp/cvs-serv9037/include/pci_ids Log Message: Directory /cvs/xenocara/dist/Mesa/include/pci_ids added to the repository CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/17 07:52:22 xenocara/dist/Mesa/src/egl/wayland Update of /cvs/xenocara/dist/Mesa/src/egl/wayland In directory cvs.openbsd.org:/tmp/cvs-serv9037/src/egl/wayland Log Message: Directory /cvs/xenocara/dist/Mesa/src/egl/wayland added to the repository CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/17 07:52:23 xenocara/dist/Mesa/src/egl/wayland/wayland-drm Update of /cvs/xenocara/dist/Mesa/src/egl/wayland/wayland-drm In directory cvs.openbsd.org:/tmp/cvs-serv9037/src/egl/wayland/wayland-drm Log Message: Directory /cvs/xenocara/dist/Mesa/src/egl/wayland/wayland-drm added to the repository CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/17 07:52:24 xenocara/dist/Mesa/src/egl/wayland/wayland-drm/protocol Update of /cvs/xenocara/dist/Mesa/src/egl/wayland/wayland-drm/protocol In directory cvs.openbsd.org:/tmp/cvs-serv9037/src/egl/wayland/wayland-drm/protocol Log Message: Directory /cvs/xenocara/dist/Mesa/src/egl/wayland/wayland-drm/protocol added to the repository CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/17 07:52:25 xenocara/dist/Mesa/src/egl/wayland/wayland-egl Update of /cvs/xenocara/dist/Mesa/src/egl/wayland/wayland-egl In directory cvs.openbsd.org:/tmp/cvs-serv9037/src/egl/wayland/wayland-egl Log Message: Directory /cvs/xenocara/dist/Mesa/src/egl/wayland/wayland-egl added to the repository CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/17 07:52:26 xenocara/dist/Mesa/src/gallium/drivers/nvc0 Update of /cvs/xenocara/dist/Mesa/src/gallium/drivers/nvc0 In directory cvs.openbsd.org:/tmp/cvs-serv9037/src/gallium/drivers/nvc0 Log Message: Directory /cvs/xenocara/dist/Mesa/src/gallium/drivers/nvc0 added to the repository CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/17 07:52:27 xenocara/dist/Mesa/src/gallium/state_trackers/egl/wayland Update of /cvs/xenocara/dist/Mesa/src/gallium/state_trackers/egl/wayland In directory cvs.openbsd.org:/tmp/cvs-serv9037/src/gallium/state_trackers/egl/wayland Log Message: Directory /cvs/xenocara/dist/Mesa/src/gallium/state_trackers/egl/wayland added to the repository CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/17 07:52:28 xenocara/dist/Mesa/src/gallium/state_trackers/gbm Update of /cvs/xenocara/dist/Mesa/src/gallium/state_trackers/gbm In directory cvs.openbsd.org:/tmp/cvs-serv9037/src/gallium/state_trackers/gbm Log Message: Directory /cvs/xenocara/dist/Mesa/src/gallium/state_trackers/gbm added to the repository CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/17 07:52:29 xenocara/dist/Mesa/src/gallium/targets/egl-static Update of /cvs/xenocara/dist/Mesa/src/gallium/targets/egl-static In directory cvs.openbsd.org:/tmp/cvs-serv9037/src/gallium/targets/egl-static Log Message: Directory /cvs/xenocara/dist/Mesa/src/gallium/targets/egl-static added to the repository CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/17 07:52:30 xenocara/dist/Mesa/src/gallium/targets/gbm Update of /cvs/xenocara/dist/Mesa/src/gallium/targets/gbm In directory cvs.openbsd.org:/tmp/cvs-serv9037/src/gallium/targets/gbm Log Message: Directory /cvs/xenocara/dist/Mesa/src/gallium/targets/gbm added to the repository CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/17 07:52:31 xenocara/dist/Mesa/src/gallium/targets/xorg-r300 Update of /cvs/xenocara/dist/Mesa/src/gallium/targets/xorg-r300 In directory cvs.openbsd.org:/tmp/cvs-serv9037/src/gallium/targets/xorg-r300 Log Message: Directory /cvs/xenocara/dist/Mesa/src/gallium/targets/xorg-r300 added to the repository CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/17 07:52:32 xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader Update of /cvs/xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader In directory cvs.openbsd.org:/tmp/cvs-serv9037/src/gallium/tests/graw/fragment-shader Log Message: Directory /cvs/xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader added to the repository CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/17 07:52:33 xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader Update of /cvs/xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader In directory cvs.openbsd.org:/tmp/cvs-serv9037/src/gallium/tests/graw/vertex-shader Log Message: Directory /cvs/xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader added to the repository CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/17 07:52:34 xenocara/dist/Mesa/src/gallium/tools/trace Update of /cvs/xenocara/dist/Mesa/src/gallium/tools/trace In directory cvs.openbsd.org:/tmp/cvs-serv9037/src/gallium/tools/trace Log Message: Directory /cvs/xenocara/dist/Mesa/src/gallium/tools/trace added to the repository CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/17 07:52:35 xenocara/dist/Mesa/src/gallium/winsys/sw/wayland Update of /cvs/xenocara/dist/Mesa/src/gallium/winsys/sw/wayland In directory cvs.openbsd.org:/tmp/cvs-serv9037/src/gallium/winsys/sw/wayland Log Message: Directory /cvs/xenocara/dist/Mesa/src/gallium/winsys/sw/wayland added to the repository CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/17 07:52:36 xenocara/dist/Mesa/src/gbm Update of /cvs/xenocara/dist/Mesa/src/gbm In directory cvs.openbsd.org:/tmp/cvs-serv9037/src/gbm Log Message: Directory /cvs/xenocara/dist/Mesa/src/gbm added to the repository CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/17 07:52:37 xenocara/dist/Mesa/src/gbm/backends Update of /cvs/xenocara/dist/Mesa/src/gbm/backends In directory cvs.openbsd.org:/tmp/cvs-serv9037/src/gbm/backends Log Message: Directory /cvs/xenocara/dist/Mesa/src/gbm/backends added to the repository CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/17 07:52:38 xenocara/dist/Mesa/src/gbm/backends/dri Update of /cvs/xenocara/dist/Mesa/src/gbm/backends/dri In directory cvs.openbsd.org:/tmp/cvs-serv9037/src/gbm/backends/dri Log Message: Directory /cvs/xenocara/dist/Mesa/src/gbm/backends/dri added to the repository CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/17 07:52:39 xenocara/dist/Mesa/src/gbm/main Update of /cvs/xenocara/dist/Mesa/src/gbm/main In directory cvs.openbsd.org:/tmp/cvs-serv9037/src/gbm/main Log Message: Directory /cvs/xenocara/dist/Mesa/src/gbm/main added to the repository CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/17 07:52:40 xenocara/dist/Mesa/src/getopt Update of /cvs/xenocara/dist/Mesa/src/getopt In directory cvs.openbsd.org:/tmp/cvs-serv9037/src/getopt Log Message: Directory /cvs/xenocara/dist/Mesa/src/getopt added to the repository CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/17 07:52:41 xenocara/dist/Mesa/src/mapi/shared-glapi Update of /cvs/xenocara/dist/Mesa/src/mapi/shared-glapi In directory cvs.openbsd.org:/tmp/cvs-serv9037/src/mapi/shared-glapi Log Message: Directory /cvs/xenocara/dist/Mesa/src/mapi/shared-glapi added to the repository CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/17 07:52:42 xenocara/dist/Mesa/src/mesa/drivers/dri/r300/compiler/tests Update of /cvs/xenocara/dist/Mesa/src/mesa/drivers/dri/r300/compiler/tests In directory cvs.openbsd.org:/tmp/cvs-serv9037/src/mesa/drivers/dri/r300/compiler/tests Log Message: Directory /cvs/xenocara/dist/Mesa/src/mesa/drivers/dri/r300/compiler/tests added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/17 07:54:26 Modified files: print/foo2zjs : Makefile distinfo print/foo2zjs/patches: patch-Makefile patch-getweb_in print/foo2zjs/pkg: PLIST-main Log message: Update to foo2zjs-20120601. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/08/17 07:57:59 Modified files: textproc/diffstat: Makefile distinfo Log message: Little update for diffstat to 1.55. Tested on i386. Ok sthen@ CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/17 07:58:21 Modified files: lib/libGL : Makefile shlib_version lib/libGL/dri : Makefile.inc lib/libGL/dri/i915: Makefile lib/libGL/dri/i965: Makefile lib/libGL/dri/r300: Makefile lib/libGL/dri/r600: Makefile lib/libGL/dri/swrastg: Makefile lib/libGL/gallium/libgallium: Makefile lib/libGL/gallium/libgallium/generated: u_format_table.c u_unfilled_gen.c lib/libGL/gallium/libmesagallium: Makefile lib/libGL/gallium/libmesagallium/generated: api_exec_es1.c api_exec_es2.c lib/libGL/glsl/libglsl: Makefile lib/libGL/libmesa: Makefile lib/libGL/libmesa/generated: api_exec_es1.c api_exec_es2.c dist/Mesa : Makefile SConstruct common.py configure.ac dist/Mesa/bin : mklib dist/Mesa/configs: autoconf.in darwin default freebsd-dri linux-dri linux-dri-xcb linux-egl linux-indirect linux-llvm dist/Mesa/docs : GL3.txt MESA_agp_offset.spec MESA_drm_image.spec MESA_pack_invert.spec MESA_release_buffers.spec MESA_resize_buffers.spec MESA_swap_control.spec MESA_texture_array.spec MESA_texture_signed_rgba.spec MESA_window_pos.spec MESA_ycbcr_texture.spec README.WIN32 egl.html envvars.html install.html llvmpipe.html news.html opengles.html openvg.html relnotes-7.10.1.html relnotes-7.9.2.html relnotes.html dist/Mesa/doxygen: Makefile header.html dist/Mesa/include/EGL: egl.h eglext.h eglplatform.h dist/Mesa/include/GL: gl.h glext.h dist/Mesa/include/GL/internal: dri_interface.h dist/Mesa/include/GLES: egl.h gl.h glext.h glplatform.h dist/Mesa/include/GLES2: gl2.h gl2ext.h gl2platform.h dist/Mesa/include/KHR: khrplatform.h dist/Mesa/include/VG: openvg.h vgext.h vgplatform.h vgu.h dist/Mesa/scons: crossmingw.py custom.py gallium.py llvm.py dist/Mesa/src : SConscript dist/Mesa/src/egl: Makefile dist/Mesa/src/egl/drivers: Makefile.template dist/Mesa/src/egl/drivers/dri2: Makefile egl_dri2.c dist/Mesa/src/egl/drivers/glx: Makefile egl_glx.c dist/Mesa/src/egl/main: Makefile SConscript eglapi.c eglapi.h eglarray.c eglarray.h eglcompiler.h eglconfig.c eglconfig.h eglcontext.c eglcontext.h eglcurrent.c eglcurrent.h egldefines.h egldisplay.c egldisplay.h egldriver.c egldriver.h eglfallbacks.c eglglobals.c eglglobals.h eglimage.c eglimage.h egllog.c egllog.h eglmisc.c eglmisc.h eglmode.c eglmode.h eglmutex.h eglscreen.c eglscreen.h eglstring.c eglstring.h eglsurface.c eglsurface.h eglsync.c eglsync.h egltypedefs.h dist/Mesa/src/gallium: SConscript dist/Mesa/src/gallium/auxiliary: Makefile SConscript dist/Mesa/src/gallium/auxiliary/cso_cache: cso_cache.c cso_cache.h cso_context.c cso_context.h dist/Mesa/src/gallium/auxiliary/draw: draw_context.c draw_context.h draw_llvm.c draw_llvm.h draw_llvm_sample.c draw_pipe.c draw_pipe_aaline.c draw_pipe_aapoint.c draw_pipe_pstipple.c draw_pipe_validate.c draw_pipe_vbuf.c draw_private.h draw_pt.c draw_pt_fetch.c draw_pt_fetch_emit.c draw_pt_fetch_shade_emit.c draw_pt_vsplit.c draw_pt_vsplit_tmp.h draw_vertex.c draw_vs.c draw_vs.h draw_vs_aos.c draw_vs_aos.h draw_vs_exec.c draw_vs_llvm.c draw_vs_ppc.c draw_vs_sse.c dist/Mesa/src/gallium/auxiliary/gallivm: lp_bld_const.h lp_bld_conv.c lp_bld_debug.h lp_bld_format_aos.c lp_bld_init.c lp_bld_misc.cpp lp_bld_sample.c lp_bld_sample.h lp_bld_sample_aos.c lp_bld_sample_soa.c lp_bld_tgsi.h lp_bld_tgsi_info.c lp_bld_tgsi_soa.c dist/Mesa/src/gallium/auxiliary/indices: u_unfilled_gen.py u_unfilled_indices.c dist/Mesa/src/gallium/auxiliary/os: os_memory.h os_misc.h os_thread.h os_time.c dist/Mesa/src/gallium/auxiliary/pipebuffer: pb_buffer_malloc.c pb_bufmgr.h pb_bufmgr_cache.c dist/Mesa/src/gallium/auxiliary/rbug: rbug_context.c rbug_context.h rbug_core.c rbug_texture.c dist/Mesa/src/gallium/auxiliary/rtasm: rtasm_x86sse.c rtasm_x86sse.h dist/Mesa/src/gallium/auxiliary/target-helpers: inline_debug_helper.h dist/Mesa/src/gallium/auxiliary/tgsi: tgsi_build.c tgsi_dump.c tgsi_dump.h tgsi_exec.c tgsi_exec.h tgsi_info.c tgsi_opcode_tmp.h tgsi_parse.c tgsi_parse.h tgsi_ppc.c tgsi_sanity.c tgsi_sanity.h tgsi_scan.c tgsi_scan.h tgsi_sse2.c tgsi_text.c tgsi_text.h tgsi_ureg.c tgsi_ureg.h tgsi_util.c dist/Mesa/src/gallium/auxiliary/translate: translate_cache.c translate_generic.c translate_sse.c dist/Mesa/src/gallium/auxiliary/util: u_blit.c u_blitter.c u_blitter.h u_cache.c u_cache.h u_caps.c u_cpu_detect.c u_cpu_detect.h u_debug.c u_debug.h u_debug_refcnt.c u_debug_symbol.c u_double_list.h u_draw.h u_draw_quad.c u_draw_quad.h u_dump_state.c u_format.c u_format.csv u_format.h u_format_other.c u_format_other.h u_format_pack.py u_format_s3tc.c u_format_table.py u_gen_mipmap.c u_index_modify.c u_index_modify.h u_inlines.h u_linkage.h u_math.h u_prim.h u_resource.c u_simple_screen.h u_staging.c u_staging.h u_surface.c u_tile.c u_tile.h u_transfer.c u_transfer.h u_upload_mgr.c u_upload_mgr.h dist/Mesa/src/gallium/docs: d3d11ddi.txt dist/Mesa/src/gallium/docs/source: context.rst screen.rst tgsi.rst dist/Mesa/src/gallium/docs/source/cso: rasterizer.rst sampler.rst dist/Mesa/src/gallium/drivers/cell/ppu: cell_context.c cell_fence.c cell_fence.h cell_flush.c cell_screen.c cell_state_vertex.c dist/Mesa/src/gallium/drivers/cell/spu: spu_vertex_shader.c dist/Mesa/src/gallium/drivers/failover: fo_context.c fo_state.c dist/Mesa/src/gallium/drivers/galahad: glhd_context.c glhd_screen.c dist/Mesa/src/gallium/drivers/i915: Makefile SConscript TODO i915_batch.h i915_batchbuffer.h i915_blit.c i915_clear.c i915_context.c i915_context.h i915_debug.c i915_debug.h i915_flush.c i915_fpc_translate.c i915_prim_emit.c i915_prim_vbuf.c i915_reg.h i915_resource.c i915_resource.h i915_resource_buffer.c i915_resource_texture.c i915_screen.c i915_screen.h i915_state.c i915_state.h i915_state_derived.c i915_state_dynamic.c i915_state_emit.c i915_state_fpc.c i915_state_immediate.c i915_state_sampler.c i915_state_static.c i915_surface.c i915_winsys.h dist/Mesa/src/gallium/drivers/i965: brw_batchbuffer.c brw_batchbuffer.h brw_clip.c brw_clip.h brw_clip_line.c brw_clip_state.c brw_clip_tri.c brw_clip_util.c brw_context.c brw_context.h brw_defines.h brw_disasm.c brw_disasm.h brw_draw_upload.c brw_eu_emit.c brw_gs.c brw_gs_state.c brw_misc_state.c brw_pipe_flush.c brw_pipe_rast.c brw_pipe_surface.c brw_pipe_vertex.c brw_reg.h brw_resource_buffer.c brw_resource_texture.c brw_resource_texture_layout.c brw_screen.c brw_screen.h brw_sf_emit.c brw_sf_state.c brw_state.h brw_state_upload.c brw_structs.h brw_structs_dump.c brw_urb.c brw_vs.h brw_vs_emit.c brw_vs_state.c brw_winsys.h brw_winsys_debug.c brw_wm_emit.c brw_wm_fp.c brw_wm_glsl.c brw_wm_state.c intel_decode.c intel_decode.h intel_structs.h dist/Mesa/src/gallium/drivers/identity: id_context.c id_screen.c dist/Mesa/src/gallium/drivers/llvmpipe: Makefile SConscript lp_bld_alpha.h lp_bld_depth.h lp_context.c lp_flush.c lp_flush.h lp_jit.c lp_jit.h lp_perf.h lp_query.c lp_rast_debug.c lp_scene_queue.h lp_screen.c lp_setup.c lp_setup.h lp_state_fs.c lp_state_sampler.c lp_state_setup.c lp_state_vertex.c lp_surface.c lp_test_main.c lp_tex_sample.c lp_texture.c lp_texture.h lp_tile_soa.py dist/Mesa/src/gallium/drivers/noop: noop_pipe.c noop_public.h noop_state.c dist/Mesa/src/gallium/drivers/nouveau: Makefile nouveau_screen.c nouveau_screen.h nouveau_winsys.h nv_object.xml.h dist/Mesa/src/gallium/drivers/nv50: Makefile SConscript nv50_context.c nv50_context.h nv50_draw.c nv50_formats.c nv50_miptree.c nv50_pc.c nv50_pc.h nv50_pc_emit.c nv50_pc_optimize.c nv50_pc_regalloc.c nv50_program.c nv50_program.h nv50_push.c nv50_query.c nv50_resource.c nv50_resource.h nv50_screen.c nv50_screen.h nv50_shader_state.c nv50_state.c nv50_state_validate.c nv50_surface.c nv50_tex.c nv50_tgsi_to_nc.c nv50_transfer.c nv50_transfer.h nv50_vbo.c dist/Mesa/src/gallium/drivers/nvfx: Makefile nv30_fragtex.c nv40_fragtex.c nvfx_context.c nvfx_context.h nvfx_draw.c nvfx_fragprog.c nvfx_fragtex.c nvfx_miptree.c nvfx_push.c nvfx_query.c nvfx_resource.c nvfx_screen.c nvfx_screen.h nvfx_state.c nvfx_state_emit.c nvfx_state_fb.c nvfx_surface.c nvfx_transfer.c nvfx_vbo.c nvfx_vertprog.c dist/Mesa/src/gallium/drivers/r300: Makefile SConscript r300_blit.c r300_cb.h r300_chipset.c r300_chipset.h r300_context.c r300_context.h r300_cs.h r300_debug.c r300_defines.h r300_emit.c r300_emit.h r300_flush.c r300_fs.c r300_fs.h r300_hyperz.c r300_public.h r300_query.c r300_reg.h r300_render.c r300_render_translate.c r300_resource.c r300_screen.c r300_screen.h r300_screen_buffer.c r300_screen_buffer.h r300_state.c r300_state_derived.c r300_state_inlines.h r300_texture.c r300_texture.h r300_texture_desc.c r300_texture_desc.h r300_tgsi_to_rc.c r300_tgsi_to_rc.h r300_transfer.c r300_vs.c dist/Mesa/src/gallium/drivers/r600: Makefile SConscript eg_asm.c eg_state_inlines.h evergreen_state.c evergreend.h r600.h r600_asm.c r600_asm.h r600_blit.c r600_buffer.c r600_formats.h r600_opcodes.h r600_pipe.c r600_pipe.h r600_query.c r600_resource.c r600_resource.h r600_shader.c r600_shader.h r600_sq.h r600_state.c r600_state_common.c r600_state_inlines.h r600_texture.c r600_translate.c r600d.h r700_asm.c dist/Mesa/src/gallium/drivers/rbug: rbug_context.c rbug_core.c rbug_objects.c rbug_screen.c dist/Mesa/src/gallium/drivers/softpipe: sp_context.c sp_context.h sp_fence.c sp_flush.c sp_flush.h sp_quad_blend.c sp_quad_depth_test.c sp_screen.c sp_state.h sp_state_derived.c sp_state_sampler.c sp_state_shader.c sp_state_vertex.c sp_tex_sample.c sp_tex_sample.h sp_tex_tile_cache.c sp_tex_tile_cache.h sp_texture.c sp_tile_cache.c dist/Mesa/src/gallium/drivers/svga: svga_cmd.c svga_cmd.h svga_context.c svga_context.h svga_draw.c svga_draw_arrays.c svga_draw_elements.c svga_draw_private.h svga_pipe_blit.c svga_pipe_clear.c svga_pipe_draw.c svga_pipe_flush.c svga_pipe_misc.c svga_pipe_rasterizer.c svga_pipe_sampler.c svga_pipe_vertex.c svga_resource.c svga_resource_buffer.c svga_resource_buffer.h svga_resource_buffer_upload.c svga_resource_buffer_upload.h svga_resource_texture.c svga_sampler_view.c svga_sampler_view.h svga_screen.c svga_screen.h svga_state.h svga_state_constants.c svga_state_framebuffer.c svga_state_fs.c svga_state_need_swtnl.c svga_state_rss.c svga_state_tss.c svga_state_vdecl.c svga_state_vs.c svga_surface.c svga_surface.h svga_swtnl_backend.c svga_swtnl_draw.c svga_swtnl_state.c svga_tgsi_insn.c svga_winsys.h dist/Mesa/src/gallium/drivers/svga/include: svga3d_reg.h dist/Mesa/src/gallium/drivers/svga/svgadump: svga_shader_op.c dist/Mesa/src/gallium/drivers/trace: README tr_context.c tr_dump.c tr_dump.h tr_dump_state.c tr_dump_state.h tr_screen.c tr_texture.c tr_texture.h dist/Mesa/src/gallium/include/pipe: p_compiler.h p_config.h p_context.h p_defines.h p_format.h p_screen.h p_shader_tokens.h p_state.h dist/Mesa/src/gallium/include/state_tracker: st_api.h dist/Mesa/src/gallium/state_trackers/d3d1x/d3d1xshader/src: sm4_parse.cpp dist/Mesa/src/gallium/state_trackers/d3d1x/dxgi/src: dxgi_native.cpp dist/Mesa/src/gallium/state_trackers/d3d1x/gd3d11: d3d11_context.h d3d11_screen.h dist/Mesa/src/gallium/state_trackers/dri/common: dri_context.c dri_drawable.c dri_screen.c dist/Mesa/src/gallium/state_trackers/dri/drm: dri2.c dist/Mesa/src/gallium/state_trackers/dri/sw: drisw.c dist/Mesa/src/gallium/state_trackers/egl: Makefile SConscript dist/Mesa/src/gallium/state_trackers/egl/common: egl_g3d.c egl_g3d.h egl_g3d_api.c egl_g3d_api.h egl_g3d_image.c egl_g3d_loader.h egl_g3d_sync.c native.h native_buffer.h native_helper.c native_helper.h dist/Mesa/src/gallium/state_trackers/egl/drm: modeset.c native_drm.c native_drm.h dist/Mesa/src/gallium/state_trackers/egl/fbdev: native_fbdev.c dist/Mesa/src/gallium/state_trackers/egl/gdi: native_gdi.c dist/Mesa/src/gallium/state_trackers/egl/x11: native_dri2.c native_x11.c native_x11.h native_ximage.c x11_screen.c x11_screen.h dist/Mesa/src/gallium/state_trackers/glx/xlib: glx_api.c glx_getproc.c xm_api.c xm_api.h dist/Mesa/src/gallium/state_trackers/vega: Makefile SConscript api_context.c api_filters.c api_images.c api_masks.c api_paint.c api_params.c api_path.c api_text.c image.c mask.c paint.c paint.h polygon.c renderer.c shader.c shaders_cache.c text.c vg_context.c vg_context.h vg_manager.c vgu.c dist/Mesa/src/gallium/state_trackers/wgl: SConscript stw_context.c stw_device.c stw_pixelformat.c dist/Mesa/src/gallium/state_trackers/xorg: xorg_composite.c xorg_crtc.c xorg_dri2.c xorg_driver.c xorg_exa.c xorg_exa.h xorg_renderer.c xorg_tracker.h xorg_xv.c dist/Mesa/src/gallium/targets: Makefile.dri Makefile.xorg dist/Mesa/src/gallium/targets/dri-nouveau: Makefile dist/Mesa/src/gallium/targets/dri-r300: Makefile SConscript target.c dist/Mesa/src/gallium/targets/dri-r600: Makefile SConscript dist/Mesa/src/gallium/targets/dri-vmwgfx: Makefile SConscript target.c dist/Mesa/src/gallium/targets/graw-gdi: graw_gdi.c dist/Mesa/src/gallium/targets/graw-null: graw_util.c dist/Mesa/src/gallium/targets/graw-xlib: graw_xlib.c dist/Mesa/src/gallium/targets/libgl-gdi: SConscript dist/Mesa/src/gallium/targets/libgl-xlib: Makefile SConscript xlib.c dist/Mesa/src/gallium/targets/xorg-nouveau: Makefile nouveau_xorg.c dist/Mesa/src/gallium/tests/graw: SConscript clear.c fs-test.c gs-test.c quad-tex.c shader-leak.c tri-gs.c tri-instanced.c tri.c vs-test.c dist/Mesa/src/gallium/tests/trivial: Makefile quad-tex.c tri.c dist/Mesa/src/gallium/tests/unit: SConscript translate_test.c u_format_test.c dist/Mesa/src/gallium/winsys: SConscript dist/Mesa/src/gallium/winsys/i915/drm: i915_drm_batchbuffer.c i915_drm_buffer.c i915_drm_fence.c i915_drm_winsys.c i915_drm_winsys.h dist/Mesa/src/gallium/winsys/i915/sw: i915_sw_batchbuffer.c i915_sw_buffer.c i915_sw_winsys.c dist/Mesa/src/gallium/winsys/i965/drm: i965_drm_buffer.c dist/Mesa/src/gallium/winsys/nouveau/drm: nouveau_drm_winsys.c dist/Mesa/src/gallium/winsys/r600/drm: Makefile SConscript bof.c evergreen_hw_context.c r600_bo.c r600_bomgr.c r600_drm.c r600_hw_context.c r600_priv.h r600d.h radeon_bo.c radeon_pciid.c dist/Mesa/src/gallium/winsys/radeon/drm: Makefile SConscript radeon_drm_public.h radeon_winsys.h dist/Mesa/src/gallium/winsys/svga/drm: vmw_buffer.c vmw_context.c vmw_screen.c vmw_screen_svga.c dist/Mesa/src/gallium/winsys/sw: Makefile dist/Mesa/src/gallium/winsys/sw/dri: SConscript dist/Mesa/src/gallium/winsys/sw/fbdev: fbdev_sw_winsys.c fbdev_sw_winsys.h dist/Mesa/src/gallium/winsys/sw/wrapper: wrapper_sw_winsys.c dist/Mesa/src/gallium/winsys/sw/xlib: SConscript dist/Mesa/src/glsl: Makefile SConscript ast.h ast_expr.cpp ast_function.cpp ast_to_hir.cpp ast_type.cpp builtin_types.h builtin_variables.h glsl_parser_extras.cpp glsl_parser_extras.h glsl_symbol_table.cpp glsl_types.cpp glsl_types.h ir.cpp ir.h ir_clone.cpp ir_constant_expression.cpp ir_function.cpp ir_hierarchical_visitor.h ir_hv_accept.cpp ir_import_prototypes.cpp ir_optimization.h ir_print_visitor.cpp ir_print_visitor.h ir_reader.cpp ir_rvalue_visitor.cpp ir_set_program_inouts.cpp ir_validate.cpp ir_variable.cpp link_functions.cpp linker.cpp linker.h loop_analysis.cpp loop_analysis.h lower_if_to_cond_assign.cpp lower_instructions.cpp lower_jumps.cpp lower_variable_index_to_cond_assign.cpp lower_vec_index_to_cond_assign.cpp lower_vec_index_to_swizzle.cpp main.cpp opt_constant_folding.cpp opt_constant_propagation.cpp opt_constant_variable.cpp opt_copy_propagation.cpp opt_dead_code_local.cpp opt_dead_functions.cpp opt_discard_simplification.cpp opt_function_inlining.cpp opt_if_simplification.cpp opt_redundant_jumps.cpp opt_structure_splitting.cpp opt_tree_grafting.cpp program.h ralloc.c s_expression.cpp s_expression.h dist/Mesa/src/glsl/builtins/ir: abs asin atan distance matrixCompMult modf noise2 noise3 noise4 outerProduct radians refract smoothstep step transpose dist/Mesa/src/glsl/builtins/profiles: 130.frag 130.vert dist/Mesa/src/glsl/builtins/tools: generate_builtins.py texture_builtins.py dist/Mesa/src/glsl/glcpp: glcpp-lex.l glcpp-parse.y glcpp.c dist/Mesa/src/glsl/glcpp/tests: 063-comments.c.expected 086-reserved-macro-names.c 086-reserved-macro-names.c.expected glcpp-test dist/Mesa/src/glu/sgi/include: gluos.h dist/Mesa/src/glu/sgi/libutil: mipmap.c dist/Mesa/src/glw: GLwDrawA.c GLwDrawA.h GLwDrawAP.h dist/Mesa/src/glx: Makefile applegl_glx.c dri2.c dri2_glx.c dri_common.c dri_glx.c drisw_glx.c glx_pbuffer.c glxclient.h glxcmds.c glxconfig.c glxconfig.h glxcurrent.c glxext.c glxextensions.c glxextensions.h indirect.c indirect.h indirect_glx.c indirect_init.c indirect_size.c indirect_size.h renderpix.c dist/Mesa/src/glx/apple: Makefile apple_cgl.c apple_cgl.h apple_glx.c apple_glx.h apple_glx_drawable.c apple_glx_pbuffer.c apple_glx_pixmap.c apple_glx_surface.c apple_visual.c apple_visual.h apple_xgl_api_read.c apple_xgl_api_stereo.c apple_xgl_api_viewport.c appledri.c dist/Mesa/src/mapi/es1api: Makefile dist/Mesa/src/mapi/glapi: Makefile SConscript glapi.h glapi_sparc.S glapi_x86-64.S glapi_x86.S glapitable.h glapitemp.h glprocs.h sources.mak dist/Mesa/src/mapi/glapi/gen: ARB_draw_elements_base_vertex.xml ARB_geometry_shader4.xml GL3x.xml Makefile glX_API.xml glX_proto_recv.py glX_proto_send.py gl_API.xml gl_XML.py gl_enums.py gl_table.py dist/Mesa/src/mapi/glapi/gen-es: Makefile dist/Mesa/src/mapi/mapi: entry.c entry.h entry_x86-64_tls.h entry_x86_tls.h entry_x86_tsd.h mapi.c mapi_abi.py mapi_tmp.h sources.mak stub.c stub.h table.c table.h u_current.c u_current.h u_thread.c u_thread.h dist/Mesa/src/mapi/vgapi: Makefile SConscript dist/Mesa/src/mesa: Makefile SConscript gl.pc.in sources.mak dist/Mesa/src/mesa/drivers/beos: GLView.cpp dist/Mesa/src/mesa/drivers/common: driverfuncs.c meta.c dist/Mesa/src/mesa/drivers/dri/common: dri_util.c dri_util.h drisw_util.c texmem.c utils.c utils.h xmlconfig.c dist/Mesa/src/mesa/drivers/dri/i810: Makefile i810context.c i810state.c i810tex.c dist/Mesa/src/mesa/drivers/dri/i915: Makefile i830_reg.h i830_state.c i830_texstate.c i830_vtbl.c i915_context.c i915_context.h i915_fragprog.c i915_program.c i915_reg.h i915_state.c i915_tex_layout.c i915_texstate.c i915_vtbl.c intel_render.c intel_tris.c dist/Mesa/src/mesa/drivers/dri/i965: Makefile brw_cc.c brw_clip.c brw_clip_line.c brw_clip_state.c brw_clip_tri.c brw_clip_unfilled.c brw_clip_util.c brw_context.c brw_context.h brw_curbe.c brw_defines.h brw_disasm.c brw_draw.c brw_draw_upload.c brw_eu.c brw_eu.h brw_eu_emit.c brw_fallback.c brw_fs.cpp brw_fs.h brw_fs_reg_allocate.cpp brw_gs.c brw_gs_state.c brw_misc_state.c brw_program.c brw_queryobj.c brw_sf.c brw_sf.h brw_sf_emit.c brw_sf_state.c brw_state.h brw_state_batch.c brw_state_cache.c brw_state_dump.c brw_state_upload.c brw_structs.h brw_tex_layout.c brw_urb.c brw_util.c brw_util.h brw_vs.c brw_vs.h brw_vs_constval.c brw_vs_emit.c brw_vs_state.c brw_vs_surface_state.c brw_vtbl.c brw_wm.c brw_wm.h brw_wm_emit.c brw_wm_fp.c brw_wm_sampler_state.c brw_wm_state.c brw_wm_surface_state.c gen6_cc.c gen6_clip_state.c gen6_depthstencil.c gen6_gs_state.c gen6_sampler_state.c gen6_scissor_state.c gen6_sf_state.c gen6_urb.c gen6_viewport_state.c gen6_vs_state.c gen6_wm_state.c dist/Mesa/src/mesa/drivers/dri/intel: intel_batchbuffer.c intel_batchbuffer.h intel_blit.c intel_buffer_objects.c intel_buffer_objects.h intel_buffers.c intel_buffers.h intel_chipset.h intel_clear.c intel_context.c intel_context.h intel_decode.c intel_extensions.c intel_extensions.h intel_fbo.c intel_fbo.h intel_mipmap_tree.c intel_mipmap_tree.h intel_pixel.c intel_pixel_bitmap.c intel_pixel_copy.c intel_pixel_read.c intel_reg.h intel_regions.c intel_regions.h intel_screen.c intel_screen.h intel_span.c intel_syncobj.c intel_tex.c intel_tex.h intel_tex_copy.c intel_tex_format.c intel_tex_image.c intel_tex_layout.c intel_tex_layout.h intel_tex_obj.h intel_tex_subimage.c intel_tex_validate.c dist/Mesa/src/mesa/drivers/dri/mach64: Makefile mach64_context.c mach64_context.h mach64_dd.c mach64_state.c mach64_tex.c dist/Mesa/src/mesa/drivers/dri/mga: Makefile mga_xmesa.c mgadd.c mgastate.c mgatex.c dist/Mesa/src/mesa/drivers/dri/nouveau: Makefile nouveau_context.c nouveau_driver.c nouveau_driver.h nouveau_fbo.c nouveau_texture.c nv04_state_raster.c nv04_state_tex.c nv10_render.c nv10_state_raster.c nv10_state_tex.c nv10_state_tnl.c nv20_state_tex.c nv20_state_tnl.c dist/Mesa/src/mesa/drivers/dri/r128: Makefile r128_context.c r128_dd.c r128_span.c r128_state.c r128_tex.c dist/Mesa/src/mesa/drivers/dri/r200: Makefile r200_cmdbuf.c r200_context.c r200_state.c r200_tex.c r200_texstate.c r200_vertprog.c dist/Mesa/src/mesa/drivers/dri/r300: Makefile r300_blit.c r300_context.c r300_fragprog_common.c r300_reg.h r300_state.c r300_tex.c r300_texstate.c radeon_mesa_to_rc.c dist/Mesa/src/mesa/drivers/dri/r300/compiler: Makefile SConscript r300_fragprog.c r300_fragprog_emit.c r300_fragprog_swizzle.c r300_fragprog_swizzle.h r3xx_fragprog.c r3xx_vertprog.c r500_fragprog.c r500_fragprog.h r500_fragprog_emit.c radeon_code.h radeon_compiler.c radeon_compiler.h radeon_compiler_util.c radeon_compiler_util.h radeon_dataflow.c radeon_dataflow.h radeon_dataflow_deadcode.c radeon_opcodes.c radeon_opcodes.h radeon_optimize.c radeon_pair_regalloc.c radeon_pair_schedule.c radeon_pair_translate.c radeon_program.h radeon_program_alu.c radeon_program_constants.h radeon_program_pair.c radeon_program_pair.h radeon_program_print.c radeon_program_tex.c radeon_rename_regs.c dist/Mesa/src/mesa/drivers/dri/r600: Makefile defaultendian.h evergreen_blit.c evergreen_blit_shaders.h evergreen_chip.c evergreen_chip.h evergreen_fragprog.c evergreen_oglprog.c evergreen_render.c evergreen_state.c evergreen_tex.c evergreen_vertprog.c r600_blit.c r600_blit_shaders.h r600_context.c r600_emit.c r600_tex.c r600_texstate.c r700_assembler.c r700_assembler.h r700_chip.c r700_fragprog.c r700_render.c r700_state.c r700_vertprog.c dist/Mesa/src/mesa/drivers/dri/radeon: Makefile radeon_bocs_wrapper.h radeon_chipset.h radeon_common.c radeon_common_context.c radeon_common_context.h radeon_context.c radeon_debug.h radeon_fbo.c radeon_mipmap_tree.c radeon_queryobj.c radeon_screen.c radeon_span.c radeon_state.c radeon_tex.c radeon_texstate.c radeon_texture.c radeon_texture.h dist/Mesa/src/mesa/drivers/dri/savage: Makefile savage_xmesa.c savagedd.c savagerender.c savagestate.c savagetex.c dist/Mesa/src/mesa/drivers/dri/sis: Makefile sis6326_state.c sis_context.c sis_dd.c sis_state.c sis_texstate.c dist/Mesa/src/mesa/drivers/dri/swrast: Makefile swrast.c dist/Mesa/src/mesa/drivers/dri/tdfx: Makefile tdfx_context.c tdfx_dd.c tdfx_state.c tdfx_tex.c dist/Mesa/src/mesa/drivers/dri/unichrome: Makefile via_context.c via_state.c via_tex.c dist/Mesa/src/mesa/drivers/fbdev: glfbdev.c dist/Mesa/src/mesa/drivers/osmesa: osmesa.c dist/Mesa/src/mesa/drivers/windows/gdi: mesa.def wgl.c wmesa.c wmesadef.h dist/Mesa/src/mesa/drivers/windows/gldirect: dglcontext.c dist/Mesa/src/mesa/drivers/windows/gldirect/dx7: gld_driver_dx7.c gld_primitive_dx7.c dist/Mesa/src/mesa/drivers/windows/gldirect/dx8: gld_driver_dx8.c gld_primitive_dx8.c dist/Mesa/src/mesa/drivers/windows/gldirect/dx9: gld_driver_dx9.c gld_primitive_dx9.c dist/Mesa/src/mesa/drivers/windows/gldirect/mesasw: gld_wgl_mesasw.c dist/Mesa/src/mesa/drivers/x11: Makefile fakeglx.c xm_api.c xm_dd.c xmesa.h dist/Mesa/src/mesa/main: APIspec.xml accum.c api_arrayelt.c api_arrayelt.h api_exec.c api_noop.c api_noop.h api_validate.c api_validate.h arbprogram.c arrayobj.c atifragshader.c attrib.c blend.c blend.h bufferobj.c bufferobj.h buffers.c buffers.h clear.c clip.c clip.h colormac.h colortab.c compiler.h condrender.c context.c context.h convolve.c cpuinfo.c dd.h debug.c debug.h depth.c dispatch.h dlist.c dlist.h drawpix.c drawtex.c enable.c enums.c enums.h es_generator.py eval.c eval.h extensions.c fbobject.c fbobject.h feedback.c feedback.h ffvertex_prog.c fog.c formats.c formats.h framebuffer.c framebuffer.h get.c get.h getstring.c glheader.h hint.c histogram.c image.c imports.c imports.h lines.c macros.h matrix.c mfeatures.h mipmap.c mtypes.h multisample.c nvprogram.c pack.c pixel.c pixelstore.c pixeltransfer.c polygon.c polygon.h queryobj.c queryobj.h rastpos.c readpix.c readpix.h remap_helper.h renderbuffer.c renderbuffer.h scissor.c shaderapi.c shaderobj.c shared.c shared.h state.c state.h stencil.c syncobj.c texcompress.c texcompress.h texcompress_fxt1.c texcompress_fxt1.h texcompress_s3tc.c texenv.c texfetch.c texfetch.h texfetch_tmp.h texformat.c texgen.c texgen.h texgetimage.c texgetimage.h teximage.c teximage.h texobj.c texobj.h texpal.c texpal.h texparam.c texstate.c texstore.c texstore.h transformfeedback.c uniforms.c uniforms.h varray.c varray.h version.c version.h viewport.c vtxfmt.c vtxfmt.h dist/Mesa/src/mesa/program: arbprogparse.c arbprogparse.h hash_table.c hash_table.h ir_to_mesa.cpp ir_to_mesa.h nvfragparse.h nvvertparse.h prog_cache.c prog_cache.h prog_execute.c prog_execute.h prog_instruction.h prog_optimize.c prog_optimize.h prog_parameter_layout.c prog_print.c prog_statevars.c prog_statevars.h program.c program_parse.y programopt.c programopt.h register_allocate.c register_allocate.h sampler.cpp dist/Mesa/src/mesa/state_tracker: st_atom.c st_atom.h st_atom_blend.c st_atom_clip.c st_atom_constbuf.c st_atom_depth.c st_atom_framebuffer.c st_atom_pixeltransfer.c st_atom_rasterizer.c st_atom_sampler.c st_atom_scissor.c st_atom_shader.c st_atom_stipple.c st_atom_texture.c st_atom_viewport.c st_cb_accum.c st_cb_accum.h st_cb_bitmap.c st_cb_bitmap.h st_cb_blit.c st_cb_blit.h st_cb_bufferobjects.c st_cb_clear.c st_cb_condrender.c st_cb_drawpixels.c st_cb_drawpixels.h st_cb_drawtex.c st_cb_drawtex.h st_cb_eglimage.c st_cb_eglimage.h st_cb_fbo.c st_cb_feedback.c st_cb_feedback.h st_cb_flush.c st_cb_flush.h st_cb_program.c st_cb_program.h st_cb_queryobj.c st_cb_queryobj.h st_cb_rasterpos.c st_cb_rasterpos.h st_cb_readpixels.c st_cb_readpixels.h st_cb_texture.c st_cb_texture.h st_cb_xformfb.c st_cb_xformfb.h st_context.c st_context.h st_debug.c st_draw.c st_draw.h st_draw_feedback.c st_extensions.c st_format.c st_format.h st_gen_mipmap.c st_gen_mipmap.h st_manager.c st_mesa_to_tgsi.c st_mesa_to_tgsi.h st_program.c st_program.h st_texture.c st_texture.h dist/Mesa/src/mesa/swrast: s_aaline.h s_aatriangle.c s_aatriangle.h s_accum.c s_accum.h s_alpha.h s_atifragshader.h s_bitmap.c s_blend.c s_blend.h s_context.c s_context.h s_depth.h s_drawpix.c s_fog.c s_fog.h s_fragprog.c s_fragprog.h s_logic.h s_masking.h s_readpix.c s_span.c s_span.h s_stencil.c s_texcombine.c s_texcombine.h s_texfilter.c s_texfilter.h s_triangle.c swrast.h dist/Mesa/src/mesa/swrast_setup: ss_triangle.h ss_vb.h dist/Mesa/src/mesa/tnl: t_context.c t_context.h t_draw.c t_vb_program.c t_vertex.h t_vp_build.c t_vp_build.h tnl.h dist/Mesa/src/mesa/vbo: vbo.h vbo_attrib_tmp.h vbo_context.c vbo_context.h vbo_exec.h vbo_exec_api.c vbo_exec_array.c vbo_exec_draw.c vbo_rebase.c vbo_save.c vbo_save.h vbo_save_api.c vbo_save_draw.c vbo_save_loopback.c vbo_split_copy.c vbo_split_inplace.c dist/Mesa/src/mesa/x86: mmx.h read_rgba_span_x86.S dist/Mesa/src/mesa/x86-64: xform4.S Added files: dist/Mesa/bin : extract_git_sha1 dist/Mesa/docs : ARB_color_buffer_float.txt MESA_multithread_makecurrent.spec WL_bind_wayland_display.spec patents.txt relnotes-7.11.1.html relnotes-7.11.2.html relnotes-7.11.html dist/Mesa/doxygen: glsl.doxy dist/Mesa/include/pci_ids: i810_pci_ids.h i915_pci_ids.h i965_pci_ids.h pci_id_driver_map.h r200_pci_ids.h r300_pci_ids.h r600_pci_ids.h radeon_pci_ids.h dist/Mesa/src/egl/drivers/dri2: common.c egl_dri2.h platform_drm.c platform_wayland.c platform_x11.c dist/Mesa/src/egl/wayland: Makefile dist/Mesa/src/egl/wayland/wayland-drm: Makefile wayland-drm.c wayland-drm.h dist/Mesa/src/egl/wayland/wayland-drm/protocol: wayland-drm.xml dist/Mesa/src/egl/wayland/wayland-egl: Makefile wayland-egl-priv.h wayland-egl.c wayland-egl.pc.in dist/Mesa/src/gallium/auxiliary/draw: draw_vs_variant.c dist/Mesa/src/gallium/auxiliary/gallivm: lp_bld_debug.cpp dist/Mesa/src/gallium/auxiliary/util: dbghelp.h u_draw.c u_format_latc.c u_format_latc.h u_format_r11g11b10f.h u_format_rgb9e5.h u_format_rgtc.c u_format_rgtc.h u_pstipple.c u_pstipple.h u_vbuf_mgr.c u_vbuf_mgr.h dist/Mesa/src/gallium/drivers/i915: i915_query.c i915_query.h dist/Mesa/src/gallium/drivers/nouveau: nouveau_buffer.c nouveau_buffer.h nouveau_context.h nouveau_fence.c nouveau_fence.h nouveau_mm.c nouveau_mm.h dist/Mesa/src/gallium/drivers/nv50: nv50_2d.xml.h nv50_3d.xml.h nv50_3ddefs.xml.h nv50_debug.h nv50_defs.xml.h nv50_stateobj.h nv50_stateobj_tex.h nv50_texture.xml.h nv50_winsys.h dist/Mesa/src/gallium/drivers/nvc0: Makefile SConscript nvc0_2d.xml.h nvc0_3d.xml.h nvc0_3ddefs.xml.h nvc0_context.c nvc0_context.h nvc0_draw.c nvc0_formats.c nvc0_graph_macros.h nvc0_m2mf.xml.h nvc0_miptree.c nvc0_pc.c nvc0_pc.h nvc0_pc_emit.c nvc0_pc_optimize.c nvc0_pc_print.c nvc0_pc_regalloc.c nvc0_program.c nvc0_program.h nvc0_push.c nvc0_push2.c nvc0_query.c nvc0_resource.c nvc0_resource.h nvc0_screen.c nvc0_screen.h nvc0_shader_state.c nvc0_state.c nvc0_state_validate.c nvc0_stateobj.h nvc0_surface.c nvc0_tex.c nvc0_tgsi_to_nc.c nvc0_transfer.c nvc0_transfer.h nvc0_vbo.c nvc0_winsys.h dist/Mesa/src/gallium/state_trackers/dri/drm: dri2_buffer.h dist/Mesa/src/gallium/state_trackers/egl/common: native_wayland_bufmgr.h native_wayland_drm_bufmgr_helper.c native_wayland_drm_bufmgr_helper.h dist/Mesa/src/gallium/state_trackers/egl/wayland: native_drm.c native_shm.c native_wayland.c native_wayland.h dist/Mesa/src/gallium/state_trackers/gbm: Makefile gbm_drm.c gbm_gallium_drmint.h dist/Mesa/src/gallium/state_trackers/vega: handle.c handle.h dist/Mesa/src/gallium/targets/egl-static: Makefile SConscript egl.c egl_pipe.c egl_pipe.h egl_st.c egl_st.h st_GL.c dist/Mesa/src/gallium/targets/gbm: Makefile gbm.c pipe_i915.c pipe_i965.c pipe_loader.c pipe_loader.h pipe_nouveau.c pipe_r300.c pipe_r600.c pipe_swrast.c pipe_vmwgfx.c dist/Mesa/src/gallium/targets/xorg-r300: Makefile target.c xorg.c dist/Mesa/src/gallium/tests/graw: quad-sample.c dist/Mesa/src/gallium/tests/graw/fragment-shader: frag-abs.sh frag-add.sh frag-cb-1d.sh frag-cb-2d.sh frag-dp3.sh frag-dp4.sh frag-dst.sh frag-ex2.sh frag-face.sh frag-flr.sh frag-frc.sh frag-kil.sh frag-lg2.sh frag-lit.sh frag-lrp.sh frag-mad-immx.sh frag-mad.sh frag-max.sh frag-min.sh frag-mov.sh frag-mul.sh frag-rcp.sh frag-rsq.sh frag-sge.sh frag-slt.sh frag-srcmod-abs.sh frag-srcmod-absneg.sh frag-srcmod-neg.sh frag-srcmod-swz.sh frag-sub.sh frag-tempx.sh frag-xpd.sh dist/Mesa/src/gallium/tests/graw/vertex-shader: vert-abs.sh vert-add.sh vert-arl.sh vert-arr.sh vert-cb-1d.sh vert-cb-2d.sh vert-dp3.sh vert-dp4.sh vert-dst.sh vert-ex2.sh vert-flr.sh vert-frc.sh vert-lg2.sh vert-lit.sh vert-lrp.sh vert-mad.sh vert-max.sh vert-min.sh vert-mov.sh vert-mul.sh vert-rcp.sh vert-rsq.sh vert-sge.sh vert-slt.sh vert-srcmod-abs.sh vert-srcmod-absneg.sh vert-srcmod-neg.sh vert-srcmod-swz.sh vert-sub.sh vert-xpd.sh dist/Mesa/src/gallium/tools/trace: dump.py format.py model.py parse.py dist/Mesa/src/gallium/winsys/radeon/drm: radeon_drm_bo.c radeon_drm_bo.h radeon_drm_cs.c radeon_drm_cs.h radeon_drm_winsys.c radeon_drm_winsys.h dist/Mesa/src/gallium/winsys/sw/wayland: Makefile wayland_sw_winsys.c wayland_sw_winsys.h dist/Mesa/src/gbm: Makefile dist/Mesa/src/gbm/backends: Makefile Makefile.template dist/Mesa/src/gbm/backends/dri: Makefile driver_name.c gbm_dri.c gbm_driint.h dist/Mesa/src/gbm/main: Makefile backend.c backend.h common.c common.h common_drm.h gbm.c gbm.h gbm.pc.in gbmint.h dist/Mesa/src/getopt: SConscript getopt.h getopt_long.c dist/Mesa/src/glsl: builtin_stubs.cpp glsl_lexer.ll glsl_parser.yy ir_function_detect_recursion.cpp opt_copy_propagation_elements.cpp dist/Mesa/src/glsl/builtins/profiles: ARB_shader_texture_lod.frag ARB_shader_texture_lod.vert OES_texture_3D.frag OES_texture_3D.vert dist/Mesa/src/glsl/glcpp/tests: 084-unbalanced-parentheses.c.expected 092-redefine-macro-error-2.c 092-redefine-macro-error-2.c.expected 093-divide-by-zero.c 093-divide-by-zero.c.expected 094-divide-by-zero-short-circuit.c 094-divide-by-zero-short-circuit.c.expected 095-recursive-define.c 095-recursive-define.c.expected 097-paste-with-non-function-macro.c 097-paste-with-non-function-macro.c.expected 098-elif-undefined.c 098-elif-undefined.c.expected dist/Mesa/src/glu/sgi: SConscript dist/Mesa/src/glx/apple: apple_glapi.c apple_xgl_api.h dist/Mesa/src/mapi/glapi: glapi.c glapi_gentable.c glapi_mapi_tmp.h dist/Mesa/src/mapi/glapi/gen: AMD_draw_buffers_blend.xml ARB_color_buffer_float.xml ARB_draw_buffers_blend.xml ARB_get_program_binary.xml ARB_instanced_arrays.xml ARB_robustness.xml ARB_sampler_objects.xml ARB_texture_buffer_object.xml NV_texture_barrier.xml OES_fixed_point.xml OES_single_precision.xml es_EXT.xml gl_and_es_API.xml gl_gentable.py dist/Mesa/src/mapi/mapi: mapi_glapi.c dist/Mesa/src/mapi/shared-glapi: Makefile SConscript dist/Mesa/src/mesa/drivers: SConscript dist/Mesa/src/mesa/drivers/dri: Makefile.defines Makefile.targets dist/Mesa/src/mesa/drivers/dri/i965: brw_fs_emit.cpp brw_fs_schedule_instructions.cpp brw_fs_visitor.cpp brw_shader.cpp brw_shader.h gen7_cc_state.c gen7_clip_state.c gen7_disable.c gen7_misc_state.c gen7_sampler_state.c gen7_sf_state.c gen7_urb.c gen7_viewport_state.c gen7_vs_state.c gen7_wm_state.c gen7_wm_surface_state.c dist/Mesa/src/mesa/drivers/dri/intel: intel_extensions_es.c dist/Mesa/src/mesa/drivers/dri/r300/compiler: radeon_list.c radeon_list.h radeon_pair_dead_sources.c radeon_variable.c radeon_variable.h dist/Mesa/src/mesa/drivers/dri/r300/compiler/tests: Makefile radeon_compiler_util_tests.c rc_test_helpers.c rc_test_helpers.h unit_test.c unit_test.h dist/Mesa/src/mesa/drivers/osmesa: SConscript dist/Mesa/src/mesa/drivers/windows/gdi: SConscript dist/Mesa/src/mesa/main: ff_fragment_shader.cpp pbo.c pbo.h samplerobj.c samplerobj.h texcompress_rgtc.c texcompress_rgtc.h texcompress_rgtc_tmp.h texturebarrier.c texturebarrier.h dist/Mesa/src/mesa/state_tracker: st_cb_syncobj.c st_cb_syncobj.h st_cb_texturebarrier.c st_cb_texturebarrier.h dist/Mesa/src/mesa/swrast: s_texrender.c Removed files: dist/Mesa/configs: autoconf dist/Mesa/scons: python.py udis86.py dist/Mesa/src/gallium/auxiliary/draw: draw_vs_varient.c dist/Mesa/src/gallium/auxiliary/gallivm: lp_bld_debug.c dist/Mesa/src/gallium/drivers/nouveau: nouveau_stateobj.h dist/Mesa/src/gallium/drivers/nv50: nv50_buffer.c nv50_clear.c nv50_reg.h nv50_texture.h dist/Mesa/src/gallium/drivers/r300: r300_hyperz.h r300_state_derived.h r300_winsys.h dist/Mesa/src/gallium/drivers/r600: eg_states_inc.h r600_helper.c r600_states_inc.h r600_upload.c dist/Mesa/src/gallium/state_trackers/python: README SConscript gallium.i p_compiler.i p_context.i p_device.i p_state.i p_texture.i st_device.c st_device.h st_hardpipe_winsys.c st_sample.c st_sample.h st_softpipe_winsys.c st_winsys.h u_format.i dist/Mesa/src/gallium/state_trackers/python/tests/regress/fragment-shader: frag-abs.png dist/Mesa/src/gallium/targets/dri-noop: Makefile SConscript swrast_drm_api.c dist/Mesa/src/gallium/targets/egl: Makefile egl.c egl.h pipe_i915.c pipe_i965.c pipe_nouveau.c pipe_r300.c pipe_r600.c pipe_swrast.c pipe_vmwgfx.c st_GL.c st_GLESv1_CM.c st_GLESv2.c st_OpenVG.c dist/Mesa/src/gallium/targets/egl-gdi: SConscript egl-static.c dist/Mesa/src/gallium/targets/xorg-radeon: Makefile radeon_target.c radeon_xorg.c dist/Mesa/src/gallium/tests/python/retrace: README format.py interpreter.py model.py parse.py parser.py dist/Mesa/src/gallium/tests/python/samples: gs.py tri.py dist/Mesa/src/gallium/tests/python/tests: base.py surface_copy.py texture_blit.py texture_render.py texture_transfer.py tree.py dist/Mesa/src/gallium/tests/python/tests/regress/fragment-shader: frag-abs.sh frag-add.sh frag-cb-1d.sh frag-cb-2d.sh frag-dp3.sh frag-dp4.sh frag-dst.sh frag-ex2.sh frag-face.sh frag-flr.sh frag-frc.sh frag-kil.sh frag-lg2.sh frag-lit.sh frag-lrp.sh frag-mad-immx.sh frag-mad.sh frag-max.sh frag-min.sh frag-mov.sh frag-mul.sh frag-rcp.sh frag-rsq.sh frag-sge.sh frag-slt.sh frag-srcmod-abs.sh frag-srcmod-absneg.sh frag-srcmod-neg.sh frag-srcmod-swz.sh frag-sub.sh frag-tempx.sh frag-xpd.sh fragment-shader.py dist/Mesa/src/gallium/tests/python/tests/regress/vertex-shader: vert-abs.sh vert-add.sh vert-arl.sh vert-arr.sh vert-cb-1d.sh vert-cb-2d.sh vert-dp3.sh vert-dp4.sh vert-dst.sh vert-ex2.sh vert-flr.sh vert-frc.sh vert-lg2.sh vert-lit.sh vert-lrp.sh vert-mad.sh vert-max.sh vert-min.sh vert-mov.sh vert-mul.sh vert-rcp.sh vert-rsq.sh vert-sge.sh vert-slt.sh vert-srcmod-abs.sh vert-srcmod-absneg.sh vert-srcmod-neg.sh vert-srcmod-swz.sh vert-sub.sh vert-xpd.sh vertex-shader.py dist/Mesa/src/gallium/winsys/r600/drm: r600.c dist/Mesa/src/gallium/winsys/radeon/drm: radeon_drm_buffer.c radeon_drm_buffer.h radeon_drm_common.c radeon_r300.c dist/Mesa/src/glsl: builtin_function.cpp configure.ac glsl_lexer.cpp glsl_lexer.lpp glsl_parser.cpp glsl_parser.h glsl_parser.ypp dist/Mesa/src/glsl/builtins/tools: builtin_function.cpp dist/Mesa/src/glsl/glcpp: Makefile.am glcpp-lex.c glcpp-parse.c glcpp-parse.h dist/Mesa/src/glsl/tests: array-01.glsl array-02.glsl array-03.glsl array-04.glsl array-05.glsl array-06.glsl array-07.glsl array-08.glsl array-09.glsl array-10.glsl array-11.glsl array-12.glsl array-13.glsl attribute-01.glsl attribute-02.glsl attribute-03.glsl attribute-04.glsl attribute-05.glsl attribute-06.glsl attribute-07.glsl attribute-08.glsl attribute-09.glsl attribute-10.glsl attribute-11.glsl condition-01.glsl condition-02.glsl condition-03.glsl condition-04.glsl condition-05.glsl constructor-01.glsl constructor-02.glsl constructor-03.glsl constructor-04.glsl constructor-05.glsl constructor-06.glsl constructor-07.glsl constructor-08.glsl constructor-09.glsl function-01.glsl function-02.glsl function-03.glsl function-04.glsl function-05.glsl if-01.glsl if-02.glsl if-03.glsl if-04.glsl matrix-01.glsl matrix-02.glsl matrix-03.glsl matrix-04.glsl matrix-05.glsl matrix-06.glsl matrix-07.glsl matrix-08.glsl matrix-09.glsl matrix-10.glsl parameters-01.glsl parameters-02.glsl parameters-03.glsl qualifier-01.glsl qualifier-02.glsl qualifier-03.glsl qualifier-04.glsl qualifier-05.glsl qualifier-06.glsl qualifier-07.glsl swiz-01.glsl swiz-02.glsl void-01.glsl dist/Mesa/src/glx/apple: GL_aliases GL_extensions GL_noop GL_promoted OVERALL_DESIGN README_UPDATING apple_exports.list apple_xgl_api_additional.c gen_api_header.tcl gen_api_library.tcl gen_code.tcl gen_defs.tcl gen_exports.tcl gen_funcs.tcl gen_types.tcl dist/Mesa/src/glx/apple/specs: enum.spec enumext.spec gl.spec gl.tm glx.spec glxenum.spec glxenumext.spec glxext.spec update.sh dist/Mesa/src/mesa/drivers/dri: Makefile.template dist/Mesa/src/mesa/drivers/dri/common: dri_metaops.c dri_metaops.h dist/Mesa/src/mesa/drivers/dri/i965: brw_state.c dist/Mesa/src/mesa/drivers/dri/intel: intel_extensions_es2.c dist/Mesa/src/mesa/drivers/windows/fx: fx.rc fxopengl.def fxwgl.c dist/Mesa/src/mesa/drivers/windows/gdi: InitCritSections.cpp dist/Mesa/src/mesa/main: glapidispatch.h restart.c restart.h texenvprogram.c texrender.c texrender.h dist/Mesa/src/mesa/program: Makefile lex.yy.c program_parse.tab.c program_parse.tab.h dist/Mesa/src/mesa/swrast: s_trispan.h dist/Mesa/src/mesa/vf: vf.c vf.h vf_generic.c vf_sse.c dist/Mesa/windows/VC7/mesa: mesa.sln dist/Mesa/windows/VC7/mesa/gdi: gdi.vcproj dist/Mesa/windows/VC7/mesa/glu: glu.vcproj dist/Mesa/windows/VC7/mesa/mesa: mesa.vcproj dist/Mesa/windows/VC7/mesa/osmesa: osmesa.vcproj dist/Mesa/windows/VC7/progs: progs.sln dist/Mesa/windows/VC7/progs/glut: glut.vcproj dist/Mesa/windows/VC7/progs/wgl: sharedtex_mt.vcproj wglthreads.vcproj dist/Mesa/windows/VC8/mesa: mesa.sln dist/Mesa/windows/VC8/mesa/gdi: gdi.vcproj dist/Mesa/windows/VC8/mesa/glsl_apps_compile: glsl_apps_compile.vcproj dist/Mesa/windows/VC8/mesa/glu: glu.vcproj dist/Mesa/windows/VC8/mesa/mesa: mesa.vcproj dist/Mesa/windows/VC8/mesa/osmesa: osmesa.vcproj dist/Mesa/windows/VC8/progs: progs.sln dist/Mesa/windows/VC8/progs/demos: gears.vcproj dist/Mesa/windows/VC8/progs/glut: glut.vcproj Log message: Upate to libGL 7.11.2 Tested by jsg@, matthieu@ and ajacoutot@, ok mattieu@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/17 08:08:25 Modified files: sysutils/consolekit: Makefile Log message: Fix WANTLIB. CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/17 08:17:18 Added files: dist/Mesa/src/glsl: glsl_parser.h Log message: Add a missing file from previous update CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/17 08:18:49 Modified files: dist/Mesa/src/mesa/main: version.c Log message: Don't try to include an empty header CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/08/17 08:32:46 Modified files: libexec/ld.so/mips64: syscall.h libexec/ld.so/powerpc: syscall.h Log message: Fix mips64 and powerpc's ld.so syscall implementations by adding "memory" to the list of clobbered registers for all syscalls that accept a pointer. This prevents GCC from optimizing away memory loads and stores that otherwise appear unused in a function. Issue noted and identified by miod; fix by me. ok miod, mpi CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/08/17 08:48:34 Modified files: emulators/frodo: Makefile distinfo Log message: Use MODULES for Tcl/Tk. Ok espie@ (maintainer) CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/08/17 08:49:17 Modified files: sys/net80211 : ieee80211_node.c Log message: Fix possible panic while switching from STA mode into hostap/ibss modes. ieee80211_create_ibss() resets the set of supported rates but failed to update the index into the rate set array accordingly. If the rate configured during STA operation didn't belong to the newly configured rate set the system ran into an assertion ("bogus xmit rate %u setup") while trying to create the IBSS. ok fgsch@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/08/17 09:11:12 Modified files: regress/libexec/ld.so/randomdata/ld.so-cookie: test.c Log message: Double check that we're not testing libc's __guard. Changing ld.so's __guard symbol to HIDDEN causes dlsym() to return a pointer to libc's __guard instead, which can cause the test to wrongly pass even if ld.so's random data segments are not being initialized properly. CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/17 09:16:44 Modified files: lib/libGLU : Makefile lib/libGLw : Makefile Log message: Sync mesa version numbers after recent libGL update, prodded by matthieu@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/08/17 09:33:33 Log message: Import ardour-2.8.14, with added support for sndio midi. Ardour is a full-featured, free and open-source hard disk recorder and digital audio workstation program suitable for professional use. It features unlimited audio tracks and buses, non-destructive, non-linear editing with unlimited undo, and anything-to-anywhere signal routing. It supports standard file formats, such as BWF, WAV, WAV64, AIFF and CAF, and it can use LADSPA, LV2, VST and AudioUnit plugin formats. with and ok ajacoutot@ Status: Vendor Tag: stsp Release Tags: stsp_20120817 N ports/audio/ardour/distinfo N ports/audio/ardour/Makefile N ports/audio/ardour/pkg/PLIST N ports/audio/ardour/pkg/DESCR N ports/audio/ardour/patches/patch-gtk2_ardour_ardour_ui_cc N ports/audio/ardour/patches/patch-gtk2_ardour_engine_dialog_cc N ports/audio/ardour/patches/patch-libs_midi++2_midiport_cc N ports/audio/ardour/patches/patch-libs_pbd_SConscript N ports/audio/ardour/patches/patch-libs_ardour_source_cc N ports/audio/ardour/patches/patch-gtk2_ardour_SConscript N ports/audio/ardour/patches/patch-libs_midi++2_midi++_port_h N ports/audio/ardour/patches/patch-gtk2_ardour_ardour_sh_in N ports/audio/ardour/patches/patch-libs_midi++2_SConscript N ports/audio/ardour/patches/patch-gtk2_ardour_engine_dialog_h N ports/audio/ardour/patches/patch-gtk2_ardour_new_session_dialog_cc N ports/audio/ardour/patches/patch-SConstruct N ports/audio/ardour/patches/patch-libs_midi++2_midifactory_cc N ports/audio/ardour/patches/patch-libs_ardour_SConscript N ports/audio/ardour/files/sndio_midiport.cc N ports/audio/ardour/files/sndio_midiport.h No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/08/17 09:36:03 Modified files: audio : Makefile Log message: += ardour CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2012/08/17 09:57:03 Modified files: distrib/sets/lists/xserv: md.hppa md.macppc Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2012/08/17 10:00:12 Modified files: distrib/sets/lists/xserv: md.sparc64 Log message: sync CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/08/17 10:05:03 Modified files: databases/sqlite: Makefile distinfo Log message: Use MODULES for Tcl/Tk. Ok espie@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/17 10:15:20 Modified files: lib/pixman : Makefile.am Makefile.bsd-wrapper Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing lib/pixman/demos: Makefile.am Makefile.in composite-test.c gradient-test.c gtk-utils.c lib/pixman/pixman: Makefile.am Makefile.in pixman-access.c pixman-accessor.h pixman-bits-image.c pixman-combine.h.template pixman-compiler.h pixman-cpu.c pixman-fast-path.c pixman-general.c pixman-image.c pixman-implementation.c pixman-mmx.c pixman-noop.c pixman-private.h pixman-region.c pixman-sse2.c pixman-trap.c pixman-utils.c pixman.h lib/pixman/test: Makefile.in a1-trap-test.c alphamap.c blitters-test.c composite-traps-test.c composite.c fetch-test.c gradient-crash-test.c lowlevel-blt-bench.c oob-test.c region-contains-test.c region-translate-test.c scaling-crash-test.c scaling-test.c stress-test.c trap-crasher.c utils.c utils.h Added files: lib/pixman/demos: checkerboard.c parrot.c quad2quad.c lib/pixman/pixman: loongson-mmintrin.h pixman-mips-dspr2-asm.S pixman-mips-dspr2-asm.h pixman-mips-dspr2.c pixman-mips-dspr2.h pixman-mips-memcpy-asm.S Log message: Update to pixman 0.26.2. tested at least by ajacoutot@, mpi@, shadchin@. CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/17 10:21:19 Added files: dist/Mesa/src/glsl: builtin_function.cpp glsl_lexer.cpp glsl_parser.cpp dist/Mesa/src/glsl/glcpp: glcpp-lex.c glcpp-parse.c glcpp-parse.h Log message: Re-add generated files and unbreak the build. I shouldn't have deleted those during the update. Spotted by matthieu@ CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/17 10:26:59 Added files: dist/Mesa/src/mesa/program: lex.yy.c program_parse.tab.c program_parse.tab.h Log message: Re-add generated files and unbreak the build. I shouldn't have deleted those during the update. Spotted by matthieu@ CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/08/17 11:09:43 Modified files: share/mk : bsd.own.mk Log message: Add a default CDIAGFLAGS, so that programs may be enable warnings by making "make WARNINGS=Yes" without having to add a bunch of CDIAGFLAGS to its makefile. sure deraadt@ CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/08/17 11:10:33 Modified files: usr.bin/tcpbench: Makefile Log message: Don't need this anymore, we have them in bsd.own.mk. CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/08/17 11:11:21 Modified files: usr.sbin/sasyncd: Makefile Log message: Don't need this anymore, we have it in bsd.own.mk now. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/08/17 11:29:00 Modified files: sys/dev/usb : ehci.c uhci.c Log message: Fix typos in DPRINTF() so error messages refer to correct *hci. Spotted by Artturi Alm. Thanks! CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/17 12:28:31 Modified files: sys/dev/pci : mpii.c Log message: cleanup mpii_get_ioc_pg8 mess, no functional change CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/17 13:29:03 Modified files: proto/glproto : ChangeLog configure.ac glxtokens.h Log message: Update to glproto 1.4.16 CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/17 14:37:16 Modified files: sbin/pfctl : pf_print_state.c Log message: Don't forget to byteswap the state_flags since it's a uint16_t now. From Hrvoje Popovski via Florian Obser, ok henning CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/17 14:41:27 Modified files: sys/arch/sparc64/dev: ebus_mainbus.c ebusvar.h Log message: Turns out interrupts for Ebus devices are wired to the *other* PCI Expres leaf on the v445 (compared to the v215/v245). Generalize the code to allow for arbitrary wirings. Makes the serial console on the v445 work. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/17 14:46:50 Modified files: sys/arch/sparc64/dev: iommu.c iommureg.h Log message: Properly initialize the IOMMU control and status register for pyro(4). Fixes DMA problems spotted on the v445. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2012/08/17 14:57:45 Modified files: usr.bin/sudo : varsub usr.bin/sudo/sudo: Makefile usr.bin/sudo/visudo: Makefile Added files: usr.bin/sudo : sudo.mdoc.in sudoers.ldap.mdoc.in sudoers.mdoc.in visudo.mdoc.in Removed files: usr.bin/sudo : sudo.pod sudoers.ldap.pod sudoers.pod visudo.pod Log message: Native mdoc versions of the sudo manuals, back-ported from sudo trunk. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/08/17 15:50:28 ports/devel/py-greenlet/patches Update of /cvs/ports/devel/py-greenlet/patches In directory cvs.openbsd.org:/tmp/cvs-serv16082/patches Log Message: Directory /cvs/ports/devel/py-greenlet/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/08/17 15:51:49 Modified files: devel/py-greenlet: Makefile Added files: devel/py-greenlet/patches: patch-slp_platformselect_h Log message: Unbreak on ppc & give it a chance to build on mips*. Set ONLY_FOR_ARCHS since it has platform-dependent code in slp_platformdetect.h.. breakage reported by ajacoutot@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/17 16:18:28 Modified files: driver/xf86-video-mach64: ChangeLog Makefile.in README aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing driver/xf86-video-mach64/man: Makefile.in driver/xf86-video-mach64/src: Makefile.am Makefile.in ati.h atiadjust.c atiadjust.h aticonsole.c aticonsole.h atidga.c atidri.c atimach64accel.c atimach64accel.h atimach64cursor.c atimach64exa.c atimach64probe.c atimach64render.c atimach64xv.c atipreinit.c atiscreen.c atiscreen.h atistruct.h ativalid.c ativalid.h Added files: driver/xf86-video-mach64/src: compat-api.h Log message: Update to xf86-video-mach64 6.9.3 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/08/17 16:18:59 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/08/17 16:19:44 Modified files: regress/usr.bin/make: Makefile Added files: regress/usr.bin/make: mk33 t36.out Log message: ouch, this should not work CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/08/17 16:32:29 Modified files: infrastructure/mk: bsd.port.mk Log message: fix subpackage bugs. - correct syntax for variable (Vadim Zhukov) - both _DO_LOCK and _cache_fragment want to use traps. Since that's the only place where the problem occurs, simply put the second trap in a subshell... CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/08/17 17:40:02 Modified files: regress/usr.sbin/pkg_add: Makefile Log message: oops, shouldn't go interactive (found by matthew@) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/08/17 17:41:27 Modified files: regress/usr.sbin/pkg_add: signatures.ref Log message: fix after signatures change CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/08/17 17:49:59 Modified files: regress/usr.sbin/pkg_add: mycreate Log message: make sure mycreate uses -DSHARED_LIBS=1 (for now), gets a lot of tests to succeed as they should... CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/08/17 18:20:01 Modified files: sbin/dhclient : dhclient.c dispatch.c Log message: Update global cur_time after exiting poll() and before calling the state engine for packet processing. Time may have passed! Use cur_time in routing message processing. Makes sense to todd@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/08/17 18:23:30 Modified files: sbin/dhclient : dhcpd.h Log message: Remove unused field 'next' from struct timeout. There's only one timeout now, not a list. CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/08/18 00:46:46 Modified files: usr.bin/ftp : fetch.c Log message: Fix http resume without out auth, which I broke on the last commit, spotted by bluhm. ok bluhm. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/18 01:18:26 Modified files: audio/aubio : Makefile audio/aubio/pkg: PLIST Log message: Regen PLIST to add the man pages. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/18 01:25:26 Modified files: astro : Makefile audio : Makefile benchmarks : Makefile biology : Makefile chinese : Makefile comms : Makefile converters : Makefile databases : Makefile devel : Makefile editors : Makefile education : Makefile games : Makefile geo : Makefile graphics : Makefile java : Makefile lang : Makefile mail : Makefile math : Makefile misc : Makefile net : Makefile news : Makefile plan9 : Makefile print : Makefile security : Makefile shells : Makefile sysutils : Makefile textproc : Makefile www : Makefile x11 : Makefile Log message: boring morning useless cleanup: remove the FreeBSD RCS tags; it makes sense for ports Makefile but not really for categories. ok espie@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/08/18 01:58:20 Modified files: infrastructure/mk: bsd.port.mk pkgpath.mk Log message: slow architectures might clean /tmp too eagerly, move the default LOCKDIR to a local location that's less susceptible to surreptitious cleanup, that is under WRKOBJDIR after discussion with sthen@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/08/18 01:59:40 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document default change CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/08/18 02:02:04 Modified files: share/man/man5 : bsd.port.mk.5 Log message: be more explicit about what mono is. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/08/18 02:04:28 Modified files: share/man/man5 : bsd.port.mk.5 Log message: forgot to document llvm property. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/18 02:44:25 Modified files: gnu/usr.sbin/sendmail/sendmail: sendmail.8 lib/libc/hash : mdX.3 share/man/man4/man4.sparc: cgfourteen.4 cgsix.4 cgthree.4 share/man/man4/man4.sparc64: cgsix.4 cgthree.4 ebus.4 share/man/man4 : atw.4 aue.4 cdcef.4 dc.4 cdce.4 faith.4 gre.4 lge.4 re.4 nge.4 km.4 axe.4 rtw.4 sf.4 sis.4 sk.4 ste.4 vlan.4 vr.4 utwitch.4 andl.4 mos.4 udav.4 amas.4 lisa.4 share/man/man9 : tc_init.9 usr.sbin/faithd: faithd.8 usr.sbin/snmpd : snmpd.8 Log message: within Rs/Re reference blocks, use %U instead of %O (or any other variants) for URLs, allowing mandoc -Thtml to properly generate links; (sendmail.8 changes are simply using Lk, which i somehow missed in previous) ingo reminded me to verify that gnu groff recognises %U: 1.20.1 does not, but 1.21 does; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/18 02:50:19 Modified files: audio/ardour : Makefile audio/ardour/pkg: PLIST Log message: Add VMEM_WARNING and NO_REGRESS. Fix the fftw3 dependency. Don't use ${FULLPKGNAME} in the PLIST to refer to the binary. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/08/18 04:36:51 Modified files: share/mk : bsd.subdir.mk Log message: allow other targets to work like install -> realinstall (to be used in xenocara for build) okay matthieu@ CVSROOT: /cvs Module name: xenocara Changes by: espie@cvs.openbsd.org 2012/08/18 04:38:39 Modified files: . : Makefile font/alias : Makefile.bsd-wrapper Log message: let build and release proceed through the exact same steps, avoiding nasty surprises... REQUIRES current /usr/share/mk (cd /usr/src/share/mk && make install) okay matthieu@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/08/18 05:01:44 ports/audio/metronome/patches Update of /cvs/ports/audio/metronome/patches In directory cvs.openbsd.org:/tmp/cvs-serv13477/patches Log Message: Directory /cvs/ports/audio/metronome/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/08/18 05:02:23 Modified files: audio/metronome: Makefile Added files: audio/metronome/patches: patch-metronome_6 Log message: fix documentation issues CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/18 05:19:51 Modified files: lib/libc/asr : asr_resolver.c getaddrinfo_async.c getnameinfo_async.c Log message: Improve error reporting in getnameinfo_async() and getaddrinfo_async(). They do not have to deal with h_errno at all. Also, errno is only kept for EAI_SYSTEM. Small code cleanup while there. Adapt getnameinfo() and getaddrinfo() wrappers to correctly save errno and overwrite it in the EAI_SYSTEM case. General errno handling issue reported by mikeb@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/18 06:41:39 Modified files: archivers/fastjar: Makefile archivers/lzop : Makefile archivers/unarj: Makefile . : Makefile audio/ascd : Makefile audio/toolame : Makefile benchmarks/netpipe: Makefile devel/boehm-gc : Makefile devel/c2hs : Makefile devel/cook : Makefile devel/cvs2cl : Makefile devel/cvsweb : Makefile devel/ffcall : Makefile devel/nspr : Makefile devel/shtool : Makefile devel/tclcl : Makefile editors/nedit : Makefile editors/texmaker: Makefile games/nethack : Makefile graphics/imlib : Makefile graphics/mpeg_encode: Makefile graphics/mplex : Makefile graphics/pngcrush: Makefile graphics/exiftran/files: Makefile graphics/vid : Makefile graphics/xbmbrowser: Makefile net/clog : Makefile net/fping : Makefile net/irc : Makefile net/mudix : Makefile net/nam : Makefile net/ns : Makefile net/nslint : Makefile net/ntop : Makefile net/pchar : Makefile net/sharity-light: Makefile net/tcpshow : Makefile net/tinyfugue : Makefile net/trafd : Makefile net/xarchie : Makefile japanese/Wnn : Makefile japanese/jvim : Makefile japanese/less : Makefile lang/mawk : Makefile lang/otcl : Makefile math/fftw : Makefile math/netcdf : Makefile misc/deco : Makefile misc/delay : Makefile misc/ytree : Makefile print/freetype : Makefile russian/d1489 : Makefile security/libotr: Makefile security/nbaudit: Makefile security/portscanner: Makefile security/slurpie: Makefile security/strobe: Makefile sysutils/e2fsprogs: Makefile sysutils/xbatt : Makefile textproc/iso8879: Makefile textproc/linuxdoc: Makefile textproc/sgmlformat: Makefile www/xmhtml : Makefile x11/dclock : Makefile x11/qt3 : Makefile x11/tvtwm : Makefile x11/viewfax : Makefile x11/wmthemeinstall: Makefile Log message: Remove irrelevant $FreeBSD RCS ids. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/08/18 06:46:06 Modified files: www/sogo/patches: patch-SoObjects_Appointments_GNUmakefile Log message: Fix the patch, spotted by jasper@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/18 07:31:03 Modified files: lib/libc/asr : hostaddr_async.c Log message: Simplify error reporting in hostaddr_async(). Only use EAI_* error codes. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/18 07:49:13 Modified files: lib/libc/asr : asr_resolver.c getrrsetbyname_async.c Log message: getrrsetyname() only uses ERRSET_* and is not supposed to set errno. make sure to save and restore errno properly. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/08/18 08:27:43 Modified files: faq/pf : filter.html Log message: closing tag fix. From Maurice Janssen, thanks! CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/08/18 09:27:56 Modified files: sbin/dhclient : dhclient.c Log message: Don't try to printf() a time_t value with %d. Cast to (int) just in case time_t ever changes size. Values in these cases are intervals, i.e. (time_t - time_t) so int/%d will be fine. Part of larger time_t rectification diff from guenther@. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/18 09:39:26 Modified files: usr.sbin/smtpd : bounce.c Log message: Limit the number of bounce sessions running at the same time. When committed, a bounce is put on a runnable list of bounces. This list is drained to enqueue as much bounces as possible within the limit. This avoids DoS'ing the server when lots of bounces are enqueued at startup. While there, allow new envelopes to be added to a bounce until the the very last moment (i.e. when the list of recipients is written). ok gilles@ chl@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/18 09:40:30 Modified files: lib/libc/gen : sysctl.3 usr.sbin/rtadvd: rtadvd.8 rtadvd.conf.5 Log message: RFCs 2461 and 2462 have been replaced by, respectively, RFCs 4861 and 4862; CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/18 09:45:12 Modified files: usr.sbin/smtpd : mta.c mta_session.c smtpd.h Log message: Major update of the mta internals. Add a mta_route structure which describes a route through which outgoing mails are to be sent. This structure holds connection parameters and limits. When an envelope is received in a batch, the route for it is looked up, and the envelope is added to the a list of envelope to be sent for this message on that route: a task. When the batch is closed, each task is added to the list of tasks for their respective route. The routes are drained when new work can happen. The route will create new mta sessions if necessary. When a session is up and ready, it picks the first pending task on the route if any. In the other case, it just closes the connection. Errors on the connection are reported to the route, so that the route could be flagged as broken. Currently, three errors on a an attempt to open a route is reported as a failure for all pen- ding tasks. ok gilles@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/08/18 10:00:21 Modified files: sys/arch/loongson/dev: pcib.c Log message: glxpcib(4) invokes pcibattach assuming pcib doesn't need more than a `struct device' as its softc. This is not the case on loongson, and the glxpcib softc gets subtly corrupted, causing a kernel panic when attempting to select the glxpcib timecounter as the current timecounter. Skirt this by not using the pcib softc fields if we are invoked from glxpcib - it is not really worth putting pcib_softc in a header for the sake of MI glxpcib code. CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/08/18 10:05:54 Modified files: usr.sbin/smtpd : smtp_session.c Log message: Disallow empty domain/address sent after HELO/EHLO command. ok gilles@ eric@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/18 10:25:20 Modified files: lib/libc/time : strptime.3 share/man/man7 : mailaddr.7 share/man/man8 : afterboot.8 gnu/usr.sbin/sendmail/sendmail: aliases.5 sendmail.8 Log message: RFC updates: 5322 obsoletes 2822 5321 obsoletes 821 and 2821 6409 obsoletes 2476 and 4409 CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/18 10:48:18 Modified files: lib/libc/asr : asr.c asr_resolver.c async_resolver.3 Log message: ensure that async_run() and async_run_sync() always preserve errno. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/08/18 12:14:41 Modified files: sbin/dhclient : dhclient.c Log message: Don't store a time_t into an int. Make the variable time_t. Part of larger time_t rectification diff from guenther@. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/08/18 12:18:23 Modified files: usr.sbin/smtpd : control.c dns.c lka.c queue.c scheduler.c scheduler_ramqueue.c smtp.c smtp_session.c smtpctl.c smtpd.c smtpd.h stats.c usr.sbin/smtpd/smtpctl: Makefile usr.sbin/smtpd/smtpd: Makefile Added files: usr.sbin/smtpd : stat_backend.c stat_ramstat.c Log message: - introduce stat_backend, an API for pluggable statistic backends > statistics are no longer static structures in shared memory > statistics are only set, smtpd never uses them in its logic > each statistic is a key/value where key can be any (dynamic) string - convert all uses of the former API to use the new one - implement stat_ramstat that keeps non-persistent stats in ram structure ok eric@, ok chl@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/08/18 12:33:55 Modified files: www/fluxbb : Makefile distinfo www/fluxbb/pkg : PLIST Log message: Update for Fluxbb to 1.5.0 with some security update: * Use proper status codes for "Bad request" (and similar) error messages. * Negative values in some config options leading to strange situations. * Path disclosure through error messages in search.php (and others). * Subscriptions were handled incorrectly when merging or splitting topics. * Ignore BBCodes in search strings. * The Technetium style had an issue with resizing images. * Renaming users would unban them. And others http://fluxbb.org/forums/viewtopic.php?id=6328 While here, the extract part is not needed. Ok aja@. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/08/18 12:57:38 Modified files: graphics/ipe : Makefile graphics/ipe/patches: patch-src_config_mak Log message: Build with big -fPIC. From Brad, thanks. OK sthen@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/18 14:52:36 Modified files: usr.sbin/smtpd : mta_session.c queue.c smtpd.h Log message: zap struct mta_batch. Only pass ids where needed. ok gilles@ CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2012/08/18 15:05:26 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 distrib/sets/lists/xserv: md.loongson md.sgi Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/18 15:34:33 Modified files: net/dnsmasq : Makefile distinfo net/dnsmasq/patches: patch-man_dnsmasq_8 patch-src_config_h Removed files: net/dnsmasq/patches: patch-src_bpf_c patch-src_network_c patch-src_option_c Log message: update to dnsmasq 2.63, from Brad. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/18 15:34:56 Modified files: mail/roundcubemail: Makefile distinfo Removed files: mail/roundcubemail/patches: patch-program_include_rcube_cache_php patch-program_include_rcube_session_php Log message: bugfix update to roundcube 0.8.1 CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 15:45:28 Modified files: infrastructure/mk: arch-defines.mk Log message: Add ocaml_native and ocaml_native_dynlink properties to the arch defines. These will be used shortly by the ocaml-4 port update. CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 15:49:16 Modified files: lang/ocaml : Makefile distinfo ocaml.port.mk lang/ocaml/patches: patch-configure lang/ocaml/pkg : PFRAG.dynlink-native PFRAG.native PFRAG.shared PLIST Removed files: lang/ocaml/patches: patch-testsuite_tests_asmcomp_i386_S Log message: update to ocaml-4.00.0 - uses new ocaml_native and ocaml_native_dynlink arch properties - changelog: http://caml.inria.fr/pub/distrib/ocaml-4.00/notes/Changes From Christopher Zimmermann with fixes from me CVSROOT: /cvs Module name: src Changes by: avsm@cvs.openbsd.org 2012/08/18 15:51:07 Modified files: share/man/man5 : port-modules.5 Log message: document ocaml_native and ocaml_native_dynlink properties ok espie@ CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 15:54:22 ports/databases/ocaml-postgresql/files Update of /cvs/ports/databases/ocaml-postgresql/files In directory cvs.openbsd.org:/tmp/cvs-serv22976/files Log Message: Directory /cvs/ports/databases/ocaml-postgresql/files added to the repository CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 15:55:08 Modified files: databases/ocaml-postgresql: Makefile distinfo databases/ocaml-postgresql/pkg: PFRAG.native PLIST Added files: databases/ocaml-postgresql/files: README databases/ocaml-postgresql/pkg: PFRAG.dynlink-native PFRAG.shared Removed files: databases/ocaml-postgresql/patches: patch-Makefile patch-examples_cursor_Makefile patch-examples_dump_Makefile patch-examples_populate_Makefile patch-examples_prompt_Makefile patch-examples_prompt_gtk_Makefile patch-examples_test_lo_Makefile patch-lib_Makefile Log message: * bump version to 2.0.2 * use OASIS build system * remove obsolete patches * add WANTLIB * add empty REGRESS_TARGET From: Christopher Zimmermann CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 15:57:24 Modified files: databases/ocaml-sqlite3: Makefile distinfo databases/ocaml-sqlite3/pkg: PFRAG.native PFRAG.shared PLIST Added files: databases/ocaml-sqlite3/patches: patch-lib_sqlite3_stubs_c databases/ocaml-sqlite3/pkg: PFRAG.dynlink-native Removed files: databases/ocaml-sqlite3/patches: patch-Makefile_in patch-sqlite3_stubs_c Log message: * bump version to 2.0.2 * use OASIS build system * remove obsolete patches * enable regression tests From: Christopher Zimmermann CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/18 15:58:13 Modified files: x11/gnome/games: Makefile Log message: Missing dependency on devel/py-gobject3 spotted by espie@ CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 16:00:56 Modified files: devel/cil : Makefile distinfo devel/cil/patches: patch-configure_in devel/cil/pkg : PLIST Added files: devel/cil/pkg : PFRAG.native Log message: update to cil-1.5.1 * BROKEN on all non-native archs for now * new MASTER_SITE * clean up Makefile * remove obsolete patch * update PLIST From: Christopher Zimmermann CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 16:04:48 Modified files: devel/ocaml-batteries: Makefile distinfo devel/ocaml-batteries/pkg: PFRAG.native PLIST Added files: devel/ocaml-batteries/patches: patch-src_batteries_mllib devel/ocaml-batteries/pkg: PFRAG.dynlink-native Removed files: devel/ocaml-batteries/patches: patch-META_in Log message: update to ocaml-batteries-1.5.0 * META info fixed upstream * move cmxs to PFRAG.native-dynlink * update ocamlfind sitelib path * /usr/local/ocaml/site-lib/batteries/ocaml is a script, not executable * Fix toplevel help system The path to the documentation is hardcoded at build time. Therefore DOCROOT may not be prefixed by WRKINST at build time. From: Christopher Zimmermann CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 16:06:49 Modified files: devel/ocaml-calendar: Makefile distinfo devel/ocaml-calendar/patches: patch-Makefile_in devel/ocaml-calendar/pkg: PFRAG.native PLIST Added files: devel/ocaml-calendar/pkg: PFRAG.dynlink-native Removed files: devel/ocaml-calendar/patches: patch-configure Log message: update to ocaml-calender-2.03.2 * change MASTER_SITE * use ocamlfind -> add pre-fake target From: Christopher Zimmermann CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 16:13:17 Modified files: devel/ocaml-camomile: Makefile distinfo devel/ocaml-camomile/pkg: PFRAG.native PLIST Log message: update ocaml-camomile installation directory for ocamlfind sitelib From: Christopher Zimmermann CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 16:15:24 ports/devel/ocaml-mlgmp/files Update of /cvs/ports/devel/ocaml-mlgmp/files In directory cvs.openbsd.org:/tmp/cvs-serv6464/files Log Message: Directory /cvs/ports/devel/ocaml-mlgmp/files added to the repository CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 16:16:27 Modified files: devel/ocaml-mlgmp: Makefile distinfo devel/ocaml-mlgmp/pkg: PLIST Added files: devel/ocaml-mlgmp/files: META Log message: update ocaml-mlgmp to use ocaml_native property and have a META file for ocamlfind * bump REVISION * update ocamlfind sitelib * use new ocaml_native PROPERTY * add ocamlfind META info CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 16:19:21 Modified files: devel/ocaml-net: Makefile distinfo devel/ocaml-net/pkg: PFRAG.native PFRAG.shared PLIST Added files: devel/ocaml-net/pkg: PFRAG.pcre PFRAG.pcre-native Removed files: devel/ocaml-net/patches: patch-src_netcgi2_netcgi_ajp_ml patch-src_netcgi2_netcgi_ajp_mli patch-src_netcgi2_netcgi_fcgi_ml patch-src_netcgi2_netcgi_fcgi_mli patch-src_netcgi2_netcgi_scgi_ml patch-src_netcgi2_netcgi_scgi_mli patch-src_netstring_nethttp_mlp patch-src_netsys_netsys_c_event_h patch-src_netsys_netsys_c_locale_c Log message: update to ocaml-net-3.6 - add pcre FLAVOR - use the ocaml_native arch check - remove old patches From: Christopher Zimmermann CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 16:21:28 ports/devel/ocaml-pcre/files Update of /cvs/ports/devel/ocaml-pcre/files In directory cvs.openbsd.org:/tmp/cvs-serv3161/files Log Message: Directory /cvs/ports/devel/ocaml-pcre/files added to the repository CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 16:22:42 Modified files: devel/ocaml-pcre: Makefile distinfo devel/ocaml-pcre/pkg: PFRAG.native PLIST Added files: devel/ocaml-pcre/files: README devel/ocaml-pcre/pkg: PFRAG.dynlink-native Log message: update to ocaml-pcre-7.0.2 * fix on non-native arch (sparc64) * use OASIS configure_style to simplify port From: Christopher Zimmermann CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 16:24:50 Modified files: sysutils/findlib: Makefile distinfo sysutils/findlib/pkg: PFRAG.native PLIST Removed files: sysutils/findlib/patches: patch-site-lib-src_camlp4_310_META_in Log message: update to findlib-1.3.3 * support for ocaml 4.00.0 * change sitelib to /usr/local/lib/ocaml * new MASTER_SITES and HOMEPAGE * remove dependency on groff CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 16:26:13 Modified files: devel/ounit : Makefile distinfo devel/ounit/pkg: PFRAG.native PLIST Added files: devel/ounit/pkg: PFRAG.dynlink-native Log message: update to ounit-1.1.2 and update to new ocamlfind site-lib From: Christopher Zimmermann CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 16:28:53 Modified files: textproc/ocaml-rss: Makefile distinfo textproc/ocaml-rss/pkg: PFRAG.native PLIST Added files: textproc/ocaml-rss/patches: patch-Makefile Removed files: textproc/ocaml-rss/patches: patch-rss_io_ml Log message: update to ocaml-rss-2.0 * new MASTER_SITES and HOMEPAGE * use new PROPERTY ocaml_native * patch to support install on bytecode-only arch From: Christopher Zimmermann CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 16:31:21 Modified files: textproc/ocaml-xml-light: Makefile textproc/ocaml-xml-light/pkg: PLIST Log message: update ocaml-xml-light to use the ocaml_native property. no PLIST change, so no rev bump From: Christopher Zimmermann CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 16:34:57 Log message: initial import of ocaml-ssl-0.4.6 from Christopher Zimmermann Status: Vendor Tag: avsm Release Tags: avsm_2012-Aug-18 N ports/security/ocaml-ssl/Makefile N ports/security/ocaml-ssl/distinfo N ports/security/ocaml-ssl/pkg/PFRAG.shared N ports/security/ocaml-ssl/pkg/PLIST N ports/security/ocaml-ssl/pkg/DESCR N ports/security/ocaml-ssl/pkg/PFRAG.native No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 16:37:42 ports/security/ocaml-cryptokit Update of /cvs/ports/security/ocaml-cryptokit In directory cvs.openbsd.org:/tmp/cvs-serv1141/ocaml-cryptokit Log Message: Directory /cvs/ports/security/ocaml-cryptokit added to the repository CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 16:38:03 ports/security/ocaml-cryptokit/pkg Update of /cvs/ports/security/ocaml-cryptokit/pkg In directory cvs.openbsd.org:/tmp/cvs-serv23445/ocaml-cryptokit/pkg Log Message: Directory /cvs/ports/security/ocaml-cryptokit/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 16:40:36 Added files: security/ocaml-cryptokit: Makefile distinfo security/ocaml-cryptokit/pkg: DESCR PFRAG.dynlink-native PFRAG.native PFRAG.shared PLIST Removed files: security/cryptokit: Makefile distinfo security/cryptokit/patches: patch-Makefile security/cryptokit/pkg: DESCR PFRAG.native PLIST Log message: update to ocaml-cryptokit-1.6 * new HOMEPAGE, new MASTER_SITE * use new CONFIGURE_STYLE=oasis * rename from cryptokit to ocaml-cryptokit From: Christopher Zimmermann CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 16:41:58 Modified files: security : Makefile Log message: +ocaml-ssl cryptokit->ocaml-cryptokit CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 16:47:00 Modified files: textproc/hevea : Makefile distinfo textproc/hevea/pkg: PLIST Added files: textproc/hevea/patches: patch-Makefile patch-config_sh Log message: update to hevea-1.10 * use new PROPERTY ocaml_native * patch Makefile / config.sh to respect environment variables From: Christopher Zimmermann CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 16:49:30 Log message: initial import of ocaml-text-0.6, a library for dealing with unicode characters From Christopher Zimmermann -- OCaml-Text is a library for dealing with ``text'', i.e. sequence of unicode characters, in a convenient way It supports: - character encoding/decoding using iconv - manipulation of text as UTF-8 encoded strings - localised text functions such as compare, upper, ... - human readable regular expression inside patterns Status: Vendor Tag: avsm Release Tags: avsm_2012-Aug-18 N ports/textproc/ocaml-text/Makefile N ports/textproc/ocaml-text/distinfo N ports/textproc/ocaml-text/patches/patch-setup_ml N ports/textproc/ocaml-text/pkg/PFRAG.shared N ports/textproc/ocaml-text/pkg/PFRAG.dynlink-native N ports/textproc/ocaml-text/pkg/PLIST N ports/textproc/ocaml-text/pkg/DESCR N ports/textproc/ocaml-text/pkg/PFRAG.native No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 16:51:21 Log message: initial import of ocaml-xmlm-1.1.0 From: Christopher Zimmermann -- Xmlm is an OCaml module for streaming XML IO. It aims at making XML processing robust and painless. The streaming interface can process documents without building an in-memory representation. It lets the programmer translate its data structures to XML documents and vice-versa. Functions are provided to easily transform arborescent data structures to/from XML documents. Status: Vendor Tag: avsm Release Tags: avsm_2012-Aug-18 N ports/textproc/ocaml-xmlm/Makefile N ports/textproc/ocaml-xmlm/distinfo N ports/textproc/ocaml-xmlm/pkg/PLIST N ports/textproc/ocaml-xmlm/pkg/DESCR N ports/textproc/ocaml-xmlm/pkg/PFRAG.native N ports/textproc/ocaml-xmlm/pkg/PFRAG.no-native No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 16:52:31 Modified files: textproc : Makefile Log message: +ocaml-text +ocaml-xmlm CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 16:56:33 Log message: initial import of ocaml-lambda-term-1.2 From: Christopher Zimmermann -- Lambda-Term is a cross-platform OCaml library for manipulating the terminal. It provides abstraction for keys, mouse events, colors as well as a set of widgets for writing curses oriented applications. Status: Vendor Tag: avsm Release Tags: avsm_2012-Aug-18 N ports/devel/ocaml-lambda-term/Makefile N ports/devel/ocaml-lambda-term/distinfo N ports/devel/ocaml-lambda-term/pkg/PFRAG.shared N ports/devel/ocaml-lambda-term/pkg/PFRAG.dynlink-native N ports/devel/ocaml-lambda-term/pkg/PLIST N ports/devel/ocaml-lambda-term/pkg/DESCR N ports/devel/ocaml-lambda-term/pkg/PFRAG.native No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/18 16:58:00 Modified files: security/ocaml-ssl: Makefile security/ocaml-ssl/pkg: DESCR Log message: Fix DESCR. CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 17:02:37 Modified files: textproc/ocaml-xml-light: Makefile Log message: bump ocaml-xml-light REVISION to account for the earlier PLIST change; prodded by ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 17:04:51 ports/productivity/wyrd/patches Update of /cvs/ports/productivity/wyrd/patches In directory cvs.openbsd.org:/tmp/cvs-serv30812/patches Log Message: Directory /cvs/ports/productivity/wyrd/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 17:13:53 Log message: initial import of ocaml-react-0.9.4; ok espie@ From: Christopher Zimmermann -- React is an OCaml module for functional reactive programming (FRP). It provides support to program with time varying values : declarative events and signals. React doesn't define any primitive event or signal, it lets the client chooses the concrete timeline. React is made of a single, independent, module and distributed under the BSD3 license. Status: Vendor Tag: avsm Release Tags: avsm_2012-Aug-18 N ports/devel/ocaml-react/Makefile N ports/devel/ocaml-react/distinfo N ports/devel/ocaml-react/pkg/PFRAG.dynlink-native N ports/devel/ocaml-react/pkg/PLIST N ports/devel/ocaml-react/pkg/DESCR N ports/devel/ocaml-react/pkg/PFRAG.native No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 17:26:13 Modified files: devel : Makefile Log message: +ocaml-net,pcre +ocaml-lambda-term +ocaml-react CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 17:29:26 ports/graphics/ocaml-camlimages Update of /cvs/ports/graphics/ocaml-camlimages In directory cvs.openbsd.org:/tmp/cvs-serv2139/ocaml-camlimages Log Message: Directory /cvs/ports/graphics/ocaml-camlimages added to the repository CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 17:29:50 ports/graphics/ocaml-camlimages/pkg Update of /cvs/ports/graphics/ocaml-camlimages/pkg In directory cvs.openbsd.org:/tmp/cvs-serv16187/ocaml-camlimages/pkg Log Message: Directory /cvs/ports/graphics/ocaml-camlimages/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 17:29:51 ports/graphics/ocaml-camlimages/patches Update of /cvs/ports/graphics/ocaml-camlimages/patches In directory cvs.openbsd.org:/tmp/cvs-serv16187/ocaml-camlimages/patches Log Message: Directory /cvs/ports/graphics/ocaml-camlimages/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 17:35:30 Added files: graphics/ocaml-camlimages: Makefile distinfo graphics/ocaml-camlimages/patches: patch-OMakefile patch-src_pngread_c patch-src_pngwrite_c patch-src_tiffread_c patch-src_tiffwrite_c graphics/ocaml-camlimages/pkg: DESCR PFRAG.native PFRAG.shared PLIST Removed files: graphics/camlimages: Makefile distinfo graphics/camlimages/patches: patch-configure patch-src_Makefile_in patch-src_pngread_c patch-src_pngwrite_c patch-src_tiffread_c patch-src_tiffwrite_c graphics/camlimages/pkg: DESCR PFRAG.native PFRAG.shared PLIST Log message: update to ocaml-camlimages-4.0.1 * rename to ocaml-camlimages from camlimages for consistency * new MASTER_SITES and DISTFILES naming scheme * switch to omake * remove gettext dependency * remove lablgtk dependency - only needed for examples * remove ghostscript runtime dependency - only needed for postscript. From: Christopher Zimmermann CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 17:36:38 Modified files: graphics : Makefile Log message: camlimages->ocaml-camlimages CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 17:47:27 Modified files: net/mldonkey/stable: Makefile distinfo net/mldonkey/stable/patches: patch-config_Makefile_in patch-config_configure_in Removed files: net/mldonkey/stable/patches: patch-Makefile patch-src_utils_net_upnp_stubs_c Log message: update to mldonkey-3.1.3 for the stable port * replace MODOCAML_NATIVE by ocaml_native PROPERTY * remove patches included upstream ok espie@ From Christopher Zimmermann CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 18:06:31 Modified files: devel/omake : Makefile devel/omake/pkg: PLIST Added files: devel/omake/patches: patch-lib_build_OCaml_om Log message: let omake compile with ocaml-4.00.0 - do not -Werror due to new warnings in the compiler trigger failures - install examples - bump REVISION From Christopher Zimmermann , fixes from me CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 18:10:48 Log message: initial import of ocaml-zed-1.2; ok espie@ from Christopher Zimmermann -- Zed is an abstract engine for text edition. It can be used for writing text editors, edition widgets or readline clones. Status: Vendor Tag: avsm Release Tags: avsm_2012-Aug-18 N ports/devel/ocaml-zed/Makefile N ports/devel/ocaml-zed/distinfo N ports/devel/ocaml-zed/pkg/PFRAG.dynlink-native N ports/devel/ocaml-zed/pkg/PLIST N ports/devel/ocaml-zed/pkg/DESCR N ports/devel/ocaml-zed/pkg/PFRAG.native No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 18:27:50 Log message: initial import of lwt-2.4.0; espie@ ok Does not include the enhanced top-level, which will be added in a later update. From Christopher Zimmermann -- Lwt provides very light-weight cooperative threads for OCaml; ``launching'' a thread is a very fast operation, it does not require a new stack, a new process, or anything else. Moreover context switches are very fast. In fact, it is so easy that a thread can be launched for every system call. And composing cooperative threads will allow highly asynchronous programs. Status: Vendor Tag: avsm Release Tags: avsm_2012-Aug-18 N ports/devel/ocaml-lwt/Makefile N ports/devel/ocaml-lwt/distinfo N ports/devel/ocaml-lwt/patches/patch-discover_ml N ports/devel/ocaml-lwt/patches/patch-src_unix_lwt_unix_unix_c N ports/devel/ocaml-lwt/patches/patch-setup_ml N ports/devel/ocaml-lwt/patches/patch-src_unix_lwt_unix_ml N ports/devel/ocaml-lwt/pkg/PFRAG.shared N ports/devel/ocaml-lwt/pkg/PFRAG.dynlink-native N ports/devel/ocaml-lwt/pkg/PLIST N ports/devel/ocaml-lwt/pkg/DESCR N ports/devel/ocaml-lwt/pkg/PFRAG.native No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/18 18:28:31 Modified files: devel : Makefile Log message: +ocaml-lwt +ocaml-zed CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/18 23:50:31 Modified files: share/man/man5 : port-modules.5 Log message: zap trailing whitespace; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/19 00:08:17 Modified files: textproc/libxmlsd: Makefile distinfo Log message: Update to libxmlsd-0.9.0. from David Hill (maintainer). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/19 00:08:51 Modified files: sysutils/cyphertite: Makefile distinfo Log message: Update to cyphertite-1.3.4. from David Hill (maintainer) CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/08/19 02:45:44 Modified files: usr.sbin/smtpd : smtpd.h Log message: fix an issue where too long lines were not spot properly. issue reported by todd@ ok eric@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/08/19 02:47:41 Modified files: usr.sbin/smtpd : smtpd.c Log message: add missing IMSG_* in imsg_to_str() ok eric@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/08/19 03:47:57 Modified files: devel/libsigsegv: Makefile Log message: It seems that configure now runs fine on hppa, remove the CONFIGURE_ENV variables forcing the longjmp/siglongjmp/sigaltstack values to no. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/08/19 03:55:20 Modified files: audio/metronome: Makefile distinfo Removed files: audio/metronome/patches: patch-metronome_6 Log message: new version, can now display one line of text per-beat. those lines come from stdin, because scripting is the simplest way to get nice behavior without making things too complex. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/08/19 04:11:57 Modified files: meta/gnustep : Makefile meta/gnustep/pkg: PLIST Added files: meta/gnustep/pkg: README Log message: Install GNUstep README with the meta port, like its done for Gnome and Xfce too, suggested by Landry. Moved the file from gnustep-make, while there, remove some outdated information, and make it better conform to README.template feedback and OK landry@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/08/19 04:12:45 Modified files: x11/gnustep/make: Makefile x11/gnustep/make/pkg: PLIST Removed files: x11/gnustep/make/pkg: README Log message: The README file is moved to the GNUstep meta package suggested by and OK landry@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/08/19 04:13:29 Modified files: x11/gnustep/base: Makefile x11/gnustep/base/pkg: PLIST Added files: x11/gnustep/base/pkg: gdomap.rc Log message: Add an rc script for the gdomap daemon. suggested and ok landry@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/19 04:28:28 Modified files: usr.sbin/smtpd : ioev.c Log message: Add warnings on io errors to help diagnosis. ok gilles@ chl@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/08/19 04:32:32 Modified files: usr.sbin/smtpd : envelope.c queue_fsqueue.c smtpd.h Log message: Kill envelope_{dump,load}_file() and replace them with envelope_{dump,load}_buffer(). with input from eric@ ok eric@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/19 04:33:35 Modified files: usr.sbin/smtpd : scheduler_ramqueue.c Log message: Let the scheduler return all schedulable envelopes for the same message as a single batch. The route for each envelope is sorted out by the mta properly, so they are grouped as a single MAIL on each route. ok gilles@ chl@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/08/19 04:36:36 Modified files: infrastructure/mk: bsd.port.mk Log message: well, another error... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/08/19 04:42:26 Modified files: devel/libbio : Makefile Log message: Woah. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/19 05:10:43 Modified files: security/p11-kit: Makefile distinfo Added files: security/p11-kit/patches: patch-configure_ac Log message: Bugfix update to p11-kit-0.13. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/19 06:07:21 Modified files: usr.bin/dc : dc.1 Log message: Stefan Unterweger pointed out that, contrary to the man page, dc exited after processing any expressions and/or files; this is the doc fix, as requested by (and ok) otto CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/19 06:56:59 Removed files: usr.sbin/smtpd : stats.c Log message: kill dead file that must die. ok chl@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/19 07:30:04 Modified files: security/aircrack-ng: Makefile security/aircrack-ng/patches: patch-src_Makefile security/botan : Makefile security/ctunnel: Makefile security/ctunnel/patches: patch-src_Makefile security/gpgme : Makefile security/gnutls: Makefile Log message: Remove lpthread patches from the "security" category. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/19 07:31:39 Modified files: security/gnutls: Makefile Removed files: security/gnutls/patches: patch-configure Log message: Forgot in previous. CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2012/08/19 07:53:23 Modified files: lib/libm/src : s_tanh.c Log message: Fix ranges in the method description. CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/08/19 08:16:58 Modified files: usr.sbin/smtpd : config.c dns.c enqueue.c envelope.c filter_api.c filter_api.h lka_session.c makemap.c mda.c mfa_session.c parse.y parser.c queue_backend.c queue_fsqueue.c smtp.c smtp_session.c smtpctl.c smtpd.c smtpd.h smtpfilter.c ssl.c util.c Log message: coding style: replace all occurences of u_int* with uint* ok eric@ CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2012/08/19 08:32:11 ports/fonts/adobe-source-sans-pro Update of /cvs/ports/fonts/adobe-source-sans-pro In directory cvs.openbsd.org:/tmp/cvs-serv19947/adobe-source-sans-pro Log Message: Directory /cvs/ports/fonts/adobe-source-sans-pro added to the repository CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2012/08/19 08:32:41 ports/fonts/adobe-source-sans-pro/pkg Update of /cvs/ports/fonts/adobe-source-sans-pro/pkg In directory cvs.openbsd.org:/tmp/cvs-serv21484/pkg Log Message: Directory /cvs/ports/fonts/adobe-source-sans-pro/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2012/08/19 08:35:33 Modified files: fonts : Makefile Added files: fonts/adobe-source-sans-pro: Makefile distinfo fonts/adobe-source-sans-pro/pkg: DESCR PLIST Log message: Add adobe-source-sans-pro, a free sans-serif font from Adobe. Name suggested by ajacoutot@, comment fix by naddy@. ok ajacoutot@, naddy@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/08/19 08:46:25 Modified files: usr.sbin/smtpd : scheduler_ramqueue.c Log message: avoid crash when removing non-existing envelope from eric, ok eric@ cvs: ---------------------------------------------------------------------- CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/08/19 09:06:37 Modified files: usr.sbin/smtpd : scheduler.c scheduler_ramqueue.c Log message: fix smtpctl schedule-all and schedule-id with help from eric@ ok eric@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/08/19 09:11:21 Modified files: lang/gcc/4.7/patches: patch-gcc_config_gcc patch-gcc_config_rs6000_openbsd_h Log message: Build fixes for powerpc. ok aja@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/19 09:14:25 Modified files: graphics/gpicview: Makefile Log message: Fix MODULES line. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/19 09:50:25 Modified files: mail/zarafa/zarafa: Makefile mail/zarafa/zarafa/patches: patch-configure Log message: Remove -lpthread patch. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/19 10:17:40 Modified files: lib/libc/asr : asr.h asr_resolver.c async_resolver.3 gethostnamadr_async.c getnameinfo_async.c getnetnamadr_async.c Log message: When building dynamic hostent and netent, allocate a single linear buffer to hold both the structure and the data. The freehostent() and freenetent() API functions are not needed anymore. While there, ensure that the constructed addr and alias lists are really NULL terminated. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/19 10:30:47 Log message: Import viewnior-1.3. This is Viewnior, an image viewer program. Created to be simple, fast and elegant. It's minimalistic interface provides more screenspace for your images. Among its features are: <...> tested on macppc by and ok mpi@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120819 N ports/graphics/viewnior/Makefile N ports/graphics/viewnior/distinfo N ports/graphics/viewnior/pkg/DESCR N ports/graphics/viewnior/pkg/PLIST N ports/graphics/viewnior/patches/patch-configure No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/19 10:31:48 Modified files: graphics/viewnior: Makefile Log message: Forgot to set MAINTAINER; just imported, no bump. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/19 10:31:58 Modified files: graphics : Makefile Log message: +viewnior CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/19 11:59:15 Modified files: lib/libc/asr : asr_resolver.c Log message: Build static netent and hostent structure in a nicer and hopefully not broken way. Make it almost trivial to implement gethostby*_r() family of functions when needed. CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/08/19 12:22:32 Modified files: databases/postgresql: Makefile distinfo databases/postgresql/pkg: PLIST-docs Log message: Bugfix update to 9.1.5. 2 CVE fixed (CVE-2012-3488 and CVE-2012-3489) ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/19 12:38:12 Modified files: sys/dev/ic : com.c Log message: Skip putting a port in sleep mode when it is used as serial console. In that case the kernel will still be using the port even after the last process closes it. And on machines like the v445 the firmware won't be happy if the console port is in sleep mode when the kernel reboots or halts. ok miod@ CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2012/08/19 12:41:49 Modified files: . : sparc64.html Log message: As of today the v445 works flawlessly. CVSROOT: /cvs Module name: src Changes by: landry@cvs.openbsd.org 2012/08/19 12:54:21 Modified files: lib/libsqlite3 : sqlite3.pc Log message: Update version to 3.7.13 to match reality. ok espie@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/19 12:55:08 Modified files: benchmarks/bonnie++: Makefile benchmarks/bonnie++/patches: patch-configure_in benchmarks/siege: Makefile benchmarks/siege/patches: patch-configure Log message: - remove now unneeded -lpthread/-pthread related chunks. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2012/08/19 12:55:16 Modified files: regress/lib/libpthread: Makefile.inc Log message: Switch to -lpthread. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2012/08/19 12:55:55 Modified files: regress/lib/libpthread: Makefile Log message: document some more disabled tests. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/19 14:55:25 Modified files: cad/gtkwave : Makefile Removed files: cad/gtkwave/patches: patch-configure Log message: - remove now unneeded -lpthread/-pthread patch CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/19 14:56:25 Modified files: comms/gnokii : Makefile comms/gnokii/patches: patch-configure Log message: - remove now unneeded -lpthread/-pthread chunk CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/19 15:00:23 Modified files: japanese/mecab : Makefile japanese/mecab/patches: patch-configure Log message: - remove now unneeded -lpthread/-pthread chunk CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/19 15:08:34 Modified files: databases/leveldb: Makefile databases/leveldb/patches: patch-build_detect_platform Log message: no need to be different, just to be different. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/19 15:12:20 Modified files: databases/iodbc: Makefile Removed files: databases/iodbc/patches: patch-configure Log message: - remove now uneeded -lpthread/-pthread patch CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/19 15:20:52 Modified files: emulators/simh : Makefile emulators/simh/patches: patch-makefile emulators/snes9x: Makefile Removed files: emulators/snes9x/patches: patch-unix_configure Log message: - remove now unneeded -lpthread/-pthread patches CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/19 15:38:05 Modified files: inputmethods/scim-hangul: Makefile inputmethods/scim-hangul/patches: patch-configure inputmethods/scim-qtimm: Makefile inputmethods/scim-qtimm/patches: patch-configure Log message: - remove now unneeded -lpthread/-pthread chunks CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/19 16:30:37 Modified files: infrastructure/mk: bsd.port.mk astro/celestia/patches: patch-src_celutil_unixdirectory_cpp audio/ac3dec : Makefile audio/libcdio/files: openbsd.c comms/pilot-link: Makefile comms/scmxx : Makefile emulators/BasiliskII: Makefile games/frotz : Makefile games/xzip : Makefile japanese/kbanner/patches: patch-font3_c lang/nhc98 : Makefile net/icb : Makefile net/mirror/patches: patch-ftp-pl patch-lchat-pl patch-makefile patch-mirror-defaults patch-mirror-pl patch-mm-pl net/pptp : Makefile net/totd : Makefile net/totd/files : totd.conf.sample security/pgp5/patches: patch-lib_pgp_helper_pgpMem_c sysutils/bchunk: Makefile sysutils/colortail: Makefile sysutils/colortail/files: colortail.1 x11/Xdialog/patches: patch-doc-Xdialog_man x11/xtraceroute: Makefile Log message: RCS id cleanup; also add OpenBSD RCS Id where missing... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/19 16:59:06 Modified files: devel/eclipse/sdk/files: prepatch.sh graphics/exiftran: Makefile graphics/exiftran/files: Makefile.exiftran Makefile.thumbnail.cgi palm/isilo : Makefile palm/isilo/files: iSiloBSD.1 Log message: Remove the last bogus rcs id. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/19 17:21:24 Modified files: usr.sbin/tftp-proxy: tftp-proxy.c Log message: decls before code CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/08/19 19:27:28 Modified files: distrib/notes/sparc64: hardware Log message: mention V445 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/08/19 20:49:55 Modified files: x11/e17/edje : Makefile Log message: close variable spec CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/08/20 00:10:24 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Don't unset NEED_NEWALIASES too soon or we will not get the warning. from robert at peichaer dot org CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/20 00:29:23 Modified files: x11/gnome/librsvg: Makefile distinfo Log message: Minor update to librsvg-2.36.2. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/20 01:38:43 Modified files: sys/dev/pci : mfii.c Log message: add support for chaining a scatter gather list off a request frame if it runs out of space for entries. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/20 01:39:36 Modified files: productivity/qhacc: Makefile productivity/qhacc/patches: patch-configure productivity/calcurse: Makefile productivity/workrave: Makefile Removed files: productivity/workrave/patches: patch-configure Log message: - remove now unneeded -lpthread/-pthread patches CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/08/20 02:07:34 Modified files: devel/cmake : Makefile devel/cmake/patches: patch-Modules_FindQt4_cmake Removed files: devel/cmake/patches: patch-Modules_FindThreads_cmake patch-Source_cmComputeLinkInformation_cxx Log message: Garbage collect the pthread patching for CMake. From Brad, thanks. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/08/20 02:12:47 Modified files: devel/llvm : Makefile Removed files: devel/llvm/patches: patch-configure patch-tools_llvm-config_CMakeLists_txt Log message: Remove '-lpthread'->'-pthread' hacks CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/08/20 02:24:42 Modified files: telephony/pjsua: Makefile telephony/pjsua/patches: patch-aconfigure_ac Log message: Remove '-lpthread'->'-pthread' hack CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/08/20 02:33:50 Modified files: regress/usr.bin/make: Makefile Removed files: regress/usr.bin/make: t36.out Log message: consensus says this should be an error CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/20 02:52:59 Modified files: net/gssdp : Makefile distinfo net/gssdp/pkg : PLIST Added files: net/gssdp/patches: patch-vala_gssdp-1_0_deps Log message: - update to 0.12.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/20 02:53:39 Modified files: net/gupnp/core : Makefile distinfo Log message: - update to 0.18.4 - tighten gssdp dependency CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/20 02:54:00 Modified files: net/gupnp/av : Makefile distinfo net/gupnp/av/pkg: PLIST Log message: - update to 0.10.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/20 02:54:07 Modified files: net/gupnp/vala : Makefile distinfo net/gupnp/vala/pkg: PLIST Log message: - update to 0.10.4 CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/08/20 03:23:16 Modified files: lang/clisp : Makefile Log message: PIE preparations: Do not use gmalloc, except on powerpc, which breaks with libc malloc and as a result must use -fno-pie for now. Various diffs tested by joshe@ and landry@ on sparc64/powerpc; ok joshe@ (maintainer) CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/08/20 03:34:53 Modified files: usr.sbin/smtpd : scheduler.c Log message: chroot scheduler in /var/empty instead of /var/spool/smtpd now that eric@ fixed the initialization layer violation committing on behalf of gilles@ ok gilles@ chl@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/08/20 03:51:05 Modified files: usr.bin/make : targ.c targ.h Log message: make use of __only_inline to ask for gnu inline semantics ok espie@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/20 03:51:20 Modified files: www/tinyproxy : Makefile distinfo Added files: www/tinyproxy/patches: patch-src_child_c patch-src_hashmap_c patch-src_reqs_c Log message: Security fix for CVE-2012-3505, tinyproxy: multiple headers hashmap DoS CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/08/20 05:51:00 Modified files: security/aircrack-ng/patches: patch-src_aircrack-ng_c patch-src_common_h patch-src_sha1-sse2_S patch-src_sha1-sse2_h multimedia/avidemux/patches: patch-avidemux_ADM_libraries_ADM_libswscale_yuv2rgb_c patch-avidemux_ADM_libraries_ADM_utilities_ADM_imageUtils_cpp patch-avidemux_ADM_videoFilter_ADM_vidBlend_cpp patch-avidemux_ADM_videoFilter_ADM_vidDeintASM_cpp patch-avidemux_ADM_videoFilter_ADM_vidFields_cpp patch-avidemux_ADM_videoFilter_ADM_vidFlux_cpp patch-avidemux_ADM_videoFilter_ADM_vidResampleFPS_cpp patch-avidemux_ADM_video_ADM_interlaced_cpp Removed files: emulators/dosbox/patches: patch-src_hardware_pic_cpp geo/gpstk/patches: patch-apps_positioning_posInterp_cpp games/widelands/patches: patch-src_map_h editors/xwpe/patches: patch-edit_h lang/ghc/patches: patch-compiler_nativeGen_AsmCodeGen_lhs patch-compiler_nativeGen_PIC_hs patch-compiler_nativeGen_PPC_CodeGen_hs patch-compiler_nativeGen_SPARC_CodeGen_CCall_hs patch-compiler_nativeGen_X86_CodeGen_hs Log message: After feedback from kettenis@, we won't be defining -DPIC on PIE archs per default. Garbage collect the patches that dealt with these issues, and use the builtin define __PIC__ to detect if we're PIE/PIC. ok naddy@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/08/20 06:29:26 Modified files: openbgpd : users.html Log message: Typo s/mananger/manager/ from "rustyBSD". Also fix capitalisation while there. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/08/20 06:35:41 Modified files: lang/gcc/3.3 : Makefile lang/gcc/3.3/patches: patch-gcc_config_openbsd-libpthread_h lang/gcc/4.2 : Makefile lang/gcc/4.2/patches: patch-gcc_config_openbsd-libpthread_h lang/gcc/4.6 : Makefile lang/gcc/4.7 : Makefile Added files: lang/gcc/4.6/patches: patch-gcc_config_openbsd-libpthread_h lang/gcc/4.7/patches: patch-gcc_config_openbsd-libpthread_h Log message: Sync -pthread semantics with base gcc. From Brad. ok matthew@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/20 06:37:53 Modified files: etc : Makefile rc rc.conf Added files: etc/rc.d : tftpproxy Log message: wire up the bits for tftp-proxy, which is called tftpproxy from rc.d's point of view. mostly ok sthen@ ajacoutot@, who were discussing the feng shui of the start_daemons chunk CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/20 06:51:55 Modified files: devel/spidermonkey: Makefile Log message: s/--with-pthread/--with-pthreads Add MODGNU_CONFIG_GUESS_DIRS. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/08/20 08:10:31 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Explicitely set local variables as such. Remove unused DBFILE. from robert at peichaer dot org CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/20 08:38:10 Modified files: www/py-beaker : Makefile distinfo Added files: www/py-beaker/patches: patch-beaker_crypto_pycrypto_py Log message: Security fix for CVE-2012-3458, py-beaker weak use of crypto can leak information to remote attackers. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/20 09:08:45 Modified files: emulators/spim : Makefile distinfo emulators/spim/patches: patch-CPU_run_c patch-spim_Configure patch-spim_Makefile patch-xspim_Imakefile emulators/spim/pkg: PLIST Removed files: emulators/spim/patches: patch-Documentation_spim_man Log message: Update to spim-8.0. from Azwaw OUSADOU maintainer timeout CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/20 09:23:25 Modified files: sys/arch/sparc64/dev: pyro.c Log message: MISs work on Oberon as well. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/20 11:16:42 Modified files: www/py-beaker : Tag: OPENBSD_5_1 Makefile distinfo Added files: www/py-beaker/patches: Tag: OPENBSD_5_1 patch-beaker_crypto_pycrypto_py Log message: Security fix for CVE-2012-3458, py-beaker weak use of crypto can leak information to remote attackers. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/20 11:19:48 Modified files: www/py-beaker : Tag: OPENBSD_5_2 Makefile distinfo Added files: www/py-beaker/patches: Tag: OPENBSD_5_2 patch-beaker_crypto_pycrypto_py Log message: commit to the right tag now.. Security fix for CVE-2012-3458, py-beaker weak use of crypto can leak information to remote attackers. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/20 11:20:58 Modified files: www/tinyproxy : Tag: OPENBSD_5_2 Makefile distinfo Added files: www/tinyproxy/patches: Tag: OPENBSD_5_2 patch-src_child_c patch-src_hashmap_c patch-src_reqs_c Log message: Security fix for CVE-2012-3505, tinyproxy: multiple headers hashmap DoS CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/20 11:22:01 Modified files: www/phplist : Tag: OPENBSD_5_2 Makefile distinfo www/phplist/pkg: Tag: OPENBSD_5_2 PLIST Added files: www/phplist/pkg: Tag: OPENBSD_5_2 README Log message: security update to 2.10.19, fixes CVE-2012-3952 phplist "unconfirmed" Cross-Site Scripting Vulnerability CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/20 11:22:53 Added files: editors/emacs23/patches: Tag: OPENBSD_5_2 patch-lisp_files_el Log message: Security fix for CVE-2012-3479, GNU Emacs "enable-local-variables" Variable Processing Vulnerability CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/20 11:24:40 Modified files: editors/emacs23: Tag: OPENBSD_5_2 Makefile Log message: missed in previous CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/20 11:32:37 Modified files: usr.sbin/smtpd : stat_ramstat.c Log message: start iterating from min, not root. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/08/20 11:55:23 Log message: Initial import of p5-Gravatar-URL 1.06 A Gravatar is a Globally Recognized Avatar for a given email address. This allows you to have a global picture associated with your email address. You can look up the Gravatar for any email address by constructing a URL to get the image from gravatar.com. This module does that. OK sthen@ Status: Vendor Tag: bluhm Release Tags: bluhm_20120820 N ports/www/p5-Gravatar-URL/Makefile N ports/www/p5-Gravatar-URL/distinfo N ports/www/p5-Gravatar-URL/pkg/DESCR N ports/www/p5-Gravatar-URL/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/08/20 12:02:31 Modified files: www : Makefile Log message: add p5-Gravatar-URL CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/08/20 12:15:37 Modified files: usr.sbin/smtpd : smtpfilter.c Log message: - fix the example filter to match current API spotted by todd@ ;-) CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/20 12:18:16 Modified files: usr.sbin/smtpd : control.c stat_backend.c Log message: Do not send more bytes than necessary with IMSG_STAT_*. The INCREMENT and DECREMENT messages just contain the key with the ending zero. For IMSG_STAT_SET, the value is found at the beginning of the message, and the rest is the key. ok gilles@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/20 12:34:09 Modified files: distrib/sets/lists/etc: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/08/20 13:37:53 Modified files: gnu/usr.bin/gcc/gcc/config: openbsd-libpthread.h Log message: Sync GCC 3's libpthread specs with GCC 4's. Not currently used by anything, but might as well as long as GCC 3's still in tree. From Brad. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/20 13:38:55 Modified files: lib/libc/net : inet.3 Log message: rfc 4291 replaces rfcs 2373 and 3513; CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/08/20 14:44:26 Modified files: share/mk : bsd.own.mk Log message: add -Wdeclaration-after-statement to the default CDIAGFLAGS (used when WARNINGS=yes is set) on gcc4 arch. ok haesbaert@ deraadt@. CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/08/20 14:55:01 Modified files: mail/milter-checkrcpt: Makefile distinfo Log message: update to 0.3 ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/08/20 15:14:17 Modified files: usr.sbin/smtpd : filter_api.h smtpd.h Log message: MAX_LINE_SIZE is supposed to define the max length of a SMTP line ... ... but SMTP_LINE_MAX *also* defines it ... with a different value ... and did I mention both were too small anyway ? quick fix until we kill one or the other: bump MAX_LINE_SIZE and define SMTP_LINE_MAX to be MAX_LINE_SIZE. this fixes the immediate issue while we decide which one bites the dust. fixes the crashes and "line too long" errors spotted by todd@ ok todd@, ok chl@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/20 15:32:13 Modified files: mail/roundcubemail: Tag: OPENBSD_5_2 Makefile distinfo mail/roundcubemail/pkg: Tag: OPENBSD_5_2 PLIST Log message: update roundcube to 0.7.3 in -stable; several fixes including cross-site security issues CVE-2012-3508 (also fixed in the update to 0.8.1 in -current) CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/08/20 17:25:07 Modified files: libexec/ld.so : library.c library_mquery.c sys/sys : exec.h exec_elf.h sys/kern : exec_elf.c exec_subr.c gnu/usr.bin/binutils/bfd: elf.c gnu/usr.bin/binutils/binutils: readelf.c gnu/usr.bin/binutils/include/elf: common.h gnu/usr.bin/binutils/ld/scripttempl: elf.sc Added files: libexec/ld.so : SPECS.randomdata Log message: Add support for .openbsd.randomdata sections and PT_OPENBSD_RANDOMIZE segments to the kernel, ld (2.15), and ld.so. Tested on alpha, amd64, i386, macppc, and sparc64 (thanks naddy, mpi, and okan!). Idea discussed for some time; committing now for further testing. ok deraadt CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/08/20 17:56:09 Modified files: gnu/usr.bin/binutils-2.17/bfd: elf.c gnu/usr.bin/binutils-2.17/binutils: readelf.c gnu/usr.bin/binutils-2.17/include/elf: common.h gnu/usr.bin/binutils-2.17/ld/scripttempl: elf.sc Log message: Add support for .openbsd.randomdata and PT_OPENBSD_RANDOMIZE to binutils 2.17. Passes randomdata regress tests on sparc64. CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/20 18:24:22 Modified files: lang/ocaml : ocaml.port.mk Log message: specify the correct man page location for CONFIGURE_STYLE=oasis ports CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/20 18:26:46 Modified files: devel/ocaml-lambda-term: Makefile devel/ocaml-lambda-term/pkg: PLIST Log message: update ocaml-lambda-term to install man pages in the right location. this requires the last ocaml.port.mk change to CONFIGURE_STYLE=oasis. bump REVISION. from: Christopher Zimmermann CVSROOT: /cvs Module name: ports Changes by: jmatthew@cvs.openbsd.org 2012/08/20 18:28:34 Modified files: databases/leveldb: Makefile distinfo databases/leveldb/patches: patch-Makefile patch-build_detect_platform patch-port_port_posix_h databases/leveldb/pkg: PLIST Added files: databases/leveldb/patches: patch-util_coding_cc Log message: update to leveldb 1.5.0 ok sthen@ -lpthread patch for jasper@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/08/20 18:29:32 Modified files: sbin/dhclient : dhclient.c Log message: Don't abandon time_t precision for intervals. Use (long long) and %lld when printing, rather than (int) and %d. Follows idiom used for 64-bit size_t and off_t. Suggested by deraadt@ CVSROOT: /cvs Module name: ports Changes by: rfreeman@cvs.openbsd.org 2012/08/20 18:50:27 Added files: games/eduke32/patches: patch-build_include_compat_h Log message: fix build on hppa and ppc, also submitted upstream okay brad@, ajacotot@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/08/20 19:57:17 Modified files: regress/libexec/ld.so: Makefile regress/libexec/ld.so/randomdata: Makefile Log message: Link randomdata tests into the regress build now that I've committed support for .openbsd.randomdata, but comment out randomdata/ld.so-cookie for now since I haven't yet switched ld.so's __guard to use it. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/21 00:17:44 Modified files: net/gssdp : Makefile distinfo Removed files: net/gssdp/patches: patch-vala_gssdp-1_0_deps Log message: - update to 0.12.2.1, which just adds this missing file CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/21 00:18:23 Modified files: lib/libc/net : resolver.3 Log message: flesh out the rfc section; rfc 5321 replaces 974 and 2821; CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/08/21 00:28:36 Modified files: usr.bin/pkill : pkill.1 pkill.c Log message: add -q "silent" option similar to grep okay ajacoutot@, guenther@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/08/21 00:38:52 Modified files: etc/rc.d : rc.subr Log message: Use the new "-q" option of pgrep(1) instead of redirecting stdout to /dev/null. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/21 00:46:25 Modified files: graphics/gdk-pixbuf2: Makefile distinfo Log message: Minor update to gdk-pixbuf-2.26.3. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/21 00:50:43 Modified files: graphics/gthumb: Makefile distinfo graphics/gthumb/pkg: PLIST Removed files: graphics/gthumb/patches: patch-gthumb_gth-time-selector_c Log message: - update to 3.0.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/21 00:51:48 Modified files: www/py-beaker : Tag: OPENBSD_5_1 distinfo Log message: fix distinfo CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/21 00:59:57 Modified files: x11/gnome/librsvg: Makefile x11/gnome/librsvg/pkg: DESCR PLIST Removed files: x11/gnome/librsvg/pkg: PFRAG.shared Log message: Set SHARED_ONLY. Fix DESCR. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/21 01:18:17 Log message: Import geogebra-4.0.38.0. GeoGebra is free and multi-platform dynamic mathematics software for learning and teaching. based on an initial submission from Azwaw OUSADOU and reworked by myself ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120821 N ports/math/geogebra/Makefile N ports/math/geogebra/distinfo N ports/math/geogebra/pkg/PLIST N ports/math/geogebra/pkg/DESCR N ports/math/geogebra/patches/patch-geogebra-4_0_38_0_geogebra No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/21 01:18:45 Modified files: math : Makefile Log message: +geogebra CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/08/21 02:07:52 src/distrib/special/sed Update of /cvs/src/distrib/special/sed In directory cvs.openbsd.org:/tmp/cvs-serv7207/sed Log Message: Directory /cvs/src/distrib/special/sed added to the repository CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/08/21 02:12:47 Modified files: distrib/special: Makefile Makefile.inc Added files: distrib/special/sed: Makefile Log message: Build sed in distrib/ just like everything else. Simplifies PIE work since we can now use NOPIE= for it. Note that NOPIE= is still a no-op atm. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/08/21 02:25:03 Modified files: graphics/s10sh/patches: patch-bytesex_h Log message: Define bytesex to give this a chance to build on hppa. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/21 03:13:33 Modified files: security/p11-kit/patches: patch-configure_ac Log message: sync configure.ac program_invocation_short_name test with the one in gnulib in gnutls, this fixes a build problem I've seen on some (but not other) machines. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/21 03:24:52 Modified files: sys/arch/macppc/macppc: machdep.c sys/arch/powerpc/include: intr.h Log message: For interrupts that get established before we attach the interrupt controller, store the type of the interrupt (level, edge). ok miod@, mpi@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/21 03:36:19 Modified files: devel/lua-lgi : Makefile Added files: devel/lua-lgi/patches: patch-lgi_override_Gtk_lua patch-samples_gtk-demo_demo-uimanager_lua patch-samples_gtkhello_lua Log message: - add some patches from upstream git: * fix uimanager demo * make Gtk-2.0.typelib useable again CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/08/21 03:45:50 Modified files: usr.bin/pkill : pkill.1 Log message: Sort options. "obviously okay" espie@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/08/21 04:00:33 Modified files: usr.bin/tmux : names.c notify.c tmux.h window.c Log message: Fix up window reference counting and don't crash if the rename timer fires while the window is dead but still referenced. Fixes problem reported by Michael Scholz. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/08/21 04:08:12 Modified files: usr.bin/tmux : tty-keys.c Log message: xterm won't reach version 500 for a while so set that as the upper limit. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/08/21 04:09:57 Modified files: x11/awesome : Makefile Added files: x11/awesome/patches: patch-lib_awful_client_lua_in Log message: Fix client screen in awful.client.setslave (upstream git commit 99230fc632bec31c776c483f61c8620af028bbb6) CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/08/21 04:32:38 Modified files: usr.bin/pkill : pkill.c Log message: Missing "-q" in usage(). ok espie@ CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/21 04:34:07 Modified files: lib/libGL/dri/swrastg: Makefile Log message: Use -lpthread only, pointed out by ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/08/21 05:31:34 Modified files: devel/pcre : Makefile distinfo Log message: update to 8.31 CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2012/08/21 05:31:52 Modified files: usr.sbin/nginx : CHANGES CHANGES.ru LICENSE configure usr.sbin/nginx/auto: install usr.sbin/nginx/auto/cc: conf gcc name usr.sbin/nginx/auto/lib/libatomic: make usr.sbin/nginx/auto/lib/perl: make usr.sbin/nginx/src/core: nginx.h ngx_conf_file.c ngx_conf_file.h ngx_crypt.c ngx_shmtx.c ngx_shmtx.h ngx_slab.c usr.sbin/nginx/src/event: ngx_event.c usr.sbin/nginx/src/event/modules: ngx_epoll_module.c ngx_eventport_module.c ngx_rtsig_module.c usr.sbin/nginx/src/http: ngx_http.c ngx_http_core_module.c ngx_http_parse_time.c ngx_http_request.c ngx_http_upstream.c usr.sbin/nginx/src/http/modules: ngx_http_limit_conn_module.c ngx_http_log_module.c ngx_http_map_module.c ngx_http_upstream_least_conn_module.c usr.sbin/nginx/src/http/modules/perl: nginx.pm nginx.xs usr.sbin/nginx/src/mail: ngx_mail_parse.c usr.sbin/nginx/src/misc: ngx_cpp_test_module.cpp usr.sbin/nginx/src/os/unix: ngx_atomic.h ngx_files.c ngx_posix_init.c ngx_solaris_sendfilev_chain.c Log message: update to nginx-1.2.3 CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2012/08/21 05:37:23 Modified files: usr.sbin/nginx : README.OpenBSD usr.sbin/nginx/src/pcre: config.h pcre.h pcre_compile.c pcre_exec.c pcre_fullinfo.c pcre_internal.h pcre_study.c pcre_tables.c pcre_ucd.c ucp.h Log message: merge in pcre-8.31 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/21 07:06:28 Modified files: devel/ocaml-lambda-term: Makefile Log message: Add missing dep on ocaml-lwt. Put WANTLIB in the normal place. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/21 07:10:08 Modified files: audio/libcanberra: Makefile audio/libcanberra/pkg: DESCR-gtk3 Log message: gtk+2 -> gtk+3 CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2012/08/21 07:10:23 Modified files: distrib/sets/lists/xserv: md.socppc Log message: sync CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/21 07:13:17 Modified files: usr.sbin/smtpd : mda.c mta.c mta_session.c queue.c scheduler.c smtpd.c smtpd.h Log message: Re-enable loop detection, but in mta and mda this time. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/08/21 07:22:50 Modified files: devel/libev : distinfo devel/libev/patches: patch-ev_c Log message: Add support for hppa (and unbreak build) Problem reported by landry@ Cluestick from kettenis@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/08/21 07:30:55 Modified files: mail/milter-regex: Makefile distinfo Log message: update to 1.9 ok dhartmei@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/08/21 07:45:31 Modified files: mail/mimedefang: Makefile mail/mimedefang/pkg: mimedefang_multiplexor.rc Log message: add -E (embedded Perl interpreter) to default mimedefang-multiplexor flags; remove groff requirement while here. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/21 07:51:12 Modified files: databases/leveldb: Makefile databases/leveldb/patches: patch-build_detect_platform Log message: Remove the pthread chunk. Respect CXX. Sync WANTLIB. ok jasper@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/21 08:00:59 Modified files: usr.sbin/smtpd : dns.c Log message: dns sessions don't use lookup. no need to store them in a tree. ok gilles@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/08/21 08:05:59 Modified files: gnu/usr.sbin/sendmail: Makefile.inc Log message: remove -DSM_OMIT_BOGUS_WARNINGS which was intended to remove spurious gcc warnings over ten years ago but now causes warnings while preventing none. vax never used this define, so gcc 2.95 is fine without it as well. ok guenther@ millert@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/21 08:25:41 Modified files: x11/e17/edje : Makefile Log message: closing ${MODLUA_WANTLIB added some WANTLIB so this needs a bump. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/08/21 08:44:24 Modified files: sys/arch/sparc/sparc: machdep.c Log message: don't read past the end of an array when dumping the stack. spotted by clang ok deraadt@ CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/08/21 08:46:20 Modified files: sys/arch/alpha/stand/boot: Makefile sys/arch/alpha/stand/bootxx: Makefile sys/arch/alpha/stand/netboot: Makefile sys/arch/amd64/stand: Makefile.inc sys/arch/amd64/stand/biosboot: Makefile sys/arch/amd64/stand/boot: Makefile sys/arch/amd64/stand/cdboot: Makefile sys/arch/amd64/stand/cdbr: Makefile sys/arch/amd64/stand/mbr: Makefile sys/arch/amd64/stand/pxeboot: Makefile sys/arch/armish/stand/boot: Makefile sys/arch/aviion/stand/a2coff: Makefile sys/arch/aviion/stand/libprom: Makefile sys/arch/aviion/stand/libsa: Makefile sys/arch/aviion/stand/netboot: Makefile sys/arch/beagle/stand/boot.scr: Makefile sys/arch/hp300/stand/cdboot: Makefile sys/arch/hp300/stand/installboot: Makefile sys/arch/hp300/stand/libsaz: Makefile sys/arch/hp300/stand/libz: Makefile sys/arch/hp300/stand/mkboot: Makefile sys/arch/hp300/stand/uboot: Makefile sys/arch/hppa/stand: Makefile.inc sys/arch/hppa/stand/boot: Makefile sys/arch/hppa/stand/cdboot: Makefile sys/arch/hppa/stand/libsa: Makefile sys/arch/hppa/stand/libz: Makefile sys/arch/hppa64/stand: Makefile.inc sys/arch/hppa64/stand/boot: Makefile sys/arch/hppa64/stand/cdboot: Makefile sys/arch/hppa64/stand/libsa: Makefile sys/arch/hppa64/stand/libz: Makefile sys/arch/i386/stand: Makefile.inc sys/arch/i386/stand/biosboot: Makefile sys/arch/i386/stand/boot: Makefile sys/arch/i386/stand/cdboot: Makefile sys/arch/i386/stand/cdbr: Makefile sys/arch/i386/stand/etc: Makefile sys/arch/i386/stand/libsa: Makefile sys/arch/i386/stand/libz: Makefile sys/arch/i386/stand/mbr: Makefile sys/arch/i386/stand/pxeboot: Makefile sys/arch/landisk/stand/boot: Makefile sys/arch/landisk/stand/mbr: Makefile sys/arch/landisk/stand/xxboot: Makefile sys/arch/macppc/stand/boot.mac: Makefile sys/arch/macppc/stand/mbr: Makefile sys/arch/macppc/stand/ofwboot: Makefile sys/arch/macppc/stand/tbxidata: Makefile sys/arch/mvme68k/stand/bootsd: Makefile sys/arch/mvme68k/stand/bootst: Makefile sys/arch/mvme68k/stand/bootxx: Makefile sys/arch/mvme68k/stand/bugcrt: Makefile sys/arch/mvme68k/stand/libbug: Makefile sys/arch/mvme68k/stand/libsa: Makefile sys/arch/mvme68k/stand/libz: Makefile sys/arch/mvme68k/stand/netboot: Makefile sys/arch/mvme68k/stand/prtvid: Makefile sys/arch/mvme68k/stand/sboot: Makefile sys/arch/mvme68k/stand/wrtvid: Makefile sys/arch/mvme88k/stand/bootsd: Makefile sys/arch/mvme88k/stand/bootst: Makefile sys/arch/mvme88k/stand/bootxx: Makefile sys/arch/mvme88k/stand/bugcrt: Makefile sys/arch/mvme88k/stand/libbug: Makefile sys/arch/mvme88k/stand/libsa: Makefile sys/arch/mvme88k/stand/libz: Makefile sys/arch/mvme88k/stand/netboot: Makefile sys/arch/mvme88k/stand/prtvid: Makefile sys/arch/mvme88k/stand/sboot: Makefile sys/arch/mvme88k/stand/tftpboot: Makefile sys/arch/mvme88k/stand/wrtvid: Makefile sys/arch/sgi/stand: Makefile.inc sys/arch/sgi/stand/boot: Makefile sys/arch/sgi/stand/libsa: Makefile sys/arch/sgi/stand/libz: Makefile sys/arch/socppc/stand/boot: Makefile sys/arch/socppc/stand/mkboot: Makefile sys/arch/sparc/stand/binstall: Makefile sys/arch/sparc/stand/boot: Makefile sys/arch/sparc/stand/bootxx: Makefile sys/arch/sparc/stand/libsa: Makefile sys/arch/sparc/stand/libz: Makefile sys/arch/sparc64/stand/bootblk: Makefile sys/arch/sparc64/stand/libsa: Makefile sys/arch/sparc64/stand/libz: Makefile sys/arch/sparc64/stand/ofwboot: Makefile sys/arch/sparc64/stand/ofwboot.net: Makefile sys/arch/vax/stand/boot: Makefile sys/arch/vax/stand/xxboot: Makefile sys/arch/zaurus/stand/zboot: Makefile sys/arch/zaurus/stand/zbsdmod: Makefile Log message: Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always be built with -fno-pie. This gets the hairiest part of PIE out of the way ... ok deraadt@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/21 09:14:40 Modified files: usr.sbin/smtpd : dns.c Log message: Use TAILQ rather than array for mx list. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/21 09:23:43 Modified files: audio/wavpack : Makefile audio/wavpack/pkg: PLIST Log message: install wavpack docs, simplified from a diff from Tim van der Molen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/21 09:28:18 Modified files: net/csync : Makefile Log message: The owncloud module is linked with libpthread, so we need to compile csync with -pthread to prevent: dlopen: failed to open libpthread.so.XX.X CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/21 09:29:56 Modified files: mail/getmail : Makefile distinfo Log message: update getmail to 4.33.0, from maintainer Tim van der Molen CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/08/21 09:30:09 Modified files: lib/libc/sys : Makefile.inc Log message: Kill an old mips workaround; we don't support mips, just mips64. ok deraadt@ kettenis@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/08/21 09:30:48 Modified files: regress/bin/test: Makefile Log message: Use $(.CURDIR) to locate source files so tests still work with 'make obj'. ok nicm CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/21 10:29:48 Modified files: graphics/darktable: Makefile Added files: graphics/darktable/patches: patch-src_iop_watermark_c Log message: unbreak, hits warning "Including directly is deprecated" with -Werror. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/21 10:32:04 Modified files: infrastructure/mk: arch-defines.mk Log message: don't list arm twice in ALL_ARCHS, pointed out by Brad some time ago CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/21 10:33:02 Modified files: lib/libz : compress.3 usr.bin/compress: gzip.1 Log message: flesh out the rfc sections; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/21 10:35:16 Modified files: lib/libc/net : inet6_opt_init.3 inet6_option_space.3 inet6_rth_space.3 inet6_rthdr_space.3 Log message: - remove inconsistent/obsolete comments - update rfc references - make the Rs/Re blocks more consistent CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/08/21 10:38:49 Modified files: sys/dev/pci/drm: drmP.h Log message: Define the endianness macro used in drm code corresponding to the value of BYTE_ORDER, this makes radeondrm(4) usable on big-endian archs. ok kettenis@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/21 11:27:13 Modified files: sysutils/upower: Makefile distinfo sysutils/upower/patches: patch-configure patch-tools_Makefile_in Removed files: sysutils/upower/patches: patch-src_openbsd_up-backend_c Log message: Update to upower-0.9.18. ok landry@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/08/21 11:51:53 Modified files: devel/llvm : Makefile Added files: devel/llvm/patches: patch-tools_clang_lib_Driver_Tools_cpp Log message: Mimic the new gcc -pthread semantics. From Brad. looks good to matthew@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/08/21 11:56:09 Modified files: net/tor : Tag: OPENBSD_5_2 Makefile distinfo Log message: MFC: SECURITY update to tor 0.2.2.38. From the ChangeLog: Changes in version 0.2.2.38 - 2012-08-12 Tor 0.2.2.38 fixes a rare race condition that can crash exit relays; fixes a remotely triggerable crash bug; and fixes a timing attack that could in theory leak path information. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/21 12:01:42 Modified files: games/openttd : Makefile Added files: games/openttd/patches: patch-src_rail_cmd_cpp Log message: Security fix for CVE-2012-3436, Denial of service (server) using ships on half tiles and landscaping. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/21 12:01:48 Modified files: games/openttd : Tag: OPENBSD_5_2 Makefile Added files: games/openttd/patches: Tag: OPENBSD_5_2 patch-src_rail_cmd_cpp Log message: Security fix for CVE-2012-3436, Denial of service (server) using ships on half tiles and landscaping. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/08/21 13:23:28 Modified files: de : sparc64.html faq/pf/de : example1.html filter.html index.html nat.html faq/pf/fr : filter.html faq/pf/nl : example1.html filter.html index.html nat.html fr : sparc64.html lt : donations.html openbgpd/nl : users.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2012/08/21 13:50:39 Modified files: sbin/ifconfig : brconfig.h ifconfig.c sys/net : if.h sys/netinet6 : in6_ifattach.c nd6_rtr.c Log message: Reverse the name and meaning of the IFXF_INET6_PRIVACY interface flag. It is now called IFXF_INET6_NOPRIVACY. So IPv6 privacy addresses are on by default without resetting the flag during ifconfig down/up. OK stsp@, sperreault@ (who wrote the same diff) CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/08/21 13:51:58 Modified files: sys/kern : kern_synch.c Log message: Stop "inlining" setrunnable() we already had two bugs because of it. This also makes sure we call cpu_unidle() on the correct cpu, since the inlining order was wrong and could call it on the old cpu. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/21 14:07:07 Modified files: usr.sbin/smtpd : mta_session.c Log message: Try to connect to the next host if an IO error occurs before the mta is ready to send a mail. ok gilles@ CVSROOT: /cvs Module name: xenocara Changes by: espie@cvs.openbsd.org 2012/08/21 14:18:48 Modified files: share/mk : bsd.xorg.mk Log message: prevent non-existing clean to turn into an infinite loop. okay matthieu@, aja@ (problem noticed by aja@) CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/21 14:19:46 Modified files: usr.sbin/smtpd : dns.c envelope.c lka_session.c mta.c mta_session.c parse.y smtpd.conf.5 smtpd.h Log message: Allow smtpd to work as a backup MX, relaying only to MXs with higher priority in the DNS record. For example: accept for domain "foo.org" relay backup "mx3.foo.org" will relay mails for "foo.org" using only hosts with higher priority (i.e. lower value) than "mx3.foo.org", which is supposed to be the current server. If the specified backup MX is not found in the DNS record, relaying works as normal. ok gilles@ CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/08/21 15:12:05 Modified files: lib/libssl/src/crypto/perlasm: x86gas.pl Log message: When deciding whether we're PIC in a (generated) asm file, check for both PIC and __PIC__ defines. Makes things easier for PIE. ok djm@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/21 16:22:02 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: tweak previous; CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/21 16:45:59 Modified files: telephony/asterisk: Makefile Log message: Depend on gmime,no_mono not just gmime. Asterisk doesn't need gmime-sharp and this gets it built earlier in a broken-mono bulk build. This is a pseudo flavour only so the plist doesn't change -> no bump. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/21 17:18:25 Modified files: mail/fetchmail : Makefile Log message: adjust HOMEPAGE, it moved off berlios to fetchmail.info. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/21 17:37:40 Modified files: . : INDEX Log message: sync; 7654 unzels. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2012/08/21 18:11:57 Modified files: usr.bin/netstat: Makefile if.c main.c netstat.h Log message: -h flag to print human numbers in conjunction with -w -b CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2012/08/21 18:14:42 Modified files: sbin/dhclient : clparse.c conflex.c dhclient.c dhclient.conf.5 dhcpd.h dhctoken.h Log message: add ignore keyword to conf file, allowing one to ignore unwanted info from the server without necessarily speciyfing a supersede value CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/21 18:41:38 Modified files: security/ocaml-cryptokit: Makefile security/ocaml-cryptokit/pkg: PLIST Log message: mark a secondary pkgpath for ocaml-cryptokit to reflect the renaming from security/cryptokit. bump REVISION. CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/08/21 23:17:34 Modified files: mail/tkrat : Makefile distinfo mail/tkrat/patches: patch-lib_Makefile_in patch-lib_ratStdMessage_c patch-tkrat_Makefile_in patch-util_Makefile_in mail/tkrat/pkg : PFRAG.shared PLIST Added files: mail/tkrat/patches: patch-lib_ratAddress_c patch-tkrat_options_tcl patch-tkrat_start_tcl Removed files: mail/tkrat/patches: patch-Makefile.in patch-misc_Makefile_in Log message: Now works with Tcl/Tk 8.5 and uses new port 'Byzi'. Take maintainer with permission. Ok sthen@ landry@ CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2012/08/21 23:20:51 Modified files: sbin/dump : tape.c Log message: - open a remote file/device with the same flags we use when opening a local one - replace a few magic numbers with the appropriate constants ok millert@ (pre-lock) CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2012/08/22 00:08:07 Modified files: usr.bin/netstat: main.c netstat.1 Log message: i missed usage and the manpage. prod by jmc CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/22 00:24:17 Modified files: print/ghostscript/gnu: Makefile distinfo print/ghostscript/gnu/patches: patch-base_devs_mak patch-base_jasper_mak patch-base_lib_mak patch-base_unix-dll_mak patch-base_unix-gcc_mak patch-lib_ps2epsi print/ghostscript/gnu/pkg: PLIST Log message: Update to ghostscript-9.06. This fixes a crash when using PDF printing with gtk-print. ok kili@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/22 00:28:53 Modified files: security/p11-kit/patches: patch-configure_ac Log message: Committed upstream. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/22 00:45:44 Modified files: usr.bin/netstat: netstat.1 Log message: remove unneccessary .Pp; CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/08/22 01:01:46 Log message: import libobjc2 This is the official GNUstep Objective-C runtime (a.k.a. libobjc2). This runtime was designed to support the features of Objective-C 2 for use with GNUstep and other Objective-C programs. Feedback and OK landry@ Status: Vendor Tag: sebastia Release Tags: sebastia_20120822 N ports/x11/gnustep/libobjc2/Makefile N ports/x11/gnustep/libobjc2/distinfo N ports/x11/gnustep/libobjc2/patches/patch-Makefile N ports/x11/gnustep/libobjc2/pkg/DESCR N ports/x11/gnustep/libobjc2/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/22 01:02:01 Modified files: x11/gnome/gcalctool: Makefile distinfo x11/gnome/gcalctool/pkg: PLIST Log message: - update to 6.5.90.1, which is a development version, but fixes various crashes. including one triggered by....yes, simple division. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/08/22 01:03:31 Modified files: x11/gnustep : Makefile Log message: enable libobjc2 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/08/22 01:15:52 Modified files: x11/gnustep : gnustep.port.mk x11/gnustep/aclock: Makefile x11/gnustep/addresses: Makefile x11/gnustep/affiche: Makefile x11/gnustep/back: Makefile x11/gnustep/base: Makefile x11/gnustep/base/pkg: PLIST x11/gnustep/batmon: Makefile x11/gnustep/cdplayer: Makefile x11/gnustep/corebase: Makefile x11/gnustep/databasin: Makefile x11/gnustep/dbuskit: Makefile x11/gnustep/edenmath: Makefile x11/gnustep/examples: Makefile x11/gnustep/fisicalab: Makefile 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/gorm: Makefile x11/gnustep/graphos: Makefile x11/gnustep/grr: Makefile x11/gnustep/gshisen: Makefile x11/gnustep/gspdf: Makefile x11/gnustep/gui: Makefile x11/gnustep/gworkspace: Makefile x11/gnustep/highlighterkit: Makefile x11/gnustep/imageviewer: Makefile x11/gnustep/jigsaw: Makefile x11/gnustep/lapispuzzle: Makefile x11/gnustep/laternamagica: Makefile x11/gnustep/make: Makefile x11/gnustep/matharray: Makefile x11/gnustep/mpdcon: Makefile x11/gnustep/netclasses: Makefile x11/gnustep/paje: Makefile x11/gnustep/pantomime: Makefile x11/gnustep/pdfkit: Makefile x11/gnustep/performance: Makefile x11/gnustep/price: Makefile x11/gnustep/projectcenter: Makefile x11/gnustep/remotedesk: Makefile x11/gnustep/renaissance: Makefile x11/gnustep/rsskit: Makefile x11/gnustep/simpleagenda: Makefile x11/gnustep/sqlclient: Makefile x11/gnustep/sudoku: Makefile x11/gnustep/systempreferences: Makefile x11/gnustep/terminal: Makefile x11/gnustep/timemon: Makefile x11/gnustep/webserver: Makefile x11/gnustep/webservices: Makefile x11/gnustep/zipper: Makefile Log message: Since we now have libobjc2, tweak gnustep-make to build/link against it. gnustep-base doesn't need to install the compatibility layer anymore, which requires a major lib bump. Bump revision of all dependent packages, and remove double REVISION in webservices OK landry@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/08/22 01:16:37 Modified files: www/sope : Makefile www/sogo : Makefile Log message: Bump revision, since we now link against libobjc2 OK landry@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/08/22 01:17:02 Modified files: games/oolite : Makefile Log message: bump revision, since we now link against libobjc2 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/08/22 01:48:37 Modified files: www/webkit : Makefile distinfo www/webkit/patches: patch-GNUmakefile_in patch-configure Log message: Bugfix update to webkit 1.8.3. Remove the pthread/lpthread chunks from patch-GNUmakefile_in while here. Successfully tested with GtkLauncher on sparc64 after a whooping 21h-build.. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/08/22 01:49:00 Modified files: infrastructure/lib/DPB: PkgPath.pm Log message: according to Theo, somebody reported this to me (?) in any case, this should "fix" krw's problem, by allowing PkgPath to actually display the actual program for further debugging. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/22 01:58:06 Modified files: mail/gmime : Makefile Log message: Disable gmime,-mono for the time being. Mono often fails to build for reasons noone found out yet and nothing in the tree uses gmime-sharp. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/22 02:04:22 Modified files: telephony/asterisk: Makefile Log message: Remove no_mono hack now it's done in gmime instead. Suggested by ajacoutot@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/08/22 02:23:41 Modified files: sys/dev/pci/drm: drmP.h Log message: Add memory barriers for powerpc. ok kettenis@, miod@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/08/22 02:56:46 Modified files: include : sndio.h Log message: hex constants unsigned, prevents some gcc warnings okay ratchov@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/08/22 03:36:06 Modified files: build : mirrors.dat build/mirrors : ftp.html.end Log message: ftp2.eu.openbsd.org got a new IP, lost AFS, but now has rsyncd. From martin@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/08/22 03:36:42 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: edd@cvs.openbsd.org 2012/08/22 03:36:48 ports/math/graphviz/tests Update of /cvs/ports/math/graphviz/tests In directory cvs.openbsd.org:/tmp/cvs-serv14001/tests Log Message: Directory /cvs/ports/math/graphviz/tests added to the repository CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/08/22 03:55:01 Modified files: math/graphviz : Makefile distinfo math/graphviz/patches: patch-cmd_dot_Makefile_in patch-lib_gvc_gvconfig_c patch-tclpkg_tclstubs_Makefile_in patch-tclpkg_tkstubs_Makefile_in math/graphviz/pkg: PFRAG.shared-main PLIST-main Added files: math/graphviz/files: config6 math/graphviz/patches: patch-Makefile_in patch-config_config_perl_pl math/graphviz/pkg: README-main math/graphviz/tests: guile-test.scm perl-test.pl tcl-test.tcl test.dot Removed files: math/graphviz/patches: patch-cmd_lefty_ws_x11_libfilereq_Draw_c patch-contrib_diffimg_Makefile_in patch-lib_gd_gd_gif_in_c patch-plugin_xlib_gvdevice_xlib_c patch-tclpkg_gv_Makefile_am patch-tclpkg_gv_Makefile_in Log message: Clean up and Update to graphviz-2.28.0. Taking MAINTAINER (discussed with espie on icb). OK ajacoutot@, sebastia@ At some point in the future, the language bindings should be multi-packaged, but that is another story. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/08/22 04:14:59 Modified files: x11/gnustep/libobjc2: Makefile Log message: Put the CATEGORY where the port lives first, suggested by aja@ bump revision to be on the safe side CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/22 05:44:34 Modified files: usr.sbin/smtpd : mta.c Log message: also need to compare backupname if set. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/22 07:05:32 Modified files: databases/postgresql: Tag: OPENBSD_5_2 Makefile distinfo databases/postgresql/pkg: Tag: OPENBSD_5_2 PLIST-docs Log message: Bugfix update to 9.1.5. 2 CVE fixed (CVE-2012-3488 and CVE-2012-3489) CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2012/08/22 07:06:45 Modified files: distrib/sets/lists/xserv: md.armish Log message: sync CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/08/22 07:23:19 Added files: gnu/usr.bin/binutils-2.17/gas: itbl-lex.h Log message: add a file from 2.17 which was omitted when imported but needed for mips64 ok miod@ matthew@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/08/22 07:27:23 Modified files: gnu/usr.bin/binutils-2.17/opcodes: mips-opc.c Log message: make this compile by adapting loongson changes to the 2.17 struct layout ok miod@ matthew@ CVSROOT: /cvs Module name: src Changes by: okan@cvs.openbsd.org 2012/08/22 07:33:33 Modified files: sys/arch/alpha/alpha: machdep.c sys/arch/m68k/m68k: sig_machdep.c sys/arch/m88k/m88k: sig_machdep.c sys/arch/mips64/mips64: sendsig.c sys/arch/solbourne/solbourne: machdep.c sys/arch/sparc/sparc: machdep.c sys/arch/sparc64/sparc64: machdep.c Log message: sigpid should be of type pid_t (only visable with DEBUG). ok miod@ (who found others to fix as well) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/08/22 07:37:04 Modified files: sys/arch/arm/xscale: pxa2x0_mmc.c Log message: use static inline instead of inline so this will be compatible with compilers defaulting to c99 inline instead of the old gnu style. ok guenther@ miod@ deraadt@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/08/22 07:54:01 Modified files: share/man/man5 : bsd.port.mk.5 Log message: be more direct about makesum and SUPDISTFILES. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/08/22 08:12:13 Modified files: gnu/usr.bin/binutils-2.17/bfd: elfxx-sparc.h elfxx-sparc.c Log message: Bring in a change from post 2.17 (but still GPLv2) binutils to avoid BFD64 host ifdefs in 32 bit only sparc targets. elfxx-sparc.c 1.31 and elfxx-sparc.h 1.8 Needed to compile sparc from a 64 bit host. ok miod@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/08/22 08:39:43 Modified files: gnu/usr.bin/binutils-2.17/gas/config: tc-arm.c Log message: recognise rrx mnemonic, from GPLv2 apple cctools via FreeBSD ok miod@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/22 08:50:29 Modified files: sys/dev/pci : mpii.c Log message: kill several unused or useless defines; no functional change CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/08/22 09:17:05 Modified files: sys/dev/pci/drm: drm_agpsupport.c Log message: Unbreak drm when DRM_NO_AGP is defined. ok miod@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/22 09:52:41 Modified files: sys/dev/pci : mpii.c Log message: minor style nits for the function prototypes CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/22 10:07:42 Modified files: sys/dev/pci : mpii.c Log message: for device pages of the fixed size there's no need to query their lengths nor to allocate the storage dynamically so place them on the stack and initialize the header by hand. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/22 10:17:00 Modified files: sys/dev/pci : mpii.c Log message: remove last remnants of mpii_[e]cfg_header and mpii_[e]cfg_page CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/08/22 10:58:26 Modified files: sys/arch/alpha/conf: Makefile.alpha sys/arch/amd64/conf: Makefile.amd64 sys/arch/armish/conf: Makefile.armish sys/arch/aviion/conf: Makefile.aviion sys/arch/beagle/conf: Makefile.beagle sys/arch/gumstix/conf: Makefile.gumstix sys/arch/hp300/conf: Makefile.hp300 sys/arch/hppa/conf: Makefile.hppa sys/arch/hppa64/conf: Makefile.hppa64 sys/arch/i386/conf: Makefile.i386 sys/arch/landisk/conf: Makefile.landisk sys/arch/macppc/conf: Makefile.macppc sys/arch/mvme88k/conf: Makefile.mvme88k sys/arch/octeon/conf: Makefile.octeon sys/arch/palm/conf: Makefile.palm sys/arch/sgi/conf: Makefile.sgi sys/arch/socppc/conf: Makefile.socppc sys/arch/solbourne/conf: Makefile.solbourne sys/arch/sparc64/conf: Makefile.sparc64 sys/arch/vax/conf: Makefile.vax sys/arch/zaurus/conf: Makefile.zaurus Log message: Build the kernel with -fno-pie. Just getting Ms out of my tree; this will be cleaned up later. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/22 10:59:27 Modified files: sys/dev/pci : mpii.c Log message: cleanup mpii_alloc_queues, use caddr_t for kva plus a bit of cleanup CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/08/22 11:06:39 Modified files: libexec/ld.so : util.c lib/libc/sys : stack_protector.c Log message: Change ld.so and libc to use .openbsd.randomdata on ELF platforms for initializing their __guard values. For the time being, we're leaving libc's constructor method as a backup to make sure __guard actually gets initialized and to emit syslog warnings when it's not. Not really an ABI change, so no shlib bump... "hold on to your butts" ok deraadt, kettenis CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/08/22 11:08:13 Modified files: regress/libexec/ld.so/randomdata: Makefile Log message: Link ld.so-cookie back into the regress build now that ld.so's __guard value is actually initialized. CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/08/22 11:12:47 Modified files: usr.sbin/crunchgen: crunchgen.c Log message: Build crunched binaries with -fno-pie. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/08/22 11:19:35 Modified files: share/mk : bsd.lib.mk lib/libc/sys : Makefile.inc lib/csu/arm : md_init.h lib/csu/hppa : md_init.h lib/libc/arch/amd64: SYS.h lib/libc/arch/amd64/gen: flt_rounds.S setjmp.S sigsetjmp.S lib/libc/arch/amd64/sys: Ovfork.S brk.S cerror.S exect.S sbrk.S sigprocmask.S sigsuspend.S syscall.S tfork_thread.S lib/libc/arch/arm/sys: brk.S cerror.S sbrk.S lib/libc/arch/hppa/sys: brk.S cerror.S sbrk.S lib/libc/arch/hppa64/sys: brk.S cerror.S sbrk.S lib/libc/arch/i386: SYS.h lib/libc/arch/i386/gen: fixunsdfsi.S flt_rounds.S setjmp.S sigsetjmp.S lib/libc/arch/i386/sys: Ovfork.S brk.S cerror.S exect.S sbrk.S sigprocmask.S sigsuspend.S syscall.S tfork_thread.S lib/libc/arch/m68k/sys: Ovfork.S brk.S cerror.S sbrk.S setlogin.S lib/libc/arch/sh: SYS.h lib/libc/arch/sh/sys: brk.S cerror.S sbrk.S lib/libc/arch/sparc: SYS.h lib/libc/arch/sparc/gen: fixunsdfsi.S modf.S sigsetjmp.S lib/libc/arch/sparc/string: ffs.S lib/libc/arch/sparc/sys: brk.S cerror.S sbrk.S setlogin.S lib/libc/arch/sparc64: SYS.h lib/libc/arch/sparc64/gen: fixunsdfsi.S modf.S sigsetjmp.S lib/libc/arch/sparc64/string: ffs.S lib/libc/arch/sparc64/sys: brk.S cerror.S sbrk.S setlogin.S sys/arch/amd64/include: asm.h profile.h sys/arch/arm/include: profile.h sys/arch/i386/include: asm.h sys/arch/powerpc/include: asm.h sys/arch/sh/include: asm.h sys/arch/sparc/include: asm.h profile.h sys/arch/sparc64/include: asm.h profile.h lib/librthread/arch/m68k: cerror.S Log message: Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc invocations. This allows us to use the compiler builtin define __PIC__ to check for PIC/PIEness rather than passing -DPIC. Simplifies PIE work a lot. ok matthew@, conceptually ok kurt@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/22 12:22:42 Modified files: share/man/man4 : pflow.4 Log message: flesh out the rfc details a little; from Florian Obser CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/22 12:27:00 Modified files: share/man/man4 : inet6.4 Log message: - remove the text describing rfc 2553: that rfc has been replaced, and it talks about things not even relevant to openbsd - document there's no ipv4 mapped addressing, as requested by todd - rearrange text more logically - update rfc reference CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/22 12:32:47 Modified files: lib/libc/net : if_indextoname.3 Log message: rfc 2553 (not 2533) has been replaced by rfc 3493; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/22 12:53:32 Modified files: usr.bin/whois : whois.1 Log message: rfc 812 was obsoleted by rfc 954; 954 was obsoleted by 3912, however it does not completely replace the contents of 954, so i've put references to both in; CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/08/22 13:41:56 Modified files: share/man/man5 : mk.conf.5 share/mk : bsd.README bsd.own.mk bsd.prog.mk Log message: share/mk bits for PIE, currently disabled. ok matthew@ deraadt@ kettenis@, manpage prodding and ok jmc@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/22 13:48:50 Modified files: share/man/man5 : networks.5 Log message: update the rfc section; CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/22 14:10:38 Removed files: devel/cil/patches: patch-Makefile_in Log message: unbreak devel/cil build by removing a straggling patch from the previous changeset noticed by sthen@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/08/22 14:14:06 Modified files: audio/akode : Makefile audio/aqualung : Makefile audio/audacious-plugins/patches: patch-configure_ac audio/cmu-sphinxbase/patches: patch-configure audio/daapd/patches: patch-makefile audio/deadbeef/patches: patch-Makefile_am audio/espeak/patches: patch-src_Makefile audio/faad/patches: patch-plugins_xmms_src_Makefile_am audio/fluidsynth/patches: patch-configure_ac audio/hydrogen : Makefile audio/jack : Makefile audio/jack/patches: patch-jack_pc_in audio/libmusicbrainz: Makefile audio/libnjb : Makefile audio/lmms/patches: patch-plugins_zynaddsubfx_CMakeLists_txt audio/mt-daapd/patches: patch-configure audio/pianobar/patches: patch-Makefile audio/portaudio-svn: Makefile audio/portaudio-svn/patches: patch-configure_in audio/pulseaudio: Makefile audio/rioutil : Makefile audio/speech-dispatcher: Makefile audio/speech-dispatcher/patches: patch-configure audio/tremor-tools: Makefile audio/vorbis-tools: Makefile audio/xmms-speex: Makefile audio/xmms-speex/patches: patch-Makefile Removed files: audio/akode/patches: patch-acinclude_m4 audio/audacious/patches: patch-configure_ac audio/cmu-sphinx3/patches: patch-src_programs_Makefile_in audio/libcanberra/patches: patch-acinclude_m4 audio/mpg321/patches: patch-configure audio/ncmpcpp/patches: patch-configure Log message: remove unneeded -pthread patches CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/08/22 14:58:30 Modified files: sys/dev/pci : files.pci vga_pci.c vga_pcivar.h Added files: sys/dev/pci : vga_pci_common.c Log message: Split out the bar functions required to attach drm(4) to share them with macppc's vgafb(4) and maybe later on sparc64 drivers too. suggested by and ok kettenis@ CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/08/22 15:30:42 Modified files: usr.sbin/afs : Makefile.inc Log message: libarla has some non-PIC assembler; therefore, afs cannot use PIE. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/08/22 16:15:49 Modified files: math/graphviz : Makefile Log message: Missing lang/guile LIB_DEPENDS. Noticed by nigel@, OK sthen@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/22 16:26:16 Modified files: lib/libc/arch/powerpc/sys: brk.S cerror.S sbrk.S setlogin.S Log message: Fix missing PIC -> __PIC__ conversions; ok pascal CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/08/22 16:34:57 Modified files: lib/librthread : rthread.c rthread_fork.c Log message: Test for __PIC__ instead of PIC in preparation for eliminating -DPIC from bsd.lib.mk for C source files. ok deraadt, pascal CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2012/08/22 16:51:27 Modified files: regress/lib/libpthread/blocked_join: blocked_join.c Log message: correct check. CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/08/22 16:54:44 Modified files: lib/libc/gmon : Makefile.inc Log message: We cannot just copy mcount.o to mcount.po, since the former may be PIE and profiling does not work well along with PIE. ok deraadt@ guenther@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/08/22 17:43:32 Modified files: lib/librthread : rthread.h rthread.c rthread_fork.c Log message: We want to check that the dynamic linker is available at run-time, so we should actually check for _DYNAMIC at run-time rather than checking for __PIC__ at compile time, since the two are actually independent. Problem and solution identified by guenther; minor tweaks by me. ok guenther CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/08/22 18:08:36 Modified files: bin/systrace : intercept.c intercept.h systrace.c Log message: Reopen the systrace file in the process that will actually attach to the target process(es), so that systrace files can be made unsharable. ok djm@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/08/22 18:11:56 Modified files: sys/kern : kern_descrip.c uipc_usrreq.c Log message: To protect assumptions inside systrace, don't let systrace fds be shared between processes. ok djm@ CVSROOT: /cvs Module name: ports Changes by: lteo@cvs.openbsd.org 2012/08/22 19:21:04 Modified files: textproc/mupdf : Makefile textproc/mupdf/pkg: DESCR Log message: MuPDF has combined several of their command line tools into a single tool called mubusy, so update pkg/DESCR accordingly. mudraw remains a separate binary. OK sthen@ (maintainer) CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/22 23:52:05 Modified files: sys/dev/pci : mfii.c Log message: stupid code bug. instead of initting the ccbs sgl dma virtual address, i was assigning it to the sense memories dva. this means we wouldnt be getting sense data where we thought it was, and passing NULL (does NULL mean anything over a pci bus?) to the hardware when we have long sgl chains. hopefully this fixes the NMIs ive been getting. CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2012/08/23 00:08:11 src/share/man/man8/man8.beagle Update of /cvs/src/share/man/man8/man8.beagle In directory cvs.openbsd.org:/tmp/cvs-serv2769/man8.beagle Log Message: Directory /cvs/src/share/man/man8/man8.beagle added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/23 00:12:50 Modified files: sys/kern : syscalls.master vfs_init.c sys/sys : conf.h mount.h vnode.h sys/conf : GENERIC files sys/arch/alpha/alpha: conf.c sys/arch/amd64/amd64: conf.c sys/arch/arm/arm: conf.c sys/arch/aviion/aviion: conf.c sys/arch/hp300/hp300: conf.c sys/arch/hppa/hppa: conf.c sys/arch/hppa64/hppa64: conf.c sys/arch/i386/i386: conf.c sys/arch/landisk/landisk: conf.c sys/arch/loongson/loongson: conf.c sys/arch/luna88k/luna88k: conf.c sys/arch/macppc/macppc: conf.c sys/arch/mvme68k/mvme68k: conf.c sys/arch/mvme88k/mvme88k: conf.c sys/arch/octeon/octeon: conf.c sys/arch/sgi/sgi: conf.c sys/arch/sparc/sparc: conf.c sys/arch/sparc64/sparc64: conf.c sys/arch/vax/vax: conf.c Removed files: sys/nnpfs : afssysdefs.h nnnpfs.h nnpfs_attr.h nnpfs_common-bsd.c nnpfs_common.h nnpfs_config.h nnpfs_deb.c nnpfs_deb.h nnpfs_debug.h nnpfs_dev-bsd.c nnpfs_dev-common.c nnpfs_dev.h nnpfs_extern.h nnpfs_fs.h nnpfs_global.h nnpfs_locl.h nnpfs_message.c nnpfs_message.h nnpfs_msg_locl.h nnpfs_node-bsd.c nnpfs_node.c nnpfs_node.h nnpfs_pioctl.h nnpfs_queue.h nnpfs_syscalls-common.c nnpfs_syscalls-dummy.c nnpfs_syscalls.h nnpfs_vfsops-bsd.c nnpfs_vfsops-bsd.h nnpfs_vfsops-common.c nnpfs_vfsops-openbsd.c nnpfs_vfsops.h nnpfs_vnodeops-bsd.c nnpfs_vnodeops-common.c nnpfs_vnodeops.h nnpfs_vopdefs.h Log message: kill nnpfs dead CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/23 00:13:02 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/08/23 00:14:41 Modified files: share/mk : bsd.README bsd.own.mk Log message: turn off AFS CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/23 00:15:28 Modified files: etc/etc.alpha : MAKEDEV.md etc/etc.amd64 : MAKEDEV.md etc/etc.armish : MAKEDEV.md etc/etc.aviion : MAKEDEV.md etc/etc.beagle : MAKEDEV.md etc/etc.hp300 : MAKEDEV.md etc/etc.hppa : MAKEDEV.md etc/etc.hppa64 : MAKEDEV.md etc/etc.i386 : MAKEDEV.md etc/etc.landisk: MAKEDEV.md etc/etc.loongson: MAKEDEV.md etc/etc.luna88k: MAKEDEV.md etc/etc.macppc : MAKEDEV.md etc/etc.mvme68k: MAKEDEV.md etc/etc.mvme88k: MAKEDEV.md etc/etc.palm : MAKEDEV.md etc/etc.sgi : 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 etc : MAKEDEV.common Log message: get rid of the nnpfs nodes CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/23 00:17:01 Modified files: etc/etc.alpha : MAKEDEV etc/etc.amd64 : MAKEDEV etc/etc.armish : MAKEDEV etc/etc.aviion : 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.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.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.sparc: MAKEDEV.8 share/man/man8/man8.sparc64: MAKEDEV.8 share/man/man8/man8.vax: MAKEDEV.8 share/man/man8/man8.zaurus: MAKEDEV.8 Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/23 00:17:58 Modified files: etc : Makefile etc/mtree : 4.4BSD.dist Removed files: etc/afs : CellServDB README SuidCells ThisCell afsd.conf Log message: stop installing the etc/afs CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/23 00:18:50 Modified files: etc : rc.conf Log message: no more afs activation goop CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/23 00:19:48 Modified files: lib/libc/sys : Makefile.inc makelintstub.sh Log message: no more nnpfspioctl() system call; ok guenther CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/23 00:20:15 Modified files: lib/libc : shlib_version Log message: crank due to nnpfspioctl() syscall stub removal CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/23 00:21:21 Modified files: lib/libkvm : kvm_file2.c Log message: knowledge of nnpfs can be removed CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/23 00:21:57 Modified files: usr.sbin : Makefile Removed files: usr.sbin/afs : Makefile Makefile.inc usr.sbin/afs/include: arla-version.h atypes.h config.h usr.sbin/afs/lib: Makefile usr.sbin/afs/lib/libarla: Makefile Makefile.arla.inc Makefile.bufdir.inc Makefile.ko.inc Makefile.lwp.inc Makefile.rx.inc Makefile.rxdef.inc Makefile.rxkad.inc Makefile.sl.inc Makefile.util.inc usr.sbin/afs/libexec: Makefile usr.sbin/afs/libexec/afsd: Makefile usr.sbin/afs/src: .cvsignore .indent.pro ChangeLog ChangeLog.1999 ChangeLog.2000 ChangeLog.2001 ChangeLog.2002 HACKING INSTALL LIESMICH Makefile.in NEWS README THANKS TODO acconfig.h acinclude.m4 config.guess config.sub configure.in install-sh make-release make-release.el mkinstalldirs usr.sbin/afs/src/appl: Makefile.in usr.sbin/afs/src/appl/aafs: aafs_cell.h aafs_conn.h aafs_partition.h aafs_private.h aafs_security.h aafs_vldb.h aafs_volume.h cell.c conn.c partition.c security.c test_aafs.c vldb.c volume.c usr.sbin/afs/src/appl/aafs-perl: AAFS.pm AAFS.xs typemap usr.sbin/afs/src/appl/aafs-perl/su: check-home.pl usr.sbin/afs/src/appl/aafs-perl/t: test.pl usr.sbin/afs/src/appl/afsmgr: Makefile.in afsaclmgr.in usr.sbin/afs/src/appl/afstool: afstool.1 afstool.c at_cachemgr.c at_cm_localcell.c at_cm_whoareyou.c at_fileserver.c at_fs_flush_cps.c at_fs_getcap.c at_fs_gettime.c at_locl.h at_mini_cm.c at_u_debug.c at_ubik.c usr.sbin/afs/src/appl/afsutils: Makefile.in README.afsutils TODO.afsutils aklog.1 aklog.c klog.1 klog.c klog.ctx klog.h sys.c tokens.1 tokens.c tokens.h unlog.1 unlog.c unlog.h up.c usr.sbin/afs/src/appl/amon: Makefile.in amon.c usr.sbin/afs/src/appl/asrvutil: Makefile.in README asrvutil.c usr.sbin/afs/src/appl/bos: Makefile.in bos.8 bos.c bos_addhost.c bos_adduser.c bos_getrestart.c bos_listhosts.c bos_listusers.c bos_local.h bos_removehost.c bos_restart.c bos_start.c bos_status.c bos_stop.c usr.sbin/afs/src/appl/fs: Makefile.in fs.1 fs.c fs_arladebug.c fs_checkservers.c fs_connect.c fs_copyacl.c fs_diskfree.c fs_examine.c fs_flush.c fs_flushvol.c fs_getcache.c fs_getcellstat.c fs_getfid.c fs_getprio.c fs_la.c fs_listcell.c fs_listquota.c fs_local.h fs_lsm.c fs_mkm.c fs_newcell.c fs_nnpfsdebug.c fs_quota.c fs_rmm.c fs_setacl.c fs_setcache.c fs_setcrypt.c fs_setquota.c fs_statistics.c fs_strerror.c fs_whereis.c fs_whichcell.c fs_wscell.c usr.sbin/afs/src/appl/kalog: Makefile.in kalog.1 kalog.c usr.sbin/afs/src/appl/lib: Makefile.in appl_locl.h arlalib.c arlalib.h fs_lib.c ka-procs.c ka-procs.h tokens.c usr.sbin/afs/src/appl/mac: Makefile.in make-mac-package.sh usr.sbin/afs/src/appl/mac/Arla_Configuration: Controller.h Controller.m DataSource.h DataSource.m Info.plist.in Makefile.in PkgInfo ReadCells.h ReadCells.m arla.icns lock.tiff main.m unlock.tiff usr.sbin/afs/src/appl/mac/Arla_Configuration/dialog.nib: classes.nib info.nib objects.nib usr.sbin/afs/src/appl/perf: afsfsperf.c usr.sbin/afs/src/appl/pts: Makefile.in pts.1 pts.c usr.sbin/afs/src/appl/udebug: Makefile.in udebug.1 udebug.c udebug.in usr.sbin/afs/src/appl/vos: Makefile.in vos.8 vos.c vos_backup.c vos_common.c vos_createentry.c vos_createvolume.c vos_dump.c vos_endtrans.c vos_examine.c vos_listaddrs.c vos_listpart.c vos_listvldb.c vos_listvol.c vos_local.h vos_lock.c vos_partinfo.c vos_status.c vos_syncsite.c vos_unlock.c vos_vldbexamine.c vos_zap.c usr.sbin/afs/src/arlad: .gdbinit AliasDB.5 CellServDB.5 DynRootDB.5 Makefile.in SuidCells.5 ThisCell.5 adir.c adir.h afsdir_check.c arla-cli.8 arla-cli.c arla.c arla.conf.5 arla_local.h arlad.8 arlad.c arladeb.c arladeb.h arladeb2.c arladebu.c bsd-subr.c cmcb.c cmcb.h conn.c conn.h cred.c cred.h d-trans.c darla.c darla.h disco.c disco.h dump_state.c dynroot.c dynroot.h fcache.c fcache.h fprio.c fprio.h fs_errors.h hpux-subr.c inter.c inter.h irix-subr.c kernel.c kernel.h messages.c messages.h nnpfs.c nnpfs.h play_disco.c poller.c poller.h ptest.c reconnect.h service.h state.c state.h stats.c stats.h subr.c subr.h unknown-subr.c volcache.c volcache.h xfs.c xfs.h usr.sbin/afs/src/cf: auth-modules.m4 broken-glob.m4 broken-snprintf.m4 broken.m4 bsd-func-lockmgr.m4 bsd-func-lockstatus.m4 bsd-func-selrecord.m4 bsd-func-suser.m4 bsd-func-vfs-getnewfsid.m4 bsd-header-vnode-if-h.m4 bsd-uvm-only.m4 bsd-vfs-busy.m4 bsd-vfs-object-create.m4 bsd-vget.m4 bsd-vop-lock.m4 c-attribute.m4 c-function.m4 check-declaration.m4 check-dirsiz.m4 check-getpwnam_r-posix.m4 check-glibc.m4 check-kafs.m4 check-kerberos.m4 check-kernel-func.m4 check-kernel-funcs.m4 check-kernel-var.m4 check-kernel-vop-t.m4 check-kernel.m4 check-lfs.m4 check-man.m4 check-roken.m4 check-type-extra.m4 check-var.m4 check-x.m4 check-xau.m4 elf-object-format.m4 find-func-no-libs.m4 find-func-no-libs2.m4 find-func.m4 find-if-not-broken.m4 func-getvfsbyname.m4 func-hstrerror-const.m4 func-krb-get-default-principal.m4 func-krb-get-default-tkt-root.m4 func-krb-get-err-text.m4 func-krb-kdctimeofday.m4 func-ntohl.m4 grok-type.m4 have-def.m4 have-kernel-struct-field.m4 have-linux-kernel-type.m4 have-linux-kernel-types.m4 have-pragma-weak.m4 have-struct-field.m4 have-type.m4 have-types.m4 header-dirent-dir-h.m4 kernel-have-def.m4 kernel-need-proto.m4 kernel.m4 krb-bigendian.m4 krb-find-db.m4 krb-func-getcwd-broken.m4 krb-func-getlogin.m4 krb-ipv6.m4 krb-prog-ln-s.m4 krb-prog-ranlib.m4 krb-prog-yacc.m4 krb-struct-sockaddr-sa-len.m4 krb-struct-spwd.m4 krb-struct-winsize.m4 krb-sys-aix.m4 krb-sys-nextstep.m4 krb-version.m4 linux-d_delete-void.m4 linux-filldir-dt-type.m4 linux-func-d_alloc_root-two_args.m4 linux-func-devfs-register-eleven-args.m4 linux-func-dget-locked.m4 linux-func-init-mutex.m4 linux-func-init-wait-queue-head.m4 linux-func-list-del-init.m4 linux-type-wait-queue-head.m4 linux-type-wait-queue-task-list.m4 mips-abi.m4 misc.m4 need-proto.m4 osf-func-ubc-lookup.m4 osf-func-vfs-name-hash.m4 osfc2.m4 prog-cc-flags.m4 proto-compat.m4 shared-libs.m4 test-package.m4 try-compile-kernel.m4 try-cpp-kernel.m4 type-iovec.m4 type-krb-principal.m4 type-msghdr.m4 wflags.m4 usr.sbin/afs/src/conf: CellServDB Makefile.in SuidCells ThisCell arla.conf arla.conf.in arla.spec.in bos.conf check-cellservdb.pl services usr.sbin/afs/src/conf/freebsd: freebsd4-rc.arla usr.sbin/afs/src/doc: Makefile.in ack.texi ack.texi.in afs-basics.texi arla-logo.eps arla.info arla.texi authors.texi caching-in-blocks debugging.texi index.texi intro.texi latin1.tex milko1.fig nnpfs.txt oddities.texi partsofarla.texi pioctl.texi porting.texi prog-disco.texi prog.texi real-world.texi servers.texi storage.texi timeline.texi tools.texi xfs.txt usr.sbin/afs/src/include: .cvsignore Makefile.in afssysdefs.h arla-version.h bits.c config.h config.h.in kafs.h stds.h usr.sbin/afs/src/include/netbsd-lkm: foo.c usr.sbin/afs/src/lib: Makefile.in usr.sbin/afs/src/lib/bufdir: Makefile.in afs_dir.h fbuf.c fbuf.h fdir.c fdir.h fids.h usr.sbin/afs/src/lib/cmd: Makefile.in cmd.3 cmd.c cmd.h frame.ctx testc.c testc.ctx usr.sbin/afs/src/lib/ko: Makefile.in afs_uuid.c afs_uuid.h afsconf.c agetarg.c agetarg.h ares.c auth.c auth.h cellconfig.h gensysname.c ko.h ko_locl.h kocell.c koerror.c kotest.c misc.c part.c part.h ports.c ports.h resnull.c resolve.c restest.c reswinnt.c slcompat.c uae.c uae.h vlmisc.c usr.sbin/afs/src/lib/sl: ChangeLog Makefile.in lex.l make_cmds.c make_cmds.h parse.y roken_rename.h sl.c sl.h sl_locl.h ss.c ss.h usr.sbin/afs/src/lib/vers: make-print-version.c print_version.c vers.h usr.sbin/afs/src/lwp: LICENSE.s390 Makefile.in fasttime.c iomgr.c lock.c lock.h lwp_asm.c lwp_asm.h lwp_elf.h make-process.o.sh.in plwp.c plwp.h preempt.c preempt.h process-vpp.s process.aix22.S process.alpha.S process.arm.S process.hpux.S process.i386.S process.ibm032.S process.m68k.S process.m88k.S process.mips.S process.patch.S process.ppc.S process.rios.S process.s390.S process.sh.S process.sparc.S process.vax.S process.x86_64.S q.c q.h rw.c testlwp.c testprocess.c timer.c timer.h usr.sbin/afs/src/milko: ChangeLog Makefile.in README usr.sbin/afs/src/milko/appl: Makefile.in usr.sbin/afs/src/milko/appl/bootstrap: Makefile.in anti-boot-strap.sh.in boot-strap.sh.in usr.sbin/afs/src/milko/appl/perf: Makefile.in perf.c usr.sbin/afs/src/milko/appl/sked: Makefile.in sked.c usr.sbin/afs/src/milko/bos: Makefile.in bos_locl.h bosprocs.c bosserver.c kconf.c kconf.h usr.sbin/afs/src/milko/fs: Makefile.in connsec.c connsec.h dump.c dump.h fileserver.c fs_def.h fsprocs.c fsrv_locl.h volprocs.c usr.sbin/afs/src/milko/include: mdebug.h usr.sbin/afs/src/milko/lib: Makefile.in usr.sbin/afs/src/milko/lib/dpart: Makefile.in dpart.c dpart.h usr.sbin/afs/src/milko/lib/mdb: mdb.c mdb.h mdb_locl.h ndbm.c usr.sbin/afs/src/milko/lib/mlog: Makefile.in mdebug.c mdebug.h mlog.c mlog.h usr.sbin/afs/src/milko/lib/msecurity: Makefile.in msecurity.c msecurity.h netinit.c netinit.h usr.sbin/afs/src/milko/lib/ropa: Makefile.in README ropa.c ropa.h usr.sbin/afs/src/milko/lib/vld: Makefile.in common.c debug.c fvol.c fvol.h glue.c mdir.c mdir.h mnode.c mnode.h salvage.c salvage.h sfvol_private.h svol.c svol.h vld.c vld.h vld_ops.h usr.sbin/afs/src/milko/lib/voldb: Makefile.in vdb_flat.c vol.c voldb.c voldb.h voldb_internal.h voldb_locl.h usr.sbin/afs/src/milko/lib/vstatus: Makefile.in vstat.xg vstatus.c vstatus.h usr.sbin/afs/src/milko/pts: Makefile.in pr.c ptserver.c ptserver.h usr.sbin/afs/src/milko/vldb: Makefile.in ubikprocs.c vl_db.c vl_disk.c vldb_locl.h vldbserver.c vled.c usr.sbin/afs/src/nnpfs/bsd: Info.plist.in nnpfs_common-bsd.c nnpfs_common.c nnpfs_deb.c nnpfs_dev-bsd.c nnpfs_dev-common.c nnpfs_info.c nnpfs_message.c nnpfs_node-bsd.c nnpfs_node.c nnpfs_syscalls-common.c nnpfs_syscalls-wrap-bsd.c nnpfs_vfsops-bsd.c nnpfs_vfsops-common.c nnpfs_vfsops-openbsd.c nnpfs_vnodeops-bsd.c nnpfs_vnodeops-common.c nnpfs_wrap-bsd.c usr.sbin/afs/src/nnpfs/bsd/bin: getmntopts.c mntopts.h mount_locl.h mount_nnpfs.8 mount_nnpfs.c nnpfs.4 nnpfs_kld_makedev nnpfs_makedev startarla.in umount_nnpfs.8 umount_nnpfs.c usr.sbin/afs/src/nnpfs/bsd/nnpfs: nnpfs_common.h nnpfs_deb.h nnpfs_dev.h nnpfs_fs.h nnpfs_locl.h nnpfs_msg_locl.h nnpfs_node.h nnpfs_syscalls.h nnpfs_vfsops-bsd.h nnpfs_vfsops.h nnpfs_vnodeops.h nnpfs_wrap.h usr.sbin/afs/src/nnpfs/include/nnpfs: nnpfs_attr.h nnpfs_debug.h nnpfs_global.h nnpfs_message.h nnpfs_queue.h usr.sbin/afs/src/rx: LICENSE Makefile.in doyle rx-new.h rx.c rx.h rx_clock.c rx_clock.h rx_dumptrace.c rx_event.c rx_event.h rx_globs.c rx_globs.h rx_kern.h rx_kmutex.h rx_locl.h rx_mach.h rx_misc.c rx_misc.h rx_multi.c rx_multi.h rx_null.c rx_null.h rx_pkt.c rx_pkt.h rx_queue.h rx_rdwr.c rx_strm.h rx_trace.c rx_trace.h rx_user.c rx_user.h rxdebug.1 rxdebug.c rxgencon.h rxperf.c test_rx_clock.c transarc transarc2 usr.sbin/afs/src/rx/simple.example: README sample.xg sample_client.c sample_server.c usr.sbin/afs/src/rxdef: Makefile.in afsuuid.h bos.xg cb.xg common.h fs.xg ka.xg pts.xg rx_pkt.xg ubik.xg vldb.xg volumeserver.xg usr.sbin/afs/src/rxkad: Makefile.in compat.c osi_alloc.c rxk_clnt.c rxk_crpt.c rxk_locl.c rxk_serv.c rxkad.h rxkad_locl.h usr.sbin/afs/src/tests: Makefile.in append-over-page.c append1 apwd.c boot-strap-arla build-emacs build-emacs-j build-gdb checkpwd compare-inum-mp compare-inums compare-with-local copy-and-diff-gnu-mirror copy-file creat1 create-dirs.c create-files.c create-remove-dirs create-remove-files create-remove.c create-stat.c create-symlinks.c dd deep-tree deep-tree2 dir-size-mismatch dir-tree discon-create discon-echo discon-mkdir discon-mkdir2 discon-tar1 discon-tar2 discon-touch1 discon-touch2 dup2-and-unlog.c echo-n.c exec exit-wo-close.c fcachesize-dir fcachesize-file-small fchmod.c fhbench.c find-and-cat-netbsd find-linux fs-flush fs-sa-la ga-test.c generic-build getdents-and-unlink1 getdents-and-unlink2 getdents-and-unlink3 hardlink1.c hardlink2.c hardlink3 hello-world.in invalidate-file.c kill-softer.c kill-softly.c kotest large-dir-16384 large-dir-extra large-dir.c large-dir2.c large-dir3.c large-filename ls-afs make-page.c many-dirs many-fetchs many-files many-files-with-content many-stores many-symlinks mkdir mkdir-lnk mkdir1 mkdir2.c mkm-rmm mmap-and-read.c mmap-cat.c mmap-shared-write.c mmap-vs-read.c mmap-vs-read2.c mountpoint.in parallel1 pine.c read-vs-mmap.c read-vs-mmap2.c read-write.c readdir-vs-lstat.c readfile-wo-create rename-under-feet.c rename1 rename2 rename3 rename4 rename5.c rm-rf.c run-tests.in setgroups setpag shallow-tree still-there-p.c strange-characters strange-characters-c.c strange-other-characters symlink.c test-gunzip-gnu-mirror test-parallel1.c test-parallel2.c test-setgroups.c test-setpag.c touch1 truncate.c untar-emacs utime-dir.c utime-file.c visit-volumes write-closed.c write-closed2.c write-ro-file.c write-ucc.c write1 write2 usr.sbin/afs/src/tools/gnats: COPYING INSTALL MANIFEST README categ.texi categories fields.texi install-sid.sh s-usage.texi send-pr-el.in send-pr.1 send-pr.info send-pr.sh send-pr.texi states.texi texinfo.tex version.texi usr.sbin/afs/src/tools/release-tools: common.c common.h cpio-rootify.c tar-rootify.c usr.sbin/afs/src/util: Makefile.in arlamath.c arlamath.h arlautil.h bool.h hash.c hash.h heap.c heap.h heaptest.c list.c list.h localtime_r.c log.c log.h log_log.3 mmaptime.c mmaptime.h mmaptime_test.c util-tester.c usr.sbin/afs/src/ydr: Makefile.in lex.h lex.l main.c output.c output.h parse.y sym.h symbol.c types.c types.h usr.sbin/afs/usr.sbin: Makefile usr.sbin/afs/usr.sbin/bos: Makefile usr.sbin/afs/usr.sbin/fs: Makefile usr.sbin/afs/usr.sbin/pts: Makefile usr.sbin/afs/usr.sbin/vos: Makefile usr.sbin/afs/usr.sbin/ydr: Makefile Log message: the afs src tree can go away CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/23 00:22:51 Modified files: . : Makefile.cross Log message: no need to know about afs, since it is gone CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/23 00:37:27 Modified files: sbin : Makefile sbin/mount : mount.8 Removed files: sbin/mount_nnpfs: Makefile mount_nnpfs.8 mount_nnpfs.c Log message: get rid of mount_nnpfs CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/23 00:37:47 Modified files: include : Makefile Log message: do not install the nnpfs directory CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/23 00:38:02 Modified files: include : paths.h Log message: no more _PATH_AFSD required CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/23 00:38:42 Modified files: usr.bin/man : man.1 Log message: do not show mount_nnpfs in an example, since it is gone CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/23 00:41:10 Modified files: lib/libkrb5 : afssys_openbsd.c Log message: The afs stubs in here that used to call the nnpfspioctl() now all return ENOSYS themselves. ok guenther CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/23 00:42:54 Modified files: kerberosV/src/lib/kafs: kafs.h Log message: A few pieces of junk are needed from the old nnpfs/nnpfs_pioct.h include file which was used previously. Because it is seems extremely difficult to extricate... include those pieces of junk in this, to be quite honest, junk file. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/23 00:50:34 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 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: todd@cvs.openbsd.org 2012/08/23 01:02:49 Modified files: etc : Makefile Log message: enter etc.beagle so MAKEDEV.8 can be generated properly during builds prompted by deraadt@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2012/08/23 01:03:53 Added files: share/man/man8/man8.beagle: MAKEDEV.8 Log message: sync CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2012/08/23 01:06:06 Modified files: share/man/man8 : Makefile Added files: share/man/man8/man8.beagle: Makefile Log message: now that man8.beagle/MAKEDEV.8 exists, handle it CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/23 01:09:41 Modified files: etc/mtree : 4.4BSD.dist Log message: create the man8/beagle dir CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/23 01:10:39 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/23 01:21:06 Modified files: sys/dev/pci : mfii.c Log message: turns out - is not commutative. correctly determine the number of segments in the next chain, and also figure out the correct offset for the chain element at the end of the request frame. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/08/23 03:44:02 Modified files: www/drupal6/ctools: Makefile distinfo www/drupal6/ctools/pkg: PLIST Log message: security update CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/08/23 03:45:11 Modified files: www/drupal6/rules: Makefile distinfo www/drupal6/rules/pkg: PLIST Log message: minor update CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/08/23 04:34:25 Modified files: sys/dev/ic : rt2661.c rt2661reg.h rt2661var.h Log message: Fix a race in rt2661 Tx interrupt processing which can cause Tx processing to get stuck with OACTIVE set, requiring 'ifconfig ral0 down up' to unwedge. Make space in the Tx queue from the rt2661_tx_dma_intr() handler, rather than waiting until rt2661_tx_intr() is run. The latter function now collects AMRR statistics only. AMRR node allocation is now separated from ieee80211_node allocation to make this possible. This commit also brings back the separation of OACTIVE flags for management and data Tx queues which I reverted in the previous commit. Inspired by ral commits by sephe@dragonflybsd and patch submission to misc@ by Roland Dreier http://marc.info/?l=openbsd-misc&m=125895269930106&w=2 Tested by myself, edd, jsg, Tobias Ulmer, Pieter Verberne, Tim van der Molen. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2012/08/23 04:41:23 Modified files: graphics/pngcrush: Makefile distinfo Log message: - update to pngcrush 1.7.35 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/23 05:18:53 Modified files: sys/dev/pci : mfii.c Log message: the chain_offset in mfii requests are in 16 byte units, not 4 like mpii. this stops the chip from freaking out on me when doing chained sgls. found by alex wilson who wins prizes. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/23 05:52:02 Modified files: sys/dev/pci : mpii.c Log message: use BUS_DMA_ZERO CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/23 06:50:06 Modified files: sys/dev/pci : mpiireg.h Log message: whitespace cleanup; no functional change CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2012/08/23 07:04:41 Modified files: usr.sbin/smtpd : enqueue.c Log message: add -N for sendmail compat DSN support; unlimited for now ok gilles@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2012/08/23 07:06:29 Modified files: usr.sbin/smtpd : enqueue.c Log message: add -R to sendmail compat flags that do nothing (for now) ok gilles@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2012/08/23 07:16:02 Modified files: usr.sbin/smtpd : enqueue.c Log message: fix multiple recipient support, from sunil on irc tested by me, ok gilles@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/08/23 07:27:51 Modified files: net/rsync : Makefile net/rsync/pkg : PLIST Log message: install rrsync support script, as requested by henning@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/23 07:29:02 Modified files: security/p11-kit/patches: patch-configure_ac Log message: autoconf is a weird science... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/08/23 07:33:59 Modified files: www/drupal7/ctools: Makefile distinfo www/drupal7/ctools/pkg: PLIST Log message: minor security update CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/08/23 07:50:54 Modified files: www/drupal7/core: Makefile distinfo www/drupal7/core/pkg: PLIST www/drupal7/date: Makefile distinfo www/drupal7/date/pkg: PLIST www/drupal7/pathauto: Makefile distinfo www/drupal7/rules: Makefile distinfo www/drupal7/rules/pkg: PLIST www/drupal7/token: Makefile distinfo www/drupal7/views: Makefile distinfo www/drupal7/views/pkg: PLIST Log message: minor updates CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/23 07:52:39 Modified files: www/p5-WWW-Curl: Makefile x11/p5-Wx : Makefile geo/gdal : Makefile devel/subversion: Makefile Log message: missing wantlib/modules; p5-* thingys which are *not* just WANTLIB+=c. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/08/23 08:13:56 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 Log message: bump the translations of updated modules CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/08/23 08:28:19 Modified files: audio/mpd : Makefile distinfo audio/mpd/patches: patch-Makefile_in patch-configure patch-doc_mpdconf_example Log message: Update to mpd-0.17.1 Tested by landry@, edd@ and Abel Abraham Camarillo Ojeda. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/23 08:36:43 Modified files: share/man/man4 : options.4 Log message: no more NNPFS; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/23 08:40:24 Modified files: share/man/man7 : hier.7 Log message: no more /etc/afs/ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/23 08:43:04 Modified files: sbin/mount : mount.8 Log message: remove unneccessary .Pp; CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/23 08:44:39 Modified files: textproc/p5-XML-Sablotron: Makefile distinfo textproc/p5-XML-Sablotron/pkg: PLIST Log message: restore p5- prefix in PKGNAME sync wantlib use SHARED_ONLY rather than NOT_FOR_ARCHS=${NO_SHARED_ARCHS} ok benoit@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/23 08:44:42 Modified files: regress/usr.bin/mdoclint: mdoclint Log message: recognise "beagle"; CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/23 08:45:14 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: mend a broken pkgname, XML-Sablotron -> p5-XML-Sablotron CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/23 08:54:31 Modified files: archivers/p5-Compress-Bzip2: Makefile archivers/p5-Compress-LZO: Makefile archivers/p5-PerlIO-gzip: Makefile audio/p5-Audio-CD: Makefile audio/p5-Audio-FLAC-Header: Makefile audio/p5-Audio-Scan: Makefile audio/p5-libvorbis: Makefile audio/p5-Ogg-Vorbis-Header: Makefile comms/p5-Device-SerialPort: Makefile converters/p5-Convert-Binary-C: Makefile converters/p5-Convert-UUlib: Makefile converters/p5-JSON-DWIW: Makefile converters/p5-JSON-XS: Makefile converters/p5-Net-IDN-Encode: Makefile converters/p5-Text-Iconv: Makefile converters/p5-Unicode-LineBreak: Makefile converters/p5-Unicode-Map: Makefile converters/p5-Unicode-Map8: Makefile converters/p5-Unicode-String: Makefile databases/p5-BerkeleyDB: Makefile databases/p5-DBD-mysql: Makefile databases/p5-DBD-Pg: Makefile databases/p5-DBD-SQLite: Makefile databases/p5-DBD-SQLite2: Makefile databases/p5-DBD-Sybase: Makefile databases/p5-DBI: Makefile databases/p5-GDBM_File: Makefile databases/p5-pgsql: Makefile databases/p5-Search-Xapian: Makefile databases/p5-sybperl: Makefile Log message: sync wantlib CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2012/08/23 08:59:02 Modified files: share/man/man8/man8.beagle: MAKEDEV.8 Log message: sync: remove lingering nnpfs, pointed out by jmc@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2012/08/23 08:59:25 Modified files: etc/etc.beagle : MAKEDEV Log message: sync: remove lingering nnpfs, pointed out by jmc@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/23 09:00:33 Modified files: devel/p5-Acme-Damn: Makefile devel/p5-Algorithm-Permute: Makefile devel/p5-Array-RefElem: Makefile devel/p5-B-Hooks-OP-Check: Makefile devel/p5-B-Utils: Makefile devel/p5-BSD-arc4random: Makefile devel/p5-BSD-Resource: Makefile devel/p5-BSD-stat: Makefile devel/p5-Cache-FastMmap: Makefile Log message: sync wantlib CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/23 09:00:56 Modified files: devel/p5-Cache-Mmap: Makefile Log message: sync wantlib and bump epoch CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/08/23 09:02:48 Modified files: x11/awesome : Makefile Added files: x11/awesome/patches: patch-awesome_desktop Log message: Add NoDisplay to .desktop file (upstream git commit 22e7251fbf18a7c7e0d5d8ca4e6dda25f72f0d65) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/23 09:03:36 Modified files: share/man/man4 : gif.4 Log message: after some discussion with sthen, update the rfc reference from 1933 to 4213; CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/23 09:05:16 Modified files: devel/p5-Class-C3-XS: Makefile devel/p5-Class-Date: Makefile devel/p5-Class-MethodMaker: Makefile devel/p5-Class-MOP: Makefile devel/p5-Class-XSAccessor: Makefile devel/p5-Clone : Makefile devel/p5-Coro : Makefile devel/p5-Curses: Makefile devel/p5-Data-Alias: Makefile devel/p5-Data-Dump-Streamer: Makefile devel/p5-Data-Structure-Util: Makefile devel/p5-Data-UUID: Makefile devel/p5-Date-Simple: Makefile devel/p5-DateTime: Makefile devel/p5-Devel-Caller: Makefile devel/p5-Devel-Cover: Makefile devel/p5-Devel-Declare: Makefile devel/p5-Devel-FastProf: Makefile devel/p5-Devel-GlobalDestruction: Makefile devel/p5-Devel-Leak: Makefile devel/p5-Devel-NYTProf: Makefile devel/p5-Devel-SawAmpersand: Makefile devel/p5-Devel-Size: Makefile devel/p5-Device-USB: Makefile devel/p5-EV : Makefile devel/p5-Event : Makefile devel/p5-Event-Lib: Makefile devel/p5-File-RsyncP: Makefile devel/p5-File-Sync: Makefile devel/p5-Guard : Makefile devel/p5-Hash-NoRef: Makefile devel/p5-Internals: Makefile devel/p5-IO-KQueue: Makefile devel/p5-IO-Tty: Makefile devel/p5-IPC-ShareLite: Makefile devel/p5-Lchown: Makefile devel/p5-List-MoreUtils: Makefile devel/p5-Locale-gettext: Makefile devel/p5-Locale-Hebrew: Makefile Log message: sync wantlib CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2012/08/23 09:06:01 Modified files: kerberosV/src/lib/kafs: kafs.h Log message: another missing piece from the old nnpfs/nnpfs_pioct.h; ok jsg@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/23 09:08:06 Modified files: devel/p5-Moose : Makefile devel/p5-MooseX-Role-WithOverloading: Makefile devel/p5-Mouse : Makefile devel/p5-Package-Stash-XS: Makefile devel/p5-PadWalker: Makefile devel/p5-Params-Classify: Makefile devel/p5-Params-Util: Makefile devel/p5-Params-Validate: Makefile devel/p5-PerlIO-eol: Makefile devel/p5-POE-XS-Queue-Array: Makefile devel/p5-Readonly-XS: Makefile devel/p5-Regexp-Copy: Makefile devel/p5-Safe-Hole: Makefile devel/p5-Scope-Upper: Makefile devel/p5-SDL : Makefile devel/p5-Set-Object: Makefile devel/p5-Sort-Key: Makefile devel/p5-String-CRC32: Makefile devel/p5-Sub-Identify: Makefile devel/p5-Sub-Name: Makefile devel/p5-Taint-Runtime: Makefile devel/p5-Term-ReadKey: Makefile devel/p5-Term-ReadLine-Gnu: Makefile devel/p5-Term-Size: Makefile devel/p5-Test-LeakTrace: Makefile devel/p5-Test-Taint: Makefile devel/p5-Tie-Hash-Indexed: Makefile devel/p5-Time-Warp: Makefile devel/p5-Variable-Magic: Makefile devel/p5-Want : Makefile devel/p5-WeakRef: Makefile devel/p5-YAML-Syck: Makefile devel/p5-YAML-XS: Makefile devel/uuid : Makefile Log message: sync wantlib CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/23 09:09:10 Modified files: sys/arch/loongson/conf: Makefile.loongson sys/arch/sparc/conf: Makefile.sparc Log message: missing ${NOPIE_FLAGS}; ok pascal CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2012/08/23 09:28:16 Modified files: lib/libm : shlib_version lib/libm/arch/hppa: e_remainder.c s_ceil.c s_floor.c s_round.c s_trunc.c Log message: Aliases for extended precision were missed on a few functions on hppa. Reported by Brad, thanks! CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/23 09:29:02 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: mikeb@cvs.openbsd.org 2012/08/23 09:42:50 Modified files: sys/dev/pci : mpii.c Log message: cleanup calculations in iocfacts a bit: number of reply frames doesn't have to be not multiple of 16, recalculate request credit and number of replies if their sum exceeds MaxReplyDescriptorPostQueueDepth. tested on SAS2004 with bonnie++. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/23 09:50:06 Modified files: geo/mapserver : Makefile geo/p5-Geo-Coordinates-UTM-XS: Makefile graphics/p5-Cairo: Makefile graphics/p5-GD : Makefile graphics/p5-Image-EXIF: Makefile graphics/p5-Image-Imlib2: Makefile graphics/p5-Image-Scale: Makefile graphics/p5-Imager: Makefile graphics/p5-Imager-QRCode: Makefile japanese/p5-Text-Kakasi: Makefile math/p5-AI-FANN: Makefile math/p5-Algorithm-Combinatorics: Makefile math/p5-Bit-Vector: Makefile math/p5-Math-BigInt-GMP: Makefile math/p5-Math-FFT: Makefile math/p5-Math-GMP: Makefile math/p5-Math-Pari: Makefile misc/p5-File-LibMagic: Makefile misc/p5-File-MMagic-XS: Makefile multimedia/p5-Storable-AMF: Makefile net/net-snmp : Makefile net/p5-BSD-Socket-Splice: Makefile net/p5-flowd : Makefile net/p5-Geo-IP : Makefile net/p5-IO-Interface: Makefile net/p5-IO-Socket-Multicast: Makefile net/p5-Net-DBus: Makefile net/p5-Net-DNS : Makefile net/p5-Net-Patricia: Makefile net/p5-Net-Pcap: Makefile net/p5-Net-RawIP: Makefile net/p5-Net-SSH2: Makefile net/p5-Net-TCLink: Makefile net/p5-Net-Z3950-Zoom: Makefile net/p5-NetAddr-IP: Makefile net/p5-Socket-GetAddrInfo: Makefile net/p5-Socket6 : Makefile net/rrdtool : Makefile Log message: sync wantlib CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/23 09:52:47 Modified files: security/p5-Authen-Krb5-Simple: Makefile security/p5-Crypt-Blowfish: Makefile security/p5-Crypt-DES: Makefile security/p5-Crypt-GpgME: Makefile security/p5-Crypt-OpenSSL-Bignum: Makefile security/p5-Crypt-OpenSSL-DSA: Makefile security/p5-Crypt-OpenSSL-Random: Makefile security/p5-Crypt-OpenSSL-RSA: Makefile security/p5-Crypt-Rijndael: Makefile security/p5-Crypt-Serpent: Makefile security/p5-Crypt-SSLeay: Makefile security/p5-Crypt-Twofish: Makefile security/p5-Digest-MD2: Makefile security/p5-Digest-MD4: Makefile security/p5-Digest-MD5-M4p: Makefile security/p5-Digest-Nilsimsa: Makefile security/p5-Digest-SHA1: Makefile security/p5-Digest-Skein: Makefile security/p5-GSSAPI: Makefile security/p5-MD5: Makefile security/p5-Net_SSLeay: Makefile sysutils/p5-Proc-ProcessTable: Makefile sysutils/p5-Proc-Wait3: Makefile sysutils/p5-Quota: Makefile sysutils/p5-Unix-Statgrab: Makefile textproc/p5-Encode-Detect: Makefile textproc/p5-LibXML-Common: Makefile textproc/p5-String-Approx: Makefile textproc/p5-String-Similarity: Makefile textproc/p5-SWISH-API: Makefile Log message: sync wantlib CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/23 10:02:37 Modified files: textproc/p5-Template: Makefile textproc/p5-Text-Aspell: Makefile textproc/p5-Text-CSV_XS: Makefile textproc/p5-Text-DoubleMetaphone: Makefile textproc/p5-Text-LevenshteinXS: Makefile textproc/p5-Text-Tmpl: Makefile textproc/p5-XML-LibXML: Makefile textproc/p5-XML-Parser: Makefile textproc/p5-XML-SAX-ExpatXS: Makefile www/p5-Apache-DB: Makefile www/p5-HTML-Embperl: Makefile www/p5-HTML-Parser: Makefile www/p5-HTML-Tidy: Makefile www/p5-HTTP-GHTTP: Makefile www/p5-HTTP-Parser-XS: Makefile www/p5-libapreq: Makefile x11/p5-Tk : Makefile x11/p5-Tk-TableMatrix: Makefile x11/p5-X-Osd : Makefile Log message: sync wantlib CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2012/08/23 10:10:19 Modified files: usr.sbin/smtpd : enqueue.c Log message: enhance -v mode of 'sendmail' binary ok chl@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/23 10:25:48 Modified files: print/cups : Makefile print/cups/patches: patch-backend_usb-libusb_c print/cups/pkg : PLIST-main Added files: print/cups/patches: patch-conf_cupsd_conf_in Removed files: print/cups/patches: patch-config-scripts_cups-threads_m4 Log message: Don't use CONFIGURE_STYLE=dest, it fucks things up. Bring a couple of patches from CUPS str. Remove the lpthread patch. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/23 10:34:10 Modified files: audio/jack : Makefile audio/jack/patches: patch-jack_pc_in Log message: - fix the pkgconfig file for dynamic vs. static linking now that it can be fixed properly post -pthread. from brad ok sthen@ CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/23 10:40:38 Modified files: productivity/wyrd: Makefile distinfo Added files: productivity/wyrd/patches: patch-Makefile_in patch-configure Log message: Update to wyrd-1.4.5 - remove USE_GROFF - support ocaml-4.00.0 ok maintainer okan@ From: Christopher Zimmermann CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/23 10:43:10 Modified files: net/openconnect: Makefile distinfo Log message: update to OpenConnect 4.06, sitting in my tree since lock, a diff from Rodolfo Gouveia reminded me about this. CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/08/23 11:06:36 Modified files: sys/arch/loongson/stand: Makefile.inc Log message: missed NOPIE_FLAGS, noticed by Brian Callahan ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/23 11:07:52 Modified files: telephony/appkonference: Makefile distinfo telephony/appkonference/patches: patch-Makefile Log message: update to appkonference 2.2, from dhill I also ran update-patches and synced WANTLIB. CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2012/08/23 11:25:39 Modified files: distrib/sets/lists/xserv: md.zaurus Log message: sync CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/08/23 11:29:44 Modified files: lang/node : Makefile distinfo lang/node/patches: patch-deps_npm_node_modules_node-gyp_legacy_tools_gyp_pylib_gyp_common_py patch-deps_npm_node_modules_node-gyp_lib_install_js lang/node/pkg : PLIST Added files: lang/node/patches: patch-deps_npm_lib_npm_js patch-tools_install_py Removed files: lang/node/patches: patch-common_gypi patch-tools_installer_js Log message: - update node to 0.8.7 - add @mandir to plist OK sthen@, jasper@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/23 11:42:27 Modified files: telephony/asterisk: Makefile telephony/asterisk-g729: Makefile telephony/iaxclient: Makefile telephony/kamailio: Makefile telephony/libosip2: Makefile telephony/spandsp: Makefile Log message: sync wantlib CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/23 11:51:22 Modified files: misc/gpsd : Makefile misc/gpsd/patches: patch-configure misc/memcached : Makefile misc/memcached/patches: patch-configure Log message: Remove pthread patches. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/23 12:53:49 Modified files: lang/chicken : Makefile Log message: sync wantlib and bump epoch CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/23 13:19:17 Modified files: lang/classpath : Makefile lang/cython : Makefile lang/gcc/4.6 : Makefile lang/gcc/4.7 : Makefile lang/jruby : Makefile lang/php : Makefile.inc lang/php/5.2 : Makefile lang/php/5.3 : Makefile lang/python : Makefile.inc lang/python/2.5: Makefile lang/python/2.7: Makefile lang/python/3.2: Makefile lang/ruby/1.9 : Makefile Log message: sync wantlib CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/23 13:35:31 Modified files: lang/php/pecl : pecl.port.mk archivers/pecl-lzf: Makefile archivers/pecl-rar: Makefile graphics/pecl-imagick: Makefile mail/pecl-mailparse: Makefile sysutils/pecl-fileinfo: Makefile 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: sync wantlib for pecl-* CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/08/23 14:02:12 Modified files: sysutils/ggrep : Makefile distinfo Log message: Update to 2.14 ok naddy@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/23 14:03:57 Modified files: misc/ktimeclock: Makefile misc/lifelines : Makefile misc/memchan : Makefile misc/py-imdb : Makefile misc/shared-mime-info: Makefile misc/wmtimer : Makefile misc/xcdroast : Makefile Log message: sync wantlib CVSROOT: /cvs Module name: ports Changes by: rfreeman@cvs.openbsd.org 2012/08/23 14:20:27 Modified files: games/chocolate-doom: Makefile distinfo Log message: update to 1.7.0, no-longer requires gmake okay phessler@, jsg@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/08/23 14:29:57 Modified files: faq : current.html Log message: Talk about the change in default for autoconfigured IPv6 addresses, from SLAAC to RFC 4941 privacy addresses. With feedback from bluhm, sperreault and stsp. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/23 15:01:30 Modified files: sbin/ping6 : ping6.8 share/man/man4 : icmp6.4 Log message: - rfc 4443 replaces rfc 2463 - "ipv6 node information queries" has gone from draft to rfc 4620 - while here, a readability tweak for ping6(8) CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/08/23 16:28:47 Log message: update to ldns 1.6.13, tested by okan@, thanks (not yet linked to build). Status: Vendor Tag: NLNETLABS Release Tags: LDNS_1_6_13 U src/usr.sbin/unbound/ldns/Changelog U src/usr.sbin/unbound/ldns/LICENSE U src/usr.sbin/unbound/ldns/Makefile.in U src/usr.sbin/unbound/ldns/README U src/usr.sbin/unbound/ldns/README.snapshots U src/usr.sbin/unbound/ldns/README.svn U src/usr.sbin/unbound/ldns/aclocal.m4 U src/usr.sbin/unbound/ldns/acx_nlnetlabs.m4 U src/usr.sbin/unbound/ldns/ax_pkg_swig.m4 U src/usr.sbin/unbound/ldns/ax_python_devel.m4 U src/usr.sbin/unbound/ldns/buffer.c U src/usr.sbin/unbound/ldns/config.guess U src/usr.sbin/unbound/ldns/config.sub U src/usr.sbin/unbound/ldns/configure U src/usr.sbin/unbound/ldns/configure.ac U src/usr.sbin/unbound/ldns/dname.c U src/usr.sbin/unbound/ldns/dnssec.c U src/usr.sbin/unbound/ldns/dnssec_sign.c N src/usr.sbin/unbound/ldns/duration.c U src/usr.sbin/unbound/ldns/dnssec_verify.c U src/usr.sbin/unbound/ldns/dnssec_zone.c U src/usr.sbin/unbound/ldns/error.c U src/usr.sbin/unbound/ldns/higher.c U src/usr.sbin/unbound/ldns/host2str.c U src/usr.sbin/unbound/ldns/host2wire.c U src/usr.sbin/unbound/ldns/install-sh U src/usr.sbin/unbound/ldns/keys.c U src/usr.sbin/unbound/ldns/ldns_symbols.def U src/usr.sbin/unbound/ldns/libdns.doxygen U src/usr.sbin/unbound/ldns/libdns.vim U src/usr.sbin/unbound/ldns/linktest.c U src/usr.sbin/unbound/ldns/ltmain.sh U src/usr.sbin/unbound/ldns/net.c U src/usr.sbin/unbound/ldns/packet.c U src/usr.sbin/unbound/ldns/parse.c U src/usr.sbin/unbound/ldns/rbtree.c U src/usr.sbin/unbound/ldns/rdata.c U src/usr.sbin/unbound/ldns/resolver.c U src/usr.sbin/unbound/ldns/rr.c U src/usr.sbin/unbound/ldns/rr_functions.c U src/usr.sbin/unbound/ldns/sha1.c U src/usr.sbin/unbound/ldns/sha2.c U src/usr.sbin/unbound/ldns/str2host.c U src/usr.sbin/unbound/ldns/tsig.c U src/usr.sbin/unbound/ldns/update.c U src/usr.sbin/unbound/ldns/util.c U src/usr.sbin/unbound/ldns/wire2host.c U src/usr.sbin/unbound/ldns/zone.c U src/usr.sbin/unbound/ldns/compat/b32_ntop.c U src/usr.sbin/unbound/ldns/compat/b32_pton.c U src/usr.sbin/unbound/ldns/compat/b64_ntop.c U src/usr.sbin/unbound/ldns/compat/b64_pton.c U src/usr.sbin/unbound/ldns/compat/calloc.c U src/usr.sbin/unbound/ldns/compat/ctime_r.c U src/usr.sbin/unbound/ldns/compat/fake-rfc2553.c U src/usr.sbin/unbound/ldns/compat/fake-rfc2553.h U src/usr.sbin/unbound/ldns/compat/gmtime_r.c U src/usr.sbin/unbound/ldns/compat/inet_aton.c U src/usr.sbin/unbound/ldns/compat/inet_ntop.c U src/usr.sbin/unbound/ldns/compat/inet_pton.c U src/usr.sbin/unbound/ldns/compat/isascii.c U src/usr.sbin/unbound/ldns/compat/isblank.c U src/usr.sbin/unbound/ldns/compat/localtime_r.c U src/usr.sbin/unbound/ldns/compat/malloc.c U src/usr.sbin/unbound/ldns/compat/memmove.c U src/usr.sbin/unbound/ldns/compat/realloc.c U src/usr.sbin/unbound/ldns/compat/snprintf.c U src/usr.sbin/unbound/ldns/compat/strlcpy.c U src/usr.sbin/unbound/ldns/compat/timegm.c U src/usr.sbin/unbound/ldns/doc/API-header.xml U src/usr.sbin/unbound/ldns/doc/API.xml U src/usr.sbin/unbound/ldns/doc/CodingStyle U src/usr.sbin/unbound/ldns/doc/TODO U src/usr.sbin/unbound/ldns/doc/design.dox U src/usr.sbin/unbound/ldns/doc/dns-lib-implementations U src/usr.sbin/unbound/ldns/doc/doxyparse.pl U src/usr.sbin/unbound/ldns/doc/function_manpages U src/usr.sbin/unbound/ldns/doc/header.html U src/usr.sbin/unbound/ldns/doc/libdns.css U src/usr.sbin/unbound/ldns/doc/tutorial1_mx.dox U src/usr.sbin/unbound/ldns/doc/tutorial2_zone.dox U src/usr.sbin/unbound/ldns/doc/tutorial3_signzone.dox U src/usr.sbin/unbound/ldns/drill/ChangeLog.22-nov-2005 U src/usr.sbin/unbound/ldns/drill/Makefile.in U src/usr.sbin/unbound/ldns/drill/README U src/usr.sbin/unbound/ldns/drill/REGRESSIONS U src/usr.sbin/unbound/ldns/drill/chasetrace.c U src/usr.sbin/unbound/ldns/drill/config.h.in U src/usr.sbin/unbound/ldns/drill/configure U src/usr.sbin/unbound/ldns/drill/configure.ac U src/usr.sbin/unbound/ldns/drill/dnssec.c U src/usr.sbin/unbound/ldns/drill/drill.1 U src/usr.sbin/unbound/ldns/drill/drill.c U src/usr.sbin/unbound/ldns/drill/drill.h U src/usr.sbin/unbound/ldns/drill/drill_util.c U src/usr.sbin/unbound/ldns/drill/drill_util.h U src/usr.sbin/unbound/ldns/drill/error.c U src/usr.sbin/unbound/ldns/drill/install-sh U src/usr.sbin/unbound/ldns/drill/root.c U src/usr.sbin/unbound/ldns/drill/securetrace.c U src/usr.sbin/unbound/ldns/drill/work.c U src/usr.sbin/unbound/ldns/ldns/buffer.h U src/usr.sbin/unbound/ldns/ldns/common.h.in U src/usr.sbin/unbound/ldns/ldns/config.h.in U src/usr.sbin/unbound/ldns/ldns/dname.h U src/usr.sbin/unbound/ldns/ldns/dnssec.h U src/usr.sbin/unbound/ldns/ldns/dnssec_sign.h U src/usr.sbin/unbound/ldns/ldns/dnssec_verify.h U src/usr.sbin/unbound/ldns/ldns/dnssec_zone.h N src/usr.sbin/unbound/ldns/ldns/duration.h U src/usr.sbin/unbound/ldns/ldns/error.h U src/usr.sbin/unbound/ldns/ldns/higher.h U src/usr.sbin/unbound/ldns/ldns/host2str.h U src/usr.sbin/unbound/ldns/ldns/host2wire.h U src/usr.sbin/unbound/ldns/ldns/keys.h U src/usr.sbin/unbound/ldns/ldns/ldns.h U src/usr.sbin/unbound/ldns/ldns/net.h.in U src/usr.sbin/unbound/ldns/ldns/packet.h U src/usr.sbin/unbound/ldns/ldns/parse.h U src/usr.sbin/unbound/ldns/ldns/rbtree.h U src/usr.sbin/unbound/ldns/ldns/rdata.h U src/usr.sbin/unbound/ldns/ldns/resolver.h U src/usr.sbin/unbound/ldns/ldns/rr.h U src/usr.sbin/unbound/ldns/ldns/rr_functions.h U src/usr.sbin/unbound/ldns/ldns/sha1.h U src/usr.sbin/unbound/ldns/ldns/sha2.h U src/usr.sbin/unbound/ldns/ldns/str2host.h U src/usr.sbin/unbound/ldns/ldns/tsig.h U src/usr.sbin/unbound/ldns/ldns/update.h U src/usr.sbin/unbound/ldns/ldns/util.h.in U src/usr.sbin/unbound/ldns/ldns/wire2host.h U src/usr.sbin/unbound/ldns/ldns/zone.h U src/usr.sbin/unbound/ldns/packaging/ldns-config.1 U src/usr.sbin/unbound/ldns/packaging/ldns-config.in U src/usr.sbin/unbound/ldns/packaging/libldns.pc.in No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/08/23 16:31:22 Modified files: usr.sbin/unbound/ldns: configure.ac Log message: don't force CFLAGS CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/08/23 16:31:51 Modified files: usr.sbin/unbound/ldns: configure Log message: regen CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/08/23 16:32:11 Modified files: usr.sbin/unbound/ldns: Makefile.in Log message: cope with non-executable install-sh CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/08/23 16:36:36 Log message: update to unbound 1.4.17, testing by okan@ (not yet linked to build; 1.4.18 to follow later). Status: Vendor Tag: NLNETLABS Release Tags: UNBOUND_1_4_17 U src/usr.sbin/unbound/LICENSE C src/usr.sbin/unbound/Makefile.in U src/usr.sbin/unbound/README U src/usr.sbin/unbound/ac_pkg_swig.m4 U src/usr.sbin/unbound/aclocal.m4 U src/usr.sbin/unbound/acx_nlnetlabs.m4 U src/usr.sbin/unbound/acx_pthread.m4 U src/usr.sbin/unbound/acx_python.m4 U src/usr.sbin/unbound/config.guess U src/usr.sbin/unbound/config.h.in U src/usr.sbin/unbound/config.sub C src/usr.sbin/unbound/configure C src/usr.sbin/unbound/configure.ac U src/usr.sbin/unbound/install-sh U src/usr.sbin/unbound/ltmain.sh U src/usr.sbin/unbound/daemon/acl_list.c U src/usr.sbin/unbound/daemon/acl_list.h U src/usr.sbin/unbound/daemon/cachedump.c U src/usr.sbin/unbound/daemon/cachedump.h U src/usr.sbin/unbound/daemon/daemon.c U src/usr.sbin/unbound/daemon/daemon.h C src/usr.sbin/unbound/daemon/remote.c C src/usr.sbin/unbound/daemon/remote.h U src/usr.sbin/unbound/daemon/stats.c U src/usr.sbin/unbound/daemon/stats.h C src/usr.sbin/unbound/daemon/unbound.c C src/usr.sbin/unbound/daemon/worker.c C src/usr.sbin/unbound/daemon/worker.h U src/usr.sbin/unbound/doc/CREDITS C src/usr.sbin/unbound/doc/Changelog U src/usr.sbin/unbound/doc/FEATURES U src/usr.sbin/unbound/doc/LICENSE U src/usr.sbin/unbound/doc/README U src/usr.sbin/unbound/doc/README.svn U src/usr.sbin/unbound/doc/README.tests U src/usr.sbin/unbound/doc/TODO U src/usr.sbin/unbound/doc/control_proto_spec.txt U src/usr.sbin/unbound/doc/example.conf.in U src/usr.sbin/unbound/doc/ietf67-design-02.odp U src/usr.sbin/unbound/doc/ietf67-design-02.pdf U src/usr.sbin/unbound/doc/libunbound.3.in U src/usr.sbin/unbound/doc/requirements.txt U src/usr.sbin/unbound/doc/unbound-anchor.8.in U src/usr.sbin/unbound/doc/unbound-checkconf.8.in U src/usr.sbin/unbound/doc/unbound-control.8.in U src/usr.sbin/unbound/doc/unbound-host.1 U src/usr.sbin/unbound/doc/unbound.8.in U src/usr.sbin/unbound/doc/unbound.conf.5.in U src/usr.sbin/unbound/doc/unbound.doxygen U src/usr.sbin/unbound/iterator/iter_delegpt.c U src/usr.sbin/unbound/iterator/iter_delegpt.h U src/usr.sbin/unbound/iterator/iter_donotq.c U src/usr.sbin/unbound/iterator/iter_donotq.h U src/usr.sbin/unbound/iterator/iter_fwd.c U src/usr.sbin/unbound/iterator/iter_fwd.h U src/usr.sbin/unbound/iterator/iter_hints.c U src/usr.sbin/unbound/iterator/iter_hints.h U src/usr.sbin/unbound/iterator/iter_priv.c U src/usr.sbin/unbound/iterator/iter_priv.h U src/usr.sbin/unbound/iterator/iter_resptype.c U src/usr.sbin/unbound/iterator/iter_resptype.h U src/usr.sbin/unbound/iterator/iter_scrub.c U src/usr.sbin/unbound/iterator/iter_scrub.h U src/usr.sbin/unbound/iterator/iter_utils.c U src/usr.sbin/unbound/iterator/iter_utils.h U src/usr.sbin/unbound/iterator/iterator.c U src/usr.sbin/unbound/iterator/iterator.h U src/usr.sbin/unbound/libunbound/context.c U src/usr.sbin/unbound/libunbound/context.h U src/usr.sbin/unbound/libunbound/libunbound.c C src/usr.sbin/unbound/libunbound/libworker.c U src/usr.sbin/unbound/libunbound/libworker.h U src/usr.sbin/unbound/libunbound/ubsyms.def U src/usr.sbin/unbound/libunbound/unbound.h C src/usr.sbin/unbound/services/listen_dnsport.c C src/usr.sbin/unbound/services/listen_dnsport.h U src/usr.sbin/unbound/services/localzone.c U src/usr.sbin/unbound/services/localzone.h U src/usr.sbin/unbound/services/mesh.c U src/usr.sbin/unbound/services/mesh.h U src/usr.sbin/unbound/services/modstack.c U src/usr.sbin/unbound/services/modstack.h U src/usr.sbin/unbound/services/outbound_list.c U src/usr.sbin/unbound/services/outbound_list.h U src/usr.sbin/unbound/services/outside_network.c U src/usr.sbin/unbound/services/outside_network.h U src/usr.sbin/unbound/services/cache/dns.c U src/usr.sbin/unbound/services/cache/dns.h U src/usr.sbin/unbound/services/cache/infra.c U src/usr.sbin/unbound/services/cache/infra.h U src/usr.sbin/unbound/services/cache/rrset.c U src/usr.sbin/unbound/services/cache/rrset.h U src/usr.sbin/unbound/smallapp/unbound-anchor.c U src/usr.sbin/unbound/smallapp/unbound-checkconf.c U src/usr.sbin/unbound/smallapp/unbound-control-setup.sh U src/usr.sbin/unbound/smallapp/unbound-control.c U src/usr.sbin/unbound/smallapp/unbound-host.c C src/usr.sbin/unbound/smallapp/worker_cb.c U src/usr.sbin/unbound/util/alloc.c U src/usr.sbin/unbound/util/alloc.h U src/usr.sbin/unbound/util/config_file.c U src/usr.sbin/unbound/util/config_file.h U src/usr.sbin/unbound/util/configlexer.lex U src/usr.sbin/unbound/util/configparser.y U src/usr.sbin/unbound/util/configyyrename.h C src/usr.sbin/unbound/util/fptr_wlist.c C src/usr.sbin/unbound/util/fptr_wlist.h U src/usr.sbin/unbound/util/iana_ports.inc U src/usr.sbin/unbound/util/locks.c U src/usr.sbin/unbound/util/locks.h U src/usr.sbin/unbound/util/log.c U src/usr.sbin/unbound/util/log.h U src/usr.sbin/unbound/util/mini_event.c U src/usr.sbin/unbound/util/mini_event.h U src/usr.sbin/unbound/util/module.c U src/usr.sbin/unbound/util/module.h U src/usr.sbin/unbound/util/net_help.c U src/usr.sbin/unbound/util/net_help.h C src/usr.sbin/unbound/util/netevent.c C src/usr.sbin/unbound/util/netevent.h U src/usr.sbin/unbound/util/rtt.c U src/usr.sbin/unbound/util/random.c U src/usr.sbin/unbound/util/random.h U src/usr.sbin/unbound/util/rbtree.c U src/usr.sbin/unbound/util/rbtree.h U src/usr.sbin/unbound/util/regional.c U src/usr.sbin/unbound/util/regional.h U src/usr.sbin/unbound/util/rtt.h U src/usr.sbin/unbound/util/timehist.c U src/usr.sbin/unbound/util/timehist.h U src/usr.sbin/unbound/util/tube.c U src/usr.sbin/unbound/util/tube.h U src/usr.sbin/unbound/util/winsock_event.c U src/usr.sbin/unbound/util/winsock_event.h U src/usr.sbin/unbound/util/data/dname.c U src/usr.sbin/unbound/util/data/dname.h U src/usr.sbin/unbound/util/data/msgencode.c U src/usr.sbin/unbound/util/data/msgencode.h U src/usr.sbin/unbound/util/data/msgparse.c U src/usr.sbin/unbound/util/data/msgparse.h U src/usr.sbin/unbound/util/data/msgreply.c U src/usr.sbin/unbound/util/data/msgreply.h U src/usr.sbin/unbound/util/data/packed_rrset.c U src/usr.sbin/unbound/util/data/packed_rrset.h U src/usr.sbin/unbound/util/storage/dnstree.c U src/usr.sbin/unbound/util/storage/dnstree.h U src/usr.sbin/unbound/util/storage/lookup3.c U src/usr.sbin/unbound/util/storage/lookup3.h U src/usr.sbin/unbound/util/storage/lruhash.c U src/usr.sbin/unbound/util/storage/lruhash.h U src/usr.sbin/unbound/util/storage/slabhash.c U src/usr.sbin/unbound/util/storage/slabhash.h U src/usr.sbin/unbound/validator/autotrust.c U src/usr.sbin/unbound/validator/autotrust.h U src/usr.sbin/unbound/validator/val_anchor.c U src/usr.sbin/unbound/validator/val_anchor.h U src/usr.sbin/unbound/validator/val_kcache.c U src/usr.sbin/unbound/validator/val_kcache.h U src/usr.sbin/unbound/validator/val_kentry.c U src/usr.sbin/unbound/validator/val_kentry.h U src/usr.sbin/unbound/validator/val_neg.c U src/usr.sbin/unbound/validator/val_neg.h U src/usr.sbin/unbound/validator/val_nsec.c U src/usr.sbin/unbound/validator/val_nsec.h U src/usr.sbin/unbound/validator/val_nsec3.c U src/usr.sbin/unbound/validator/val_nsec3.h U src/usr.sbin/unbound/validator/val_sigcrypt.c U src/usr.sbin/unbound/validator/val_sigcrypt.h U src/usr.sbin/unbound/validator/val_utils.c U src/usr.sbin/unbound/validator/val_utils.h U src/usr.sbin/unbound/validator/validator.c U src/usr.sbin/unbound/validator/validator.h 17 conflicts created by this import. Use the following command to help the merge: cvs checkout -jNLNETLABS:yesterday -jNLNETLABS src/usr.sbin/unbound CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/08/23 16:40:21 Modified files: usr.sbin/unbound: Makefile.in configure configure.ac usr.sbin/unbound/daemon: remote.c worker.c usr.sbin/unbound/doc: Changelog unbound-host.1 usr.sbin/unbound/libunbound: libworker.c usr.sbin/unbound/util: netevent.c netevent.h Log message: resolve conflicts CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/08/23 16:54:32 Modified files: usr.sbin/unbound/ldns: configure.ac Log message: copy cflags override code from newer unbound's configure.ac to ldns's CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/08/23 16:54:43 Modified files: usr.sbin/unbound/ldns: configure Log message: regen CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/08/23 16:56:34 Log message: update to unbound 1.4.18 Status: Vendor Tag: NLNETLABS Release Tags: UNBOUND_1_4_18 U src/usr.sbin/unbound/aclocal.m4 U src/usr.sbin/unbound/LICENSE U src/usr.sbin/unbound/config.sub C src/usr.sbin/unbound/configure.ac U src/usr.sbin/unbound/ltmain.sh U src/usr.sbin/unbound/ac_pkg_swig.m4 C src/usr.sbin/unbound/Makefile.in C src/usr.sbin/unbound/configure U src/usr.sbin/unbound/config.guess U src/usr.sbin/unbound/install-sh U src/usr.sbin/unbound/acx_python.m4 U src/usr.sbin/unbound/acx_pthread.m4 U src/usr.sbin/unbound/config.h.in U src/usr.sbin/unbound/README U src/usr.sbin/unbound/acx_nlnetlabs.m4 C src/usr.sbin/unbound/doc/Changelog U src/usr.sbin/unbound/doc/TODO U src/usr.sbin/unbound/doc/unbound-checkconf.8.in U src/usr.sbin/unbound/doc/control_proto_spec.txt U src/usr.sbin/unbound/doc/LICENSE U src/usr.sbin/unbound/doc/unbound.doxygen U src/usr.sbin/unbound/doc/ietf67-design-02.pdf U src/usr.sbin/unbound/doc/ietf67-design-02.odp U src/usr.sbin/unbound/doc/FEATURES C src/usr.sbin/unbound/doc/unbound-host.1 U src/usr.sbin/unbound/doc/libunbound.3.in U src/usr.sbin/unbound/doc/README.tests U src/usr.sbin/unbound/doc/unbound.8.in U src/usr.sbin/unbound/doc/unbound.conf.5.in U src/usr.sbin/unbound/doc/README.svn U src/usr.sbin/unbound/doc/requirements.txt U src/usr.sbin/unbound/doc/example.conf.in U src/usr.sbin/unbound/doc/unbound-control.8.in U src/usr.sbin/unbound/doc/README U src/usr.sbin/unbound/doc/CREDITS U src/usr.sbin/unbound/doc/unbound-anchor.8.in U src/usr.sbin/unbound/util/alloc.c U src/usr.sbin/unbound/util/net_help.h U src/usr.sbin/unbound/util/log.c U src/usr.sbin/unbound/util/config_file.c U src/usr.sbin/unbound/util/rtt.c U src/usr.sbin/unbound/util/locks.c U src/usr.sbin/unbound/util/iana_ports.inc U src/usr.sbin/unbound/util/tube.c U src/usr.sbin/unbound/util/config_file.h U src/usr.sbin/unbound/util/random.h U src/usr.sbin/unbound/util/tube.h U src/usr.sbin/unbound/util/random.c U src/usr.sbin/unbound/util/winsock_event.c U src/usr.sbin/unbound/util/mini_event.h U src/usr.sbin/unbound/util/configyyrename.h U src/usr.sbin/unbound/util/configparser.y U src/usr.sbin/unbound/util/rtt.h U src/usr.sbin/unbound/util/locks.h U src/usr.sbin/unbound/util/regional.h U src/usr.sbin/unbound/util/module.h U src/usr.sbin/unbound/util/winsock_event.h U src/usr.sbin/unbound/util/netevent.h U src/usr.sbin/unbound/util/rbtree.h U src/usr.sbin/unbound/util/mini_event.c U src/usr.sbin/unbound/util/regional.c C src/usr.sbin/unbound/util/netevent.c U src/usr.sbin/unbound/util/log.h U src/usr.sbin/unbound/util/timehist.h U src/usr.sbin/unbound/util/fptr_wlist.c U src/usr.sbin/unbound/util/timehist.c U src/usr.sbin/unbound/util/fptr_wlist.h U src/usr.sbin/unbound/util/alloc.h U src/usr.sbin/unbound/util/net_help.c U src/usr.sbin/unbound/util/configlexer.lex U src/usr.sbin/unbound/util/module.c U src/usr.sbin/unbound/util/rbtree.c U src/usr.sbin/unbound/util/data/msgreply.c U src/usr.sbin/unbound/util/data/msgencode.c U src/usr.sbin/unbound/util/data/msgparse.h U src/usr.sbin/unbound/util/data/msgreply.h U src/usr.sbin/unbound/util/data/packed_rrset.c U src/usr.sbin/unbound/util/data/dname.h U src/usr.sbin/unbound/util/data/msgencode.h U src/usr.sbin/unbound/util/data/dname.c U src/usr.sbin/unbound/util/data/packed_rrset.h U src/usr.sbin/unbound/util/data/msgparse.c U src/usr.sbin/unbound/util/storage/slabhash.h U src/usr.sbin/unbound/util/storage/lruhash.h U src/usr.sbin/unbound/util/storage/dnstree.h U src/usr.sbin/unbound/util/storage/slabhash.c U src/usr.sbin/unbound/util/storage/lruhash.c U src/usr.sbin/unbound/util/storage/dnstree.c U src/usr.sbin/unbound/util/storage/lookup3.c U src/usr.sbin/unbound/util/storage/lookup3.h U src/usr.sbin/unbound/iterator/iterator.h U src/usr.sbin/unbound/iterator/iter_delegpt.c U src/usr.sbin/unbound/iterator/iter_priv.c U src/usr.sbin/unbound/iterator/iter_utils.h U src/usr.sbin/unbound/iterator/iter_donotq.c U src/usr.sbin/unbound/iterator/iter_priv.h U src/usr.sbin/unbound/iterator/iterator.c U src/usr.sbin/unbound/iterator/iter_hints.c U src/usr.sbin/unbound/iterator/iter_scrub.c U src/usr.sbin/unbound/iterator/iter_delegpt.h U src/usr.sbin/unbound/iterator/iter_resptype.c U src/usr.sbin/unbound/iterator/iter_fwd.h U src/usr.sbin/unbound/iterator/iter_fwd.c U src/usr.sbin/unbound/iterator/iter_scrub.h U src/usr.sbin/unbound/iterator/iter_donotq.h U src/usr.sbin/unbound/iterator/iter_hints.h U src/usr.sbin/unbound/iterator/iter_resptype.h U src/usr.sbin/unbound/iterator/iter_utils.c U src/usr.sbin/unbound/smallapp/unbound-control.c U src/usr.sbin/unbound/smallapp/unbound-host.c U src/usr.sbin/unbound/smallapp/worker_cb.c U src/usr.sbin/unbound/smallapp/unbound-checkconf.c U src/usr.sbin/unbound/smallapp/unbound-control-setup.sh U src/usr.sbin/unbound/smallapp/unbound-anchor.c U src/usr.sbin/unbound/services/modstack.h U src/usr.sbin/unbound/services/listen_dnsport.h U src/usr.sbin/unbound/services/localzone.h U src/usr.sbin/unbound/services/outbound_list.h U src/usr.sbin/unbound/services/localzone.c C src/usr.sbin/unbound/services/listen_dnsport.c U src/usr.sbin/unbound/services/outbound_list.c U src/usr.sbin/unbound/services/outside_network.h U src/usr.sbin/unbound/services/mesh.c U src/usr.sbin/unbound/services/outside_network.c U src/usr.sbin/unbound/services/modstack.c U src/usr.sbin/unbound/services/mesh.h U src/usr.sbin/unbound/services/cache/rrset.h U src/usr.sbin/unbound/services/cache/infra.h U src/usr.sbin/unbound/services/cache/dns.c U src/usr.sbin/unbound/services/cache/dns.h U src/usr.sbin/unbound/services/cache/rrset.c U src/usr.sbin/unbound/services/cache/infra.c U src/usr.sbin/unbound/validator/val_anchor.h U src/usr.sbin/unbound/validator/validator.c U src/usr.sbin/unbound/validator/val_anchor.c U src/usr.sbin/unbound/validator/autotrust.h U src/usr.sbin/unbound/validator/val_neg.c U src/usr.sbin/unbound/validator/val_utils.c U src/usr.sbin/unbound/validator/val_nsec.h U src/usr.sbin/unbound/validator/val_kcache.c U src/usr.sbin/unbound/validator/val_neg.h U src/usr.sbin/unbound/validator/val_sigcrypt.c U src/usr.sbin/unbound/validator/val_kcache.h U src/usr.sbin/unbound/validator/val_nsec.c N src/usr.sbin/unbound/validator/val_secalgo.h U src/usr.sbin/unbound/validator/validator.h U src/usr.sbin/unbound/validator/val_nsec3.h U src/usr.sbin/unbound/validator/val_kentry.h U src/usr.sbin/unbound/validator/val_utils.h U src/usr.sbin/unbound/validator/val_kentry.c U src/usr.sbin/unbound/validator/val_sigcrypt.h U src/usr.sbin/unbound/validator/autotrust.c N src/usr.sbin/unbound/validator/val_secalgo.c U src/usr.sbin/unbound/validator/val_nsec3.c U src/usr.sbin/unbound/daemon/worker.c U src/usr.sbin/unbound/daemon/worker.h C src/usr.sbin/unbound/daemon/remote.h C src/usr.sbin/unbound/daemon/remote.c U src/usr.sbin/unbound/daemon/stats.c U src/usr.sbin/unbound/daemon/stats.h U src/usr.sbin/unbound/daemon/cachedump.h U src/usr.sbin/unbound/daemon/daemon.h C src/usr.sbin/unbound/daemon/unbound.c U src/usr.sbin/unbound/daemon/acl_list.h U src/usr.sbin/unbound/daemon/acl_list.c U src/usr.sbin/unbound/daemon/daemon.c U src/usr.sbin/unbound/daemon/cachedump.c U src/usr.sbin/unbound/libunbound/ubsyms.def U src/usr.sbin/unbound/libunbound/unbound.h U src/usr.sbin/unbound/libunbound/libworker.h U src/usr.sbin/unbound/libunbound/libunbound.c U src/usr.sbin/unbound/libunbound/context.c C src/usr.sbin/unbound/libunbound/libworker.c U src/usr.sbin/unbound/libunbound/context.h 11 conflicts created by this import. Use the following command to help the merge: cvs checkout -jNLNETLABS:yesterday -jNLNETLABS src/usr.sbin/unbound CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/08/23 16:59:48 Modified files: usr.sbin/unbound: Makefile.in configure configure.ac usr.sbin/unbound/daemon: remote.c remote.h unbound.c usr.sbin/unbound/doc: Changelog unbound-host.1 usr.sbin/unbound/libunbound: libworker.c usr.sbin/unbound/services: listen_dnsport.c usr.sbin/unbound/util: netevent.c Log message: resolve conflicts CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/08/23 17:10:02 Modified files: usr.sbin/unbound: Makefile.in Log message: cope with non-executable install-sh in unbound CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/08/23 19:28:54 Modified files: lib/libc/sys : stack_protector.c Log message: Don't attempt to warn about uninitialized __guard values yet. It's too early to assume that everyone has updated their compiler toolchains, and it seems to cause problems at least on armish when an out-of-date binutils is used. CVSROOT: /cvs Module name: www Changes by: matthew@cvs.openbsd.org 2012/08/23 19:34:31 Modified files: faq : current.html Log message: Warn about binutils/libc dependency and instruct users how to upgrade safely. CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2012/08/23 20:01:40 Modified files: usr.sbin/tcpdump: tcpdump.8 Log message: We maintain our own tcpdump, so remove the sentence in the BUGS section that asks users to send bug reports to mainline tcpdump. While here, fix two mandoc -Tlint warnings by removing unnecessary .Pp instances. ok deraadt jmc naddy CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/08/23 20:49:23 Modified files: sys/arch/i386/i386: machdep.c sys/arch/i386/include: specialreg.h sys/arch/amd64/amd64: identcpu.c sys/arch/amd64/include: specialreg.h Log message: Synchronize CR4 and CPUID portions of for i386 and amd64 Add display of more feature bits: DTES64 PCID DEADLINE F16C RDRAND Add display of "Structured Extended Feature Flags Parameters": FSGSBASE SMEP EREP INVPCID ok mikeb@ CVSROOT: /cvs Module name: ports Changes by: jmatthew@cvs.openbsd.org 2012/08/23 22:18:02 Modified files: infrastructure/db: user.list Log message: reserve uid for databases/riak CVSROOT: /cvs Module name: www Changes by: matthew@cvs.openbsd.org 2012/08/23 23:26:20 Modified files: faq : current.html Log message: Add missing TOC entry; pointed out by jmc. CVSROOT: /cvs Module name: www Changes by: matthew@cvs.openbsd.org 2012/08/23 23:30:39 Modified files: faq : current.html Log message: Tweak styling to match other entries. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/08/23 23:48:55 Modified files: . : donations.html Log message: new CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/24 01:05:51 Modified files: net/ipcalc : Makefile distinfo Removed files: net/ipcalc/patches: patch-ipcalc_1 patch-ipcalc_c Log message: Update to ipcalc-1.4. from robert at peichaer dot org CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/24 01:09:36 Modified files: www/drupal7/locale-fr: Makefile distinfo Log message: - update colorbox distfile CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/24 01:24:12 Modified files: net/jabberd : Makefile Added files: net/jabberd/patches: patch-s2s_out_c Log message: Security fix for CVE-2012-3525 jabberd XMPP Dialback Protection Bypass Vulnerability (this port could really use an update too fwiw) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/24 01:25:59 Modified files: net/jabberd : Tag: OPENBSD_5_2 Makefile Added files: net/jabberd/patches: Tag: OPENBSD_5_2 patch-s2s_out_c Log message: Security fix for CVE-2012-3525 jabberd XMPP Dialback Protection Bypass Vulnerability CVSROOT: /cvs Module name: ports Changes by: jmatthew@cvs.openbsd.org 2012/08/24 01:26:30 Log message: import riak Riak combines a decentralized key-value store, a flexible map/reduce engine, and a friendly HTTP/JSON query interface to provide a database ideally suited for Web applications. ok dlg@ Status: Vendor Tag: jmatthew Release Tags: jmatthew_20120824 N ports/databases/riak/Makefile N ports/databases/riak/distinfo N ports/databases/riak/patches/patch-erlang-js-spidermonkey_c N ports/databases/riak/patches/patch-deps_eleveldb_rebar_config N ports/databases/riak/patches/patch-erlang-js-rebar_config N ports/databases/riak/patches/patch-vars_config N ports/databases/riak/patches/patch-erlang-js-spidermonkey_h N ports/databases/riak/pkg/riak.rc N ports/databases/riak/pkg/PLIST N ports/databases/riak/pkg/PFRAG.shared N ports/databases/riak/pkg/DESCR N ports/databases/riak/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/08/24 01:32:12 Modified files: usr.sbin/smtpd : scheduler_backend.c Log message: fix assignment typo ok eric@ gilles@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/24 01:38:57 Log message: Import qpdf-3.0.1. QPDF is a command-line program that does structural, content-preserving transformations on PDF files. It could have been called something like pdf-to-pdf. It also provides many useful capabilities to developers of PDF-producing software or for people who just want to look at the innards of a PDF file to learn more about how they work. This will be needed by an update to cups-filters which I am working on. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120824 N ports/print/qpdf/distinfo N ports/print/qpdf/Makefile N ports/print/qpdf/pkg/PLIST N ports/print/qpdf/pkg/DESCR N ports/print/qpdf/pkg/PFRAG.shared N ports/print/qpdf/patches/patch-configure N ports/print/qpdf/patches/patch-make_libtool_mk No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/24 01:39:41 Modified files: print : Makefile Log message: +qpdf CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/24 01:50:38 Modified files: x11/xforms : Makefile Log message: - honor CFLAGS (from brad) - fix homepage CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/08/24 01:57:54 Modified files: usr.sbin/httpd : Makefile.bsd-wrapper Log message: Link httpd with -lpthread; recent pthread work enforces that a program dlopen()ing a module which uses pthread functions is itself linked with the thread library. Specifically, this allows httpd to use php again without an LD_PRELOAD hack. ok espie@ matthew@ CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2012/08/24 02:01:22 Modified files: faq : current.html Log message: Add missing make obj step in previous. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/24 02:11:13 Modified files: lang/php/5.3 : Makefile distinfo Log message: update to PHP 5.3.16, ok robert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/24 02:29:27 Modified files: geo/mapserver : Makefile geo/mapserver/pkg: README-php graphics/pecl-imagick: Makefile graphics/pecl-imagick/pkg: PLIST mail/zarafa/zarafa: Makefile mail/zarafa/zarafa/pkg: README-main mail/zarafa/webapp: Makefile mail/zarafa/webapp/pkg: README Removed files: graphics/pecl-imagick/pkg: README Log message: No need to LD_PRELOAD libpthread anymore now that Apache is linked with pthreads(3). discussed with sthen@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/24 02:54:32 Modified files: share/man/man4 : pim.4 Log message: flesh out STANDARDS; CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/24 03:33:31 Modified files: devel/ocaml-zed: Makefile Log message: - this'll also need ocaml-camomile to run CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/24 03:39:26 Log message: import tsung 1.4.2 Tsung is a distributed load testing tool that is available free of charge as an open source software product. It is protocol-independent and can be used to stress Jabber/XMPP, HTTP, SOAP, LDAP and PostgreSQL servers. The tool can simulate very large numbers of users per server, making it ideal for analysing and testing the performance of large-scale applications, such as instant messaging solutions. ok sthen@ Status: Vendor Tag: jasper Release Tags: jasper_20122408 N ports/benchmarking/tsung/Makefile N ports/benchmarking/tsung/distinfo N ports/benchmarking/tsung/pkg/DESCR N ports/benchmarking/tsung/pkg/PLIST N ports/benchmarking/tsung/pkg/MESSAGE N ports/benchmarking/tsung/patches/patch-Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/24 03:40:34 Removed files: benchmarking/tsung: Makefile distinfo benchmarking/tsung/patches: patch-Makefile_in benchmarking/tsung/pkg: DESCR MESSAGE PLIST Log message: remove, it's supposed to be benchmarks. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/24 03:41:41 Log message: import tsung 1.4.2 Tsung is a distributed load testing tool that is available free of charge as an open source software product. It is protocol-independent and can be used to stress Jabber/XMPP, HTTP, SOAP, LDAP and PostgreSQL servers. The tool can simulate very large numbers of users per server, making it ideal for analysing and testing the performance of large-scale applications, such as instant messaging solutions. ok sthen@ Status: Vendor Tag: jasper Release Tags: jasper_20122408 N ports/benchmarks/tsung/Makefile N ports/benchmarks/tsung/distinfo N ports/benchmarks/tsung/pkg/DESCR N ports/benchmarks/tsung/pkg/PLIST N ports/benchmarks/tsung/pkg/MESSAGE N ports/benchmarks/tsung/patches/patch-Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/24 03:42:10 Modified files: benchmarks : Makefile Log message: sync CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/08/24 04:00:55 Modified files: sys/arch/sparc64/sparc64: machdep.c Log message: don't read past the end of an array when dumping the stack. same problem/fix as sparc. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/08/24 04:05:25 Modified files: sys/arch/macppc/include: bus.h sys/arch/socppc/include: bus.h Log message: ansi CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/24 04:07:28 Modified files: usr.sbin/smtpd : queue_fsqueue.c Log message: When creating an envelope, check if the message is incoming or queued to decide the path for the envelope. Remove the need to check the envelope type. ok gilles@ chl@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/24 06:14:47 Modified files: audio/libcanberra: Makefile audio/libcanberra/patches: patch-configure_ac Log message: Remove the as-needed pthread hack. from Brad CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/24 06:29:50 Modified files: usr.sbin/smtpd : scheduler_backend.c scheduler_ramqueue.c smtpd.h Log message: Remove the rq_host and rq_batch structures from the ramqueue scheduler. The scheduler should only allow admin to schedule specific envelopes by id, or msgid. More advanced scheduling (per host/route/whatever) should be achieved using smtpctl schedule-id and proper filtering on the queue, or using ad-hoc scheduler backend and tools. ok gilles@ chl@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/24 06:33:14 Modified files: security/gnutls: Makefile security/gnutls/patches: patch-lib_gnutls_pc_in Log message: No need for -pthread ldflags anymore. from Brad CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/08/24 06:38:11 Modified files: de : ftp.html faq/fr : faq6.html faq/pf/ru : pools.html fr : ftp.html nl : donations.html ftp.html openbgpd/de : ftp.html users.html openbgpd/fr : ftp.html users.html openbgpd/ru : ftp.html users.html openntpd/de : ftp.html portable.html openntpd/fr : ftp.html portable.html openntpd/ru : ftp.html portable.html openssh/de : ftp.html portable.html openssh/fr : ftp.html portable.html openssh/nl : ftp.html portable.html openssh/ru : ftp.html portable.html windows.html ru : hackathons.html index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/08/24 07:13:13 Modified files: usr.sbin/smtpd : queue_backend.c queue_fsqueue.c smtpd.h Log message: Don't pass struct envelope pointer in queue backend API, instead use envelope id and an envelope ascii buffer. ok eric@ gilles@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/08/24 07:16:15 Modified files: usr.sbin/smtpd : stat_ramstat.c Log message: fix smtpctl show stats crash seen on -portable reported by todd@ ok gilles@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/08/24 07:21:56 Modified files: usr.sbin/smtpd : envelope.c queue_backend.c smtpd.h Log message: In envelope ascii dump/load: - remove loading of evpid. - don't dump the msgid - ignore msgid at load - remove now unused functions ascii_{dump,load}_uint{32,64}_hex() With inputs from eric@ and gilles@ ok gilles@ eric@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/24 08:41:43 Modified files: share/man/man4 : sppp.4 Log message: update SEE ALSO; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/24 08:49:21 Modified files: sbin/isakmpd : isakmpd.8 Log message: ikev2 is described in rfc 5996 now; CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/24 11:01:32 Modified files: www/py-django : Makefile distinfo www/py-django/pkg: PLIST Log message: SECURITY UPDATE to 1.4.1, fixes CVE-2012-3442 CVE-2012-3443 CVE-2012-3444 Django Cross-Site Scripting and Two Denial of Service Vulnerabilities from ryan boggs (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/24 11:03:31 Modified files: www/py-django : Tag: OPENBSD_5_2 Makefile distinfo www/py-django/pkg: Tag: OPENBSD_5_2 PLIST Log message: SECURITY UPDATE to 1.4.1, fixes CVE-2012-3442 CVE-2012-3443 CVE-2012-3444 Django Cross-Site Scripting and Two Denial of Service Vulnerabilities from ryan boggs (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/24 11:04:06 Modified files: usr.sbin/bgpd : bgpd.conf.5 Log message: rfc 4456 replaces rfc 2796; ok claudio CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/24 12:21:06 Modified files: usr.sbin/smtpd : scheduler.c Log message: add stat counter for the number of envelopes inflight. ok gilles@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/24 12:26:01 Modified files: usr.sbin/smtpd : queue.c Log message: Error out if queue_envelope_load() failed, rather than sending crap to the mta/mda. ok gilles@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/24 12:46:46 Modified files: usr.sbin/smtpd : queue.c scheduler.c smtp_session.c Log message: When an smtp session fails and IMSG_QUEUE_REMOVE_MESSAGE is sent to the queue, also notify the scheduler so it can rollback the current update. Send only the msgid while there. ok gilles@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/24 12:51:41 Modified files: gnu/gcc/gcc/config: openbsd-libpthread.h Log message: Back out the bit that links all shared libraries against -lc from the previous commit. It breaks make build on arm and generally causes more grief than the the (small) benefit it is supposed to bring. ok matthew@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/24 13:50:19 Modified files: usr.bin/ssh/ssh: Makefile Log message: comment about bsd.own.mk is now false; ok markus CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/24 13:50:32 Modified files: graphics/ImageMagick/patches: patch-Magick++_lib_ImageMagick++_pc_in patch-Magick++_lib_Magick++_pc_in patch-wand_Wand_pc_in Log message: regen patches CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/24 13:51:48 Modified files: usr.sbin/smtpd : queue_backend.c Log message: envelope_validate() don't take the evpid anymore. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/24 14:13:03 Modified files: share/man/man4 : ip.4 usr.sbin/bgpd : bgpd.8 usr.sbin/relayd: relayd.conf.5 Log message: - rfc 5082 replaces rfc 3682; ok claudio - flesh out SEE ALSO in bgpd.8 - fix a formatting warning in relayd.conf.5 CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/24 15:24:25 Modified files: usr.sbin/smtpd : queue.c Log message: log forced removal and expiration of envelopes to maillog. suggested by Jan Stary. move queue loading notification to log_debug() while there. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/08/24 16:40:34 Modified files: x11/iwidgets/patches: patch-Makefile_in Log message: $(DEMOS_INSTALL_DIR} sure isn't a correct variable spec CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/24 21:43:27 Modified files: sys/dev/pci : mpii.c Log message: some endian fixes. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/25 00:33:14 Modified files: databases/riak : Makefile databases/riak/patches: patch-deps_eleveldb_rebar_config patch-erlang-js-rebar_config patch-vars_config databases/riak/pkg: README Log message: Don't hardcode gmake, use ${MAKE_PROGRAM}. Tighten LIB_DEPENDS. Don't hardcode /usr/local and /etc. ok jmatthew@ (maintainer) CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/08/25 01:01:35 Modified files: sys/dev/pci : mfii.c Log message: Small cleanup. ok dlg@. CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/08/25 01:03:04 Modified files: sys/dev/pci : mfii.c Log message: Make sure we disable interrupts on attachment before re-enabling. ok dlg@. CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/08/25 01:03:48 Modified files: share/man/man4 : mfii.4 Log message: Mention Supermicro SMC2208. ok dlg@. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/08/25 02:12:56 Modified files: usr.bin/make : engine.c job.c lowparse.c lowparse.h var.c varname.c Log message: - make wrong variable specs (unterminated) parse errors. - add info to be able to pinpoint parse errors at runtime. - let job runners abort when a parse error happens while expanding a variable during execution - fix an infinite loop when compiling without FEATURE_RECVARS. okay millert@, krw@ the very few errors found out by this (less than 10 over src/X/ports) fixed trivially beforehand, as requested by deraadt@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/25 02:17:42 Modified files: usr.sbin/smtpd : control.c Log message: log pause/resume from the administrator to maillog. suggested by Jan Stary. ok gilles@ chl@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/25 02:27:03 Modified files: usr.sbin/smtpd : mda.c Log message: use duration_to_text() when logging delay, for consistency. ok gilles@ chl@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/25 04:05:34 Modified files: www/ajaxterm : Makefile www/ajaxterm/pkg: ajaxterm.rc Log message: ajaxterm needs -d to daemonize; move it from daemon_flags to daemon. From rpe, ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/25 04:07:26 Modified files: security/logsurfer: Makefile distinfo security/logsurfer/patches: patch-Makefile_in patch-src_logsurfer_c Log message: update to logsurfer 1.8, from rpe, ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/25 04:14:37 Modified files: net/samba : Makefile net/samba/pkg : samba.rc Log message: Simplify how the order of the _pkg_scripts entries get reversed on stop. from rpe, ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/25 04:15:47 Modified files: net/netatalk : Makefile net/netatalk/pkg: netatalk.rc Log message: Simplify how the order of the _pkg_scripts entries get reversed on stop. from rpe, ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/25 04:17:27 Modified files: mail/zarafa/zarafa: Makefile mail/zarafa/zarafa/pkg: zarafa.rc Log message: Simplify how the order of the _pkg_scripts entries get reversed on stop. (same diff as for netatalk and samba from rpe) CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/08/25 04:23:12 Modified files: usr.sbin/smtpd : control.c dns.c mda.c mta.c queue.c scheduler.c scheduler_ramqueue.c smtp.c smtp_session.c smtpctl.c smtpd.h stat_backend.c stat_ramstat.c Log message: - introduce struct stat_value - statistics can now have a type (counter, timestamp, timeval, timespec and possibly others in the future) - stat_increment() / stat_decrement() now take an increment/decrement value and are at the moment only of type counter - stat_set() now takes a stat_value - provide helpers to convert raw values to stat_value ok eric@, ok chl@ while at it fix a rq_queue_dump() call using a bogus timestamp in scheduler ramqueue. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/08/25 05:30:19 Modified files: audio/audacious: Makefile distinfo audio/audacious/patches: patch-buildsys_mk_in patch-m4_buildsys_m4 patch-src_libaudclient_Makefile patch-src_libaudcore_Makefile patch-src_libaudgui_Makefile patch-src_libaudtag_Makefile audio/audacious/pkg: PLIST audio/audacious-plugins: Makefile distinfo audio/audacious-plugins/patches: patch-buildsys_mk_in patch-configure_ac audio/audacious-plugins/pkg: PLIST Removed files: audio/audacious-plugins/files: Makefile sndio.c audio/audacious-plugins/patches: patch-extra_mk_in patch-src_ladspa_Makefile Log message: Update to audacious / audacious-plugins 3.3.1 With suggestions from Brad and stsp@ OK stsp@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/25 05:34:27 Modified files: sys/net80211 : ieee80211_node.c Log message: Set up ni_savedq for the initial BSS node such that it can actually be used to store multicast frames when one of the associated stations is in power saving mode. ok stsp@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/08/25 05:38:18 Modified files: usr.sbin/smtpd : smtpd.c smtpd.h Log message: - introduce TRACE_PROFILING - when smtpd starts with -T profiling it will log_trace() some prof. info - when smtpd starts with -T profstat, it will push them to stats API with type STAT_TIMESPEC under key profiling.imsg.* with this diff we can get live profiling of events with a very minimal overhead :-) ok chl@, ok eric@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/25 05:41:46 Modified files: www/tt-rss : Makefile www/tt-rss/pkg : tt_rss_update.rc Log message: Make sure rc_post does not fail by using rm -f ; lockfiles aren't supposed to stay around. from rte CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/25 06:14:31 Modified files: share/man/man4 : athn.4 sys/dev/ic : ar5008.c ar9003.c athn.c athnvar.h Log message: Add support for power saving in Host AP mode. ok stsp@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/25 07:11:35 Modified files: security/gnutls/patches: patch-lib_gnutls_pc_in Log message: Tweak comment. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/25 07:12:59 Modified files: net/libproxy : Makefile net/libproxy/patches: patch-libproxy_cmake_libproxy_cmk patch-libproxy_libproxy-1_0_pc_in Log message: Remove pthread patch and fix static linking. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/25 07:15:24 Modified files: devel/ptlib : Makefile distinfo devel/ptlib/patches: patch-configure_ac patch-make_lib_mak patch-make_unix_mak patch-src_ptlib_unix_tlib_cxx Removed files: devel/ptlib/patches: patch-include_ptlib_unix_ptlib_pmachdep_h Log message: Update to ptlib-2.10.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/25 07:16:30 Modified files: net/h323plus : Makefile Log message: --disable-h460p which requires development (unreleased) code from h323plus for dependent ports to compile properly. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/25 07:17:54 Modified files: net/opal : Makefile distinfo net/opal/patches: patch-configure patch-plugins_configure patch-plugins_video_H_264_shared_x264wrap_h net/opal/pkg : PLIST Added files: net/opal/patches: patch-plugins_video_H_264_h264-x264_cxx Removed files: net/opal/patches: patch-include_opal_pres_ent_h Log message: Update to opal-3.10.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/25 07:19:37 Modified files: net/gnugk : Makefile distinfo net/gnugk/patches: patch-configure patch-docs_gnugk_1 Removed files: net/gnugk/patches: patch-pwlib_compat_h Log message: Update to gnugk-3.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/25 07:30:51 Modified files: x11/gnome/ekiga: Makefile distinfo x11/gnome/ekiga/patches: patch-configure x11/gnome/ekiga/pkg: PLIST Added files: x11/gnome/ekiga/patches: patch-src_gui_main_cpp Removed files: x11/gnome/ekiga/patches: patch-lib_engine_components_opal_opal-account_cpp patch-lib_engine_components_opal_opal-account_h patch-lib_engine_components_opal_opal-main_cpp patch-lib_engine_components_opal_sip-endpoint_cpp patch-lib_engine_protocol_call-core_cpp patch-src_gui_main_window_cpp Log message: Update to ekiga-3.9.90. still very rough around the edges... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/25 08:45:08 Modified files: devel/libvmime : Makefile Log message: Change MASTER_SITES_ZARAFA. CVSROOT: /cvs Module name: ports Changes by: ratchov@cvs.openbsd.org 2012/08/25 09:05:51 Modified files: x11/mplayer : Makefile x11/mplayer/files: ao_sndio.c Log message: Use a lookup table for supported audio parameters, remove hacks from first sndio days that aren't necessary any longer. Suggested by Reimar Doeffinger. Tweaks from Tim van der Molen and naddy@. Tested by many, ok dcoppa CVSROOT: /cvs Module name: ports Changes by: mpi@cvs.openbsd.org 2012/08/25 09:25:51 Modified files: devel/libusb1 : Makefile devel/libusb1/patches: patch-libusb-1_0_pc_in Log message: Remove -pthread patch, from Brad ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: mpi@cvs.openbsd.org 2012/08/25 09:27:40 Modified files: devel/libusb-compat: Makefile devel/libusb-compat/patches: patch-libusb-config_in patch-libusb_pc_in Log message: Remove -pthread patch and add libusb1 as static dependency, from Brad ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/08/25 09:39:11 Modified files: usr.sbin/smtpd : smtpd.c smtpd.h user_pwd.c Log message: - offline enqueue does not need to use the user_backend API, it relies on system users ... use getpwuid() instead of ub->getbyuid() - since that was the only caller, get rid of user_backend->getbyuid() this is the first step towards removing the user_backend API and making user lookups available through the maps API (yes, virtual user support ;) ok eric@, ok chl@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/25 09:47:47 Modified files: usr.sbin/smtpd : scheduler_ramqueue.c Log message: It's ok to try to rollback an update we don't know about. It might happen if the message is aborted before an envelope is sent to the scheduler. In this case, just ignore it. ok gilles@ chl@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/25 11:10:58 Modified files: audio/faad : Makefile audio/libcanberra: Makefile security/botan : Makefile Log message: sync WANTLIB after recent compiler change from Brad CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/25 11:40:34 Modified files: sys/dev/ic : com.c Log message: Turns out the v445 isn't happy at all if we touch the registers that deal with sleep mode. So skip the wakeup code as well if we are a serial console. The port on the v445 almost certainly isn't a real st16650 and probably doesn't implement sleep mode (perhaps someone cut the soft core down a bit too much?). But it is indistinguishable from it, so we have to deal with it. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/08/25 11:40:58 Modified files: x11/xfce4/orage: Makefile Added files: x11/xfce4/orage/patches: patch-src_functions_c Log message: Fix crash due to missing strptime() declaration. ok landry CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/25 12:02:17 Modified files: sys/dev/ic : com.c Log message: Better detection of the st16650 v1 (with the broken fifo). Gets rid of false positives like the DUART on the MPC8347 as found on socppc. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/08/25 12:22:54 Modified files: lang/gcc/4.6 : Makefile Log message: Set PKGSPEC-main to be more strict about versions (>=4.6,<4.7) of the -main package. g++ et alii should always depend on a matching gcc. Same solution as for 4.7 by espie@. found by and ok aja@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/08/25 13:15:44 Modified files: devel/gdb : Makefile distinfo devel/gdb/patches: patch-bfd_elf_c patch-gdb_data-directory_Makefile_in patch-libiberty_Makefile_in devel/gdb/pkg : PLIST Log message: Update to gdb 7.5. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/08/25 15:33:33 Modified files: usr.sbin/smtpd : smtp.c smtpd.h Log message: - stop accepting clients if we hit our fd reserve limit (or if we fail) - resume if we go below the fd reserve with feedback and ok eric@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/08/25 16:03:26 Modified files: usr.sbin/smtpd : control.c queue.c scheduler.c smtp.c smtpd.h util.c Log message: - add myself to the copyright in control.c, i've done quite a few changes there in the last few years ;-) - get rid of availdesc(): getdtablecount() is so much more reliable - get rid of env->sc_maxconn, we can be much smarter with getdtablecount() and getdtablesize() - disable accept when we hit the control process fd reserve - disable accept when we fail - enable accept when we're back below the limit this is not the full fd exhaustion diff, i'll merge changes from relayd tomorrow, this was only required to get rid of the env->sc_maxconn and availdesc() mess "reads alright" eric@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/25 16:10:59 Modified files: sys/arch/arm/include: asm.h Log message: Another missed PIC -> __PIC__ conversion. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/25 16:52:19 Modified files: usr.sbin/smtpd : lka.c Log message: lka must not start servicing requests until it has received its full config from parent. Disable imsg from other processes until then. Fix some races when the mta tries to lookup an auth map too early, for example. ok gilles@ chl@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/08/25 17:35:09 Modified files: usr.sbin/smtpd : parse.y queue_backend.c smtpd.c smtpd.h util.c usr.sbin/smtpd/smtpctl: Makefile usr.sbin/smtpd/smtpd: Makefile Added files: usr.sbin/smtpd : compress_backend.c compress_zlib.c encrypt.c Log message: Add compress_backend, allowing compression of messages and envelopes in the queue. To use it, just add "queue compress" in smtpd.conf. For now, only zlib is used. lots of feedback from eric@ and gilles@ ok eric@ gilles@ CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2012/08/25 20:16:02 Modified files: usr.bin/ftp : ftp.1 main.c Log message: Make a few ftp(1) usage/man page changes related to Basic authentication: - Combine the http and https usage formats into a single http[s] format to make it more concise. - In the AUTO-FETCHING FILES section of the ftp(1) man page, mention that specifying "user" and "password" with HTTP and HTTPS URLs will log in using Basic authentication (if http_proxy is not defined). - When compiled with -DSMALL, fix ftp(1) usage so that "[user:password@]" is not shown for http[s] since Basic authentication is not supported with -DSMALL. Done with a lot of discussion with and help from jmc@ (thank you!). ok deraadt haesbaert jmc CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/26 01:16:54 Modified files: net/pidgin : Makefile net/pidgin/patches: patch-configure_ac x11/vlc : Makefile x11/vlc/patches: patch-configure_ac Removed files: net/pidgin/patches: patch-libpurple_purple_pc_in Log message: Remove -pthread patching. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/26 01:17:20 Modified files: devel/orc : Makefile devel/orc/patches: patch-configure_ac patch-orc-uninstalled_pc_in patch-orc_pc_in Added files: devel/orc/patches: patch-orc_Makefile_in Log message: Remove -pthread patching and sync a bit closer to a pending patch for upstream since the original project is missing libpthread linking all together. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/26 01:19:26 Modified files: graphics/inkscape: Makefile Removed files: graphics/inkscape/patches: patch-src_dom_util_thread_cpp Log message: Remove uneeded patch and set proper autoconf version. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/26 01:19:55 Modified files: converters/libpst: Makefile Log message: Remove -pthread hack and gcc3 optimizer workarounds for sparc64/hppa. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/26 01:21:16 Modified files: devel/automake/1.12: Makefile distinfo devel/automake/1.12/patches: patch-automake_in Log message: Bug fix update to automake 1.12.3. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/26 01:51:54 Modified files: astro/stellarium: Makefile distinfo astro/stellarium/pkg: PLIST Added files: astro/stellarium/patches: patch-src_StelLogger_cpp Removed files: astro/stellarium/patches: patch-CMakeLists_txt patch-cmake_FindIconv_cmake patch-data_default_config_ini patch-data_stellarium_desktop patch-doc_CMakeLists_txt patch-plugins_Satellites_src_CMakeLists_txt patch-src_core_StelTranslator_cpp patch-src_core_external_GLee_h patch-src_core_modules_ConstellationMgr_cpp patch-src_core_modules_ZoneArray_hpp Log message: Update to stellarium-0.11.4. CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/08/26 04:17:13 Modified files: usr.sbin/smtpd : compress_backend.c compress_zlib.c encrypt.c Log message: Add missing RCS Id. Reminded by jasper@ ok gilles@ eric@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/08/26 04:19:48 Modified files: lang/gcc/4.7 : gcc4.port.mk Log message: missing .endif, found by and ok aja@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/08/26 05:21:28 Modified files: usr.sbin/smtpd : compress_zlib.c queue_backend.c Log message: - remove unused variable - comment variables unused at this time CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/26 05:33:44 Modified files: sys/dev/ic : mpi.c mpireg.h Log message: htole64 works as good as htole32 twice for dma virtual addresses. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/08/26 05:52:48 Modified files: usr.sbin/smtpd : compress_zlib.c smtpd.c smtpd.h util.c Log message: - define ZLIB_BUFFER_SIZE instead of hardcoding 8192 - check gzdopen() failure - call gzclose() whenever a failure occurs after gzdopen() - simplify slightly some checks in compress/uncompress - create PATH_TEMPORARY in /var/spool/smtpd, chmod 700, owned by _smtpd - compress_zlib should use PATH_TEMPORARY instread of /tmp as we're chrooted and this will otherwise lead to a fatal() ok chl@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/26 06:42:11 Modified files: astro/stellarium: Makefile distinfo Removed files: astro/stellarium/patches: patch-src_StelLogger_cpp Log message: Update to stellarium-0.11.4a. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/08/26 07:38:43 Modified files: usr.sbin/smtpd : compress_backend.c parse.y usr.sbin/smtpd/smtpctl: Makefile usr.sbin/smtpd/smtpd: Makefile Added files: usr.sbin/smtpd : compress_gzip.c Removed files: usr.sbin/smtpd : compress_zlib.c Log message: - use the same compression algorithm, gzip, for message file and envelopes - rename compress_zlib.c to compress_gzip.c with this commit it is possible to inspect a compressed queue with gzcat :) CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/08/26 07:55:47 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: - document queue compression CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/08/26 09:43:51 Modified files: lang/eagle : Makefile distinfo Log message: Update to beta-24. Ok sebastia@ CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/08/26 09:47:00 Modified files: lang/tcl/8.5 : Makefile distinfo lang/tcl/8.5/patches: patch-unix_Makefile_in lang/tcl/8.5/pkg: PLIST Log message: Update to 8.5.12. Ok sebastia@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/08/26 10:35:17 Modified files: usr.sbin/smtpd : smtpd.c Log message: correctly check compress_backend_lookup() to avoid a NULL deref CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/08/26 10:51:13 Modified files: lang/tcl/8.5/patches: patch-unix_Makefile_in Log message: Fix bad patch from previous commit. CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/08/26 10:57:58 Modified files: x11/tk/8.5 : Makefile distinfo x11/tk/8.5/patches: patch-unix_Makefile_in x11/tk/8.5/pkg : PLIST Log message: Update to 8.5.12. Ok sebastia@ CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/08/26 11:04:49 Modified files: x11/dbus-tcl : Makefile distinfo x11/dbus-tcl/pkg: PFRAG.shared Log message: Update to 1.1. Ok sebastia@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/26 11:08:41 Modified files: usr.sbin/smtpd : queue_fsqueue.c Log message: sane rewrite of the disk-queue traversal code, and log bogus files found in there. fixes issues reported by many. ok gilles@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/08/26 11:16:29 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 plus51.html Added files: . : plus52.html Log message: Rotate. Few odd fixes to standardize presentation. CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2012/08/26 11:22:27 Modified files: graphics/cairo : Makefile graphics/cairo/pkg: PFRAG.shared PLIST Added files: graphics/cairo/patches: patch-util_cairo-trace_Makefile_in Log message: - tweak WANTLIB - libcairo-trace is not a regular library - move cairo-trace to PRFAG.shared input from Brad and ajacoutot@ ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/08/26 11:41:17 Modified files: textproc/catdoc: Makefile distinfo textproc/catdoc/pkg: PLIST Log message: Use MODULES for Tcl/Tk. Remove maintainer per maintainer's request. Ok sthen@ CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/26 12:40:26 xenocara/lib/libGL/mesa Update of /cvs/xenocara/lib/libGL/mesa In directory cvs.openbsd.org:/tmp/cvs-serv15546/mesa Log Message: Directory /cvs/xenocara/lib/libGL/mesa added to the repository CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/26 12:40:54 xenocara/lib/libGL/mesa/generated Update of /cvs/xenocara/lib/libGL/mesa/generated In directory cvs.openbsd.org:/tmp/cvs-serv18759/mesa/generated Log Message: Directory /cvs/xenocara/lib/libGL/mesa/generated added to the repository CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/26 12:41:05 xenocara/lib/libGL/mesa/libmesa Update of /cvs/xenocara/lib/libGL/mesa/libmesa In directory cvs.openbsd.org:/tmp/cvs-serv6509/mesa/libmesa Log Message: Directory /cvs/xenocara/lib/libGL/mesa/libmesa added to the repository CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/26 12:41:14 xenocara/lib/libGL/mesa/libmesagallium Update of /cvs/xenocara/lib/libGL/mesa/libmesagallium In directory cvs.openbsd.org:/tmp/cvs-serv10985/mesa/libmesagallium Log Message: Directory /cvs/xenocara/lib/libGL/mesa/libmesagallium added to the repository CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/26 12:46:42 Modified files: lib/libGL : Makefile lib/libGL/dri : Makefile.inc lib/libGL/dri/swrastg: Makefile lib/libGL/gallium: Makefile lib/libGL/gallium/libmesagallium: Makefile _atexit.c lib/libGL/gallium/libmesagallium/generated: Makefile api_exec_es1.c api_exec_es2.c Added files: lib/libGL/mesa : Makefile Makefile.inc _atexit.c lib/libGL/mesa/generated: Makefile api_exec_es1.c api_exec_es2.c lib/libGL/mesa/libmesa: Makefile lib/libGL/mesa/libmesagallium: Makefile Removed files: lib/libGL/libmesa: Makefile _atexit.c lib/libGL/libmesa/generated: Makefile api_exec_es1.c api_exec_es2.c Log message: Merge libmesa and libmesagallium build makefiles because they share a lot of common sources. ok matthieu@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/08/26 12:47:01 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-base_atomicops_h patch-base_base_gyp patch-base_base_gypi patch-base_debug_debugger_posix_cc patch-chrome_app_chrome_main_delegate_cc patch-chrome_browser_memory_details_cc patch-chrome_browser_printing_print_system_task_proxy_cc patch-chrome_browser_ui_webui_about_ui_cc patch-chrome_chrome_browser_gypi patch-chrome_common_chrome_paths_cc patch-content_app_content_main_runner_cc patch-content_browser_browser_main_loop_cc patch-content_content_browser_gypi patch-content_public_browser_content_browser_client_h patch-media_media_gyp patch-net_base_network_change_notifier_cc patch-printing_printing_gyp patch-skia_skia_gyp 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-tools_gyp_pylib_gyp_generator_make_py patch-ui_gfx_codec_png_codec_cc patch-webkit_plugins_npapi_plugin_list_posix_cc patch-webkit_plugins_ppapi_ppapi_plugin_instance_cc www/chromium/pkg: PLIST Added files: www/chromium/patches: patch-chrome_common_chrome_notification_types_h patch-chrome_test_perf_perf_test_cc patch-content_public_browser_content_browser_client_cc patch-media__audio__pulse__pulse_output.h patch-net_socket_socks5_client_socket_cc patch-ppapi_shared_impl_private_net_address_private_impl_cc patch-skia_ext_SkThread_chrome_cc patch-third_party_libjingle_source_talk_base_nethelpers_cc patch-third_party_libusb_libusb_gyp patch-third_party_protobuf_src_google_protobuf_stubs_atomicops_h Removed files: www/chromium/patches: patch-chrome_browser_memory_details_linux_cc patch-content_shell_shell_content_browser_client_cc patch-content_shell_shell_content_browser_client_h patch-third_party_WebKit_Source_WebCore_bindings_v8_custom_V8InspectorFrontendHostCustom_cpp patch-third_party_webrtc_build_common_gypi Log message: update to 21.0.1180.81 CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/26 12:54:20 Removed files: lib/libGL/gallium/libmesagallium: Makefile _atexit.c lib/libGL/gallium/libmesagallium/generated: Makefile api_exec_es1.c api_exec_es2.c Log message: Remove empty files... CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/08/26 12:56:08 Modified files: usr.sbin/smtpd/smtpd: Makefile usr.sbin/smtpd/smtpctl: Makefile Log message: missing DPADD ... sorry CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/08/26 13:25:19 Modified files: etc : rc rc.conf Log message: Hook up nginx to rc(8). ok deraadt@ robert@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2012/08/26 13:42:53 Modified files: usr.bin/netstat: if.c Log message: oops, i added a stray character. spotted by jmc CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/26 14:12:13 Modified files: devel/ocaml-calendar: Makefile Log message: ocaml-calendar: add a missing BUILD_DEPENDS on sysutils/findlib and bump REVISION noticed by naddy@ CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/08/26 14:17:42 Modified files: devel/cil : Makefile Log message: cil: add a missing BUILD_DEPENDS on findlib, bump REVISION noticed by naddy@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/08/26 14:35:22 Modified files: mail/sympa : Makefile mail/sympa/pkg : sympa.rc Log message: Use rm -f instead of checking for /var/spool/lock/sympa existence. From rpe, ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/08/26 15:06:54 Modified files: x11/xfce4/orage/patches: patch-src_functions_c Log message: Add link to upstream bz. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/08/26 15:08:14 ports/x11/xfce4/gtk-xfce-engine/patches Update of /cvs/ports/x11/xfce4/gtk-xfce-engine/patches In directory cvs.openbsd.org:/tmp/cvs-serv12936/patches Log Message: Directory /cvs/ports/x11/xfce4/gtk-xfce-engine/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/08/26 15:12:08 Modified files: x11/xfce4/gtk-xfce-engine: Makefile Added files: x11/xfce4/gtk-xfce-engine/patches: patch-gtk-2_0_gradient_draw_c Log message: Fix an ugly leak in all xfce panel applets using cairo drawing (cpugraph, netload, systemload, ..) with a gtk theme provided by gtk-xfce-engine. See bug #8521/commit 964d4a0. CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/08/26 17:00:02 Modified files: . : plus.html Log message: plus.html for July 26 to Aug 19. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/08/26 17:33:31 Modified files: sbin/dhclient : clparse.c dhclient.c dhcpd.h dispatch.c Log message: Junk global cur_time, and use time(NULL) or local variables where time is checked multiple times. Add a set_timeout_interval() function to allow setting a timeout based on an interval from current time. Fixes issues with initial startup where the global cur_time was always old and caused initial DHCPDISCOVER or DHCPREQUEST packets to be sent multiple times. And probably other timeout related oddities. Tested by naddy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/27 00:19:48 Modified files: net/netatalk : Makefile net/netatalk/patches: patch-configure www/squid : Makefile www/squid/patches: patch-configure_in x11/mplayer : Makefile x11/mplayer/patches: patch-configure Log message: Remove -pthread patching. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/27 00:21:14 Modified files: devel/nasm : Makefile distinfo Log message: A bug fix update to nasm 2.10.4. from Brad CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/27 02:03:36 Modified files: x11 : Makefile Log message: unhook libdesktop-agnostic and awn CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/27 02:04:52 Removed files: x11/libdesktop-agnostic: Makefile distinfo x11/libdesktop-agnostic/patches: patch-data_wscript patch-libdesktop-agnostic_vfs-glob_vala patch-libdesktop-agnostic_wscript patch-wscript x11/libdesktop-agnostic/pkg: DESCR PLIST x11/awn : Makefile distinfo x11/awn/patches: patch-applet-activation_main_c patch-awn-settings_awnDefs_py_in patch-bindings_python___init___py_in patch-configure x11/awn/pkg : DESCR MESSAGE PLIST Log message: remove libdesktop-agnostic and awn which have been given a second chance in the past to catch up with modern times, and ignored it. now with vala 0.18 around the corner it's time to zap it. ok aja@ landry@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/27 03:34:43 Modified files: multimedia/gstreamer-0.10/plugins-bad: Makefile multimedia/hdhomerun: Makefile multimedia/hdhomerun/patches: patch-Makefile multimedia/kguitar: Makefile multimedia/kguitar/patches: patch-configure multimedia/libaacs: Makefile multimedia/libaacs/patches: patch-configure multimedia/libbluray: Makefile multimedia/libbluray/patches: patch-configure multimedia/libquicktime: Makefile multimedia/recordmydesktop/base: Makefile multimedia/schroedinger: Makefile multimedia/x264: Makefile multimedia/x264/patches: patch-configure multimedia/xvidcore: Makefile multimedia/xvidcore/patches: patch-build_generic_configure Removed files: multimedia/gstreamer-0.10/plugins-bad/patches: patch-configure_ac multimedia/libaacs/patches: patch-src_libaacs_pc_in multimedia/libbluray/patches: patch-src_libbluray_pc_in multimedia/recordmydesktop/base/patches: patch-configure multimedia/schroedinger/patches: patch-schroedinger_pc_in Log message: Remove -pthread patching. from brad CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/08/27 03:49:18 Modified files: x11/i3 : Makefile x11/i3/patches : patch-src_commands_c Log message: Fix resizing floating windows by height (upstream git commit 1089b0b201cef30fbfd03620339f5e8a166feded) CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/08/27 04:39:42 Modified files: www/owncloud : Makefile distinfo www/owncloud/pkg: PLIST Log message: add yubikey support by using a distpatch, ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/08/27 04:45:44 Modified files: x11/fluxbox : Makefile Added files: x11/fluxbox/patches: patch-src_Window_cc Log message: Fix sanity check for transient and explicitly placed windows (upstream git commit 60a53113e05db443af4d520883ec3145680642a8) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/08/27 05:00:27 Modified files: usr.bin/libtool/LT/Mode: Link.pm Log message: vax does not get -rpath-link, but it also does not really need it. as found out by sebastia@ and used during 5.2 vax package build... no ill side-effects so far, so do this as a stopgap measure (matthieu@ reports that our libtool is not yet very good for static-only arches). CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/08/27 05:02:46 Modified files: usr.bin/libtool/LT/Mode/Link: Program.pm Log message: a few libtool users are bogus, they confuse --export-symbols with the real option -export-symbols. Instead of blindly passing that one to the linker, error out beforehand, so that people know the problem IS libtool usage and not our program. (as exemplified by Todd Fries on ldns). CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/08/27 05:19:38 Modified files: lib/libsqlite3 : Makefile lib/libsqlite3/tsrc: header_regen Log message: let regen_headers also take care of sqlite3.pc.in => sqlite3.pc "moui" landry@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/27 05:24:52 Modified files: infrastructure/bin: check_register Log message: - use mktemp -t from rpe ok espie@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/08/27 05:59:38 Modified files: usr.sbin/smtpd : util.c Log message: don't call ckdir() on each mktmpfile() call. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/27 06:30:00 Removed files: infrastructure/bin: bundle-readmes Log message: remove this script since the old readmes infrastructure has been replaced by databases/ports-readmes. ok espie@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/27 06:30:20 Modified files: infrastructure : README Log message: zap a bundle-readmes mention CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/27 06:40:19 Modified files: graphics/glew : Makefile distinfo graphics/glew/patches: patch-Makefile Log message: Update to glew-1.9.0. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/08/27 07:03:06 Modified files: net/haproxy : Makefile distinfo net/haproxy/patches: patch-Makefile_bsd net/haproxy/pkg: PLIST Added files: net/haproxy/pkg: haproxy.rc Removed files: net/haproxy/pkg: MESSAGE Log message: Update for haproxy to 1.4.21 with some changes: - MINOR: stats admin: allow unordered parameters in POST requests - BUG/MAJOR: possible crash when using capture headers on TCP frontends - MINOR: config: disable header captures in TCP mode and complain - CLEANUP: http: message parser must ignore HTTP_MSG_ERROR - BUG/MAJOR: checks: don't call set_server_status_* when no LB algo is set - MINOR: proxy: make findproxy() return proxies from numeric IDs too - BUG/MINOR: stop connect timeout when connect succeeds And others (http://haproxy.1wt.eu/download/1.4/src/CHANGELOG), while here GROFF is not needed, add a rc.d(8) script and maintainer drop maintainership. Tested on i386. Ok sthen@ (untested) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/27 07:32:24 Modified files: net/trafshow : Makefile Log message: missing / in MASTER_SITES, from rpe CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/27 07:38:08 Modified files: lang/gawk : Makefile distinfo Log message: update to gawk 4.0.1, from rpe, ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/27 07:39:59 Modified files: sysutils/apcupsd: Makefile sysutils/apcupsd/pkg: apcupsd.rc Log message: simplify rc_pre(); this uses rm -f which returns a successful exit code even if the file doesn't exist, so no need to explicitly test for its presence. from rpe, ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/27 07:50:15 Modified files: devel/doxygen : Makefile Log message: Fix .if statement dealing with mips64/mips64el to work-around and ld(1) failure. From Brian Callahan. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/27 07:53:11 Modified files: audio/teknap : Makefile devel/automake/1.4: Makefile devel/libproplist: Makefile x11/rxvt : Makefile Log message: drop ish@ as maintainer, per his request CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/27 08:34:20 Log message: Import libdshconfig-0.20.9. Library for parsing dsh-style configuration files. from rpe with some tweaks ok sthen@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_201208227 N ports/devel/libdshconfig/Makefile N ports/devel/libdshconfig/distinfo N ports/devel/libdshconfig/pkg/DESCR N ports/devel/libdshconfig/pkg/PLIST N ports/devel/libdshconfig/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/27 08:34:56 Modified files: devel : Makefile Log message: +libdshconfig CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/27 08:36:17 Log message: Import dsh-0.25.7. dsh is an implementation of a wrapper for executing multiple remote shell (rsh/remsh/ssh) commands. rsh/remsh/ssh are wrappers for executing shell (ksh/bash/zsh/tcsh/sh .. etc... ) on remote hosts. from rpe with some tweaks ok sthen@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120827 N ports/sysutils/dsh/Makefile N ports/sysutils/dsh/distinfo N ports/sysutils/dsh/pkg/DESCR N ports/sysutils/dsh/pkg/PLIST N ports/sysutils/dsh/patches/patch-parameter_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/27 08:36:49 Modified files: sysutils : Makefile Log message: +dsh CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/27 09:10:49 Modified files: sysutils/clusterit: Makefile sysutils/clusterit/pkg: PLIST sysutils/dsh : Makefile sysutils/dsh/pkg: PLIST Log message: clusterit and dsh conflict. spotted by okan@ CVSROOT: /cvs Module name: www Changes by: lum@cvs.openbsd.org 2012/08/27 09:42:11 Modified files: . : plus.html Log message: 2 x . -> ,. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2012/08/27 10:16:28 Modified files: textproc/p5-XML-Sablotron: Makefile Log message: - change MASTER_SITES and HOMEPAGE - bump REVISION Problem noticed by Barry Grumbine, thanks. CVSROOT: /cvs Module name: ports Changes by: krw@cvs.openbsd.org 2012/08/27 12:03:32 Modified files: lang/sbcl : Makefile distinfo lang/sbcl/patches: patch-src_runtime_Config_x86-openbsd Log message: Upgrade to 1.58. From Manuel Giraud via tech@. Thanks! Tested on i386/amd64/macppc to show fewer regressions failing than 1.54! ok joshe@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/27 13:41:19 Modified files: sbin/ifconfig : ifconfig.8 Log message: correct the description of VLAN_MTU; from brad smith ok sthen haesbaert while here, knock out a useless .Pp, and provide a section number for an Xr; CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/27 14:06:16 Modified files: lang/gcc/4.7 : Makefile Log message: oops, lost "m" in WANTLIB-estdc in wantlib sync commit; fix and bump REVISION. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/27 14:42:25 Modified files: multimedia/libvpx: Makefile multimedia/libvpx/patches: patch-build_make_Makefile patch-build_make_configure_sh patch-libs_mk Log message: - remove -pthread patching and pass --no-undefined now that that's accepted from brad CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/27 14:57:24 Modified files: usr.sbin/ppp/ppp: ppp.8.m4 Log message: fix sundry macro abuses; CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/08/27 15:05:43 Modified files: lib/libc/hash : sha1.c Log message: Remove landisk gcc 3 compiler workaround. Reminded by martynas@ and brad CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/08/27 15:07:26 Modified files: devel/autoconf/2.69: Makefile devel/autoconf/2.69/patches: patch-doc_autoconf_texi Log message: fix info docs references and bump version. somewhat ok by espie@. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/08/27 15:29:23 Modified files: usr.bin/tmux : mode-key.c window-choose.c Log message: Instead of requiring a prompt to enter all numbers >10, go back to 0-9a-z and add A-Z and enter the prompt when M-0 to M-9 are pressed (like in copy mode). Prompted by request from mcbride@, help from Thomas Adam. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/08/27 15:35:11 Modified files: usr.bin/tmux : client.c Log message: Change a log to fprintf that was missed last time around, from Tiago Cunha. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/27 16:43:04 Modified files: sysutils/dsh : Makefile Log message: fix LIB_DEPENDS path, spotted by naddy CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/27 23:32:51 Modified files: mail : Makefile Log message: Also build mono-gmime. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/08/27 23:42:07 Modified files: usr.sbin/sysmerge: sysmerge.8 sysmerge.sh Log message: Always compare master.passwd(5) and group(5) regardless of their sums: this is a sanity check to ensure no system user(s)/group(s) are missing. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/27 23:46:41 Modified files: databases/riak : Makefile databases/riak/pkg: PLIST riak.rc Log message: Add a @comment as to why _riak requires a valid homedir and shell. Tweak rc.d(8) script: * no need for a bin var, we have daemon for that * set rc_reload and rc_usercheck to no * don't redirect to /dev/null * implement rc_check() using 'riak ping' with and ok jmatthew@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/27 23:50:57 Modified files: x11/pinot : Makefile distinfo x11/pinot/pkg : PLIST Log message: Minor update to pinot-1.01. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/27 23:54:05 Modified files: multimedia/xine-lib: Makefile multimedia/xine-lib/patches: patch-configure_ac patch-src_post_deinterlace_plugins_Makefile_in patch-src_xine-engine_Makefile_in Added files: multimedia/xine-lib/patches: patch-m4_attributes_m4 Removed files: multimedia/xine-lib/patches: patch-misc_libxine_pc_in Log message: - Remove patching to configure to disable execinfo.h check and disable it from CONFIGURE_ENV instead - Enable the use of the linker -z,defs option after the -pthread change - Resync patches from Brad (maintainer) CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2012/08/28 00:02:58 Modified files: bin/cp : cp.c Log message: Don't order file and dir creation, no measurable effect, ffs allocation strategy has changed since a long time and added to that cp(1) should not try to be smart and guess things it shouldn't know. ok guenther@ krw@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/28 01:37:38 Modified files: graphics/shotwell: Makefile distinfo Log message: - update to 0.12.3 CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/08/28 01:52:29 Removed files: usr.sbin/smtpd : encrypt.c Log message: This file isn't and won't be used --> delete it. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/28 02:06:15 Modified files: mail/cyrus-imapd: Makefile mail/cyrus-imapd/patches: patch-configure Log message: Remove bogus CONFIGURE_ENV. Missing RCS Id in patch-configure. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/28 02:26:40 Modified files: graphics/sane-backends: Makefile distinfo graphics/sane-backends/patches: patch-Makefile_in patch-backend_Makefile_in patch-backend_dll_c patch-backend_dll_conf_in patch-backend_magicolor_c patch-configure graphics/sane-backends/pkg: DESCR PFRAG.shared PLIST Added files: graphics/sane-backends/patches: patch-backend_kvs20xx_opt_c patch-backend_xerox_mfp_h patch-tools_umax_pp_c Removed files: graphics/sane-backends/patches: patch-backend_epson2-commands_c patch-backend_epson2_c patch-backend_kodak_c patch-backend_xerox_mfp-tcp_c patch-include_sane_sanei_tcp_h Log message: Update to sane-backends-1.0.23. CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/08/28 03:09:56 Modified files: lib/libevent : event.c event.h shlib_version Log message: Expose _EVENT_VERSION in event.h. This is expected by net/tor, which will spew out scary warnings if it's not there. Bump minor accordingly. Requested by and ok dcoppa@, ok nicm@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/08/28 04:04:31 Modified files: devel/py-distutils-extra: Makefile distinfo devel/py-distutils-extra/pkg: PLIST Log message: Update to py-distutils-extra 2.36. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/08/28 04:29:09 Modified files: gnu/egcs/gcc/config/m68k: openbsd.h Log message: -fPIC and -fpic for m68k ok miod@ deraadt@ CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/08/28 05:37:49 Modified files: usr.bin/mg : file.c Log message: Make mg behave more like emacs with regards to opening a new buffer: 1. If parent directory is read-only, make buffer read-only. 2. If parent doesn't exist; give user a message and create buffer as readable. Reviewed by Sunil Nimmagadda. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/08/28 07:04:01 Modified files: multimedia/libvpx/patches: patch-build_make_Makefile Log message: revert part of the previous commit bringing the removal of -Wl,--no-undefined back as it does not build otherwise. discussed with jasper@ and sthen@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/08/28 08:03:50 Modified files: usr.sbin/smtpd : smtpd.h Log message: remove encrypt.c prototypes leftovers ok gilles@ CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/08/28 08:26:47 Modified files: share/mk : bsd.own.mk bsd.prog.mk Log message: LDFLAGS will be -nopie for the NOPIE case, change GCC_PIE_DEFAULT -> PIE_DEFAULT since it will affect binutils too. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/08/28 08:45:28 Modified files: usr.sbin/nginx/conf: nginx.conf Log message: Don't enable "sendfile" which does not work on OpenBSD according to robert@ ok robert@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/28 08:48:28 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: ports Changes by: giovanni@cvs.openbsd.org 2012/08/28 08:50:05 Modified files: www/piwik : Makefile distinfo www/piwik/pkg : PLIST Log message: Bugfix update to 1.8.3 CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/28 08:52:34 Modified files: sys/dev/pci : mpii.c Log message: Get rid of several ill-defined concepts and use more information provided by the IOC. Cleanup scatter-gather code and add more comments. Tested by a "make build" and bonnie++ torturing on a SAS2004 with an IR firmware. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/08/28 09:11:44 Log message: update to NSD 3.2.13 - fix crash in nsd-patch if a zone has been removed from nsd.conf. (difffile.c) - CVE-2012-2979 DOS fix, this is in optional code which is *not* used with a standard OpenBSD build. (query.c, server.c) Status: Vendor Tag: NLNETLABS Release Tags: NSD_3_2_13 C src/usr.sbin/nsd/zonec.8.in U src/usr.sbin/nsd/Makefile.in U src/usr.sbin/nsd/tsig.h 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 U 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 C 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 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 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 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 U 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 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 U 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 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/08/28 09:15:02 Modified files: usr.sbin/nsd : axfr.c configure configure.ac nsd-checkconf.8.in nsd-notify.8.in nsd-patch.8.in nsd-xfer.8.in nsd.8.in nsd.conf.5.in nsdc.8.in query.c server.c zonec.8.in Log message: resolve conflicts CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/28 09:18:25 Modified files: graphics/GraphicsMagick: Makefile Added files: graphics/GraphicsMagick/patches: patch-coders_png_c Log message: Security fix for CVE-2012-3438, GraphicsMagick: png_IM_malloc() size argument ok brad (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/08/28 09:18:38 Removed files: usr.sbin/nsd : makedist.sh Log message: remove unused file CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/28 09:19:37 Modified files: graphics/GraphicsMagick: Tag: OPENBSD_5_2 Makefile Added files: graphics/GraphicsMagick/patches: Tag: OPENBSD_5_2 patch-coders_png_c Log message: Security fix for CVE-2012-3438, GraphicsMagick: png_IM_malloc() size argument ok brad (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/28 09:20:21 Modified files: graphics/ImageMagick: Makefile graphics/ImageMagick/patches: patch-coders_png_c Log message: Security fix for CVE-2012-3437, ImageMagick: Magick_png_malloc() size argument CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/28 09:21:07 Modified files: graphics/ImageMagick: Tag: OPENBSD_5_2 Makefile graphics/ImageMagick/patches: Tag: OPENBSD_5_2 patch-coders_png_c Log message: Security fix for CVE-2012-3437, ImageMagick: Magick_png_malloc() size argument CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/28 09:27:49 Modified files: mail/evolution : Makefile Log message: Pass -Wl,--as-needed unconditionally. We need this otherwise evolution will take 20 minutes to start (this is _not_ a joke). If you see _any_ regression with this commit, please talk to me. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/08/28 10:39:09 Modified files: libexec/ld.so : util.c lib/csu/common_elf: crtbegin.c crtbeginS.c sys/kern : init_main.c Log message: Add __guard_local as a hidden symbol to ld.so, kernel, and every executable and DSO (via crtbegin.c/crtbeginS.c). Not used yet, but needed before GCC can start emitting -fstack-protector code that uses them instead of __guard. CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/08/28 10:45:03 Modified files: share/mk : bsd.own.mk bsd.prog.mk Log message: We can't add -nopie to LDFLAGS yet, since cc doesn't understand it. Use NOPIE_LDFLAGS instead. Noticed by matthew@ and deraadt@. Sorry for the breakage ... CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/28 11:02:33 Modified files: sys/dev/pci : mpii.c Log message: oops. a bit of debugging code has sneaked in CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/28 12:42:30 Modified files: net/neon : Makefile net/neon/patches: patch-configure Log message: Correct the configure patch to patch the correct location so that the bindtextdomain() check finds libintl as expected and remove the LDFLAGS hack because the patch was not patching the correct location. from Brad CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/08/28 12:43:42 Modified files: gnu/usr.bin/binutils/bfd: peXXigen.c Log message: Work around -Wbounded warning by using sizeof(x_fname), not FILNMLEN. The latter gets defined incorrectly (too small) because of include ordering issues. Same fix as for binutils-2.17. Noticed by deraadt@. ok matthew@ CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/08/28 12:59:28 Modified files: gnu/gcc/gcc : common.opt defaults.h gcc.c opts.c gnu/usr.bin/binutils: Makefile.bsd-wrapper gnu/usr.bin/binutils/ld: ldmain.c lexsup.c gnu/usr.bin/binutils-2.17: Makefile.bsd-wrapper gnu/usr.bin/binutils-2.17/ld: ldmain.c lexsup.c gnu/usr.bin/cc : Makefile.inc Log message: Add support for PIE-by-default in both ld and gcc. This is a completely different approach than the one taken in kurt@'s original diff, but deemed better after discussion and diff exchange with kettenis@ and matthew@. Lots of feedback by kettenis@ and matthew@, prodding and encouragement by deraadt@. ok kettenis@ matthew@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/08/28 13:10:45 Modified files: lang/python : python.port.mk Log message: consistent style okay rpointel@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/28 13:11:05 Modified files: print/py-cups : Makefile distinfo Removed files: print/py-cups/patches: patch-cupsconnection_c patch-cupsipp_c patch-cupsmodule_c patch-cupsmodule_h patch-setup_py Log message: Update to py-cups-1.9.62. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/08/28 13:13:12 Modified files: print : Makefile print/poppler : Makefile editors/texmaker: Makefile editors/texworks: Makefile textproc/calibre: Makefile x11/kde/graphics3: Makefile x11/kde/office3: Makefile x11/tellico : Makefile Log message: switch default poppler flavor to no_qt,no_qt4,boostrap, as naddy@ now sees bulk builds with a critical path sequentially building qt4, poppler, libreoffice... passes a full bulk agreed with kili@, aja@, naddy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/28 13:16:20 Modified files: print/system-config-printer: Makefile distinfo print/system-config-printer/patches: patch-Makefile_in patch-cupshelpers_cupshelpers_py patch-system-config-printer_py patch-udev_udev-configure-printer_c Log message: Update to system-config-printer-1.3.11. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/08/28 13:30:47 Modified files: security/botan : Makefile Log message: actually bump REVISION CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/28 13:43:55 Modified files: sys/arch/hppa/include: pci_machdep.h Log message: Implement pci_min_powerstate(). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/28 13:52:18 Modified files: sys/arch/powerpc/pci: pci_machdep.h Log message: Implement pci_min_powerstate(). CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/08/28 13:54:15 Modified files: databases/luadbi: Makefile Log message: there is no BUILD_DEPENDS-sub CVSROOT: /cvs Module name: src Changes by: sperreault@cvs.openbsd.org 2012/08/28 14:32:02 Modified files: sys/netinet6 : nd6_rtr.c Log message: Do not add SLAAC or privacy addresses when a static address in the same prefix already exists. 5.1 and older did the right thing. 5.2 did not (mea culpa). Now we're back to doing the right thing. spotted by naddy. ok stsp. CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/08/28 15:03:32 Modified files: sys/arch/alpha/conf: Makefile.alpha sys/arch/amd64/conf: Makefile.amd64 sys/arch/armish/conf: Makefile.armish sys/arch/beagle/conf: Makefile.beagle sys/arch/gumstix/conf: Makefile.gumstix sys/arch/hppa/conf: Makefile.hppa sys/arch/hppa64/conf: Makefile.hppa64 sys/arch/i386/conf: Makefile.i386 sys/arch/landisk/conf: Makefile.landisk sys/arch/loongson/conf: Makefile.loongson sys/arch/macppc/conf: Makefile.macppc sys/arch/octeon/conf: Makefile.octeon sys/arch/palm/conf: Makefile.palm sys/arch/sgi/conf: Makefile.sgi sys/arch/socppc/conf: Makefile.socppc sys/arch/solbourne/conf: Makefile.solbourne sys/arch/sparc/conf: Makefile.sparc sys/arch/sparc64/conf: Makefile.sparc64 sys/arch/zaurus/conf: Makefile.zaurus Log message: Add -nopie to LINKFLAGS on ELF architectures. Note that this needs an updated gcc and ld to understand the new -nopie flag. ok deraadt@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/08/28 15:31:50 Modified files: build : mirrors.dat Log message: mirror.servihoo.net now fetches from mirror.esc7.net; update FF line. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/28 17:33:34 Modified files: net/nfsen : Makefile Log message: Use SUBST_CMD-main explicitly rather than SUBST_CMD; following bsd.port.mk r1.1183 this is now subpackage-dependent - nfsen sets a different PREFIX for different subpackages and this change caused failures in DPB builds (but not normal builds) as they pass the subpackage in SUBDIR. Problem reported by krw, ok espie@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/28 17:39:12 Modified files: lang/gcc/3.3 : Makefile lang/gcc/3.3/patches: patch-gcc_config_openbsd-libpthread_h lang/gcc/4.2 : Makefile lang/gcc/4.2/patches: patch-gcc_config_openbsd-libpthread_h lang/gcc/4.6 : Makefile lang/gcc/4.6/patches: patch-gcc_config_openbsd-libpthread_h lang/gcc/4.7 : Makefile lang/gcc/4.7/patches: patch-gcc_config_openbsd-libpthread_h Log message: sync OBSD_LIB_SPEC in the ports tree compilers with the updated one in base; from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/28 18:41:01 Modified files: infrastructure/mk: arch-defines.mk Log message: add sparc to LLVM_ARCHS, from Brad. (sparc64 is still listed, CLang does not work on sparc64 at present, but other parts of LLVM may still be useful). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/28 18:45:47 Modified files: devel/llvm : Makefile devel/llvm/patches: patch-tools_clang_lib_Driver_Tools_cpp Log message: Re-sync CLang with the OBSD_LIB_SPEC now used in base (-lc for libs was removed again). From Brad. CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2012/08/28 19:53:11 Modified files: openssh : ftp.html index.html openbsd.html Added files: openssh/txt : release-6.1 Log message: openssh-6.1 CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/08/28 22:04:15 Modified files: etc : Makefile Added files: etc : moduli.6144 moduli.8192 Log message: Make the update-moduli rule append the 6kbit and 8kbit params so that we can trivially regen the <=4k bit ones. ok djm@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/08/28 23:06:54 Modified files: etc : moduli Log message: regen moduli file (<=4kbit). ok deraadt djm CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/08/29 01:07:24 Modified files: math/R : Makefile math/R/patches : patch-configure Log message: Better fix for the ppc breakage. Tested by aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/29 01:37:05 Modified files: productivity/vym: Makefile distinfo Log message: - update to vym 2.2.2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/29 01:48:42 Modified files: multimedia/k3b : Makefile multimedia/k3b/patches: patch-configure multimedia/transcode: Makefile multimedia/transcode/patches: patch-configure_in Log message: Some more pthread related cleaning up for "multimedia". from Brad CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/29 02:05:48 Modified files: gnu/gcc/gcc/config/pa: openbsd.h Log message: Our _mcount doesn't use profile counters. Partially fixes profiling on hppa (things link now). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/29 03:17:09 Modified files: sys/arch/arm/include: pci_machdep.h Log message: Implement pci_min_powerstate(). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/29 03:17:55 Modified files: sys/arch/loongson/include: pci_machdep.h sys/arch/sgi/pci: pci_machdep.h sys/arch/octeon/include: pci_machdep.h Log message: Implement pci_min_powerstate(). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/29 03:32:09 Modified files: sys/arch/sparc64/include: pci_machdep.h Log message: Implement pci_min_powerstate(). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/29 03:54:23 Modified files: textproc : Makefile Log message: unhook gtkaml CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/29 03:56:15 Removed files: textproc/gtkaml: Makefile distinfo textproc/gtkaml/pkg: DESCR PFRAG.shared PLIST Log message: remove gtkaml; it served well as a vala testcase when there were no other vala-dependant ports in the tree. now there are plenty of ports using vala and this port keeps lagging behind and is a nightmare to keep fixing for every vala release, so zap it. ok non-rude aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/29 05:56:27 Modified files: x11/gnome/shell: Makefile x11/gnome/shell/patches: patch-configure_ac patch-js_ui_main_js patch-js_ui_panel_js Added files: x11/gnome/shell/patches: patch-data_Makefile_am patch-js_Makefile_am patch-js_misc_config_js_in patch-src_Makefile_am Removed files: x11/gnome/shell/patches: patch-data_Makefile_in patch-js_ui_statusIconDispatcher_js patch-src_Makefile_in Log message: Make NetworkManager support optional; this is a cleaner approach than what we previously had in tree. ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/29 06:20:22 Modified files: x11/gnome/shell: Makefile distinfo Removed files: x11/gnome/shell/patches: patch-data_Makefile_am patch-data_org_gnome_shell_evolution_calendar_gschema_xml_in patch-src_calendar-server_calendar-sources_c Log message: - update to 3.4.2 CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/29 06:49:08 Modified files: dist/Mesa/src/mesa/main: compiler.h Log message: Correctly define CPU_TO_LE32, required to build dri drivers on big-endian archs. ok kettenis@ CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/29 06:51:04 Modified files: lib/libdrm : Makefile Log message: Build libdrm_radeon on macppc too, required for upcoming drm(4) support. ok matthieu@ CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/08/29 06:52:39 Modified files: lib/libGL/dri : Makefile Log message: Build r200 and r300 dri drivers on macppc too. ok matthieu@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/29 07:16:43 Modified files: multimedia/transcode: Makefile Log message: No need for LIBAVCODEC_EXTRA_LIBS; discussed with Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/29 07:31:21 Modified files: net/icli : Makefile distinfo net/icli/patches: icinga-bin_icli net/icli/pkg : PLIST Log message: update to icli 0.43 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/29 08:10:18 Modified files: mail/postler : Makefile sysutils/deja-dup: Makefile Log message: mark these as BROKEN as they fail with the new vala they'll be dealt with later by landry@ and aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/29 08:11:17 Modified files: lang/vala : Makefile distinfo lang/vala/pkg : PFRAG.shared PLIST Log message: - update to 0.17.5, which will be needed soon by newer gnome ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/29 08:11:55 Modified files: graphics/shotwell: Makefile net/telepathy/folks: Makefile x11/gnome/anjuta: Makefile Added files: graphics/shotwell/patches: patch-src_Photo_vala patch-src_Printing_vala patch-src_searches_SearchBoolean_vala patch-src_sidebar_Tree_vala net/telepathy/folks/patches: patch-backends_telepathy_lib_tpf-logger_vala patch-backends_telepathy_lib_tpf-persona-store-cache_vala patch-backends_telepathy_lib_tpf-persona-store_vala patch-backends_telepathy_lib_tpf-persona_vala x11/gnome/anjuta/patches: patch-configure_ac patch-plugins_language-support-vala_locator_vala patch-plugins_language-support-vala_provider_vala patch-plugins_language-support-vala_report_vala patch-plugins_symbol-db_anjuta-tags_ctags-visitor_vala Log message: add patches from upstream to unbreak with new vala. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/29 08:32:51 Log message: Import kyotocabinet-1.2.76. Kyoto Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. Each key must be unique within a database. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree. Available FLAVOR: optimized - build with optimizations for the local CPU ok robert@ jasper@ sthen@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120829 N ports/databases/kyotocabinet/distinfo N ports/databases/kyotocabinet/Makefile N ports/databases/kyotocabinet/pkg/PLIST N ports/databases/kyotocabinet/pkg/DESCR N ports/databases/kyotocabinet/pkg/PFRAG.shared N ports/databases/kyotocabinet/patches/patch-Makefile_in N ports/databases/kyotocabinet/patches/patch-configure N ports/databases/kyotocabinet/patches/patch-kcregex_h No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/29 08:33:19 Modified files: databases : Makefile Log message: +kyotocabinet CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/29 08:45:32 Modified files: devel/libgee : Makefile distinfo Log message: Update to libgee-0.7.90. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/08/29 08:45:36 Modified files: x11/rxvt-unicode: Makefile x11/rxvt-unicode/patches: patch-libev_ev_c Log message: Remove ugly workaround and sync internal libenv with devel/libenv Maintainer's ok CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/08/29 09:53:14 Removed files: multimedia/xine-lib/patches: patch-m4_attributes_m4 Log message: revert part of the previous commit bringing the removal of -Wl,--no-undefined back as it does not build otherwise; from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/29 10:06:56 Modified files: devel/glib2 : Makefile Removed files: devel/glib2/patches: patch-glib-2_0_pc_in Log message: Don't need to patch this anymore. from Brad CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/29 10:23:34 Modified files: usr.sbin/crunchgen: crunchgen.c Log message: Using the currently chosen (and in my opinion insane) abstraction, pass -nopie to the linker if needed; ok pascal CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/08/29 10:26:17 Modified files: usr.sbin/smtpd : compress_backend.c mta.c parse.y queue_backend.c smtp.c smtpd.c smtpd.conf.5 smtpd.h usr.sbin/smtpd/makemap: Makefile usr.sbin/smtpd/smtpctl: Makefile usr.sbin/smtpd/smtpd: Makefile Added files: usr.sbin/smtpd : crypto_backend.c Log message: Introduce the crypto_backend API and provide support for... encrypted queue using the new API. By default, OpenSMTPD does not provide queue encryption, but it can be enabled with "queue encryption [args]" and will transparently encrypt/decrypt envelopes/messages as they hit the queue. By default, it will use Blowfish in CBC mode with a different random IV for each envelope and message. User provided key is expanded using sha256 but a different cipher and digest may be specified in smtpd.conf Queue encryption is compatible with compression and if both options are set it will do them in correct order and transparently. tested by chl@, a few users and myself ok chl@ and I CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/08/29 10:48:40 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: obvious, but document that change of any encryption parameter *requires* queue to be emptied first. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/08/29 10:51:12 Modified files: usr.bin/mkdep : mkdep.gcc.sh Log message: Test the exit status of the compiler by pulling it out the pipeline, so that mkdep can fail if the compiler does. Patch from Gerhard Roth (Gerhard_Roth at genua.de) ok halex@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/29 11:38:54 Modified files: databases/kyotocabinet: Makefile Log message: spello in comment CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/08/29 11:45:00 Modified files: sys/arch/amd64/stand: Makefile.inc sys/arch/amd64/stand/biosboot: Makefile sys/arch/amd64/stand/boot: Makefile sys/arch/amd64/stand/cdboot: Makefile sys/arch/amd64/stand/cdbr: Makefile sys/arch/amd64/stand/mbr: Makefile sys/arch/amd64/stand/pxeboot: Makefile Log message: Get rid of all NOPIE and NOPIE_FLAGS in amd64/stand and use -fno-pie and -nopie directly instead. This will be the approach taken by every other arch too in the near future. It is easier than relying on bsd.own.mk to set these correctly. discussed with and ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/29 11:50:55 Modified files: net/telepathy : Makefile.inc net/telepathy/folks: Makefile net/telepathy/telepathy-farstream: Makefile net/telepathy/telepathy-gabble: Makefile net/telepathy/telepathy-glib: Makefile net/telepathy/telepathy-haze: Makefile net/telepathy/telepathy-idle: Makefile net/telepathy/telepathy-inspector: Makefile net/telepathy/telepathy-logger: Makefile net/telepathy/telepathy-mission-control: Makefile net/telepathy/telepathy-pinocchio: Makefile net/telepathy/telepathy-python: Makefile net/telepathy/telepathy-salut: Makefile Log message: move CONFIGURE_STYLE to Makefile.inc CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/29 12:10:29 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/29 12:13:50 Modified files: usr.sbin/dhcpd : dhcp-options.5 Log message: update the rfc references; ok krw CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/29 12:21:03 Removed files: sbin/dhclient : dhcp-options.5 Log message: no point having two copies of this file - this copy never got installed anyway; ok krw henning CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/29 12:27:53 Modified files: net/telepathy/telepathy-glib: Makefile net/telepathy/telepathy-haze: Makefile net/telepathy/telepathy-idle: Makefile net/telepathy/telepathy-mission-control: Makefile net/telepathy/telepathy-salut: Makefile Log message: - remove unneeded CONFIGURE_ENV and USE_GROFF CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2012/08/29 12:36:24 Modified files: usr.sbin/smtpd : parse.y smtpd.conf.5 Log message: switch the default queue encryption to AES-128 I'm committing this on behalf of gilles@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/29 12:46:24 Added files: lang/gambit/patches: patch-configure Log message: skip the test for get_fpc_csr() on OpenBSD; we do have the function, but gambit expects union fpc_csr to be present too, which we lack. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/29 12:49:56 Modified files: sys/arch/hppa/hppa: trap.c Log message: Handle T_IPROT traps from userland by call vm_fault() instead of doing an unconditional SIGSEGV. Fixes random SIGSEGVs during single-stepping. ok miod@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/29 12:53:36 Modified files: usr.sbin/pppd : pppd.8 Log message: - document rfc 1994 - sections in conventional order - some minor tweaking CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/29 12:58:45 Modified files: sys/arch/hppa/include: reg.h sys/arch/hppa/hppa: process_machdep.c Log message: Change "struct reg" to include a few more registers. We now use the same layout as NetBSD. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/29 13:03:35 Modified files: gnu/usr.bin/binutils/gdb: hppa-tdep.h hppabsd-nat.c hppabsd-tdep.c Log message: Adjust for changes to "struct reg". CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/29 13:17:19 Modified files: gnu/usr.bin/binutils/gdb: hppa-tdep.c Log message: Add DWARF2 CFI unwinder for hppa. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/29 13:39:26 Modified files: usr.sbin/ospfd : ospfd.conf.5 Log message: bump reference to rfc 1583 to rfc 2328; CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/29 13:54:33 Modified files: sys/arch/sparc64/sparc64: pmap.c Log message: Make sure the interrupt stack for the boot processor is properly aligned to a 64K boundary. This means we don't have to worry about virtual cache aliasing anymore since SPARC V9 CPUs have at most a 16K aliasing. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/29 14:02:36 Modified files: editors/emacs23/patches: patch-configure_in Log message: unbreak on sgi by re-adding a chunk that's been missing since the import of 23. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/29 14:15:19 Modified files: usr.sbin/ldpd : ldpd.8 ldpd.conf.5 Log message: rfc 5036 obsoletes rfc 3036; ok claudio CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/29 14:20:43 Modified files: devel/libgit2/libgit2: Makefile Log message: add missing build dependency on python spotted by landry@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/29 14:33:16 Modified files: sys/arch/sparc64/include: ctlreg.h sys/arch/sparc64/sparc64: autoconf.c locore.s pmap.c Log message: The low-level guts to support MTP (Multi-Threaded Processing) on the Fujitsu SPARC64-VI and SPARC64-VII CPUs. Since the two threads on each core share the TLBs of the core we cannot enter different mappings for the same virtual address. Instead we use a scratch register to store the per-cpu pointer. This is very similar to what we do on sun4v. For now we still only attach the first thread of each SPARC64-VI/VII core since we currently don't handle the VMT (Vertical Multi-Threading) of the SPARC64-VI very well. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/29 14:51:41 Modified files: lang/gcc/4.2 : Makefile Log message: missing bump, pointed out by nigel@ adjust comment about bundled libc for adastrap while there CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/29 14:53:33 Modified files: lang/gcc/4.6 : Makefile Log message: missing bump, pointed out by nigel@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/08/29 15:46:29 Modified files: lib/libc/gen : sysconf.c Log message: Fix _SC_CHILD_MAX, _SC_OPEN_MAX, and _SC_STREAM_MAX to correctly handle rlim_cur set to RLIM_INFINITY or values greater than LONG_MAX, as unlikely as those are to happen. Further limit _SC_STREAM_MAX to at most SHRT_MAX, because struct __sFILE uses a short int for storing the file descriptor. While here, also remove a dead label that Clang complains about. From FreeBSD via Brad. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/29 15:52:47 Modified files: usr.bin/pmdb/arch/hppa: hppa.c Log message: Adjust for changes to "struct reg". CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/08/29 16:10:32 Modified files: . : Makefile Log message: remove ancient cruft. okay deraadt@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/29 16:19:32 Modified files: usr.sbin/tcpdump: tcpdump.8 Log message: - rfc 4835 obsoletes rfc 2406 - flesh out SEE ALSO ok sthen CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/08/29 16:23:08 Modified files: sys/arch/i386/stand: Makefile.inc sys/arch/i386/stand/biosboot: Makefile sys/arch/i386/stand/boot: Makefile sys/arch/i386/stand/cdboot: Makefile sys/arch/i386/stand/cdbr: Makefile sys/arch/i386/stand/etc: Makefile sys/arch/i386/stand/libsa: Makefile sys/arch/i386/stand/libz: Makefile sys/arch/i386/stand/mbr: Makefile sys/arch/i386/stand/pxeboot: Makefile Log message: Kill all NOPIE and NOPIE_FLAGS in i386/stand, replacing them with -fno-pie and -nopie directly. Binaries from a PIE system are identical to those from a recent snapshot. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/08/29 17:38:41 Modified files: share/man/man7 : mdoc.7 Log message: 1) Remove documentation of the groff-1.15 compatibility quirk of suppressing spacing before a third .Xr argument because that quirk was removed in mdoc_macro.c rev. 1.72. 2) Mark the "section" argument to .Xr as (syntactically) optional, but still do not encourage omitting it. The missing .Op was reported by espie@. Wording tweaked by and ok jmc@, ok millert@. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/08/29 19:09:21 Removed files: libexec/tftp-proxy: filter.c filter.h tftp-proxy.c tftp-proxy.8 Makefile Log message: remove libexec/tftp-proxy now we have usr.sbin/tftp-proxy ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/08/29 19:13:32 Modified files: lang/node : Makefile distinfo lang/node/pkg : PLIST Log message: - upgrade node to 0.8.8 OK sthen@, jasper@ CVSROOT: /cvs Module name: ports Changes by: william@cvs.openbsd.org 2012/08/29 20:47:53 Modified files: www/phpmyadmin : Makefile distinfo www/phpmyadmin/pkg: PLIST Log message: Update to phpmyadmin-3.4.11.1, resolving CVE-2012-4345 and closing other security holes as well. ok kevlo@ (MAINTAINER) similar diff from jasper@ CVSROOT: /cvs Module name: src Changes by: william@cvs.openbsd.org 2012/08/29 20:52:17 Modified files: usr.sbin/pkg_add/pod: OpenBSD::Ustar.pod Log message: Lowercase the first "i" in isFile, isLink, isSymLink, and isHardLink to match reality. ok espie CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/08/30 00:09:12 Modified files: usr.bin/mg : buffer.c file.c main.c Log message: This diff allows the user to decide what to do with buffers that experience write errors during C-x C-c (exiting mg). Emacs stops the exiting process when it encounters problem buffers and lets the user decide what to do, currently mg continues exiting and the contents of these buffers are lost. This diff bring mg more into line with emacs. Review and observations from Sunil Nimmagadda. CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/08/30 00:25:30 Modified files: usr.bin/mg : buffer.c Log message: Some line counter goodness from Florian Obser. If you open an already open buffer via C-x C-f, odd things can happen with the cursor and line counter for that buffer. This diff stops that behaviour and no regressions viewable. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/30 00:48:33 Modified files: usr.sbin/rdate : rdate.8 usr.sbin/ntpd : ntpd.8 Log message: rfc 5905 replaces rfc 2030; for now, the reference to 2030 in ntpd.conf stays; ok henning CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/08/30 01:48:02 Modified files: usr.bin/aucat : dev.c Log message: Use (rate / 15) as block size in off-line mode to ensure the block size stays below SHORT_MAX. Found by sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/30 02:00:12 Modified files: sysutils/deja-dup: Makefile distinfo sysutils/deja-dup/patches: patch-data_Makefile_in sysutils/deja-dup/pkg: PLIST Log message: Unbreak by updating to deja-dup-23.90. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/30 03:19:00 Modified files: databases/kyotocabinet: Makefile Log message: Unbreak on i386; reported by nigel@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/08/30 03:56:17 Modified files: de : donations.html fr : donations.html lt : donations.html ftp.html openssh/fr : ftp.html index.html manual.html openbsd.html openssh/ja : ftp.html portable.html windows.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/30 04:08:46 Modified files: devel/glib2 : Makefile Added files: devel/glib2/pkg: DESCR PLIST README Removed files: devel/glib2/pkg: DESCR-docs DESCR-main PLIST-docs PLIST-main README-main Log message: Merge -docs into -main. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/08/30 05:03:57 Modified files: sys/dev/ic : ar5211.c Log message: make a variable that can take a value of -1 signed to match what the rest of the code expects. from brad CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/08/30 05:43:37 Modified files: sys/net : pf.c Log message: Sloppy state tracking renders ICMP direction check useless and harmful as we might see only half of the connection in the asymmetric setups but ignore the state match. The bug was reported and fix was verified by Insan Praja . Thanks! OK mcbride, henning CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/30 07:47:45 Modified files: www/fcgi-cgi : Makefile www/fcgi-cgi/patches: patch-Makefile_am Log message: Use 'pkg-config glib-2.0 --libs --static' to construct linker flags when building the static binary. Fixes build problem reported by nigel@ since the glib-2.0.pc now (correctly) only lists pthread in Libs.private not in Libs. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/30 07:55:28 Modified files: x11/gtk+2 : Makefile x11/gtk+2/pkg : PLIST-main Removed files: x11/gtk+2/pkg : DESCR-docs PLIST-docs Log message: Merge -docs into -main. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/30 07:56:17 Modified files: net/icinga : Makefile.inc net/icinga/core: distinfo net/icinga/web : distinfo Log message: bugfix update to Icinga 1.7.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/30 08:09:21 Modified files: sysutils/pecl-fileinfo: Makefile 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: bump a bunch of pecl-*, thanks to cvs's non-atomic commits/updates some of these got built on amd64 without the WANTLIB they should have had, this is causing issues with pkg_add updates reported by Johan Huldtgren CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/30 08:27:03 Modified files: x11/gtk+3 : Makefile x11/gtk+3/pkg : PLIST-main Removed files: x11/gtk+3/pkg : DESCR-docs PLIST-docs Log message: Merge -docs into -main. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/30 08:28:22 Modified files: mail/zarafa : Makefile.inc mail/zarafa/zarafa: Makefile distinfo mail/zarafa/zarafa/patches: patch-common_ECLogger_cpp patch-common_ECLogger_h patch-common_Makefile_in patch-common_platform_linux_h patch-common_ustringutil_cpp patch-configure patch-doc_Makefile_in patch-doc_manual_xml patch-installer_linux_dagent_cfg patch-installer_linux_ldap_openldap_cfg patch-installer_linux_server_cfg patch-installer_linux_spooler_cfg patch-libfreebusy_Makefile_in patch-php-webclient-ajax_config_php_dist patch-provider_client_Makefile_in patch-provider_contacts_Makefile_in patch-provider_libserver_ECDatabaseUtils_cpp patch-provider_libserver_ECSessionGroup_cpp patch-provider_libserver_ECSession_cpp patch-provider_libserver_StreamUtil_cpp patch-provider_libserver_ZarafaCmd_cpp patch-provider_server_ECServer_cpp patch-provider_server_Makefile_in patch-provider_soap_soapdefs_h patch-spooler_DAgent_cpp patch-spooler_Spooler_cpp mail/zarafa/zarafa/pkg: PLIST-main PLIST-web README-main zarafa.rc Added files: mail/zarafa/zarafa/patches: patch-ECtools_zarafa-admin_zarafa-admin_cpp patch-ECtools_zarafa-fsck_zarafa-fsck_cpp patch-ECtools_zarafa-monitor_zarafa-monitor_cpp patch-ECtools_zarafa-search_ECIndexImporterAttachments_cpp patch-ECtools_zarafa-search_zarafa-search_cpp patch-common_charset_localeutil_cpp patch-common_charset_localeutil_h patch-installer_linux_search_cfg patch-php-ext_main_cpp patch-provider_client_ECChangeAdvisor_cpp patch-provider_libserver_Makefile_in mail/zarafa/zarafa/pkg: zarafa_search.rc Removed files: mail/zarafa/zarafa/patches: patch-ECtools_zarafa-indexer_ECFileIndex_cpp patch-ECtools_zarafa-indexer_ECLuceneIndexerAttachment_cpp patch-ECtools_zarafa-indexer_zarafa-indexer_cpp patch-installer_linux_indexer_cfg patch-installer_linux_zarafa-client-update_cron patch-provider_common_ECSearchClient_cpp patch-spooler_Makefile_in mail/zarafa/zarafa/pkg: zarafa_indexer.rc Log message: Major update to zarafa-7.1.0. Complete ChangeLog available at: http://download.zarafa.com/community/final/7.1/final-changelog-7.1.txt CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/30 09:51:13 Modified files: sys/arch/sparc64/conf: files.sparc64 sys/arch/beagle/beagle: beagle_machdep.c sys/arch/gumstix/gumstix: gumstix_machdep.c sys/arch/palm/palm: palm_machdep.c sys/arch/zaurus/zaurus: zaurus_machdep.c Log message: no md_root_setconf CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/30 09:53:47 Modified files: usr.bin : Makefile Removed files: usr.bin/pmdb : Makefile aout_syms.c break.c break.h clit.c clit.h core.c core.h elf_syms.c pmdb.1 pmdb.c pmdb.h process.c signal.c symbol.c symbol.h usr.bin/pmdb/arch/alpha: Makefile.inc alpha.c alpha_instruction.h alpha_trace.c pmdb_machdep.h usr.bin/pmdb/arch/amd64: Makefile.inc amd64.c pmdb_machdep.h usr.bin/pmdb/arch/arm: Makefile.inc arm.c pmdb_machdep.h usr.bin/pmdb/arch/hppa: Makefile.inc hppa.c pmdb_machdep.h usr.bin/pmdb/arch/i386: Makefile.inc i386.c pmdb_machdep.h usr.bin/pmdb/arch/m68k: Makefile.inc m68k.c pmdb_machdep.h usr.bin/pmdb/arch/m88k: Makefile.inc m88k.c pmdb_machdep.h usr.bin/pmdb/arch/mips64: Makefile.inc mips64.c pmdb_machdep.h usr.bin/pmdb/arch/powerpc: Makefile.inc pmdb_machdep.h powerpc.c usr.bin/pmdb/arch/sh: Makefile.inc pmdb_machdep.h sh.c usr.bin/pmdb/arch/sparc: Makefile.inc pmdb_machdep.h sparc.c usr.bin/pmdb/arch/sparc64: Makefile.inc pmdb_machdep.h sparc64.c usr.bin/pmdb/arch/vax: Makefile.inc pmdb_machdep.h vax.c Log message: Move pmdb to the attic. It's unfinished. It will never be finished. It's unfinishable. deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/30 09:57:13 Modified files: share/man/man5 : core.5 Log message: pmdb went to the attic CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/30 09:57:21 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/30 10:10:32 Modified files: sys/arch/amd64/amd64: fpu.c Log message: Use an explicit suffix for the "fld" instruction to shut up clang. The correct instruction is fldl sinze we try to load a double-precision value. GCC actually gets it wrong and emits "flds" (which is harmless). Pointed out by Brad. ok guenther@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/08/30 12:01:36 Modified files: sys/dev/pci/drm: drm_drv.c Log message: Use only one macro instead of two to turn debug printf on. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/08/30 12:14:26 Modified files: sys/arch/macppc/macppc: dma.c sys/arch/macppc/include: bus.h sys/arch/powerpc/include: pmap.h sys/arch/powerpc/powerpc: pmap.c Log message: Add the possibility to map DMA memory non-cached, based on the i386/amd64 implementation. For the moment only the BUS_DMA_NOCACHE macro is required to build drm on macppc but it will be used soon. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/30 12:16:26 Modified files: usr.sbin/smtpd : mta.c mta_session.c Log message: - correctly free the task if all rcpt where rejected - fix refcounting - add some stat counters ok gilles@ chl@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/08/30 12:19:50 Modified files: usr.sbin/smtpd : queue_fsqueue.c Log message: when reloading the envelopes from disk, skip envelopes that are more recent than the startup time, since they are already known to the scheduler. ok gilles@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/08/30 12:25:45 Modified files: usr.sbin/smtpd : map.c parse.y smtpd.h Added files: usr.sbin/smtpd : aldap.c aldap.h ber.c ber.h map_ldap.c map_ldap.h Log message: - import latest aldap.[ch] and ber.[ch] from ypldap - revive map_ldap.c by updating it to the current API diff by Mathieu Masson who played puzzle with an oooold changeset of mine, this import is to let us work on it in tree, it won't work as is. idea ok eric@ and chl@ CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/08/30 12:31:37 Modified files: gnu/gcc/gcc/config/sparc: openbsd64.h Log message: On sparc64, we still need to pass -K PIC to the assembler when compiling PIE. Found out the hard way by deraadt@. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/30 12:41:09 Modified files: textproc/clucene: Makefile distinfo textproc/clucene/pkg: DESCR PFRAG.shared PLIST Added files: textproc/clucene/patches: patch-CMakeLists_txt patch-src_contribs-lib_CMakeLists_txt patch-src_core_libclucene-core_pc_cmake patch-src_shared_CMakeLists_txt Removed files: textproc/clucene/patches: patch-src_Makefile_in patch-test_tests_cpp Log message: Update to clucene-core-2.3.3.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/30 12:42:26 Modified files: mail/zarafa/zarafa: Makefile mail/zarafa/zarafa/patches: patch-ECtools_zarafa-search_ECIndexImporterAttachments_cpp Added files: mail/zarafa/zarafa/patches: patch-ECtools_zarafa-search_ECAnalyzers_cpp patch-ECtools_zarafa-search_ECAnalyzers_h patch-ECtools_zarafa-search_ECIndexDB_cpp patch-ECtools_zarafa-search_ECIndexImporter_cpp Log message: Use clucene-core 2.x. Use our own libtool. CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/08/30 13:28:40 Modified files: usr.sbin/smtpd : queue_backend.c Log message: fix uninitialized variable which can be reach in case of failure. ok gilles@ CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/08/30 13:29:14 Modified files: sys/arch/sparc64/stand/bootblk: Makefile sys/arch/sparc64/stand/libsa: Makefile sys/arch/sparc64/stand/libz: Makefile sys/arch/sparc64/stand/ofwboot: Makefile sys/arch/sparc64/stand/ofwboot.net: Makefile Log message: Kill NOPIE and NOPIE_FLAGS in sparc64/stand. Binaries are identical according to deraadt@, ok kettenis@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/08/30 13:33:25 Modified files: usr.sbin/smtpd : compress_backend.c compress_gzip.c queue_backend.c smtpd.h Log message: switch compress_backend to use FILE * instead of file descriptors, like crypto_backend ok gilles@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2012/08/30 14:03:18 Modified files: sbin/ipsecctl : ike.c Log message: Do not issue a spurious "force" when "group none" is specified. Tweaked from his fix and ok mikeb@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/08/30 14:11:32 Modified files: sys/kern : kern_sysctl.c Log message: Remove a useless test for "elem_count < 0", which can never be true because elem_count has an unsigned type (size_t). Noted by Brad/Clang; no binary change on amd64 using GCC either. CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/08/30 14:15:24 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: add myself CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/08/30 14:38:24 Modified files: telephony/p5-Net-SIP: Makefile distinfo Log message: update p5-Net-SIP to 0.67 CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/08/30 14:49:42 Log message: Convert streams of builders to streams of bytestrings. ok matthew, sthen. Status: Vendor Tag: kili Release Tags: kili_20120830 N ports/devel/hs-blaze-builder-conduit/Makefile N ports/devel/hs-blaze-builder-conduit/distinfo N ports/devel/hs-blaze-builder-conduit/pkg/PLIST N ports/devel/hs-blaze-builder-conduit/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/08/30 14:51:27 Log message: Wrapper to mmap(2), allowing files or devices to be lazily loaded into memory as strict or lazy ByteStrings, using the virtual memory subsystem to do on-demand loading. ok matthew, sthen. Status: Vendor Tag: kili Release Tags: kili_20120830 N ports/devel/hs-bytestring-mmap/Makefile N ports/devel/hs-bytestring-mmap/distinfo N ports/devel/hs-bytestring-mmap/pkg/PLIST N ports/devel/hs-bytestring-mmap/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/30 14:53:09 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Slightly tweak the way we set up the code patch sections such that we can use them to patch inline assembly in C code as well. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/08/30 14:53:15 Log message: The Resource transformer keeps track of all registered actions, and calls them upon exit (via 'runResourceT'). Actions may be registered via 'register', or resources may be allocated atomically via 'allocate'. allocate corresponds closely to bracket. ok matthew, sthen. Status: Vendor Tag: kili Release Tags: kili_20120830 N ports/devel/hs-resourcet/Makefile N ports/devel/hs-resourcet/distinfo N ports/devel/hs-resourcet/pkg/PLIST N ports/devel/hs-resourcet/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/08/30 14:54:59 Modified files: lang/sbcl : Makefile lang/gprolog : Makefile lang/gprolog/patches: patch-Fd2C_Makefile_in patch-Pl2Wam_Makefile_in patch-TopComp_Makefile_in lang/clisp : Makefile lang/erlang : Makefile editors/emacs21: Makefile editors/emacs22: Makefile editors/emacs23: Makefile editors/xemacs21/stable: Makefile Log message: Adapt PIE fixes to new gcc/ld behaviour: Use -nopie as LDFLAGS and -fno-pie as CFLAGS. found in a bulk by and ok naddy@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/08/30 14:55:05 Log message: A vault is a persistent store for values of arbitrary types. It's like having first-class access to the storage space behind IORefs. The data structure is analogous to a bank vault, where you can access different bank boxes with different keys; hence the name. Also provided is a /locker/ type, representing a store for a single element. ok matthew, sthen. Status: Vendor Tag: kili Release Tags: kili_20120830 N ports/devel/hs-vault/Makefile N ports/devel/hs-vault/distinfo N ports/devel/hs-vault/pkg/PLIST N ports/devel/hs-vault/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/08/30 14:56:05 Log message: A Haskell 98 logically uninhabited data type. Used to indicate that a given term should not exist. ok matthew, sthen. Status: Vendor Tag: kili Release Tags: kili_20120830 N ports/devel/hs-void/Makefile N ports/devel/hs-void/distinfo N ports/devel/hs-void/pkg/PLIST N ports/devel/hs-void/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/30 14:57:01 Modified files: sys/arch/sparc64/sparc64: lock_machdep.c Log message: On SPARC64 VI/VII CPUs, use the sleep instruction while spinning to force a thread switch in the hope the other thread can do some useful work. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/08/30 14:57:03 Added files: emulators/qemu/patches: patch-pc-bios_optionrom_Makefile Log message: Link pc-bios/optionrom with -nopie. ok naddy@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/08/30 15:01:44 Log message: lifted-base exports IO operations from the base library lifted to any instance of 'MonadBase' or 'MonadBaseControl'. ok matthew, sthen. Status: Vendor Tag: kili Release Tags: kili_20120830 N ports/devel/hs-lifted-base/Makefile N ports/devel/hs-lifted-base/distinfo N ports/devel/hs-lifted-base/pkg/PLIST N ports/devel/hs-lifted-base/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/08/30 15:02:34 Log message: This package defines the type class MonadBaseControl, a subset of MonadBase into which generic control operations such as catch can be lifted from IO or any other base monad. Instances are based on monad transformers in MonadTransControl, which includes all standard monad transformers in the transformers library except ContT. ok matthew, sthen. Status: Vendor Tag: kili Release Tags: kili_20120830 N ports/devel/hs-monad-control/Makefile N ports/devel/hs-monad-control/distinfo N ports/devel/hs-monad-control/pkg/PLIST N ports/devel/hs-monad-control/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/08/30 15:05:07 Log message: Stream socket data using conduits. ok matthew, sthen. Status: Vendor Tag: kili Release Tags: kili_20120830 N ports/devel/hs-network-conduit/Makefile N ports/devel/hs-network-conduit/distinfo N ports/devel/hs-network-conduit/pkg/PLIST N ports/devel/hs-network-conduit/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/08/30 15:08:54 Log message: A basic random number generation library, including the ability to split random number generators. ok matthew, sthen. Status: Vendor Tag: kili Release Tags: kili_20120830 N ports/devel/hs-random/Makefile N ports/devel/hs-random/distinfo N ports/devel/hs-random/pkg/DESCR N ports/devel/hs-random/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/08/30 15:10:46 Log message: lifted-base exports IO operations from the base library lifted to any instance of 'MonadBase' or 'MonadBaseControl'. ok matthew, sthen. Status: Vendor Tag: kili Release Tags: kili_20120830 U ports/devel/hs-lifted-base/Makefile U ports/devel/hs-lifted-base/distinfo U ports/devel/hs-lifted-base/pkg/PLIST U ports/devel/hs-lifted-base/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/08/30 15:14:16 Log message: Core modules of a blazingly fast markup combinator library for the Haskell programming language. ok matthew, sthen. Status: Vendor Tag: kili Release Tags: kili_20120830 N ports/textproc/hs-blaze-markup/Makefile N ports/textproc/hs-blaze-markup/distinfo N ports/textproc/hs-blaze-markup/pkg/PLIST N ports/textproc/hs-blaze-markup/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/08/30 15:16:14 Modified files: devel/p5-BSD-stat: Makefile Log message: - no USE_GROFF - space before = CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/08/30 15:36:48 Modified files: usr.bin/mg : file.c Log message: oops. need to reset errno. Otherwise we can't save a new file in a directory where permissions are ok. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/08/30 15:54:13 Modified files: sys/dev/pci : files.pci sys/arch/macppc/conf: files.macppc sys/arch/macppc/macppc: conf.c sys/arch/macppc/pci: vgafb.c vgafb_pci.c vgafbvar.h Log message: Determine the memory and mmio regions based on previously initialzed BAR structures and add the necessary glue to attach drm(4). ok kettenis@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/08/30 15:59:46 Modified files: usr.sbin/smtpd : crypto_backend.c smtpd.h Log message: change crypto_setup() prototype to use const char * instead of uint8_t * while there do some KNF: - change 8 spaces to tab - add/remove some missing/extra space after if's ok gilles@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/08/30 16:06:00 Modified files: usr.sbin/smtpd : parser.c parser.h smtpctl.c Log message: - rename show_envelope() to show_queue_envelope() - remove SHOW_RUNQUEUE it was a noop since runqueues have been removed years ago from smtpd CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2012/08/30 16:06:43 Modified files: usr.bin/mkdep : mkdep.gcc.sh Log message: fix typo in last commit "obviously correct" guenther@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/08/30 16:38:22 Modified files: usr.sbin/smtpd : compress_gzip.c crypto_backend.c Log message: increase fread()/fwrite() buffer from 8k to 16k ok gilles@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/30 16:45:40 Modified files: telephony/asterisk: Makefile distinfo Log message: Security update to asterisk 1.8.15.1. AST-2012-012: AMI User Unauthorized Shell Access through ExternalIVR AST-2012-013: ACL rules being ignored during calls by some IAX2 peers CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/30 18:11:27 Modified files: share/mk : bsd.lib.mk gnu/egcs/libio : Makefile.bsd-wrapper gnu/egcs/libstdc++: Makefile.bsd-wrapper gnu/usr.bin/perl: Makefile.bsd-wrapper lib/libkrb5 : Makefile Log message: No longer create lib*_pic.a files. Nothing uses them anymore. grep help from sthen; discussion with brad ok guenther pascal CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/30 18:11:34 Modified files: distrib/sets/lists/comp: md.alpha md.amd64 md.armish md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.macppc md.mvme68k md.palm md.socppc md.sparc md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/08/30 20:36:11 Modified files: sbin/dhclient : dhclient.c Log message: Nuke a bunch of annoying "/* Send a packet. */" comments above invocations to send_packet(), and similiar combinations. CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2012/08/31 00:34:32 Modified files: faq : current.html Log message: pmdb is gone CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/08/31 01:51:17 Modified files: security/pcsc-lite: Makefile distinfo Log message: Bugfix update to pcsc-lite-1.8.6: - Fix a problem when only serial drivers are used (no hotplug/USB driver) - increase log buffer size from 160 to 2048. Some "long" log lines where truncated. - Fix redirection of stdin, stdout and stderr to /dev/null when pcscd is started as a daemon (default) - Some other minor improvements and bug corrections CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/08/31 01:53:42 Log message: Conduits are an approach to the streaming data problem. It is meant as an alternative to enumerators\/iterators, hoping to address the same issues with different trade-offs based on real-world experience with enumerators. ok matthew, sthen. (forgot to import this one the other day and imported devel/hs-lifted-base twice instead) Status: Vendor Tag: kili Release Tags: kili_20120831 N ports/devel/hs-conduit/Makefile N ports/devel/hs-conduit/distinfo N ports/devel/hs-conduit/pkg/PLIST N ports/devel/hs-conduit/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/08/31 02:14:08 Modified files: sys/arch/sgi/stand: Makefile.inc sys/arch/sgi/stand/boot: Makefile sys/arch/sgi/stand/libsa: Makefile sys/arch/sgi/stand/libz: Makefile Log message: Move sgi/stand to plain -fno-pie -nopie. Binaries are the same. tested by and ok deraadt@ CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/08/31 02:22:15 Modified files: share/man/man3 : intro.3 Log message: Adapt this manpage to the removal of _pic.a libraries, restructure a bit and correct errors: - turn the paragraph that previously talked about _pic.a libraries into a general PIC paragraph, and make it clear from the start that it is used in shared libraries as well as static libraries on PIE architectures - reorder paragraphs to first talk about .a, then _p.a, then shared libraries, then PIC - -fpic/-fPIC has nothing to do with *linking* to PIC libraries - there are no profiling versions of dynamic libraries - NOPIC now only affects shared libraries reqested by and ok deraadt@, with a tiny tweak from jmc@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/31 03:16:35 Modified files: net/isc-bind : Makefile distinfo net/isc-bind/pkg: DESCR Log message: add "ratelimit" flavour to net/isc-bind to build it with the experimental DNS response rate limiting (DNS RRL) patchset, http://www.redbarn.org/dns/ratelimits CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/31 03:58:16 Modified files: share/man/man3 : intro.3 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/08/31 05:46:09 Modified files: share/mk : bsd.dep.mk Log message: use subdir realtarget => target recursion (for subdir.mk .USE macro) will scrap the subdirdepend case later. okay millert@ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/08/31 06:25:44 Modified files: databases/postgresql: Tag: OPENBSD_5_1 Makefile distinfo databases/postgresql/pkg: Tag: OPENBSD_5_1 PLIST-docs Log message: Bugfixe update to 9.1.5 2 CVE fixed (CVE-2012-3488 and CVE-2012-3489) ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/08/31 06:28:31 Modified files: devel/cmake : Makefile distinfo devel/cmake/patches: patch-CMakeLists_txt patch-Modules_Compiler_GNU_cmake patch-Modules_FindBoost_cmake patch-Modules_FindJava_cmake patch-Modules_FindLua51_cmake patch-Modules_FindPythonLibs_cmake patch-Modules_FindQt4_cmake patch-Modules_FindTCL_cmake patch-Modules_FindTclStub_cmake patch-Modules_Platform_OpenBSD_cmake patch-Modules_UseJava_cmake patch-Source_cmInstallCommand_cxx patch-Source_cmTarget_cxx patch-Source_kwsys_SystemTools_cxx patch-Tests_CMakeLists_txt devel/cmake/pkg: PLIST Removed files: devel/cmake/files: FindLibLZMA.cmake devel/cmake/patches: patch-Modules_CMakeDetermineCCompiler_cmake patch-Modules_FindPkgConfig_cmake patch-Modules_FindwxWidgets_cmake patch-Source_cmCoreTryCompile_cxx patch-Tests_CMakeOnly_AllFindModules_CMakeLists_txt Log message: Update to cmake-2.8.9. "There was no cmake fallout in the bulk on amd64" jasper@ Also tested by Brad with a handful of CMake using ports CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/31 06:30:56 Modified files: net/openconnect: Makefile Added files: net/openconnect/patches: patch-main_c Log message: Don't crash with -p without a password, problem reported by Rodolfo Gouveia (getopt string bug, fix is committed upstream too) CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/08/31 06:41:17 Modified files: sys/dev/pci : if_nfe.c if_nfevar.h Log message: Wake on LAN support for nfe(4). Tested by me, russel on misc@, and jsg. ok jsg CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/08/31 06:42:51 Modified files: share/man/man4 : nfe.4 Log message: Document Wake on LAN support in nfe(4) man page. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/08/31 06:52:12 Modified files: net/pidgin-sipe: Makefile distinfo Log message: - update to 1.13.3 from Tom Doherty (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/08/31 07:00:47 Modified files: share/man/man3 : intro.3 Log message: tweak tweak, ok jmc@ CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2012/08/31 07:01:45 Modified files: faq : truetype.html faq3.html Log message: typo fixes from jason filley; ok nick CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/31 07:41:28 Modified files: net/openconnect: Makefile net/openconnect/patches: patch-main_c Log message: sync patch with upstream; drop check for config_arg being NULL, since that's impossible now the getopt string is fixed. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/31 07:59:01 Modified files: net/openconnect: Makefile distinfo Removed files: net/openconnect/patches: patch-main_c Log message: update to OpenConnect 4.07, fixes handling of CSTP write stalls CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/31 08:43:36 Modified files: gnu/gcc/gcc/config/rs6000: sysv4.h Log message: Use OBSD_LIB_SPEC and OBSD_CPP_SPEC instead of rolling our own. Means powerpc now gets the right behaviour for -pthread as well. ok pascal@, krw@, millert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/08/31 09:40:19 Modified files: sysutils/cyphertite: Makefile distinfo Log message: Minor update to cyphertite-1.3.6. from David Hill (maintainer) CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/08/31 10:13:20 Modified files: sys/arch/hppa/stand: Makefile.inc sys/arch/hppa/stand/boot: Makefile sys/arch/hppa/stand/cdboot: Makefile sys/arch/hppa/stand/libsa: Makefile sys/arch/hppa/stand/libz: Makefile Log message: Kill NOPIE and NOPIE_FLAGS in hppa/stand. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/08/31 10:13:59 Modified files: sys/arch/loongson/stand: Makefile.inc sys/arch/loongson/stand/boot: Makefile sys/arch/loongson/stand/libsa: Makefile Log message: Kill NOPIE and NOPIE_FLAGS in loongson/stand. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/08/31 10:21:21 Modified files: devel/llvm : Makefile devel/llvm/patches: patch-tools_clang_lib_Driver_Tools_cpp Log message: Disable PIE for now in clang until someone is masochistic enough to figure out how to best handle enabling it by default. Manually speficying -fpie -Wl,-pie will still work, of course. ok sthen@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/08/31 10:37:14 Modified files: gnu/gcc/gcc : targhooks.c Log message: Switch GCC to use __guard_local instead of __guard. This allows GCC to emit -fstack-protector code that doesn't need GOT indirection for accessing __guard. Tested on amd64, i386, sparc64, hppa, loongson, and sgi (thanks lteo, djm, sthen, todd, naddy, kettenis, phessler, jasper, and anyone else that I'm missing who tested). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/31 10:40:14 ports/www/phpmyadmin/files Update of /cvs/ports/www/phpmyadmin/files In directory cvs.openbsd.org:/tmp/cvs-serv4490/files Log Message: Directory /cvs/ports/www/phpmyadmin/files added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/31 10:40:38 Modified files: www/phpmyadmin : Makefile www/phpmyadmin/pkg: PLIST Added files: www/phpmyadmin/files: phpMyAdmin-httpd.conf www/phpmyadmin/pkg: README Removed files: www/phpmyadmin/pkg: MESSAGE Log message: various tweaks to phpMyAdmin packaging. feedback/OKs from aja@ william@ jasper@ giovanni@ kevlo@ - move MESSAGE to README. - add missing dep on php-mysqli. - change the unpack/fake-install method to use the standard extract infrastructure. - @sample contrib/htaccess into .htaccess so apache can use it by default if allowoverride is enabled. this does some basic user-agent checks to reduce the risk of phpmyadmin sites showing up in search engines. - provide an @sample'd apache config file which enables use of the .htaccess file and restricts access to localhost. talk about this in README so people know what's going on. (phpMyAdmin has a history of security-related bugs, but because it's rather commonly used it's much better to have it in ports so that it can be updated easily; these changes make the default installation safer). CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/08/31 10:48:26 Modified files: infrastructure/mk: bsd.port.mk Log message: go back partially on SUBST_CMD: keep the SUBST_CMD-sub stuff, but have a "default" SUBST_CMD that will substitute the non-subpackage version of the variables. SUBST_CMD = ${SUBST_CMD${SUBPACKAGE}} is a bad idea, because SUBPACKAGE may vary in unexpected ways, like you get the 'default' value when building manually, and you might get a different subpackage when building with dpb, leading to weird errors. So, old users/users during patch/configure/build can use base SUBST_CMD without much surprise. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/08/31 10:52:40 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document SUBST_CMD* again, hopefully for the last time. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/31 10:57:23 Modified files: net/nfsen : Makefile Log message: revert previous workaround, no longer needed with bsd.port.mk r1.1188 CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/08/31 10:58:22 Modified files: gnu/gcc/gcc/config/sparc: openbsd.h Log message: Apply to sparc the same change as to sparc64: Pass -K PIC to the assembler when we're default PIE. allows Theo to build PIE-by-default sparc; ok kettenis@ CVSROOT: /cvs Module name: www Changes by: matthew@cvs.openbsd.org 2012/08/31 11:11:07 Modified files: faq : current.html Log message: Document the upgrade process for switching from __guard to __guard_local. CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/08/31 11:16:21 Modified files: share/mk : bsd.own.mk Log message: Enable PIE on amd64, mips64(el) and sparc64. Most work done by kurt@ some years ago; also, most work committed over the last weeks was based on a diff by him. Cheers, kurt@! Lots and lots of helpful input, comments, feedback and diffs from deraadt@, kettenis@ and matthew@, miod@ and others. Thanks! Bulk builds done by naddy@, sthen@, landry@ and in progress from pea@ and jasper@. Pending architectures are alpha, i386, hppa, arm, sparc and landisk. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/31 11:19:29 Modified files: sys/arch/sparc64/stand/bootblk: Makefile Log message: remove some compat junk; ok kettenis CVSROOT: /cvs Module name: www Changes by: pascal@cvs.openbsd.org 2012/08/31 11:21:52 Modified files: faq : current.html Log message: Document upgrade process for PIE. Comments from aja@, nick@ and deraadt@. ok deraadt@ and sthen@ on a previous version CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/08/31 11:22:50 Modified files: gnu/usr.bin/gcc/gcc/config: openbsd-libpthread.h gnu/usr.bin/gcc/gcc/config/rs6000: sysv4.h Log message: Sync vestigial in-tree GCC 3 specs with recent GCC 4 changes. From Brad. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/08/31 11:25:11 Modified files: share/man/man5 : bsd.port.mk.5 Log message: Document BUILD_ONCE. A bit tricky. Use actual examples from our current tree. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/08/31 11:27:50 Modified files: infrastructure/man/man1: dpb.1 Log message: BUILD_ONCE documented CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/08/31 12:06:37 Modified files: devel/p5-Devel-NYTProf: Makefile distinfo devel/p5-Devel-NYTProf/pkg: PLIST Removed files: devel/p5-Devel-NYTProf/patches: patch-NYTProf_xs Log message: update p5-Devel-NYTProf to 4.08 ok sthen@ CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/08/31 12:06:42 Modified files: usr.bin/mg : buffer.c def.h main.c Log message: Allow an error message for a filename that is too long to be seen and let the error stop mg exiting when C-x C-c is called. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/08/31 12:10:15 Modified files: lang/ghc : Makefile Log message: For now, mark GHC broken on amd64. kili@ is sitting on an update at the moment so it doesn't make sense for him to fix this old version. ok kili@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/08/31 12:25:16 Modified files: emulators/mupen64plus/ui-console: Makefile Log message: The Makefile will add -fno-pie to CFLAGS if PIE is not explicitly enabled, failing to link with our -pie-by-default ld. So just enable PIE and bump REVISION. ok naddy@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/08/31 12:37:47 Modified files: lang/gcc : Makefile Removed files: lang/gcc/3.4 : Makefile distinfo lang/gcc/3.4/patches: patch-gcc_config_gcc patch-gcc_config_i386_openbsdelf_h patch-gcc_config_openbsd_h patch-gcc_config_sparc_openbsd_h patch-libf2c_Makefile_in patch-libobjc_Makefile_in lang/gcc/3.4/pkg: PFRAG.shared-g77 PFRAG.shared-objc PLIST PLIST-c++ PLIST-estdc PLIST-g77 PLIST-java PLIST-objc Log message: tedu gcc 3.4. unused, incomplete, nobody working on it. ok naddy@, "don't care" espie@ CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2012/08/31 12:52:10 Modified files: faq : current.html Log message: fix PIE upgrade instructions and link/anchor CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/08/31 12:54:39 Modified files: share/man/man5 : bsd.port.mk.5 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/08/31 13:01:31 Modified files: share/man/man1 : gcc-local.1 Log message: Document PIE-by-default behaviour. With a tweak from matthew@. ok deraadt@ jmc@ matthew@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/08/31 13:43:19 ports/math/graphviz/files/tests Update of /cvs/ports/math/graphviz/files/tests In directory cvs.openbsd.org:/tmp/cvs-serv31088/files/tests Log Message: Directory /cvs/ports/math/graphviz/files/tests added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/31 13:44:03 Modified files: libexec/ld.so : dlfcn.c Log message: Since _dl_debug_map is only initialized if we see a DT_DEBUG tag, make sure it isn't NULL before we dereference it. Fixes perl PIE on hppa. ok matthew@, deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/31 13:45:34 Modified files: gnu/usr.bin/binutils/bfd: elf32-hppa.c Log message: Add a DT_DEBUG tag to PIEs as well. ok pascal@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/08/31 13:50:01 Modified files: math/graphviz : Makefile Added files: math/graphviz/files/tests: dot-test.dot dot-test.dot.expect guile-test.scm guile-test.scm.expect neato-test.nto neato-test.nto.expect perl-test.pl perl-test.pl.expect run_tests.sh tcl-test.tcl tcl-test.tcl.expect Removed files: math/graphviz/tests: guile-test.scm perl-test.pl tcl-test.tcl Log message: Automate graphviz regression tests. OK (and some input from) ajacoutot@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2012/08/31 13:57:12 Modified files: usr.sbin/ac : ac.c Log message: Update license to two-clause BSD. Permission to do so was granted by the authors as per Ed Schouten. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/31 14:09:27 Modified files: libexec/ld.so : Makefile Log message: Compile ld.so with debug info. This will not only help people hacking on ld.so itself, but also make it easier to debug code that uses dlopen(3). ok deraadt@, matthew@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/08/31 14:13:09 Modified files: share/mk : bsd.lib.mk Log message: Don't treat zaurus special; everybody gets libraries with debug info now. We just savd a bunch of space anyway by no longer creating _pic.a libraries. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ratchov@cvs.openbsd.org 2012/08/31 14:16:40 Modified files: audio/audacious-plugins: Makefile Added files: audio/audacious-plugins/patches: patch-src_sndio_sndio_c Log message: fix 24-bit output (LSB vs MSB confusion). Found by Brad. ok dcoppa@ CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2012/08/31 14:23:06 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 md.hppa md.i386 md.landisk md.macppc md.mvme68k md.socppc md.sparc md.sparc64 md.zaurus distrib/sets/lists/xserv: md.amd64 md.i386 Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/08/31 14:44:52 Modified files: security : Makefile Log message: oops, forgot to link yubiserve to the build when I commited it. CVSROOT: /cvs Module name: www Changes by: fgsch@cvs.openbsd.org 2012/08/31 15:26:28 Modified files: faq : current.html Log message: show commands in bold and use sudo when installing CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2012/08/31 16:40:56 Modified files: usr.sbin/smtpd : crypto_backend.c Log message: Use EVP_MAX_MD_SIZE for the key size for now as discussed on icb. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/08/31 17:26:47 Modified files: sbin/modload : elf.c Log message: modload needs to invoke ld with -nopie now on ELF platforms ok pascal CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/08/31 18:00:33 Modified files: lang/gcc/3.3 : Makefile lang/gcc/3.3/patches: patch-gcc_config_alpha_openbsd_h patch-gcc_config_i386_openbsd64_h patch-gcc_config_mips_openbsd_h patch-gcc_config_openbsd_h patch-gcc_config_rs6000_openbsd_h patch-gcc_config_rs6000_sysv4_h patch-gcc_config_sparc_openbsd64_h lang/gcc/4.2 : Makefile lang/gcc/4.2/patches: patch-gcc_config_gcc patch-gcc_config_rs6000_sysv4_h lang/gcc/4.2/pkg: PFRAG.PIC-c++ PLIST-c++ lang/gcc/4.6 : Makefile lang/gcc/4.6/patches: patch-gcc_common_opt patch-gcc_config_gcc patch-gcc_config_rs6000_sysv4_h patch-gcc_config_sparc_openbsd64_h patch-gcc_opts_c lang/gcc/4.7 : Makefile lang/gcc/4.7/patches: patch-gcc_common_opt patch-gcc_config_gcc patch-gcc_config_rs6000_sysv4_h patch-gcc_config_sparc_openbsd64_h patch-gcc_opts_c lang/g77 : Makefile lang/g77/patches: patch-gcc_gcc_c lang/gfortran : Makefile lang/gfortran/patches: patch-gcc_config_gcc patch-gcc_gcc_c Added files: lang/gcc/4.2/patches: patch-gcc_common_opt patch-gcc_config_sparc_openbsd64_h patch-gcc_defaults_h patch-gcc_gcc_c patch-gcc_opts_c lang/gcc/4.6/patches: patch-gcc_defaults_h patch-gcc_gcc_c lang/gcc/4.7/patches: patch-gcc_defaults_h patch-gcc_gcc_c lang/g77/patches: patch-gcc_config_gcc patch-gcc_config_sparc_openbsd64_h patch-gcc_defaults_h patch-gcc_toplev_c lang/gfortran/patches: patch-gcc_common_opt patch-gcc_config_sparc_openbsd64_h patch-gcc_defaults_h patch-gcc_opts_c Log message: Patch GCC and derived ports to use PIE by default on the same architectures it is enabled on in base; except for gcc 3.3, which does not have PIE support and therefore needs to pass -nopie to the linker. Also, sync powerpc pthread specs with base. From Brad. ok naddy@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/08/31 18:32:24 Removed files: lib/libpthread/uthread: Makefile.inc pthread_private.h sched_prio.c uthread_accept.c uthread_atfork.c uthread_attr_destroy.c uthread_attr_getdetachstate.c uthread_attr_getguardsize.c uthread_attr_getinheritsched.c uthread_attr_getschedparam.c uthread_attr_getschedpolicy.c uthread_attr_getscope.c uthread_attr_getstack.c uthread_attr_getstackaddr.c uthread_attr_getstacksize.c uthread_attr_init.c uthread_attr_setcreatesuspend_np.c uthread_attr_setdetachstate.c uthread_attr_setguardsize.c uthread_attr_setinheritsched.c uthread_attr_setprio.c uthread_attr_setschedparam.c uthread_attr_setschedpolicy.c uthread_attr_setscope.c uthread_attr_setstack.c uthread_attr_setstackaddr.c uthread_attr_setstacksize.c uthread_autoinit.c uthread_bind.c uthread_cancel.c uthread_clean.c uthread_close.c uthread_closefrom.c uthread_concurrency.c uthread_cond.c uthread_condattr_destroy.c uthread_condattr_init.c uthread_connect.c uthread_create.c uthread_detach.c uthread_dup.c uthread_dup2.c uthread_equal.c uthread_execve.c uthread_exit.c uthread_fchflags.c uthread_fchmod.c uthread_fchown.c uthread_fcntl.c uthread_fd.c uthread_file.c uthread_find_thread.c uthread_flock.c uthread_fork.c uthread_fpathconf.c uthread_fstat.c uthread_fstatfs.c uthread_fsync.c uthread_ftruncate.c uthread_gc.c uthread_getdirentries.c uthread_getpeername.c uthread_getprio.c uthread_getschedparam.c uthread_getsockname.c uthread_getsockopt.c uthread_info_openbsd.c uthread_init.c uthread_ioctl.c uthread_join.c uthread_kern.c uthread_kevent.c uthread_kill.c uthread_kqueue.c uthread_listen.c uthread_lseek.c uthread_main_np.c uthread_mattr_init.c uthread_mattr_kind_np.c uthread_msync.c uthread_multi_np.c uthread_mutex.c uthread_mutex_prioceiling.c uthread_mutex_protocol.c uthread_mutexattr_destroy.c uthread_nanosleep.c uthread_once.c uthread_open.c uthread_openat.c uthread_pipe.c uthread_poll.c uthread_pread.c uthread_preadv.c uthread_priority_queue.c uthread_pwrite.c uthread_pwritev.c uthread_read.c uthread_readv.c uthread_recvfrom.c uthread_recvmsg.c uthread_resume_np.c uthread_rwlock.c uthread_rwlockattr.c uthread_select.c uthread_self.c uthread_sem.c uthread_sendmsg.c uthread_sendto.c uthread_seterrno.c uthread_setprio.c uthread_setschedparam.c uthread_setsockopt.c uthread_shutdown.c uthread_sig.c uthread_sigaction.c uthread_sigaltstack.c uthread_sigblock.c uthread_sigmask.c uthread_signal.c uthread_sigpending.c uthread_sigprocmask.c uthread_sigsetmask.c uthread_sigsuspend.c uthread_sigwait.c uthread_single_np.c uthread_socket.c uthread_socketpair.c uthread_spec.c uthread_spinlock.c uthread_stack.c uthread_stackseg_np.c uthread_suspend_np.c uthread_switch_np.c uthread_vfork.c uthread_wait4.c uthread_write.c uthread_writev.c uthread_yield.c lib/libpthread/sys: Makefile.inc slow_atomic_lock.c uthread_error.c lib/libpthread/thread: Makefile.inc thread_malloc_lock.c thread_mutex.c thread_tag.c lib/libpthread/arch/alpha: uthread_machdep.c uthread_machdep.h uthread_machdep_asm.S lib/libpthread/arch/amd64: _atomic_lock.c uthread_machdep.c uthread_machdep.h uthread_machdep_asm.S lib/libpthread/arch/arm: _atomic_lock.c uthread_machdep.c uthread_machdep.h uthread_machdep_asm.S lib/libpthread/arch/hppa: _atomic_lock.c uthread_machdep.h uthread_machdep_asm.S lib/libpthread/arch/hppa64: _atomic_lock.c uthread_machdep.h uthread_machdep_asm.S lib/libpthread/arch/i386: _atomic_lock.c uthread_machdep.c uthread_machdep.h uthread_machdep_asm.S lib/libpthread/arch/m68k: _atomic_lock.c uthread_machdep.c uthread_machdep.h uthread_machdep_asm.S lib/libpthread/arch/m88k: _atomic_lock.c uthread_machdep.c uthread_machdep.h uthread_machdep_asm.S lib/libpthread/arch/mips64: _atomic_lock.c _spinlock.h uthread_machdep.c uthread_machdep.h uthread_machdep_asm.S lib/libpthread/arch/powerpc: _atomic_lock.c uthread_machdep.c uthread_machdep.h uthread_machdep_asm.S lib/libpthread/arch/sh: _atomic_lock.c uthread_machdep.c uthread_machdep.h uthread_machdep_asm.S lib/libpthread/arch/sparc: _atomic_lock.c uthread_machdep.c uthread_machdep.h uthread_machdep_asm.S lib/libpthread/arch/sparc64: _atomic_lock.c uthread_machdep.c uthread_machdep.h uthread_machdep_asm.S lib/libpthread/arch/vax: _atomic_lock.c uthread_machdep.c uthread_machdep.h uthread_machdep_asm.S Log message: So passes uthreads Like autumn leaves on water don't fear the tedu@ CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2012/08/31 19:08:16 Modified files: lib/libc/stdio : flockfile.c Log message: sync comment with reality. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/08/31 21:04:51 Modified files: gnu/usr.bin/binutils-2.17/bfd/doc: Makefile.in gnu/usr.bin/binutils-2.17/binutils/doc: Makefile.in gnu/usr.bin/binutils-2.17/gas/doc: Makefile.in gnu/usr.bin/binutils-2.17/gprof: Makefile.in gnu/usr.bin/binutils-2.17/ld: Makefile.in Log message: don't pollute the src dir with info pages when doing builds ok kettenis@ deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/08/31 21:12:16 Modified files: share/mk : bsd.own.mk Log message: avr32 did not happen CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/09/01 00:33:17 Modified files: usr.bin/units : units.lib Log message: update currency exchange rates; CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/09/01 00:46:48 Modified files: gnu/usr.bin/binutils-2.17/bfd: elf.c Log message: Fix typo in comment: s/PT_OPENBSD_RANDOMDATA/PT_OPENBSD_RANDOMIZE/ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/09/01 00:56:03 Modified files: gnu/usr.bin/cc/libobjc: Makefile Log message: Clean up the correct file to fix parallel make failures ok deraadt@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/09/01 01:08:37 Modified files: etc/rc.d : rc.subr share/man/man8 : rc.d.8 Log message: Make '-f' only affects the "start" action. There is no reason we couldn't reload|stop a daemon even when _flags is set to NO. As a bonus side effect, we can now see usage() on disabled scripts. discussed with sthen@ and espie@ ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/01 01:17:58 Modified files: x11/gtk3mm : Makefile distinfo x11/gtk3mm/pkg : PLIST Log message: Minor update to gtk3mm-3.4.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/01 01:24:54 Modified files: audio/libmusicbrainz: Makefile Log message: Remove USE_GMAKE as CMake ports do not require GNU make and remove the LDFLAGS hack which isn't necessary. from Brad CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/09/01 01:35:42 Modified files: lib/libpthread/man: pthreads.3 Log message: Strip out stuff specific to the old uthreads and add similar bits for rthreads, including the beginning of a HISTORY section Tweak name (and therefore order) of the Barrier Routines and Spinlock Routines sections Update the list of functions that aren't thread-safe Be consistent with other manpages by spelling 'thread-safe' with a hyphen CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/01 02:39:00 Modified files: x11/xfce4/xfce4-places: Makefile distinfo x11/xfce4/xfce4-places/pkg: PLIST Log message: xfce4-places 1.4.0 CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/09/01 02:42:15 Modified files: share/man/man4 : systrace.4 Log message: Document that systrace fds, like kqueues, cannot be shared. P_SUGID and P_SUGIDEXEC are now PS_* flags CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/09/01 03:55:50 Modified files: lib/libc/arch/m68k/sys: sigreturn.S Log message: Make this __STDC__ aware. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/01 05:10:45 Modified files: www/mediawiki : Makefile distinfo www/mediawiki/pkg: PLIST Log message: security update to mediawiki 1.19.2, ok maintainer (Wen Heping) and jasper@ CVE-2012-4377 Stored XSS via a File::link to a non-existing image CVE-2012-4378 Multiple DOM-based XSS flaws due improper filtering of uselang parameter CVE-2012-4379 CSRF tokens, available via API, not protected when X-Frame-Options headers used CVE-2012-4380 Did not prevent account creation for IP addresses blocked with GlobalBlocking CVE-2012-4381 Password saved always to the local MediaWiki database CVE-2012-4382 Metadata about blocks CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/09/01 06:02:27 Modified files: archivers/libshrink: Makefile archivers/libshrink/pkg: PLIST devel/libclog : Makefile devel/libclog/pkg: PLIST devel/libdisorder: Makefile devel/libdisorder/pkg: PLIST devel/libeventextra: Makefile devel/libeventextra/pkg: PLIST devel/libexecinfo: Makefile devel/libexecinfo/pkg: PLIST devel/libexude : Makefile devel/libexude/pkg: PLIST devel/libf2c : Makefile devel/libf2c/pkg: PLIST devel/libf2c-old: Makefile devel/libf2c-old/pkg: PLIST devel/shapelib : Makefile devel/shapelib/pkg: PLIST graphics/glpng : Makefile graphics/glpng/pkg: PLIST math/amd : Makefile math/amd/pkg : PLIST math/arpack : Makefile math/arpack/pkg: PLIST math/blas : Makefile math/blas/pkg : PLIST math/camd : Makefile math/camd/pkg : PLIST math/cblas : Makefile math/cblas/pkg : PLIST math/ccolamd : Makefile math/ccolamd/pkg: PLIST math/colamd : Makefile math/colamd/pkg: PLIST math/lapack : Makefile math/lapack/pkg: PLIST math/umfpack : Makefile math/umfpack/pkg: PLIST net/dsocks : Makefile net/dsocks/pkg : PLIST security/assl : Makefile security/assl/pkg: PLIST textproc/libxmlsd: Makefile textproc/libxmlsd/pkg: PLIST Removed files: archivers/libshrink/pkg: PFRAG.no_mips64 devel/libclog/pkg: PFRAG.no_mips64 devel/libdisorder/pkg: PFRAG.no_mips64 devel/libeventextra/pkg: PFRAG.no_mips64 devel/libexecinfo/pkg: PFRAG.no_mips64 devel/libexude/pkg: PFRAG.no_mips64 devel/libf2c/pkg: PFRAG.no_mips64 devel/shapelib/pkg: PFRAG.no_mips64 graphics/glpng/pkg: PFRAG.no_mips64 math/amd/pkg : PFRAG.no_mips64 math/arpack/pkg: PFRAG.no_mips64 math/blas/pkg : PFRAG.no_mips64 math/camd/pkg : PFRAG.no_mips64 math/cblas/pkg : PFRAG.no_mips64 math/ccolamd/pkg: PFRAG.no_mips64 math/colamd/pkg: PFRAG.no_mips64 math/lapack/pkg: PFRAG.no_mips64 math/umfpack/pkg: PFRAG.no_mips64 net/dsocks/pkg : PFRAG.no_mips64 security/assl/pkg: PFRAG.no_mips64 textproc/libxmlsd/pkg: PFRAG.no_mips64 Log message: bsd.lib.mk does not build _pic.a libraries any longer CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/09/01 07:20:57 Modified files: share/man/man5 : mk.conf.5 Log message: NOPIC only affects shared libraries now. ok jmc@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/09/01 07:40:18 Modified files: devel/subversion: Makefile distinfo Log message: Update to Subversion 1.7.6 and fix WANTLIB for pthread; ok sthen CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/09/01 07:47:34 Modified files: usr.sbin/pkg_add/OpenBSD: Signature.pm Log message: show more precisely what the problem is. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/01 07:56:45 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-browser_installer_Makefile_in patch-browser_installer_package-manifest_in patch-build_unix_mozilla_in patch-build_unix_run-mozilla_sh patch-config_autoconf_mk_in patch-configure_in patch-content_base_src_nsContentUtils_cpp patch-content_html_content_src_nsHTMLMediaElement_cpp patch-extensions_spellcheck_hunspell_src_mozHunspell_cpp patch-gfx_thebes_Makefile_in patch-gfx_thebes_gfxPlatform_cpp patch-js_src_configure_in patch-js_src_ctypes_libffi_configure patch-media_libsydneyaudio_include_sydney_audio_h patch-media_libsydneyaudio_src_Makefile_in patch-memory_mozalloc_mozalloc_cpp patch-netwerk_base_src_nsSocketTransportService2_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_SSLServerCertVerification_cpp patch-security_manager_ssl_src_SSLServerCertVerification_h patch-security_manager_ssl_src_nsNSSComponent_cpp 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 patch-widget_gtk2_Makefile_in patch-widget_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_setup_nsXULAppInstall_js www/mozilla-firefox/pkg: PLIST Removed files: www/mozilla-firefox/files: nsSound.cpp www/mozilla-firefox/patches: patch-js_src_Makefile_in patch-js_src_assembler_jit_ExecutableAllocator_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 patch-mfbt_double-conversion_utils_h patch-netwerk_mime_nsMimeTypes_h patch-toolkit_crashreporter_client_crashreporter_linux_cpp patch-uriloader_exthandler_nsExternalHelperAppService_cpp Log message: Update to firefox 15.0. - see http://www.mozilla.org/en-US/firefox/15.0/releasenotes/ - add -Os hack to fix a relocation error when linking on ppc (as was done in tb since 10..) - garbage collect nsSound.cpp, the original one uses libcanberra properly and thus sndio. - remove patch from #750620, merged upstream (mfbt/double-conversion) - remove patches from #747257, merged upstream (gstreamer fix) - remove patches from #691898, merged upstream (yarr jit ppc) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/01 07:58:29 Modified files: www/firefox-i18n: Makefile.inc distinfo Log message: Update to firefox-i18n 15.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/01 08:10:04 Modified files: www/seamonkey : Makefile distinfo www/seamonkey/patches: patch-configure_in 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_js_src_configure_in patch-mozilla_js_src_ctypes_libffi_configure 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_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 Removed files: www/seamonkey/files: genchrome nsSound.cpp www/seamonkey/patches: patch-mozilla_js_src_Makefile_in patch-mozilla_js_src_assembler_jit_ExecutableAllocator_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_mfbt_double-conversion_utils_h patch-mozilla_toolkit_crashreporter_client_crashreporter_linux_cpp Log message: Update to seamonkey 2.12. - see http://www.seamonkey-project.org/releases/seamonkey2.12/ - garbage collect nsSound.cpp, the original one uses libcanberra properly and thus sndio. - remove patch from #750620, merged upstream (mfbt/double-conversion) - remove patches from #691898, merged upstream (yarr jit ppc) - remove useless crashreporter patch, we don't have breakpad CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/01 08:11:50 Modified files: www/seamonkey-i18n: Makefile.inc distinfo Log message: Update to seamonkey-i18n 2.12. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/01 08:22:45 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/mozilla-thunderbird/patches: patch-mail_installer_Makefile_in 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_js_src_configure_in patch-mozilla_js_src_ctypes_libffi_configure 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_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 mail/mozilla-thunderbird/pkg: PLIST-enigmail PLIST-lightning Removed files: mail/mozilla-thunderbird/files: nsSound.cpp sunbird.desktop mail/mozilla-thunderbird/patches: patch-mozilla_js_src_Makefile_in patch-mozilla_js_src_assembler_jit_ExecutableAllocator_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_mfbt_double-conversion_utils_h patch-mozilla_toolkit_crashreporter_client_crashreporter_linux_cpp Log message: Update to thunderbird 15.0/lightning 1.7b1/enigmail 1.4.4. - see http://www.mozilla.org/en-US/thunderbird/15.0/releasenotes/ - garbage collect nsSound.cpp, the original one uses libcanberra properly and thus sndio. - remove patch from #750620, merged upstream (mfbt/double-conversion) - remove patches from #691898, merged upstream (yarr jit ppc) - remove useless crashreporter patch, we don't have breakpad - garbage collect sunbird.desktop since it's unlikely sunbird will ever build from tb again.. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/01 08:27:30 Modified files: mail/thunderbird-i18n: Makefile.inc distinfo Log message: Update to thunderbird-i18n 15.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/01 08:35:06 Modified files: www/firefox35 : Makefile www/firefox36 : Makefile www/fennec : Makefile devel/xulrunner/1.9: Makefile productivity/sunbird: Makefile Removed files: www/firefox35/files: nsSound.cpp www/firefox36/files: nsSound.cpp www/fennec/files: nsSound.cpp productivity/sunbird/files: nsSound.cpp Log message: Garge collect nsSound.cpp, the original one uses libcanberra properly and thus sndio. Bump corresponding REVISIONs. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/09/01 08:36:10 Modified files: gnu/gcc/gcc : regmove.c Log message: Bounds check before addressing call_used_regs[], avoids segfaults in fixup_match_2() on landisk building mysql; gcc PR #28467 help and prodding jsg@, ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/01 08:37:00 Modified files: audio/bmp : Makefile audio/herrie : Makefile audio/libgpod : Makefile audio/libmpd : Makefile audio/mp3splt-gtk: Makefile audio/mpd : Makefile audio/ncmpc : Makefile audio/pms : Makefile audio/pulseaudio: Makefile audio/rhythmbox: Makefile audio/scmpc : Makefile audio/sound-theme-freedesktop: Makefile audio/speech-dispatcher: Makefile audio/streamripper: Makefile audio/xmms2 : Makefile cad/geda-gaf : Makefile converters/wv2 : Makefile databases/evolution-data-server: Makefile databases/mdbtools/snapshot: Makefile devel/ORBit2 : Makefile devel/atk : Makefile devel/atk2mm : Makefile devel/dconf : Makefile devel/desktop-file-utils: Makefile devel/glib2 : Makefile devel/glib2mm : Makefile devel/gobject-introspection: Makefile devel/gsettings-desktop-schemas: Makefile devel/hs-gio : Makefile devel/hs-glib : Makefile devel/json-glib: Makefile devel/libIDL : Makefile devel/libgee : Makefile devel/libgee06 : Makefile devel/libgtop2 : Makefile devel/libopensync: Makefile devel/libplist : Makefile devel/libsoup : Makefile devel/libspectrum: Makefile devel/ocaml-lwt: Makefile devel/p5-Glib2 : Makefile devel/pango : Makefile devel/pangomm : Makefile devel/pkgconfig: Makefile devel/py-gobject: Makefile devel/qt4-eventsview: Makefile editors/ldapvi : Makefile emulators/fuse : Makefile emulators/qemu : Makefile games/dopewars : Makefile games/frozen-bubble: Makefile graphics/cairo : Makefile graphics/evince: Makefile graphics/gdk-pixbuf2: Makefile graphics/gthumb: Makefile graphics/lensfun: Makefile graphics/libgexiv2: Makefile graphics/liblqr: Makefile graphics/shotwell: Makefile graphics/simple-scan: Makefile lang/vala : Makefile mail/evolution : Makefile mail/gmime : Makefile math/R : Makefile math/plplot : Makefile misc/mc : Makefile misc/shared-mime-info: Makefile multimedia/gstreamer-0.10/core: Makefile multimedia/gstreamer-0.10/mm: Makefile multimedia/gstreamer-0.10/plugins-bad: Makefile multimedia/libmms: Makefile net/avahi : Makefile net/bitlbee : Makefile net/castget : Makefile net/glib2-networking: Makefile net/gmudix : Makefile net/irssi : Makefile net/irssi-icb : Makefile net/irssi-silc : Makefile net/jnettop : Makefile net/libproxy : Makefile net/loudmouth : Makefile net/mcabber : Makefile net/meanwhile : Makefile net/pidgin : Makefile net/silc-client: Makefile net/telepathy/telepathy-logger: Makefile print/lilypond : Makefile print/poppler : Makefile productivity/glabels: Makefile security/libfprint: Makefile sysutils/conky : Makefile sysutils/deja-dup: Makefile sysutils/gamin : Makefile sysutils/gkrellm/gkrellm: Makefile sysutils/polkit: Makefile sysutils/syslog-ng: Makefile textproc/enchant: Makefile textproc/gtranslator: Makefile textproc/libtranslate: Makefile textproc/libxml++: Makefile textproc/ots : Makefile www/epiphany : Makefile www/epiphany-extensions: Makefile www/fcgi-cgi : Makefile www/icedtea-web: Makefile www/libcroco : Makefile www/webkit : Makefile x11/dbus-glib : Makefile x11/e17/ecore : Makefile x11/enlightenment: Makefile x11/gnome/anjuta: Makefile x11/gnome/anjuta-extras: Makefile x11/gnome/at-spi2-atk: Makefile x11/gnome/at-spi2-core: Makefile x11/gnome/baobab: Makefile x11/gnome/caribou: Makefile x11/gnome/contacts: Makefile x11/gnome/dictionary: Makefile x11/gnome/documents: Makefile x11/gnome/empathy: Makefile x11/gnome/eog : Makefile x11/gnome/eog-plugins: Makefile x11/gnome/file-roller: Makefile x11/gnome/games: Makefile x11/gnome/gcalctool: Makefile x11/gnome/gcr : Makefile x11/gnome/gdm : Makefile x11/gnome/gedit: Makefile x11/gnome/gedit-latex: Makefile x11/gnome/ghex : Makefile x11/gnome/gitg : Makefile x11/gnome/gnote: Makefile x11/gnome/gucharmap: Makefile x11/gnome/gvfs : Makefile x11/gnome/keyring: Makefile x11/gnome/latexila: Makefile x11/gnome/libbonobo: Makefile x11/gnome/libcryptui: Makefile x11/gnome/libgda: Makefile x11/gnome/libgdamm: Makefile x11/gnome/libgnome-keyring: Makefile x11/gnome/libgnomekbd: Makefile x11/gnome/libsecret: Makefile x11/gnome/libxklavier: Makefile x11/gnome/menus: Makefile x11/gnome/metacity: Makefile x11/gnome/mousetweaks: Makefile x11/gnome/mutter: Makefile x11/gnome/nautilus: Makefile x11/gnome/nautilus-sendto: Makefile x11/gnome/nettool: Makefile x11/gnome/panel: Makefile x11/gnome/power-manager: Makefile x11/gnome/screensaver: Makefile x11/gnome/screenshot: Makefile x11/gnome/seahorse: Makefile x11/gnome/seahorse-nautilus: Makefile x11/gnome/session: Makefile x11/gnome/shell: Makefile x11/gnome/system-log: Makefile x11/gnome/system-monitor: Makefile x11/gnome/totem: Makefile x11/gnome/tracker: Makefile x11/gnome/video-arcade: Makefile x11/gnome/vinagre: Makefile x11/gnome/vino : Makefile x11/gnome/yelp : Makefile x11/gnome-mplayer: Makefile x11/gob2 : Makefile x11/gtk+2 : Makefile x11/gtk+3 : Makefile x11/gtk-chtheme: Makefile x11/kde/arts3 : Makefile x11/kde/base3 : Makefile x11/qt4 : Makefile x11/wmctrl : Makefile x11/xfce4/libxfce4util: Makefile x11/xfce4/xfce4-dev-tools: Makefile Log message: register-plist did not catch the devel/glib2 -main -> empty change. espie asked me in such a nice way to fix this that I'm bumping all ports that have a direct dependency on glib2. CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/09/01 09:10:06 Modified files: sys/arch/alpha/stand/boot: Makefile sys/arch/alpha/stand/bootxx: Makefile sys/arch/alpha/stand/netboot: Makefile Log message: Fix alpha bootblocks: Compile with -fno-pie, link with -nopie. tested by naddy@; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/09/01 10:09:15 Modified files: usr.sbin/smtpd : parse.y queue_backend.c smtpd.c smtpd.conf.5 smtpd.h usr.sbin/smtpd/smtpctl: Makefile usr.sbin/smtpd/smtpd: Makefile Removed files: usr.sbin/smtpd : crypto_backend.c Log message: - remove crypto_backend - remove support for encrypted queue, it will be reintroduced later after pouring more thinking into it if you had it enabled, flush your queue before updating CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/01 10:11:36 Log message: Import Mozilla Sync Server. Mozilla Sync server allows bookmarks, tabs, settings, addons, passwords and history to be shared across several mozilla instances. Most work done before previous lock, polished last month and finally here it is! See https://support.mozilla.org/en-US/kb/how-do-i-set-up-firefox-sync and the provided README for how to set it up properly. ok sthen@ on a previous version. Status: Vendor Tag: landry Release Tags: landry_20120901 N ports/www/mozilla-sync/Makefile N ports/www/mozilla-sync/Makefile.inc N ports/www/mozilla-sync/core/distinfo N ports/www/mozilla-sync/core/Makefile N ports/www/mozilla-sync/core/pkg/PLIST N ports/www/mozilla-sync/core/pkg/DESCR N ports/www/mozilla-sync/full/Makefile N ports/www/mozilla-sync/full/distinfo N ports/www/mozilla-sync/full/pkg/PLIST N ports/www/mozilla-sync/full/pkg/README N ports/www/mozilla-sync/full/pkg/DESCR N ports/www/mozilla-sync/full/pkg/mozilla_sync.rc N ports/www/mozilla-sync/full/patches/patch-etc_sync_conf N ports/www/mozilla-sync/full/patches/patch-development_ini N ports/www/mozilla-sync/full/patches/patch-syncserver_controllers_py N ports/www/mozilla-sync/storage/Makefile N ports/www/mozilla-sync/storage/distinfo N ports/www/mozilla-sync/storage/pkg/PLIST N ports/www/mozilla-sync/storage/pkg/DESCR N ports/www/mozilla-sync/reg/Makefile N ports/www/mozilla-sync/reg/distinfo N ports/www/mozilla-sync/reg/pkg/PLIST N ports/www/mozilla-sync/reg/pkg/DESCR N ports/www/mozilla-sync/reg/patches/patch-syncreg_util_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/01 10:12:23 Modified files: www : Makefile Log message: +mozilla-sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/01 10:16:33 Modified files: x11/gnome : gnome.port.mk Log message: Bump vala version. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/09/01 10:25:27 Modified files: usr.sbin/smtpd : smtpd.h Log message: remove unused flag CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/01 10:33:26 Modified files: www/mozilla-sync/full: Makefile www/mozilla-sync/full/pkg: mozilla_sync.rc Log message: rc.d script cleanup: /etc -> SYSCONFDIR also match on empty daemon_flags ok landry@ CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/09/01 10:40:53 Modified files: share/man/man3 : intro.3 Log message: Kill the FILES section. No need to maintain a second list of libraries on the same page (which was even out of sync). Also, add an .Xr ld. ok jmc@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/09/01 10:44:25 Modified files: usr.bin/make : targ.c Log message: put back out-of-line version of function. even with only-inline, won't compile with -O0, so debugging is very difficult... discussed with jsg@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/09/01 11:11:02 Log message: Devel::TraceUse, simple way to know whether your perl script pulls the kitchen sink in. landry@ approved. Status: Vendor Tag: espie Release Tags: ports N ports/devel/p5-Devel-TraceUse/distinfo N ports/devel/p5-Devel-TraceUse/Makefile N ports/devel/p5-Devel-TraceUse/pkg/PLIST N ports/devel/p5-Devel-TraceUse/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/09/01 11:11:48 Modified files: devel : Makefile Log message: + p5-Devel-TraceUse CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/09/01 11:35:54 Modified files: net/icecast : Makefile distinfo net/icecast/patches: patch-Makefile_in patch-admin_Makefile_in patch-conf_Makefile_in patch-conf_icecast_minimal_xml_in patch-conf_icecast_xml_in patch-configure patch-doc_Makefile_in patch-web_Makefile_in net/icecast/pkg: PLIST Log message: Update for Icecast to 2.3.3: * Improved HTTPS cipher handling and added support for chained certificates. * Allow the source password to be undefined. There was a corner case, where a default password would have taken effect. It would require the admin to remove the 'source-password' from the icecast config to take effect. Default configs ship with the password set, so this vulnerability doesn't trigger there. * Prevent error log injection of control characters by substituting non-alphanumeric characters with a '.' (CVE-2011-4612). Injection attempts can be identified via access.log, as that stores URL encoded requests. Investigation if further logging code needs to have sanitized output is ongoing. Tested on amd64. Reads fine aja@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/01 11:48:19 Modified files: www/mozilla : mozilla.port.mk Log message: Forgot to commit in previous.. remove the bits overwriting the original nsSound.cpp with our own, now removed. noticed by naddy@ CVSROOT: /cvs Module name: ports Changes by: miod@cvs.openbsd.org 2012/09/01 12:15:06 Modified files: devel/libffi : Makefile Log message: Add m68k to the NOT_FOR_ARCHS list, needs significant work to build. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/01 12:16:24 Log message: Import geary 0.1.0-git. Geary is an email client built for the GNOME desktop environment. It allows you to read and send email with a simple, modern interface. The first time Geary is launched, it will prompt for your account information. Note that your email password is stored securely in the Gnome Keyring. Geary will then begin downloading messages in your inbox. Only the most recent messages will be downloaded. To continue reading email, scroll down in the message list and more email will be fetched. ok ajacoutot@ Status: Vendor Tag: landry Release Tags: landry_20120901 N ports/mail/geary/Makefile N ports/mail/geary/distinfo N ports/mail/geary/pkg/PLIST N ports/mail/geary/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/01 12:17:21 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add quirk to update postler to geary. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/01 12:17:44 Modified files: mail : Makefile Log message: +geary -postler CVSROOT: /cvs Module name: ports Changes by: miod@cvs.openbsd.org 2012/09/01 12:18:41 Added files: archivers/freeze/patches: patch-freeze_c Log message: Unbreak on m88k. No version bump as this only changes an m88k-specific block and it wasn't building before. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/01 12:20:08 Removed files: mail/postler : Makefile distinfo mail/postler/patches: patch-postler_postler-accounts_vala patch-wscript mail/postler/pkg: DESCR PLIST Log message: Bye bye postler. You're not building anymore with vala 0.17.x, your development ceased a while ago, and your main developer works on mail/geary now. CVSROOT: /cvs Module name: ports Changes by: miod@cvs.openbsd.org 2012/09/01 12:22:04 Modified files: devel/libsigsegv: Makefile Added files: devel/libsigsegv/patches: patch-src_fault-openbsd-m88k_h patch-src_fault-openbsd-vax_h Log message: Add m88k and vax support, and add them to the ONLY_FOR_ARCHS list. No version bump as it did not build before. ok landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/01 12:35:15 Modified files: print/cups-filters: Makefile distinfo Added files: print/cups-filters/patches: patch-filter_pdftoopvp_oprs_OPRS_cxx patch-filter_pdftopdf_intervalset_cc patch-filter_pdftopdf_pptypes_cc Removed files: print/cups-filters/patches: patch-configure patch-filter_pdftopdf_P2POutputStream_h patch-filter_pdftopdf_PDFFTrueTypeFont_h Log message: Update to cups-filters-1.0.23. with help from espie@ CVSROOT: /cvs Module name: www Changes by: lum@cvs.openbsd.org 2012/09/01 12:48:38 Modified files: . : want.html Log message: 1.5 hour commute, something like this would be useful. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/09/01 13:02:27 Modified files: sbin/dhclient : dhclient.c dispatch.c Log message: Nuke a static global I can't get my head around - interfaces_invalidated. Since reinitialize_interface() was simply setting interfaces_invalidated to 0, nuke it too! Always update ifi->linkstat in dispatch() loop. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/09/01 13:08:42 Modified files: sbin/dhclient : dhcpd.h Log message: Oops. Missed a reinitialize_interface() declaration. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/01 15:09:24 Modified files: print/foomatic-filters: Makefile Log message: Add comment about colord. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/01 15:44:49 Modified files: print/gutenprint: Makefile Log message: Adapt comment. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/01 15:46:26 Modified files: print/foomatic-db-engine: Makefile print/foomatic-db-engine/pkg: README Log message: Adapt example. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/01 15:47:29 Modified files: print/foomatic-db: Makefile distinfo print/foomatic-db/pkg: PLIST Log message: Update to foomatic-db-4.0.20120901. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/01 21:44:20 Modified files: share/mk : bsd.own.mk Log message: enable PIE on alpha, and document the situation for other architectures not running PIE yet. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/09/01 21:49:49 Modified files: faq : current.html Log message: alpha got some PIE CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/09/01 21:50:45 Modified files: faq : current.html Log message: clarify CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/01 21:55:47 Modified files: usr.bin/tic : Makefile Log message: Document (in this commit message, and an annotation in the Makefile) that this sh-architecture gcc workaround is for the same bug that is found in sort/tmp.c CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/01 21:56:18 Modified files: usr.bin/tic : Makefile Log message: Oh, but only -O1 is needed. With -fpie, -O0 is currently needed. Bah. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/01 23:20:17 Modified files: sys/kern : uipc_usrreq.c Log message: Do not need bcopy trickery to update the file descriptor pointer array; we can access it directly. ok guenther CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/09/02 01:45:39 Modified files: . : plus.html Log message: plus.html for August 19-26. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/09/02 02:16:40 Modified files: sys/arch/macppc/dev: pm_direct.h Log message: Bump the buffer size from 32 to 128 bytes, because some responses may have 120 bytes of data. Diff by briggs@NetBSD, pointed out by and ok miod@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/09/02 02:49:22 Modified files: distrib/notes/mvme68k: install Log message: A bit more details about s-records operation. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/09/02 02:57:18 Modified files: gnu/egcs/libio : streambuf.h Log message: Provide ios::pos_type and ios::off_type on gcc 2.95 platforms, as some ports want to use them. ok espie@ jsg@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/02 03:23:00 Modified files: x11/slim : Makefile distinfo x11/slim/patches: patch-slim_conf patch-switchuser_cpp Added files: x11/slim/patches: patch-CMakeLists_txt patch-Ck_cpp patch-Ck_h patch-app_cpp patch-image_cpp Removed files: x11/slim/patches: patch-Makefile_openbsd patch-png_c Log message: Update to slim 1.3.4. - switch to cmake. - add missing setusercontext() call in switchuser.cpp, now the ulimits are properly applied when logging in. - add support for bsd_auth(3) through auth_userokay(3). Now allows to login via login_ldap/login_yubikey/etc... - add support for consolekit, no need to do ck-launch-session in .xinitrc anymore. - make consolekit support at runtime optional, ie don't badly bail out if systemwide dbus daemon is not running. Being discussed with upstream. parts based on a diff from 'johnw', ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/02 03:34:19 Modified files: graphics/gle : Makefile distinfo graphics/gle/patches: patch-Makefile_in graphics/gle/pkg: DESCR PLIST Removed files: graphics/gle/patches: patch-configure patch-man_Makefile_in Log message: Update to gle-3.1.0 which now has a clear licence (Artistic/GPLv2). from Azwaw OUSADOU with some tweaks CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/02 03:36:55 Modified files: x11/xscreensaver: Makefile x11/xscreensaver/pkg: PLIST-data Removed files: x11/xscreensaver/pkg: DESCR-gle PLIST-gle Log message: Remove the -gle subpackage now that gle has a proper license. based on an original diff from Azwaw OUSADOU CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/02 03:37:47 Modified files: x11 : Makefile Log message: No PSEUDO_FLAVOR for xscreensaver anymore. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/02 04:04:22 Modified files: x11/xscreensaver: Makefile distinfo x11/xscreensaver/patches: patch-configure patch-driver_XScreenSaver_ad_in Removed files: x11/xscreensaver/patches: patch-hacks_apple2-main_c patch-hacks_phosphor_c Log message: Update to xscreensaver-5.19. from Azwaw OUSADOU with some tweaks CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/02 04:25:13 Modified files: graphics/libmng: Makefile graphics/libmng/files: makefile.openbsd graphics/libmng/pkg: PLIST Log message: - Have the dynamic library link against its dependencies. - Remove USE_GROFF. - Fix mistake with the LCMS header path in the libmng Makefile. - port and libmng Makefile clean up. from Brad Remove @endfake while here CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/02 04:37:27 Modified files: x11/gtk3mm : Makefile x11/gtk3mm/pkg : PLIST Log message: Disable documentation; it requires graphviz, doxygen... The pre-gen doc should be part of the official tarball but it seems not for this release... spotted by naddy@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/09/02 04:39:52 Modified files: faq/de : faq3.html truetype.html faq/nl : faq3.html truetype.html openssh/de : ftp.html index.html openbsd.html openssh/nl : ftp.html index.html openbsd.html Added files: fr : orders.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/09/02 04:55:59 Modified files: net/isc-bind : Makefile Log message: bump after DESCR changed when ratelimit flavor was added CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/09/02 05:23:19 Modified files: x11/kde/artwork3: Makefile Log message: remove xscreensaver's no_gle flavor here as well CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/02 05:55:11 Modified files: net/icinga/core: Makefile Added files: net/icinga/core/patches: patch-base_utils_c Log message: fix epn-related bug in icinga, patch from upstream CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/02 06:06:37 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: update Postfix snapshot to 2.10-20120801, from Brad. CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/09/02 06:21:22 Modified files: usr.sbin/smtpd : envelope.c Log message: remove warning asked by gilles@ ok gilles@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/09/02 06:23:27 Modified files: faq/fr : faq1.html faq13.html faq15.html faq3.html faq4.html faq5.html faq8.html faq9.html fr : 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 45.html 46.html 51.html donations.html ftp.html goals.html index.html press.html report.html stable.html openbgpd/fr : index.html opencvs/fr : index.html openntpd/fr : index.html openssh/fr : index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/09/02 07:29:29 Modified files: lib/libpthread/man: pthreads.3 Log message: tweaks; ok guenther CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2012/09/02 07:47:25 Modified files: share/man/man8 : release.8 Log message: sync path to kernel sources with config(8), hier(7) and FAQ ok jmc@ ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/02 07:49:51 Modified files: productivity/taskjuggler: Makefile productivity/taskjuggler/pkg: PLIST Log message: --as-needed works here now. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/02 07:51:11 Removed files: comms/jpilot-syncmal: Makefile distinfo comms/jpilot-syncmal/pkg: DESCR PLIST Log message: Remove jpilot-syncmal, the AvantGo service has been removed from the net since 3 years... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/02 07:51:23 Modified files: comms : Makefile Log message: -jpilot-syncmal CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/09/02 08:13:10 Log message: matthieu wants to scrape imake off xenocara imake-config files for ports (to be finished in-tree) Status: Vendor Tag: espie Release Tags: ports N ports/devel/imake-cf/Makefile N ports/devel/imake-cf/distinfo N ports/devel/imake-cf/patches/patch-Imake_cf N ports/devel/imake-cf/patches/patch-OpenBSD_cf N ports/devel/imake-cf/patches/patch-X11_tmpl N ports/devel/imake-cf/pkg/PLIST N ports/devel/imake-cf/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/09/02 08:14:02 Log message: matthieu wants to scrape imake off xenocara initial port, to be worked in-tree (no need for autoconf to discover we have mkstemp...) Status: Vendor Tag: espie Release Tags: ports N ports/devel/imake/distinfo N ports/devel/imake/Makefile N ports/devel/imake/files/Makefile N ports/devel/imake/pkg/PLIST N ports/devel/imake/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/02 08:37:49 Modified files: devel/imake-cf : Makefile distinfo devel/imake-cf/patches: patch-OpenBSD_cf devel/imake-cf/pkg: DESCR Log message: Fix DESCR. Don't hardcode /usr/local. Missing NO_REGRESS. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 09:21:17 Modified files: print/poppler : Makefile distinfo Log message: Update to poppler-0.20.3. ok aja@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 09:27:28 Log message: This package provides a straightforward port of monadLib's BaseM typeclass to transformers. ok sthen@ Status: Vendor Tag: kili Release Tags: kili_20120902 N ports/devel/hs-transformers-base/Makefile N ports/devel/hs-transformers-base/distinfo N ports/devel/hs-transformers-base/pkg/PLIST N ports/devel/hs-transformers-base/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/02 09:53:32 Modified files: x11/kde/pim3 : Makefile x11/kde/pim3/patches: patch-configure_in x11/kde/pim3/pkg: PLIST Removed files: x11/kde/pim3/patches: patch-kpilot_conduits_Makefile_in Log message: Disable libmal support. AvantGo is dead. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/02 09:54:14 Removed files: comms/libmal : Makefile distinfo comms/libmal/pkg: DESCR PFRAG.shared PLIST Log message: Remove libmal; AvantGo has been offline for 3 years. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/02 09:54:30 Modified files: comms : Makefile Log message: -libmal CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/09/02 09:57:06 Modified files: lib/libsndio : sio_aucat.c Log message: Be nice with the server and align data packets to audio block boundary CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/02 10:21:05 Modified files: sys/arch/landisk/stand/boot: Makefile sys/arch/landisk/stand/mbr: Makefile sys/arch/landisk/stand/xxboot: Makefile Log message: Cope with pie-by-default, if it ever happens; ok pascal CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/09/02 10:32:52 Modified files: libexec/ld.so/arm: Makefile.inc libexec/ld.so/sh: Makefile.inc Log message: Specify an include path for SYS.h via CPPFLAGS not AFLAGS so mkdep can find it. This was breaking builds after recent changes to mkdep to error out if the compiler does. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/02 10:37:43 Modified files: share/mk : bsd.own.mk Log message: take hppa to PIE as well; ok kettenis pascal CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 10:58:02 Modified files: textproc : Makefile Log message: Hook hs-blaze-markup to the build, even if ghc is still marked as broken. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 11:00:59 Modified files: devel : Makefile Log message: Hook new hs-ports to the build. CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/09/02 11:22:53 Modified files: sys/arch/socppc/stand/boot: Makefile sys/arch/socppc/stand/mkboot: Makefile Log message: convert to plain -fno-pie/-nopie. Looks good to deraadt@. CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2012/09/02 12:00:31 Modified files: devel/imake : Makefile distinfo Log message: fix MASTER_SITE and distinfo. ok espie@ CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2012/09/02 12:01:48 Modified files: devel/imake-cf : Makefile distinfo devel/imake-cf/pkg: PLIST Log message: - fix MASTER_SITES and distinfo - install all needed files ok espie@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/02 12:03:28 Modified files: devel/giggle : Makefile devel/giggle/patches: patch-libgiggle-git_Makefile_in devel/giggle/pkg: PLIST Removed files: devel/giggle/patches: patch-libgiggle_Makefile_in Log message: Keep --as-needed since it works fine now. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 12:08:33 Modified files: lang/feldspar/language: Makefile Log message: Mark as broken for now, because it doesn't build with ghc-7.4. A newer version probably works but needs some new dependencies, IIRC. ok, jasper@ (during g2k12). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/09/02 12:10:49 Modified files: share/mk : bsd.own.mk Log message: We need big PIE on powerpc because the GOT gets too big for some bloatware like GCC. ok deraadt@, pascal@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 12:12:56 Modified files: net/hpodder : Makefile Log message: Mark as broken for now. It doesn't build with ghc-7.4. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/09/02 13:52:41 Modified files: net/arping : Makefile distinfo Log message: Update for Arping with: * Fix warnings reported by clang. * Using -1 is the same as 0, except older libpcap left 0 undefined. * Fixed non-conflict. * Always process all waiting packets. Tested on amd64. Ok benoit@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 13:53:46 Modified files: lang/ghc : Makefile distinfo ghc.port.mk lang/ghc/patches: patch-configure patch-ghc_mk patch-libraries_base_GHC_IO_Encoding_hs patch-libraries_base_System_IO_hs patch-libraries_bin-package-db_Distribution_InstalledPackageInfo_Binary_hs patch-libraries_process_include_runProcess_h patch-mk_config_mk_in patch-rts_posix_Signals_c patch-testsuite_driver_testlib_py patch-testsuite_mk_test_mk lang/ghc/pkg : PLIST-doc PLIST-main Added files: lang/ghc/patches: patch-libraries_Cabal_Cabal_Distribution_InstalledPackageInfo_hs patch-libraries_Cabal_Cabal_Distribution_Simple_Register_hs patch-libraries_Cabal_Cabal_Distribution_Simple_Setup_hs patch-libraries_Cabal_Cabal_Distribution_Simple_Utils_hs patch-testsuite_tests_cabal_ghcpkg01_stdout patch-testsuite_tests_codeGen_should_run_all_T Removed files: lang/ghc/patches: patch-compiler_ghc_mk patch-compiler_main_DynFlags_hs patch-extra-gcc-opts_in patch-libraries_Cabal_Distribution_InstalledPackageInfo_hs patch-libraries_Cabal_Distribution_Simple_Register_hs patch-libraries_Cabal_Distribution_Simple_Setup_hs patch-libraries_Cabal_Distribution_Simple_Utils_hs patch-libraries_base_GHC_IO_Encoding_Iconv_hs patch-libraries_gen_contents_index patch-libraries_integer-simple_integer-simple_cabal patch-testsuite_tests_ghc-regress_cabal_ghcpkg01_stdout patch-testsuite_tests_ghc-regress_codeGen_should_run_all_T Log message: Update to ghc-7.4.2, but keep it marked as broken (and not only for amd64). Most of the -nopie changes are from pascal@ (thanks); I only had to merge them for ghc-7.4 and tweak configure and mk/config.mk.in. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 13:57:48 Modified files: textproc/hs-attoparsec: Makefile Log message: Remove dependency on devel/hs-deepseq, which is now included in the ghc package. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 13:58:17 Modified files: devel/hs-unordered-containers: Makefile Log message: Remove dependency on devel/hs-deepseq, which is now included in the ghc package. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 13:59:41 Removed files: devel/hs-deepseq: Makefile distinfo devel/hs-deepseq/pkg: DESCR PLIST Log message: Remove hs-deepseq. It's now included in the ghc package. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:00:55 Modified files: x11/hs-xmonad-contrib: Makefile Log message: Add devel/hs-random dependency. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:01:24 Modified files: www/hs-xhtml-combinators: Makefile Log message: Add devel/hs-random dependency. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:01:55 Modified files: devel/hs-test-framework-quickcheck2: Makefile Log message: Add devel/hs-random dependency. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:02:19 Modified files: devel/hs-test-framework: Makefile Log message: Add devel/hs-random dependency. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:02:43 Modified files: security/hs-pwstore-fast: Makefile Log message: Add devel/hs-random dependency. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:04:19 Modified files: devel/hs-pugs-compat: Makefile distinfo devel/hs-pugs-compat/patches: patch-pugs-compat_cabal devel/hs-pugs-compat/pkg: PLIST Removed files: devel/hs-pugs-compat/patches: patch-src_Pugs_Compat_Monads_hs patch-src_Pugs_Compat_hs Log message: Add devel/hs-random dependency. Update to pugs-compat-0.0.6.20120229.163800. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:04:51 Modified files: devel/hs-MissingH: Makefile Log message: Add devel/hs-random dependency. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:06:54 Modified files: devel/haddock : Makefile distinfo devel/haddock/pkg: PLIST-lib Log message: Update to haddock-2.11.0 (using the sources bundled with ghc-7.4.2; see comment in the Makefile). CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:07:34 Modified files: archivers/hs-zlib: Makefile distinfo Log message: Update to zlib-0.5.3.3. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:09:08 Modified files: devel/alex : Makefile distinfo Log message: Update to alex-3.0.1. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:09:42 Modified files: devel/cabal-install: Makefile distinfo Log message: Update to cabal-install-0.14.0. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:10:36 Modified files: devel/happy : Makefile distinfo devel/happy/patches: patch-tests_Makefile Log message: Update to happy-1.18.9. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:11:17 Modified files: devel/hs-QuickCheck: Makefile distinfo Log message: Update to QuickCheck-2.4.2. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:12:12 Modified files: devel/hs-mtl : Makefile distinfo Log message: Update to mtl-2.1.1. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:13:08 Modified files: devel/hs-network: Makefile distinfo Added files: devel/hs-network/patches: patch-Network_Socket_ByteString_IOVec_hsc Log message: Update to network-2.3.0.13. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:13:42 Modified files: devel/hs-parallel: Makefile distinfo Log message: Update to parallel-3.2.0.2. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:14:40 Modified files: devel/hs-parsec: Makefile distinfo devel/hs-parsec/pkg: PLIST Log message: Update to parsec-3.1.2. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:15:14 Modified files: devel/hs-stm : Makefile distinfo Log message: Update to stm-2.3. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:15:42 Modified files: devel/hs-syb : Makefile distinfo Log message: Update to syb-0.3.6.1. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:16:35 Modified files: devel/hs-text : Makefile distinfo devel/hs-text/pkg: PLIST Log message: Update to text-0.11.2.0. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:17:53 Modified files: devel/hs-transformers: Makefile distinfo devel/hs-transformers/pkg: PLIST Log message: Update to transformers-0.3.0.0. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:18:42 Modified files: graphics/hs-OpenGL: Makefile distinfo Log message: Update to OpenGL-2.2.3.1. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:19:19 Modified files: lang/hs-haskell-src: Makefile distinfo Log message: Update to haskell-src-1.0.1.5. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:20:12 Modified files: net/hs-HTTP : Makefile distinfo net/hs-HTTP/pkg: PLIST Log message: Update to HTTP-4000.2.3. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:21:09 Modified files: devel/hs-parsec: Makefile Log message: Bump. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:21:42 Modified files: devel/hs-enumerator: Makefile distinfo devel/hs-enumerator/pkg: PLIST Log message: Update to enumerator-0.4.19. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:22:33 Modified files: devel/hs-List : Makefile distinfo devel/hs-List/pkg: PLIST Log message: Update to List-0.4.2. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:23:01 Modified files: textproc/hs-hexpat: Makefile distinfo Log message: Update to hexpat-0.19.10. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:25:16 Modified files: devel/hs-concurrent-extra: Makefile devel/hs-concurrent-extra/pkg: PLIST Log message: Update plist and bump. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:27:16 Modified files: devel/hs-cmdargs: Makefile distinfo devel/hs-cmdargs/pkg: PLIST Log message: Update to cmdargs-0.9.5. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:28:18 Modified files: devel/hs-logict: Makefile distinfo Log message: Update to logict-0.5.0.1. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:29:42 Modified files: textproc/hs-bytestring-show: Makefile distinfo Log message: Update to bytestring-show-0.3.5.1. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/09/02 14:30:13 Modified files: sys/arch/hppa/include: asm.h Log message: Make profiling actually work on hppa. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:30:14 Modified files: textproc/hs-bytestring-nums: Makefile distinfo Log message: Update to bytestring-nums-0.3.5. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:30:51 Modified files: devel/cpphs : Makefile distinfo Log message: Update to cpphs-1.13.3. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:31:43 Modified files: devel/hs-MonadCatchIO-transformers: Makefile distinfo devel/hs-MonadCatchIO-transformers/pkg: PLIST Log message: Update to MonadCatchIO-transformers-0.3.0.0. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:32:14 Modified files: devel/hs-dataenc: Makefile distinfo Log message: Update to dataenc-0.14.0.3. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 14:33:23 Modified files: devel/hs-haskeline: Makefile distinfo Log message: Update to haskeline-0.6.4.7. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/09/02 14:51:37 Modified files: sys/dev/usb : umidivar.h Log message: Dont "#ifdef DIAGNOSTICS" out umidi_jack->intr. Unbreaks compilation with no DIAGNOSTICS defined. From Artturi Alm . Thanks CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/02 14:52:12 ports/games/frozen-bubble/files Update of /cvs/ports/games/frozen-bubble/files In directory cvs.openbsd.org:/tmp/cvs-serv2470/files Log Message: Directory /cvs/ports/games/frozen-bubble/files added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/02 14:52:35 Modified files: games/frozen-bubble: Makefile games/frozen-bubble/patches: patch-Makefile games/frozen-bubble/pkg: PLIST-main PLIST-server Added files: games/frozen-bubble/files: wrapper.sh Log message: bodge frozen-bubble into working following changes to pthreads; - patch the Makefile to avoid p5-SDL version checks which require pthread functions - install a wrapper script to preload pthread/so before running frozen-bubble{,-editor} ok aja CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:09:16 Modified files: archivers/hs-zlib-bindings: Makefile distinfo archivers/hs-zlib-bindings/pkg: PLIST Log message: Update to zlib-bindings-0.1.0.1. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:09:43 Modified files: archivers/hs-zlib-enum: Makefile distinfo Log message: Update to zlib-enum-0.2.2.1. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:10:44 Modified files: devel/hs-aeson : Makefile distinfo devel/hs-aeson/pkg: PLIST Log message: Update to aeson-0.6.0.2. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:11:26 Modified files: devel/hs-blaze-builder-enumerator: Makefile distinfo Log message: Update to blaze-builder-enumerator-0.2.0.4. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:11:52 Modified files: devel/hs-case-insensitive: Makefile distinfo Log message: Update to case-insensitive-0.4.0.1. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:14:02 Modified files: devel/hs-contravariant: Makefile distinfo Log message: Update to contravariant-0.2.0.2. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:14:36 Modified files: devel/hs-distributive: Makefile distinfo Log message: Update to distributive-0.2.2. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:16:32 Modified files: devel/hs-murmur-hash: Makefile distinfo Log message: Update to murmur-hash-0.1.0.5. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:17:09 Modified files: databases/hs-HDBC-postgresql: Makefile distinfo databases/hs-HDBC-postgresql/pkg: PLIST Log message: Update to HDBC-postgresql-2.3.2.1. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:19:01 Modified files: devel/hs-MetaObject: Makefile distinfo Log message: Update to MetaObject-0.0.6.20110925. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:21:05 Modified files: graphics/hs-GLUT: Makefile graphics/hs-GLUT/pkg: PLIST Log message: Haddock fails on this one, so don't build the documentation until this get fixed. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:21:48 Modified files: devel/hs-pugs-DrIFT: Makefile distinfo devel/hs-pugs-DrIFT/patches: patch-pugs-DrIFT_cabal Removed files: devel/hs-pugs-DrIFT/patches: patch-src_DrIFT_YAML_hs Log message: Udpate to pugs-DrIFT-2.2.3.20120203. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:22:25 Modified files: devel/hs-ListLike: Makefile distinfo devel/hs-ListLike/pkg: PLIST Log message: Update to ListLike-3.1.5. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:22:55 Modified files: textproc/hs-HaXml: Makefile distinfo textproc/hs-HaXml/pkg: PLIST Log message: Update to HaXml-1.23.3. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:23:17 Modified files: devel/hs-hashable: Makefile distinfo Log message: Update to hashable-1.1.2.3. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:23:43 Modified files: devel/hs-uniplate: Makefile distinfo devel/hs-uniplate/pkg: PLIST Log message: Update to uniplate-1.6.7. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:24:31 Modified files: devel/hs-primitive: Makefile distinfo devel/hs-primitive/pkg: PLIST Log message: Update to primitive-0.4.1. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:24:58 Modified files: devel/hs-vector: Makefile distinfo devel/hs-vector/pkg: PLIST Log message: Update to vector-0.9.1. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:25:48 Modified files: security/hs-cprng-aes: Makefile Log message: Tweak dependencies (+hs-random) and bump. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:26:43 Modified files: textproc/hs-blaze-html: Makefile distinfo textproc/hs-blaze-html/pkg: PLIST Log message: Update to blaze-html-0.5.0.0. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:27:10 Modified files: textproc/hs-xmlhtml: Makefile distinfo Log message: Update to xmlhtml-0.2.0.2. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:27:46 Modified files: textproc/hs-heist: Makefile distinfo textproc/hs-heist/pkg: PLIST Log message: Update to heist-0.8.1.1.1 CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:28:37 Modified files: devel/hs-ghc-mtl: Makefile distinfo Log message: Update to ghc-mtl-1.0.1.1. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:29:17 Modified files: devel/hs-unix-compat: Makefile distinfo devel/hs-unix-compat/pkg: PLIST Log message: Update to unix-compat-0.3.0.1. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:29:58 Modified files: lang/hs-HsParrot: Makefile distinfo Log message: Update to HsParrot-0.0.2.20110925. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:30:38 Modified files: lang/hs-haskell-src-exts: Makefile distinfo Log message: Update to haskell-src-exts-1.13.3. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:35:29 Modified files: devel/hs-hlint : Makefile distinfo Log message: Update to hlint-1.8.29. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:35:59 Modified files: devel/hs-iteratee: Makefile distinfo Log message: Update to iteratee-0.8.8.2. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:36:35 Modified files: devel/hs-vector-algorithms: Makefile distinfo devel/hs-vector-algorithms/pkg: PLIST Log message: Update to vector-algorithms-0.5.4. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:37:22 Modified files: devel/hs-hint : Makefile distinfo Log message: Update to hint-0.3.3.4. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:40:12 Modified files: www/hs-snap-core: Makefile distinfo www/hs-snap-core/pkg: PLIST Log message: Update to snap-core-0.8.1. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:40:46 Modified files: devel/hs-data-lens-template: Makefile distinfo Log message: Update to data-lens-template-2.1.5. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:41:20 Modified files: devel/gtk2hs-buildtools: Makefile distinfo Log message: Update to gtk2hs-buildtools-0.12.3.1. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:41:46 Modified files: graphics/hs-cairo: Makefile distinfo Log message: Update to cairo-0.12.3.1. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:42:25 Modified files: devel/hs-glib : Makefile distinfo devel/hs-glib/pkg: PLIST Log message: Update to glib-0.12.3.1. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:43:02 Modified files: devel/hs-gio : Makefile distinfo devel/hs-gio/pkg: PLIST Log message: Update to gio-0.12.3. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:43:31 Modified files: devel/hs-pango : Makefile distinfo devel/hs-pango/pkg: PLIST Log message: Update to pango-0.12.3. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:45:38 Modified files: x11/hs-gtk : Makefile distinfo x11/hs-gtk/pkg : PLIST Removed files: x11/hs-gtk/patches: patch-Graphics_UI_Gtk_General_hsgthread_c Log message: Update to gtk-0.12.3.1. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:46:15 Modified files: devel/hs-glade : Makefile distinfo Log message: Update to glade-0.12.1. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:46:54 Modified files: www/hs-webkit : Makefile distinfo Log message: Update to webkit-0.12.4. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:47:33 Modified files: devel/hs-sendfile: Makefile distinfo devel/hs-sendfile/pkg: PLIST Removed files: devel/hs-sendfile/patches: patch-sendfile_cabal Log message: Update to sendfile-0.7.6. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:48:31 Modified files: www/hs-snap-server: Makefile distinfo Log message: Update to snap-server-0.8.1.1. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:49:05 Modified files: www/hs-http-types: Makefile distinfo www/hs-http-types/pkg: PLIST Log message: Update to http-types-0.6.11. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:49:34 Modified files: www/hs-wai : Makefile distinfo Log message: Update to wai-1.2.0.3. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:50:08 Modified files: devel/hs-simple-sendfile: Makefile distinfo Log message: Update to simple-sendfile-0.2.4. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:50:39 Modified files: www/hs-warp : Makefile distinfo www/hs-warp/pkg: PLIST Log message: Update to warp-1.2.2. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:51:15 Modified files: www/hs-snap : Makefile distinfo www/hs-snap/pkg: PLIST Added files: www/hs-snap/patches: patch-snap_cabal Log message: Update to snap-0.8.1. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:51:55 Modified files: devel/hs-hoogle: Makefile distinfo Log message: Update to hoogle-4.2.11. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:53:10 Modified files: devel/hasktags : Makefile distinfo Log message: Update to hasktags-0.68.2. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:54:08 Modified files: devel/gmc4cc : Makefile Added files: devel/gmc4cc/patches: patch-Assembler_hs patch-AssemblyParser_hs patch-Emitter_hs patch-Lexer_hs patch-Main_hs Log message: Fix build with ghc-7.4. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:54:38 Modified files: devel/hs-comonad: Makefile distinfo Log message: Update to comonad-1.1.1.6. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:55:13 Modified files: devel/hs-semigroupoids: Makefile distinfo Log message: Update to semigroupoids-1.3.4. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:55:44 Modified files: security/hs-crypto: Makefile distinfo Removed files: security/hs-crypto/patches: patch-QuickTest_hs patch-WordListTest_hs Log message: Update to Crypto-4.2.5. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:56:18 Modified files: devel/hs-comonad-transformers: Makefile distinfo devel/hs-comonad-transformers/pkg: PLIST Log message: Update to comonad-transformers-2.1.2. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:56:59 Modified files: devel/hs-data-lens: Makefile distinfo devel/hs-data-lens/pkg: PLIST Log message: Update to data-lens-2.9.0. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:57:28 Modified files: devel/hs-tar : Makefile distinfo Log message: Update to tar-0.3.2.0. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 15:58:45 Modified files: devel/darcs : Makefile distinfo Log message: Update to darcs-2.8.1. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 16:00:00 Modified files: audio/hs-libmpd: Makefile Added files: audio/hs-libmpd/patches: patch-libmpd_cabal Log message: Let it build with mtl-2.1 (and ghc-7.4). CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 16:01:26 Modified files: x11/xmobar : Makefile x11/xmobar/files: Binding.hsc Added files: x11/xmobar/patches: patch-src_Plugins_Monitors_MPD_hs Log message: Add fixes for ghc-7.4. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 16:12:36 Modified files: devel/bustle : Makefile Added files: devel/bustle/patches: patch-Bustle_Noninteractive_hs patch-Bustle_Stats_hs patch-bustle-dot_hs patch-bustle_cabal Log message: Add fixes for ghc-7.4. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 16:18:21 Modified files: meta/haskell-platform: Makefile Log message: Update to haskell-platform-2012.4.0.0 CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 16:21:51 Modified files: lang/ghc : Makefile Log message: Remove BROKEN marker. Everything should build and work fine now. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/02 17:01:29 Modified files: lang/ghc : Makefile Log message: Blame the memory eater. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/02 17:07:26 Modified files: sys/arch/macppc/stand: Makefile.inc sys/arch/macppc/stand/boot.mac: Makefile sys/arch/macppc/stand/mbr: Makefile sys/arch/macppc/stand/ofwboot: Makefile sys/arch/macppc/stand/tbxidata: Makefile Log message: Allow bootblocks to build in PIE; joint effort with pascal boot.mac might still have a problem since it did change size... looking for a testing report. CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/09/02 17:23:51 Modified files: sys/arch/sparc/stand/binstall: Makefile sys/arch/sparc/stand/boot: Makefile sys/arch/sparc/stand/bootxx: Makefile sys/arch/sparc/stand/libsa: Makefile sys/arch/sparc/stand/libz: Makefile Log message: sparc -nopie conversion, tested by and ok deraadt@. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/02 22:04:07 Modified files: sys/arch/i386/stand/libz: Makefile Log message: remove a NOPIE= that was still lying around CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/02 22:34:36 Modified files: distrib/miniroot: install.sub Log message: we CAPITALIZE variables used in multiple sh functions CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/02 22:35:30 Modified files: distrib/miniroot: install.sub Log message: roll a comment to a new line, so that the comment-stripper can remove it CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/09/03 00:26:30 Modified files: faq/fr : current.html faq3.html truetype.html fr : orders.html want.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/09/03 00:26:48 Modified files: usr.bin/tmux : tty-keys.c Log message: Can't call evtimer_pending on uninitialized events, call evtimer_initialized first. Reported by Vladimir Lomov, fix from Thomas Adam slightly modified by me. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/03 01:04:43 Modified files: graphics/libmng: Makefile Log message: Tighten LIB_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/03 01:19:34 Modified files: games/bzflag : Makefile distinfo games/bzflag/patches: patch-configure_ac patch-src_platform_SDLMedia_cxx games/bzflag/pkg: PLIST Log message: Update to bzflag-2.4.2. from Brad CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/03 01:34:37 Modified files: distrib/miniroot: install.sh install.sub Log message: compress arguments to the ftp command; ok halex CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/09/03 02:11:40 Modified files: devel/swig : Makefile Log message: Provide the path to the ruby binary when building swig. Without this, swig can't find ruby. While this doesn't seem to affect swig's output, it's definitely more correct. OK aja@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/03 02:46:00 Modified files: x11/gnome/metacity: Makefile distinfo x11/gnome/metacity/pkg: PLIST Log message: Minor update to metacity-2.34.8. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/03 02:47:47 Modified files: emulators/qemu : Makefile Removed files: emulators/qemu/pkg: MESSAGE Log message: Remove MESSAGE, people have had several releases to adjust. ok Brad (maintainer) CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/09/03 02:48:57 Modified files: usr.bin/tmux : client.c server-fn.c Log message: If stdin in the client is enable immediately, tmux will eat anything sent to stdin before it is needed, which can be inconvenient (eg pasting commands). Instead, start with stdin disabled and reuse MSG_STDIN from server->client to mean that stdin should be enabled. Based on a diff from Chris Johnsen. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/09/03 03:01:16 Modified files: usr.bin/tmux : cmd-choose-tree.c Log message: Change format of choose-tree arrows slightly, from Romain Francoise. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/09/03 03:09:37 Modified files: audio/audacity : Makefile Added files: audio/audacity/patches: patch-src_ondemand_ODManager_cpp Log message: fix abort() in pthread_mutex_unlock(); ok aja CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/09/03 03:32:38 Modified files: usr.bin/tmux : Makefile control.c notify.c server-client.c tmux.h Added files: usr.bin/tmux : control-notify.c Log message: Send notifications to control clients. Also don't redraw client when suspended. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/03 03:34:59 Modified files: x11/emelfm2 : Makefile x11/emelfm2/patches: patch-Makefile patch-src_dialogs_e2_file_info_dialog_c patch-src_e2_fileview_h patch-src_e2_output_c patch-src_filesystem_e2_fs_c patch-src_utils_e2_utils_c Log message: --as-needed works fine here. Regen patches while here. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/09/03 03:36:07 Modified files: usr.bin/tmux : cmd-choose-tree.c Log message: Remove an unused variable. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/09/03 03:57:57 Modified files: usr.bin/tmux : Makefile cmd.c tmux.1 tmux.h window-choose.c Added files: usr.bin/tmux : cmd-choose-list.c Log message: add cmd-choose-list to allow arbitrary options to be selected. From Thomas Adam. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/09/03 04:02:39 Modified files: usr.bin/tmux : cmd-choose-list.c Log message: Rename variables to something a but more understandable. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/03 05:54:18 Modified files: security/gnutls: Makefile distinfo Log message: Minor update to gnutls-3.0.23. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/09/03 06:20:17 Modified files: usr.bin/tmux : cmd-find-window.c tmux.h Log message: When choosing a pane found by find-window, switch to that pane rather than just the window. Also use a helper function for the inner loop. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/09/03 06:24:25 Modified files: usr.bin/tmux : cmd-choose-tree.c Log message: Use the right index when adding item in choose-tree, from Thomas Adam. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/09/03 07:24:58 Modified files: lang/gcc/4.7 : Makefile lang/gcc/4.7/patches: patch-gcc_targhooks_c lang/gcc/4.6 : Makefile lang/gcc/4.6/patches: patch-gcc_targhooks_c Log message: Make gcc 4.[67] use __guard_local instead of __guard. From Brad. ok matthew@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/03 07:33:05 Added files: www/mozilla-firefox/patches: patch-content_media_gstreamer_nsGStreamerReader_cpp Log message: Backport a patch fixing a crash when viewing H264 video through gstreamer. https://bugzilla.mozilla.org/show_bug.cgi?id=761030. Crash reported and fix testing by Juan Francisco Cantero Hurtado. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/03 08:35:52 Added files: devel/giggle/patches: patch-libgiggle_Makefile_in Log message: Forgot to cvs add this patch... thanks nigel@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/09/03 08:37:03 Modified files: sys/dev/pci : pucdata.c Log message: add Intel 7 series kt (amt serial over lan) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/03 09:09:10 Log message: import py-urlgrabber 3.9.1 High-level cross-protocol url-grabber. Using urlgrabber, data can be fetched in three basic ways: urlgrab(url) copy the file to the local filesystem urlopen(url) open the remote file and return a file object (like urllib2.urlopen) urlread(url) return the contents of the file as a string ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20120309 N ports/www/py-urlgrabber/Makefile N ports/www/py-urlgrabber/distinfo N ports/www/py-urlgrabber/pkg/DESCR N ports/www/py-urlgrabber/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/03 09:12:56 Modified files: www : Makefile Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2012/09/03 09:16:39 Modified files: distrib/sets/lists/xserv: md.macppc Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/09/03 09:24:00 Modified files: gnu/usr.bin/binutils/gas/config: tc-i386.h gnu/usr.bin/binutils/include/opcode: i386.h Log message: Teach as(1) about rdrand on i386/amd64. ok jsg@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/09/03 09:24:48 Modified files: gnu/usr.bin/binutils-2.17/gas/config: tc-i386.h gnu/usr.bin/binutils-2.17/include/opcode: i386.h Log message: Teach as(1) about rdrand on i386/amd64. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/03 09:26:02 Modified files: sysutils/notification-daemon: Makefile distinfo sysutils/notification-daemon/pkg: PLIST Log message: Bugfix update to notification-daemon-0.7.6. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/03 09:33:40 Modified files: www/mozilla-firefox: Makefile Log message: Bump REVISION, since it seems ppl have decided to be picky today. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/09/03 09:47:40 Modified files: usr.bin/tmux : tty.c Log message: Remove xterm CRA support - support is patchy and it will be done better using margins. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/09/03 10:14:59 Modified files: net/zabbix : Makefile distinfo Removed files: net/zabbix/patches: patch-frontends_php_popup_bitem_php Log message: update to 1.8.15 CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/03 11:01:54 Modified files: devel/haddock : Makefile Log message: Missing devel/alex and devel/happy in BUILD_DEPENDS. Noticed by nigel@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/03 11:35:25 Modified files: devel/haddock : Makefile Added files: devel/haddock/patches: patch-haddock_cabal Log message: Better fix: just use the pregenerated Lexer and Parser. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/09/03 12:00:32 Modified files: net/munin : Makefile Log message: Make the _tomcat script use ruby19 instead of ruby18. Since ruby isn't an actual dependency, users of this script need to manually upgrade to ruby 1.9. While here, remove now incorrect comment. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/09/03 12:03:13 Modified files: misc/tpp : Makefile Log message: Switch tpp from ruby 1.8 to ruby 1.9. Modify the shebang line so that it actually references the binary installed by the ports system. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/09/03 12:05:25 Modified files: databases/ruby-jdbc-h2: Makefile databases/ruby-jdbc-mysql: Makefile databases/ruby-jdbc-postgres: Makefile databases/ruby-jdbc-sqlite3: Makefile databases/ruby-swift: Makefile x11/ruby-profligacy: Makefile Log message: Set FLAVORS in addition to FLAVOR to make it clear that only a single FLAVOR is supported. Fixes misleading results in sqlports. OK sthen@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/09/03 13:33:44 Modified files: fr : orders.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/03 13:37:39 Modified files: devel/libgsf : Makefile distinfo devel/libgsf/pkg: PLIST Log message: Bugfix update to libgsf-1.14.24. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/03 13:45:14 Modified files: sysutils/usbutils: Makefile Log message: No need to pass -pthread here. ok mpi@ (maintainer) CVSROOT: /cvs Module name: src Changes by: okan@cvs.openbsd.org 2012/09/03 14:46:44 Modified files: sbin/scsi : scsi.8 scsi.c Log message: - resolve unchecked malloc()'s; prompted by rustyBSD. - first pass at fixing err() and exit() usage. - document that scsi(8) returns 0 or >0. ok krw@ otto@ (noting this code is barely worth the effort...) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/03 14:58:59 Modified files: lang/vala : Makefile distinfo Log message: - update to 0.17.6 CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/09/03 15:28:21 Modified files: usr.sbin/smtpd : smtpfilter.c Log message: fix the example filter to match current API by using enum filter_status return value instead of plain int ok todd@ gilles@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/03 16:18:54 Modified files: x11/gtk+2 : Makefile distinfo x11/gtk+2/patches: patch-gtk_Makefile_in Log message: Bugfix update to gtk+2-2.24.12. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/03 20:12:47 Removed files: lib/libc/arch/alpha/sys: setlogin.S lib/libc/arch/mips64/sys: setlogin.S lib/libc/arch/sparc64/sys: setlogin.S lib/libc/arch/m68k/sys: setlogin.S lib/libc/arch/powerpc/sys: setlogin.S lib/libc/arch/vax/sys: setlogin.S lib/libc/arch/m88k/sys: setlogin.S lib/libc/arch/sparc/sys: setlogin.S Log message: these are no longer used; ok guenther CVSROOT: /cvs Module name: src Changes by: okan@cvs.openbsd.org 2012/09/03 21:10:42 Modified files: lib/libc/arch/alpha/string: Makefile.inc lib/libc/arch/amd64/net: Makefile.inc lib/libc/arch/amd64/string: Makefile.inc lib/libc/arch/arm/string: Makefile.inc lib/libc/arch/i386/net: Makefile.inc lib/libc/arch/i386/string: Makefile.inc lib/libc/arch/m68k/net: Makefile.inc lib/libc/arch/m68k/string: Makefile.inc lib/libc/arch/mips64/net: Makefile.inc lib/libc/arch/mips64/string: Makefile.inc lib/libc/arch/sh/string: Makefile.inc lib/libc/arch/sparc/net: Makefile.inc lib/libc/arch/sparc/string: Makefile.inc lib/libc/arch/sparc64/string: Makefile.inc lib/libc/arch/vax/net: Makefile.inc lib/libc/arch/vax/string: Makefile.inc lib/libc/stdlib: Makefile.inc lib/libc/sys : Makefile.inc lib/libedit : Makefile lib/libm : Makefile Removed files: lib/libc/sys : Lint_Ovfork.c Lint_brk.c Lint_crt.c Lint_environ.c Lint_exect.c Lint_fork.c Lint_longjmp.c Lint_sbrk.c Lint_setjmp.c Lint_setlogin.c Lint_siglongjmp.c Lint_sigpending.c Lint_sigprocmask.c Lint_sigreturn.c Lint_sigsetjmp.c Lint_sigsuspend.c Lint_syscall.c makelintstub.sh Log message: remove lint leftovers; ok guenther@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/09/03 21:40:35 Modified files: fonts/ja-mplus-ttf: Makefile fonts/ja-sazanami-ttf: Makefile games/qgo : Makefile graphics/barcode: Makefile graphics/comix : Makefile japanese/kanatest: Makefile mail/archivemail: Makefile math/pari : Makefile net/py-flowtools: Makefile net/softflowd : Makefile sysutils/smbldap-tools: Makefile textproc/xmlto : Makefile www/visitors : Makefile Log message: Remove msf@ as maintainer from the ports he maintains, at his request, as he no longer works on OpenBSD. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/09/03 21:42:17 Modified files: sysutils/ruby-facter: Makefile Log message: Remove msf@ as maintainer, at his request, as he no longer works on OpenBSD. While here, use MODRUBY_FLAVOR for the regress depend so it will work correctly if the port switches to ruby19. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/09/03 22:32:02 Modified files: faq : current.html Log message: hppa switched to PIE; once again, if you do not manage to cross over, go get a snapshot CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/09/03 23:36:26 Modified files: sbin/scsi : scsi.8 Log message: sort sections; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/04 00:00:47 Modified files: sysutils/usbutils: Makefile Log message: Remove useless LIBS entry from CONFIGURE_ENV. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/04 00:17:51 Modified files: audio/liba52 : Makefile audio/liba52/patches: patch-liba52_bitstream_c Added files: audio/liba52/patches: patch-liba52_liba52_pc_in Log message: - Fix random crashes caused by invalid 32-bit shifts on 32-bit values (from upstream). - Add to the pkg-config file the missing libm library for static linking from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/04 00:31:08 Modified files: graphics/ffmpeg: Makefile graphics/ffmpeg/patches: patch-configure Log message: Keep --as-needed and remove pthread linking hacks. Fix the pkg-config file. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/04 00:32:52 Modified files: x11/dbus : Makefile Added files: x11/dbus/patches: patch-configure_ac Removed files: x11/dbus/patches: patch-configure patch-dbus-1_pc_in Log message: Remove the -pthread patching and properly fix the autoconf test for the pthread functions. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/04 00:38:03 Modified files: graphics/ffmpegthumbnailer: Makefile graphics/ffmpegthumbnailer/patches: patch-configure_ac Log message: Remove --as-needed and -pthread patching. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/04 00:43:50 Modified files: x11/e17/eet : Makefile Removed files: x11/e17/eet/patches: patch-configure Log message: Remove --as-needed and -pthread patching. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/04 00:53:36 Modified files: x11/gnome/gcalctool: Makefile distinfo Log message: - update to 6.5.91 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/04 01:02:13 Log message: Re-import p5-Palm from palm/p5-Palm since the palm CATEGORY is going to be tedu'd. Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120904 N ports/databases/p5-Palm/Makefile N ports/databases/p5-Palm/distinfo N ports/databases/p5-Palm/pkg/DESCR N ports/databases/p5-Palm/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/04 01:02:57 Modified files: databases : Makefile Log message: +p5-Palm CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/04 01:03:59 Log message: Re-import palm2ical from palm/palm2ical since the palm CATEGORY is going to be tedu'd. Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120904 N ports/productivity/palm2ical/Makefile N ports/productivity/palm2ical/distinfo N ports/productivity/palm2ical/pkg/DESCR N ports/productivity/palm2ical/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/04 01:04:31 Modified files: productivity : Makefile Log message: +palm2ical CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/04 01:05:43 Modified files: palm : Makefile Log message: Unhook p5-Palm, palm2ical, palm-bookmarks and bibelot. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/04 01:08:19 Log message: Re-import palm-bookmarks from palm/palm-bookmarks since the palm CATEGORY is going to be tedu'd. Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120904 N ports/textproc/palm-bookmarks/Makefile N ports/textproc/palm-bookmarks/distinfo N ports/textproc/palm-bookmarks/patches/patch-palm-bookmarks_cgi N ports/textproc/palm-bookmarks/pkg/DESCR N ports/textproc/palm-bookmarks/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/04 01:08:56 Modified files: textproc : Makefile Log message: +palm-bookmarks CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/04 01:11:03 Log message: Re-import bibelot from palm/bibelot since the palm CATEGORY is going to be tedu'd. Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120904 N ports/textproc/bibelot/Makefile N ports/textproc/bibelot/distinfo N ports/textproc/bibelot/pkg/DESCR N ports/textproc/bibelot/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/04 01:11:51 Modified files: textproc : Makefile Log message: +bibelot CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/04 01:15:19 Removed files: palm : Makefile palm/bibelot : Makefile distinfo palm/bibelot/pkg: DESCR PLIST palm/coldsync : Makefile distinfo palm/coldsync/patches: patch-Make_rules_in patch-config_h_in patch-configure patch-doc_Makefile patch-libpconn_PConnection_net_c patch-src_misc_c palm/coldsync/pkg: DESCR PLIST palm/isilo : Makefile distinfo palm/isilo/files: Makefile iSiloBSD.1 palm/isilo/pkg : DESCR PLIST palm/p5-Palm : Makefile distinfo palm/p5-Palm/pkg: DESCR PLIST palm/palm-bookmarks: Makefile distinfo palm/palm-bookmarks/patches: patch-palm-bookmarks_cgi palm/palm-bookmarks/pkg: DESCR PLIST palm/palm2ical : Makefile distinfo palm/palm2ical/pkg: DESCR PLIST palm/palmpower : Makefile distinfo palm/palmpower/patches: patch-src_pila_proto_h palm/palmpower/pkg: DESCR PLIST palm/pilrc : Makefile distinfo palm/pilrc/patches: patch-font_c palm/pilrc/pkg : DESCR PLIST Log message: Tedu palm/ ; all that is left in there has become useless. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/04 01:15:39 Modified files: . : Makefile Log message: -palm CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/04 01:35:52 Modified files: comms/jpilot : Makefile comms/pilot-link: Makefile emulators/xcopilot: Makefile net/gnaughty : Makefile textproc/pilot_makedoc: Makefile Log message: No more palm in CATEGORIES. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/04 02:50:52 Modified files: lang/elixir : Makefile Log message: add not-really-missing build dependency CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/04 03:06:12 Modified files: sysutils/upower: Makefile sysutils/upower/patches: patch-configure Removed files: sysutils/upower/patches: patch-tools_Makefile_in Log message: Remove --as-needed and -pthread patches. ok landry@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/04 03:29:39 Log message: Import 4 new simple QT games from gottcode.org. Hexalate is a color matching game. The goal of the game is to rotate and position the circles so that each touching line matches in color. You rotate circles by right clicking, and you move circles by dragging them. Simsu is a basic Sudoku game. You can switch between filling in notes (pencil mode), or filling in answers (pen mode). To make it easier to see where to place numbers, you can highlight all instances of a number. Tetzle is a jigsaw puzzle game that uses tetrominoes for the pieces. Any image can be imported and used to create puzzles with a wide range of sizes. Peg-E is a peg solitaire game in which you jump over pieces in order to remove them from the board, ultimately trying to eliminate all but one. ok ajacoutot@ Status: Vendor Tag: landry Release Tags: landry_20120904 N ports/games/gottcode/Makefile.inc N ports/games/gottcode/Makefile N ports/games/gottcode/hexalate/Makefile N ports/games/gottcode/hexalate/distinfo N ports/games/gottcode/hexalate/pkg/DESCR N ports/games/gottcode/hexalate/pkg/PLIST N ports/games/gottcode/peg-e/Makefile N ports/games/gottcode/peg-e/distinfo N ports/games/gottcode/peg-e/pkg/PLIST N ports/games/gottcode/peg-e/pkg/DESCR N ports/games/gottcode/simsu/Makefile N ports/games/gottcode/simsu/distinfo N ports/games/gottcode/simsu/pkg/DESCR N ports/games/gottcode/simsu/pkg/PLIST N ports/games/gottcode/tetzle/Makefile N ports/games/gottcode/tetzle/distinfo N ports/games/gottcode/tetzle/pkg/DESCR N ports/games/gottcode/tetzle/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/04 03:30:20 Modified files: games : Makefile Log message: +gottcode CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/04 04:00:20 Modified files: net/samba : Makefile distinfo net/samba/patches: patch-source3_configure_in Removed files: net/samba/patches: patch-source3_printing_print_cups_c patch-source3_printing_print_iprint_c Log message: update to Samba 3.6.7, from Ian McWilliam (maintainer) - sync md5 patch to configure.in with ticket 9037 upstream, suggested by Brad ok maintainer CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/09/04 04:03:16 Modified files: sys/netinet6 : nd6_rtr.c Log message: Raise IPL to IPL_SOFTNET in nd6_addr_add(). This code originally ran at IPL_SOFTNET before it was factored out into a work queue task. ok dlg CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/09/04 04:11:56 Modified files: lang/gcc/4.7 : Makefile lang/gcc/4.7/patches: patch-gcc_config_sparc_sparc_c Log message: adapt a sparc64 patch; still not enough because it decides to segfault in libgcc. found by landry@ in a bulk. fuck gcc. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/09/04 05:25:37 Modified files: www/aria2 : Makefile distinfo Log message: Update for Aria2 to 1.15.2: * Fixed base64::decode() return "" if input ends with garbage and no padding. * Fixed segmentation fault when logger failed to open log file. * Added new file allocation method called 'trunc'. --file-allocation option can now take new value 'trunc'. 'trunc' uses ftruncate() system call or platform-specific counterpart to truncate a file to a specified length. * Added TLS SNI support. Ok rpointel@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/09/04 05:33:35 Modified files: mail/maildrop : Makefile distinfo mail/maildrop/patches: patch-maildir_Makefile_am patch-maildir_Makefile_in patch-maildrop_Makefile_in patch-maildrop_configure patch-maildrop_deliver_C patch-maildrop_maildropfilter_7_in patch-rfc2045_reformime_1 mail/maildrop/pkg: PLIST-main Log message: Update for Maildrop to 2.5.5: * rfc2045/rfc2045reply.c (mkreply): Fix copying of the contents of the original message. * rfc2045/reformime.c (do_print_info): rfc2231_udecodeDisposition() failure is not fatal. * rfc2045/reformime.c (get_suitable_filename): Ditto. * rfc2045/reformime.c (main2): Fixed segfault on some arches from an initial null given to strtok. * mailbot: add "feedback" and "replyfeedback" formats, generating RFC 5965-formatted feedback report. -a option attaches the entire original message, instead of only its headers, for "replydsn", "feedback", and "replyfeedback" formats. Ok giovanni@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/09/04 06:06:01 Modified files: www/xombrero : Makefile distinfo www/xombrero/pkg: PLIST Log message: Update for Xombrero to 1.3.0: * [NEW] force_https setting and https command to force a given domain to always use HTTPS * [NEW] Use force_https to provide a preloaded HSTS list to help avoid the ssl stripping attack. Sites in this list are taken from Chromium's preloaded HSTS list, and additional domains added by the xombrero authors. * Add a workaround to fix a GTK focus bug until it has been fixed upstream (see https://bugzilla.gnome.org/show_bug.cgi?id=677329) * Modify the about:allthethings output to a more C-like syntax * Remove the usage of relying on some deprecated webkitgtk signals * Prevent spitting out warnings of deprecated gcrypt functions when building * Prevent a crash when using editsrc on about:blank or any other blank page * Many various code cleanups And more. Ok pascal@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/04 06:26:12 Modified files: devel/libwnck3 : Makefile distinfo Log message: - update to 3.4.3 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/09/04 07:24:50 Modified files: usr.bin/tmux : paste.c Log message: Trivial code simplification from Tim Ruehsen. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/04 08:41:16 Log message: import libvirt 0.10.1 Libvirt is collection of software that provides a convenient way to manage virtual machines and other virtualization functionality, such as storage and network interface management. These software pieces include an API library, a daemon (libvirtd), and a command line utility (virsh). Note that OpenBSD cannot act as a virtualization host yet, so libvirtd is not provided in this package. [...] feedback/ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20120409 N ports/sysutils/libvirt/distinfo N ports/sysutils/libvirt/Makefile N ports/sysutils/libvirt/pkg/DESCR N ports/sysutils/libvirt/pkg/PLIST N ports/sysutils/libvirt/patches/patch-src_vbox_vbox_XPCOMCGlue_c N ports/sysutils/libvirt/patches/patch-src_rpc_virnetsocket_c N ports/sysutils/libvirt/patches/patch-src_util_virnetdevbridge_c N ports/sysutils/libvirt/patches/patch-configure_ac N ports/sysutils/libvirt/patches/patch-src_Makefile_in N ports/sysutils/libvirt/patches/patch-tools_virsh-domain_c N ports/sysutils/libvirt/patches/patch-tools_virsh_c No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: okan@cvs.openbsd.org 2012/09/04 08:41:25 Modified files: usr.sbin/sasyncd: monitor.c Log message: fix log_err() calls (from Patrick Wildt) and remove extra space. ok haesbaert@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/04 08:41:52 Modified files: sysutils : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/04 09:47:38 Modified files: astro/py-metar : Makefile astro/py-metar/patches: patch-setup_py astro/py-metar/pkg: PLIST Log message: Install man pages in their proper directory. Set PKG_ARCH = * CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/09/04 10:03:22 Modified files: lib/libc/asr : gethostnamadr_async.c Log message: implement basic YP support for gethostbyname_async()/gethostbyaddr_async() by using the blocking YP API internally. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/04 10:05:38 Modified files: security/qca2 : Makefile security/qca2/patches: patch-src_src_pro security/qca2/pkg: PLIST Log message: Install man pages in a proper directory. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/04 10:06:29 Modified files: graphics/dia : Makefile graphics/dia/pkg: PLIST Log message: Properly install localized man pages. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/04 10:26:15 Modified files: sysutils/libvirt/patches: patch-src_util_virnetdevbridge_c Log message: shrink patch a bit, no pkg change. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/04 11:00:47 Modified files: sysutils/libvirt/patches: patch-src_util_virnetdevbridge_c Log message: sync to what's committed upstream now. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/04 11:17:08 Modified files: x11/wxWidgets : Makefile x11/wxWidgets/pkg: PLIST-main Log message: add @pkgpath x11/wxWidgets to PLIST-main to ease upgrades from pkgs before the -main/-media split in rev 1.38. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/04 11:18:11 Modified files: x11/xfce4/gtk-xfce-engine: Makefile x11/xfce4/gtk-xfce-engine/pkg: PLIST-main Log message: add forgotten @pkgpath/@conflict markers to ease update from pkgs pre-gtk2/gtk3 split. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/04 13:01:11 Log message: reimport from russian/d1489 since it's going away. Status: Vendor Tag: jasper Release Tags: jasper_20120409 N ports/converters/d1489/Makefile N ports/converters/d1489/distinfo N ports/converters/d1489/patches/patch-todos_c N ports/converters/d1489/pkg/DESCR N ports/converters/d1489/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/09/04 13:01:33 Modified files: sys/dev/ic : malo.c Log message: The powerlevel is an unsigned int, there is no need to check for negative values and even if this would make more sense. Found by brad some time ago. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/04 13:01:41 Modified files: converters : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/04 13:02:47 Log message: reimport from russian/xruskb since that category is going away Status: Vendor Tag: jasper Release Tags: jasper_20120409 N ports/x11/xruskb/Makefile N ports/x11/xruskb/distinfo N ports/x11/xruskb/patches/patch-Xrus_ad N ports/x11/xruskb/pkg/DESCR N ports/x11/xruskb/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/04 13:03:37 Modified files: x11 : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/04 13:04:30 Removed files: russian : Makefile russian/d1489 : Makefile distinfo russian/d1489/patches: patch-todos_c russian/d1489/pkg: DESCR PLIST russian/xruskb : Makefile distinfo russian/xruskb/patches: patch-Xrus_ad russian/xruskb/pkg: DESCR PLIST Log message: remove barely used category, these ports have been moved into converters and x11. ok aja@ shadchin@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/04 13:05:45 Modified files: . : Makefile Log message: in soviet russia, category removes you CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/04 13:08:15 Modified files: lib/libc/arch/sparc: SYS.h lib/libc/arch/sparc/gen: sigsetjmp.S lib/libc/arch/sparc/sys: brk.S cerror.S sbrk.S Log message: Add support for -fPIC ok kettenis CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/09/04 13:35:54 Modified files: sys/arch/hppa64/include: pci_machdep.h Log message: Implement pci_min_powerstate(). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/09/04 13:37:40 Modified files: sys/arch/alpha/pci: pci_machdep.h Log message: Implement pci_min_powerstate(). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/09/04 13:39:08 Modified files: sys/arch/landisk/include: pci_machdep.h Log message: Implement pci_min_powerstate(). CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/04 14:24:44 Modified files: x11/xfce4/xfce4-time-out: Makefile Log message: Remove commented out WANTLIBs, they're not relevant since --as-needed now works properly. Reminded by ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/04 14:46:22 Modified files: x11/xfce4/thunar-vfs: Makefile Log message: Remove --disable-linker-opts now that --as-needed works fine. Fix WANTLIB and bump. Reminded by ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/04 14:47:05 Modified files: x11/xfce4/thunar-vcs: Makefile Log message: Remove --disable-linker-opts now that --as-needed works fine. Fix WANTLIB and bump. Reminded by ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/04 14:50:18 Modified files: games/meandmyshadow: Makefile distinfo games/meandmyshadow/pkg: PLIST Log message: Update to meandmyshadow 0.4. Fix PLIST and WANTLIB while here. see http://meandmyshadow.sourceforge.net/?news/me-and-my-shadow-0-4-released.html for details. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/04 15:12:20 Modified files: converters/d1489: Makefile Log message: missing bump CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2012/09/04 16:16:17 Modified files: lib/libc/crypt : bcrypt.c Log message: arc4random_buf is the easy way to fill a buffer now. ok deraadt CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2012/09/04 16:22:50 Modified files: bin/rm : rm.1 rm.c Log message: one random overwrite is sufficient, after some discussion on tech CVSROOT: /cvs Module name: www Changes by: rpe@cvs.openbsd.org 2012/09/04 16:30:47 Modified files: build/mirrors : anoncvs.html.end anoncvs.html.head Log message: suggested by tedu@ on misc@ "Straighten the hell out of anoncvs.html" - add final notes to toc - move serverlist downwards - move #CRYPTO upwards and remove crypto file listing - remove both examples from #using, merge with #EXAMPLE - trim #examples and put it below #using - remove pserver example - remove #WHICH (rsh vs ssh) - start each sentence on a new line in lines touched by this diff with help and OK from sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/04 16:43:20 Modified files: converters/trans: Makefile fonts/ru-pscyr : Makefile fonts/ru-ptsans: Makefile net/gnaughty : Makefile Log message: This was missed when the "russian" category got removed. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/09/04 19:51:22 Added files: images : Brazil.jpg cd52-s.gif openbsdcover52_cover.gif poster28-s.gif poster28.jpg tshirt-38-s.gif tshirt-38.gif Log message: 5.2 goo CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/09/04 20:11:33 Modified files: . : index.html older.html orders.html tshirts.html Added files: . : 52.html Log message: activate 5.2-preorders CVSROOT: /cvs Module name: ports Changes by: lteo@cvs.openbsd.org 2012/09/04 20:34:57 Modified files: mail : Makefile Log message: -ruby-rmail CVSROOT: /cvs Module name: ports Changes by: lteo@cvs.openbsd.org 2012/09/04 20:36:58 Removed files: mail/ruby-rmail: Makefile distinfo mail/ruby-rmail/pkg: DESCR PLIST Log message: Remove mail/ruby-rmail; it does not work well with Ruby 1.9, and upstream has had no new commits since 2008. mail/ruby-mail is a much better port for those looking for a similar Ruby mail handling library. OK gonzalo@ jeremy@ sthen@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/09/04 20:49:19 Modified files: . : 52.html Log message: not yet available CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/09/04 22:38:46 Modified files: . : tshirts.html Log message: typo CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/04 23:52:10 Modified files: usr.sbin/rtadvd: config.c Log message: don't truncate a pointer to int, before checking the low bits -- use uintptr_t from UMEZAWA Takeshi CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/09/05 00:21:18 Modified files: bin/rm : rm.1 Log message: use "MS-DOS", for consistency with other docs; CVSROOT: /cvs Module name: www Changes by: matthieu@cvs.openbsd.org 2012/09/05 00:24:26 Modified files: . : 52.html Log message: - mention ALPS touchpad improvements - update Xenocara version numbers CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/05 00:29:02 Modified files: sysutils/libvirt: Makefile sysutils/libvirt/patches: patch-tools_virsh-domain_c patch-tools_virsh_c Log message: sync patches to what has been committed upstream CVSROOT: /cvs Module name: www Changes by: mlarkin@cvs.openbsd.org 2012/09/05 01:07:46 Modified files: . : 52.html Log message: Clarify hibernate comment for i386 CVSROOT: /cvs Module name: www Changes by: camield@cvs.openbsd.org 2012/09/05 01:13:14 Modified files: . : 52.html Log message: The "rate-limit accept on filedescriptor exhaustion" was much more exhaustive. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/05 01:14:47 Modified files: security/libnettle: Makefile distinfo security/libnettle/patches: patch-Makefile_in security/libnettle/pkg: PLIST Log message: Update to libnettle-2.5. tested in a bulk by landry@, thanks CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/05 01:15:50 Modified files: security/gnutls: Makefile distinfo security/gnutls/pkg: PLIST Added files: security/gnutls/patches: patch-gl_unistd_in_h Log message: Major update to gnutls-3.1.1. tested in a bulk by landry@, thanks CVSROOT: /cvs Module name: www Changes by: guenther@cvs.openbsd.org 2012/09/05 01:18:58 Modified files: . : 52.html Log message: Fill in threads and other bits CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/05 01:31:49 Log message: import newt 0.52.14 Newt is a programming library for color text mode, widget based user interfaces. Newt can be used to add stacked windows, entry widgets, checkboxes, radio buttons, labels, plain text fields, scrollbars, etc., to text mode user interfaces. Newt is based on the S-Lang library. feedback/ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20120509 N ports/devel/newt/Makefile N ports/devel/newt/distinfo N ports/devel/newt/pkg/DESCR N ports/devel/newt/pkg/PLIST N ports/devel/newt/patches/patch-Makefile_in N ports/devel/newt/patches/patch-form_c N ports/devel/newt/files/setup.py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/05 01:32:24 Log message: import py-newt-syrup 0.2.0 Newt Syrup is a Python framework for creating text-based applications. The framework depends on the Python bindings for Newt. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20120509 N ports/devel/py-newt-syrup/distinfo N ports/devel/py-newt-syrup/Makefile N ports/devel/py-newt-syrup/pkg/PLIST N ports/devel/py-newt-syrup/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/05 01:34:32 Modified files: devel : Makefile Log message: sync CVSROOT: /cvs Module name: www Changes by: guenther@cvs.openbsd.org 2012/09/05 01:37:12 Modified files: . : 52.html Log message: Fill in AMT console-over-ethernet bit w/help from jsg@ and jasper@ Mention ktrace/kdump improvements CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/05 02:07:24 Modified files: mail/zarafa/zarafa: Makefile mail/zarafa/zarafa/pkg: PLIST-main Log message: Byte compile all PY modules. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/05 02:09:27 Modified files: multimedia/libdvdnav: Makefile multimedia/libdvdnav/patches: patch-configure_ac multimedia/libdvdnav/pkg: PLIST Added files: multimedia/libdvdnav/patches: patch-misc_dvdnav_pc_in Removed files: multimedia/libdvdnav/pkg: PFRAG.shared Log message: - Set SHARED_ONLY as dvdread requires dlopen() - Remove -pthread patching - Fix up pkg-config file from Brad - regen WANTLIB and merge PFRAG.shared into PLIST CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2012/09/05 02:12:03 Modified files: . : 52.html Log message: flesh out some parts I know about CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/09/05 02:16:34 Modified files: usr.sbin/fw_update: fw_update.sh Log message: don't let pkg_add turn interactive, and waive the @ask-update questions. okay sthen@ halex "you know best"... problem(s) reported by claudio@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/05 03:24:13 Modified files: www/pecl-APC : Makefile www/pecl-APC/pkg: DESCR Log message: Remove trailing blank line. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/09/05 03:59:42 Modified files: usr.bin/tmux : tty.c Log message: We can't tell what the terminal has done with a DCS string, so reset the cursor and attributes afterwards. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/05 04:03:45 Modified files: x11/gnome/caribou: Makefile distinfo x11/gnome/caribou/pkg: PLIST Log message: Minor update to caribou-0.4.4. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/09/05 04:14:21 Modified files: usr.bin/tmux : cmd-choose-list.c Log message: Handle empty list properly in choose-list, based on fix from Thomas Adam. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/09/05 06:17:30 Modified files: . : 52.html Log message: more for 52.html, Performance improvements with ix(4) Intel 10Gb ethernet NICs Support for i350 based devices in em(4) Flow control support for bnx(4) Hardware watchdog and HPET support for tcpcib(4) (Intel Atom E600) as found in some embedded x86 systems urndis(4) supports additional Android devices snmpd(8) now supports PF-MIB, UCD-DISKIO-MIB, and additional OIDs in HOST-RESOURCES-MIB. bgpd(8) is now more robust to network instability. ASCII packet dumping support in tcpdump(8). tftp(1) client now supports IPv6. pf(4) now ignores/preserves the lower 2 bits of the tos-header (used for Explicit Congestion Notification). CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/09/05 06:18:13 Modified files: . : 52.html Log message: consistent full stops CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/05 08:15:41 Modified files: x11/gnome/libsecret: Makefile Log message: adjust comment regarding vala CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/09/05 08:18:28 Modified files: www/chromium : Makefile distinfo Log message: update to 21.0.1180.89 CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/09/05 08:32:50 Modified files: . : 52.html Log message: we have GNOME shell now, so remove "(fallback mode)" confirmed with aja@ CVSROOT: /cvs Module name: www Changes by: sperreault@cvs.openbsd.org 2012/09/05 08:34:33 Modified files: . : 52.html Log message: IPv6 privacy addresses now appear alongside SLAAC addresses CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/05 09:06:15 Log message: import p5-Sys-Virt 0.9.13 The Sys::Virt module provides a Perl XS binding to the libvirt virtual machine management APIs. This allows machines running within arbitrary virtualization containers to be managed with a consistent API. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20120509 N ports/sysutils/p5-Sys-Virt/distinfo N ports/sysutils/p5-Sys-Virt/Makefile N ports/sysutils/p5-Sys-Virt/pkg/PLIST N ports/sysutils/p5-Sys-Virt/pkg/DESCR N ports/sysutils/p5-Sys-Virt/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/05 09:07:18 Modified files: sysutils : Makefile Log message: sync CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/09/05 09:56:13 Modified files: lib/libc/asr : asr.c asr_debug.c asr_private.h getaddrinfo_async.c hostaddr_async.c Log message: Make hostaddr_async() return a linked list of struct addrinfo. First round of a getaddrinfo_async() simplification. The goal is to make YP support easier to add, and eventually remove the whole hostaddr_async subquery. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/05 10:31:36 Modified files: multimedia/mjpegtools: Makefile Log message: - adjust LDFLAGS - remove check for no_x11 SDL as SDL does not link directly with X libs and mpjeptools is built with X support from Brad ok aja@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/09/05 10:52:05 Modified files: lib/libc/asr : hostaddr_async.c Log message: Implement basic (blocking) YP support for getaddrinfo_async(). YP is now supported on all relevant resolver functions. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/05 11:01:06 Modified files: sys/sys : mount.h Log message: struct omount can die; ok guenther CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/05 11:13:37 Modified files: sys/sys : resource.h sys/compat/linux: linux_resource.c Log message: struct orlimit is only used by linux compat now, and can stop polluting the system .h files CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/05 11:17:47 Modified files: sys/sys : scsiio.h Log message: struct oscsi_addr is not used anymore CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/05 11:22:24 Modified files: www/webkit : Makefile Log message: Small comment about why we want gstreamer-plugins-bad (vp8). CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/05 11:41:13 Modified files: sys/conf : GENERIC Log message: COMPAT_O48 can be turned off; ok guenther CVSROOT: /cvs Module name: www Changes by: austin@cvs.openbsd.org 2012/09/05 12:19:12 Modified files: . : orders.html Log message: Only French reseller, Blowfish Unlimited, to discontinue selling CVSROOT: /cvs Module name: www Changes by: gilles@cvs.openbsd.org 2012/09/05 12:19:21 Modified files: . : 52.html Log message: summarize smtpd(8) improvements CVSROOT: /cvs Module name: www Changes by: lum@cvs.openbsd.org 2012/09/05 13:16:19 Modified files: . : 52.html Log message: Add mg's coolest new feature in 20 years. CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2012/09/05 13:49:08 Modified files: bin/rm : rm.c Log message: overwrite with random stream; a repeating chunk of random data isn't random at all ok tedu@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/05 13:55:57 Modified files: net/nagios/nrpe: Makefile net/nagios/nrpe/pkg: nrpe.rc Log message: use a subdir for the pid file to avoid log spam; pointed out by Julien Dhaille CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/05 13:57:42 Modified files: net/nagios/nrpe: Makefile Added files: net/nagios/nrpe/patches: patch-sample-config_nrpe_cfg_in Log message: cvs add. I could've sworn this was already there... CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/05 14:10:35 Modified files: databases/p5-DBD-Pg: Makefile distinfo Log message: update to DBD::Pg 2.19.3, fixes a bug showing up with OpenBSD malloc. From Andrew Fresh (who put a lot of time into tracking down the problem), maintainer ENOTIME. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/09/05 14:26:24 Modified files: www/p5-URI : Makefile distinfo Log message: Update to 1.60 from David Hill. Ok sthen@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/09/05 14:33:43 Modified files: x11/spectrwm : Makefile distinfo x11/spectrwm/patches: patch-spectrwm_c Log message: Update for Spectrwm to 2.0.2: * complete rewrite using xcb * 100% backwards compatible * way more responsive and snappy * Tons of warts fixed * cygwin works again * xft fonts * Added support for Xcursor. * Fixed several fullscreen layout issues. * Improved focus handling so related windows are raised when appropriate. * Fixed several focus issues. * Fixed several issues that could cause segfaults. * Fixed startup issue where certain windows might not get managed. * Fixed delay when moving/resizing windows via keyboard. * Fix scan_xrandr to fallback when a scan results in no new regions. * Add tilde ~ expansion to autorun command in the config. Tested on amd64 and zaurus. Ok kili@ portswise (i didn't test it) CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/09/05 15:21:13 Modified files: regress/lib/libc/asr/bin: Makefile.inc Log message: use LDSTATIC for building static executables CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/09/05 15:23:36 Modified files: regress/lib/libc/asr: regress.sh Log message: run regress with the local env too CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/09/05 15:36:31 Modified files: lang/ocaml : ocaml.port.mk Log message: CONFIGURE_STYLE=oasis should BUILD_DEPENDS on sysutils/findlib, as OASIS hardcodes its use, and naddy@ found several broken builds as a result. ok from czimmermann too. CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/09/05 15:37:26 Modified files: devel/ocaml-lambda-term: Makefile Log message: remove the manual dependency on findlib, since the CONFIGURE_STYLE=oasis includes it now CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/09/05 15:39:09 Modified files: devel/ocaml-lwt: Makefile distinfo devel/ocaml-lwt/patches: patch-setup_ml Removed files: devel/ocaml-lwt/patches: patch-discover_ml patch-src_unix_lwt_unix_ml patch-src_unix_lwt_unix_unix_c Log message: update to lwt-2.4.1 - patches now upstream, so remove local versions - add missing GMAKE dependency (I am fixing this requirement in OASIS directly too) CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/09/05 15:40:21 Modified files: security/ocaml-cryptokit: Makefile Log message: bump ocaml-cryptokit REVISION, as it now depends on findlib explicitly due to the change in ocaml.port.mk. build breakage noticed by naddy@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/09/05 15:49:12 Modified files: lib/libc/asr : Makefile.inc asr.c asr_debug.c asr_private.h getaddrinfo_async.c Removed files: lib/libc/asr : hostaddr_async.c Log message: Get rid of the hostaddr_async subquery and merge its behaviour directly into getaddrinfo_async_run. Simplifies everything by a great deal. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/09/05 15:52:03 Modified files: usr.sbin/smtpd/smtpd: Makefile Log message: zap dead file CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/09/05 16:15:29 Modified files: bin/ksh : main.c Log message: sh -c should not munge argv[]. This fixes ps -ww output. joint work by millert@ and me@. okay otto@, deraadt@ "feel free to commit my version" millert@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/09/05 16:20:25 Modified files: bin/ksh : main.c Log message: backout, Todd's version may be cleaner, but it's also wrong. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2012/09/05 16:22:28 Modified files: . : 52.html Log message: some relayd fixes in 5.2 more than 16 pflog interfaces CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/05 17:18:11 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: update to Postfix snapshot 20120902, from Brad. - documentation improvements and support for "sendmail -R hdrs|full" CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/05 17:19:24 Modified files: devel/llvm : Makefile Log message: fix RTTI building since moving to CMake - problem reported & fix tested by Tony Sidaway, thanks! CVSROOT: /cvs Module name: ports Changes by: matthew@cvs.openbsd.org 2012/09/05 18:57:54 Modified files: lang/erlang : Makefile Added files: lang/erlang/patches: patch-erts_configure_in Log message: Link DSOs with 'cc -shared' instead of 'ld -shared' so that __guard_local is defined appropriately. ok nigel CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2012/09/05 19:01:58 Modified files: share/misc : license.template mdoc.template Log message: add default license to mdoc.template. ok deraadt ian while here, change CCYY to YYYY CVSROOT: /cvs Module name: www Changes by: lteo@cvs.openbsd.org 2012/09/05 20:23:04 Modified files: . : 52.html Log message: Link to man pages and fix a few errors along the way. CVSROOT: /cvs Module name: www Changes by: lteo@cvs.openbsd.org 2012/09/05 20:34:58 Modified files: . : 52.html Log message: Use consistent punctuation and style, and fix a few more errors. CVSROOT: /cvs Module name: www Changes by: lteo@cvs.openbsd.org 2012/09/05 21:03:30 Modified files: . : 52.html Log message: Link removed components to previous release's man pages, suggested by deraadt CVSROOT: /cvs Module name: www Changes by: guenther@cvs.openbsd.org 2012/09/05 21:26:50 Modified files: . : 52.html Log message: More useful things CVSROOT: /cvs Module name: www Changes by: lteo@cvs.openbsd.org 2012/09/05 21:43:10 Modified files: . : 52.html Log message: Add more items: * Support for Winbond W83627UHG has been added to wbsio(4). * rtadvd(8) can now advertise DNS servers and search paths in router advertisements. * rtadvd(8) can now send router advertisements with no prefix information using the noifprefix option. * ftp(1) client now allows the source IP address of the connection to be specified. * Lua 5.1.5 and 5.2.1 CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/09/05 22:11:07 Modified files: regress/usr.bin/ssh: try-ciphers.sh Log message: Restore missing space. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/09/05 22:37:39 Modified files: usr.bin/ssh : clientloop.c log.c log.h ssh.1 Log message: Add ~v and ~V escape sequences to raise and lower the logging level respectively. Man page help from jmc, ok deraadt jmc CVSROOT: /cvs Module name: www Changes by: guenther@cvs.openbsd.org 2012/09/05 23:28:59 Modified files: . : 52.html Log message: Fix my own misspelling CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/06 00:06:06 Modified files: multimedia/moovida: Makefile.inc Log message: Missing rcs id. CVSROOT: /cvs Module name: www Changes by: guenther@cvs.openbsd.org 2012/09/06 00:06:18 Modified files: . : 52.html Log message: Mention make and bc enhancements; tweak previous bits CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/09/06 00:25:41 Modified files: usr.bin/ssh : clientloop.c Log message: Put help text for ~v and ~V around the correct way CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/06 00:29:06 Modified files: devel/libsigsegv: Makefile distinfo devel/libsigsegv/patches: patch-src_fault-openbsd-m88k_h Removed files: devel/libsigsegv/patches: patch-configure patch-src_fault-openbsd-alpha_h patch-src_fault-openbsd-amd64_h patch-src_fault-openbsd-arm_h patch-src_fault-openbsd-hppa_h patch-src_fault-openbsd-m68k_h patch-src_fault-openbsd-mips64_h patch-src_fault-openbsd-mips64el_h patch-src_fault-openbsd-powerpc_h patch-src_fault-openbsd-sh_h patch-src_fault-openbsd-sparc64_h patch-src_fault-openbsd-sparc_h patch-src_fault-openbsd-vax_h Log message: - update libsigsegv to 2.9 * most of the openbsd definitions have been included upstream - re-adjust the included m88k definition (checked with miod@) from Brad ok aja@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/09/06 00:32:38 Modified files: de : index.html older.html orders.html tshirts.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/06 00:35:43 Modified files: multimedia/gstreamer-0.10: Makefile.inc Log message: farsight2 -> farstream CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/09/06 00:51:37 Modified files: share/man/man4 : iic.4 share/man/man4/man4.i386: glxpcib.4 share/man/man4/man4.loongson: glxpcib.4 Log message: mention SMBus support in glxpcib(4) CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2012/09/06 00:53:51 Modified files: . : 52.html Log message: add a few more hardware support improvements CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/06 02:28:51 Modified files: x11/gnome/yelp : Makefile Log message: Missing LIB_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/06 02:29:56 Modified files: sysutils/libvirt/patches: patch-src_vbox_vbox_XPCOMCGlue_c Log message: sync comment CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/09/06 02:36:52 Modified files: lib/libc/asr : asr.h async_resolver.3 Log message: remove unused member, reorganize a bit and sync manpage. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/09/06 02:38:15 Modified files: lib/libc/asr : async_resolver.3 Log message: YP is now supported. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/09/06 03:07:50 Modified files: usr.sbin/pkg_add/OpenBSD: UpdateSet.pm Log message: shorter display for trivial updatesets, foo-0.0->foo-1.0 becomes foo-0.0->1.0 CVSROOT: /cvs Module name: www Changes by: jmatthew@cvs.openbsd.org 2012/09/06 03:25:45 Modified files: . : 52.html Log message: mention ypldap(8) improvements CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/09/06 03:50:13 Modified files: usr.bin/ssh : clientloop.c Log message: Make the escape command help (~?) context sensitive so that only commands that will work in the current session are shown. ok markus@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/06 03:53:15 Modified files: audio/soundconverter: Makefile audio/soundconverter/pkg: DESCR Log message: Remove unused gstreamer-0.10/plugins-bad dependency. ok mpi@ (maintainer) CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2012/09/06 03:54:10 Modified files: . : 52.html Log message: bc got editline support a few releaes ago CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/06 04:04:46 Modified files: sysutils/ykpers: Makefile sysutils/ykpers/pkg: DESCR Log message: correct capitalisation CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/06 04:07:27 Modified files: www/webkit : Makefile Log message: Remove gstreamer-0.10/plugins-bad dependency; gstreamer-ffmpeg can take care of vp8. Really nothing should depend on gstreamer-0.10/plugins-bad... ok landry@ (maintainer) CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/09/06 04:08:55 Modified files: . : 52.html Log message: mention libusb able to access non-ugen dev's for some operations CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/06 04:30:31 Modified files: x11/gnome/banshee: Makefile Log message: Fix LIB+RUN_DEPENDS. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/09/06 05:26:35 Modified files: lib/libc/asr : asr.c Log message: add a strsplit() helper to factorize code a bit. CVSROOT: /cvs Module name: www Changes by: rpe@cvs.openbsd.org 2012/09/06 05:34:07 Modified files: . : 52.html Log message: add OpenSSH 6.1 part ok dtucker@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/06 05:39:24 Modified files: multimedia/moovida: Makefile.inc multimedia/moovida/core: Makefile multimedia/moovida/plugins-bad: Makefile multimedia/moovida/plugins-good: Makefile multimedia/moovida/plugins-ugly: Makefile x11/xfce4/parole: Makefile Log message: Remove dependency on gstreamer-0.10/plugins,-bad. Add dependency on gstreamer-0.10/plugins,-ugly for parole so that it can play mp3 files. ok landry@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/06 05:40:08 ports/graphics/clutter/clutter-gst/patches Update of /cvs/ports/graphics/clutter/clutter-gst/patches In directory cvs.openbsd.org:/tmp/cvs-serv27790/patches Log Message: Directory /cvs/ports/graphics/clutter/clutter-gst/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/06 05:47:24 Modified files: graphics/clutter/clutter-gst: Makefile Added files: graphics/clutter/clutter-gst/patches: patch-configure Log message: Unset HAVE_HW_DECODER_SUPPORT; it depends on gstreamer-plugins-bad and libva and needs a supported driver backend which we have no support for: http://www.freedesktop.org/wiki/Software/vaapi ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/06 05:57:48 Modified files: audio/soundconverter: Makefile Log message: Switch gstreamer-0.10/plugins-ffmpeg with gstreamer-0.10/plugins-ugly; this is an audio app, not video. ok mpi@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/06 06:12:22 Modified files: audio/exaile : Makefile graphics/swfdec: Makefile Log message: Remove dependency on gstreamer-0.10/plugins-bad. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/06 06:37:58 Modified files: multimedia/gstreamer-0.10: Makefile.inc multimedia/gstreamer-0.10/core: Makefile distinfo multimedia/gstreamer-0.10/core/pkg: PLIST multimedia/gstreamer-0.10/mm: Makefile distinfo multimedia/gstreamer-0.10/plugins-bad: Makefile distinfo multimedia/gstreamer-0.10/plugins-bad/pkg: DESCR-main PLIST-main PLIST-mjpeg PLIST-neon multimedia/gstreamer-0.10/plugins-base: Makefile distinfo multimedia/gstreamer-0.10/plugins-ffmpeg: Makefile distinfo multimedia/gstreamer-0.10/plugins-ffmpeg/pkg: DESCR PLIST multimedia/gstreamer-0.10/plugins-gl: Makefile distinfo multimedia/gstreamer-0.10/plugins-gl/pkg: PLIST multimedia/gstreamer-0.10/plugins-good: Makefile distinfo multimedia/gstreamer-0.10/plugins-good/pkg: DESCR-main PLIST-aalib PLIST-caca PLIST-dv PLIST-main multimedia/gstreamer-0.10/plugins-ugly: Makefile distinfo multimedia/gstreamer-0.10/plugins-ugly/pkg: DESCR-main PLIST-lame PLIST-main PLIST-sidplay multimedia/gstreamer-0.10/py-gstreamer: Makefile distinfo multimedia/gstreamer-0.10/py-gstreamer/pkg: PLIST Added files: multimedia/gstreamer-0.10/plugins-base/pkg: DESCR PLIST Removed files: multimedia/gstreamer-0.10/plugins-base/pkg: DESCR-cdda DESCR-main PLIST-cdda PLIST-main Log message: HUGE cleanup to be in synced with upcoming gstreamer1. Add DIST_SUBDIR, req. by jasper@ Merge -cdda into -main for plugins-base. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/06 06:38:35 Modified files: audio/mp3splt-gtk: Makefile audio/exaile : Makefile audio/vagalume : Makefile editors/subtitleeditor: Makefile games/gcompris : Makefile graphics/clutter/clutter-gst: Makefile graphics/gthumb: Makefile graphics/swfdec: Makefile graphics/pigment: Makefile graphics/opencv: Makefile multimedia/oggconvert: Makefile multimedia/audiopreview: Makefile net/farstream : Makefile net/gupnp/dlna : Makefile net/pidgin : Makefile www/mozilla-firefox: Makefile www/webkit : Makefile www/minitube : Makefile x11/qt4 : Makefile x11/wxWidgets : Makefile x11/gnome/banshee: Makefile x11/gnome/media: Makefile x11/gnome/totem: Makefile x11/xfce4/parole: Makefile x11/xfce4/xfce4-mixer: Makefile multimedia/moovida/core: Makefile multimedia/moovida/plugins-bad: Makefile multimedia/moovida/plugins-good: Makefile multimedia/moovida/plugins-ugly: Makefile Log message: Bump after gstreamer-plugins-base subpackaging change. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/06 06:57:13 ports/multimedia/gstreamer1 Update of /cvs/ports/multimedia/gstreamer1 In directory cvs.openbsd.org:/tmp/cvs-serv15534/gstreamer1 Log Message: Directory /cvs/ports/multimedia/gstreamer1 added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/06 06:57:49 Added files: multimedia/gstreamer1: Makefile Makefile.inc Log message: Add the glue for gstreamer1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/06 06:57:59 ports/multimedia/gstreamer1/core Update of /cvs/ports/multimedia/gstreamer1/core In directory cvs.openbsd.org:/tmp/cvs-serv516/core Log Message: Directory /cvs/ports/multimedia/gstreamer1/core added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/06 06:58:14 ports/multimedia/gstreamer1/core/pkg Update of /cvs/ports/multimedia/gstreamer1/core/pkg In directory cvs.openbsd.org:/tmp/cvs-serv17125/pkg Log Message: Directory /cvs/ports/multimedia/gstreamer1/core/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/06 06:59:46 Added files: multimedia/gstreamer1/core: Makefile distinfo multimedia/gstreamer1/core/pkg: DESCR PLIST Log message: Be nice to cvs and manually add "core". Add gstreamer1-0.11.93. This is GStreamer, a framework for streaming media. This package provides the core around which all other modules revolve. This is a development release; version 1.0 is due somewhat soon and the next big GNOME update will need it. I tried to keep the dependencies as "less big" as possible to be able to have a good out-of-the-box experience -- more obscure codecs can be added later if there's a need for them. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/06 07:00:53 Log message: Import gstreamer1-plugins-base-0.11.93. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120906 N ports/multimedia/gstreamer1/plugins-base/Makefile N ports/multimedia/gstreamer1/plugins-base/distinfo N ports/multimedia/gstreamer1/plugins-base/patches/patch-configure_ac N ports/multimedia/gstreamer1/plugins-base/patches/patch-gst_tcp_gstmultihandlesink_c N ports/multimedia/gstreamer1/plugins-base/patches/patch-ext_cdparanoia_gstcdparanoiasrc_c N ports/multimedia/gstreamer1/plugins-base/patches/patch-gst_audioresample_resample_sse_h N ports/multimedia/gstreamer1/plugins-base/patches/patch-gst_audioresample_speex_resampler_double_c N ports/multimedia/gstreamer1/plugins-base/patches/patch-gst_audioresample_speex_resampler_float_c N ports/multimedia/gstreamer1/plugins-base/pkg/DESCR N ports/multimedia/gstreamer1/plugins-base/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/06 07:01:31 Log message: Import gstreamer1-plugins-good-0.11.93. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120906 N ports/multimedia/gstreamer1/plugins-good/Makefile N ports/multimedia/gstreamer1/plugins-good/distinfo N ports/multimedia/gstreamer1/plugins-good/files/Makefile.am N ports/multimedia/gstreamer1/plugins-good/files/gstsndio.c N ports/multimedia/gstreamer1/plugins-good/files/sndiosrc.c N ports/multimedia/gstreamer1/plugins-good/files/sndiosink.h N ports/multimedia/gstreamer1/plugins-good/files/sndiosrc.h N ports/multimedia/gstreamer1/plugins-good/files/sndiosink.c N ports/multimedia/gstreamer1/plugins-good/patches/patch-configure_ac N ports/multimedia/gstreamer1/plugins-good/patches/patch-ext_Makefile_am N ports/multimedia/gstreamer1/plugins-good/patches/patch-gst_udp_gstmultiudpsink_c N ports/multimedia/gstreamer1/plugins-good/patches/patch-m4_aalib_m4 N ports/multimedia/gstreamer1/plugins-good/patches/patch-sys_oss_Makefile_am N ports/multimedia/gstreamer1/plugins-good/patches/patch-sys_oss_gstosshelper_c N ports/multimedia/gstreamer1/plugins-good/patches/patch-sys_v4l2_gstv4l2bufferpool_c N ports/multimedia/gstreamer1/plugins-good/patches/patch-sys_v4l2_gstv4l2object_c N ports/multimedia/gstreamer1/plugins-good/patches/patch-sys_v4l2_gstv4l2object_h N ports/multimedia/gstreamer1/plugins-good/patches/patch-sys_v4l2_v4l2_calls_h N ports/multimedia/gstreamer1/plugins-good/pkg/DESCR N ports/multimedia/gstreamer1/plugins-good/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/06 07:02:08 Log message: Import gstreamer1-plugins-ugly-0.11.93. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120906 N ports/multimedia/gstreamer1/plugins-ugly/distinfo N ports/multimedia/gstreamer1/plugins-ugly/Makefile N ports/multimedia/gstreamer1/plugins-ugly/pkg/PLIST N ports/multimedia/gstreamer1/plugins-ugly/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/06 07:02:41 Log message: Import gstreamer1-plugins-bad-0.11.93. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20120906 N ports/multimedia/gstreamer1/plugins-bad/Makefile N ports/multimedia/gstreamer1/plugins-bad/distinfo N ports/multimedia/gstreamer1/plugins-bad/patches/patch-gst_nsf_gstnsf_c N ports/multimedia/gstreamer1/plugins-bad/patches/patch-ext_apexsink_gstapexraop_c N ports/multimedia/gstreamer1/plugins-bad/patches/patch-gst_dccp_gstdccp_c N ports/multimedia/gstreamer1/plugins-bad/patches/patch-gst_nsf_nsf_c N ports/multimedia/gstreamer1/plugins-bad/patches/patch-gst_nsf_nsf_h N ports/multimedia/gstreamer1/plugins-bad/pkg/DESCR N ports/multimedia/gstreamer1/plugins-bad/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/06 07:05:01 Modified files: multimedia : Makefile Log message: +gstreamer1 note that audio is handled by OSS until it's ported to sndio(7). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/06 07:30:12 Modified files: multimedia/gstreamer1/plugins-good/patches: patch-ext_Makefile_am Removed files: multimedia/gstreamer1/plugins-good/patches: patch-m4_aalib_m4 Log message: Regen patch and remove useless. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/09/06 07:56:32 Modified files: share/man/man4 : iic.4 share/man/man4/man4.i386: glxpcib.4 share/man/man4/man4.loongson: glxpcib.4 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/09/06 07:57:42 Modified files: usr.bin/ssh : ssh.1 Log message: missing letter in previous; CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/09/06 07:57:51 Modified files: lib/libc/asr : asr_private.h Log message: make it easy to build without debug code CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/06 08:22:49 Modified files: multimedia/gstreamer1/plugins-ugly: Makefile Log message: No need for substitution here. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/06 08:30:59 Modified files: multimedia/gstreamer-0.10/core: Makefile multimedia/gstreamer-0.10/plugins-bad: Makefile multimedia/gstreamer-0.10/plugins-bad/patches: patch-gst_nsf_gstnsf_c patch-gst_nsf_nsf_c patch-gst_nsf_nsf_h multimedia/gstreamer-0.10/plugins-base: Makefile multimedia/gstreamer-0.10/plugins-base/patches: patch-ext_cdparanoia_gstcdparanoiasrc_c multimedia/gstreamer-0.10/plugins-good: Makefile multimedia/gstreamer-0.10/plugins-good/patches: patch-ext_Makefile_am multimedia/gstreamer-0.10/plugins-ugly: Makefile Removed files: multimedia/gstreamer-0.10/core/patches: patch-common_m4_as-libtool_m4 multimedia/gstreamer-0.10/plugins-bad/patches: patch-ext_resindvd_resindvdbin_c patch-ext_resindvd_resindvdsrc_c multimedia/gstreamer-0.10/plugins-base/patches: patch-docs_plugins_gst-plugins-base-plugins_args patch-gst-libs_gst_cdda_gstcddabasesrc_c patch-tests_check_libs_cddabasesrc_c multimedia/gstreamer-0.10/plugins-good/patches: patch-sys_oss_gstosssink_c patch-sys_oss_gstosssrc_c multimedia/gstreamer-0.10/plugins-ugly/patches: patch-ext_dvdread_dvdreadsrc_c Log message: Simplify patching. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/09/06 09:05:16 Modified files: lib/libc/asr : getaddrinfo_async.c gethostnamadr_async.c Log message: include yp headers if necessary. remove unused variable. CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2012/09/06 10:39:00 Modified files: faq : faq3.html index.html Log message: sorry, virginia, there is no santa claus CVSROOT: /cvs Module name: www Changes by: matthew@cvs.openbsd.org 2012/09/06 10:50:51 Modified files: . : 52.html Log message: Remove unnecessary comma. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2012/09/06 12:04:34 Modified files: bin/ksh : main.c Log message: Avoid modifying argv when building argv for $* and $@ since it will affect ps output. This can happen when command line options are specified, e.g. "sh -c command". Based on a diff from espie@ OK espie@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/09/06 12:19:25 Modified files: de : orders.html ja : index.html openssh/ja : ftp.html index.html manual.html openbsd.html windows.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/06 12:59:54 Modified files: x11/gnome/empathy: Makefile x11/gnome/sushi: Makefile x11/gnome/totem: Makefile Log message: Sync WANTLIB to unbreak. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/09/06 13:06:04 Modified files: sys/msdosfs : denode.h msdosfs_conv.c msdosfs_denode.c msdosfs_lookup.c Log message: Remove the need to occasionally treat dos file names as strings by using "%.11s" to print them out. Make all dos file names 11 byte arrays and nuke the attempt to put '\0' at the 12th position of such an array. Fixes 'panic: smashed stack in msdosfs_rename.c' reported by MERHIGI Marcus via tech@. Tested by MERHIGI Marcus. Suggestions and ok tedu@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/06 13:06:41 ports/security/kc/patches Update of /cvs/ports/security/kc/patches In directory cvs.openbsd.org:/tmp/cvs-serv21866/patches Log Message: Directory /cvs/ports/security/kc/patches added to the repository CVSROOT: /cvs Module name: www Changes by: matthew@cvs.openbsd.org 2012/09/06 13:09:13 Modified files: . : 52.html Log message: Explain why kernel threads are useful; suggested by lteo. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/06 13:22:53 Modified files: security/kc : Makefile distinfo Added files: security/kc/patches: patch-kc_1 Log message: update to kc 2.1.6, from maintainer LEVAI Daniel CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2012/09/06 13:41:59 Modified files: lib/libutil : Makefile shlib_version util.h sbin/bioctl : Makefile bioctl.c sbin/ifconfig : Makefile ifconfig.c sbin/mount_vnd : Makefile mount_vnd.c Added files: lib/libutil : pkcs5_pbkdf2.3 pkcs5_pbkdf2.c Removed files: sbin/bioctl : pbkdf2.c pbkdf2.h Log message: move pkcs5_pbkdf5 function to libutil so everybody can play with it ok deraadt jsing matthew CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2012/09/06 13:48:12 Modified files: lib/libutil : pkcs5_pbkdf2.3 Log message: some better phrasing, mostly via jsing CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/09/06 13:59:10 Modified files: lib/libc/asr : asr.c Log message: config parsing is done in one pass now. no need to use callback anymore. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2012/09/06 14:20:30 Modified files: sys/arch/i386/conf: files.i386 sys/arch/i386/i386: trap.c Log message: remove compat_aout support for i386. ok deraadt miod has requested a stay of execution for compat_aout in general. CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2012/09/06 14:25:26 Modified files: . : 52.html Log message: More meat in generic network, network daemons and pf related sections. CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/09/06 14:47:48 src/regress/lib/libutil/pkcs5_pbkdf2 Update of /cvs/src/regress/lib/libutil/pkcs5_pbkdf2 In directory cvs.openbsd.org:/tmp/cvs-serv2900/pkcs5_pbkdf2 Log Message: Directory /cvs/src/regress/lib/libutil/pkcs5_pbkdf2 added to the repository CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/09/06 14:49:59 Modified files: lib/libutil : pkcs5_pbkdf2.c regress/lib/libutil: Makefile Added files: regress/lib/libutil/pkcs5_pbkdf2: Makefile pkcs5_pbkdf2_test.c Log message: Move the commented out test program in pkcs5_pbkdf2.c into a proper regress test. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/06 15:56:31 Modified files: security/mcrypt: Makefile Added files: security/mcrypt/patches: patch-src_errors_c patch-src_extra_c Log message: In mcrypt, check salt lengths and exit with an error, rather than overrunning a buffer, if too long. CVE-2012-4409. Patch from http://seclists.org/oss-sec/2012/q3/396, ok benoit@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/09/06 16:10:50 src/regress/lib/csu/init_priority Update of /cvs/src/regress/lib/csu/init_priority In directory cvs.openbsd.org:/tmp/cvs-serv7953/init_priority Log Message: Directory /cvs/src/regress/lib/csu/init_priority added to the repository CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/09/06 16:13:44 Added files: regress/lib/csu/init_priority: Makefile init_priority_test.cc Log message: Add a (currently failing) regress test for GNU C++'s init_priority attribute. See "info --index-search=init_priority gcc" for details on how this feature is supposed to work. CVSROOT: /cvs Module name: ports Changes by: ratchov@cvs.openbsd.org 2012/09/06 16:18:23 Modified files: audio/xmms : Makefile audio/xmms/files: audio_sndio.c Log message: fix locking problem exposed by rthreads CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/06 16:35:31 Modified files: converters/dos2unix: Makefile distinfo converters/dos2unix/patches: patch-Makefile Log message: update to dos2unix 6.0.2 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/06 18:20:21 Modified files: distrib/special/ifconfig: Makefile Log message: handle pkcs5_pbkdf2() fallout CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/09/06 18:30:19 Modified files: usr.bin/ssh : clientloop.c Log message: Print '^Z' instead of a raw ^Z when the sequence is not supported. ok djm@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/06 18:33:24 Modified files: sbin/ifconfig : Makefile Log message: no need for the ../bioctl CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/06 18:34: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.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: dtucker@cvs.openbsd.org 2012/09/06 19:10:21 Modified files: usr.bin/ssh : clientloop.c Log message: Merge escape help text for ~v and ~V; ok djm@ CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/09/06 19:19:52 Modified files: . : plus.html Log message: plus.html for August 27 to September 2. CVSROOT: /cvs Module name: www Changes by: lteo@cvs.openbsd.org 2012/09/06 20:04:13 Modified files: . : 52.html Log message: Fix link to tcpcib(4) man page Add link to smtpd.conf(5) man page Change "amtterm port" to "amtterm package" since we encourage users to use packages, and link to its cvsweb URL CVSROOT: /cvs Module name: www Changes by: lteo@cvs.openbsd.org 2012/09/06 20:27:05 Modified files: . : 52.html Log message: Use consistent style/punctuation and make a few other tweaks CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/09/06 23:01:20 Modified files: regress/lib/csu/init_priority: Makefile init_priority_test.cc Log message: Give this a chance to build with gcc2. ok matthew@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/09/06 23:37:06 Modified files: lib/libc/stdio : tmpnam.3 Log message: tmpname -> tempnam; from Artturi Alm CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/09/06 23:48:21 Modified files: lib/libutil : pkcs5_pbkdf2.3 Log message: various fixes; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/09/06 23:50:58 Modified files: share/man/man3 : intro.3 Log message: add pkcs5_pbkdf2(3); CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/06 23:54:24 Modified files: multimedia/gstreamer-0.10/plugins-bad: Makefile Removed files: multimedia/gstreamer-0.10/plugins-bad/patches: patch-ext_mpeg2enc_gstmpeg2encoptions_cc Log message: Remove uneeded patch. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/07 00:00:27 Modified files: www/epiphany : Makefile Log message: Missing LIB_DEPENDS; spotted by nigel@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/07 00:11:18 Modified files: x11/gnome/tracker: Makefile Log message: Missing LIB_DEPENDS and regen WANTLIB to unbreak. spotted by nigel@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/07 00:15:06 Log message: import sofia-sip 1.12.11 Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification (see the feature table). It can be used as a building block for SIP client software for uses such as VoIP, IM, and many other real-time and person-to-person communication services. ok sthen@ Status: Vendor Tag: jasper Release Tags: jasper_20120709 N ports/telephony/sofia-sip/distinfo N ports/telephony/sofia-sip/Makefile N ports/telephony/sofia-sip/pkg/PLIST N ports/telephony/sofia-sip/pkg/DESCR N ports/telephony/sofia-sip/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/07 00:15:28 Modified files: telephony : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/07 00:19:19 Modified files: audio/akode : Makefile audio/akode/pkg: PLIST Removed files: audio/akode/patches: patch-akode_plugins_jack_sink_jack_sink_cpp audio/akode/pkg: PFRAG.shared Log message: - Disable JACK as it was a means of having audio via a sound server before sndio but akode has had sndio support for a long time now - Mark SHARED_ONLY as akode is a set of plugins for KDE and the rest of KDE is SHARED_ONLY too from Brad CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/09/07 00:34:21 Modified files: usr.bin/ssh : clientloop.c Log message: when muxmaster is run with -N, make it shut down gracefully when a client sends it "-O stop" rather than hanging around. ok djm@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/07 00:58:23 Modified files: www/arora : Makefile Log message: Remove dependency on gstreamer-0.10/plugins-bad. ok Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/07 01:17:46 Modified files: x11/xfce4/parole: Makefile Log message: Remove extra comma confusing dpb and sqlports. From nigel@, ok ajacoutot@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/07 01:19:36 Modified files: x11/gnome/shell: Makefile Log message: Missing LIB_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/07 02:09:59 Modified files: devel/p5-SVN-Mirror: Makefile devel/p5-SVN-Simple: Makefile devel/p5-SVN-Web: Makefile devel/svk : Makefile Log message: Use MAKE/CONFIGURE_ENV= LD_PRELOAD=libpthread.so to allow these to build. Marked with XXX to remove if perl becomes linked with pthread itself. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/07 02:12:50 Modified files: games/frozen-bubble: Makefile games/frozen-bubble/patches: patch-Makefile Log message: use MAKE_ENV rather than patching Makefile to let this build without perl being linked with -lpthread CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/07 02:13:04 ports/devel/svk/files Update of /cvs/ports/devel/svk/files In directory cvs.openbsd.org:/tmp/cvs-serv25014/files Log Message: Directory /cvs/ports/devel/svk/files added to the repository CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/09/07 03:55:18 Modified files: sys/netinet6 : nd6_rtr.c Log message: Create IPv6 privacy addresses even if static IPv6 addresses are present. Restores the ability to use privacy addresses for outgoing connections and static addresses for incoming connections, which was broken by r1.62. ok sperreault@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2012/09/07 04:47:42 Modified files: usr.sbin/npppd/npppd: ppp.c ppp.h Log message: fix typo and comment from umezawa at iij CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/07 06:41:35 Modified files: x11/dbus : Makefile x11/dbus/pkg : PLIST Log message: Move @extra where it belongs. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/09/07 07:21:34 Modified files: lib/libc/asr : getnetnamadr_async.c Log message: unused variables CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/07 07:39:43 Modified files: security/samhain: Makefile security/samhain/pkg: PLIST-client samhain.rc samhain_signed.rc Log message: Properly enable xml logs. Use @extraunexec instead of @extra. Always start the server in check mode. from robert@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/09/07 07:49:43 Modified files: lib/libc/asr : asr.c Log message: return value has no use; make it void. fix comment. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/07 08:40:59 Modified files: devel/glib2 : Makefile Log message: Fix MASTER_SITES. CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2012/09/07 11:06:04 Modified files: faq : index.html Log message: the number after 4 is 5, spotted by chad CVSROOT: /cvs Module name: www Changes by: mikeb@cvs.openbsd.org 2012/09/07 12:00:12 Modified files: . : 52.html Log message: Mention ESN support CVSROOT: /cvs Module name: www Changes by: mikeb@cvs.openbsd.org 2012/09/07 12:07:20 Modified files: . : 52.html Log message: Various improvements in iked CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2012/09/07 13:01:56 Modified files: usr.bin/mg : search.c Log message: Make C-r not screw up the line counter if the pattern ends up not matching. More goodness from Florian Obser. (and a tweak by me) CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/09/07 13:10:39 Modified files: sys/dev/pci : mpii.c Log message: Fixup a memory access fault on an invalid reply. Quoting the spec: The host driver must ensure that there is at least one unused entry in the Reply Free Queue. One way to ensure that this requirement is met is to never allocate a number of reply frames that is a multiple of 16. So bring back the old logic of calculating the RFQ depth and add a comment explaining why is it done. Duh! CVSROOT: /cvs Module name: www Changes by: lum@cvs.openbsd.org 2012/09/07 13:12:46 Modified files: . : 52.html Log message: Add mg's new cscope support. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/09/07 13:19:59 Modified files: sys/dev/acpi : acpi.c acpivar.h amltypes.h Log message: Add a new function called acpi_pci_min_powerstate() that returns the lowest power state for a PCI device for the power state (currently S3 or S4) we're transitioning into. This function is probably too simplistic; there is a lot of (silly) complexity in the ACPI spec. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/09/07 13:21:57 Modified files: sys/arch/amd64/pci: pci_machdep.c Log message: Implement pci_min_powerstate(). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/09/07 13:23:16 Modified files: sys/arch/amd64/include: pci_machdep.h Log message: Implement pci_min_powerstate(). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/09/07 13:23:53 Modified files: sys/arch/i386/pci: pci_machdep.c pci_machdep.h Log message: Implement pci_min_powerstate(). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/09/07 13:26:48 Modified files: sys/dev/pci : pci.c ppb.c Log message: Call pci_min_powerstate() to determine the lowest possible powerstate instead of hardcoding it to D3. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/09/07 13:33:33 Modified files: faq/fr : current.html faq3.html index.html faq/nl : faq3.html index.html fr : index.html orders.html nl : index.html older.html orders.html tshirts.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: nicm@cvs.openbsd.org 2012/09/07 14:34:27 Modified files: . : 52.html Log message: Some tmux bits. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/07 15:38:00 Modified files: devel/swig : Makefile Log message: block autoconf from finding mzscheme, which is part of racket, currently in openbsd-wip repo. from Juan Francisco Cantero Hurtado. CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2012/09/07 16:02:34 Modified files: sys/arch/amd64/amd64: identcpu.c Log message: bump CPU feature strings to 12 chars since some names are now 8 characters long, leaving no space for a trailing NUL; ok kettenis@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2012/09/07 16:33:01 Modified files: gnu/usr.bin/binutils/opcodes: i386-dis.c gnu/usr.bin/binutils-2.17/opcodes: i386-dis.c Log message: disassemble the rdrand instruction on i386/amd64 CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2012/09/07 17:11:51 Modified files: lib/libc/hash : sha2.3 Log message: add const where missing CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2012/09/07 17:24:39 Modified files: . : 52.html Log message: Add some more items and point out that softraid supersedes RAIDframe. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/09/07 17:30:32 Added files: devel/subversion/patches: patch-build_conf Log message: Add a patch from upstream to fix the no_ap2 flavour build, prodded by aja. No revision bump needed since this doesn't affect generated packages. CVSROOT: /cvs Module name: ports Changes by: jcs@cvs.openbsd.org 2012/09/07 18:11:40 Modified files: sysutils/tarsnap: Makefile distinfo Log message: update to tarsnap 1.0.33 from new maintainer James Turner after another timeout from previous maintainer CVSROOT: /cvs Module name: www Changes by: lteo@cvs.openbsd.org 2012/09/07 21:46:18 Modified files: . : 52.html Log message: Add more items for PF and IPsec. Also do a few tweaks and fixes, and try to group related items together. CVSROOT: /cvs Module name: www Changes by: lteo@cvs.openbsd.org 2012/09/07 21:56:25 Modified files: . : 52.html Log message: Fix incorrect height value in tag, from ropers at gmail, thank you! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/08 01:54:03 Modified files: print/cups : Makefile print/cups/pkg : PLIST-libs PLIST-main Log message: Create both the _cups user and group in -libs instead of splitting them. Regen WANTLIB while here. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/08 01:54:37 Modified files: fonts/cantarell-fonts: Makefile fonts/cantarell-fonts/pkg: PLIST Log message: Simplify the symlink danse. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/08 01:55:00 Modified files: print/qpdf : Makefile distinfo Log message: Bugfix update to qpdf-3.0.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/08 01:55:30 Modified files: print/cups-filters: Makefile distinfo print/cups-filters/pkg: PLIST Removed files: print/cups-filters/patches: patch-filter_pdftopdf_intervalset_cc Log message: Bugfix update to cups-filters-1.0.24. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/09/08 02:00:45 Modified files: devel/mercurial: Makefile distinfo devel/mercurial/pkg: PLIST Removed files: devel/mercurial/pkg: PFRAG.shared Log message: Update mercurial to 2.3.1 and take maintainership (wcmaier didn't use it). ok wcmaier@ (old maintainer), landry@ and jim@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/08 02:01:52 Modified files: multimedia/audiopreview: Makefile Log message: Remove dependency on gstreamer-0.10/plugins-bad. maintainer timeout. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/09/08 02:02:44 ports/devel/tortoisehg/patches Update of /cvs/ports/devel/tortoisehg/patches In directory cvs.openbsd.org:/tmp/cvs-serv23098/patches Log Message: Directory /cvs/ports/devel/tortoisehg/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/09/08 02:03:03 Modified files: devel/tortoisehg: Makefile distinfo devel/tortoisehg/pkg: PLIST Added files: devel/tortoisehg/patches: patch-setup_py Log message: Update tortoisehg to 2.5. ok landry@. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/09/08 05:08:21 Modified files: lib/libc/asr : Makefile.inc Added files: lib/libc/asr : getaddrinfo.c gethostnamadr.c getnameinfo.c getnetnamadr.c getrrsetbyname.c res_debug.c res_init.c res_mkquery.c res_query.c res_send.c sethostent.c Removed files: lib/libc/asr : asr_resolver.c Log message: split asr_resolver.c into different files to overlay the libc/net resolver implementation. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/09/08 07:16:09 Modified files: driver/xf86-input-usbtablet/src: usbtablet.c Log message: _X_EXPORT tags for module data CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/09/08 07:58:29 Modified files: usr.sbin/smtpd : parse.y Log message: remove unused header ok gilles@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/09/08 08:52:00 Modified files: sys/kern : kern_exit.c Log message: Plug a race where we're trying to kill a traced process while it is aleady exiting. At that point ps_single may point to a proc that's already freed. Since there is no point in killing a process that's already exiting, just skip this step. ok guenther@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/09/08 09:36:28 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/09/08 09:52:49 Added files: driver/xf86-video-s3: compile Log message: update to xf86-video-s3 0.6.5 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/08 10:00:40 Modified files: multimedia/gstreamer-0.10/plugins-ffmpeg: Makefile Log message: Set PERMIT_PACKAGE_CDROM to "patents" to be in sync with graphics/ffmpeg. discussed with Brad CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/09/08 10:03:39 Modified files: driver/xf86-video-s3: config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing driver/xf86-video-s3/man: Makefile.in driver/xf86-video-s3/src: Makefile.am Makefile.in s3.h s3_IBMRGB.c s3_Ti.c s3_accel.c s3_cursor.c s3_dga.c s3_driver.c s3_shadow.c s3_video.c Added files: driver/xf86-video-s3/src: compat-api.h Log message: Update to xf86-video-s3 0.6.5 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/09/08 10:08:25 Modified files: driver/xf86-video-s3virge: ChangeLog Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing driver/xf86-video-s3virge/man: 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_shadow.c s3v_xv.c Added files: driver/xf86-video-s3virge/src: compat-api.h Log message: Update xf86-video-s3virge to 1.10.6 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/09/08 10:13:46 Modified files: driver/xf86-video-sis: ChangeLog Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing driver/xf86-video-sis/man: Makefile.in driver/xf86-video-sis/src: Makefile.am Makefile.in init.c sis.h sis300_accel.c sis310_accel.c sis6326_video.c sis_accel.c sis_cursor.c sis_dac.c sis_dac.h sis_dga.c sis_dri.c sis_driver.c sis_driver.h sis_memcpy.c sis_shadow.c sis_utility.c sis_vga.c sis_video.c Added files: driver/xf86-video-sis/src: compat-api.h Log message: Update to xf86-video-sis 0.10.7 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/09/08 10:18:20 Modified files: driver/xf86-video-tdfx: ChangeLog Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing driver/xf86-video-tdfx/man: Makefile.in driver/xf86-video-tdfx/src: Makefile.am Makefile.in tdfx.h tdfx_accel.c tdfx_dga.c tdfx_dri.c tdfx_driver.c tdfx_hwcurs.c tdfx_priv.c tdfx_video.c Added files: driver/xf86-video-tdfx/src: compat-api.h Log message: Update to xf86-video-tdfx 1.4.5 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/09/08 10:23:41 Modified files: driver/xf86-video-trident: ChangeLog Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing driver/xf86-video-trident/man: Makefile.in driver/xf86-video-trident/src: Makefile.am Makefile.in blade_accel.c blade_accel_exa.c image_accel.c trident.h trident_accel.c trident_bank.c trident_dac.c trident_dga.c trident_driver.c trident_i2c.c trident_shadow.c trident_video.c tridenthelper.c tvga_dac.c xp4_accel.c xp4_accel_exa.c xp_accel.c Added files: driver/xf86-video-trident/src: compat-api.h Log message: Update to xf86-video-trident 1.3.6 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/09/08 10:35:46 Modified files: sys/arch/macppc/conf: files.macppc Log message: Include files.agp to be able to check against NAGP in the drm agp glue. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/09/08 10:35:56 Modified files: driver/xf86-video-mga: ChangeLog Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing driver/xf86-video-mga/man: Makefile.in driver/xf86-video-mga/src: Makefile.am Makefile.in mga.h mga_arc.c mga_bios.c mga_dac3026.c mga_dacG.c mga_dga.c mga_dh.c mga_dri.c mga_driver.c mga_exa.c mga_g450pll.c mga_hwcurs.c mga_merge.c mga_merge.h mga_shadow.c mga_storm.c mga_video.c driver/xf86-video-mga/util: Makefile.in Added files: driver/xf86-video-mga/src: compat-api.h Log message: Update to xf86-video-mga 1.6.1 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/09/08 10:42:20 Modified files: sys/dev/pci/drm: drmP.h drm_agpsupport.c drm_drv.c Log message: Instead of having yet an other option to compile the drm code without agp support, wrap all the agp glue with 'if __OS_HAS_AGP' in such form that it is true if the agp(4) driver is present. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/09/08 10:53:01 Modified files: sys/dev/pci/drm: drm_memory.c Log message: Don't use mtrr if we are not on i386/amd64. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/09/08 11:18:22 Modified files: etc/etc.macppc : MAKEDEV.md Log message: Add drm node ok kettenis@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/09/08 11:18:53 Modified files: etc/etc.macppc : MAKEDEV share/man/man8/man8.macppc: MAKEDEV.8 Log message: sync CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2012/09/08 12:06:22 Modified files: . : 52.html Log message: Mention fsck_msdos, fdisk and quotacheck improvements. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/09/08 13:24:28 Modified files: sys/arch/hp300/dev: dcm.c sys/arch/hp300/hp300: clock.c locore.s sys/arch/hp300/include: _types.h Log message: Switch hp300 to timecounters. From NetBSD via martin@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/09/08 14:08:33 Modified files: lib/csu/common_elf: crtbegin.c crtbeginS.c Log message: Reverse the order that ctors and dtors are run in accordance with GCC's documentation. Fixes GNU C++'s init_priority attribute. ok miod CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/09/08 14:09:49 Modified files: regress/lib/csu: Makefile Log message: Link init_priority into the regress tree now that it passes (except mysteriously on m88k). CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/09/08 14:47:49 Modified files: driver/xf86-video-r128: ChangeLog Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing driver/xf86-video-r128/man: Makefile.in driver/xf86-video-r128/src: Makefile.am Makefile.in r128.h r128_accel.c r128_cursor.c r128_dga.c r128_dri.c r128_driver.c r128_misc.c r128_probe.c r128_probe.h r128_video.c Added files: driver/xf86-video-r128/src: compat-api.h Log message: Update to xf86-video-r128 6.8.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/09/08 14:51:57 Modified files: driver/xf86-video-savage: ChangeLog Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing driver/xf86-video-savage/man: Makefile.in driver/xf86-video-savage/src: Makefile.am Makefile.in savage_accel.c savage_cursor.c savage_dga.c savage_dri.c savage_driver.c savage_driver.h savage_exa.c savage_hwmc.c savage_i2c.c savage_shadow.c savage_vbe.c savage_video.c savage_xaa.c Added files: driver/xf86-video-savage/src: compat-api.h Log message: update to xf86-video-savage 2.3.6 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/09/08 14:58:50 Modified files: sys/arch/sparc64/sparc64: cpu.c Log message: On SPARC64 VI/VII CPUs, use the lseep instruction in the idle loop to force a thread switch in the hope the other thread can do some useful work. CVSROOT: /cvs Module name: www Changes by: rpe@cvs.openbsd.org 2012/09/08 15:07:47 Modified files: . : anoncvs.html Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/09/08 15:28:02 Modified files: driver/xf86-video-vesa: ChangeLog Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing driver/xf86-video-vesa/man: Makefile.in driver/xf86-video-vesa/src: Makefile.am Makefile.in vesa.c Added files: driver/xf86-video-vesa/src: compat-api.h Removed files: driver/xf86-video-vesa: INSTALL Log message: Update to xf86-video-vesa 2.3.2 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/09/08 15:33:56 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: www Changes by: mikeb@cvs.openbsd.org 2012/09/08 15:35:07 Modified files: . : 52.html Log message: remove sevral incorrect/misenterpreted entries CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2012/09/08 15:42:10 Modified files: . : 52.html Log message: dhclient and disklabel improvements. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/09/08 16:01:25 Modified files: sys/arch/sh/include: _types.h sys/arch/sh/sh : clock.c interrupt.c Log message: Switch landisk to timecounters. Adapted from NetBSD. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/09/08 16:33:13 Modified files: driver/xf86-video-siliconmotion: ChangeLog Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing driver/xf86-video-siliconmotion/man: Makefile.in driver/xf86-video-siliconmotion/src: Makefile.am Makefile.in smi.h smi_driver.c smi_exa.c smi_video.c smi_xaa.c smilynx_hw.c Added files: driver/xf86-video-siliconmotion/src: compat-api.h Log message: Update to xf86-video-siliconmotion 1.7.7 CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2012/09/08 16:47:21 Modified files: . : 52.html Log message: More details on FAT media improvements, mention better SCSI error propogation. CVSROOT: /cvs Module name: www Changes by: rpe@cvs.openbsd.org 2012/09/08 16:59:50 Modified files: . : 52.html Log message: mention JMC251/JMC261 support for jme(4) CVSROOT: /cvs Module name: www Changes by: rpe@cvs.openbsd.org 2012/09/08 17:13:10 Modified files: . : 52.html Log message: mention support for Huawei Mobile E303 in umsm(4) CVSROOT: /cvs Module name: www Changes by: rpe@cvs.openbsd.org 2012/09/09 00:18:03 Modified files: . : 52.html Log message: JMC251/JMC261 did work jme(4) before already. so not new for 5.2 spotted by jsg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/09 00:38:09 Modified files: multimedia/gstreamer-0.10/plugins-good: Makefile multimedia/gstreamer-0.10/plugins-good/files: gstsndio.c Log message: Fix i18n initialization (from upstream). CVSROOT: /cvs Module name: www Changes by: rpe@cvs.openbsd.org 2012/09/09 01:08:23 Modified files: . : 52.html Log message: Even more details on FAT improvements, mention write speedup for large files CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/09/09 02:57:36 Modified files: print/ghostscript/gnu: Makefile Added files: print/ghostscript/gnu/patches: patch-base_gp_psync_c Log message: Create mutexes with type PTHREAD_MUTEX_RECURSIVE to stop ghostscript from aborting. ok aja@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/09/09 03:42:06 Modified files: lib/libc/asr : asr.c asr_debug.c asr_private.h res_search_async.c res_send_async.c Log message: use proper macros for debug traces. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/09/09 03:47:36 Modified files: driver/xf86-video-wsfb/src: Makefile.am wsfb_driver.c Added files: driver/xf86-video-wsfb/src: compat-api.h Log message: Add compat-api.h for compatibility with xserver 1.13 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/09/09 03:48:12 Modified files: driver/xf86-video-wsfb: configure.ac Log message: bump to xf86-video-wsfb 0.4.1 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/09/09 03:48:33 Modified files: driver/xf86-video-wsfb: Makefile.in aclocal.m4 config.guess config.h.in config.sub configure depcomp install-sh missing driver/xf86-video-wsfb/man: Makefile.in driver/xf86-video-wsfb/src: Makefile.in Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/09/09 05:42:57 Modified files: driver/xf86-video-wsudl/src: wsudl_driver.c Makefile.am Added files: driver/xf86-video-wsudl/src: compat-api.h Log message: Add compat-api.h for compatibility with xserver 1.13 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/09/09 05:43:23 Modified files: driver/xf86-video-wsudl: configure.ac Log message: bump to xf86-video-wsudl 0.2.2 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/09/09 05:44:05 Modified files: driver/xf86-video-wsudl: Makefile.in aclocal.m4 config.guess config.h.in config.sub configure depcomp install-sh ltmain.sh missing driver/xf86-video-wsudl/man: Makefile.in driver/xf86-video-wsudl/src: Makefile.in Log message: regen CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/09/09 05:51:25 Modified files: regress/usr.bin/ssh: multiplex.sh Log message: Add test for ssh -Ostop CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/09/09 06:15:32 Modified files: lib/libc/asr : asr.c asr_debug.c asr_private.h res_send_async.c Log message: cleanup asr_debug.c CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/09/09 06:33:12 Modified files: driver/xf86-video-wildcatfb/src: wildcatfb_driver.c Makefile.am Added files: driver/xf86-video-wildcatfb/src: compat-api.h Log message: add compat-api.h for compatibility with xserver 1.13 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/09/09 06:33:36 Modified files: driver/xf86-video-wildcatfb: configure.ac Log message: Bump to xf86-video-wildcatfb 0.0.2 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/09/09 06:33:53 Modified files: driver/xf86-video-wildcatfb: Makefile.in aclocal.m4 config.guess config.h.in config.sub configure depcomp install-sh ltmain.sh missing driver/xf86-video-wildcatfb/man: Makefile.in driver/xf86-video-wildcatfb/src: Makefile.in Log message: regen CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/09/09 06:46:36 Modified files: lib/libc/asr : asr.c Log message: allow to disable some features at build time CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/09/09 06:51:53 Modified files: gnu/egcs/gcc : config.gcc Log message: Set use_collect2 on m88k. Fixes the lib/csu/init_priority regress test. IMPORTANT: be sure to recompile and reinstall libc, libobjc, libpthread and libstdc++ immediately after installing the new gcc. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/09 08:25:10 Modified files: print/cups-filters/patches: patch-filter_pdftopdf_pptypes_cc Log message: URL to BZ. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/09/09 10:45:14 Modified files: lib/libc/asr : asr.c Log message: tweak options CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/09/09 11:05:02 Modified files: www/rt : Makefile distinfo www/rt/pkg : PLIST Log message: update to rt-4.0.7 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/09/09 11:15:59 Modified files: mail/z-push : Makefile distinfo mail/z-push/pkg: PLIST Log message: update to 2.0.2; ok ajacoutot@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/09 11:36:26 Modified files: devel/libgdata : Makefile Added files: devel/libgdata/patches: patch-configure Log message: Explicitely patch for DATADIRNAME; the gnome module hack for it will be removed soonish. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/09 11:45:44 ports/x11/gtksourceview3/patches Update of /cvs/ports/x11/gtksourceview3/patches In directory cvs.openbsd.org:/tmp/cvs-serv27387/patches Log Message: Directory /cvs/ports/x11/gtksourceview3/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/09 11:48:03 Modified files: x11/gtksourceview3: Makefile Added files: x11/gtksourceview3/patches: patch-configure Log message: Explicitely patch for DATADIRNAME; the hack from the gnome MODULE will be removed soon. thanks to jasper@ for all the boring bulk break reports... CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/09/09 11:51:30 Modified files: driver/xf86-video-radeonold/src: atombios_crtc.c legacy_crtc.c radeon.h radeon_accel.c radeon_dga.c radeon_dri.c radeon_driver.c radeon_probe.h Added files: driver/xf86-video-radeonold/src: compat-api.h Log message: Convert radeonold to compat-api.h (compatibility with xserver 1.13) CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/09/09 11:53:35 Modified files: driver/xf86-video-radeonold/src: Makefile.am Log message: Add compat-api.h CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/09/09 11:54:04 Modified files: driver/xf86-video-radeonold: Makefile.in aclocal.m4 config.guess config.h.in config.sub configure depcomp install-sh missing driver/xf86-video-radeonold/man: Makefile.in driver/xf86-video-radeonold/src: Makefile.in Log message: regen CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/09/09 12:08:21 Modified files: lib/libutil : util.h pkcs5_pbkdf2.c Log message: Use "unsigned int" instead of BSD "u_int" in so that it can be included in source files that specify POSIX source. libutil isn't a standard POSIX library, but no need to be gratuitously incompatible. Fixes x11/st. ok tedu, guenther, kettenis CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/09 13:38:25 Modified files: geo/josm : Makefile distinfo Removed files: geo/josm/patches: patch-build_xml Log message: Update to josm svn rev 5485. Directly use the provided jar instead of rebuilding it for nothing. ok ian@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/09 13:41:56 Modified files: x11/xfce4/gtk-xfce-engine: Makefile distinfo Removed files: x11/xfce4/gtk-xfce-engine/patches: patch-gtk-2_0_gradient_draw_c Log message: Update to gtk-xfce-engine 3.0.1. Merges the cairo leak fix from upstream bug #8521 CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/09/09 13:47:47 Modified files: app/cwm : calmwm.h client.c kbfunc.c mousefunc.c Log message: extend client_resize so that it can know when to reset max flags and bwidth; this allows a client to be resized from a max state, which now gets treated like a non-max'd client. based on a diff that does part of this in a different way from Alexander Polakov. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/09 13:50:31 Modified files: www/firefox-i18n: Makefile.inc distinfo www/mozilla-firefox: Makefile distinfo Log message: Bugfix update to firefox 15.0.1. Fixes a regression in private browsing mode, see https://bugzilla.mozilla.org/show_bug.cgi?id=787743. CVSROOT: /cvs Module name: www Changes by: rpe@cvs.openbsd.org 2012/09/09 14:00:04 Modified files: faq/ports : index.html Log message: direct reference to ports(7) instead of just pointing genericly to the man page webfrontend ok nick@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/09 14:27:48 Modified files: devel/libofx : Makefile distinfo devel/libofx/patches: patch-lib_ofx_utilities_cpp devel/libofx/pkg: PLIST Log message: Update to libofx 0.9.5. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/09 14:30:40 Modified files: productivity/grisbi: Makefile distinfo Log message: Update to grisbi 0.8.8. Don't touch it, bitch! CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/09 14:34:58 Modified files: x11/xfce4/parole: Makefile distinfo x11/xfce4/parole/pkg: PLIST Log message: Update to parole 0.3.0.3. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/09 14:39:27 Modified files: www/piwik : Makefile www/piwik/pkg : MESSAGE Log message: tyop CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/09/09 14:52:57 Modified files: app/cwm : group.c Log message: replace with xu_getprop wrapper used everywhere else. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/09 14:56:38 Modified files: www/blogsum : Makefile www/blogsum/pkg: README Log message: fix header style CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/09 15:00:10 Modified files: www/mediawiki : Makefile www/mediawiki/pkg: README Log message: consistency CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/09/09 15:13:06 Modified files: driver/xf86-video-intel/src: Makefile.am intel.h intel_driver.c driver/xf86-video-intel/src/legacy/i810: i810.h i810_dga.c i810_driver.c i810_video.c driver/xf86-video-intel/uxa: uxa-priv.h uxa.c Added files: driver/xf86-video-intel/src: compat-api.h Log message: Add compat-api.h. 1st step to get this version of the intel driver working with xserver 1.13. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/09/09 15:14:27 Modified files: driver/xf86-video-intel: Makefile.in aclocal.m4 config.guess config.h.in config.sub configure depcomp install-sh missing driver/xf86-video-intel/man: Makefile.in driver/xf86-video-intel/src: Makefile.in driver/xf86-video-intel/src/bios_reader: Makefile.in driver/xf86-video-intel/src/ch7017: Makefile.in driver/xf86-video-intel/src/ch7xxx: Makefile.in driver/xf86-video-intel/src/ivch: Makefile.in driver/xf86-video-intel/src/legacy: Makefile.in driver/xf86-video-intel/src/legacy/i810: Makefile.in driver/xf86-video-intel/src/legacy/i810/xvmc: Makefile.in driver/xf86-video-intel/src/reg_dumper: Makefile.in driver/xf86-video-intel/src/render_program: Makefile.in driver/xf86-video-intel/src/sil164: Makefile.in driver/xf86-video-intel/src/tfp410: Makefile.in driver/xf86-video-intel/src/xvmc: Makefile.in driver/xf86-video-intel/src/xvmc/shader: Makefile.in driver/xf86-video-intel/src/xvmc/shader/mc: Makefile.in driver/xf86-video-intel/src/xvmc/shader/vld: Makefile.in driver/xf86-video-intel/uxa: Makefile.in Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/09/09 15:31:46 Modified files: driver/xf86-video-dummy: ChangeLog Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing driver/xf86-video-dummy/src: Makefile.am Makefile.in dummy.h dummy_cursor.c dummy_dga.c dummy_driver.c Added files: driver/xf86-video-dummy/src: compat-api.h Log message: Upate to xf86-video-dummy 0.3.6 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/09 15:39:35 Modified files: x11/gnome/totem-pl-parser: Makefile Added files: x11/gnome/totem-pl-parser/patches: patch-configure Log message: Explicitely patch for DATADIRNAME; the hack from the gnome MODULE will be removed soon. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/09/09 15:49:50 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/09/09 18:49:21 Modified files: regress/usr.bin/ssh: multiplex.sh Log message: Log -O cmd output to the log file and make logging consistent with the other tests. Test clean shutdown of an existing channel when testing "stop". CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2012/09/09 19:25:30 Modified files: bin/ksh : edit.c main.c sh.h Log message: fake a sigwinch after each job, so if the terminal changes size, we'll notice and update CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/09/09 19:51:19 Modified files: regress/usr.bin/ssh: multiplex.sh Log message: use -Ocheck and waiting for completions by PID to make multiplexing test less racy and (hopefully) more reliable on slow hardware. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/09 20:21:56 Modified files: sys/kern : vfs_syscalls.c Log message: delete compat_o48_sys_getdirentries; ok guenther CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/09 20:22:17 Modified files: sys/kern : syscalls.master Log message: compat_o48_sys_getdirentries can die; ok guenther CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/09 20:22:37 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: guenther@cvs.openbsd.org 2012/09/09 20:24:25 Modified files: sys/net : if.h Log message: Bring into compliance with POSIX, exposing just the specified bits. Requested by jasper@, ok kettenis@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/09 20:31:16 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/09 22:03:36 Modified files: usr.bin/sort : Makefile usr.bin/tic : Makefile Log message: The gcc-sh-register-allocator bug may never be fixed. When we move to PIE, the -O1 workarounds must be -O0. check out sort/tmp.c to see how incredibly bad the bug is. ok miod CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/09 23:28:51 Modified files: print/cups-filters/patches: patch-filter_pdftopdf_pptypes_cc Log message: Committed upstream. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2012/09/10 01:14:33 Modified files: sys/net : pipex.c Log message: add missing the congestion indicator code on IPv6 path. From brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/10 01:17:04 ports/x11/gnome/tweak-tool/patches Update of /cvs/ports/x11/gnome/tweak-tool/patches In directory cvs.openbsd.org:/tmp/cvs-serv13219/x11/gnome/tweak-tool/patches Log Message: Directory /cvs/ports/x11/gnome/tweak-tool/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/10 01:17:05 ports/x11/gnome/screenshot/patches Update of /cvs/ports/x11/gnome/screenshot/patches In directory cvs.openbsd.org:/tmp/cvs-serv13219/x11/gnome/screenshot/patches Log Message: Directory /cvs/ports/x11/gnome/screenshot/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/10 01:17:06 ports/x11/gnome/font-viewer/patches Update of /cvs/ports/x11/gnome/font-viewer/patches In directory cvs.openbsd.org:/tmp/cvs-serv13219/x11/gnome/font-viewer/patches Log Message: Directory /cvs/ports/x11/gnome/font-viewer/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/10 01:17:07 ports/x11/gnome/baobab/patches Update of /cvs/ports/x11/gnome/baobab/patches In directory cvs.openbsd.org:/tmp/cvs-serv13219/x11/gnome/baobab/patches Log Message: Directory /cvs/ports/x11/gnome/baobab/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/10 01:17:08 ports/x11/gnome/search-tool/patches Update of /cvs/ports/x11/gnome/search-tool/patches In directory cvs.openbsd.org:/tmp/cvs-serv13219/x11/gnome/search-tool/patches Log Message: Directory /cvs/ports/x11/gnome/search-tool/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/10 01:17:09 ports/x11/gnome/at-spi2-core/patches Update of /cvs/ports/x11/gnome/at-spi2-core/patches In directory cvs.openbsd.org:/tmp/cvs-serv13219/x11/gnome/at-spi2-core/patches Log Message: Directory /cvs/ports/x11/gnome/at-spi2-core/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/10 01:17:10 ports/x11/gnome/dictionary/patches Update of /cvs/ports/x11/gnome/dictionary/patches In directory cvs.openbsd.org:/tmp/cvs-serv13219/x11/gnome/dictionary/patches Log Message: Directory /cvs/ports/x11/gnome/dictionary/patches added to the repository CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2012/09/10 01:20:58 Modified files: sys/net : pipex.c Log message: drop the unencrypted packets when the MPPE is required. This was missing on IPv6 path only. From brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/10 01:42:33 Modified files: x11/gnome/devhelp: Makefile x11/gnome/yelp/patches: patch-configure x11/gnome/gdl : Makefile Added files: x11/gnome/tweak-tool/patches: patch-configure x11/gnome/screenshot/patches: patch-configure x11/gnome/font-viewer/patches: patch-configure x11/gnome/baobab/patches: patch-configure x11/gnome/search-tool/patches: patch-configure x11/gnome/gitg/patches: patch-configure x11/gnome/ghex/patches: patch-configure x11/gnome/vino/patches: patch-configure x11/gnome/vinagre/patches: patch-configure x11/gnome/system-log/patches: patch-configure devel/giggle/patches: patch-configure x11/gnome/at-spi2-core/patches: patch-configure x11/gnome/dictionary/patches: patch-configure devel/libpeas/patches: patch-configure x11/gnome/devhelp/patches: patch-configure devel/glade/patches: patch-configure x11/gnome/gdl/patches: patch-configure Log message: Explicitely patch for DATADIRNAME; the hack from the gnome MODULE will be removed soon. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/10 02:05:09 Modified files: multimedia/gstreamer-0.10/plugins-bad: Makefile multimedia/gstreamer-0.10/plugins-good: Makefile multimedia/gstreamer-0.10/plugins-ugly: Makefile Log message: Sanitize WRKDIST. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/10 02:08:49 Modified files: devel/libgdata/patches: patch-configure emulators/snes9x/patches: patch-gtk_configure graphics/colord/patches: patch-configure graphics/gtkam/patches: patch-configure graphics/colord-gtk/patches: patch-configure inputmethods/uim/patches: patch-aclocal_m4 inputmethods/ibus-anthy/patches: patch-configure inputmethods/ibus-skk/patches: patch-configure sysutils/upower/patches: patch-configure x11/gnome/totem-pl-parser/patches: patch-configure x11/gtksourceview3/patches: patch-configure Log message: Sync comment; no pkg change. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/10 02:13:16 Modified files: geo/josm : Makefile Log message: Add missing BUILD_DEPENDS on unzip, spotted by nigel@, thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/10 02:21:22 Modified files: geo/josm : Makefile Log message: Remove non existent variable. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/10 02:40:14 Modified files: graphics/simple-scan: Makefile Added files: graphics/simple-scan/patches: patch-aclocal_m4 patch-configure_ac Removed files: graphics/simple-scan/patches: patch-configure Log message: Explicitely patch for DATADIRNAME; the hack from the gnome MODULE will be removed soon. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/10 02:47:02 Modified files: mail/thunderbird-i18n: Makefile.inc distinfo mail/mozilla-thunderbird: Makefile distinfo Log message: Bugfix update to thunderbird 15.0.1. Fixes bugs #780908, #787046 & #787833 among other mozilla-specific fixes. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/10 02:49:18 Modified files: x11/gnome/gcalctool: Makefile Added files: x11/gnome/gcalctool/patches: patch-aclocal_m4 Log message: Explicitely patch for DATADIRNAME; the hack from the gnome MODULE will be removed soon. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/10 03:13:10 Modified files: databases/evolution-data-server: Makefile databases/evolution-data-server/pkg: PLIST Added files: databases/evolution-data-server/patches: patch-m4_intltool_m4 Log message: Explicitely patch for DATADIRNAME; the hack from the gnome MODULE will be removed soon. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/10 03:16:36 Modified files: www/cms-ms : Makefile www/cms-ms/pkg : PLIST www/concrete5 : Makefile www/concrete5/pkg: PLIST www/dokuwiki : Makefile www/dokuwiki/pkg: PLIST www/ezpublish : Makefile www/ezpublish/pkg: PLIST www/fluxbb : Makefile www/fluxbb/pkg : PLIST www/flyspray : Makefile www/flyspray/pkg: PLIST www/lightsquid : Makefile www/lightsquid/pkg: PLIST www/mantis : Makefile www/mantis/pkg : PLIST www/mollify : Makefile www/mollify/pkg: PLIST www/moodle : Makefile www/moodle/pkg : PLIST www/myreview : Makefile www/myreview/pkg: PLIST www/phpicalendar: Makefile www/phpicalendar/pkg: PLIST www/phpldapadmin: Makefile www/phpldapadmin/pkg: PLIST www/phplist : Makefile www/phplist/pkg: README www/phppgadmin : Makefile www/phppgadmin/pkg: PLIST www/piwik : Makefile www/piwik/pkg : PLIST www/pmwiki : Makefile www/pmwiki/pkg : PLIST www/puppet-dashboard: Makefile www/puppet-dashboard/pkg: PLIST www/sabredav : Makefile www/sabredav/pkg: PLIST www/webcollab : Makefile www/webcollab/pkg: PLIST www/wordpress : Makefile www/wordpress/pkg: PLIST www/zendframework: Makefile www/zendframework/pkg: PLIST Added files: www/cms-ms/pkg : README www/concrete5/pkg: README www/dokuwiki/pkg: README www/ezpublish/pkg: README www/fluxbb/pkg : README www/flyspray/pkg: README www/lightsquid/pkg: README www/mantis/pkg : README www/mollify/pkg: README www/moodle/pkg : README www/myreview/pkg: README www/phpicalendar/pkg: README www/phpldapadmin/pkg: README www/phppgadmin/pkg: README www/piwik/pkg : README www/pmwiki/pkg : README www/puppet-dashboard/pkg: README www/sabredav/pkg: README www/webcollab/pkg: README www/wordpress/pkg: README www/zendframework/pkg: README Removed files: www/cms-ms/pkg : MESSAGE www/concrete5/pkg: MESSAGE www/dokuwiki/pkg: MESSAGE www/ezpublish/pkg: MESSAGE www/fluxbb/pkg : MESSAGE www/flyspray/pkg: MESSAGE www/lightsquid/pkg: MESSAGE www/mantis/pkg : MESSAGE www/mollify/pkg: MESSAGE www/moodle/pkg : MESSAGE www/myreview/pkg: MESSAGE www/phpicalendar/pkg: MESSAGE www/phpldapadmin/pkg: MESSAGE www/phplist/pkg: MESSAGE www/phppgadmin/pkg: MESSAGE www/piwik/pkg : MESSAGE www/pmwiki/pkg : MESSAGE www/puppet-dashboard/pkg: MESSAGE www/sabredav/pkg: MESSAGE www/webcollab/pkg: MESSAGE www/wordpress/pkg: MESSAGE www/zendframework/pkg: MESSAGE Log message: move various MESSAGEs into READMEs and apply some small modifictions for consistency eyeballed by aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/10 03:18:55 Log message: import glpi 0.83.4 GLPI is the Information Resource-Manager with an additional Administration- Interface. You can use it to build up a database with an inventory for your company (computer, software, printers...). It has enhanced functions to make the daily life for the administrators easier, like a job-tracking-system with mail-notification and methods to build a database with basic information about your network-topology. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20121009 N ports/www/glpi/distinfo N ports/www/glpi/Makefile N ports/www/glpi/pkg/DESCR N ports/www/glpi/pkg/PLIST N ports/www/glpi/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/10 03:19:59 Modified files: www : Makefile Log message: sync CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/09/10 03:41:58 Modified files: sys/dev/pci : mpii.c Log message: autoconf is not the right place to sleep; noticed by haesbaert CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/10 03:50:21 Modified files: audio/rhythmbox: Makefile Log message: Unbreak when avahi is not around; spotted by nigel@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/10 04:13:08 Modified files: x11/gnome/gvfs : Makefile x11/gnome/libgdamm: Makefile Log message: No need for gtar. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/10 04:24:12 Modified files: x11/gnome/ekiga: Makefile Log message: Add a small comment about detect_sndiosink_devices(). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/10 04:32:43 Modified files: x11/gnome/empathy: Makefile Log message: Add an explicit RUN_DEPENDS on multimedia/gstreamer-0.10/plugins-good. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/10 04:47:22 Modified files: x11/gnome/empathy: Makefile Log message: Woopsy, that was for next release. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/09/10 05:11:00 Modified files: sys/isofs/cd9660: cd9660_vfsops.c sys/isofs/udf : udf_vfsops.c sys/kern : vfs_syscalls.c sys/miscfs/procfs: procfs_vfsops.c sys/msdosfs : msdosfs_vfsops.c sys/nfs : nfs_vfsops.c nfsmount.h sys/ntfs : ntfs_vfsops.c sys/ufs/ext2fs : ext2fs_vfsops.c sys/ufs/ffs : ffs_vfsops.c sys/ufs/mfs : mfs_vfsops.c Log message: Cleanup VFS mount string handling: - Avoid using copyinstr() without checking the return value. - sys_mount() has already copied the path in, so pass this to the filesystem mount code so that it does not have to copy it in again. - Avoid copyinstr()/bzero() dance when we can simply bzero() and strlcpy(). ok krw@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/10 05:13:07 Modified files: www/seamonkey : Makefile distinfo www/seamonkey-i18n: Makefile.inc distinfo Log message: Bugfix update to seamonkey 2.12.1. Fixes bugs #780908, #787046 & #787833, and the regression in private browsing mode (#787743) among other mozilla-specific fixes. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/09/10 05:28:47 Modified files: sbin/bioctl : bioctl.c Log message: Only keep track of the bio(4) cookie, not an entire bio_locate struct. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/10 05:32:32 Modified files: multimedia/gstreamer1/plugins-good: Makefile Added files: multimedia/gstreamer1/plugins-good/pkg: DESCR-main DESCR-pulse PLIST-main PLIST-pulse Removed files: multimedia/gstreamer1/plugins-good/pkg: DESCR PLIST Log message: Enable pulseaudio(1) and put it into its own subpackage: gstreamer1-plugins-pulse CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/10 05:56:03 Modified files: print/cups-filters/patches: patch-backend_serial_c patch-filter_pdftoopvp_oprs_OPRS_cxx Log message: Link to BZ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/10 07:19:04 Modified files: x11/gnome/gdm : Makefile distinfo x11/gnome/gdm/patches: patch-common_Makefile_in patch-configure patch-daemon_Makefile_in patch-daemon_gdm-xdmcp-display-factory_c patch-gui_simple-chooser_chooser-main_c patch-gui_simple-chooser_gdm-host-chooser_c patch-gui_simple-greeter_Makefile_in x11/gnome/gdm/pkg: PLIST Removed files: x11/gnome/gdm/patches: patch-data_gconf_path Log message: Ugly update to gdm-3.4.1; still totally broken but needed by robert@ for his openpam port. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/10 07:21:47 Modified files: www/minitube : Makefile Log message: Don't depend on multimedia/gstreamer-0.10/plugins-bad, it's all in the name... ok pirofti@ (maintainer) CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/09/10 07:28:04 Modified files: app/cwm : xevents.c Log message: be explicit in which key masks we allow during keypress and buttonpress events; from Alexander Polakov - makes non-us layout reliable. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/09/10 07:52:04 Modified files: app/fvwm/sample.fvwmrc: system.fvwmrc Log message: remove scrotwm from fvwm restart menu. ok matthieu@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/09/10 08:22:11 Modified files: usr.sbin/smtpd : queue.c Log message: nasty typo. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/10 08:38:00 Modified files: devel/svk : Makefile devel/svk/pkg : PLIST Added files: devel/svk/files: wrapper.sh Log message: add a wrapper to LD_PRELOAD pthread, maintainer timeout CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/09/10 08:47:52 Modified files: www/glpi : Makefile Log message: Fix HOMEPAGE and BUMP OK jasper@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/10 09:05:30 Modified files: distrib/special: Makefile.inc Log message: compile as much as possible on the install media with -fno-stack-protector. yeah, you heard right.. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/09/10 09:11:34 Modified files: . : 52.html Log message: correct gcc versions; Tobias Ulmer CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/09/10 09:15:58 Modified files: de : anoncvs.html faq/de : faq3.html index.html openssh/ru : ftp.html index.html openbsd.html Added files: de : 52.html openssh/ru : specs.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/10 09:46:29 Modified files: mail/mozilla-thunderbird: Makefile Log message: lightning is so lighting i tyoped'. spotted by jasper@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/10 10:21:54 Modified files: databases/kyotocabinet: Makefile Log message: Mark BROKEN on powerpc for now. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/10 11:30:15 Modified files: multimedia/gstreamer1/plugins-good: Makefile Log message: Make RUN_DEPENDS-pulse depend on the same version as -main. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/10 11:31:21 Added files: mail/evolution/patches: patch-m4_intltool_m4 Log message: Explicitely patch for DATADIRNAME; the hack from the gnome MODULE will be removed soon. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2012/09/10 12:30:23 Modified files: . : 52.html Log message: route(8) now supports dest/mask syntax in addition to -prefixlen for IPv6 addresses. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/10 12:49:42 Modified files: etc/etc.sparc : disktab Log message: we need a fakeramdisk, like on sparc64 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/10 14:35:19 Modified files: lang/erlang : Makefile distinfo lang/erlang/patches: patch-erts_configure_in patch-erts_emulator_Makefile_in lang/erlang/pkg: PLIST Removed files: lang/erlang/patches: patch-erts_emulator_beam_erl_time_sup_c Log message: - update erlang to R15B02 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/10 14:54:40 Modified files: textproc/catfish: Makefile distinfo textproc/catfish/patches: patch-catfish_py textproc/catfish/pkg: PLIST Log message: Update to catfish 0.4.0.1. Somewhat hackish, but can't be worse than the previous unmaintained version. Now uses gtk3/py-gobject. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/10 16:21:03 Modified files: distrib/sparc : Makefile Added files: distrib/sparc : Makefile.inc distrib/sparc/miniroot: Makefile Removed files: distrib/miniroot: Makefile distrib/sparc/miniroot: Makefile.inc list.local Log message: turn sparc miniroot into a proper ramdisk (thereby removing the last consumer of the ../miniroot build method) ok miod, product of this tested by todd CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2012/09/10 16:42:45 Modified files: . : 52.html Log message: revert previous: duplicate CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/09/10 17:03:24 Modified files: x11/gnome/gdm : Makefile Log message: fix sqlports do not commit linked parts of the tree that reference stuff that's not there ! CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/10 22:38:38 Modified files: share/mk : bsd.own.mk Log message: sh can move to PIE, for better or worse. maybe it becomes slower, maybe it hits more gcc bugs. or even better -- maybe we learn something which benefits the other platforms. ok miod CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/09/10 22:40:14 Modified files: sys/dev : vmt.c Log message: Check that the host supports GET_SPEED as well as GET_VERSION before deciding vmt_probe has succeeded. qemu supports GET_VERSION but not the RPC protocol so the probe succeeds but the attach fails, resulting in "vmt0: failed to open backdoor RPC channel (TCLO protocol)". All known versions of vmware support GET_SPEED and no known qemu versions do, so this prevents it from attempting to attach (and failing) on qemu while still working on vmware. with & ok jmatthew@ dlg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/11 00:03:27 Modified files: x11/gnome/tracker: Makefile Added files: x11/gnome/tracker/patches: patch-configure Log message: Explicitely patch for DATADIRNAME; the hack from the gnome MODULE will be removed soon. Tighten deps while here. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/11 00:27:46 Modified files: print/cups-filters/patches: patch-backend_serial_c patch-filter_pdftoopvp_oprs_OPRS_cxx Log message: Committed upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/11 01:03:50 Added files: sysutils/deja-dup/patches: patch-configure x11/gnome/sushi/patches: patch-configure x11/gnome/system-monitor/patches: patch-configure x11/gnome/file-roller/patches: patch-configure x11/gnome/gedit/patches: patch-configure Log message: Explicitely patch for DATADIRNAME; the hack from the gnome MODULE will be removed soon. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/11 01:25:06 Log message: import p5-File-FnMatch 01.02 File::FnMatch::fnmatch() provides simple, shell-like pattern matching. from UMEZAWA Takeshi ok sthen@ Status: Vendor Tag: jasper Release Tags: jasper_20121109 N ports/devel/p5-File-FnMatch/Makefile N ports/devel/p5-File-FnMatch/distinfo N ports/devel/p5-File-FnMatch/pkg/DESCR N ports/devel/p5-File-FnMatch/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/11 01:27:03 Modified files: devel : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/11 01:58:06 Added files: x11/gnome/at-spi2-atk/patches: patch-aclocal_m4 x11/gnome/controlcenter/patches: patch-m4_intltool_m4 x11/gnome/anjuta/patches: patch-m4_intltool_m4 x11/gnome/glom/patches: patch-configure x11/gnome/documents/patches: patch-configure net/telepathy/folks/patches: patch-configure Log message: Explicitely patch for DATADIRNAME; the hack from the gnome MODULE will be removed soon. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/11 02:07:18 Added files: x11/gnome/gedit-cossa/patches: patch-configure x11/gnome/gedit-latex/patches: patch-configure x11/gnome/gedit-plugins/patches: patch-configure Log message: Explicitely patch for DATADIRNAME; the hack from the gnome MODULE will be removed soon. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/11 02:28:33 ports/x11/gnome/contacts/patches Update of /cvs/ports/x11/gnome/contacts/patches In directory cvs.openbsd.org:/tmp/cvs-serv21003/contacts/patches Log Message: Directory /cvs/ports/x11/gnome/contacts/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/11 02:29:33 Modified files: x11/gnome/totem: Makefile x11/gnome/shell/patches: patch-configure_ac Added files: x11/gnome/totem/patches: patch-aclocal_m4 x11/gnome/shell/patches: patch-m4_intltool_m4 x11/gnome/empathy/patches: patch-configure x11/gnome/contacts/patches: patch-configure Log message: Explicitely patch for DATADIRNAME; the hack from the gnome MODULE will be removed soon. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/09/11 02:37:52 Modified files: usr.sbin/smtpd : scheduler.c scheduler_ramqueue.c smtpd.h Log message: Rework the scheduler internals. Fix some scheduling loop issues and handle envelope scheduling/expiration better. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/11 03:10:04 Modified files: x11/gnome/at-spi2-atk: Makefile Log message: Forgot in previous; reminded by jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/11 03:28:56 Modified files: x11/gnome : gnome.port.mk Log message: Remove the DATADIRNAME hack now that we know exactly which ports need patching and upstream notice. tested in a bulk by and ok jasper@ (thanks!) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/11 03:37:42 Modified files: devel/pkgconfig: Makefile distinfo devel/pkgconfig/patches: patch-Makefile_in patch-pkg_c Removed files: devel/pkgconfig/patches: patch-pkg-config_1 Log message: - bump the fd.o pkg-config implementation to 0.27; some bits may trickle into our pkg-config. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/11 04:07:07 Modified files: graphics/freeglut: Makefile distinfo graphics/freeglut/patches: patch-include_GL_freeglut_ext_h Added files: graphics/freeglut/patches: patch-Makefile_in Log message: update to freeglut 2.8.0, from Tobias Ulmer (maintainer), lib tweak by me. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/11 04:51:13 Added files: sysutils/libvirt/patches: patch-gnulib_m4_manywarnings_m4 Log message: Remove -Wredundant-decls; the time.h and sys/time.h headers from gnulib are causing a metric ton of (invalid) warnings that hide real warning from the logfiles. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/11 04:52:16 Modified files: print/hplip : Makefile distinfo print/hplip/patches: patch-Makefile_in patch-base_codes_py patch-base_utils_py patch-installer_core_install_py patch-prnt_cups_py patch-prnt_cupsext_cupsext_c patch-prnt_hpcups_HPCupsFilter_cpp patch-scan_py patch-setup_py print/hplip/pkg: PLIST-hpijs PLIST-main Log message: Update to hplip-3.12.9. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/11 05:32:42 ports/www/nginx/devel Update of /cvs/ports/www/nginx/devel In directory cvs.openbsd.org:/tmp/cvs-serv24692/devel Log Message: Directory /cvs/ports/www/nginx/devel added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/11 05:32:43 ports/www/nginx/stable Update of /cvs/ports/www/nginx/stable In directory cvs.openbsd.org:/tmp/cvs-serv24692/stable Log Message: Directory /cvs/ports/www/nginx/stable added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/11 05:33:08 ports/www/nginx/devel/pkg Update of /cvs/ports/www/nginx/devel/pkg In directory cvs.openbsd.org:/tmp/cvs-serv10665/pkg Log Message: Directory /cvs/ports/www/nginx/devel/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/11 05:33:32 ports/www/nginx/stable/pkg Update of /cvs/ports/www/nginx/stable/pkg In directory cvs.openbsd.org:/tmp/cvs-serv30647/pkg Log Message: Directory /cvs/ports/www/nginx/stable/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/11 06:17:14 ports/www/nginx/devel/patches Update of /cvs/ports/www/nginx/devel/patches In directory cvs.openbsd.org:/tmp/cvs-serv28389/patches Log Message: Directory /cvs/ports/www/nginx/devel/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/11 06:17:27 ports/www/nginx/stable/patches Update of /cvs/ports/www/nginx/stable/patches In directory cvs.openbsd.org:/tmp/cvs-serv19635/patches Log Message: Directory /cvs/ports/www/nginx/stable/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/11 06:29:56 Modified files: net/tacacs+/patches: patch-tac_plus_c Log message: regen patch CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/11 06:45:44 Modified files: net/tacacs+ : Makefile net/tacacs+/patches: patch-tac_plus_c patch-tac_plus_h net/tacacs+/pkg: PLIST Added files: net/tacacs+/patches: patch-generate_passwd_c patch-md5_c patch-regexp_c Log message: lp64 header fixes for tacacs+, pointed out by Sascha Retzki on ports@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/09/11 06:47:36 Modified files: usr.sbin/smtpd : mfa_session.c smtpd.c Log message: log the process name and place when calling fatal(). ok gilles@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/11 07:03:34 Modified files: www/trac : Makefile distinfo www/trac/pkg : PLIST Log message: maintenance update to Trac 0.12.4; minor fixes only CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/11 08:42:37 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: Update to accountsservice-0.6.24. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/11 08:54:05 Modified files: net/arp-scan : Makefile distinfo net/arpwatch : Makefile distinfo Log message: sync OUI database CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/09/11 09:04:54 Log message: import skk-jisyo, a dictionary for the SKK system. thanks to ajacoutot@ for hosting the file. sthen@ input and ok Status: Vendor Tag: fgsch Release Tags: fgsch_20120911 N ports/japanese/skk-jisyo/distinfo N ports/japanese/skk-jisyo/Makefile N ports/japanese/skk-jisyo/pkg/PLIST N ports/japanese/skk-jisyo/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/09/11 09:05:49 Modified files: usr.sbin/smtpd : mta_session.c Log message: remove the session entry from the search tree when it's dead. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/09/11 09:09:11 Modified files: japanese : Makefile Log message: Hook skk-jisyo CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/11 09:44:20 Modified files: sys/arch/alpha/include: exec.h sys/arch/amd64/include: exec.h sys/arch/arm/include: exec.h sys/arch/hppa/include: exec.h sys/arch/hppa64/include: exec.h sys/arch/i386/include: exec.h sys/arch/ia64/include: exec.h sys/arch/mips64/include: exec.h sys/arch/powerpc/include: exec.h sys/arch/sh/include: exec.h sys/arch/sparc/include: exec.h sys/arch/sparc64/include: exec.h sys/sys : exec_elf.h proc.h sys/kern : exec_elf.c sys/compat/linux: linux_exec.c linux_exec.h Removed files: sys/sys : exec_olf.h Log message: Remove the 'OLF method' used for the transition from a.out to ELF and for all the compat layers which are now gone. Linux compat still works because it always used another method in any case, and nothing looks at p_os anymore. ok jsing CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/09/11 09:59:01 Modified files: sys/arch/socppc/stand/mbr: Makefile Log message: Add -nopie to the linker flags. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/11 10:01:45 Modified files: www/nginx : Makefile Added files: www/nginx : Makefile.inc www/nginx/devel: Makefile distinfo www/nginx/devel/patches: lua-chaoslawful-lua-nginx-module_config www/nginx/devel/pkg: DESCR PLIST README enginx.rc www/nginx/stable: Makefile distinfo www/nginx/stable/patches: lua-chaoslawful-lua-nginx-module_config www/nginx/stable/pkg: DESCR PFRAG.no-passenger PFRAG.passenger PLIST README enginx.rc Removed files: www/nginx : distinfo www/nginx/pkg : DESCR PLIST Log message: Update nginx stable in ports to 1.2.x and add devel (1.3.x), this is separate from the version in the base OS which deliberately does not include the mail proxy and additional modules. rc.d/enginx script is added (not rc.d/nginx to avoid conflicting with base). Lua module is also supported. Most of the work done by william@, with a few tweaks by me and ok william. README could use more work and as pointed out by ajacoutot we need to review permissions of the tmp directory, but the diff is already long enough. @pkgpath markers are set to update from the 1.0.x packages to 1.2.x (with or without the passenger flavour as appropriate). CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/11 10:04:44 Modified files: share/man/man4 : uftdi.4 sys/dev/usb : uftdi.c uftdireg.h Log message: Support FTDI FT2232H. This has a new base clock rate, different divisor, and the buffersizes are now taken from the endpoint descriptors. From Raphael Graf CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/09/11 10:24:28 Modified files: usr.sbin/smtpd : mta_session.c Log message: Initialize fd correctly. This fixes a lot of problems. ok gilles@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/09/11 10:24:48 Modified files: . : lyrics.html Added files: images : 52song.jpg Log message: release the 5.2 song CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/11 11:11:35 Modified files: sys/arch/armish/stand/boot: Makefile Log message: Cope with PIE, if it is enabled CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/11 11:12:06 Modified files: sys/arch/zaurus/stand/zboot: Makefile sys/arch/zaurus/stand/zbsdmod: Makefile Log message: Cope with PIE, if it is enabled. Note that this has not been completely tested, but it is time to get it in at least. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/09/11 11:18:54 Modified files: . : 52.html Log message: more cleanup CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/11 11:43:43 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: mi Log message: sync CVSROOT: /cvs Module name: www Changes by: stu@cvs.openbsd.org 2012/09/11 12:01:13 Modified files: . : 52.html Log message: Tcl/Tk 8.5.12 -> 8.5.12 CVSROOT: /cvs Module name: www Changes by: bmercer@cvs.openbsd.org 2012/09/11 12:18:42 Modified files: . : want.html Log message: Zaurus has been aquired. CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2012/09/11 12:52:11 Modified files: . : 52.html Log message: as discussed with porters, highlight on pkglocatedb/sqlports/ports-readmes, since those finally cover all available packages and more. CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2012/09/11 13:09:49 Modified files: . : 52.html Log message: mention new sgi systems CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/09/11 13:19:13 Modified files: usr.sbin/smtpd : scheduler_backend.c Log message: - simplify scheduler_compute_schedule by making it a quadratic delaying. no more if/else, we derive the delay from the retry count. works for qmail, should work for us too. ok eric@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/09/11 14:25:34 Modified files: driver/xf86-video-openchrome/src: Makefile.am via_accel.c via_bios.h via_cursor.c via_dga.c via_dri.c via_driver.c via_driver.h via_memcpy.c via_memory.c via_mode.c via_panel.c via_video.c via_xvmc.c Added files: driver/xf86-video-openchrome/src: compat-api.h Log message: Cherry-pick upstreams commit to convert the openchrome driver to compat-api.h for compatibility with xserver 1.13. Unfortunaltly recent versions of the driver are broken in the !dri !kms case, so it cannot be upgraded.OA CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/09/11 14:26:04 Modified files: driver/xf86-video-openchrome: Makefile.in aclocal.m4 config.guess config.h.in config.sub configure depcomp install-sh missing driver/xf86-video-openchrome/libxvmc: Makefile.in driver/xf86-video-openchrome/man: Makefile.in driver/xf86-video-openchrome/src: Makefile.in driver/xf86-video-openchrome/tools: Makefile.in Log message: regen CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/09/11 14:42:21 Modified files: converters/libpst: Makefile Log message: Restore CFLAGS+=-O0 on sparc64 and hppa, this is still needed (and was NOT a gcc3 workaround). Without it the build on sparc64 gobbles all memory, takes the machine to a halt, and gets killed after a unfinite amount of time. Brad, next time, please test it at least. CVSROOT: /cvs Module name: www Changes by: rpe@cvs.openbsd.org 2012/09/11 14:52:49 Modified files: . : 52.html Log message: support for NVIDIA MCP89 in nviic(4) after feedback from sthen@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/09/11 15:20:15 Modified files: libexec/ld.so/ldconfig: ldconfig.c Log message: prevent detection of bogus libraries problem initially noticed by deraadt@, exchanged various patches with kettenis@ decided to fix the bug now, even though ldconfig could probably use a larger rewrite. okay matthew@ CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2012/09/11 15:21:18 Modified files: lib/libpthread/man: pthread_sigmask.3 Log message: pthread_sigmask() doesn't require , only . Pointed out by Brad. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/09/11 17:08:08 Modified files: . : 52.html Log message: Tcl/Tk 8.5.12 is post-5.2, put back to 8.5.11 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/11 17:40:52 Modified files: devel/gindent : Makefile distinfo devel/gindent/patches: patch-man_Makefile_in patch-man_texinfo2man_c patch-src_args_c patch-src_globs_c devel/gindent/pkg: PLIST Removed files: devel/gindent/patches: patch-src_indent_h Log message: update to gnu indent 2.2.10 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/11 17:41:43 Modified files: www/xcache : Makefile distinfo www/xcache/patches: patch-xcache_ini www/xcache/pkg : PLIST Log message: update to xcache 2.0.1, from Brad - includes some segv fixes CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/11 17:50:57 Modified files: www : Makefile Log message: remove "SUBDIR += nginx,passenger" from www/Makefile, the flavour is now on nginx/devel/,passenger and nginx/stable/,passenger and listed in www/nginx/Makefile instead. pointed out by nigel@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/09/11 23:56:22 Modified files: usr.sbin/bgpd : bgpd.h parse.y printconf.c rde.c rde.h rde_rib.c session.c session.h Log message: Better graceful restart support (implementing more then just the EoR record). This implements only the "Restarting Client" bits of the RFC -- in other words bgpd will keep the FIB when the client restarts but it will not do GR when restarting itself. The capability is still off by default (you need "announce restart yes" to enable it). Tested by Anders Berggren. OK sthen@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/09/11 23:57:10 Modified files: usr.sbin/bgpctl: bgpctl.c Log message: bgpctl bits for the GR support added to bgpd. OK sthen CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/09/12 00:03:54 Modified files: . : 52.html Log message: oh, link to the song CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/09/12 00:53:05 Modified files: sys/dev/ic : mfi.c mpi.c Log message: Make sure we don't sleep on autoconf. ok mikeb CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/09/12 00:58:20 Modified files: sys/dev/ic : mpi.c Log message: Use sg_addr instead of sg_lo_addr, leftovers from last commit. ok dlg CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/12 00:58:58 Modified files: productivity/tryton: Makefile.inc Log message: Bump MODPY_EGG_VERSION to 2.4.2. Fix MASTER_SITES. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/12 00:59:09 Modified files: productivity/tryton/trytond: distinfo Log message: Update to trytond-2.4.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/12 00:59:27 Modified files: productivity/tryton/tryton: Makefile distinfo productivity/tryton/tryton/pkg: PLIST Log message: Update to tryton-2.4.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/12 00:59:53 Modified files: productivity/tryton/account: Makefile distinfo productivity/tryton/account_invoice: Makefile distinfo productivity/tryton/account_invoice_history: Makefile distinfo productivity/tryton/account_invoice_line_standalone: Makefile productivity/tryton/account_product: Makefile productivity/tryton/account_statement: Makefile distinfo productivity/tryton/account_stock_anglo_saxon: Makefile distinfo productivity/tryton/account_stock_continental: Makefile distinfo productivity/tryton/analytic_account: Makefile productivity/tryton/analytic_invoice: Makefile productivity/tryton/analytic_purchase: Makefile distinfo productivity/tryton/analytic_sale: distinfo productivity/tryton/calendar: distinfo productivity/tryton/calendar_classification: Makefile distinfo productivity/tryton/calendar_scheduling: Makefile distinfo productivity/tryton/calendar_todo: Makefile distinfo productivity/tryton/carrier: Makefile productivity/tryton/carrier_percentage: Makefile productivity/tryton/party_vcarddav: Makefile distinfo productivity/tryton/product: Makefile distinfo productivity/tryton/purchase: Makefile distinfo productivity/tryton/sale: Makefile distinfo productivity/tryton/stock: Makefile distinfo productivity/tryton/stock_supply: Makefile distinfo productivity/tryton/timesheet: Makefile distinfo Log message: Update all tryton modules to their latest release. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/12 01:07:21 Modified files: multimedia/ffmpeg2theora: Makefile distinfo Added files: multimedia/ffmpeg2theora/patches: patch-SConstruct patch-src_ffmpeg2theora_c Log message: Update to ffmpeg2theora-0.29. from Brad CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/09/12 01:45:19 Modified files: usr.sbin/sasyncd: monitor.c Log message: Fix a race condition which would cause segfault due to the kernel sending less (or more) data than expected. We do a sysctl to know how much data should be read, and then we try to read that amount, but there is a window between this two calls that things can change, this makes sure we have an "atomic view" of data. From Patrick Wildt, tested with over 7000 SAs, thanks. ok deraadt CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/12 02:15:57 Modified files: graphics/ffmpeg: Makefile graphics/ffmpeg/patches: patch-configure Removed files: graphics/ffmpeg/patches: patch-ffplay_c Log message: * Remove bogus use of -rpath and replace with utilization of the -rpath-link linker flag * Remove unnecessary patch for ffplay from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/12 02:26:06 Modified files: net : Makefile Removed files: net/netdude : Makefile net/netdude/netdude: Makefile distinfo net/netdude/netdude/patches: patch-Makefile_in patch-configure patch-doc_netdude-manual_Makefile_in patch-pixmaps_Makefile_in patch-plugins_BPF-Filter_Makefile_in patch-plugins_ChecksumFix_Makefile_in patch-protocols_arp_Makefile_in patch-protocols_ether_Makefile_in patch-protocols_fddi_Makefile_in patch-protocols_icmp_Makefile_in patch-protocols_ip_Makefile_in patch-protocols_linux-sll_Makefile_in patch-protocols_snap_Makefile_in patch-protocols_tcp_Makefile_in patch-protocols_udp_Makefile_in patch-src_Makefile_in patch-src_nd_main_c patch-src_nd_prefs_c net/netdude/netdude/pkg: DESCR PFRAG.shared PLIST net/netdude/plugins: Makefile net/netdude/plugins/traffic-analyzer: Makefile distinfo net/netdude/plugins/traffic-analyzer/patches: patch-src_callbacks_c patch-src_nd_ta_c net/netdude/plugins/traffic-analyzer/pkg: DESCR PFRAG.shared PLIST net/libnetdude : Makefile net/libnetdude/libnetdude: Makefile distinfo net/libnetdude/libnetdude/patches: patch-Makefile_in patch-configure patch-docs_Makefile_in patch-plugins_BPF-Filter_Makefile_in patch-plugins_ChecksumFix_Makefile_in patch-protocols_802_11_Makefile_in patch-protocols_arp_Makefile_in patch-protocols_ether_Makefile_in patch-protocols_fddi_Makefile_in patch-protocols_icmp_Makefile_in patch-protocols_ip_Makefile_in patch-protocols_linux-sll_Makefile_in patch-protocols_snap_Makefile_in patch-protocols_tcp_Makefile_in patch-protocols_udp_Makefile_in patch-src_Makefile_in patch-src_libnd_plugin_c patch-src_libnd_prefs_c patch-test_Makefile_in patch-test_lnd_test_c patch-tools_lndtool_c_in net/libnetdude/libnetdude/pkg: DESCR PFRAG.shared PLIST net/libnetdude/plugins: Makefile net/libnetdude/plugins/conntrack: Makefile distinfo net/libnetdude/plugins/conntrack/patches: patch-src_libnd_conntrack_c patch-src_libnd_conntrack_table_c net/libnetdude/plugins/conntrack/pkg: DESCR PFRAG.shared PLIST net/libnetdude/plugins/demux: Makefile distinfo net/libnetdude/plugins/demux/pkg: DESCR PFRAG.shared PLIST net/libnetdude/plugins/tcpfilter: Makefile distinfo net/libnetdude/plugins/tcpfilter/pkg: DESCR PFRAG.shared PLIST net/libnetdude/plugins/traceset: Makefile distinfo net/libnetdude/plugins/traceset/pkg: DESCR PFRAG.shared PLIST net/libnetdude/plugins/traffic-analyzer: Makefile distinfo net/libnetdude/plugins/traffic-analyzer/patches: patch-src_libnd_ta_c patch-src_libnd_ta_tasks_c net/libnetdude/plugins/traffic-analyzer/pkg: DESCR PFRAG.shared PLIST Log message: Remove netdude/libnetdude, as proposed on ports@ about a week ago with no objections. It relies on a GUI toolkit which hasn't been updated in 10 years, needs to run as root in order to get tcpdump to parse capture files, and even then it still doesn't work. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/12 02:26:27 Modified files: net : Makefile Log message: build isc-bind,ratelimit in bulks CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/12 02:47:43 Modified files: devel/pkgconfig: Makefile distinfo Log message: bump to 0.27.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/12 02:54:52 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/pkg: PLIST gdm.rc Added files: x11/gnome/gdm/patches: patch-data_Makefile_in Log message: Bring GDM in a working state (still broken because it requires PAM for now). CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/09/12 03:19:54 Modified files: lib/librthread : Makefile lib/libsndio : Makefile libexec/ld.so : Makefile sbin/ldattach : Makefile sys/arch/amd64/stand: Makefile.inc usr.bin/pctr : Makefile usr.sbin/iscsictl: Makefile usr.sbin/mksuncd: Makefile usr.sbin/relayctl: Makefile usr.sbin/tftp-proxy: Makefile usr.sbin/tftpd : Makefile Log message: Define empty CDIAGFLAGS for programs that use Werror. Makes "make build" build with WARNINGS=Yes on amd64. ok espie CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/12 03:23:19 Modified files: . : INDEX Log message: sync; 7676 unzels CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/12 04:54:57 Modified files: cad/fritzing : Makefile distinfo cad/fritzing/pkg: PLIST Log message: - update to 0.7.7 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/12 05:31:45 ports/x11/gnome/gdm/files Update of /cvs/ports/x11/gnome/gdm/files In directory cvs.openbsd.org:/tmp/cvs-serv14856/files Log Message: Directory /cvs/ports/x11/gnome/gdm/files added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/12 05:37:47 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/pkg: PLIST Added files: x11/gnome/gdm/files: gdm-autologin gdm-password gdm-welcome Log message: gdm is now fully functionnal with pam. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/12 05:50:40 Removed files: x11/gnome/gdm/patches: patch-data_Makefile_in Log message: Remove useless patch. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/12 06:23:42 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/pkg: PLIST Log message: Remove uneeded substitution and regen PLIST. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/12 06:36:53 Modified files: sysutils/accountsservice: Makefile Log message: /etc -> SYSCONFDIR CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/12 06:59:05 Modified files: devel/gindent : Makefile devel/gindent/pkg: PLIST Log message: Add missing build dep on texi2html, pointed out by nigel@. Also add @comment'ed lines for lib/charset.alias and share/locale/locale.alias, no problem at present but will save hassle if someone blindly update-plist's later. CVSROOT: /cvs Module name: www Changes by: sebastia@cvs.openbsd.org 2012/09/12 07:48:18 Modified files: . : 52.html Log message: for vax there are 2279 packages. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/09/12 09:09:33 Modified files: app/cwm : xevents.c Log message: revert previous for now until a way to test more than a few encodings is found CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/12 09:52:00 Modified files: productivity/tryton/account_invoice_line_standalone: Makefile productivity/tryton/account_product: Makefile productivity/tryton/analytic_account: Makefile productivity/tryton/analytic_invoice: Makefile productivity/tryton/carrier: Makefile productivity/tryton/carrier_percentage: Makefile Log message: Unbreak analytic_invoice and analytic_account; reported by nigel@ While here, consistency with ' = '. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/12 11:21:52 Modified files: net/isc-bind : Makefile distinfo Log message: SECURITY update to BIND 9.9.1-P3, fixes CVE-2012-4244 https://kb.isc.org/article/AA-00778 If a record with RDATA in excess of 65535 bytes is loaded into a nameserver, a subsequent query for that record will cause named to exit with an assertion failure. This vulnerability can be exploited remotely against recursive servers by inducing them to query for records provided by an authoritative server. It affects authoritative servers if a zone containing this type of resource record is loaded from file or provided via zone transfer. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/12 11:49:07 Modified files: net/isc-bind : Tag: OPENBSD_5_2 Makefile distinfo net/isc-bind/pkg: Tag: OPENBSD_5_2 DESCR Log message: MFC req'd by jasper: SECURITY update to BIND 9.9.1-P3, fixes CVE-2012-4244 https://kb.isc.org/article/AA-00778 If a record with RDATA in excess of 65535 bytes is loaded into a nameserver, a subsequent query for that record will cause named to exit with an assertion failure. This vulnerability can be exploited remotely against recursive servers by inducing them to query for records provided by an authoritative server. It affects authoritative servers if a zone containing this type of resource record is loaded from file or provided via zone transfer. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/12 11:50:48 Modified files: security/mcrypt: Tag: OPENBSD_5_2 Makefile Added files: security/mcrypt/patches: Tag: OPENBSD_5_2 patch-src_errors_c patch-src_extra_c Log message: MFC mcrypt fixes req'd by jasper, --/----- In mcrypt, check salt lengths and exit with an error, rather than overrunning a buffer, if too long. CVE-2012-4409. Patch from http://seclists.org/oss-sec/2012/q3/396, ok benoit@ --/----- CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/09/12 11:53:32 Added files: usr.sbin/smtpd : aliases.5 forward.5 Log message: - we lacked man pages for the aliases and forward file formats rewrote from scratch using the sendmail pages as a base. with a bit of rewording by jmc@, we'll improve further in base CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/09/12 11:56:37 Removed files: usr.sbin/smtpd : aldap.c aldap.h ber.c ber.h map_ldap.c map_ldap.h Log message: after a bit of discussion we decided to remove these for now, we'll reintroduce later when the support is ready ... after our first release. prompted by and ok eric@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/12 12:16:37 Modified files: x11/gnome/gdm/pkg: PLIST Log message: Small comment. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/09/12 12:30:38 Modified files: usr.sbin/smtpd : forward.5 Log message: - reword paragraph on ~/.forward permissions CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/09/12 12:34:51 Modified files: usr.sbin/smtpd : forward.5 Log message: - e-mail -> email , as discussed with jmc@ on aliases(5) - reword first paragraph - $HOME -> ~/ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/09/12 12:36:24 Modified files: usr.sbin/smtpd : forward.5 Log message: missed a word :-) CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/09/12 12:50:59 Modified files: usr.sbin/smtpd : aliases.5 Log message: - document that aliases lookups are folded to lowercase - also document that we strip the address extensions before aliases lookups CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/09/12 12:56:34 Modified files: usr.sbin/smtpd : forward.5 Log message: reword a bit CVSROOT: /cvs Module name: www Changes by: rpe@cvs.openbsd.org 2012/09/12 13:24:52 Modified files: faq/ports : differences.html guide.html index.html ports.html specialtopics.html testing.html Log message: FNF for www/faq/ports/ perl -pi -e 's###g;s###g' *.html perl -pi -e 's###g;s###g' *.html perl -pi -e 's###g;s###g' *.html perl -pi -e 's#

##;s###' *.html discussed with ajacoutot@ and nick@ CVSROOT: /cvs Module name: www Changes by: rpe@cvs.openbsd.org 2012/09/12 13:34:37 Modified files: faq/ports : index.html Log message: FNF - remove from man page links CVSROOT: /cvs Module name: www Changes by: rpe@cvs.openbsd.org 2012/09/12 14:03:00 Modified files: faq/ports : differences.html guide.html index.html ports.html specialtopics.html testing.html Log message: FNF - small tweaks to pass validator.w3.org - mention, that the pages passed the validation - add missing license block to index.html CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/09/12 14:09:19 Modified files: . : 52.html Log message: missing " CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/09/12 15:09:28 Modified files: net/tor : Makefile distinfo Log message: Update to tor 0.2.2.39, reminded by sthen@ Changes in version 0.2.2.39 - 2012-09-11 Tor 0.2.2.39 fixes two more opportunities for remotely triggerable assertions. o Security fixes: - Fix an assertion failure in tor_timegm() that could be triggered by a badly formatted directory object. Bug found by fuzzing with Radamsa. Fixes bug 6811; bugfix on 0.2.0.20-rc. - Do not crash when comparing an address with port value 0 to an address policy. This bug could have been used to cause a remote assertion failure by or against directory authorities, or to allow some applications to crash clients. Fixes bug 6690; bugfix on 0.2.1.10-alpha. No CVEs for these vulnerabilities yet. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/12 15:30:10 Modified files: net/tor : Tag: OPENBSD_5_2 Makefile distinfo Log message: MFC - SECURITY update to tor 0.2.2.38. Tor 0.2.2.38 fixes a rare race condition that can crash exit relays; fixes a remotely triggerable crash bug; and fixes a timing attack that could in theory leak path information. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/12 15:32:19 Modified files: textproc/mupdf : Makefile Added files: textproc/mupdf/patches: patch-apps_man_mudraw_1 patch-apps_man_mupdf_1 Log message: fix manpage links in mupdf now that various tools have been replaced with mubusy; from Jan Stary CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2012/09/12 17:33:17 Modified files: sys/dev/usb : usbdevs Log message: add another ASIX AX88772B device CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2012/09/12 17:34:18 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2012/09/12 17:35:06 Modified files: sys/dev/usb : if_axe.c Log message: match on another axis AX88772B that comes with the asus ux21/ux31a CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2012/09/12 18:20:06 Modified files: sys/dev/pci : pcidevs Log message: recognize the Intel Centrino Advanced-N 6235 CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2012/09/12 18:20:41 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: www Changes by: lteo@cvs.openbsd.org 2012/09/12 19:57:59 Modified files: faq : current.html Log message: Mention that landisk has switched to PIE. Requested by deraadt@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/09/12 22:15:18 Modified files: sys/dev/pci : if_bge.c Log message: tell mii_attach where the phy is on the chip, rather than asking it to probe every address and have bge_miibus_read fail at the wrong address. needed to support recent chips which have phys in locations other than phy address 1 (and removes a conditional in an io path). CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/09/12 23:50:15 Modified files: usr.sbin/iscsictl: Makefile Log message: There is no need to compile this with -Werror by default. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/09/12 23:55:21 Modified files: etc/rc.d : rc.subr Log message: Simplify the way we call the rc.d(8) script in "restart". ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/13 00:02:20 Modified files: x11/gnome/librsvg: Makefile distinfo Log message: Minor update to librsvg-2.36.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/13 00:04:46 Modified files: multimedia/ffmpeg2theora: Makefile Log message: With newer FFmpeg the use of APPEND_LINKFLAGS is no longer necessary. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/13 02:38:12 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/pkg: PLIST gdm.rc Added files: x11/gnome/gdm/files: i18n x11/gnome/gdm/patches: patch-daemon_gdm_in Log message: Start GDM is a better way so that it doesn't leave hanging processes. Default LANG to "C". Remove one XXX. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/13 02:41:42 Modified files: x11/gnome/gdm/patches: patch-daemon_gdm_in Log message: Don't hardcode /usr/local. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2012/09/13 03:48:13 Modified files: share/zoneinfo/datfiles: africa antarctica asia australasia backward etcetera europe factory iso3166.tab leapseconds northamerica pacificnew solar87 solar88 solar89 southamerica systemv yearistype.sh zone.tab Log message: Update to tzdata2012f from ftp.iana.org CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/09/13 03:49:39 Modified files: databases/p5-DBI: Makefile distinfo databases/p5-DBI/pkg: PLIST Log message: Update to 1.622 maintainer timeout CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/09/13 04:45:41 Modified files: lib/libc/stdlib: malloc.c Log message: Fix precedence bug (& has lower precedence than !=). Okay otto@. Found by Michal Mazurek , thanks! CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2012/09/13 05:14:20 Modified files: lib/libc/time : README Theory ctime.3 private.h strftime.3 strftime.c time2posix.3 tz-art.htm tz-link.htm tzfile.5 tzfile.h tzset.3 zdump.8 zic.8 Log message: Update to tzcode2012f. Now that tzcode is in git there are no moe SCCS ids. No actual code changes. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/09/13 09:39:05 Modified files: lib/libc/stdlib: realpath.c Log message: specify the bounds of the dst to strlcat (both values were static and equal, but it is more correct) from Michal Mazurek CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2012/09/13 12:07:36 Modified files: . : donations.html Log message: Brand new chinese toy, thanks! CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/09/13 17:37:36 Modified files: usr.bin/ssh : servconf.c Log message: Fix comment line length CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2012/09/13 18:00:29 Modified files: usr.bin/xinstall: xinstall.c Log message: There's no reason to unlink the destination if we can't even open the source file. This fixes a problem with the databases/ruby-ldap port. Note that I changed the O_TRUNC to O_EXCL to avoid the race between unlink/rename and creat. OK naddy@ jeremy@ CVSROOT: /cvs Module name: ports Changes by: jcs@cvs.openbsd.org 2012/09/13 18:22:03 Modified files: sysutils/firmware/iwn: Makefile distinfo Log message: update iwn-6030 firmware file, not used by any iwn(4) devices (yet) use license from this new iwlwifi-6000g2b package since it has the newest copyright year (but no other text changes) ok sthen@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/09/14 00:27:27 Modified files: usr.sbin/smtpd : aliases.5 Log message: restructure this page somewhat, and make it read better; ok gilles CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/14 00:35:09 Modified files: www/bacula-web : Makefile distinfo www/bacula-web/pkg: PLIST Added files: www/bacula-web/patches: patch-application_config_config_php_sample Removed files: www/bacula-web/patches: patch-config_config_php_sample Log message: Update to bacula-web-5.2.10. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/14 01:36:07 Modified files: graphics/darktable: Makefile Log message: Add a WANTLIB on lensfun, so the LIB_DEPENDS=graphics/lensfun is actually used. Problem reported by halex. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/14 02:03:53 Modified files: multimedia/gstreamer1/core: Makefile distinfo multimedia/gstreamer1/core/pkg: PLIST Log message: Update to gstreamer1-0.11.94. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/14 02:04:07 Modified files: multimedia/gstreamer1/plugins-base: Makefile distinfo multimedia/gstreamer1/plugins-base/patches: patch-configure_ac multimedia/gstreamer1/plugins-base/pkg: PLIST Log message: Update to gstreamer1-plugins-base-0.11.94. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/14 02:04:19 Modified files: multimedia/gstreamer1/plugins-good: Makefile distinfo multimedia/gstreamer1/plugins-good/patches: patch-gst_udp_gstmultiudpsink_c multimedia/gstreamer1/plugins-good/pkg: PLIST-main Log message: Update to gstreamer1-plugins-good-0.11.94. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/14 02:04:35 Modified files: multimedia/gstreamer1/plugins-bad: Makefile distinfo multimedia/gstreamer1/plugins-bad/pkg: PLIST Log message: Update to gstreamer1-plugins-bad-0.11.94. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/14 02:04:48 Modified files: multimedia/gstreamer1/plugins-ugly: Makefile distinfo Log message: Update to gstreamer1-plugins-ugly-0.11.94. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/14 02:14:31 Modified files: sysutils/bacula: Makefile distinfo sysutils/bacula/patches: patch-Makefile_in patch-configure patch-manpages_bat_1 patch-src_stored_bacula-sd_conf_in patch-src_tools_Makefile_in sysutils/bacula/pkg: PLIST-bat PLIST-main Added files: sysutils/bacula/patches: patch-src_lib_bsys_c Removed files: sysutils/bacula/files: chio-changer-openbsd Log message: Update to bacula-5.2.11. ok sthen@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/09/14 02:46:39 Modified files: usr.bin/make : engine.c Log message: ! is a meta character, this lets test: ! pgrep process work, without trying to look for a '!' command (remember that not running a shell for each command is an optimization ?) bug fix prompted by eric@'s remark, okay millert@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/14 03:50:19 Modified files: graphics/darktable: Makefile distinfo graphics/darktable/patches: patch-src_common_darktable_c patch-src_imageio_format_png_c graphics/darktable/pkg: PLIST Added files: graphics/darktable/patches: patch-data_CMakeLists_txt patch-src_common_darktable_h Removed files: graphics/darktable/patches: patch-doc_CMakeLists_txt patch-src_gui_camera_import_dialog_c Log message: update to darktable 1.0.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/09/14 03:56:17 Modified files: graphics/darktable: Makefile Log message: missing wantlib and add a comment about lensfun so nobody mistakenly removes it in a wantlib sync. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/09/14 04:03:02 Modified files: faq/fr : current.html index.html fr : orders.html want.html openssh/ru : security.html Added files: openssh/ru : donations.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/14 04:37:57 Modified files: textproc/ruby-redcarpet: Makefile distinfo textproc/ruby-redcarpet/pkg: PLIST Log message: - update to 2.1.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/14 05:32:45 Modified files: fonts/cantarell-fonts: Makefile distinfo Log message: Update to cantarell-fonts-0.0.10. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/09/14 07:59:38 Modified files: sysutils/libvirt: Makefile Log message: - enable libssh2 as a transport layer CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/09/14 08:18:50 Modified files: usr.bin/make : engine.c Log message: more accurate fix: don't mark '!' as a meta character, recognize "!" as a shell reserved word. okay millert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/09/14 09:36:59 Modified files: print/cups-filters: Makefile Log message: Fix RUN_DEPENDS. CVSROOT: /cvs Module name: www Changes by: ratchov@cvs.openbsd.org 2012/09/14 09:44:03 Modified files: faq/ports : specialtopics.html Log message: update link to sndio tips page, from Remco thanks! CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/09/14 10:10:22 Modified files: databases/p5-DBD-mysql: Makefile distinfo Log message: Bugfix update to 4.022 CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/09/14 10:38:53 Modified files: usr.sbin/smtpd : smtp.c Log message: Check limits before allocating the session. While there, move smtp_resume() in the if block; it makes more sense. ok gilles@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2012/09/14 10:51:34 Modified files: usr.bin/ssh : sshconnect.c Log message: remove unused variable CVSROOT: /cvs Module name: www Changes by: rpe@cvs.openbsd.org 2012/09/14 11:08:03 Modified files: faq/ports : differences.html guide.html ports.html specialtopics.html Log message: FNF - enclose in-text commands with and remove '' and `' around commands - enclose commands in
 blocks with 
- start modified sentences on a new line
- remove  from man page links
- consistently use ksh prompts


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/09/14 11:35:27

Modified files:
	usr.sbin/smtpd : aliases.5 

Log message:
tweak the description of "value" somewhat; ok gilles


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/14 12:12:54

Modified files:
	devel/p5-Proc-Daemon: Makefile distinfo 
	devel/p5-Proc-Daemon/pkg: DESCR PLIST 

Log message:
- update to 0.14


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/14 13:20:52

Modified files:
	usr.sbin/smtpd : ioev.c 

Log message:
When printing ioev, do not segfault if there is no associated iobuf.
Also give info about the cipher if there is an ssl context.

ok chl@ gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/14 13:22:04

Modified files:
	usr.sbin/smtpd : smtp_session.c smtpd.h ssl.c 

Log message:
Remove s_ssl from the smtp session since it is duplicated in the io struct.
Change ssl_session_init to ssl_smtp_init and make it simpler:  only create
an SSL* from the SSL_CTX* passed as parameter, so it does not have to know
about the struct session itself.  Kill some dead prototypes while there.

ok chl@ gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2012/09/14 14:16:24

Modified files:
	lib/libsndio   : mio_open.3 

Log message:
Have mio_open(3) document all return values in the RETURN VALUES section.
And don't document the return value of mio_pollfd() twice, one instance
of which was incorrect. ok jmc, ratchov


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2012/09/14 15:42:32

Modified files:
	audio/opus     : Makefile distinfo 
	audio/opus/pkg : DESCR PLIST 
Removed files:
	audio/opus/pkg : PFRAG.shared 

Log message:
update to 1.0.1; Opus has now been standardized by the IETF as RFC 6716


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2012/09/14 15:42:57

Modified files:
	audio/opus-tools: Makefile distinfo 

Log message:
update to 0.1.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/14 15:51:19

Modified files:
	net/prosody    : Makefile 
	net/prosody/pkg: README 

Log message:
- no need for groff
- use MODLUA_RUN_DEPENDS so we pull in the right lua flavors
- add dependency on luadbi
- mention luadbi in the README

ok MAINTAINER


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/14 15:59:09

Modified files:
	textproc/p5-XML-Writer: Makefile distinfo 

Log message:
- update to 0.615


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2012/09/14 16:40:20

Modified files:
	lang/node      : Makefile distinfo 
	lang/node/patches: patch-deps_npm_lib_npm_js 
	lang/node/pkg  : PLIST 

Log message:
- update node to 0.8.9

OK jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2012/09/14 16:50:27

Modified files:
	lib/libsndio   : sio_sun.c 

Log message:
Don't read the xrun counter before the offset in the audio ring,
otherwise we'd open a tiny time window during which a xrun may occur
in turn making the sio_onmove() clock wrong during one tick.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2012/09/14 18:46:43

Modified files:
	usr.sbin/sasyncd: sasyncd.h 

Log message:
Don't depend on sa_family_t being typedefed by ; pull in
 to reliably get it

ok matthew@, millert@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2012/09/14 18:47:09

Modified files:
	include        : netdb.h 
	include/arpa   : inet.h 
	sys/netinet    : in.h 
	sys/netinet6   : in6.h 
	sys/sys        : domain.h socket.h socketvar.h types.h un.h 

Log message:
Improve POSIX/SUS compliance of , , and .

Much ports testing of various versions by naddy@ and jasper@
ok matthew@, miller@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/15 01:01:45

Modified files:
	textproc/ruby-ronn: Makefile 

Log message:
- add missing dependency to make ronn -S work.

ok jeremy@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/15 01:08:16

Modified files:
	graphics/p5-SVG: Makefile distinfo 
	graphics/p5-SVG/patches: patch-lib_SVG_Extension_pm 

Log message:
- update to 2.53


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/15 01:14:29

Modified files:
	faq/fr         : current.html faq2.html faq3.html 
	fr             : donations.html 
	openssh/ru     : users.html 
Added files:
	openssh/ru     : faq.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/15 02:37:41

Modified files:
	graphics/darktable: Makefile 
Added files:
	graphics/darktable/patches: patch-tools_create_preferences_sh_in 

Log message:
missing dep on coreutils for nl, and patch away a bash requirement.
build problem pointed out & fixes suggested by nigel@.


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2012/09/15 02:58:08

Modified files:
	lib/libsndio   : mio_open.3 

Log message:
Improve instructions for handling non-blocking I/O with poll(2) and
the mio_* functions. As per suggestion from jmc tidy up spacing in
RETURN VALUES section and Xr poll(2). ok jmc ratchov


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/15 03:53:59

Modified files:
	devel/p5-Want  : Makefile distinfo 

Log message:
- update to -/21


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/15 04:02:22

Modified files:
	www/trac       : Makefile distinfo 
	www/trac/pkg   : PLIST 

Log message:
update to Trac 1.0

- if you have problems with authentication with the standalone tracd,
review http://trac.edgewall.org/wiki/0.11/TracStandalone#UsingAuthentication
about use of absolute paths, previously they were explicitly not supported
but worked in some cases, now they don't work.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/15 04:27:22

Modified files:
	textproc/p5-XML-Twig: Makefile distinfo 
	textproc/p5-XML-Twig/patches: patch-Makefile_PL 

Log message:
- update to 3.41


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/15 04:37:22

Modified files:
	net/nagios/check_mssql_health: Makefile distinfo 
	net/nagios/check_mssql_health/pkg: PLIST 

Log message:
update check_mssql_health to 1.5.10; various bugfixes


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/15 04:42:30

Modified files:
	sysutils/bacula: Tag: OPENBSD_5_2 Makefile distinfo 
	sysutils/bacula/patches: Tag: OPENBSD_5_2 patch-Makefile_in 
	                         patch-configure patch-manpages_bat_1 
	                         patch-src_stored_bacula-sd_conf_in 
	                         patch-src_tools_Makefile_in 
	sysutils/bacula/pkg: Tag: OPENBSD_5_2 PLIST-bat PLIST-main 
Added files:
	sysutils/bacula/patches: Tag: OPENBSD_5_2 patch-src_lib_bsys_c 
Removed files:
	sysutils/bacula/files: Tag: OPENBSD_5_2 chio-changer-openbsd 

Log message:
MFC bacula update (security fix CVE-2012-4430); ok ajacoutot@

This is a problem with console ACLs which was allowing access to certain
functionality and e.g. dump resources which should have been restricted.
Problem only affects people who have configured console ACLs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/15 04:43:40

Modified files:
	net/isc-dhcp   : Makefile distinfo 

Log message:
update to ISC DHCP 4.2.4-P2; CVE-2012-3955   ok jakob@

An issue with the use of lease times was found and fixed.  Making
certain changes to the end time of an IPv6 lease could cause the
server to abort.  Thanks to Glen Eustace of Massey University,
New Zealand for finding this issue.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/15 04:44:04

Added files:
	net/isc-dhcp/patches: patch-bind_Makefile 

Log message:
don't hide output from configure/build/install steps of the BIND Export libs.
ok jakob@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/15 04:45:12

Modified files:
	net/isc-dhcp   : Tag: OPENBSD_5_2 Makefile distinfo 

Log message:
MFC ISC DHCP 4.2.4-P2 update; CVE-2012-3955

An issue with the use of lease times was found and fixed.  Making
certain changes to the end time of an IPv6 lease could cause the
server to abort.  Thanks to Glen Eustace of Massey University,
New Zealand for finding this issue.


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2012/09/15 05:47:04

Modified files:
	lib/libc/stdlib: strtod.3 

Log message:
Document that strtod functions accept INF, NAN, NAN().  From Michal Mazurek.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/15 06:16:18

Modified files:
	telephony/kamailio: Makefile distinfo 
	telephony/kamailio/patches: patch-Makefile_defs 
	                            patch-Makefile_libs 
	                            patch-modules_auth_auth_mod_c 
	                            patch-modules_db_mysql_my_cmd_c 
	                            patch-modules_sipcapture_sipcapture_c 
	                            patch-utils_kamctl_kamctl 
	                            patch-utils_kamctl_kamctl_base 
	telephony/kamailio/pkg: PLIST-main 
Added files:
	telephony/kamailio/patches: patch-lib_binrpc_Makefile 
	                            patch-lib_binrpc_binrpc_api_c 
	                            patch-lib_srutils_Makefile 
	                            patch-modules_ctl_init_socks_c 
	                            patch-modules_k_p_usrloc_ul_db_h 
	                            patch-modules_k_perl_perl_c 
	                            patch-modules_k_pv_pv_time_c 
	                            patch-modules_s_ldap_Makefile 
	                            patch-utils_sercmd_sercmd_c 
Removed files:
	telephony/kamailio/patches: patch-modules_carrierroute_cr_func_c 
	                            patch-modules_s_ldap_ld_con_c 
	                            patch-modules_s_usrloc_ucontact_c 

Log message:
update to Kamailio 3.3.1, from maintainer Roman Kravchuk
* see http://www.kamailio.org/wiki/install/upgrade/3.2.x-to-3.3.0 for upgrade notes


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/15 06:24:16

Log message:
    Import gstreamer1-plugins-libav-0.11.94.
    
    This is GStreamer, a framework for streaming media.
    This package contains the "libav" elements for gstreamer-1.0.
    
    This module contains a GStreamer plugin for libav (FFmpeg).
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20120915
    
    N ports/multimedia/gstreamer1/plugins-libav/distinfo
    N ports/multimedia/gstreamer1/plugins-libav/Makefile
    N ports/multimedia/gstreamer1/plugins-libav/pkg/DESCR
    N ports/multimedia/gstreamer1/plugins-libav/pkg/PLIST
    N ports/multimedia/gstreamer1/plugins-libav/patches/patch-gst-libs_ext_libav_libavcodec_x86_vp56_arith_h
    N ports/multimedia/gstreamer1/plugins-libav/patches/patch-gst-libs_ext_libav_libavcodec_inverse_c
    N ports/multimedia/gstreamer1/plugins-libav/patches/patch-gst-libs_ext_libav_configure
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/15 06:24:41

Modified files:
	multimedia/gstreamer1: Makefile 

Log message:
+plugins-libav


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/15 06:43:49

Modified files:
	telephony/asterisk: Makefile distinfo 
	telephony/asterisk/patches: patch-main_features_c 

Log message:
update to Asterisk 1.8.16.0


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2012/09/15 07:15:22

Modified files:
	lib/libm       : Makefile 
	sys/arch/m88k/include: _float.h 

Log message:
m88k does not have the m68k long double type actually (long double == double
on this platform), so don't pretend it does, and don't build long double libm
routines.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2012/09/15 07:17:48

Modified files:
	sbin/ipsecctl  : ike.c 

Log message:
Encode the transform parameters in the transform name, too.
Only using p1name or p2name as a transform identifier (as in rev 1.74)
breaks setups that allow multiple transforms for a connection, e.g. in
ike passive esp from any to 1.1.1.1 quick enc aes-128
ike passive esp from any to 1.1.1.1 quick enc aes-192
the aes-128 will be overwritten.  ok and feedback mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2012/09/15 07:18:34

Modified files:
	regress/sbin/ipsecctl: ike1.ok ike10.ok ike11.ok ike12.ok 
	                       ike13.ok ike14.ok ike15.ok ike16.ok 
	                       ike17.ok ike18.ok ike19.ok ike2.ok 
	                       ike20.ok ike21.ok ike22.ok ike23.ok 
	                       ike29.ok ike3.ok ike30.ok ike31.ok 
	                       ike32.ok ike33.ok ike34.ok ike35.ok 
	                       ike36.ok ike37.ok ike38.ok ike39.ok 
	                       ike4.ok ike40.ok ike41.ok ike42.ok 
	                       ike43.ok ike46.ok ike47.ok ike48.ok 
	                       ike49.ok ike5.ok ike50.ok ike51.ok 
	                       ike52.ok ike53.ok ike54.ok ike55.ok 
	                       ike56.ok ike57.ok ike58.ok ike59.ok 
	                       ike6.ok ike60.ok ike61.ok ike62.ok 
	                       ike63.ok ike64.ok ike65.ok ike66.ok 
	                       ike67.ok ike68.ok ike7.ok ike8.ok ike9.ok 
	                       ikefail14.ok ikefail6.ok 

Log message:
sync with recent ipsecctl changes/fixes


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2012/09/15 07:52:35

Modified files:
	infrastructure/db: user.list 

Log message:
Reserve id for _ngircd and comment out kqemu


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2012/09/15 08:39:47

Modified files:
	www/tinyproxy  : Makefile 
	www/tinyproxy/pkg: tinyproxy.rc 

Log message:
enable reload support and bump revision.
ajacoutot@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2012/09/15 09:06:09

Modified files:
	lib/libc/arch/m88k/gdtoa: Makefile.inc 
	lib/libc/arch/m88k/gen: Makefile.inc 
	sys/arch/m88k/include: ieee.h 
Removed files:
	lib/libc/arch/m88k/gdtoa: strtold.c 
	lib/libc/arch/m88k/gen: fpclassifyl.c isfinitel.c isinfl.c 
	                        isnanl.c isnormall.c signbitl.c 

Log message:
Adapt ieee.h, gdtoa and libc to the fact that we don't have 80-bit
floats on m88k.  Agreed by miod@.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/15 09:12:11

Modified files:
	usr.sbin/smtpd : envelope.c parse.y ruleset.c smtp.c util.c 

Log message:
When enqueueing from the local socket, the input address is faked as "::1".
This is confusing and even broken, as systems running with ipv6 disabled on
lo0 will not be able to enqueue mails using the local socket.

So instead, use AF_LOCAL and print it as "local" in envelopes/maps.  Add it
to the "localhost" and "all" maps accordingly, and fix the ruleset matching.

ok gilles@ chl@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/15 09:36:00

Modified files:
	sysutils/consolekit: Makefile 
Added files:
	sysutils/consolekit/patches: patch-tools_ck-history_c 

Log message:
ck-history: don't truncate --frequent output to 8 chars.
(from upstream)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2012/09/15 11:53:15

Modified files:
	devel          : Makefile 
	graphics       : Makefile 
	net            : Makefile 
	sysutils       : Makefile 
	textproc       : Makefile 
	www            : Makefile 

Log message:
Unlink pure ruby gem ports that aren't compatible with ruby 1.9.

Most OK sthen@, ruby-prawn OK claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2012/09/15 11:55:18

Removed files:
	devel/ruby-facets: Makefile distinfo 
	devel/ruby-facets/pkg: DESCR PLIST 
	devel/ruby-rparsec: Makefile distinfo 
	devel/ruby-rparsec/pkg: DESCR PLIST 
	devel/ruby-sexp: Makefile distinfo 
	devel/ruby-sexp/pkg: DESCR PLIST 
	graphics/ruby-gd2: Makefile distinfo 
	graphics/ruby-gd2/patches: patch-lib_gd2_rb 
	graphics/ruby-gd2/pkg: DESCR PLIST 
	net/ruby-amqp-utils: Makefile distinfo 
	net/ruby-amqp-utils/patches: patch-_metadata 
	net/ruby-amqp-utils/pkg: DESCR PLIST 
	net/ruby-errand: Makefile distinfo 
	net/ruby-errand/pkg: DESCR PLIST 
	sysutils/ruby-mongrel_cluster: Makefile distinfo 
	sysutils/ruby-mongrel_cluster/pkg: DESCR PLIST 
	textproc/ruby-pdf-writer: Makefile distinfo 
	textproc/ruby-pdf-writer/pkg: DESCR PLIST 
	textproc/ruby-prawn: Makefile Makefile.inc 
	textproc/ruby-prawn/core: Makefile distinfo 
	textproc/ruby-prawn/core/pkg: DESCR PLIST 
	textproc/ruby-prawn/format: Makefile distinfo 
	textproc/ruby-prawn/format/pkg: DESCR PLIST 
	textproc/ruby-prawn/layout: Makefile distinfo 
	textproc/ruby-prawn/layout/pkg: DESCR PLIST 
	textproc/ruby-prawn/prawn: Makefile distinfo 
	textproc/ruby-prawn/prawn/pkg: DESCR PLIST 
	textproc/ruby-rubigen: Makefile distinfo 
	textproc/ruby-rubigen/pkg: DESCR PLIST 
	www/ruby-activemerchant: Makefile distinfo 
	www/ruby-activemerchant/pkg: DESCR PLIST 
	www/ruby-merb  : Makefile Makefile.inc 
	www/ruby-merb/action-args: Makefile distinfo 
	www/ruby-merb/action-args/pkg: DESCR PLIST 
	www/ruby-merb/activerecord: Makefile distinfo 
	www/ruby-merb/activerecord/pkg: DESCR PLIST 
	www/ruby-merb/assets: Makefile distinfo 
	www/ruby-merb/assets/pkg: DESCR PLIST 
	www/ruby-merb/auth: Makefile distinfo 
	www/ruby-merb/auth/pkg: DESCR PLIST 
	www/ruby-merb/auth-core: Makefile distinfo 
	www/ruby-merb/auth-core/pkg: DESCR PLIST 
	www/ruby-merb/auth-more: Makefile distinfo 
	www/ruby-merb/auth-more/pkg: DESCR PLIST 
	www/ruby-merb/auth-slice-password: Makefile distinfo 
	www/ruby-merb/auth-slice-password/pkg: DESCR PLIST 
	www/ruby-merb/cache: Makefile distinfo 
	www/ruby-merb/cache/pkg: DESCR PLIST 
	www/ruby-merb/core: Makefile distinfo 
	www/ruby-merb/core/pkg: DESCR PLIST 
	www/ruby-merb/datamapper: Makefile distinfo 
	www/ruby-merb/datamapper/pkg: DESCR PLIST 
	www/ruby-merb/exceptions: Makefile distinfo 
	www/ruby-merb/exceptions/pkg: DESCR PLIST 
	www/ruby-merb/gen: Makefile distinfo 
	www/ruby-merb/gen/pkg: DESCR PLIST 
	www/ruby-merb/haml: Makefile distinfo 
	www/ruby-merb/haml/pkg: DESCR PLIST 
	www/ruby-merb/helpers: Makefile distinfo 
	www/ruby-merb/helpers/pkg: DESCR PLIST 
	www/ruby-merb/mailer: Makefile distinfo 
	www/ruby-merb/mailer/pkg: DESCR PLIST 
	www/ruby-merb/merb: Makefile distinfo 
	www/ruby-merb/merb/pkg: DESCR PLIST 
	www/ruby-merb/param-protection: Makefile distinfo 
	www/ruby-merb/param-protection/pkg: DESCR PLIST 
	www/ruby-merb/slices: Makefile distinfo 
	www/ruby-merb/slices/pkg: DESCR PLIST 

Log message:
Remove pure ruby gem ports that aren't compatible with ruby 1.9.

Most OK sthen@, ruby-prawn OK claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2012/09/15 14:59:38

Modified files:
	lib/libc/gen   : Makefile.inc 
	lib/libc/stdlib: Makefile.inc 

Log message:
remove tahoe-specific makefile machinery, no such hardware is known to be
in working condition anymore (assuming there would be interest in running on
it).


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2012/09/15 16:53:42

Modified files:
	productivity/taskwarrior: Makefile distinfo 
	productivity/taskwarrior/pkg: PLIST 

Log message:
- update taskwarrior to 2.1.1

OK dcoppa@ jeremy@ sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/16 00:10:16

Modified files:
	multimedia/gstreamer1/plugins-libav: Makefile 

Log message:
Missing build_depends on yasm.

spotted by nigel@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/16 00:24:32

Modified files:
	x11/i3         : Makefile 
	x11/i3/patches : patch-common_mk 

Log message:
/etc -> SYSCONFDIR

ok dcoppa@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2012/09/16 02:15:43

Modified files:
	infrastructure/bin: clean-old-distfiles 

Log message:
unintentional say + "\n"


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2012/09/16 02:33:04

Modified files:
	lang/ghc       : Makefile 

Log message:
Add a no_doc pseudo flavor which disables the -doc subpackage and
skips building the documentation.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/09/16 03:57:33

Modified files:
	share/man/man9 : vaccess.9 

Log message:
vaccess' first argument is type; from Michal Mazurek
ok millert


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2012/09/16 04:04:20

Modified files:
	productivity/osmo: Makefile 

Log message:
Add missing dependency.
Spotted by Dawe (dawedawe at gmx.de) and Thomas Jeunet (cleptho at gmail.com), thanks !

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/16 04:47:05

Modified files:
	x11/gnome/gnote: Makefile distinfo 
	x11/gnome/gnote/pkg: PLIST 
Removed files:
	x11/gnome/gnote/patches: patch-configure 

Log message:
- update to 0.8.4


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/16 04:48:28

Modified files:
	usr.sbin/smtpd/smtpd: Makefile 
Removed files:
	usr.sbin/smtpd : thread_private.h 

Log message:
remove the thread_private hack.

ok chl@ gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/16 05:19:35

Modified files:
	editors        : Makefile 

Log message:
build kitchen-sink vim packages (perl+python+ruby support), requested by
Juan Francisco Cantero Hurtado.


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2012/09/16 05:53:57

Modified files:
	usr.sbin/smtpd : delivery_maildir.c smtpd.h util.c 

Log message:
replace BSD-licensed mkdir_p() with ISC-licensed mkdirs(), this allows us
to avoid a dual-licensed util.c for no reason

ok chl@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2012/09/16 06:44:02

Modified files:
	net/freeradius : Makefile distinfo 
	net/freeradius/patches: 
	                        patch-src_modules_rlm_eap_types_rlm_eap_peap_Makefile_in 
	                        patch-src_modules_rlm_eap_types_rlm_eap_tls_Makefile_in 
	                        patch-src_modules_rlm_eap_types_rlm_eap_ttls_Makefile_in 
	                        patch-src_modules_rules_mak 
	net/freeradius/pkg: PLIST-main PLIST-mysql 
Removed files:
	net/freeradius/patches: patch-configure_in 

Log message:
Update to 2.2.0
Fix for CVE-2012-3547.
Lots of bugfixes and improvements.

With help/tweaks from sthen@

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2012/09/16 07:17:42

Added files:
	graphics/geomview/patches: 
	                           patch-src_lib_oogl_refcomm_streampool_c 

Log message:
fix build after network header cleanup


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/16 07:47:33

Modified files:
	net/freeradius : Tag: OPENBSD_5_2 Makefile 
Added files:
	net/freeradius/patches: Tag: OPENBSD_5_2 
	                        patch-src_modules_rlm_eap_types_rlm_eap_tls_rlm_eap_tls_c 

Log message:
backport fix for CVE-2012-3547 in freeradius.  ok pea@

From http://freeradius.org/security.html, "All sites using TLS-based
EAP methods and the above versions are vulnerable. The only configuration
change which can avoid the issue is to disable EAP-TLS, EAP-TTLS, and PEAP.

An external attacker can use this vulnerability to over-write the
stack frame of the RADIUS server, and cause it to crash. In addition,
more sophisticated attacks may gain additional privileges on the
system running the RADIUS server.

This attack does not require local network access to the RADIUS
server. It can be done by an attacker through a WiFi Access Point,
so long as the Access Point is configured to use 802.1X authentication
with the RADIUS server."


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2012/09/16 09:55:55

Modified files:
	usr.sbin/smtpd : compress_backend.c compress_gzip.c smtpd.h 

Log message:
silent warnings

reported by ajacoutot@

ok gilles@ ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2012/09/16 10:24:08

Modified files:
	usr.sbin/smtpd/smtpd: Makefile 

Log message:
link new aliases.5 and forward.5 to the build

ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2012/09/16 10:43:29

Modified files:
	usr.sbin/smtpd : control.c lka.c mda.c mfa.c mta.c queue.c 
	                 scheduler.c smtp.c smtpd.c 

Log message:
Factorize log_imsg() in imsg_dispatch() instead of in each imsg_callback()'s
and put it out of profiling, so it's not accounted.

While there, for PROC_PARENT:
- set smtpd_process for PROC_PARENT
- use setproctitle() like other processes

ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2012/09/16 10:54:55

Modified files:
	usr.sbin/smtpd : smtpd.c smtpd.h 

Log message:
now that log_imsg() is only used in smtpd.c, set it as static.

ok gilles@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2012/09/16 11:02:37

Modified files:
	dist/Mesa/include/GL/internal: dri_interface.h 
	dist/Mesa/src/mesa/drivers/dri/common: dri_util.c 

Log message:
Merge some definitions from dri 2.3 needed by xserver 1.13.
ok mpi@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2012/09/16 11:03:51

Modified files:
	driver/xf86-video-mach64/src: atiscreen.c 

Log message:
Merge upstream build fix for 32bit arches with xserver 1.13.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/16 11:45:58

Modified files:
	www/libcroco   : Makefile distinfo 

Log message:
Bugfix update to libcroco-0.6.6.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/09/16 11:54:03

Modified files:
	lib/libc/stdlib: strtod.3 

Log message:
remove some wacky Xo/Xc;


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2012/09/16 12:00:00

Modified files:
	emulators/uae/patches: patch-configure 

Log message:
Skip a broken configure test whose result isn't used and which only
succeeded out of sheer luck until struct ostatfs was removed in rev 1.108
of .


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2012/09/16 13:16:23

Modified files:
	usr.sbin/smtpd : smtp.c 

Log message:
we need to ensure we have at least two descriptors per-client accepted, or
we will hit an imsg_read() fatal (EAGAIN) when a client sends DATA, and we
don't have a descriptor for it.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2012/09/16 14:41:16

Modified files:
	share/mk       : bsd.lib.mk 

Log message:
Add support for building non-PIE libraries.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2012/09/16 14:46:35

Modified files:
	gnu/usr.bin/cc : Makefile.inc 

Log message:
Build gcc as non-PIE.  PIE breaks precompiled headers and causes a serious
performance hit on some architectures (almost 20% on hppa, more than 25% on
sparc64).  And there are no real benefits associated with ASLR for a compiler.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/16 16:05:46

Modified files:
	x11/i3         : Makefile 
	x11/i3/patches : patch-common_mk 

Log message:
Prevent variable referencing itself; spotted by nigel@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/09/16 23:46:06

Modified files:
	usr.sbin/smtpd : forward.5 

Log message:
various tweaks; ok gilles


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/09/16 23:50:53

Modified files:
	share/man/man9 : Makefile vhold.9 

Log message:
document vdrop; original diff from Michal Mazurek
text rewrite/ok guenther


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/17 00:00:09

Modified files:
	devel/spidermonkey: Makefile 
	devel/spidermonkey/patches: patch-jsnativestack_cpp 

Log message:
Sync the jsnativestack patch with the one in Firefox which is actually
more correct than this one.

ok landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2012/09/17 00:11:58

Modified files:
	share/man/man9 : pool.9 

Log message:
Rework the description of the flags to pool_get(9)

ok jmc@, tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/09/17 00:27:34

Modified files:
	usr.sbin/smtpd/smtpd: Makefile 

Log message:
revert previous and unlink aliases.5 and forward.5 from the build: these
files are too smtpd-specific for the general build;

ok gilles


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/17 01:10:33

Modified files:
	lang/vala      : Makefile distinfo 
	lang/vala/pkg  : PLIST 

Log message:
- update to vala 0.17.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/17 02:05:04

Modified files:
	devel/vte3     : Makefile distinfo 
	devel/vte3/pkg : PLIST 

Log message:
- update to 0.34.0


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/17 02:32:00

Modified files:
	usr.sbin/smtpd : smtp.c 

Log message:
fix pasto

prompted by gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2012/09/17 03:54:44

Modified files:
	usr.bin/ssh    : sftp.c 

Log message:
an XXX for later


CVSROOT:	/cvs
Module name:	ports
Changes by:	matthieu@cvs.openbsd.org	2012/09/17 04:25:12

Modified files:
	x11/ctwm/patches: patch-Imakefile 

Log message:
Remove useless XPM{INC,LIB}DIR patch, which got mangled by a
definition of X11R6 as a cpp macro.
ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	matthieu@cvs.openbsd.org	2012/09/17 04:25:49

Modified files:
	x11/ctwm/patches: patch-gram.y patch-session.c 

Log message:
regen patches.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2012/09/17 04:28:42

Modified files:
	www/links+     : Makefile 

Log message:
The dependency to liblzma.so.1.0 was missing in the www/links+ port.
The executable /usr/local/bin/links is linked against it and does
not start if the xz package is not installed.
ok fgsch@ dcoppa@ sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2012/09/17 05:04:24

Modified files:
	share/man/man4 : athn.4 bwi.4 ipw.4 iwi.4 iwn.4 malo.4 otus.4 
	                 pgt.4 rsu.4 uath.4 ueagle.4 upgt.4 urtwn.4 
	                 uvideo.4 wpi.4 

Log message:
Update wording for device firmware to talk update fw_update(1).
Noticed by jcs, discussed with jmc, ok jmc ajacoutot dcoppa deraadt


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2012/09/17 05:11:20

Modified files:
	.              : plus.html 

Log message:
plus.html for Sept 3-9.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/17 05:22:24

Modified files:
	x11/gnome/gcalctool: Makefile distinfo 

Log message:
- update to 6.5.92


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2012/09/17 05:32:08

Modified files:
	.              : MODULES 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2012/09/17 06:08:49

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
add Toradex products


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2012/09/17 06:09:48

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2012/09/17 06:10:46

Modified files:
	sbin/dhclient  : dispatch.c 

Log message:
De-obfuscate and update reality correspondance of some comments.


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2012/09/17 06:17:40

Modified files:
	sys/dev/usb    : files.usb 

Log message:
add sensor category and moved some devices to the category.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/17 06:31:35

Modified files:
	graphics/openjpeg: Makefile 
	graphics/openjpeg/patches: patch-libopenjpeg_j2k_c 

Log message:
security fix for
CVE-2012-3535 openjpeg: heap-based buffer overflow when decoding jpeg2000 file

ok sthen@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/17 06:33:35

Modified files:
	graphics/openjpeg: Tag: OPENBSD_5_2 Makefile 
	graphics/openjpeg/patches: Tag: OPENBSD_5_2 
	                           patch-libopenjpeg_j2k_c 

Log message:
security fix for
CVE-2012-3535 openjpeg: heap-based buffer overflow when decoding jpeg2000 file

ok sthen@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	kettenis@cvs.openbsd.org	2012/09/17 06:41:15

Modified files:
	driver/xf86-video-intel/src: i830_lvds.c intel_driver.c 

Log message:
Improve hack to restore text mode on ironlake/sandy bridge.

tested by many
ok jsg@, deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	gonzalo@cvs.openbsd.org	2012/09/17 06:50:09

Modified files:
	editors/hexedit: Makefile distinfo 
	editors/hexedit/patches: patch-hexedit_h 
	editors/hexedit/pkg: PLIST 

Log message:
Update to 1.2.12:

- colored (fruit salad) display built by default (if
use_default_colors available), available through option --color.
- add --enable-colors to build and have a colored (fruit salad)
display
- allow entering goto "position" and "sector" in hexadecimal or
not
- when prompting, propose previously entered value, and give
ability to modify it
- fix setting mark after scrolling
- some cleanup

While here GROFF is not needed.

Ok aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2012/09/17 07:04:11

Modified files:
	usr.bin/ssh    : packet.c 

Log message:
clear old keys on rekeing; ok djm


CVSROOT:	/cvs
Module name:	ports
Changes by:	gonzalo@cvs.openbsd.org	2012/09/17 07:05:14

Modified files:
	www/pound      : Makefile distinfo 
	www/pound/patches: patch-pound_8 
Removed files:
	www/pound/patches: patch-config_c patch-pound_h patch-svc_c 

Log message:
Update for Pound to 2.6:

- allow multiple AddHeader directives
- fixed memory leak in config/AddHeader
- fixed memory leak in DH
- fixed problem in SNI certificate storage
- changed long to long long for support of requests larger than 2GB
- added parsing for certificate CN
- fixed problem in task enqueing
- fixed small problem in Makefile

And others, while here, GROFF is not needed and patches applied
upstream.

Ok 'Looks fine' aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2012/09/17 07:49:27

Modified files:
	usr.sbin/ospf6d: interface.c kroute.c ospfe.c rde.c 

Log message:
Fix trailing whitespaces.


CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2012/09/17 07:51:51

Log message:
    NSH consolidates configuration for interfaces, bridging, routing, PF
    packet filtering, NAT, queueing, BGP, OSPF, RIP, IPsec, DHCP, DVMRP,
    SNMP, relayd, sshd, inetd, ftp-proxy, resolv.conf and NTP. It presents
    the user with a vaguely cisco-like interface with all configuration in
    one easy to read text list.
    
    some improvements from, and OK, sthen@
    
    Status:
    
    Vendor Tag:	phessler
    Release Tags:	phessler_20120917
    
    N ports/shells/nsh/Makefile
    N ports/shells/nsh/distinfo
    N ports/shells/nsh/patches/patch-if_c
    N ports/shells/nsh/patches/patch-conf_c
    N ports/shells/nsh/patches/patch-Makefile
    N ports/shells/nsh/pkg/DESCR
    N ports/shells/nsh/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2012/09/17 07:52:24

Modified files:
	shells         : Makefile 

Log message:
+nsh


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2012/09/17 08:22:24

Modified files:
	sys/ufs/ffs    : ffs_vnops.c 

Log message:
fix uninitialized pointer in ffs_write(); ok guenther, beck, deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2012/09/17 08:33:56

Modified files:
	sys/kern       : uipc_socket.c 

Log message:
Fix indent white spaces.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2012/09/17 09:10:14

Modified files:
	share/man/man4 : acx.4 

Log message:
Update wording for device firmware to talk update fw_update(1).
Noticed by jcs, discussed with jmc, ok jmc ajacoutot dcoppa deraadt

(missed in last commit, spotted by jmc)


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2012/09/17 09:14:15

Modified files:
	sys/dev/usb    : if_urtwn.c 

Log message:
Bit field name was confused.  Not MCS08 but MCS09.

diff from Masanobu SAITOH.
ok jsg


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2012/09/17 10:30:35

Modified files:
	usr.sbin/snmpd : Makefile ber.3 ber.c ber.h mib.c mib.h mps.c 
	                 parse.y snmp.h snmpd.c snmpd.conf.5 snmpd.h 
	                 snmpe.c 
Added files:
	usr.sbin/snmpd : usm.c 

Log message:
Add initial SNMPv3 support to snmpd(8).

Traps are still sent via SNMPv2 protocol. They can neither be
authenticated nor encrypted. - Transport mode is still UDP. Not
additional transport subsystems were added. - Only the User-based
Security Model (USM, RFC3414) is supported.  View-Based Access Control
(VACM, RFC3415) is not included. - Configuration is described in
snmpd.conf(5).

This diff includes a few minor changes to ber.c/h adding a necessary
callback for the USM HMAC calculation and merging it with other
minor changes from ldapd's ber code.

From Gerhard Roth at genua
ok claudio@ reyk@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2012/09/17 10:43:59

Modified files:
	usr.sbin/snmpctl: parser.c parser.h snmpctl.8 snmpctl.c 
	usr.sbin/snmpd : kroute.c mib.c mib.h mps.c parse.y smi.c snmp.h 
	                 snmpd.8 snmpd.c snmpd.conf.5 snmpd.h snmpe.c 
	                 timer.c trap.c 

Log message:
Update copyright and my email address in snmpd while I'm here.


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2012/09/17 11:11:49

Modified files:
	sys/kern       : exec_elf.c 

Log message:
Recognize executables tagged with ELFOSABI_OPENBSD (such as generated
by the Go linker) as native executables even if they don't contain an
OpenBSD PT_NOTE segment.

Confirmed to fix Go by sthen
ok kettenis, deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2012/09/17 11:35:55

Modified files:
	usr.sbin/snmpd : usm.c 

Log message:
silence gcc


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2012/09/17 11:36:13

Modified files:
	usr.sbin/config: config.h files.c gram.y mkmakefile.c scan.l 

Log message:
tedu lint tendrils through config internals.
also mark some known targets as .PHONY

okay miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2012/09/17 12:03:28

Modified files:
	usr.sbin/bgpd  : rde.c 

Log message:
Unbreak. gcc 2 at least complains if a declaration is ended by two semicolons.


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2012/09/17 12:28:43

Modified files:
	usr.sbin/fw_update: fw_update.sh 

Log message:
simplify the detection of release/stable vs. snapshot kernel by
using the same logic from install.sub

ok halex@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/17 12:36:14

Modified files:
	usr.sbin/smtpd : smtp.c 

Log message:
increment the session counter when a session is created.
fix a bug where local sessions were not accounted for.

ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2012/09/17 12:44:57

Modified files:
	usr.sbin/smtpd : lka_session.c smtpd.conf.5 

Log message:
Fix format expansion in smtpd.conf, it has confused a lot of people and it
turns out documentation got it wrong. This commit changes formats and doc,
it makes situation saner:

%A = user part of sender address
%D = domain part of sender address

%a = user part of recipient address
%d = domain part of recipient address
%u = unix account of recipient

ok eric@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2012/09/17 13:00:06

Modified files:
	usr.sbin/snmpd : parse.y usm.c 

Log message:
let the debug message look like the configuration syntax


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2012/09/17 13:00:36

Modified files:
	sys/net        : rtsock.c 

Log message:
Whitespace change (excess indentation).

ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2012/09/17 13:27:38

Modified files:
	usr.sbin/relayd: relay.c 

Log message:
Fix relay statistics. Found and fix by Erik Lax (erik -at- halon -dot- se)
ok reyk


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/09/17 13:37:09

Modified files:
	www/cgit       : Makefile 

Log message:
Build cgit static by default to ease upgrades within the httpd chroot.

Prompted by a diff from Olivier Mehani on ports@
looks good to sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/09/17 14:00:09

Modified files:
	devel/nspr     : Makefile distinfo 
	devel/nspr/patches: patch-mozilla_nsprpub_config_rules_mk 
	                    patch-mozilla_nsprpub_configure_in 
	                    patch-mozilla_nsprpub_pr_include_md__openbsd_cfg 
	                    patch-mozilla_nsprpub_pr_include_md__openbsd_h 
	                    patch-mozilla_nsprpub_pr_include_prlong_h 
	                    patch-mozilla_nsprpub_pr_include_prtypes_h 
	                    patch-mozilla_nsprpub_pr_src_linking_prlink_c 
	                    patch-mozilla_nsprpub_pr_src_misc_prdtoa_c 
	                    patch-mozilla_nsprpub_pr_src_misc_prinit_c 
	                    patch-mozilla_nsprpub_pr_src_misc_prnetdb_c 
	                    patch-mozilla_nsprpub_pr_src_pthreads_ptthread_c 
	                    patch-mozilla_nsprpub_pr_tests_nameshm1_c 
	                    patch-mozilla_nsprpub_pr_tests_prpollml_c 
	                    patch-mozilla_nsprpub_pr_tests_runtests_sh 
	                    patch-mozilla_nsprpub_pr_tests_socket_c 
Removed files:
	devel/nspr/patches: patch-mozilla_nsprpub_lib_tests_Makefile_in 

Log message:
Update to nspr 4.9.2.

- Garbage collect patch adding -pthread hack while here.
- Improve pthread_set_name_np() call (returns void)
- Needed anyway by upcoming Mozilla 16 releases
been in a bunch of amd64 bulks, ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/09/17 14:01:22

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 
	                      patch-mozilla_security_nss_lib_freebl_blapi_h 

Log message:
Update to nss 3.13.6.

Needed by upcoming Mozilla 16 releases.
Been in a bunch of amd64 bulks, tested on ppc/sparc64 too.
ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2012/09/17 14:01:26

Modified files:
	share/man/man4 : ip6.4 
	sys/netinet    : in_pcb.h udp_usrreq.c 
	sys/netinet6   : in6.h ip6_output.c 

Log message:
add IPV6_RECVDSTPORT socket option, which enables us to get original
(= before divert) destination port of a UDP packet.  The way to use
this option is same as IP_RECVDSTPORT.

from UMEZAWA Takeshi
tweaks from jmc; ok henning bluhm


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/17 14:19:18

Modified files:
	usr.sbin/smtpd : map.c parse.y smtpd.h 

Log message:
Add map_create() and map_add() helpers.  Simplify the config parser by a
great deal.

While there, rename the default "localhost" map to "" to make
it look more internal, and create a single "" map referenced by
"from all" rules, instead of creating a dynamic one for each of them.

ok gilles@ chl@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2012/09/17 14:30:17

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
When a link is lost, call dhclient-script with reason "FAIL". This
does the resolv.conf dance and removes 'dead' routes, rather than
leaving these droppings behind.

When dhclient is exiting after calling dhclient-script with "FAIL",
give the script a couple of seconds to finish. Also pass the lease
parameters (old_*) to dhclient-script so routes can be cleaned up
in this path too.

ok beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2012/09/17 14:38:28

Modified files:
	sbin/ipsecctl  : ike.c 

Log message:
unbreak the last commit by making sure that the transform name
does not include a "," character. ok otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2012/09/17 14:40:49

Modified files:
	regress/sbin/ipsecctl: ike1.ok ike10.ok ike11.ok ike12.ok 
	                       ike13.ok ike14.ok ike15.ok ike16.ok 
	                       ike17.ok ike18.ok ike19.ok ike2.ok 
	                       ike20.ok ike21.ok ike22.ok ike23.ok 
	                       ike29.ok ike3.ok ike30.ok ike31.ok 
	                       ike32.ok ike33.ok ike34.ok ike35.ok 
	                       ike36.ok ike37.ok ike38.ok ike39.ok 
	                       ike4.ok ike40.ok ike41.ok ike42.ok 
	                       ike43.ok ike46.ok ike47.ok ike48.ok 
	                       ike49.ok ike5.ok ike50.ok ike51.ok 
	                       ike52.ok ike53.ok ike54.ok ike55.ok 
	                       ike56.ok ike57.ok ike58.ok ike59.ok 
	                       ike6.ok ike60.ok ike61.ok ike62.ok 
	                       ike63.ok ike64.ok ike65.ok ike66.ok 
	                       ike67.ok ike68.ok ike7.ok ike8.ok ike9.ok 

Log message:
sync with transform-name-fix


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/09/17 15:09:33

Modified files:
	usr.sbin/snmpd : snmpd.conf.5 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/09/17 15:12:42

Modified files:
	share/man/man4 : ip6.4 

Log message:
zap trailing whitespace;


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/17 15:13:44

Modified files:
	security/clamav: Makefile distinfo 

Log message:
update to clamav 0.97.6, minor bug fixes and detection improvements


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/09/17 15:13:50

Modified files:
	libexec/ld.so/ldd: ldd.1 

Log message:
replace the erroneous DIAGNOSTICS section with a (hopefully) accurate
EXIT STATUS one;

ok guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2012/09/17 15:17:06

Modified files:
	share/man/man4 : bge.4 lge.4 msk.4 nge.4 sk.4 ti.4 

Log message:
remove "Using Jumbo frames can greatly improve performance for certain tasks"
sentence, discussed with deraadt.


CVSROOT:	/cvs
Module name:	www
Changes by:	yasuoka@cvs.openbsd.org	2012/09/17 23:25:43

Modified files:
	.              : hackathons.html 

Log message:
The place we visited was "Sakae" not "sake".

pointed out by some friends in Japan.


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2012/09/17 23:28:28

Modified files:
	www/py-tornado : Makefile distinfo 
	www/py-tornado/pkg: PLIST 

Log message:
update tornado to 2.4, changelog: http://www.tornadoweb.org/documentation/releases/v2.4.0.html.
ok gonzalo@ looks good aja@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2012/09/17 23:52:33

Modified files:
	.              : hackathons.html 
Added files:
	images/hackathons: n2k12-s.gif n2k12.gif 

Log message:
n2k12 is happening


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2012/09/17 23:53:33

Modified files:
	.              : hackathons.html 

Log message:
mention who drew it


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/18 00:26:18

Modified files:
	graphics/zint  : Makefile 

Log message:
zinx does not depend on qt4, only zint-gui does.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/18 00:31:45

Modified files:
	productivity/glabels: Makefile distinfo 
	productivity/glabels/pkg: PLIST 
Removed files:
	productivity/glabels/patches: patch-help_Makefile_in 

Log message:
Bugfix update to glabels-3.0.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/18 00:40:24

Modified files:
	graphics/gdk-pixbuf2: Makefile distinfo 
	graphics/gdk-pixbuf2/pkg: PLIST 

Log message:
Bugfix update to gdk-pixbuf-2.26.4.


CVSROOT:	/cvs
Module name:	www
Changes by:	halex@cvs.openbsd.org	2012/09/18 01:36:33

Modified files:
	.              : hackathons.html 

Log message:
It's "Bret", not "Brett"

ok blambert@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2012/09/18 01:44:22

Modified files:
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/18 01:53:45

Modified files:
	multimedia/gstreamer1/core: Makefile distinfo 

Log message:
Update to gstreamer1-0.11.99.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/18 01:54:00

Modified files:
	multimedia/gstreamer1/plugins-base: Makefile distinfo 

Log message:
Update to gstreamer1-plugins-base-0.11.99.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/18 01:54:14

Modified files:
	multimedia/gstreamer1/plugins-good: Makefile distinfo 
	multimedia/gstreamer1/plugins-good/patches: patch-configure_ac 
	                                            patch-ext_Makefile_am 
	multimedia/gstreamer1/plugins-good/pkg: PLIST-main 

Log message:
Update to gstreamer1-plugins-good-0.11.99.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/18 01:54:26

Modified files:
	multimedia/gstreamer1/plugins-ugly: Makefile distinfo 

Log message:
Update to gstreamer1-plugins-ugly-0.11.99.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/18 01:54:38

Modified files:
	multimedia/gstreamer1/plugins-bad: Makefile distinfo 
	multimedia/gstreamer1/plugins-bad/pkg: PLIST 

Log message:
Update to gstreamer1-plugins-bad-0.11.99.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/18 01:54:50

Modified files:
	multimedia/gstreamer1/plugins-libav: Makefile distinfo 

Log message:
Update to gstreamer1-plugins-libav-0.11.99.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/18 01:56:11

Modified files:
	usr.sbin/user  : user.c usermod.8 

Log message:
Add 2 new knobs to usermod(8):
-U to unlock an account
-Z to lock an account

Locking means adding a '*' prefix to the encrypted password and appending
a '-' to the user's shell... and obviously the opposite for unlocking.

some inputs from sthen@, otto@ and deraadt@
ok todd@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/18 01:58:10

Modified files:
	sysutils/accountsservice: Makefile 
	sysutils/accountsservice/patches: patch-src_user_c 

Log message:
Adapt after recent usermod(8) changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2012/09/18 02:16:33

Modified files:
	sys/net        : if.c route.c 

Log message:
Wrap rtable_add() and rtable_l2set() calls inside ifioctl() inside softnet,
as functions that modify routing information shouldn't be interruptable by
network traffic.

Also make sure that both of those functions assert that they are called
at softnet. I'm reasonably sure that there shouldn't be any, but if there
is any codepath that was missed, we're going to be here for another 4 days
to deal with any fallout.

While here, move the multitude of "int s" declarations inside ifioctl to
the beginning of the function.

okay claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2012/09/18 02:29:09

Modified files:
	usr.sbin/snmpd : control.c kroute.c mib.c snmpd.c snmpd.h 
	                 snmpe.c usm.c 

Log message:
knf


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/18 02:32:45

Log message:
    import virt-viewer 0.5.4
    
    Virt Viewer provides a graphical viewer for the guest OS display. At
    this time is supports guest OS using the VNC protocol. Further protocols
    may be supported in the future as user demand dicatates. The viewer can
    connect directly to both local and remotely hosted guest OS, optionally
    using SSL/TLS encryption.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20121809
    
    N ports/x11/virt-viewer/distinfo
    N ports/x11/virt-viewer/Makefile
    N ports/x11/virt-viewer/pkg/PLIST
    N ports/x11/virt-viewer/pkg/DESCR
    N ports/x11/virt-viewer/patches/patch-src_remote-viewer_desktop
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/18 02:33:28

Modified files:
	x11            : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2012/09/18 02:36:39

Modified files:
	usr.sbin/snmpd : kroute.c 

Log message:
sync mask2prefixlen6() with the nicer version from bgpd/kroute.c:
"Instead of doing a poor mans offsetof() implementation change the code
to use an end pointer to compare against. Looks less scary and makes
gcc4 happy. OK henning@" (bgpd/kroute.c commit 1.182)


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2012/09/18 03:24:45

Modified files:
	sys/net        : pfkeyv2.h pfkeyv2_convert.c 
	sys/netinet    : ip_ah.c ip_esp.c ip_ipsp.c ip_ipsp.h 
	                 ipsec_output.c 
	sbin/ipsecctl  : pfkdump.c 

Log message:
remove the SADB_X_SAFLAGS_{HALFIV,RANDOMPADDING,NOREPLAY} pfkey-API (not set
anywhere) as well as the matching TDBF_{HALFIV,RANDOMPADDING,NOREPLAY} code.
ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2012/09/18 03:34:09

Modified files:
	sbin/dhclient  : dhclient.c dhcpd.h dispatch.c 

Log message:
Don't accept leases that offer a subnet that is already configured
on an interface. Crude hammer that may be refined as needed.

Feedback from tedu@, beck@, sthen@ claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2012/09/18 03:45:51

Modified files:
	usr.sbin/bgpd  : session.c rde.c log.h bgpd.h bgpd.c 

Log message:
Only allow one reload request at a time in bgpd. Needed for further work.
OK sthen@, benno@, henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2012/09/18 03:57:49

Modified files:
	etc            : snmpd.conf 

Log message:
Add SNMPv3 USM example (commented out)


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2012/09/18 04:03:45

Modified files:
	usr.sbin/snmpd : snmpd.conf.5 

Log message:
Add SNMPv3 in the EXAMPLES section.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2012/09/18 04:10:00

Modified files:
	usr.sbin/bgpd  : bgpd.h rde.c 

Log message:
Expose the local weight in the ctl_show_rib struct so bgpctl can print it.
OK sthen@ henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2012/09/18 04:11:23

Modified files:
	usr.sbin/bgpctl: bgpctl.c 

Log message:
Print the wieght in the show rib detail output. OK sthen@, henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2012/09/18 04:11:53

Modified files:
	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:
prio 0 is valid, therefore, I chose an "impossible" value for prio meaning
"not set" and used a PF_PRIO_NOTSET define for it. now that means that
everything that creates a struct pf_rule doesn't get away with bzero'ing it,
which turned out to be not so nice. so get rid of PF_PRIO_NOTSET, instead,
make a rule+state flag PFSTATE_SETPRIO which indicates wether the prio
should be set. ok benno claudio mikeb


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2012/09/18 04:36:12

Modified files:
	usr.bin/ssh    : sftp.c 

Log message:
Add bounds check on sftp tab-completion.  Part of a patch from from Jean-Marc
Robert via tech@, ok djm


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2012/09/18 04:40:20

Modified files:
	usr.sbin/snmpd : snmpd.8 

Log message:
update the standards and RFCs


CVSROOT:	/cvs
Module name:	ports
Changes by:	henning@cvs.openbsd.org	2012/09/18 05:00:55

Modified files:
	net/rsync      : Makefile 
Added files:
	net/rsync/patches: patch-support_rrsync 

Log message:
fix rsync path (/usr/bin/ vs /usr/local/bin). I had forgotten I had changed
this early on, long beforewhen asking espie to include rrsync, sorry.
ok & "bump revision" espie


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2012/09/18 05:23:14

Modified files:
	sys/dev/usb    : udl.h 

Log message:
- use nitems() here; no binary change.

ok mglocker@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/18 05:28:23

Modified files:
	net/rsync      : Makefile 
	net/rsync/patches: patch-support_rrsync 

Log message:
- dont hardcode /usr/local


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2012/09/18 06:07:59

Modified files:
	usr.sbin/ikectl: ikeca.c ikectl.8 ikectl.c parser.c parser.h 
	sbin/iked      : ca.c chap_ms.c chap_ms.h config.c control.c 
	                 crypto.c dh.c dh.h eap.c eap.h genmap.sh iked.8 
	                 iked.c iked.conf.5 iked.h ikev1.c ikev2.c 
	                 ikev2.h ikev2_msg.c ikev2_pld.c imsg_util.c 
	                 parse.y pfkey.c policy.c timer.c types.h util.c 

Log message:
update email addresses to match reality.
sure jsg@ mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/18 06:13:22

Modified files:
	usr.sbin/smtpd : lka_session.c smtpd.h 

Log message:
remove C_NET. it's not used and there is no plan for it at the moment.

ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/09/18 06:35:03

Modified files:
	audio/pianobar : Makefile distinfo 
	audio/pianobar/patches: patch-Makefile patch-src_main_c 
Added files:
	audio/pianobar/patches: patch-src_ui_c 

Log message:
Update to pianobar-2012.09.07


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2012/09/18 06:35:51

Modified files:
	sys/netinet    : ip_icmp.c ip_input.c 

Log message:
sysctl calls shouldn't clobber route timers without spl protection

the spl call in the icmp case may be too aggressive, but better safe
than sorry

ok claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/18 06:43:08

Modified files:
	x11/gnome/libsecret: Makefile distinfo 
	x11/gnome/libsecret/patches: patch-libsecret_tests_Makefile_in 
	x11/gnome/libsecret/pkg: PLIST 

Log message:
Update to libsecret-0.10.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/09/18 06:51:17

Modified files:
	graphics/feh   : Makefile distinfo 
	graphics/feh/patches: patch-man_feh_pre patch-src_options_c 
Removed files:
	graphics/feh/patches: patch-src_imlib_c patch-src_winwidget_c 

Log message:
Update to feh-2.6.1


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/18 06:54:56

Modified files:
	usr.sbin/smtpd : aliases.c 

Log message:
a few cleanups:
- make static functions static
- pass const char * rather than char * when we mean that
- make parse_alias() more straightforward

ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/18 07:05:21

Modified files:
	editors/libreoffice: Makefile 
	editors/libreoffice/pkg: PLIST-java 

Log message:
Missing fragment in PLIST-java.

ok robert@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/18 07:05:59

Modified files:
	devel/glib2    : Makefile distinfo 
	devel/glib2/pkg: PLIST README 
Removed files:
	devel/glib2/files: gio-kqueue.conf 

Log message:
Rely on g_mount_can_unmount() from GLib for the gio-kqueue backend to
choose between kqueue(3) or poll(2) for monitoring. This allows dropping
the need for a gio-kqueue.conf file.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/18 07:13:43

Modified files:
	usr.sbin/smtpd : smtpd.h 

Log message:
this structure is not useful and ill-named. remove it.

ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2012/09/18 07:14:08

Modified files:
	usr.sbin/npppctl: npppctl.8 
	usr.sbin/npppd/l2tp: l2tp.h l2tp_call.c l2tp_ctrl.c l2tpd.c 
	usr.sbin/npppd/npppd: Makefile ccp.c chap.c 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_defs.h npppd_iface.c 
	                      npppd_iface.h npppd_local.h npppd_pool.c 
	                      npppd_radius.c pap.c ppp.c ppp.h privsep.c 
	                      privsep.h radius_req.c radius_req.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 pptpd.c 
Added files:
	usr.sbin/npppd/l2tp: l2tp_conf.h 
	usr.sbin/npppd/npppd: log.c npppd-users.5 npppd.8 npppd.conf.5 
	                      parse.y 
	usr.sbin/npppd/pppoe: pppoe_conf.h 
	usr.sbin/npppd/pptp: pptp_conf.h 
Removed files:
	usr.sbin/npppd : HOWTO_PIPEX_NPPPD.txt 

Log message:
New configuration syntax for npppd(8).  `npppd.conf' will be based on
parse.y and `npppd-users' will be based on getcap(3).  Add man pages.

feedback from giovanni


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/09/18 07:20:43

Modified files:
	databases/redis: Makefile distinfo 
	databases/redis/patches: patch-redis_conf patch-src_redis_c 

Log message:
Bugfixing update to redis-2.4.17


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2012/09/18 07:23:39

Modified files:
	usr.sbin/npppd/npppd: npppd-users.5 npppd.conf.5 

Log message:
fix mandoc -Tlint warnings.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/18 07:42:39

Modified files:
	usr.sbin/smtpd : lka.c lka_session.c smtpd.h 

Log message:
simple lka cleanups:

- fix lka* function prototypes in smtpd.h
- make static functions static
- merge lka_session_init() into lka_session()
- make lka_session.c use tree.c to store sessions

ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2012/09/18 07:56:09

Modified files:
	lang/node/patches: 
	                   patch-deps_uv_src_ares_config_openbsd_ares_config_h 
	                   patch-deps_v8_src_atomicops_h 
	                   patch-deps_v8_src_platform_h 

Log message:
sync patch comments for upstream openbsd activity

OK jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2012/09/18 08:06:57

Modified files:
	www/drupal6/backup_migrate: Makefile distinfo 
	www/drupal6/backup_migrate/pkg: PLIST 
	www/drupal6/date: Makefile distinfo 
	www/drupal6/globalredirect: Makefile distinfo 
	www/drupal6/imagecache: Makefile distinfo 
	www/drupal6/nodeaccess_userreference: Makefile distinfo 
	www/drupal6/pathauto: Makefile distinfo 
	www/drupal6/pathauto/pkg: PLIST 
	www/drupal6/printer-friendly: Makefile distinfo 
	www/drupal6/token: Makefile distinfo 

Log message:
minor updates to a few modules I use


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/18 08:23:01

Modified files:
	usr.sbin/smtpd : lka_session.c mta.c smtpd.h util.c 

Log message:
- add xmemdup() helper.
- remove useless block in switch.

ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/18 08:39:06

Modified files:
	multimedia/gstreamer-0.10/plugins-bad: Makefile 

Log message:
--disable-openal in gstreamer-0.10/plugins-bad, hidden dep. ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	gerhard@cvs.openbsd.org	2012/09/18 08:49:44

Modified files:
	sys/dev/pci    : if_vr.c 

Log message:
Wait until all xfers have finished before giving up DMA buffer mappings.

ok deraadt@, mikeb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/18 09:34:39

Modified files:
	mail/mimedefang: Makefile 
	mail/mimedefang/patches: 
	                         patch-examples_mimedefang-filter-openbsd-ports 
	mail/mimedefang/pkg: mimedefang_daemon.rc 
	                     mimedefang_multiplexor.rc 
Removed files:
	mail/mimedefang/patches: patch-SpamAssassin_spamassassin_cf 

Log message:
* set default email to postmaster@localhost since this alias exists by default
and change AdminName accordingly
* disable the filter_bad_filename filter by default, it is the admin's
job to choose whether he wants to enable it or not
* remove useless spamassassin.cf patch
* run mimedefang with -G so that external helpers (e.g. antivirus scanners)
can access its socket by being added to the _mdefang group

ok okan@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/18 09:35:13

Modified files:
	usr.sbin/smtpd : expand.c lka_session.c 

Log message:
make use of expandtree_free_nodes() in lka_session_destroy().
change to a simpler implementation for it while there.

ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2012/09/18 10:02:53

Modified files:
	lang/ruby/1.8  : Makefile 
	lang/ruby/1.8/patches: patch-ext_socket_socket_c 

Log message:
Fix a backport of a patch that never made it to ruby 1.8.7, which left
out the definition of a new function added in the patch.  Allows usage
of the ruby 1.8 socket extension with LD_BIND_NOW=1.

OK naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2012/09/18 10:53:17

Modified files:
	lang/boo       : Makefile 

Log message:
fuck that shit


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2012/09/18 11:03:31

Modified files:
	sys/dev/usb    : udl.h 

Log message:
add support for 1366x768 widescreen displays; tested on the Lenovo ThinkVision LT1421.

feedback and ok mglocker@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2012/09/18 11:07:53

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
add Lenovo ThinkVision LT1421 (portable displaylink monitor)


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2012/09/18 11:08:35

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2012/09/18 11:11:42

Modified files:
	share/man/man4 : udl.4 
	sys/dev/usb    : udl.c 

Log message:
support the Lenovo ThinkVision LT1421

ok mglocker@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/09/18 11:12:56

Modified files:
	net/hpodder    : Makefile distinfo 
	net/hpodder/patches: patch-FeedParser_hs 
Added files:
	net/hpodder/patches: patch-Commands_Ls_hs patch-hpodder_cabal 

Log message:
Unbreak build with HaXml>=1.22


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2012/09/18 11:24:53

Modified files:
	sys/dev/usb    : udl.c 

Log message:
the 'WIDE' was dropped


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2012/09/18 11:41:13

Modified files:
	usr.bin/calendar/calendars: calendar.openbsd 

Log message:
The place name we visited was not "sake" but "Sakae".

ok claudio henning


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/18 12:05:16

Modified files:
	devel/spidermonkey: Makefile 

Log message:
Add VMEM_WARNING.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2012/09/18 12:24:26

Modified files:
	lang/ghc       : Makefile 

Log message:
Prepare for a new bootstrapper (now statically linked).


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2012/09/18 12:27:55

Modified files:
	sbin/dhclient  : dhclient-script 

Log message:
Once resolv.conf.saved has been copied back as resolv.conf, delete it so
it isn't copied again the next time a dhclient goes away.

Do the resolv.conf.saved restore for v6 as well since v6 goes through
the trouble to create resolv.conf.saved.

ok beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2012/09/18 12:58:57

Modified files:
	usr.sbin/ospfd : rde_spf.c 
	usr.sbin/ospf6d: rde_spf.c 

Log message:
The if (!better && !equal) check is redundant as the same condition
is checked a few lines below again.  Fewer checks make the code
more readable.
ok stsp@


CVSROOT:	/cvs
Module name:	ports
Changes by:	gonzalo@cvs.openbsd.org	2012/09/18 14:34:30

Modified files:
	www/xombrero   : Makefile distinfo 

Log message:
Update for Xombrero to 1.3.1:

* Unbreak custom URI handling
* Fix display of about:favorites with no favorites
* Prevent using back on an about:secviolation page from returning back
to the exact same page that triggered the cert warning.
* Fix build with glib 2.30.0
* Kill a crash when using older libsoup versions
* Sync the preloaded HSTS list with Chromium's

Tested on amd64.

Ok kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/09/18 14:39:25

Modified files:
	audio/last.fm  : Makefile 
	audio/last.fm/files: lastfm.desktop 

Log message:
The desktop entry created for the last.fm player did not support
passing arguments, but this is needed when attempting to launch the
last.fm player from a browser via the uri handler (last.fm radio
links).
Fix it by replacing the "Exec=last.fm" line with "Exec=last.fm %U".

From gentoo linux


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2012/09/18 17:54:29

Modified files:
	sys/dev/ic     : mpi.c 

Log message:
several tweaks to make mpi(4) work for vmware emulated sas adapters.

1. vmware advertises more scsi targets than command slots, so the maths
we did for openings gave each target 0 openings. always advertise at least
16 openings.

2. if we cant configure the ATA queue depth, dont fail to attach the
controller whole.

finally, improve the error reporting during attach so its more obvious
where things fail.

mostly figured out by jmatthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2012/09/18 18:53:13

Modified files:
	sys/kern       : vfs_subr.c 

Log message:
vhold() and vdrop() are prototyped in vnode.h, so don't repeat them here

ok beck@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/19 02:14:51

Modified files:
	lang/lua       : lua.port.mk 

Log message:
the heuristic to set pkg_arch was wrong; so remove it alltogether.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/19 02:15:09

Modified files:
	astro/celestia : Makefile 
	audio/aqualung : Makefile 
	devel/coxpcall : Makefile 
	devel/luacopas : Makefile 
	devel/luadoc   : Makefile 
	devel/luastdlib: Makefile 
	games/freedroidrpg: Makefile 
	games/lostpixels: Makefile 
	games/love     : Makefile 
	games/naev/base: Makefile 
	games/stone-soup: Makefile 
	games/xmoto    : Makefile 
	graphics/ipe   : Makefile 
	lang/datalog   : Makefile 
	mail/imapfilter: Makefile 
	mail/osbf-lua  : Makefile 
	net/nmap       : Makefile 
	net/quvi/libquvi: Makefile 
	net/quvi/scripts: Makefile 
	net/weechat    : Makefile 
	net/yt         : Makefile 
	productivity/taskwarrior: Makefile 
	security/luacrypto: Makefile 
	security/luasec: Makefile 
	sysutils/conky : Makefile 
	sysutils/luastatgrab: Makefile 
	textproc/highlight: Makefile 
	textproc/luaexpat: Makefile 
	www/nginx/devel: Makefile 
	www/nginx/stable: Makefile 
	x11/awesome    : Makefile 
	x11/e17/e      : Makefile 
	x11/e17/edje   : Makefile 
	x11/ion        : Makefile 

Log message:
sync after recent lua.port.mk change


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2012/09/19 02:15:55

Modified files:
	share/man/man5 : port-modules.5 

Log message:
no more PKG_ARCH messin' around in lua.port.mk


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2012/09/19 02:58:57

Removed files:
	usr.sbin/npppd/common: config_helper.c config_helper.h 
	                       csvreader.c csvreader.h csvreader_test.c 
	                       properties.c properties.h 
	                       properties_test.c 

Log message:
remove files that became unused by new configuration syntax.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/19 03:06:35

Modified files:
	usr.sbin/smtpd : aliases.c expand.c forward.c lka_session.c 
	                 map_db.c map_static.c map_stdio.c smtpd.h 

Log message:
start cleaning the expansion code:

- change expandtree_* prefix to expand_ for better readability and
because the structure might change at some point
- rename <>_free_nodes() to <>_free()
- remove unused <>_remove_node()
- refcounting has no purpose at all; just remove it as well as the
decrement/increment functions, and replace the latter with <>_insert
- expandnode flags is only used to know if it's been processed or not,
don't make it a flag but a simple field with clear name.

ok gilles@ chl@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2012/09/19 03:47:00

Modified files:
	usr.sbin/relayd: check_icmp.c 

Log message:
Fix ICMP checks by setting the socklen correctly before calling recvfrom().

ok benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2012/09/19 03:47:25

Modified files:
	sys/netinet6   : in6.c in6_ifattach.c nd6.c 

Log message:
Use TAILQ_FOREACH macro for loops.  No binary diff.
OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2012/09/19 03:49:24

Modified files:
	usr.sbin/relayd: check_icmp.c 

Log message:
Copy the host id value to the ICMP echo payload in network byte order and
in a nicer way that silences the compiler.

ok benno@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2012/09/19 03:56:01

Modified files:
	sysutils/ruby-puppet: Makefile distinfo 
	sysutils/ruby-puppet/patches: patch-install_rb 
	                              patch-lib_puppet_util_run_mode_rb 
	sysutils/ruby-puppet/pkg: PLIST 
Added files:
	sysutils/ruby-puppet/patches: 
	                              patch-lib_puppet_provider_service_openbsd_rb 

Log message:
update to puppet-2.7.19 and add the default rc.d service provider
to be used on openbsd


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2012/09/19 04:10:26

Modified files:
	net/p5-OSPF-LSDB: Makefile distinfo 

Log message:
update p5-OSPF-LSDB to 1.06


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/19 04:10:30

Modified files:
	usr.sbin/smtpd : aliases.c lka_session.c smtpd.h 

Log message:
Remove aliases_exists() and aliases_virtual_exists(). The corresponding
*_get() functions can be called directly.

ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/19 05:57:35

Modified files:
	usr.sbin/smtpd : lka.c smtpd.h 

Log message:
remove IS_RELAY and IS_MAILBOX macros.

ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/19 06:25:40

Modified files:
	sysutils/syslog-ng: Makefile 
	sysutils/syslog-ng/pkg: syslog_ng.rc 

Log message:
Unfuck ld.so.hints when run late in the boot process.

prodded by and ok espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2012/09/19 06:35:07

Modified files:
	sys/net        : if.c pf.c route.c route.h rtsock.c 

Log message:
More radix internals pushdown; place rn_mpath_next, which accepts and
returns radix_node pointers, inside a new rt_mpath_next, which accepts
and returns rtentry pointers, and start using that instead.

ok claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/19 06:39:34

Modified files:
	sysutils/polkit: Makefile distinfo 
	sysutils/polkit/patches: patch-configure_ac 
	                         patch-docs_polkit_Makefile_am 
	                         patch-src_polkitagent_polkitagenthelper-bsdauth_c 
	sysutils/polkit/pkg: DESCR PLIST README 

Log message:
Update to polkit-0.105.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/19 06:45:04

Modified files:
	usr.sbin/smtpd : aliases.c expand.c forward.c makemap.c map_db.c 
	                 map_static.c map_stdio.c 

Log message:
rename variables for consistency

ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/19 06:53:11

Modified files:
	x11/gnome/zenity: Makefile 
	x11/gnome/zenity/patches: patch-src_tree_c 

Log message:
Fix segmentation fault in --list option

from upstream git


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/19 06:59:59

Modified files:
	usr.sbin/smtpd : aliases.c forward.c makemap.c map_db.c 
	                 map_static.c map_stdio.c 

Log message:
expandnodes must be bzero()'d before parsing to be sure there is no bogus
data left on return, since the RB compare functions uses memcmp().  While
there, remove all calls to bzero() before alias_parse().

ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/19 07:03:58

Modified files:
	sysutils/polkit: Makefile 
	sysutils/polkit/patches: patch-src_polkit_polkitunixprocess_c 

Log message:
Forgot this chunk in previous.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/09/19 07:14:31

Modified files:
	devel/hs-MonadCatchIO-mtl: Makefile distinfo 

Log message:
Update to MonadCatchIO-mtl-0.3.0.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/09/19 07:15:17

Modified files:
	devel/hs-base-unicode-symbols: Makefile distinfo 

Log message:
Update to base-unicode-symbols-0.2.2.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/09/19 07:15:56

Modified files:
	devel/hs-unbounded-delays: Makefile distinfo 

Log message:
Update to unbounded-delays-0.1.0.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/09/19 07:18:41

Modified files:
	databases/hs-redis: Makefile distinfo 

Log message:
Update to hs-redis-0.13


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2012/09/19 07:47:17

Modified files:
	sys/net        : if_pfsync.c 

Log message:
update the tdb replay counter endian conversion to 64 bits;
ok camield mpf


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2012/09/19 07:50:36

Modified files:
	usr.sbin/tcpdump: print-pfsync.c 

Log message:
replay counter was bumped a while ago, update byte order conversion;
while here, improve the way information is printed out a bit.
with input and ok camield, mpf


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2012/09/19 09:29:53

Modified files:
	sys/net        : if.h if_vlan.c 

Log message:
defina an IFCAP_CSUM_MASK, covering IFCAP_CSUM_*, and use it in if_vlan.c
to replace the list of them.
this actually makes vlan inherit the IPv6 CSUM flags from it's parent, that
had been commented out since this code was committed back in 2001.
ok benno mpf


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2012/09/19 09:31:24

Modified files:
	sys/netinet    : ip_carp.c 

Log message:
inherit IFCAP_CSUM_* from the parent interface
in my tree for a while and I forgot what exactly triggered it, but in one
way or another this comes from the netbsd camp
ok benno mpf


CVSROOT:	/cvs
Module name:	src
Changes by:	camield@cvs.openbsd.org	2012/09/19 09:52:17

Modified files:
	sbin/pfctl     : pfctl.c 

Log message:
Show which limit cannot be set.  idea mikeb

ok mikeb henning beck


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2012/09/19 09:53:22

Modified files:
	www/piwik      : Makefile distinfo 
	www/piwik/pkg  : PLIST 

Log message:
Bugfix update to 1.8.4
some speed improvements
On large web sites the upgrade scripts should be run from shell
Full Changelog available at http://piwik.org/changelog/


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/19 10:12:18

ports/telephony/asterisk-sounds/core-sounds

Update of /cvs/ports/telephony/asterisk-sounds/core-sounds
In directory cvs.openbsd.org:/tmp/cvs-serv25518/core-sounds

Log Message:
Directory /cvs/ports/telephony/asterisk-sounds/core-sounds added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/19 10:12:19

ports/telephony/asterisk-sounds/extra-sounds

Update of /cvs/ports/telephony/asterisk-sounds/extra-sounds
In directory cvs.openbsd.org:/tmp/cvs-serv25518/extra-sounds

Log Message:
Directory /cvs/ports/telephony/asterisk-sounds/extra-sounds added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/19 10:12:20

ports/telephony/asterisk-sounds/moh-opsound

Update of /cvs/ports/telephony/asterisk-sounds/moh-opsound
In directory cvs.openbsd.org:/tmp/cvs-serv25518/moh-opsound

Log Message:
Directory /cvs/ports/telephony/asterisk-sounds/moh-opsound added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/19 10:12:29

ports/telephony/asterisk-sounds/core-sounds/en

Update of /cvs/ports/telephony/asterisk-sounds/core-sounds/en
In directory cvs.openbsd.org:/tmp/cvs-serv17306/en

Log Message:
Directory /cvs/ports/telephony/asterisk-sounds/core-sounds/en added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/19 10:12:30

ports/telephony/asterisk-sounds/core-sounds/en_AU

Update of /cvs/ports/telephony/asterisk-sounds/core-sounds/en_AU
In directory cvs.openbsd.org:/tmp/cvs-serv17306/en_AU

Log Message:
Directory /cvs/ports/telephony/asterisk-sounds/core-sounds/en_AU added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/19 10:12:31

ports/telephony/asterisk-sounds/core-sounds/es

Update of /cvs/ports/telephony/asterisk-sounds/core-sounds/es
In directory cvs.openbsd.org:/tmp/cvs-serv17306/es

Log Message:
Directory /cvs/ports/telephony/asterisk-sounds/core-sounds/es added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/19 10:12:32

ports/telephony/asterisk-sounds/core-sounds/fr

Update of /cvs/ports/telephony/asterisk-sounds/core-sounds/fr
In directory cvs.openbsd.org:/tmp/cvs-serv17306/fr

Log Message:
Directory /cvs/ports/telephony/asterisk-sounds/core-sounds/fr added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/19 10:12:33

ports/telephony/asterisk-sounds/core-sounds/pkg

Update of /cvs/ports/telephony/asterisk-sounds/core-sounds/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv17306/pkg

Log Message:
Directory /cvs/ports/telephony/asterisk-sounds/core-sounds/pkg added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/19 10:12:34

ports/telephony/asterisk-sounds/core-sounds/ru

Update of /cvs/ports/telephony/asterisk-sounds/core-sounds/ru
In directory cvs.openbsd.org:/tmp/cvs-serv17306/ru

Log Message:
Directory /cvs/ports/telephony/asterisk-sounds/core-sounds/ru added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/19 10:12:54

ports/telephony/asterisk-sounds/extra-sounds/en

Update of /cvs/ports/telephony/asterisk-sounds/extra-sounds/en
In directory cvs.openbsd.org:/tmp/cvs-serv24007/en

Log Message:
Directory /cvs/ports/telephony/asterisk-sounds/extra-sounds/en added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/19 10:12:55

ports/telephony/asterisk-sounds/extra-sounds/fr

Update of /cvs/ports/telephony/asterisk-sounds/extra-sounds/fr
In directory cvs.openbsd.org:/tmp/cvs-serv24007/fr

Log Message:
Directory /cvs/ports/telephony/asterisk-sounds/extra-sounds/fr added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/19 10:12:57

ports/telephony/asterisk-sounds/extra-sounds/pkg

Update of /cvs/ports/telephony/asterisk-sounds/extra-sounds/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv24007/pkg

Log Message:
Directory /cvs/ports/telephony/asterisk-sounds/extra-sounds/pkg added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/19 10:13:10

ports/telephony/asterisk-sounds/moh-opsound/pkg

Update of /cvs/ports/telephony/asterisk-sounds/moh-opsound/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv10641/moh-opsound/pkg

Log Message:
Directory /cvs/ports/telephony/asterisk-sounds/moh-opsound/pkg added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2012/09/19 10:14:01

Modified files:
	sys/net        : if.c route.c route.h rtsock.c 
	sys/netinet    : ip_carp.c 

Log message:
Make rt_lookup return a pointer to an rtentry struct instead of
to a radix_node struct.

The radix tree pushdown continues.

ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2012/09/19 10:30:39

Modified files:
	usr.sbin/ntpd  : ntpd.8 

Log message:
clarify which process writes out stats upong SIGINFO reception.
pointed out by Frank Brodbeck , actual change with & ok jmc


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2012/09/19 10:33:05

Modified files:
	sys/dev/usb    : files.usb 
	share/man/man4 : Makefile usb.4 
Added files:
	sys/dev/usb    : if_smsc.c if_smscreg.h 
	share/man/man4 : smsc.4 

Log message:
SMSC LAN95xx 10/100 USB Ethernet driver, ported from FreeBSD.

'turbo mode' having multiple rx packets in a single usb transaction
similiar to what newer asix chips do is disabled as it seems to cause
many rx errors and breaks fragmentation.

checksum offloading while apparently supported by the hardware is
currently disabled.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/19 10:35:06

Modified files:
	net/quagga     : Makefile distinfo 
	net/quagga/patches: patch-configure_ac patch-doc_Makefile_in 
	                    patch-ospfclient_Makefile_in 
	                    patch-ospfd_Makefile_in 
	                    patch-zebra_kernel_socket_c 
	net/quagga/pkg : PLIST 

Log message:
update to Quagga 0.99.21


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2012/09/19 10:51:10

Modified files:
	sys/dev/usb    : if_smsc.c 

Log message:
match some more LAN95xx device ids


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/09/19 11:32:12

Modified files:
	share/man/man4 : smsc.4 

Log message:
fix SEE ALSO;


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2012/09/19 11:50:17

Modified files:
	sys/sys        : mbuf.h 
	sys/conf       : GENERIC 
	sys/net        : if_pppx.c pipex.c pipex.h pipex_local.h 
	usr.sbin/npppd/npppd: npppd.c 

Log message:
cleanup around the pipex.  naming style, delete or update comments.
no functional changes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/19 12:15:40

Modified files:
	devel/glade    : Makefile distinfo 
	devel/glade/patches: patch-configure 

Log message:
- update to 3.12.2


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/19 12:20:36

Modified files:
	usr.sbin/smtpd : smtpd.h smtpctl.c queue.c smtp.c envelope.c 

Log message:
Remove DF_ENQUEUE flag. It is mostly unused and logically broken.
Ignore it in existing envelopes until it gets completely dropped.
Change "smtpctl show queue" to display the address family of the
envelope source instead of the ENQUEUE flag.

ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2012/09/19 12:30:03

Modified files:
	share/man/man4 : Makefile options.4 
Added files:
	share/man/man4 : pipex.4 

Log message:
add pipex(4) man page.


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2012/09/19 12:33:56

Modified files:
	usr.sbin/npppd/npppd: npppd-users.5 npppd.8 npppd.conf.5 

Log message:
tweak man pages.
- add missing copyright
- delete comment lines from the template
- new sentence, new line
- on npppd.8 BUGS section, clarified that what is dropped is L2TP/IPsec
packets


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2012/09/19 13:15:27

Modified files:
	usr.sbin/ospf6d: log.c log.h 

Log message:
Do not care about the kame hack when logging a link local address.
The scope should have been converted when we received it from kernel.
Remove log_in6addr_scope(), it is not used.
ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2012/09/19 13:20:34

Modified files:
	usr.sbin/ospf6d: kroute.c ospf6d.h 

Log message:
Instead of fiddling about the kame hack here and there, implement
the functions embedscope(), recoverscope(), clearscope().
ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	sf@cvs.openbsd.org	2012/09/19 13:24:33

Modified files:
	share/man/man4 : Makefile 
	sys/arch/amd64/conf: GENERIC 
	sys/arch/i386/conf: GENERIC 
	sys/dev/pci    : files.pci 
Added files:
	share/man/man4 : vio.4 vioblk.4 virtio.4 
	sys/dev/pci    : if_vio.c vioblk.c vioblkreg.h virtio.c 
	                 virtio_pci.c virtioreg.h virtiovar.h 

Log message:
Add new drivers for virtio network (vio) and block devices (vioblk, the disks
attach as scsi disks).  These are paravirtualized devices offered by some
hypervisors like kvm and virtualbox.

The virtio transport driver has the pci specific parts separated out. This
will make it easier to add support for mmio (e.g. for ARM) later.

OK mikeb
OK jasper
"commit what you have" deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2012/09/19 13:29:21

Modified files:
	usr.sbin/npppd/npppd: npppd.8 npppd.conf.5 

Log message:
tweak man pages.
- new sentence, new line
- on npppd.8 BUGS section, clarified that what is dropped is L2TP/IPsec
packets
these must be included the previous commit.


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2012/09/19 13:30:42

Modified files:
	share/man/man9 : route.9 

Log message:
Update the route(9) manpage to reflect recent change to rt_lookup()

reminded by jmc@

ok jmc@ claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/19 13:40:36

Modified files:
	usr.sbin/smtpd : lka.c mfa.c 

Log message:
Set envelope expirancy in lka before sending the envelope to mfa.
The goal is to eventually have only the lka see the rules.

ok gilles@ chl@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2012/09/19 13:41:29

Modified files:
	sys/kern       : uipc_socket.c 

Log message:
In somove() make the call to pr_usrreq(PRU_RCVD) under the same
conditions as in soreceive().  My goal is to make socket splicing
less protocol dependent.
ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2012/09/19 14:00:32

Modified files:
	sys/kern       : uipc_socket.c 

Log message:
When a socket is spliced, it may not wakeup the userland for reading.
There was a small race in sorwakeup() where that could happen if
we slept before the SB_SPLICE flag was set.
ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/19 14:08:53

Modified files:
	usr.sbin/smtpd : smtpctl.c 

Log message:
use lower case for envelope fields.

requested by gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2012/09/19 14:19:31

Modified files:
	sys/arch/amd64/amd64: autoconf.c cpu.c identcpu.c 
	sys/arch/i386/i386: autoconf.c cpu.c machdep.c 

Log message:
Add support for the rdrand instruction found in recent Intel processors.
Joint work with naddy@

ok naddy@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/09/19 14:50:15

Modified files:
	usr.bin/yes    : yes.1 

Log message:
this command comes from V7; from simon gerraty
confirmed by sobrado


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/19 15:10:38

Modified files:
	lang/go        : Makefile 
Added files:
	lang/go/patches: patch-src_cmd_6l_asm_c patch-src_cmd_8l_asm_c 
	                 patch-src_cmd_ld_elf_c patch-src_cmd_ld_elf_h 

Log message:
add elf note section for OpenBSD. patches from jsing, applied to port by me.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/09/19 15:12:30

Modified files:
	share/man/man4 : vio.4 vioblk.4 virtio.4 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/19 15:15:02

Modified files:
	telephony/p5-asterisk: Makefile distinfo 

Log message:
minor update to p5-asterisk 1.03


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2012/09/19 16:37:23

Modified files:
	sys/dev/pci    : if_san_common.c if_san_common.h if_san_xilinx.c 
	sys/net        : pipex.c pipex.h 
	sys/netinet6   : ip6_mroute.c ip6_mroute.h 

Log message:
ioctl requests are u_long not int, spotted via clang
ok deraadt@ miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2012/09/19 17:01:21

Modified files:
	sys/dev/pci    : pci.c pcivar.h 

Log message:
Add resource tracking for PCI bus numbers.  This will allow us to prevent
attaching the same PCI bus twice and in the long run this will allown us
to hot plug PCI busses and support CardBus on machines where the firmware
doesn't assign a bus number to CardBus devices.

While there, print a bit more information for memory and io conflicts.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2012/09/19 17:03:12

Modified files:
	sys/arch/i386/i386: mainbus.c 
	sys/arch/i386/pci: pchb.c pci_machdep.c pci_machdep.h 

Log message:
Set up PCI bus number resource accounting for the main PCI bus hierarchy.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2012/09/19 17:23:51

Modified files:
	sys/arch/amd64/amd64: mainbus.c 
	sys/arch/amd64/include: pci_machdep.h 
	sys/arch/amd64/pci: pchb.c pci_machdep.c 

Log message:
Set up PCI bus number resource accounting for the main PCI bus hierarchy.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2012/09/19 18:08:58

Log message:
    Add libskk, a GObject-based library to deal with Japanese kana-to-kanji
    (SKK) conversion originally submitted by Tamotsu Takahashi, updated
    and with some tweaks by me.
    sthen@ ok
    
    Status:
    
    Vendor Tag:	fgsch
    Release Tags:	fgsch_20120920
    
    N ports/inputmethods/libskk/Makefile
    N ports/inputmethods/libskk/distinfo
    N ports/inputmethods/libskk/pkg/DESCR
    N ports/inputmethods/libskk/pkg/PLIST
    N ports/inputmethods/libskk/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2012/09/19 18:30:50

Modified files:
	inputmethods   : Makefile 

Log message:
hook libskk.


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2012/09/20 00:06:21

Modified files:
	sys/dev/pci    : virtio_pci.c 

Log message:
make the lines printed during attach more consistent with other drivers

ok mikeb@ sf@


CVSROOT:	/cvs
Module name:	www
Changes by:	rpe@cvs.openbsd.org	2012/09/20 00:08:41

Modified files:
	faq/ports      : differences.html guide.html ports.html 
	                 specialtopics.html testing.html 

Log message:
add  to:
- variable names
- make targes
- flags and options
- filnames
- /path/to/files

in changed paragraphs:
- start sentences on a new line
- split long lines around 72-80 colums
- fix a typo (spotted by Adam Jeanguenat)

ok sthen@ nick@


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/20 00:25:15

Modified files:
	de             : 52.html donations.html 
	faq/pf/ru      : pools.html queueing.html 
	fr             : index.html mail.html security.html 
	nl             : anoncvs.html donations.html 
	openssh/ru     : faq.html features.html 
	ru             : hackathons.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/20 01:01:15

Modified files:
	textproc/ruby-icalendar: Makefile distinfo 
	textproc/ruby-icalendar/pkg: PLIST 

Log message:
- update to 1.2.0


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2012/09/20 01:22:48

Modified files:
	usr.sbin/ospf6d: log.c log.h 

Log message:
Bring back log_in6addr_scope() as ospf6ctl uses it.
Found by kettenis@ the hard way.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2012/09/20 01:40:26

Modified files:
	share/man/man4 : smsc.4 

Log message:
add a list of chips and devices
ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/20 03:27:49

Modified files:
	usr.sbin/smtpd : mda.c 

Log message:
envelope type is necessarily D_MDA here.

ok chl@


CVSROOT:	/cvs
Module name:	src
Changes by:	camield@cvs.openbsd.org	2012/09/20 03:43:49

Modified files:
	sys/net        : pf_ioctl.c pfvar.h 
	share/man/man5 : pf.conf.5 

Log message:
Lower pf frags limit to not risk running out of mbuf clusters
when dealing with lots of IP fragments.

This sets the default to 25% of the mbuf cluster maximum (hint
from beck).  And the example in the manpage is sane now.

ok mikeb henning beck deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/20 03:51:00

Modified files:
	devel/msp430/gcc: Makefile distinfo 

Log message:
add two LTS patches from upstream


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2012/09/20 04:25:03

Modified files:
	sys/net        : if_bridge.c if_pfsync.c pfkey.c pfkeyv2.c 
	sys/netinet    : in_pcb.c ip_ah.c ip_esp.c ip_ipcomp.c ip_ipsp.c 
	                 ip_ipsp.h ip_output.c ipsec_input.c 
	                 ipsec_output.c tcp_output.c 
	sys/netinet6   : ip6_output.c 

Log message:
spltdb() was really just #define'd to be splsoftnet(); replace the former
with the latter

no change in md5 checksum of generated files

ok claudio@ henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/20 05:30:31

Modified files:
	sysutils/accountsservice: Makefile 
	sysutils/accountsservice/patches: patch-src_daemon_c 
	                                  patch-src_user_c 

Log message:
Add _riak to the user ignore list.
Cleaner way of settingup the class.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/20 05:32:06

Modified files:
	usr.sbin/user  : user.c 

Log message:
Be consistent with what the installer and useradd(8) do and put newly
created users into their own primary group.
This does not change existing installations that already have a
usermgmt.conf(5).

ok todd@ beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/09/20 05:52:47

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
remove unneccessary macro;


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2012/09/20 06:05:21

Modified files:
	share/man/man4 : pipex.4 

Log message:
don't use link to npppd(8) and pppx(4) until they are ready.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2012/09/20 06:30:20

Modified files:
	usr.sbin/relayd: Makefile relay.c relayd.h 
Added files:
	usr.sbin/relayd: relay_http.c 

Log message:
Move the HTTP code into an extra file to make future changes easier to
follow.  No functional changes, only one function got renamed.

ok benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2012/09/20 06:34:18

Modified files:
	sys/kern       : uipc_socket.c 

Log message:
In somove() free the mbufs when necessary instead of freeing them
in the release path.  Especially accessing m in a KDASSERT() could
go wrong.
OK claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2012/09/20 06:43:16

Modified files:
	usr.sbin/ntpd  : ntpd.conf.5 ntpd.h parse.y sensors.c 

Log message:
Allow ntpd.conf to assign a stratum to a sensor with the syntax stratum .

OK markus@ henning@ phessler@ jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/20 06:48:40

Log message:
    import libvirt-glib 0.1.2
    
    libvirt-glib wraps libvirt to provide a high-level object-oriented API
    better suited for glib-based applications.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20122009
    
    N ports/devel/libvirt-glib/Makefile
    N ports/devel/libvirt-glib/distinfo
    N ports/devel/libvirt-glib/pkg/PLIST
    N ports/devel/libvirt-glib/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/20 06:50:47

Modified files:
	devel          : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2012/09/20 06:51:43

Modified files:
	usr.sbin       : Makefile 
	etc            : Makefile changelist rc rc.conf sysctl.conf 
	etc/mtree      : 4.4BSD.dist 
	usr.sbin/npppd : Makefile 
Added files:
	etc/rc.d       : npppd 
	usr.sbin/npppd/npppd: npppd-users npppd.conf 

Log message:
Enable npppd and npppctl in default build.  Add npppd to rc and
install sample configs to /etc/.

ok claudio deraadt henning mcbride


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2012/09/20 07:20:02

Modified files:
	inputmethods/libskk: Makefile 
	inputmethods/libskk/pkg: PLIST 

Log message:
include .la files as well and bump.
requested by ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/20 07:34:19

Modified files:
	x11/sawfish    : Makefile 

Log message:
Fix LIB_DEPENDS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/20 07:42:23

Log message:
    Import harfbuzz-0.9.4.
    
    HarfBuzz is an OpenType text shaping engine.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20120920
    
    N ports/devel/harfbuzz/distinfo
    N ports/devel/harfbuzz/Makefile
    N ports/devel/harfbuzz/pkg/DESCR
    N ports/devel/harfbuzz/pkg/PLIST
    N ports/devel/harfbuzz/pkg/PFRAG.shared
    N ports/devel/harfbuzz/patches/patch-src_check-internal-symbols_sh
    N ports/devel/harfbuzz/patches/patch-src_check-exported-symbols_sh
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/20 07:42:52

Modified files:
	devel          : Makefile 

Log message:
+harfbuzz


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2012/09/20 07:52:11

Modified files:
	sys/dev/usb    : files.usb 
Added files:
	sys/dev/usb    : uoak.h uoak_subr.c uoaklux.c uoakrh.c uoakv.c 

Log message:
add device driver for Toradex OAK usb sensors:
uoaklux(4): Toradex OAK LUX, USB illuminance sensor
uoakrh(4) : Toradex OAK RH, USB temperature and relative humidity sensor
uoakv(4)  : Toradex OAK V, USB +/- 10V 8channel ADC interface

ok deraadet@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/20 08:04:17

Modified files:
	graphics/DevIL : Makefile 

Log message:
register libmng as a dependency instead of picking it up when it just
happens to be around

spotted by nigel@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/20 08:04:24

Modified files:
	games/love     : Makefile 

Log message:
regen WANTLIB


CVSROOT:	/cvs
Module name:	src
Changes by:	mpf@cvs.openbsd.org	2012/09/20 08:10:18

Modified files:
	sys/net        : bridgestp.c if_bridge.c if_bridge.h 

Log message:
Don't filter spanning tree BPDUs. Either process, or forward them.
Even though this violates IEEE 802.1D, we'd rather avoid bridging loops
by not getting in the way of STP.
OK henning, camield, reyk


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2012/09/20 08:11:15

Modified files:
	lib/freetype/builds/unix: freetype2.in 

Log message:
Restore -lz in Libs:. OpenBSD doesn't use the embedded gzip lib, and
doesn't link libfreetype against libz. Prodded by ajacoutot@.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/20 08:28:57

Modified files:
	usr.sbin/smtpd : aliases.c forward.c smtpd.h util.c 

Log message:
constify parameters that are supposed to be const.

ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/20 08:41:26

Modified files:
	textproc/libxml++: Makefile 

Log message:
Sync WANTLIB.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2012/09/20 09:06:08

Modified files:
	faq/ports      : guide.html 

Log message:
fix old-style LIB_DEPENDS format


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/20 09:06:26

Modified files:
	meta/gnome     : Makefile 

Log message:
No need for at-spi2-atk.


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2012/09/20 09:06:43

Modified files:
	share/man/man4 : Makefile 
Added files:
	share/man/man4 : uoaklux.4 uoakrh.4 uoakv.4 

Log message:
add initial version man pages for uoaklux(4), uoakrh(4) and uoakv(4)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2012/09/20 09:10:39

Modified files:
	sys/dev/usb    : files.usb 

Log message:
only want uoak_subr.c, if we have any of the 3 main drivers


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2012/09/20 09:11:44

Modified files:
	share/man/man4 : Makefile 

Log message:
accidental space after \


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2012/09/20 10:15:43

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 mi 
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/etc: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2012/09/20 10:22:40

Modified files:
	build          : support.dat 

Log message:
From JJ Fiasson via www@


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2012/09/20 10:26:23

Modified files:
	.              : support.html 

Log message:
Sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/09/20 10:29:01

Modified files:
	share/man/man4 : pipex.4 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2012/09/20 10:38:16

Modified files:
	lang/ghc       : Makefile distinfo 

Log message:
Use the new bootstrapper.

i386 bits (bootstrapper build and test) from sthen@, Thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/09/20 10:39:26

Modified files:
	share/man/man4 : uoaklux.4 uoakrh.4 uoakv.4 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/09/20 10:42:28

Modified files:
	share/man/man4 : usb.4 

Log message:
add uoak* devices;


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2012/09/20 10:59:47

Modified files:
	meta/xfce      : Makefile 

Log message:
Add xfce4-weather to xfce-extras, now that it can get weather data again.
ok landry


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2012/09/20 11:21:13

Modified files:
	sys/net80211   : ieee80211_node.c 

Log message:
Nuke M_80211_NODE #define which mapped to M_DEVBUF and use M_DEVBUF directly.
ok henning


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2012/09/20 11:37:47

Modified files:
	sys/net        : if_pfsync.c 

Log message:
pfsync_cancel_full_update needs to restore carp demotions since
it's cancelling the bulk update and can leave the machine in a
demoted state.

bug was noticed by benno, who was kind enough to verify that the
fix is working fine.  ok mpf, benno


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2012/09/20 11:39:08

Modified files:
	usr.sbin/ospf6d: kroute.c 

Log message:
The current code in ospf6d kroute tries to read the scope of the
route from the gateway's scope id.  That does not work as the kernel
provides the scope id via the kame hack instead of the sin6_scope_id
field of the sockaddr_in6.  Call recoverscope() to fix that.
OK claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/20 11:40:57

Log message:
    import celt051
    
    The CELT codec is an experimental audio codec for use in low-delay
    speech and audio communication. It's meant to close the gap between
    Vorbis and Speex for applications where both high quality audio and
    low delay are desired.
    
    This package contains the celt051 API.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20122009
    
    N ports/audio/celt051/Makefile
    N ports/audio/celt051/distinfo
    N ports/audio/celt051/pkg/PLIST
    N ports/audio/celt051/pkg/PFRAG.shared
    N ports/audio/celt051/pkg/DESCR
    N ports/audio/celt051/patches/patch-celt051_pc_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/20 11:41:30

Modified files:
	audio          : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/20 11:49:10

Modified files:
	security/gnutls: Makefile 
Added files:
	security/gnutls/patches: patch-src_libopts_genshell_h 

Log message:
Fix implicit declaration.


CVSROOT:	/cvs
Module name:	ports
Changes by:	gsoares@cvs.openbsd.org	2012/09/20 13:35:09

Modified files:
	devel/cppcheck : Makefile distinfo 

Log message:
update to 1.56; ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2012/09/20 14:11:58

Modified files:
	sbin/sysctl    : sysctl.c 
	share/snmp     : OPENBSD-SENSORS-MIB.txt 
	sys/sys        : sensors.h 
	usr.bin/systat : sensors.c 
	usr.sbin/sensorsd: sensorsd.c 
	usr.sbin/snmpd : mib.c 

Log message:
add more sensor types to sensor framework.
- Pressure (10^-3 Pa)
- distance (10^-6 m)
- acceleration (10^-6 m/s^2)

ok deraadt@ reyk@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2012/09/20 14:20:11

Modified files:
	sys/uvm        : uvm_swap.c 

Log message:
Now that none of our installation media runs off the swap area, don't bother
accounting for an hyperthetical miniroot filesystem in swap.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/09/20 14:28:09

Modified files:
	usr.sbin/npppd/npppd: npppd.c npppd.8 

Log message:
various fixes; ok yasuoka


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2012/09/20 14:43:11

Modified files:
	.              : 52.html 

Log message:
5802 pkgs for arm.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2012/09/20 14:51:51

Modified files:
	share/snmp     : OPENBSD-SENSORS-MIB.txt 

Log message:
bump revision


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2012/09/20 14:53:13

Modified files:
	sys/net        : route.c rtsock.c 

Log message:
Fix a pair of typos in comments.

ok claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/20 14:56:34

Modified files:
	devel/lua-lgi  : Makefile 
Added files:
	devel/lua-lgi/patches: patch-lgi_core_c 

Log message:
fix loading of introspected libraries


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/20 15:10:42

Modified files:
	devel/lua-lgi  : Makefile 
	devel/lua-lgi/pkg: DESCR 

Log message:
unconfuse DESCR

prompted by an issue reported by weerd@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/09/20 23:07:22

Modified files:
	www/tomcat/v7  : Makefile distinfo 
	www/tomcat/v7/pkg: PLIST-examples 

Log message:
Bugfix update to 7.0.30


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/21 00:31:27

Modified files:
	devel/harfbuzz : Makefile 

Log message:
Remove CONFIGURE_ENV now that freetype2 pc file has been fixed.
Require a current xenocara.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/21 00:50:27

ports/net/libsocialweb/patches

Update of /cvs/ports/net/libsocialweb/patches
In directory cvs.openbsd.org:/tmp/cvs-serv27650/patches

Log Message:
Directory /cvs/ports/net/libsocialweb/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/21 01:01:54

Modified files:
	net/libsocialweb: Makefile 
Added files:
	net/libsocialweb/patches: 
	                          patch-libsocialweb-client_sw-client-contact-view_c 
	                          patch-libsocialweb-client_sw-client-item-view_c 
	                          patch-libsocialweb-client_sw-contact_c 

Log message:
- add patches from upstream git to fix build with upcoming
gobject-introspection update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/21 01:02:07

Modified files:
	net/farstream  : Makefile 
Added files:
	net/farstream/patches: patch-farstream_fs-candidate_c 
	                       patch-farstream_fs-codec_c 
	                       patch-farstream_fs-conference_c 
	                       patch-farstream_fs-conference_h 
	                       patch-farstream_fs-participant_h 
	                       patch-farstream_fs-rtp_c 
	                       patch-farstream_fs-session_c 
	                       patch-farstream_fs-stream-transmitter_c 
	                       patch-farstream_fs-stream_c 
	                       patch-farstream_fs-transmitter_c 
	                       patch-farstream_fs-utils_c 

Log message:
- add patches from upstream git to fix build with upcoming
gobject-introspection update.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2012/09/21 01:55:20

Modified files:
	usr.bin/make   : Makefile buf.c buf.h compat.c defines.h 
	                 engine.c engine.h error.c error.h gnode.h job.c 
	                 job.h lowparse.c lowparse.h main.c make.1 
	                 parse.c targ.c varmodifiers.c 
Added files:
	usr.bin/make   : dump.c dump.h 

Log message:
major overhaul of the way make handle jobs, inspired by dpb:
instead of forking a "job" per target, and having that job further fork
separate commands, have make maintain a list of jobs, indexed by pid
of currently running commands, and handle process termination
continuation-style.  This has lots of benefits:
- make is responsible for most printing, so we no longer need pipes nor
job control: make -j jobs see the tty.
- no more special-casing for jobs that don't really execute anything.
- unify code for make -jn and make -B, including signal handlers and
job waiting.  So make -n, make -q, +cmd now run commands in the same
way in all cases.
- unified more accurate error-reporting, as make knows precisely which
command failed. Commands are tagged with their lines, and we display failing
commands in silent mode.
- fine-grained "expensive" command handling (recursion limiter). Do it
per-command instead of per-target.

Moreover, signal response is now simpler, as we just block the signals
in a small critical sections, test for events, and sigpause (thanks a lot
to guenther@ and millert@), so running make is now almost always paused
without any busy-waiting.

Thanks to everyone who tested and gave input.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/09/21 02:10:45

Modified files:
	math/R         : Makefile 

Log message:
Fix hidden dependency on icu4c, needed for Unicode collation.

Spotted by David Hoskin , thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2012/09/21 02:18:40

Modified files:
	usr.bin/make   : job.c 

Log message:
vax, found by fries@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/09/21 02:51:47

Modified files:
	x11/nitrogen   : Makefile distinfo 

Log message:
Enable Xinerama support.

Initial diff by Gregor Best 

OK ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/09/21 03:03:32

Modified files:
	usr.sbin/npppd/npppd: npppd-users.5 

Log message:
various tweaks;


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/21 03:48:53

Modified files:
	x11/sawfish    : Makefile distinfo 
	x11/sawfish/patches: 
	                     patch-lisp_sawfish_gtk_widgets_frame-style_jl 
	x11/sawfish/pkg: PLIST 

Log message:
- update to 1.9.1


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2012/09/21 03:56:27

Modified files:
	usr.sbin/relayd: relay.c relayd.c relayd.h 

Log message:
file descriptor accounting for relays: track how many connections to
backend servers are unopened and reserve fds for them.
ok reyk@, "don't wait" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2012/09/21 04:01:52

Modified files:
	usr.bin/make   : Makefile 

Log message:
zap lint remains


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/21 04:22:29

Modified files:
	usr.sbin/smtpd : lka.c lka_session.c map.c map_db.c map_static.c 
	                 map_stdio.c ruleset.c smtpd.h util.c 

Log message:
Move ruleset_match() prototype to smtpd.h and make the envelope const.
Adapt a lot of functions in chain to use const args where required.

ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/21 04:27:22

Modified files:
	net/farstream/patches: patch-farstream_fs-session_c 
	                       patch-farstream_fs-stream_c 

Log message:
add two more commits to unbreak with new goi;
only comments changed; no bump.


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2012/09/21 04:53:07

Modified files:
	usr.bin/ssh    : sftp.c 

Log message:
Fix improper handling of absolute paths when PWD is part of the completed
path.  Patch from Jean-Marc Robert via tech@, ok djm.


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2012/09/21 04:55:04

Modified files:
	usr.bin/ssh    : sftp.c 

Log message:
Fix handling of filenames containing escaped globbing characters and escape
"#" and "*".  Patch from Jean-Marc Robert via tech@, ok djm.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/21 06:33:32

Modified files:
	usr.sbin/smtpd : mda.c mta.c mta_session.c queue.c smtpd.h 
	                 util.c 

Log message:
Add a log_envelope() function that log envelope status in a uniform way.
It automagically adds an rcpt= field if "dest" differs from
the original "rcpt". The function takes an "extra" parameter that allows
to add some specific info depending on the context.

ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2012/09/21 06:49:01

Modified files:
	usr.sbin/nsd   : Tag: OPENBSD_5_1 query.c 

Log message:
MFC NSD DoS fix to 5.1-stable, pointed out by Mathieu Simon on misc@:

Fix for VU#624931 CVE-2012-2978: NSD denial of service
vulnerability from non-standard DNS packet from any host
on the internet.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/21 07:16:49

Modified files:
	devel/glib2    : Makefile distinfo 
	devel/glib2/patches: patch-gio_gunixmount_c 
	devel/glib2/pkg: PLIST 

Log message:
It's this time of the year again... update glib2 to the latest
available development release (glib2-2.33.14). A new stable is supposed
to come out within the next 2 weeks and we want to be proactive and get
some things in tree before the big GNOME 3.6 update that we will work on
at p2k12.

big thank to jasper@ for running this and the upcoming updates in a bulk
ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/21 07:17:18

Modified files:
	devel/glib2mm  : Makefile distinfo 
	devel/glib2mm/pkg: PLIST 

Log message:
Update to glib2mm-2.33.12.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/21 07:17:46

Modified files:
	textproc/aspell/core: Makefile 
	textproc/aspell/core/patches: patch-configure 
	textproc/hyperestraier: Makefile 
	textproc/hyperestraier/patches: patch-configure 
	textproc/icu4c : Makefile 
	textproc/libical: Makefile 
	textproc/libical/patches: patch-configure 
	textproc/ruby-hyperestraier: Makefile 
	textproc/ruby-hyperestraier/patches: patch-rubynative_estcmd_rb 
Removed files:
	textproc/icu4c/patches: patch-source_configure 

Log message:
- remove -lpthread related patches/chunks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/21 07:18:00

Modified files:
	devel/pango    : Makefile distinfo 
	devel/pango/pkg: PLIST 

Log message:
Update to pango-1.31.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/21 07:19:01

Modified files:
	geo/geoclue    : Makefile distinfo 
	geo/geoclue/patches: patch-configure 
	geo/geoclue/pkg: PLIST 

Log message:
- update to geoclue-0.12.99


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/21 07:19:03

Log message:
    Import pangox-compat-0.0.1.
    
    This is a compatibility library providing the obsolete pangox library
    that is not shipped by Pango itself anymore.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_2012
    
    N ports/devel/pangox-compat/distinfo
    N ports/devel/pangox-compat/Makefile
    N ports/devel/pangox-compat/pkg/DESCR
    N ports/devel/pangox-compat/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/21 07:19:36

Modified files:
	devel          : Makefile 

Log message:
+pangox-compat


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/21 07:19:40

Modified files:
	devel/gobject-introspection: Makefile distinfo 
	devel/gobject-introspection/patches: patch-giscanner_utils_py 
	devel/gobject-introspection/pkg: PLIST 

Log message:
- update to 1.33.14


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/21 07:19:57

Modified files:
	devel/atk      : Makefile distinfo 

Log message:
Update to atk-2.5.91.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/21 07:20:19

Modified files:
	x11/gtk+3      : Makefile distinfo 
	x11/gtk+3/patches: patch-gtk_Makefile_in patch-gtk_gtksettings_c 
	x11/gtk+3/pkg  : PLIST-cups PLIST-main 

Log message:
Update to gtk+3-3.5.18.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/21 07:20:57

Modified files:
	x11/gtkglext   : Makefile 
	x11/gtkglext/pkg: PLIST 
Added files:
	x11/gtkglext/patches: patch-configure 

Log message:
Use pangox-compat.
ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/21 07:21:45

Modified files:
	astro/celestia : Makefile 
	cad/pcb        : Makefile 
	emulators/desmume: Makefile 
	emulators/vbam : Makefile 
	emulators/yabause: Makefile 
	games/ufoai/base: Makefile 
	x11/gtkglextmm : Makefile 
	mail/mozilla-thunderbird: Makefile 
	productivity/sunbird: Makefile 
	www/firefox35  : Makefile 
	www/firefox36  : Makefile 
	www/mozilla-firefox: Makefile 
	www/seamonkey  : Makefile 
	www/fennec     : Makefile 
	x11/sawfish    : Makefile 
Added files:
	x11/sawfish/patches: patch-configure_in patch-src_fonts_c 

Log message:
Fix after pangox removal from devel/pango.
ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/21 07:22:10

Modified files:
	x11/gtk3mm     : Makefile distinfo 
	x11/gtk3mm/pkg : PLIST 

Log message:
Update to gtk3mm-3.5.12.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/21 07:22:34

Modified files:
	x11/gnome/themes-standard: Makefile distinfo 
	x11/gnome/themes-standard/pkg: PLIST 

Log message:
Update to gnome-themes-standard-3.5.92.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/21 07:23:06

Modified files:
	x11/gnome/libgda: Makefile distinfo 
	x11/gnome/libgda/patches: patch-configure 
	x11/gnome/libgda/pkg: PLIST-ldap PLIST-main PLIST-mysql 
	                      PLIST-pgsql PLIST-ui 

Log message:
Update to libgda-5.1.1.
ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/21 07:23:07

Modified files:
	usr.sbin/smtpd : lka_session.c smtpd.h 

Log message:
move struct lka_session definition in lka_session.c

ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/21 07:23:23

Modified files:
	x11/gnome/totem-pl-parser: Makefile distinfo 
	x11/gnome/totem-pl-parser/patches: patch-configure 

Log message:
Update to totem-pl-parser-3.4.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/21 07:23:40

Modified files:
	multimedia/gstreamer-0.10/mm: Makefile distinfo 

Log message:
Update to gstreamermm-0.10.11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/21 07:24:09

Modified files:
	x11/gtk+2      : Makefile 

Log message:
Fix WANTLIB after recent pango update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/21 07:24:28

Modified files:
	x11/gnome/at-spi2-core: Makefile distinfo 
	x11/gnome/at-spi2-core/patches: patch-configure 

Log message:
Update to at-spi2-core-2.5.92.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/21 07:24:51

Modified files:
	x11/gnome/at-spi2-atk: Makefile distinfo 
	x11/gnome/at-spi2-atk/pkg: PLIST 
Removed files:
	x11/gnome/at-spi2-atk/patches: patch-aclocal_m4 
	                               patch-atk-adaptor_adaptors_application-adaptor_c 
	                               patch-atk-adaptor_bridge_c 
	                               patch-atk-adaptor_bridge_h 

Log message:
Update to at-spi2-atk-2.5.92.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/21 07:25:27

Modified files:
	x11/gnome/mutter: Makefile distinfo 

Log message:
Fix with new introspection (from upstream).


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/21 07:42:45

Modified files:
	devel/pango/pkg: PLIST 

Log message:
Forgot to sync PLIST.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/21 07:51:17

Modified files:
	devel/glade    : Makefile distinfo 
	devel/glade/patches: patch-configure 
	devel/glade/pkg: PLIST 

Log message:
- update to 3.14.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/21 07:51:56

Added files:
	x11/nx/opennx/patches: patch-configure 

Log message:
don't pick up pulseaudio; no pkg change as it wouldn't build if it was picked up.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/21 07:57:32

Modified files:
	devel/lua-lgi/patches: patch-lgi_core_c 

Log message:
sync comment now that it's been merged upstream


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2012/09/21 07:58:48

Modified files:
	sys/arch/alpha/include: asm.h 

Log message:
add register aliases "fp" and "AT" as available on Tru64 and Linux; ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/21 08:01:54

Modified files:
	geo/geoclue    : Makefile 

Log message:
--enable-*=no --> --disable
Explicitely disable connman to set connectivity to "None".


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2012/09/21 08:07:46

Modified files:
	sys/arch/i386/pci: pci_machdep.c 

Log message:
Make sure we send MSIs to the primary CPU like we do on amd64.

Based on a diff from Christian Ehrhardt.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/21 08:48:06

Modified files:
	audio/libcanberra: Makefile 
	devel/glib2    : Makefile 
	geo/geoclue    : Makefile 
	graphics/gegl  : Makefile 
	graphics/colord: Makefile 
	graphics/colord-gtk: Makefile 
	inputmethods/ibus: Makefile 
	multimedia/gstreamer-0.10: Makefile.inc 
	multimedia/ogmrip: Makefile 
	multimedia/gstreamer1: Makefile.inc 
	net/libpcapnav : Makefile 
	net/loudmouth  : Makefile 
	net/telepathy/telepathy-gabble: Makefile 
	net/telepathy/telepathy-glib: Makefile 
	net/telepathy/telepathy-mission-control: Makefile 
	net/telepathy/telepathy-farstream: Makefile 
	print/poppler  : Makefile 
	productivity/rubrica2: Makefile 
	security/gnutls: Makefile 
	security/libtasn1: Makefile 
	security/p11-kit: Makefile 
	sysutils/polkit: Makefile 
	sysutils/upower: Makefile 
	textproc/gtkspell: Makefile 
	textproc/gtkspell3: Makefile 
	www/webkit     : Makefile 
	x11/dbus-glib  : Makefile 
	x11/gtk+3      : Makefile 
	x11/gtk+2      : Makefile 

Log message:
Stupid autohell is stupid...
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).

So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
ac_cv_path_GTKDOC_REBASE="" \
ac_cv_path_GTKDOC_MKPDF=""


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/21 09:48:43

Modified files:
	devel/pango    : Makefile 
	devel/pango/pkg: PLIST 
Added files:
	devel/pango/patches: patch-docs_Makefile_in 
	                     patch-docs_check_docs 

Log message:
Fix documentation installation.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/21 10:40:20

Modified files:
	usr.sbin/smtpd : aliases.c expand.c forward.c lka_session.c 
	                 map_db.c map_static.c map_stdio.c smtpd.h 

Log message:
wrap expandtree into a "struct expand".

ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/21 11:06:56

ports/multimedia/gstreamer1/plugins-base/files

Update of /cvs/ports/multimedia/gstreamer1/plugins-base/files
In directory cvs.openbsd.org:/tmp/cvs-serv5519/files

Log Message:
Directory /cvs/ports/multimedia/gstreamer1/plugins-base/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/21 11:08:41

Modified files:
	multimedia/gstreamer1/plugins-bad: Makefile 

Log message:
Adapt comment.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/21 11:11:05

Modified files:
	multimedia/gstreamer1: Makefile.inc 

Log message:
Upcoming sndio(7) support will be in -base.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/09/21 11:16:14

Modified files:
	x11/i3         : Makefile distinfo 
	x11/i3/patches : patch-Makefile patch-common_mk patch-i3_config 
	                 patch-i3_config_keycodes 
	                 patch-include_atoms_xmacro patch-include_log_h 
	                 patch-man_i3-migrate-config-to-v4_1 
	                 patch-man_i3_1 patch-src_cfgparse_y 
	                 patch-src_commands_c patch-src_config_c 
	                 patch-src_ipc_c patch-src_log_c 
	                 patch-src_main_c patch-src_x_c 
Added files:
	x11/i3/patches : patch-i3-config-wizard_i3-config-wizard_mk 
	                 patch-i3-input_i3-input_mk 
	                 patch-i3-msg_i3-msg_mk 
	                 patch-i3-nagbar_i3-nagbar_mk 
	                 patch-i3_xsession_desktop patch-i3bar_i3bar_mk 
	                 patch-src_i3_mk patch-src_key_press_c 
	                 patch-src_sighandler_c patch-src_startup_c 
Removed files:
	x11/i3/patches : patch-i3-config-wizard_Makefile 
	                 patch-i3-config-wizard_cfgparse_y 
	                 patch-i3-input_Makefile patch-i3-msg_Makefile 
	                 patch-i3-nagbar_Makefile patch-i3bar_Makefile 
	                 patch-i3bar_doc_i3bar_1 patch-i3bar_src_child_c 
	                 patch-i3bar_src_xcb_c 
	                 patch-parser-specs_commands_spec 
	                 patch-src_floating_c patch-src_handlers_c 
	                 patch-src_randr_c patch-src_workspace_c 

Log message:
Update to i3-4.3

OK jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/21 13:37:08

Modified files:
	usr.sbin/smtpd : aliases.c expand.c forward.c lka_session.c 
	                 smtpd.h 

Log message:
Do not pass the username to forwards_get() which does not have to care about
this.  Instead, set the username on the expand context, and copy it on the
expand nodes as they are inserted.

ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/22 00:08:31

Modified files:
	audio/pulseaudio: Makefile 

Log message:
typo in comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/22 00:09:43

Modified files:
	multimedia/gstreamer1/plugins-good: Makefile 
	multimedia/gstreamer1/plugins-good/patches: patch-configure_ac 
Added files:
	multimedia/gstreamer1/plugins-good/patches: 
	                                            patch-sys_oss_Makefile_in 
Removed files:
	multimedia/gstreamer1/plugins-good/files: Makefile.am gstsndio.c 
	                                          sndiosink.c 
	                                          sndiosink.h sndiosrc.c 
	                                          sndiosrc.h 
	multimedia/gstreamer1/plugins-good/patches: 
	                                            patch-ext_Makefile_am 
	                                            patch-sys_oss_Makefile_am 

Log message:
Remove broken sndio(7) support.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/22 01:34:44

Modified files:
	multimedia/gstreamer1/plugins-base: Makefile 
	multimedia/gstreamer1/plugins-base/patches: patch-configure_ac 
	multimedia/gstreamer1/plugins-base/pkg: PLIST 
Added files:
	multimedia/gstreamer1/plugins-base/files: Makefile.am gstsndio.c 
	                                          gstsndio.h sndiosink.c 
	                                          sndiosink.h sndiosrc.c 
	                                          sndiosrc.h 
	multimedia/gstreamer1/plugins-base/patches: 
	                                            patch-ext_Makefile_am 

Log message:
New support for sndio(7) from ratchov@ \o/

Initially as a patch for plugins-bad (where the sndio(7) module is
located upstream) -- but it makes no sense to install the whole kitchen
sink just to have sound -- so move it into plugins-base and adapt the
plumbing accordingly.

big thank you to ratchov@ for his work on this!


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/09/22 01:49:24

Modified files:
	infrastructure/db: user.list 

Log message:
Reserver uid/gid 704 for net/gophernicus port.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/09/22 01:53:57

Log message:
    Import focuswriter 1.3.90.
    
    FocusWriter is a simple, distraction-free writing environment. It
    utilizes a hide-away interface that you access by moving your mouse to
    the edges of the screen, allowing the program to have a familiar look
    and feel to it while still getting out of the way so that you can
    immerse yourself in your work.
    
    ok sthen@
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20120922
    
    N ports/editors/focuswriter/Makefile
    N ports/editors/focuswriter/distinfo
    N ports/editors/focuswriter/pkg/PLIST
    N ports/editors/focuswriter/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/09/22 01:58:28

Log message:
    Import gophernicus 1.3.
    
    The Gophernicus Project is a one-man mission to modernize gopher, the
    precursor of the evil that is WWW.
    
    From Brian Callahan on ports@, ok sthen@
    
    Status:
    
    Vendor Tag:	bcallahan
    Release Tags:	landry_20120922
    
    N ports/net/gophernicus/Makefile
    N ports/net/gophernicus/distinfo
    N ports/net/gophernicus/pkg/DESCR
    N ports/net/gophernicus/pkg/PLIST
    N ports/net/gophernicus/pkg/README
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/09/22 01:59:35

Modified files:
	editors        : Makefile 
	net            : Makefile 

Log message:
+focuswriter,gophernicus


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/22 02:41:01

Modified files:
	games/boswars  : Makefile 

Log message:
missing bump; lua.port.mk
-@arch *
+@arch i386


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/22 03:22:45

Modified files:
	multimedia/gstreamer1: Makefile.inc 

Log message:
ffmpeg -> libav ; from landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/22 03:25:06

Modified files:
	multimedia/gstreamer1: Makefile.inc 

Log message:
gstreamer -> gstreamer1


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/22 03:48:50

ports/audio/pulseaudio/files

Update of /cvs/ports/audio/pulseaudio/files
In directory cvs.openbsd.org:/tmp/cvs-serv17401/files

Log Message:
Directory /cvs/ports/audio/pulseaudio/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/09/22 04:30:17

Modified files:
	devel/xulrunner/1.9: Makefile 
	mail/mozilla-thunderbird: Makefile 
	www/firefox35  : Makefile 
	www/firefox36  : Makefile 
	www/fennec     : Makefile 
	www/seamonkey  : Makefile 
	productivity/sunbird: Makefile 
	www/mozilla-firefox: Makefile 
	www/mozilla    : mozilla.port.mk 
Added files:
	www/firefox35/patches: 
	                       patch-gfx_src_thebes_nsThebesDeviceContext_cpp 
Removed files:
	mail/mozilla-thunderbird/patches: 
	                                  patch-mozilla_gfx_thebes_Makefile_in 
	www/firefox35/patches: patch-gfx_src_thebes_Makefile_in 
	www/firefox36/patches: patch-gfx_src_thebes_Makefile_in 
	www/fennec/patches: patch-gfx_thebes_Makefile_in 
	www/seamonkey/patches: patch-mozilla_gfx_thebes_Makefile_in 
	productivity/sunbird/patches: 
	                              patch-mozilla_gfx_src_thebes_Makefile_in 
	www/mozilla-firefox/patches: patch-gfx_thebes_Makefile_in 

Log message:
Remove useless dependency on deprecated pangox.

- remove useless patch to gfx/thebes/Makefile.in adding -lpangox-1.0 to
EXTRA_DSO_LDOPTS, this was maybe useful before ffx 3.0, but mozilla
stopped using pangox between 2.0 and 3.0. See for the last traces of
pangox.h use : https://bugzilla.mozilla.org/show_bug.cgi?id=528941. See
also bugs #323671/#338446
- backport the patch from #528941 to remove useless pangox.h inclusion
from www/firefox35.
- remove the RUN_DEPENDS on pangox-compat
- bump all corresponding REVISIONS
- while here, make sure all moz ports depend on latest nspr 4.9.2 since
it'll be a requirement for upcoming gecko 16 releases


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2012/09/22 05:02:36

Modified files:
	sys/arch/i386/pci: pci_machdep.c 

Log message:
revert previous, breaks the tree


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/09/22 08:32:35

Modified files:
	usr.sbin/npppd/npppd: npppd.conf.5 

Log message:
various fixes; ok yasuoka


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2012/09/22 11:33:29

Modified files:
	www/gnash      : Makefile 
Added files:
	www/gnash/patches: patch-macros_pango_m4 

Log message:
fix build after pango 1.31 update: pangox is gone


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2012/09/22 13:00:05

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
some more data for dpb, special for naddy's killer box.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/09/22 14:09:43

Modified files:
	bin/md5        : md5.1 sha1.1 
	sbin/iked      : iked.8 
	sbin/dhclient  : dhclient.conf.5 dhclient.leases.5 
	sbin/ping6     : ping6.8 
	sbin/bioctl    : bioctl.8 

Log message:
last stage of rfc changes, using consistent Rs/Re blocks, and moving the
references into a STANDARDS section;


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2012/09/22 14:22:48

Modified files:
	usr.sbin/npppd/npppd: npppd.h npppd_auth.c parse.y 

Log message:
gcc2 doesn't like unnamed fields. make this compile on vax again.
"looks right" deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2012/09/22 20:24:27

Modified files:
	.              : plus.html 

Log message:
The plus.html for Sept 9 to 16.


CVSROOT:	/cvs
Module name:	ports
Changes by:	matthieu@cvs.openbsd.org	2012/09/23 01:58:50

Modified files:
	devel/imake-cf/patches: patch-OpenBSD_cf 

Log message:
ConfigDir is now ${LOCALBASE}. ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	matthieu@cvs.openbsd.org	2012/09/23 01:59:29

Modified files:
	devel/imake-cf : Makefile 
	devel/imake-cf/pkg: PLIST 

Log message:
Don't install Motif.{rules,tmpl} from here.
x11/openmotif installs the correct versions.

bump revision.
ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	matthieu@cvs.openbsd.org	2012/09/23 02:03:55

Modified files:
	infrastructure/mk: imake.port.mk 

Log message:
Switch to imake from ports. ok landry@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	matthieu@cvs.openbsd.org	2012/09/23 02:04:23

Modified files:
	devel          : Makefile 

Log message:
Link imake and imake-cf to the build.


CVSROOT:	/cvs
Module name:	ports
Changes by:	matthieu@cvs.openbsd.org	2012/09/23 02:05:53

Modified files:
	x11/openmotif  : Makefile 
	x11/openmotif/pkg: PLIST-main 

Log message:
Don't overwrite imake config files under /usr/X11R6 anymore.
They are gone. ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	matthieu@cvs.openbsd.org	2012/09/23 02:07:04

Modified files:
	japanese/Wnn   : Makefile 

Log message:
add BUILD_DEPENDS devel/imake and point Makefile to the imake config
files in ${LOCALBASE}. ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	matthieu@cvs.openbsd.org	2012/09/23 02:07:54

Modified files:
	games/lincity  : Makefile 
	games/lincity/patches: patch-Makefile 

Log message:
add BUILD_DEPENDS devel/imake and point Makefile to the imake config
files in ${LOCALBASE}. ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	matthieu@cvs.openbsd.org	2012/09/23 02:08:49

Modified files:
	x11/kde/base3  : Makefile 

Log message:
add BUILD_DEPENDS on devel/imake. ok landry@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2012/09/23 02:10:21

Modified files:
	util           : Makefile 

Log message:
Unlink imake and cf from build. This now is in ports.


CVSROOT:	/cvs
Module name:	www
Changes by:	matthieu@cvs.openbsd.org	2012/09/23 02:26:15

Modified files:
	faq            : current.html 

Log message:
imake moved to ports


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2012/09/23 02:27:20

Modified files:
	.              : MODULES 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2012/09/23 02:32:19

Modified files:
	etc/mtree      : BSD.x11.dist 

Log message:
Remove /usr/X11R6/lib/X11/config/


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2012/09/23 03:39:18

Modified files:
	usr.sbin/bgpd  : parse.y printconf.c 

Log message:
Enable graceful restart by default. The only way to find out if it works for
real. After discussion with sthen@, henning@ and deraadt@.
It can be disabled per neighbor with "announce restart no".


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/09/23 04:18:21

Modified files:
	audio/pianobar : Makefile 
	audio/pianobar/patches: patch-src_libpiano_crypt_c 

Log message:
piano: Fix memory leak pointed out by clang

from upstream git


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2012/09/23 04:32:16

Added files:
	lang/gcc/4.2/patches: patch-gcc_Makefile_in 

Log message:
fix parallel builds. fixincludes doesn't own that directory, so don't
clean it up.

More recent gcc have a cleaner fix, where fixincludes has been moved to
another directory that it truly owns, but in our case, we do not need to
clean up the fake directory as it's just been created.

okay pascal@, naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2012/09/23 06:23:35

Log message:
    add GNU patch
    
    ok ajacoutot@ sthen@
    
    Status:
    
    Vendor Tag:	rpe
    Release Tags:	rpe_2012-Sep-23
    
    N ports/devel/gpatch/Makefile
    N ports/devel/gpatch/distinfo
    N ports/devel/gpatch/pkg/DESCR
    N ports/devel/gpatch/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2012/09/23 06:33:56

Modified files:
	devel          : Makefile 

Log message:
+ gpatch


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/23 07:25:25

Added files:
	graphics/geeqie/patches: patch-src_image_load_tiff_c 

Log message:
unbreak on big endian arches


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2012/09/23 07:46:29

Modified files:
	sbin/route     : route.c 

Log message:
Allow route -T 3 add to create a table even if the table does not exist
yet. This is the only way to create alternate routing tables.
Reminded by and OK jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2012/09/23 09:05:23

Modified files:
	include        : ohash.h 
	lib/libc/ohash : ohash_int.h ohash_qlookupi.c ohash_interval.3 

Log message:
uint32_t is the integer type defined in stdint.h
u_int32_t is historical BSD stuff.
fix to match the manpage, namely #include  as a prerequisite.

okay millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	jeremy@cvs.openbsd.org	2012/09/23 10:08:04

Modified files:
	lib/libc/stdlib: getenv.3 setenv.c 

Log message:
Make setenv(3) consistent with unsetenv(3), giving EINVAL if passed
an empty name, NULL pointer, or a name containing an '=' character.

OK millert@, guenther@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2012/09/23 10:56:15

Modified files:
	lang/ruby      : ruby.port.mk 
Added files:
	lang/ruby      : ruby18.PLIST 

Log message:
Switch gem/extconf ports to build with ruby 1.9 by default, allowing
the use of the ruby18 FLAVOR to explicitly build a version for ruby 1.8.
To handle updates, add a @pkgpath marker with the unflavored PKGPATH
to all ruby18 FLAVOR gem/extconf PLISTs.

Remove format-executable CONFIGURE_STYLE, since only one port uses it.
Instead, allow the port Makefile to set GEM_FLAGS, and have ruby.port.mk
append to that if it already exists.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2012/09/23 10:57:36

Modified files:
	archivers/ruby-archive-tar-minitar: Makefile 
	audio/ruby-id3lib: Makefile 
	audio/ruby-vorbis_comment: Makefile 
	converters/ruby-json: Makefile 
	converters/ruby-multi_json: Makefile 
	databases/ruby-activerecord: Makefile 
	databases/ruby-amalgalite: Makefile 
	databases/ruby-arel: Makefile 
	databases/ruby-couch_potato: Makefile 
	databases/ruby-couchrest: Makefile 
	databases/ruby-data_objects: Makefile 
	databases/ruby-datamapper/aggregates: Makefile 
	databases/ruby-datamapper/constraints: Makefile 
	databases/ruby-datamapper/core: Makefile 
	databases/ruby-datamapper/data_mapper: Makefile 
	databases/ruby-datamapper/migrations: Makefile 
	databases/ruby-datamapper/serializer: Makefile 
	databases/ruby-datamapper/timestamps: Makefile 
	databases/ruby-datamapper/transactions: Makefile 
	databases/ruby-datamapper/types: Makefile 
	databases/ruby-datamapper/validations: Makefile 
	databases/ruby-do_mysql: Makefile 
	databases/ruby-do_postgres: Makefile 
	databases/ruby-do_sqlite3: Makefile 
	databases/ruby-kirbybase: Makefile 
	databases/ruby-ldap: Makefile 
	databases/ruby-mysql: Makefile 
	databases/ruby-mysql2: Makefile 
	databases/ruby-mysqlplus: Makefile 
	databases/ruby-pg: Makefile 
	databases/ruby-redis: Makefile 
	databases/ruby-sequel: Makefile 
	databases/ruby-sequel_pg: Makefile 
	databases/ruby-sqlite3: Makefile 
	databases/ruby-tiny_tds: Makefile 
	databases/ruby-validatable: Makefile 
	devel/ruby-abstract: Makefile 
	devel/ruby-actionpack: Makefile 
	devel/ruby-activemodel: Makefile 
	devel/ruby-activesupport: Makefile 
	devel/ruby-arrayfields: Makefile 
	devel/ruby-bacon: Makefile 
	devel/ruby-bundler: Makefile 
	devel/ruby-cicphash: Makefile 
	devel/ruby-clio: Makefile 
	devel/ruby-color-tools: Makefile 
	devel/ruby-columnize: Makefile 
	devel/ruby-cucumber: Makefile 
	devel/ruby-daemon_controller: Makefile 
	devel/ruby-daemons: Makefile 
	devel/ruby-diff-lcs: Makefile 
	devel/ruby-echoe: Makefile 
	devel/ruby-extlib: Makefile 
	devel/ruby-fastthread: Makefile 
	devel/ruby-ffi-inliner: Makefile 
	devel/ruby-ffi : Makefile 
	devel/ruby-flexmock: Makefile 
	devel/ruby-gem_plugin: Makefile 
	devel/ruby-gettext: Makefile 
	devel/ruby-git : Makefile 
	devel/ruby-highline: Makefile 
	devel/ruby-hike: Makefile 
	devel/ruby-hoe : Makefile 
	devel/ruby-home_run: Makefile 
	devel/ruby-i18n: Makefile 
	devel/ruby-isolate: Makefile 
	devel/ruby-jeweler: Makefile 
	devel/ruby-kgio: Makefile 
	devel/ruby-locale: Makefile 
	devel/ruby-minitest: Makefile 
	devel/ruby-mocha: Makefile 
	devel/ruby-mspec: Makefile 
	devel/ruby-ncurses: Makefile 
	devel/ruby-needle: Makefile 
	devel/ruby-open4: Makefile 
	devel/ruby-paper_trail: Makefile 
	devel/ruby-polyglot: Makefile 
	devel/ruby-prof: Makefile 
	devel/ruby-rake-compiler: Makefile 
	devel/ruby-rcov: Makefile 
	devel/ruby-rdoc: Makefile 
	devel/ruby-rspec/1: Makefile 
	devel/ruby-rspec/core: Makefile 
	devel/ruby-rspec/expectations: Makefile 
	devel/ruby-rspec/mocks: Makefile 
	devel/ruby-rspec/rspec: Makefile 
	devel/ruby-rubyforge: Makefile 
	devel/ruby-rubyinline: Makefile 
	devel/ruby-sexp_processor: Makefile 
	devel/ruby-sprockets: Makefile 
	devel/ruby-stringex: Makefile 
	devel/ruby-subset_sum: Makefile 
	devel/ruby-systemu: Makefile 
	devel/ruby-term-ansicolor: Makefile 
	devel/ruby-tilt: Makefile 
	devel/ruby-transaction-simple: Makefile 
	devel/ruby-trollop: Makefile 
	devel/ruby-tzinfo: Makefile 
	devel/ruby-uuidtools: Makefile 
	devel/ruby-zentest: Makefile 
	geo/ruby-findmyiphone: Makefile 
	graphics/ruby-color: Makefile 
	graphics/ruby-gruff: Makefile 
	graphics/ruby-mini_magick: Makefile 
	graphics/ruby-rmagick: Makefile 
	mail/ruby-actionmailer: Makefile 
	mail/ruby-mail : Makefile 
	mail/ruby-mailfactory: Makefile 
	mail/ruby-mime-types: Makefile 
	mail/ruby-mime : Makefile 
	misc/ruby-spreadsheet: Makefile 
	net/ruby-amqp  : Makefile 
	net/ruby-bunny : Makefile 
	net/ruby-eventmachine: Makefile 
	net/ruby-net-dns: Makefile 
	net/ruby-net-scp: Makefile 
	net/ruby-net-sftp: Makefile 
	net/ruby-net-ssh-gateway: Makefile 
	net/ruby-net-ssh: Makefile 
	net/ruby-nmap-parser: Makefile 
	net/ruby-pcaprub-msf: Makefile 
	net/ruby-snmp  : Makefile 
	net/ruby-xmpp4r: Makefile 
	security/ruby-bcrypt: Makefile 
	security/ruby-ezcrypto: Makefile 
	security/ruby-openid: Makefile 
	security/ruby-yadis: Makefile 
	sysutils/ruby-capistrano: Makefile 
	sysutils/ruby-directory_watcher: Makefile 
	sysutils/ruby-puppet-lint: Makefile 
	sysutils/ruby-thor: Makefile 
	sysutils/ruby-vlad: Makefile 
	textproc/ruby-ascii85: Makefile 
	textproc/ruby-builder: Makefile 
	textproc/ruby-classifier: Makefile 
	textproc/ruby-erubis: Makefile 
	textproc/ruby-fast-stemmer: Makefile 
	textproc/ruby-fastercsv: Makefile 
	textproc/ruby-fastri: Makefile 
	textproc/ruby-haml: Makefile 
	textproc/ruby-hpricot: Makefile 
	textproc/ruby-htmlentities: Makefile 
	textproc/ruby-icalendar: Makefile 
	textproc/ruby-liquid: Makefile 
	textproc/ruby-markaby: Makefile 
	textproc/ruby-maruku: Makefile 
	textproc/ruby-mustache: Makefile 
	textproc/ruby-nokogiri: Makefile 
	textproc/ruby-pdf-reader: Makefile 
	textproc/ruby-rdiscount: Makefile 
	textproc/ruby-redcarpet: Makefile 
	textproc/ruby-redcloth: Makefile 
	textproc/ruby-ronn: Makefile 
	textproc/ruby-rtex: Makefile 
	textproc/ruby-syntax: Makefile 
	textproc/ruby-templater: Makefile 
	textproc/ruby-treetop: Makefile 
	www/ruby-activeresource: Makefile 
	www/ruby-addressable: Makefile 
	www/ruby-httpclient: Makefile 
	www/ruby-jekyll: Makefile 
	www/ruby-mechanize: Makefile 
	www/ruby-passenger: Makefile 
	www/ruby-rack-cache: Makefile 
	www/ruby-rack-mount: Makefile 
	www/ruby-rack-ssl: Makefile 
	www/ruby-rack-test: Makefile 
	www/ruby-rack  : Makefile 
	www/ruby-rails : Makefile 
	www/ruby-railties: Makefile 
	www/ruby-rainbows: Makefile 
	www/ruby-raindrops: Makefile 
	www/ruby-rest-client: Makefile 
	www/ruby-sanitize: Makefile 
	www/ruby-sinatra: Makefile 
	www/ruby-thin  : Makefile 
	www/ruby-thin_http: Makefile 
	www/ruby-unicorn: Makefile 

Log message:
Bump revisions for ruby gem/extconf ports after the switch to ruby 1.9
by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2012/09/23 10:58:40

Modified files:
	databases/ruby-datamapper/sweatshop: Makefile 
	devel/ruby-ruby2ruby: Makefile 
	devel/ruby-ruby_parser: Makefile 
	textproc/ruby-randexp: Makefile 

Log message:
Bump revisions for ruby gem/extconf ports after the switch to ruby 1.9
by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR.

Remove dependency on parsetree, since it isn't a required dependency,
and parsetree does not run on ruby 1.9.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2012/09/23 10:59:50

Modified files:
	net/ruby-minion: Makefile 
	net/ruby-stomp : Makefile 

Log message:
Bump revisions for ruby gem/extconf ports after the switch to ruby 1.9
by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR.

Remove MAINTAINER at his request.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2012/09/23 11:00:49

Modified files:
	databases/ruby-bdb: Makefile 
	databases/ruby-postgres: Makefile 
	devel/ruby-debug-base: Makefile 
	devel/ruby-debug: Makefile 
	devel/ruby-gir_ffi: Makefile 
	devel/ruby-linecache: Makefile 
	devel/ruby-parsetree: Makefile 
	devel/ruby-systemtimer: Makefile 
	net/ruby-pcap  : Makefile 
	net/ruby-rrdtool: Makefile 
	www/ruby-fcgi  : Makefile 

Log message:
Explicitly set ports that only build or run on ruby 1.8 to have both
FLAVOR and FLAVORS set to ruby18, so attempting to build them without a
FLAVOR set still builds the ruby 1.8 version.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2012/09/23 11:02:42

Modified files:
	devel/ruby-rake: Makefile 

Log message:
Don't use the format-executable CONFIGURE_STYLE, as it has been removed.
Switch to setting GEM_FLAGS instead.  Explicitly set FLAVOR and FLAVORS
to ruby18, as other ruby implementations ship with rake.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2012/09/23 11:03:36

Modified files:
	devel/ruby-ole : Makefile distinfo 
	devel/ruby-ole/pkg: PLIST 

Log message:
Update to ruby-ole 1.2.11.4, which runs correctly on ruby 1.9.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2012/09/23 11:05:49

Modified files:
	net/weechat    : Makefile 

Log message:
Switch ruby plugin to use ruby 1.9 instead of ruby 1.8.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2012/09/23 11:07:00

Modified files:
	sysutils/god   : Makefile 

Log message:
Switch god to use ruby 1.9 instead of ruby 1.8.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2012/09/23 11:08:06

Modified files:
	sysutils/ruby-puppet: Makefile 

Log message:
Have puppet depend on the correct FLAVOR of the ruby-json dependency.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2012/09/23 11:09:11

Modified files:
	textproc/ruby-rss: Makefile 

Log message:
Switch ruby-rss to use ruby 1.9 instead of ruby 1.8, and change
PKGNAME to be similar to other ruby 1.9 packages.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2012/09/23 11:09:54

Modified files:
	textproc/gonzui: Makefile 

Log message:
Have gonzui depend on the correct FLAVOR of the ruby-bdb dependency.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2012/09/23 11:11:34

Modified files:
	www/puppet-dashboard: Makefile 

Log message:
Have puppet-dashboard depend on the correct FLAVOR of the ruby
dependencies.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2012/09/23 11:12:42

Modified files:
	www/raggle     : Makefile 

Log message:
Have raggle depend on the correct FLAVOR of the ruby-ncurses dependency.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2012/09/23 11:13:42

Modified files:
	www/ruby-mongrel: Makefile 

Log message:
Explicitly set ports that only build or run on ruby 1.8 to have both
FLAVOR and FLAVORS set to ruby18, so attempting to build them without a
FLAVOR set still builds the ruby 1.8 version.

Remove MAINTAINER at his request.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2012/09/23 11:14:45

Modified files:
	x11/ruby-dbus  : Makefile 

Log message:
Switch ruby-dbus to use ruby 1.9 by default.  Adjust PKGNAME to be
similar to other ruby 1.9 packages.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2012/09/23 11:19:51

Modified files:
	security/metasploit: Makefile 

Log message:
Have metasploit depend on the correct FLAVOR of a couple ruby
dependencies.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2012/09/23 11:20:41

Modified files:
	audio          : Makefile 
	converters     : Makefile 
	databases      : Makefile 
	devel          : Makefile 
	graphics       : Makefile 
	net            : Makefile 
	security       : Makefile 
	textproc       : Makefile 
	www            : Makefile 

Log message:
Now that ruby 1.9 is the default ruby implementation for gem/extconf
ports, for the ports that are built both on ruby 1.8 and ruby 1.9,
switch the category Makefiles to explicitly list the ruby18 FLAVOR
instead of the ruby19 FLAVOR.

Also, for home_run, fastri, and fastercsv, explicitly build only the
ruby 1.8 version of the port.  These libraries can run on ruby 1.9, but
it doesn't make sense to build a ruby 1.9 version by default.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/23 11:29:21

ports/graphics/node-canvas/patches

Update of /cvs/ports/graphics/node-canvas/patches
In directory cvs.openbsd.org:/tmp/cvs-serv7576/patches

Log Message:
Directory /cvs/ports/graphics/node-canvas/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/23 11:29:48

Modified files:
	graphics/node-canvas: Makefile distinfo 
	graphics/node-canvas/pkg: PLIST 
Added files:
	graphics/node-canvas/patches: patch-binding_gyp 

Log message:
- update to 0.13.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/23 11:30:17

Modified files:
	graphics/node-canvas: Makefile 

Log message:
missed in previous


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/23 11:31:19

Modified files:
	sysutils/node-always: Makefile distinfo 

Log message:
- update to 2.0.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/23 11:31:55

Modified files:
	devel/node-mnm : Makefile distinfo 

Log message:
- update to 0.0.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/23 11:52:27

Modified files:
	devel/node-gir : Makefile distinfo 
	devel/node-gir/pkg: PLIST 
Added files:
	devel/node-gir/patches: patch-examples_browser_js 
	                        patch-examples_libxml2_js 
Removed files:
	devel/node-gir/patches: patch-src_types_function_cc 
	                        patch-wscript 

Log message:
- update to 0.1.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2012/09/23 12:13:32

Modified files:
	infrastructure/bin: dpb 
	infrastructure/lib/DPB: Core.pm Engine.pm PortBuilder.pm 
	                        PortInfo.pm 
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
new framework to deal with the new ports cluster, to be documented


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/23 13:33:02

Modified files:
	sysutils/collectd: Makefile 
	sysutils/collectd/patches: patch-src_Makefile_in 
	sysutils/gamin : Makefile 
	sysutils/monit : Makefile 
	sysutils/rsyslog: Makefile 
Removed files:
	sysutils/gamin/patches: patch-configure 
	sysutils/monit/patches: patch-configure 
	sysutils/rsyslog/patches: patch-configure_ac 

Log message:
remove -lpthread vs. -pthread patches/chunks


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/23 13:50:22

Modified files:
	www/clearsilver/patches: patch-rules_mk_in 

Log message:
missing rcs id


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2012/09/23 14:26:57

Modified files:
	lang/ghc       : Makefile 

Log message:
Add archivers/gtar to BUILD_DEPENDS, because without it, configure
may detect it but dpb(1) may remove it afterwards, which causes the
build to fail (spotted by naddy).

This *could* be done simpler (by adding TarCmd=/bin/tar to
CONFIGURE_ENV), but this would break the bootstrap target.

Some more dependency odditiies (dblatex, docboo*, libxslt may be
not necessary for the no_doc FLAVOR, also noticed by naddy@) will
be checked and fixed later.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2012/09/23 15:30:40

Modified files:
	net/p5-OSPF-LSDB: Makefile distinfo 

Log message:
update p5-OSPF-LSDB to 1.07


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/23 21:20:51

Modified files:
	devel/libsigc++-2: Makefile distinfo 
	devel/libsigc++-2/pkg: PLIST-docs 

Log message:
Bugfix update to libsigc++-2.2.11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/23 22:11:51

Modified files:
	devel/glib2    : Makefile distinfo 
	devel/glib2/pkg: PLIST 

Log message:
Update to stable glib2-2.34.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/23 22:47:09

Modified files:
	x11/gtk+2      : Makefile distinfo 

Log message:
Update to gtk+2-2.24.13.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/24 00:51:59

Modified files:
	www/cherokee   : Makefile 
	www/gecko-mediaplayer: Makefile 
	www/gecko-mediaplayer/patches: patch-configure 
	www/larbin     : Makefile 
	www/larbin/patches: patch-configure 
	www/retawq     : Makefile 
	www/retawq/patches: patch-configure 
	www/ruby-passenger: Makefile 
Removed files:
	www/cherokee/patches: patch-configure 
	www/retawq/patches: patch-Makefile 
	www/ruby-passenger/patches: patch-ext_nginx_config 
	                            patch-lib_phusion_passenger_platform_info_compiler_rb 

Log message:
- remove -lpthread vs. -pthread patches/chunks.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/24 02:56:12

Modified files:
	usr.sbin/smtpd : lka_session.c 

Log message:
spaces -> tabs


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/24 06:34:20

Modified files:
	textproc/p5-XML-Twig: Makefile 

Log message:
add two suggested dependencies; though it doesn't fix the occasional build failure


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/24 06:36:08

Modified files:
	sysutils/libvirt: Makefile distinfo 
	sysutils/libvirt/patches: patch-src_Makefile_in 
	sysutils/libvirt/pkg: PLIST 
Removed files:
	sysutils/libvirt/patches: patch-configure_ac 
	                          patch-gnulib_m4_manywarnings_m4 
	                          patch-src_util_virnetdevbridge_c 
	                          patch-src_vbox_vbox_XPCOMCGlue_c 
	                          patch-tools_virsh-domain_c 
	                          patch-tools_virsh_c 

Log message:
- update to libvirt-0.10.2
* various new features and changes (http://libvirt.org/news.html)
* all submitted patches have been merged


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2012/09/24 06:53:55

Modified files:
	usr.bin/tmux   : cmd-choose-tree.c screen-write.c 

Log message:
Use ACS characters for choose-tree arrows based on diff from Romain
Francoise.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/24 06:59:58

Added files:
	sysutils/libvirt/patches: patch-gnulib_tests_test-sys_select_c 
	                          patch-gnulib_tests_test-sys_time_c 

Log message:
skip two tests that currently fail due to time_t not being 64-bit yet.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2012/09/24 07:05:10

Modified files:
	usr.bin/tmux   : cmd.c format.c procname.c tmux.h 

Log message:
Use pgrp of pty fd not pid of immediate child when recovering current
working directory (like current process). From Marcel Partap.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2012/09/24 07:39:10

Modified files:
	usr.bin/tmux   : control.c tmux.h 

Log message:
Add control_write_buffer, from George Nachman.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/24 08:33:54

Modified files:
	textproc/p5-XML-Twig/patches: patch-Makefile_PL 

Log message:
unbreak build when p5-JSON is installed

from RD Thrush, thanks


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2012/09/24 09:49:00

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
fix typo


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/09/24 10:26:33

Modified files:
	audio/mpd      : Makefile 
Added files:
	audio/mpd/patches: patch-src_output_httpd_output_plugin_c 

Log message:
Backport fix for an issue with httpd output streaming. Audio was being
played too fast when resuming, see http://bugs.musicpd.org/view.php?id=3527
ok dcoppa@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2012/09/24 11:07:39

Modified files:
	lang/jruby     : Makefile distinfo 
	lang/jruby/pkg : PLIST 

Log message:
Update to jruby 1.6.8.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2012/09/24 11:55:36

Modified files:
	emulators/qemu : Makefile distinfo 
	emulators/qemu/patches: patch-configure 
	emulators/qemu/pkg: PLIST 

Log message:
Update to QEMU 1.2.0.

Ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/24 12:46:18

Modified files:
	devel/gobject-introspection: Makefile distinfo 

Log message:
- bump to 1.34.0; no real change since the previous development release.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/24 13:22:27

Modified files:
	graphics/clutter/core: Makefile 

Log message:
remove explict CONFIGURE_ENV, it's been taken care of by gnome.port.mk
for a while now.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2012/09/24 13:29:05

Modified files:
	www/nginx      : Makefile.inc 

Log message:
Fix module directory to use for building passenger FLAVOR, after the
switch to use ruby 1.9 by default.  No bump as the package is not
affected.

OK jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2012/09/24 13:33:50

Modified files:
	shells/zsh     : Makefile distinfo 
	shells/zsh/pkg : PLIST 
Added files:
	shells/zsh/patches: patch-Src_params_c 

Log message:
Update to 5.0.0
Add a patch from miod@ to fix compilation with gcc 2.95

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2012/09/24 13:38:46

Modified files:
	databases/skytools: Makefile distinfo 
	databases/skytools/patches: patch-doc_Makefile 
	databases/skytools/pkg: PLIST 

Log message:
Update to 3.1

ok jasper@ landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2012/09/24 13:39:59

Modified files:
	databases/pgpool: Makefile distinfo 
Added files:
	databases/pgpool/patches: patch-pool_memqcache_c 
	                          patch-pool_select_walker_c 
	                          patch-watchdog_watchdog_c 
	                          patch-watchdog_wd_lifecheck_c 
	                          patch-watchdog_wd_packet_c 
	                          patch-watchdog_wd_ping_c 

Log message:
Update to 3.2.0

ok jasper@ landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2012/09/24 13:51:04

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-libtiff_tif_dirinfo_c 
	                       patch-man_Makefile_in 
	                       patch-test_Makefile_in 
	                       patch-tools_Makefile_in 
	graphics/tiff/pkg: PLIST 
Removed files:
	graphics/tiff/pkg: PFRAG.shared 

Log message:
Update to 4.0.3.
* A number of security issues have been resolved, including CVE-2012-3401.
* Accessor functions for TIFF field information have been added to
support functionality which was available in libtiff 3.9.X.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2012/09/24 13:54:54

Modified files:
	geo/postgis    : Makefile 

Log message:
Postgis doesn't build with PostgreSQL 9.2
We are working on an update.

ok jasper@ landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2012/09/24 13:57:02

Modified files:
	databases/postgresql: Makefile distinfo 
	databases/postgresql/patches: patch-src_Makefile_shlib 
	                              patch-src_interfaces_ecpg_compatlib_Makefile 
	                              patch-src_interfaces_ecpg_ecpglib_Makefile 
	                              patch-src_interfaces_ecpg_pgtypeslib_Makefile 
	                              patch-src_interfaces_libpq_Makefile 
	databases/postgresql/pkg: PLIST-contrib PLIST-docs PLIST-main 
	                          PLIST-server 

Log message:
Major update to PostgreSQL 9.2.1.
As usual a dump/restore is required.

ok jasper@ jeremy@ landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/24 14:25:24

Modified files:
	lang/vala      : Makefile distinfo 

Log message:
- finally update to vala 0.18.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/24 14:32:49

Modified files:
	graphics/shotwell: Makefile distinfo 
	graphics/shotwell/patches: patch-Makefile 
	                           patch-plugins_Makefile_plugin_mk 
	                           patch-src_camera_CameraTable_vala 
	graphics/shotwell/pkg: PFRAG.shared PLIST 
Removed files:
	graphics/shotwell/patches: patch-src_Photo_vala 
	                           patch-src_Printing_vala 
	                           patch-src_searches_SearchBoolean_vala 
	                           patch-src_sidebar_Tree_vala 

Log message:
- update to shotwell-0.13.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2012/09/24 14:41:57

Modified files:
	infrastructure/lib/DPB: Core.pm 

Log message:
oops, unmark core for swallowing before we free it. Otherwise we may
still lose jobs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/24 14:45:49

ports/graphics/clutter/mx/patches

Update of /cvs/ports/graphics/clutter/mx/patches
In directory cvs.openbsd.org:/tmp/cvs-serv28200/patches

Log Message:
Directory /cvs/ports/graphics/clutter/mx/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/24 14:53:48

Modified files:
	graphics/clutter/mx: Makefile distinfo 
	graphics/clutter/mx/pkg: PLIST 
Added files:
	graphics/clutter/mx/patches: patch-autogen_sh 

Log message:
- update to mx-1.4.7 (git tag)


CVSROOT:	/cvs
Module name:	www
Changes by:	pea@cvs.openbsd.org	2012/09/24 14:54:04

Modified files:
	faq            : current.html 

Log message:
Add the PostgreSQL update


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/24 14:57:51

Modified files:
	graphics/clutter/mx: Makefile 
Added files:
	graphics/clutter/mx/patches: patch-mx_mx-deform-texture_c 
	                             patch-mx_mx-texture-frame_c 

Log message:
replace GL data types with equivalent glib types, from upstream git

unbreaks mx with an upcoming clutter update.


CVSROOT:	/cvs
Module name:	www
Changes by:	camield@cvs.openbsd.org	2012/09/25 00:27:10

Modified files:
	faq            : current.html 

Log message:
pf now enforces a sane 'frags' limit.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/09/25 01:21:36

Modified files:
	databases/py-redis: Makefile distinfo 
	databases/py-redis/pkg: PLIST 

Log message:
Update to 2.6.2

OK rpointel@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/09/25 01:32:27

Modified files:
	share/man/man7 : hier.7 

Log message:
add npppd, and clean up a few Xrs while here;


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2012/09/25 01:39:28

Modified files:
	usr.bin/tmux   : window-copy.c 

Log message:
Fix search forward so it can match strings on the last line, SF bug
3571114 from "LiJunLe".


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2012/09/25 01:41:23

Modified files:
	usr.bin/tmux   : control-notify.c input.c notify.c tmux.h 

Log message:
Add notification for input from a pane, from George Nachman.


CVSROOT:	/cvs
Module name:	src
Changes by:	pascal@cvs.openbsd.org	2012/09/25 03:01:03

Modified files:
	sys/arch/amd64/stand/biosboot: Makefile 
	sys/arch/amd64/stand/boot: Makefile 
	sys/arch/amd64/stand/cdboot: Makefile 
	sys/arch/amd64/stand/cdbr: Makefile 
	sys/arch/amd64/stand/installboot: Makefile 
	sys/arch/amd64/stand/mbr: Makefile 
	sys/arch/amd64/stand/pxeboot: Makefile 
	sys/arch/i386/stand/boot: Makefile 
	sys/arch/i386/stand/cdboot: Makefile 
	sys/arch/i386/stand/pxeboot: Makefile 

Log message:
Reduce the diff between amd64/stand and i386/stand, requested by deraadt@.
These create essentially the same bootblocks, so the build system should not be
diverging too much, or at least easily diffable.
There is still a lot of work to be done here, but this is the low-hanging fruit.

ok jsing@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2012/09/25 03:58:57

Modified files:
	sys/arch/i386/i386: locore.s 
	sys/arch/amd64/amd64: locore.S 

Log message:
Remove unused acpi locking code.

To be replaced with higher level C routines once we settle for a common
consistent set of atomic operations across platforms.

Discussed with and okay by deraadt@ and kettenis@.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2012/09/25 04:19:46

Modified files:
	sys/dev/pci    : agp_i810.c 
	sys/dev/pci/drm: i915_drv.c i915_drv.h i915_irq.c i915_suspend.c 

Log message:
Add minimal support for gen7/ivy bridge in inteldrm.
Like gen6/sandy bridge this is enough to manage memory but
does not attempt to setup the rings.
ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2012/09/25 04:32:54

Modified files:
	sys/arch/i386/pci: pci_machdep.c 

Log message:
Make sure we send MSIs to the primary CPU like we do on amd64.

This is a fixed version reinstating the previous commit, fix from
Christian Ehrhardt, same fix from brad@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2012/09/25 05:37:35

Modified files:
	sysutils/collectd: Makefile 

Log message:
actually bump subpackage


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/25 06:09:34

Modified files:
	net/telepathy/telepathy-spec: Makefile distinfo 

Log message:
- update to telepathy-spec-0.27.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/25 06:10:40

Modified files:
	net/telepathy/telepathy-mission-control: Makefile distinfo 

Log message:
- bugfix update to telepathy-mission-control-5.12.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/25 06:10:56

Modified files:
	net/telepathy/telepathy-idle: Makefile distinfo 

Log message:
- bugfix update to telepathy-idle-0.1.12


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/25 06:12:33

Log message:
    import ports/net/gophernicus, from Brian Callahan with a few tweaks.
    ok pirofti@ (who else!)
    
    The Gophernicus Project is a one-man mission to modernize gopher, the
    precursor of the evil that is WWW.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20120925
    
    U ports/net/gophernicus/Makefile
    U ports/net/gophernicus/distinfo
    U ports/net/gophernicus/pkg/DESCR
    U ports/net/gophernicus/pkg/PLIST
    U ports/net/gophernicus/pkg/README
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/25 06:14:21

Modified files:
	net/gophernicus: Makefile 

Log message:
oops, didn't notice this was already imported ;) since PLIST was synced
after pirofti's comments, bump REVISION.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/25 07:24:10

Modified files:
	net/telepathy/telepathy-gabble: Makefile distinfo 
	net/telepathy/telepathy-gabble/pkg: PLIST 

Log message:
- bugfix update to telepathy-gabble-0.16.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/25 07:33:50

Modified files:
	devel/iso-codes: Makefile 

Log message:
- use MODPY_ADJ_FILES


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/25 07:39:02

Modified files:
	devel/iso-codes: Makefile distinfo 

Log message:
- update to 3.38


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/25 07:47:36

ports/x11/gnome/libgweather/patches

Update of /cvs/ports/x11/gnome/libgweather/patches
In directory cvs.openbsd.org:/tmp/cvs-serv30021/patches

Log Message:
Directory /cvs/ports/x11/gnome/libgweather/patches added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2012/09/25 07:58:00

Modified files:
	sbin/isakmpd   : isakmpd.8 

Log message:
lost preposition "in"


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/25 08:45:31

Modified files:
	graphics/clutter/mx: Makefile 

Log message:
- add missing build depends for autofuck

spotted by nigel@, thanks


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/09/25 09:06:36

Modified files:
	x11/i3         : Makefile 
Added files:
	x11/i3/patches : patch-src_manage_c 

Log message:
Bugfix: Render workspaces created by assignments to use correct
coordinates.
Previously, i3 would send width=0, height=0 to windows which were
put on workspaces created by an assignment (that is, invisible
workspaces, which do not get rendered normally).

from upstream git


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/25 09:36:29

Modified files:
	usr.sbin/smtpd : util.c 

Log message:
need inttypes.h

from millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/25 10:28:39

Modified files:
	devel/atk      : Makefile distinfo 

Log message:
Update to stable atk-2.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/25 10:32:16

Modified files:
	fonts/cantarell-fonts: Makefile distinfo 

Log message:
Minor update to cantarell-fonts-0.0.10.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/25 10:34:07

Modified files:
	devel/libgee   : Makefile distinfo 

Log message:
Update to stable libgee-0.8.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/25 10:40:44

Modified files:
	x11/gnome/at-spi2-core: Makefile distinfo 

Log message:
Update to stable at-spi2-core-2.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/25 10:41:18

Modified files:
	x11/gnome/at-spi2-atk: Makefile distinfo 

Log message:
Update to stable at-spi2-atk-2.6.0.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/25 11:38:55

Modified files:
	usr.sbin/smtpd : smtpd.h user_pwd.c 

Log message:
make const arguments const, and static functions static.

ok chl@


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2012/09/25 12:52:14

Modified files:
	productivity/taskwarrior: Makefile distinfo 

Log message:
- update taskwarrior to 2.1.2

OK lteo@, jeremy@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2012/09/25 13:16:46

Modified files:
	faq            : current.html 

Log message:
adjust English, partly pointed out by "rustyBSD" on www@.


CVSROOT:	/cvs
Module name:	src
Changes by:	lum@cvs.openbsd.org	2012/09/25 13:16:52

Modified files:
	usr.bin/mg     : echo.c 

Log message:
Stop the space char completing a file name. This mimics more recent
versions of emacs.

kjell and jasper@ agree.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2012/09/25 13:25:03

Modified files:
	distrib/sets/lists/xbase: mi 
	distrib/sets/lists/xshare: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2012/09/25 13:26:36

Modified files:
	lang/ghc       : Makefile 

Log message:
There's no reason to depend on textproc/dblatex (and all the beasts
it depends on) for the no_doc pseudo flavor. textproc/libxslt,
textproc/docbook and textproc/docbook-xsl are still needed (for
creating the man page).


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/25 13:31:59

Modified files:
	textproc/groff : Makefile 

Log message:
let dpb build groff in parallel, suggested by espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	gsoares@cvs.openbsd.org	2012/09/25 13:35:58

Modified files:
	mail/msmtp     : Makefile distinfo 

Log message:
bugfix update to 1.4.29

ok dcoppa@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2012/09/25 13:40:33

Modified files:
	security/libotr: Makefile distinfo 

Log message:
Update to libotr 3.2.1, fixing CVE-2012-3461 (multiple heap-based buffer
overflows).  Also, take maintainer.

ok gonzalo@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2012/09/25 13:51:31

Modified files:
	graphics/argyll: Makefile 
Added files:
	graphics/argyll/patches: patch-icc_icc_c 

Log message:
SECURITY for CVE-2012-4405, from Redhat.

Note that our ghostscript port isn't affected by this bug (because
it doesn't build/use libicc).

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2012/09/25 13:51:36

Modified files:
	share/man/man1 : gcc-local.1 

Log message:
Remove mentioning of the -pthread flag.

Discussed with matthew@ guenther@ kettenis@
ok matthew@ sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2012/09/25 13:54:02

Modified files:
	share/man/man3 : intro.3 

Log message:
Update the libpthread section.

ok matthew@ sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2012/09/25 13:57:07

Modified files:
	graphics/argyll: Tag: OPENBSD_5_2 Makefile 
Added files:
	graphics/argyll/patches: Tag: OPENBSD_5_2 patch-icc_icc_c 

Log message:
MFC:
SECURITY for CVE-2012-4405, from Redhat.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2012/09/25 14:01:56

Modified files:
	net/iperf      : Makefile 

Log message:
Enable threads support.

From Gregor Best 
ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2012/09/25 14:02:24

Modified files:
	graphics/argyll: Tag: OPENBSD_5_1 Makefile 
Added files:
	graphics/argyll/patches: Tag: OPENBSD_5_1 patch-icc_icc_c 

Log message:
MFC:
SECURITY for CVE-2012-4405, from Redhat.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2012/09/25 14:05:46

Modified files:
	mail/dovecot   : Makefile distinfo 
	mail/dovecot/pkg: PLIST-server 

Log message:
Update to Dovecot 2.1.10.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2012/09/25 14:07:12

Modified files:
	mail/dovecot-pigeonhole: Makefile distinfo 
	mail/dovecot-pigeonhole/patches: 
	                                 patch-doc_example-config_conf_d_20-managesieve_conf 

Log message:
Update to Dovecot-pigeonhole 0.3.3.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2012/09/25 14:08:22

Modified files:
	mail/dovecot-antispam: Makefile distinfo 

Log message:
Update for Dovecot 2.1.10 and update the distinfo file.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2012/09/25 14:11:11

Modified files:
	net/samba      : Makefile distinfo 
	net/samba/patches: patch-source3_configure_in 
	                   patch-source3_smbd_utmp_c 
	net/samba/pkg  : PLIST-docs 

Log message:
Update to Samba 3.6.8 and fix potential fd leaks upon error with the utmp code.

ok sthen@ MAINTAINER


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2012/09/25 14:12:34

Modified files:
	usr.bin/aucat  : dev.c midi.c 

Log message:
Upon "master volume change" message, send feedback to other clients
only. Fixes the master volume slider stuttering in MIDI programs. Found
by armani@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2012/09/25 14:15:32

Modified files:
	security/libotr: Tag: OPENBSD_5_2 Makefile distinfo 

Log message:
MFC:
Update to libotr 3.2.1, fixing CVE-2012-3461 (multiple heap-based buffer
overflows).

ok sthen@ gsoares@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/25 14:16:08

Modified files:
	lang/php/5.3   : Makefile distinfo 

Log message:
update to php 5.3.17, maintainer timeout


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2012/09/25 14:40:06

Modified files:
	devel/p5-Data-Random: Makefile distinfo 

Log message:
update p5-Data-Random to 0.08


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2012/09/25 14:43:16

Modified files:
	net/libgadu    : Makefile distinfo 

Log message:
Update to libgadu 1.11.2.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/25 14:52:15

Modified files:
	infrastructure/templates: network.conf.template 

Log message:
use http://ftpmirror.gnu.org/ first in MASTER_SITE_GNU (http redirector),
and trim a few of the separate mirrors.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2012/09/25 14:54:39

Modified files:
	net/iperf      : Makefile distinfo 

Log message:
Remove USE_GROFF and update distinfo.

Mentioned by and ok dcoppa@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2012/09/25 15:19:31

Modified files:
	devel/p5-Devel-NYTProf: Makefile distinfo 

Log message:
update p5-Devel-NYTProf to 4.09


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2012/09/25 15:27:19

Added files:
	devel/libsigsegv/patches: patch-src_fault-openbsd-sh_h 

Log message:
Update to libsigsegv 2.10.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2012/09/25 15:39:40

Modified files:
	security/p5-Net_SSLeay: Makefile distinfo 

Log message:
update p5-Net-SSLeay to 1.49


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2012/09/25 15:50:41

Modified files:
	sbin/iked      : Makefile 

Log message:
Correct DPADD to not list libssl which is not used by iked.

ok sthen@ mikeb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/25 15:58:47

Modified files:
	telephony      : Makefile 
	telephony/asterisk: Makefile 
	telephony/asterisk/pkg: PLIST-main 
	telephony/asterisk-sounds: Makefile 
Added files:
	telephony/asterisk/patches: patch-sounds_sounds_xml 
	telephony/asterisk-sounds: asterisk-sounds.port.mk 
	telephony/asterisk-sounds/core-sounds: Makefile Makefile.inc 
	                                       distinfo 
	telephony/asterisk-sounds/core-sounds/en: Makefile 
	telephony/asterisk-sounds/core-sounds/en_AU: Makefile 
	telephony/asterisk-sounds/core-sounds/es: Makefile 
	telephony/asterisk-sounds/core-sounds/fr: Makefile 
	telephony/asterisk-sounds/core-sounds/pkg: DESCR PLIST-en 
	                                           PLIST-en_AU PLIST-es 
	                                           PLIST-fr PLIST-ru 
	telephony/asterisk-sounds/core-sounds/ru: Makefile 
	telephony/asterisk-sounds/extra-sounds: Makefile Makefile.inc 
	                                        distinfo 
	telephony/asterisk-sounds/extra-sounds/en: Makefile 
	telephony/asterisk-sounds/extra-sounds/fr: Makefile 
	telephony/asterisk-sounds/extra-sounds/pkg: DESCR PLIST-en 
	                                            PLIST-fr 
	telephony/asterisk-sounds/moh-opsound: Makefile distinfo 
	telephony/asterisk-sounds/moh-opsound/pkg: DESCR PLIST 
Removed files:
	telephony/asterisk/patches: patch-sounds_Makefile 
	telephony/asterisk-native-sounds: Makefile distinfo 
	telephony/asterisk-native-sounds/pkg: DESCR PLIST 
	telephony/asterisk-sounds: distinfo 
	telephony/asterisk-sounds/patches: patch-Makefile 
	telephony/asterisk-sounds/pkg: DESCR PLIST 

Log message:
revamp asterisk sound-file packaging.

- strip core-sounds and moh out of the main asterisk package,
they change comparatively rarely.

- provide all available languages.

- provide multiple codecs for all files, replacing the asterisk-native-sounds
package which only provided ulaw versions of the asterisk 1.4 files, ports
laid out to permit parallel building.

- the old asterisk-sounds package providing additional sound files beyond
the core ones is now "extra-sounds" modelled after the filename of the
distributed files.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2012/09/25 15:59:00

Modified files:
	multimedia/libaacs: Makefile distinfo 
	multimedia/libaacs/patches: patch-configure 
	multimedia/libaacs/pkg: PLIST 

Log message:
Update to libaacs 0.5.0.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2012/09/25 16:00:00

Modified files:
	multimedia/libbluray: Makefile distinfo 
	multimedia/libbluray/patches: patch-configure 
	multimedia/libbluray/pkg: PLIST 

Log message:
Update to libbluray 0.2.3.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2012/09/25 16:03:48

ports/devel/p5-BSD-stat/patches

Update of /cvs/ports/devel/p5-BSD-stat/patches
In directory cvs.openbsd.org:/tmp/cvs-serv4325/patches

Log Message:
Directory /cvs/ports/devel/p5-BSD-stat/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2012/09/25 16:05:22

Modified files:
	devel/guichan  : Makefile 

Log message:
Don't use the output of sdl-config and instea just pass both LOCALBASE
and X11BASE paths in CPPFLAGS/LDFLAGS.

ok naddy@ MAINTAINER


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/25 16:34:21

Modified files:
	x11/gnome/themes-standard: Makefile distinfo 
	x11/gnome/themes-standard/pkg: PLIST 

Log message:
Update to stable gnome-themes-standard-3.6.0.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/25 16:45:32

Modified files:
	devel/glib2mm  : Makefile distinfo 
	devel/glib2mm/pkg: PLIST 

Log message:
Update to glib2mm-2.33.13.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/25 16:47:52

Modified files:
	fonts/adobe-source-sans-pro: Makefile 
	fonts/adobe-source-sans-pro/pkg: PLIST 

Log message:
Missing @fontdir.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2012/09/25 16:52:16

Modified files:
	graphics/lcms2 : Makefile distinfo 

Log message:
Update to lcms2 2.4.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2012/09/25 17:21:47

Modified files:
	emulators/bochs: Makefile distinfo 
	emulators/bochs/patches: patch-Makefile_in patch-_bochsrc 
	emulators/bochs/pkg: PLIST 

Log message:
Update to Bochs 2.6.

LIB_DEPENDS placement correction and ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2012/09/25 17:50:13

Modified files:
	graphics/clutter/mx: Makefile 

Log message:
autogen.sh -> ./autogen.sh to fix the build when . is not in the PATH.

From RD Thrush 
ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2012/09/25 18:04:09

Modified files:
	multimedia/libdvdnav: Makefile 
Added files:
	multimedia/libdvdnav/patches: patch-src_dvdnav_c 
	                              patch-src_dvdnav_dvdnav_h 
	                              patch-src_dvdnav_internal_h 
	                              patch-src_highlight_c 
	                              patch-src_remap_c 
	                              patch-src_searching_c 
	                              patch-src_vm_vm_c 

Log message:
Bring in a whole bunch of bug fixes from microe's git repo on github.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2012/09/25 18:09:48

Modified files:
	include        : setjmp.h 
	sys/sys        : systm.h 

Log message:
Explicitly annotate setjmp() and longjmp() (and friends) as
__returns_twice and __dead instead of depending on GCC's special
handling of these function names.

With input from kettenis@ and guenther@
Fixes a warning from clang
ok matthew@


CVSROOT:	/cvs
Module name:	ports
Changes by:	lteo@cvs.openbsd.org	2012/09/25 19:40:33

Log message:
    Import DAQ 1.1.1.
    
    DAQ, or Data Acquisition library, is a library for packet I/O.  The DAQ
    replaces direct calls to PCAP functions with an abstraction layer.
    
    This port is needed by the upcoming Snort 2.9.3.1 update.
    
    From Markus Lude, and includes a tweak from sthen@.
    OK abieber@ sthen@
    
    Status:
    
    Vendor Tag:	lteo
    Release Tags:	lteo_20120925
    
    N ports/net/daq/Makefile
    N ports/net/daq/distinfo
    N ports/net/daq/pkg/DESCR
    N ports/net/daq/pkg/PLIST
    N ports/net/daq/pkg/PFRAG.shared
    N ports/net/daq/patches/patch-api_daq_common_h
    N ports/net/daq/patches/patch-configure
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	lteo@cvs.openbsd.org	2012/09/25 19:43:23

Modified files:
	net            : Makefile 

Log message:
+daq


CVSROOT:	/cvs
Module name:	ports
Changes by:	lteo@cvs.openbsd.org	2012/09/25 20:11:05

Modified files:
	net/snort      : Makefile distinfo 
	net/snort/patches: patch-etc_snort_conf patch-src_decode_h 
	                   patch-src_dynamic-plugins_sf_dynamic_plugins_c 
	                   patch-src_dynamic-plugins_sf_engine_Makefile_in 
	                   patch-src_dynamic-preprocessors_Makefile_in 
	                   patch-src_dynamic-preprocessors_dcerpc2_Makefile_in 
	                   patch-src_dynamic-preprocessors_dns_Makefile_in 
	                   patch-src_dynamic-preprocessors_ftptelnet_Makefile_in 
	                   patch-src_dynamic-preprocessors_sdf_Makefile_in 
	                   patch-src_dynamic-preprocessors_smtp_Makefile_in 
	                   patch-src_dynamic-preprocessors_ssh_Makefile_in 
	                   patch-src_dynamic-preprocessors_ssl_Makefile_in 
	                   patch-src_log_c patch-src_log_text_c 
	                   patch-src_ppm_c 
	                   patch-src_preprocessors_Stream5_snort_stream5_tcp_c 
	                   patch-src_preprocessors_spp_sfportscan_c 
	                   patch-src_util_c patch-src_util_h 
	net/snort/pkg  : DESCR PLIST 
Added files:
	net/snort/patches: 
	                   patch-src_dynamic-preprocessors_dnp3_Makefile_in 
	                   patch-src_dynamic-preprocessors_gtp_Makefile_in 
	                   patch-src_dynamic-preprocessors_imap_Makefile_in 
	                   patch-src_dynamic-preprocessors_modbus_Makefile_in 
	                   patch-src_dynamic-preprocessors_pop_Makefile_in 
	                   patch-src_dynamic-preprocessors_reputation_Makefile_in 
	                   patch-src_dynamic-preprocessors_sip_Makefile_in 
	net/snort/pkg  : README 
Removed files:
	net/snort/patches: patch-src_decode_c 
	                   patch-src_dynamic-examples_dynamic-preprocessor_Makefile_in 
	                   patch-src_dynamic-examples_dynamic-rule_Makefile_in 
	                   patch-src_dynamic-preprocessors_dcerpc_Makefile_in 
	                   patch-src_snort_h 
	net/snort/pkg  : MESSAGE 

Log message:
Update Snort to 2.9.3.1.

Thank you to all who tested: Markus Lude (sparc64), abieber@ (macppc),
and Adam Jeanguenat (i386); I also tested on amd64 and i386.  Thank you
to Rodolfo Gouveia for help/tests on earlier versions, and brad@ for
comments on an earlier version.

From Markus Lude (maintainer), and includes changes done based on
feedback from sthen@ and myself.

OK abieber@ sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2012/09/25 20:43:51

Modified files:
	lib/libc/gen   : sysconf.3 

Log message:
Remove the first paragraph. The first sentence is already stated in the
STANDARDS section and the second sentence is bogus.

ok matthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2012/09/25 22:32:40

Modified files:
	sys/isofs/cd9660: cd9660_vnops.c 

Log message:
cleanup the pathconf function a bit. Same MD5.

ok matthew@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/26 00:49:13

Modified files:
	databases/postgresql: Tag: OPENBSD_5_2 Makefile distinfo 
	databases/postgresql/patches: Tag: OPENBSD_5_2 
	                              patch-src_Makefile_shlib 
	databases/postgresql/pkg: Tag: OPENBSD_5_2 PLIST-docs 

Log message:
Update to postgresql-9.1.6, which fixes critical data corruption issues.
For more information please refer to http://www.postgresql.org/about/news/1416/

ok pea@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/09/26 01:09:20

Modified files:
	x11/xmobar     : Makefile distinfo 
	x11/xmobar/patches: patch-samples_xmobar_config 
	                    patch-src_Plugins_Monitors_hs 
	                    patch-xmobar_cabal 
Removed files:
	x11/xmobar/patches: patch-src_Plugins_Monitors_MPD_hs 

Log message:
Update to xmobar-0.15

OK kili@
OK Jona Joachim (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/09/26 01:36:09

Modified files:
	devel/libevent2: Makefile distinfo 

Log message:
Bugfix update to 2.0.20
While here, add pthread to WANTLIB

Initial diff from David Hill


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/26 01:38:01

Modified files:
	multimedia/gstreamer1/core: Makefile distinfo 

Log message:
Update to stable gstreamer1-1.0.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/26 01:38:22

Modified files:
	multimedia/gstreamer1/plugins-base: Makefile distinfo 

Log message:
Update to stable gstreamer1-plugins-base-1.0.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/26 01:38:57

Modified files:
	multimedia/gstreamer1/plugins-good: Makefile distinfo 

Log message:
Update to stable gstreamer1-plugins-good-1.0.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/26 01:39:17

Modified files:
	multimedia/gstreamer1/plugins-ugly: Makefile distinfo 

Log message:
Update to stable gstreamer1-plugins-ugly-1.0.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/26 01:39:40

Modified files:
	multimedia/gstreamer1/plugins-bad: Makefile distinfo 

Log message:
Update to stable gstreamer1-plugins-bad-1.0.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/26 01:39:59

Modified files:
	multimedia/gstreamer1/plugins-libav: Makefile distinfo 

Log message:
Update to stable gstreamer1-plugins-libav-1.0.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/26 03:24:51

Modified files:
	databases/postgresql: Tag: OPENBSD_5_1 Makefile distinfo 
	databases/postgresql/pkg: Tag: OPENBSD_5_1 PLIST-docs 

Log message:
Update to postgresql-9.1.6, which fixes critical data corruption issues.
For more information please refer to http://www.postgresql.org/about/news/1416/

ok pea@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2012/09/26 03:34:09

Modified files:
	devel/gettext  : Makefile 

Log message:
annotate for !parallel. too much time in configure scripts...


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/26 03:43:42

Modified files:
	usr.sbin/smtpd : util.c 

Log message:
log final user and method used for local deliveries.

ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2012/09/26 03:49:43

Modified files:
	usr.sbin/smtpd : parse.y 

Log message:
fix double free() issue in error paths

ok eric@ gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/26 06:28:08

Modified files:
	usr.sbin/smtpd : map.c 

Log message:
maps must be numbered from 1 up, as 0 means "no map".

ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2012/09/26 08:53:23

Modified files:
	sys/kern       : uipc_mbuf.c 
	sys/net        : pfkeyv2.c 
	sys/netinet    : ip_ah.c ip_ether.c ipsec_input.c 
	sys/netinet6   : nd6_rtr.c 
	sys/sys        : mbuf.h 

Log message:
add M_ZEROIZE as an mbuf flag, so copied PFKEY messages (with embedded keys)
are cleared as well; from hshoexer@, feedback and ok bluhm@, ok claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/26 09:04:09

Modified files:
	devel/pcre     : Makefile 
	archivers/xz   : Makefile 
	graphics/png   : Makefile 
	x11/dbus       : Makefile 
	devel/libelf   : Makefile 
	graphics/jpeg  : Makefile 
	graphics/cairo : Makefile 

Log message:
add DPB_PROPERTIES=Parallel for some things high in the dependency tree
which benefit from it.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/26 09:46:36

Modified files:
	net            : Makefile 

Log message:
removed snort flavours, from nigel@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/09/26 10:12:14

Modified files:
	usr.bin/compress: gzip.1 
	usr.bin/skey   : skey.1 
	usr.bin/ssh    : ssh.1 
	usr.bin/whois  : whois.1 

Log message:
last stage of rfc changes, using consistent Rs/Re blocks, and moving the
references into a STANDARDS section;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/09/26 10:19:45

Modified files:
	usr.sbin/iscsid: iscsid.8 
	usr.sbin/ldapd : ldapd.8 ldapd.conf.5 
	usr.sbin/arp   : arp.4 
	usr.sbin/bgpctl: bgpctl.8 
	usr.sbin/bgpd  : bgpd.8 
	usr.sbin/ospf6d: ospf6d.8 
	usr.sbin/faithd: faithd.8 
	usr.sbin/mrouted: mrouted.8 
	usr.sbin/openssl: openssl.1 
	usr.sbin/popa3d: popa3d.8 
	usr.sbin/pppoe : pppoe.8 
	usr.sbin/rarpd : rarpd.8 
	usr.sbin/route6d: route6d.8 
	usr.sbin/rtadvd: rtadvd.conf.5 
	usr.sbin/dhcrelay: dhcrelay.8 
	usr.sbin/dhcpd : dhcpd.conf.5 dhcp-options.5 dhcpd.leases.5 
	usr.sbin/dvmrpd: dvmrpd.8 
	usr.sbin/ntpd  : ntpd.8 
	usr.sbin/tcpdump: tcpdump.8 
	usr.sbin/ospfd : ospfd.8 
	usr.sbin/ripd  : ripd.8 
	usr.sbin/snmpd : snmpd.8 
	usr.sbin/smtpd : smtpd.8 
	usr.sbin/ldpd  : ldpd.8 

Log message:
last stage of rfc changes, using consistent Rs/Re blocks, and moving the
references into a STANDARDS section;


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/09/26 10:26:01

Modified files:
	graphics/blender: Makefile 

Log message:
Mark as BROKEN-sparc64 because of horrible casts.

(CUdeviceptr)((uchar*)mem.device_pointer + offset)
-> error: cast from 'ccl::uchar*' to 'CUdeviceptr' loses precision
tried whacking it with some obvious hacks but failed.


CVSROOT:	/cvs
Module name:	src
Changes by:	rfreeman@cvs.openbsd.org	2012/09/26 10:32:22

Modified files:
	sys/dev/pci    : if_re_pci.c 
	share/man/man4 : re.4 

Log message:
add D-Link DGE-530T to re(4), update re(4) manpage
tested on i386, ok brad@ sthen@ phessler@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/26 11:09:07

Modified files:
	multimedia/gstreamer1/plugins-base: Makefile 

Log message:
tighten LIB_DEPENDS on gstreamer1-core

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2012/09/26 11:22:37

Modified files:
	lang/node      : Makefile distinfo 
	lang/node/pkg  : PLIST 

Log message:
- update node to 0.8.10

OK jeremy@, jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/09/26 11:34:38

Modified files:
	share/man/man8 : starttls.8 
	share/man/man5 : moduli.5 networks.5 
	share/man/man7 : mailaddr.7 
	share/man/man4 : faith.4 gre.4 gif.4 icmp6.4 ip6.4 ppp.4 pppoe.4 
	                 sppp.4 pflow.4 

Log message:
last stage of rfc changes, using consistent Rs/Re blocks, and moving the
references into a STANDARDS section;


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2012/09/26 11:36:46

Modified files:
	lang/gcc/4.2   : Makefile 
	lang/gcc/4.6   : Makefile 
	editors/libreoffice: Makefile 

Log message:
Add DPB_PROPERTIES=parallel for some big ports.
Required to make full use of the amd64 package building cluster.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/09/26 11:44:56

Modified files:
	www/midori     : Makefile distinfo 
	www/midori/patches: patch-wscript 
	www/midori/pkg : PLIST 
Added files:
	www/midori/patches: patch-midori_midori-locationaction_c 

Log message:
Update to midori 0.4.7.

- add a gtk3 flavor.
- backport fix for urlbar c/p issue.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2012/09/26 12:23:04

Modified files:
	devel/jdk/1.6  : Makefile 
	devel/jdk/1.7  : Makefile 

Log message:
Permit building with MAKE_JOBS:
Don't call make -jN, instead pass MAKE_JOBS to HOTSPOT_BUILD_JOBS

ok kurt@, espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2012/09/26 12:37:42

Log message:
    Initial import of p5-Net-IMP 0.45
    
    IMP is a protocol for inspection, modification and rejection of
    data between two sides (client and server) using an analyzer
    implementing this interface.
    
    OK sthen@
    
    Status:
    
    Vendor Tag:	bluhm
    Release Tags:	bluhm_20120926
    
    N ports/net/p5-Net-IMP/Makefile
    N ports/net/p5-Net-IMP/distinfo
    N ports/net/p5-Net-IMP/pkg/PLIST
    N ports/net/p5-Net-IMP/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2012/09/26 12:44:27

Modified files:
	net            : Makefile 

Log message:
+ p5-Net-IMP


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2012/09/26 13:18:00

Modified files:
	sys/dev/pci    : if_se.c 

Log message:
Add support for VLAN sized frames.

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2012/09/26 13:19:56

Modified files:
	www/gnash      : Makefile 
Added files:
	www/gnash/patches: patch-macros_ffmpeg_m4 

Log message:
Rip out some autoconf checks which are intended to workaround
FFmpeg quirks with other OS's but result in hidden dependencies
on OpenBSD.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2012/09/26 13:20:59

Modified files:
	audio/espeak   : Makefile 
	audio/espeak/patches: patch-src_Makefile 

Log message:
Don't create the shared lib using soname.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2012/09/26 13:21:51

Modified files:
	share/man/man4 : vr.4 

Log message:
Mention checksum offload for the 6105M controller.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2012/09/26 13:24:06

Modified files:
	sys/dev/pci    : if_ale.c 

Log message:
Do not report link status unless the interface is up as the status is
only valid when the interface is up.

From FreeBSD

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	gonzalo@cvs.openbsd.org	2012/09/26 13:41:55

Modified files:
	editors/zile   : Makefile distinfo 
	editors/zile/patches: patch-configure 

Log message:
Trivial update for Zile to 2.4.8 with some bug fixed.

Tested on amd64.

Ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/26 13:46:06

Modified files:
	www/nginx/devel: Makefile 
	www/nginx/stable: Makefile 

Log message:
missing bumps; dep on ruby-passenger changed


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/26 13:49:39

Modified files:
	textproc/icu4c : Makefile 

Log message:
mark icu4c for parallel builds; lets libreoffice and webkit get started sooner


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/26 13:52:20

Modified files:
	usr.sbin/smtpd : envelope.c lka_session.c mda.c smtpd.h util.c 

Log message:
Stop using the delivery_data union (field "to") in delivery_mda.
It's confusing and not necessary as it's only used for "buffer".
Instead, just add a "buffer" member in the structure and rename
"as_user" to "user".

The delivery_data union becomes an anonymous union in expandnode,
which is the only other place where it's used.

ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/26 14:45:48

Modified files:
	misc/tpp       : Makefile 

Log message:
missing bump


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2012/09/26 15:06:45

Modified files:
	usr.sbin/smtpd : bounce.c 

Log message:
fix memory leak in case of fdopen() failure

ok eric@ gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/26 15:37:00

Modified files:
	devel/pango    : Makefile distinfo 
Removed files:
	devel/pango/patches: patch-docs_Makefile_in 
	                     patch-docs_check_docs 

Log message:
Update to stable pango-1.32.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/26 15:38:48

Modified files:
	x11/gtk+3      : Makefile distinfo 
	x11/gtk+3/patches: patch-gtk_Makefile_in 
	x11/gtk+3/pkg  : PLIST-main 

Log message:
Update to stable gtk+3-3.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/26 16:07:13

Modified files:
	.              : INDEX 

Log message:
synch.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2012/09/26 18:17:51

Modified files:
	graphics/gimp/stable: Makefile distinfo 
	graphics/gimp/stable/pkg: PLIST 
Removed files:
	graphics/gimp/stable/patches: patch-configure patch-gimp_pc_in 
	                              patch-gimpthumb_pc_in 
	graphics/gimp/stable/pkg: PFRAG.shared 

Log message:
- Mark SHARED_ONLY as Gimp uses plugins and merge PFRAG.shared into the PLIST
- Sync WANTLIB
- Remove use of CONFIGURE_SHARED since this is SHARED_ONLY anyway
- Remove unnecessary patching for the autoconf script and pkg-config files

From giovanni@

- Enable the PostScript plugin
- Update distinfo

ok giovanni@


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2012/09/26 19:12:59

Modified files:
	.              : want.html 

Log message:
dtucker would like a 6105M ethernet card to test w/sparc64


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2012/09/26 21:44:19

Modified files:
	openssh        : specs.html 

Log message:
Add rfc6594


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2012/09/26 22:13:17

Modified files:
	emulators/mednafen: Makefile distinfo 
	emulators/mednafen/pkg: PLIST 
Removed files:
	emulators/mednafen/patches: patch-src_gba_Port_h 
	                            patch-src_types_h 

Log message:
Update to mednafen 0.9.24.  The distfile is marked WIP, but according
to upstream it's more stable than the 0.8.D.3 release.  Adds support
for SNES and Genesis emulation.

diff from bentley@
OK edd@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/26 23:36:08

Modified files:
	textproc/docbook-xsl: Makefile 

Log message:
Missing RUN_DEPENDS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/26 23:36:33

Modified files:
	x11/gnome/libsecret: Makefile 

Log message:
Missing BUILD_DEPENDS; spotted by espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/26 23:53:43

Modified files:
	sysutils/accountsservice: Makefile distinfo 
	sysutils/accountsservice/patches: patch-src_util_c 
	sysutils/accountsservice/pkg: PLIST 

Log message:
Update to accountsservice-0.6.25.


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2012/09/27 00:01:58

Modified files:
	.              : want.html 

Log message:
use full name of the chip I want


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 00:17:08

Modified files:
	audio/libcanberra: Makefile distinfo 
	audio/libcanberra/patches: patch-configure_ac 
	audio/libcanberra/pkg: PLIST-gtk PLIST-gtk3 PLIST-main 

Log message:
Minor update to libcanberra-0.30.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 00:22:50

Modified files:
	security/libtasn1: Makefile distinfo 
	security/libtasn1/pkg: PLIST 

Log message:
Update to libtasn1-2.14.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 00:35:08

Modified files:
	security/gnutls: Makefile distinfo 
	security/gnutls/pkg: PLIST 

Log message:
Update to gnutls-3.1.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 00:37:09

Modified files:
	textproc/docbook-xsl: Makefile 

Log message:
unbreak


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 00:55:04

Modified files:
	graphics/colord: Makefile distinfo 

Log message:
Update to colord-0.1.23.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 01:06:23

Modified files:
	x11/gnome/gjs  : Makefile distinfo 
	x11/gnome/gjs/pkg: PLIST 

Log message:
- update to gjs-1.34.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 01:07:00

Modified files:
	devel/libpeas  : Makefile distinfo 
	devel/libpeas/patches: patch-configure 
	                       patch-tests_libpeas_plugins_extension-js_Makefile_in 
	devel/libpeas/pkg: PLIST 
Removed files:
	devel/libpeas/patches: patch-data_libpeas-1_0_pc_in 

Log message:
- update to libpeas-1.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 01:18:09

Modified files:
	audio/sound-theme-freedesktop: Makefile distinfo 

Log message:
Update to sound-theme-freedesktop-0.8.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 01:18:35

Added files:
	audio/sound-theme-freedesktop/patches: patch-Makefile_in 

Log message:
Forgot in previous.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 01:18:51

Modified files:
	x11/gnome/icon-theme: Makefile distinfo 
	x11/gnome/icon-theme/pkg: PLIST 

Log message:
- update to gnome-icon-theme-3.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 01:20:22

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.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/09/27 01:23:55

Modified files:
	databases/dbic++: Makefile 
	databases/dbic++/patches: patch-CMakeLists_txt 
Removed files:
	databases/dbic++/patches: patch-build 

Log message:
Fix misuse of CMake

OK jeremy@, sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 01:35:56

Modified files:
	sysutils/deja-dup: Makefile distinfo 

Log message:
Update to deja-dup-24.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 01:40:09

Modified files:
	x11/gnome/icon-theme: Makefile 
	x11/gnome/icon-theme/pkg: PLIST 

Log message:
Unbreak updating.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 01:43:03

Modified files:
	x11/gnome/backgrounds: Makefile distinfo 
	x11/gnome/backgrounds/pkg: PLIST 

Log message:
- update to gnome-backgrounds-3.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 01:45:34

Modified files:
	x11/gtksourceview3: Makefile distinfo 
	x11/gtksourceview3/patches: patch-configure 
	x11/gtksourceview3/pkg: PLIST 

Log message:
- update to gtksourceview-3.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 01:46:28

Modified files:
	x11/gnome/libgweather: Makefile distinfo 
	x11/gnome/libgweather/pkg: PLIST 
Added files:
	x11/gnome/libgweather/patches: patch-configure 

Log message:
- update to libgweather-3.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 02:00:06

Modified files:
	x11/gnome/zenity: Makefile distinfo 
	x11/gnome/zenity/patches: patch-src_progress_c patch-src_tree_c 
	x11/gnome/zenity/pkg: PLIST 

Log message:
- update to zenity-3.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/09/27 02:01:04

Modified files:
	net/libproxy   : Makefile 
	net/libproxy/patches: patch-libproxy_cmake_libproxy_cmk 
Added files:
	net/libproxy/patches: patch-bindings_perl_src_CMakeLists_txt 
	                      patch-libproxy_cmake_pxmodule_cmk 
	                      patch-utils_CMakeLists_txt 

Log message:
Fix misuse of CMake

OK sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 02:31:42

Modified files:
	x11/gnome/libsecret: Makefile 

Log message:
Add comment for the build depend.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 02:32:05

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 PLIST-main 
Added files:
	devel/dconf/patches: patch-tests_Makefile_in 
Removed files:
	devel/dconf/patches: patch-engine_dconf-engine_c 

Log message:
Update to dconf-0.14.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 02:35:45

Modified files:
	devel/gsettings-desktop-schemas: Makefile distinfo 
	devel/gsettings-desktop-schemas/patches: 
	                                         patch-schemas_org_gnome_desktop_screensaver_gschema_xml_in_in 
	devel/gsettings-desktop-schemas/pkg: PLIST 

Log message:
Update to gsettings-desktop-schemas-3.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 02:43:51

Modified files:
	devel/py-gobject3: Makefile distinfo 
	devel/py-gobject3/pkg: PLIST 
Removed files:
	devel/py-gobject3/patches: patch-gi_pygi-info_c 

Log message:
Update to py-gobject3-3.4.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 02:45:52

Modified files:
	devel/dconf    : Makefile 

Log message:
- fix up LIB_DEPENDS-editor

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 02:58:43

Modified files:
	net/glib2-networking: Makefile distinfo 
	net/glib2-networking/pkg: PLIST 

Log message:
Update to glib2-networking-2.34.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 03:01:40

Modified files:
	x11/gnome/libgnome-keyring: Makefile distinfo 
	x11/gnome/libgnome-keyring/pkg: PLIST 

Log message:
Update to libgnome-keyring-3.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 03:05:19

Modified files:
	x11/gnome/libcryptui: Makefile distinfo 

Log message:
Update to libcryptui-3.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 03:16:42

Modified files:
	x11/gnome/system-log: Makefile distinfo 
	x11/gnome/system-log/patches: patch-configure 
	x11/gnome/system-log/pkg: PLIST 
Removed files:
	x11/gnome/system-log/patches: patch-src_logview-utils_c 

Log message:
- update to 3.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 03:18:49

Modified files:
	x11/gnome/screenshot: Makefile distinfo 
	x11/gnome/screenshot/patches: patch-configure 
	x11/gnome/screenshot/pkg: PLIST 

Log message:
- update to gnome-screenshot-3.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 03:30:06

Modified files:
	security/p11-kit: Makefile distinfo 
Removed files:
	security/p11-kit/patches: patch-configure_ac 

Log message:
Update to p11-kit-0.14.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 03:30:49

Modified files:
	x11/gnome/gcr  : Makefile distinfo 
	x11/gnome/gcr/pkg: PLIST 

Log message:
Update to gcr-3.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 03:39:00

Modified files:
	x11/gnome/keyring: Makefile distinfo 
	x11/gnome/keyring/pkg: PLIST 
Removed files:
	x11/gnome/keyring/patches: 
	                           patch-daemon_gpg-agent_gkd-gpg-agent-ops_c 
	                           patch-pkcs11_secret-store_gkm-secret-item_c 
	                           patch-schema_org_gnome_crypto_cache_gschema_xml 

Log message:
Update to gnome-keyring-3.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 03:45:02

Modified files:
	x11/gnome/terminal: Makefile distinfo 
	x11/gnome/terminal/pkg: PLIST 

Log message:
- update to gnome-terminal-3.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 03:47:42

Modified files:
	x11/gnome/libxklavier: Makefile distinfo 
	x11/gnome/libxklavier/pkg: PLIST 

Log message:
- update to libxklavier-5.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 03:47:58

Modified files:
	x11/gnome/libgnomekbd: Makefile distinfo 

Log message:
- update to libgnomekbd-3.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 03:48:47

Modified files:
	www/gtkhtml4   : Makefile distinfo 

Log message:
- update to gtkhtml4-4.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 03:58:38

Modified files:
	devel/libsoup  : Makefile distinfo 
	devel/libsoup/pkg: PLIST-gnome PLIST-main 
Removed files:
	devel/libsoup/pkg: PFRAG.shared-gnome PFRAG.shared-main 

Log message:
Update to libsoup-2.40.0.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2012/09/27 04:02:56

Modified files:
	usr.bin/tmux   : server-client.c 

Log message:
Do not leak file descriptor if not a tty, reported by Sebastien Marie.


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2012/09/27 04:07:55

Modified files:
	print/cups     : Makefile 
	print/cups/pkg : PLIST-main 

Log message:
Add a workaround to prevent cups-driverd(8) from crashing on every update
help and ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 04:21:10

Modified files:
	x11/gnome/font-viewer: Makefile distinfo 
	x11/gnome/font-viewer/pkg: PLIST 

Log message:
- update to 3.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 04:42:30

Modified files:
	net/telepathy/telepathy-mission-control: Makefile 

Log message:
Remove bogus configure args.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 04:53:10

Modified files:
	textproc/itstool: Makefile distinfo 

Log message:
Update to itstool-1.2.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 04:56:56

Modified files:
	textproc/itstool: Makefile 

Log message:
Set PKG_ARCH=*


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/09/27 04:57:46

Modified files:
	x11/i3         : Makefile 
	x11/i3/patches : patch-src_manage_c 

Log message:
Bugfix: properly react to windows being unmapped before we can
reparent.
We need to verify that setting the event mask works, and we need
to include StructureNotify to get unmap events at any point in time.

From upstream git


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 05:03:28

Modified files:
	x11/gnome/yelp-xsl: Makefile distinfo 

Log message:
Update to yelp-xsl-3.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 05:03:46

Modified files:
	x11/gnome/yelp-tools: Makefile distinfo 

Log message:
Update to yelp-tools-3.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 05:04:02

Modified files:
	x11/gnome/yelp : Makefile distinfo 
	x11/gnome/yelp/patches: patch-configure 
	x11/gnome/yelp/pkg: PLIST 

Log message:
Update to yelp-3.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/09/27 05:06:31

Modified files:
	x11/i3status   : Makefile distinfo 
	x11/i3status/patches: patch-i3status_conf 

Log message:
Set output_format to "i3bar", to have colours by default.

ok jasper@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 05:18:02

Modified files:
	x11/gnome/user-docs: Makefile distinfo 
	x11/gnome/user-docs/pkg: PLIST 

Log message:
Update to gnome-user-docs-3.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 05:20:37

Modified files:
	x11/gnome/devhelp: Makefile distinfo 
	x11/gnome/devhelp/patches: patch-configure 
	x11/gnome/devhelp/pkg: PLIST 

Log message:
Update to devhelp-3.6.0.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/09/27 05:31:58

Modified files:
	lib/libc/hash  : mdX.3 sha1.3 
	lib/libc/net   : getaddrinfo.3 getnameinfo.3 inet.3 
	                 if_indextoname.3 inet6_opt_init.3 
	                 inet6_option_space.3 resolver.3 
	                 inet6_rth_space.3 inet6_rthdr_space.3 
	lib/libc/rpc   : rpc.3 xdr.3 authnone_create.3 
	lib/libkeynote : keynote.1 keynote.3 keynote.4 keynote.5 
	lib/libz       : compress.3 

Log message:
last stage of rfc changes, using consistent Rs/Re blocks, and moving the
references into a STANDARDS section;


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 05:47:13

Modified files:
	graphics/clutter: Makefile.inc 

Log message:
bump MAJOR to 1.12


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 05:47:34

Modified files:
	graphics/clutter/cogl: Makefile distinfo 
	graphics/clutter/cogl/patches: patch-cogl_Makefile_in 
	                               patch-cogl_winsys_cogl-winsys-egl-kms_c 
	graphics/clutter/cogl/pkg: PLIST 

Log message:
- update to cogl-1.12.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 05:48:23

Modified files:
	graphics/clutter/core: Makefile distinfo 
	graphics/clutter/core/patches: patch-clutter_Makefile_in 
	                               patch-configure 
	graphics/clutter/core/pkg: PLIST 
Added files:
	graphics/clutter/core/patches: patch-clutter_clutter-actor_c 
	                               patch-clutter_clutter-main_c 
Removed files:
	graphics/clutter/core/patches: 
	                               patch-tests_interactive_test-animation_c 

Log message:
- update to clutter-1.12.0
* includes a fix for the dreaded threading issues


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 05:48:44

Modified files:
	graphics/clutter/clutter-gtk: Makefile distinfo 

Log message:
- update to clutter-gtk-1.3.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 05:49:04

Modified files:
	graphics/clutter/clutter-gst: Makefile distinfo 
	graphics/clutter/clutter-gst/pkg: PLIST 
Removed files:
	graphics/clutter/clutter-gst/patches: patch-configure 

Log message:
- update to clutter-gst-1.9.92


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2012/09/27 06:05:02

Modified files:
	sys/dev/usb    : if_smsc.c 

Log message:
make smsc work on big endian archs


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 06:07:00

Modified files:
	graphics/clutter/core/patches: patch-clutter_clutter-actor_c 

Log message:
add git commit blurb


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/09/27 06:18:20

Modified files:
	libexec/ftpd   : ftpd.8 
	gnu/usr.sbin/sendmail/sendmail: sendmail.8 

Log message:
last stage of rfc changes, using consistent Rs/Re blocks, and moving the
references into a STANDARDS section;


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 06:26:01

Modified files:
	x11/gnome/online-accounts: Makefile 
	x11/gnome/libsecret: Makefile 

Log message:
Consistency in comment.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/09/27 06:26:28

Modified files:
	sys/arch/amd64/stand/boot: boot.8 
	sys/arch/socppc/stand/boot: boot.8 
	sys/arch/hppa/stand/boot: boot.8 
	sys/arch/i386/stand/boot: boot.8 
	sys/arch/armish/stand/boot: boot.8 
	sys/arch/hppa64/stand/boot: boot.8 
	sys/arch/landisk/stand/boot: boot.8 
	sys/arch/zaurus/stand/zboot: boot.8 

Log message:
remove the zlib rfc text: these pages already point to gzip(1), which
has the references, and the rfc is not that relevant anyway;


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2012/09/27 06:26:35

Modified files:
	usr.sbin/smtpd : enqueue.c 

Log message:
simplify malloc() + strlcpy() dance with xstrdup()

ok gilles@ eric@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2012/09/27 06:38:11

Modified files:
	sys/dev/usb    : if_smscreg.h if_smsc.c 

Log message:
Use a smaller buffer size when not attached to a high speed/usb2
controller.  Makes smsc work when attached to usb1 controllers.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 06:47:54

Modified files:
	x11/gnome/online-accounts: Makefile distinfo 
	x11/gnome/online-accounts/pkg: PLIST 

Log message:
- update to gnome-online-accounts-3.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 06:48:30

Modified files:
	devel/dconf    : Makefile 
	devel/dconf/pkg: PLIST-main 

Log message:
Fix bash-completion directory.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 07:00:40

Modified files:
	graphics/clutter: Makefile.inc 
	graphics/clutter/clutter-gst: Makefile 
	graphics/clutter/clutter-gtk: Makefile 
	graphics/clutter/cogl: Makefile 
	graphics/clutter/core: Makefile 
	graphics/clutter/mash: Makefile 
	graphics/clutter/mx: Makefile 

Log message:
hobbits take maintainership


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 07:03:01

Modified files:
	x11/gnome/gvfs : Makefile distinfo 
	x11/gnome/gvfs/pkg: PFRAG.shared-main PLIST-main 
Removed files:
	x11/gnome/gvfs/patches: patch-configure_ac 
	                        patch-daemon_gvfsbackendsftp_c 
	                        patch-daemon_pty_open_c 

Log message:
Update to gvfs-1.14.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	gonzalo@cvs.openbsd.org	2012/09/27 07:17:12

Modified files:
	net/ziproxy    : Makefile distinfo 
	net/ziproxy/patches: patch-src_image_c patch-src_netd_c 
	net/ziproxy/pkg: MESSAGE PLIST 
Added files:
	net/ziproxy/pkg: ziproxy.rc 
Removed files:
	net/ziproxy/patches: patch-configure_in 

Log message:
Update for Ziproxy to 3.2.1:

* Changed HTTP authentication code to a modular one.
* Added SASL support for HTTP authentication.
* Fixed compilation issues with libpng 1.5.x.

And other, while here GROFF is not needed, change
configure style, add rc.d(8) script, and edd@ drop
maintership, I take care of this now.

Tested on amd64 and i386.

Ok edd@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2012/09/27 08:01:35

Modified files:
	sys/arch/alpha/conf: GENERIC RAMDISKBIG 
	sys/arch/amd64/conf: GENERIC RAMDISK_CD 
	sys/arch/armish/conf: GENERIC RAMDISK 
	sys/arch/beagle/conf: GENERIC RAMDISK 
	sys/arch/gumstix/conf: GENERIC RAMDISK 
	sys/arch/hppa/conf: GENERIC RAMDISK 
	sys/arch/hppa64/conf: GENERIC RAMDISK 
	sys/arch/i386/conf: GENERIC RAMDISK_CD 
	sys/arch/landisk/conf: GENERIC RAMDISK 
	sys/arch/loongson/conf: GENERIC RAMDISK 
	sys/arch/macppc/conf: GENERIC RAMDISK 
	sys/arch/palm/conf: GENERIC RAMDISK 
	sys/arch/sgi/conf: GENERIC-IP27 GENERIC-IP30 GENERIC-IP32 
	                   RAMDISK-IP27 RAMDISK-IP30 RAMDISK-IP32 
	sys/arch/socppc/conf: GENERIC 
	sys/arch/sparc64/conf: GENERIC RAMDISK 
	sys/arch/zaurus/conf: GENERIC RAMDISK 

Log message:
enable smsc


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 08:14:31

Modified files:
	x11/gnome      : gnome.port.mk 

Log message:
Bump g-o-i and vala versions.
Add a dependency on yelp-tools instead of itstool (itstool is a dependency
of yelp-tools); this is a convient dependency so that we can build
the GNOME documentation for the new and legacy infrastructure whatever
configure style we set.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 08:14:54

Modified files:
	x11/gnome/gedit: Makefile distinfo 
	x11/gnome/gedit/patches: patch-configure 
	x11/gnome/gedit/pkg: PLIST 

Log message:
- update to 3.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 08:15:05

Modified files:
	x11/gnome/gedit-plugins: Makefile distinfo 
	x11/gnome/gedit-plugins/patches: patch-configure 
	x11/gnome/gedit-plugins/pkg: PLIST 

Log message:
- update to 3.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2012/09/27 08:46:37

Modified files:
	infrastructure/bin: register-plist 

Log message:
remove old compatibility cruft with old register-plist that used to
say "def" for version number.

check that pkgpath in dependency did not change, in which case the
dependent port should have been bumped.

problem experienced by aja@ on glib2...

patch tested and okay jasper@, sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 08:52:36

Modified files:
	x11/gnome/devel-docs: Makefile distinfo 
	x11/gnome/devel-docs/pkg: PLIST 
Added files:
	x11/gnome/devel-docs/patches: patch-platform-demos_Makefile_in 
Removed files:
	x11/gnome/devel-docs/patches: 
	                              patch-accessibility-devel-guide_Makefile_in 

Log message:
Update to gnome-devel-docs-3.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 08:55:20

Log message:
    import spice-protocol-0.12.2
    
    The Simple Protocol for Independent Computing Environments (SPICE) is a
    remote display system built for virtual environments which allows you to
    view a computing 'desktop' environment not only on the machine where it
    is running, but from anywhere on the Internet and from a wide variety of
    machine architectures.
    
    This package provides headers defining protocols.
    
    ok aja@ gsoares@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20122709
    
    N ports/devel/spice-protocol/Makefile
    N ports/devel/spice-protocol/distinfo
    N ports/devel/spice-protocol/pkg/PLIST
    N ports/devel/spice-protocol/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 08:56:58

Modified files:
	devel          : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 08:57:59

Log message:
    import spice-gtk-0.14
    
    Gtk client and libraries for SPICE remote desktop servers.
    
    ok aja@ gsoares@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20122709
    
    N ports/x11/spice-gtk/Makefile
    N ports/x11/spice-gtk/distinfo
    N ports/x11/spice-gtk/pkg/PLIST
    N ports/x11/spice-gtk/pkg/DESCR
    N ports/x11/spice-gtk/patches/patch-gtk_channel-display_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 08:58:36

Modified files:
	x11            : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 08:58:52

Modified files:
	x11/virt-viewer: Makefile 
	x11/virt-viewer/pkg: DESCR 

Log message:
- enable SPICE support


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 08:59:22

Modified files:
	x11/gnome/vinagre: Makefile 

Log message:
- enable SPICE support


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2012/09/27 09:04:22

Log message:
    Import sysutils/multitime, written by and ported by Laurence Tratt.
    
    OK sthen@
    
    Status:
    
    Vendor Tag:	edd
    Release Tags:	edd_20120927
    
    N ports/sysutils/multitime/Makefile
    N ports/sysutils/multitime/distinfo
    N ports/sysutils/multitime/pkg/DESCR
    N ports/sysutils/multitime/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2012/09/27 09:06:46

Modified files:
	sysutils       : Makefile 

Log message:
link sysutils/multitime


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 09:09:53

Log message:
    Import alpine-2.02.
    
    This is the continuation of the Alpine email client from University of
    Washington.
    This port will be used to build the following packages:
    - alpine
    - c-client
    - imap-uw
    - mailutil-uw
    - pico
    - pilot
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20120927
    
    N ports/mail/re-alpine/Makefile
    N ports/mail/re-alpine/distinfo
    N ports/mail/re-alpine/patches/patch-pith_charconv_utf8_c
    N ports/mail/re-alpine/patches/patch-alpine_pine-use_c
    N ports/mail/re-alpine/patches/patch-configure
    N ports/mail/re-alpine/patches/patch-doc_alpine_1
    N ports/mail/re-alpine/patches/patch-imap_src_osdep_unix_kerb_mit_c
    N ports/mail/re-alpine/patches/patch-pith_conf_c
    N ports/mail/re-alpine/patches/patch-imap_src_ipopd_ipopd_8
    N ports/mail/re-alpine/patches/patch-pith_pine_hlp
    N ports/mail/re-alpine/patches/patch-imap_src_tmail_tmail_c
    N ports/mail/re-alpine/patches/patch-imap_src_mlock_mlock_c
    N ports/mail/re-alpine/patches/patch-imap_src_imapd_imapd_8
    N ports/mail/re-alpine/patches/patch-imap_src_osdep_unix_env_unix_c
    N ports/mail/re-alpine/patches/patch-imap_src_osdep_unix_Makefile
    N ports/mail/re-alpine/patches/patch-imap_src_osdep_unix_Makefile_gss
    N ports/mail/re-alpine/patches/patch-imap_Makefile
    N ports/mail/re-alpine/pkg/DESCR-main
    N ports/mail/re-alpine/pkg/DESCR-pico
    N ports/mail/re-alpine/pkg/DESCR-pilot
    N ports/mail/re-alpine/pkg/PLIST-main
    N ports/mail/re-alpine/pkg/PLIST-pico
    N ports/mail/re-alpine/pkg/PLIST-pilot
    N ports/mail/re-alpine/pkg/README-main
    N ports/mail/re-alpine/pkg/README-imap
    N ports/mail/re-alpine/pkg/DESCR-imap
    N ports/mail/re-alpine/pkg/PLIST-imap
    N ports/mail/re-alpine/pkg/PLIST-mailutil
    N ports/mail/re-alpine/pkg/DESCR-mailutil
    N ports/mail/re-alpine/pkg/DESCR-c-client
    N ports/mail/re-alpine/pkg/PLIST-c-client
    N ports/mail/re-alpine/pkg/PFRAG.shared-c-client
    N ports/mail/re-alpine/files/c-client.cf
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 09:11:18

Removed files:
	mail/alpine    : Makefile distinfo 
	mail/alpine/patches: patch-Makefile_in patch-alpine_Makefile_in 
	                     patch-alpine_pine-use_c patch-configure 
	                     patch-doc_alpine_1 patch-pico_Makefile_in 
	                     patch-pith_charconv_utf8_c 
	                     patch-pith_conf_c patch-pith_pine_hlp 
	mail/alpine/pkg: DESCR-main DESCR-pico DESCR-pilot PLIST-main 
	                 PLIST-pico PLIST-pilot README-main 
	mail/imap-uw   : Makefile distinfo 
	mail/imap-uw/files: c-client.cf 
	mail/imap-uw/patches: patch-Makefile patch-imapd.8 patch-ipopd.8 
	                      patch-src_mlock_mlock_c 
	                      patch-src_osdep_unix_Makefile 
	                      patch-src_osdep_unix_Makefile.gss 
	                      patch-src_osdep_unix_env_unix.c 
	                      patch-src_osdep_unix_kerb_mit_c 
	                      patch-tmail_tmail_c 
	mail/imap-uw/pkg: DESCR-c-client DESCR-mailutil DESCR-server 
	                  PFRAG.shared-c-client PLIST-c-client 
	                  PLIST-mailutil PLIST-server README-server 

Log message:
Remove, these ports are superseded by mail/re-alpine.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 09:12:28

Modified files:
	mail           : Makefile 

Log message:
-alpine
-imap-uw
+re-alpine


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 09:45:42

Modified files:
	devel/libexecinfo: Makefile 
	devel/libexecinfo/patches: patch-libbacktrace_backtrace_c 
	                           patch-libbacktrace_backtrace_h 
Added files:
	devel/libexecinfo/patches: patch-examples_backtrace_test_c 

Log message:
- remove BT_MAX_DEPTH and struct bt_frame from the public API as they don't belong there
and create issues with guenthers upcoming header cleaning.

as discussed with guenther@
ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 09:51:15

Modified files:
	x11/dbus-glib  : Makefile 
	x11/dbus-glib/pkg: PLIST 

Log message:
Remove old bash_completion script. New ones are installed under
share/bash-completion and this port is already legacy so it won't get
an update anytime soon...


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/09/27 09:52:18

Modified files:
	www            : Makefile 

Log message:
Link midori,gtk3 to the build.
From/reminded by ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/09/27 10:15:00

Modified files:
	share/man/man9 : Makefile mbuf.9 

Log message:
replace m_zero(9) with M_ZEROIZE; original diff from markus
ok mikeb markus


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 10:18:06

Modified files:
	productivity/gnucash: Makefile distinfo 
	productivity/gnucash/pkg: PLIST 

Log message:
Update to gnucash-2.4.11.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2012/09/27 10:23:52

Modified files:
	data/xkeyboard-config: Makefile 

Log message:
Generate and install xkeyboard-config.pc. Requested by ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 10:43:07

Modified files:
	mail/pine-pgp-filters: Makefile 

Log message:
Depends on mail/re-alpine now.

spotted by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 10:45:51

Modified files:
	lang/php       : Makefile.inc 
	lang/php/5.2   : Makefile 
	lang/php/5.3   : Makefile 

Log message:
Use c-client from re-alpine (php-imap).


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 11:13:42

Modified files:
	textproc/docbook-xsl: Makefile 

Log message:
Tweak RUN_DEPENDS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 11:26:05

Modified files:
	benchmarks/sysbench: Makefile 
	devel/alex     : Makefile 
	devel/c2hs     : Makefile 
	devel/cppcheck : Makefile 
	devel/haddock  : Makefile 
	devel/happy    : Makefile 
	geo/gpsbabel   : Makefile 
	lang/ghc       : Makefile 
	mail/mutt/snapshot: Makefile 
	misc/gpsd      : Makefile 
	sysutils/nut   : Makefile 
	sysutils/polkit: Makefile 
	sysutils/upower: Makefile 
	textproc/asciidoc: Makefile 
	textproc/dblatex: Makefile 
	textproc/gtk-doc: Makefile 
	textproc/xmlto : Makefile 
	x11/mplayer    : Makefile 
	x11/roxterm    : Makefile 
	x11/gnome/libsecret: Makefile 
	x11/gnome/online-accounts: Makefile 

Log message:
docbook-xsl already comes with libxslt.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 11:27:32

Modified files:
	textproc/docbook: Makefile 
	textproc/docbook/pkg: PLIST 

Log message:
Create a link from ${SYSCONFDIR}/xml/catalog to /var/db/xmlcatalog
so that stuffs that looks for /etc/xml/catalog can find it right-away.

idea from and ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 11:38:18

Modified files:
	x11/gnome/gvfs : Makefile 
	x11/gtk+3      : Makefile 
	devel/glib2    : Makefile 

Log message:
Tweak after recent docbook changes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/09/27 11:42:16

Modified files:
	math/py-scipy  : Makefile 

Log message:
Mark as BROKEN on sparc64 since it never built there in ages; Triggers
an internal compiler error in scipy/optimize/minpack/qrsolv.f:189


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/09/27 11:44:20

Modified files:
	math/lpsolve/core: Makefile 

Log message:
Mark as BROKEN-sparc64 since it never built there; triggers a relocation
overflow error when linking liblpsolve55.so.0.0.


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2012/09/27 11:47:49

Modified files:
	usr.sbin/smtpd : config.c control.c dns.c forward.c map_static.c 
	                 map_stdio.c mda.c stat_ramstat.c 

Log message:
use xmalloc()/xcalloc() helpers

while there unify usage of log_trace() in ramstat_set()

ok gilles@ eric@


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2012/09/27 11:58:56

Modified files:
	usr.sbin/smtpd : mfa.c map_db.c 

Log message:
simplify calloc() + strlcpy()/memcpy() dance with xmemdup()
use xcalloc() helper
remove newly unused variable

ok gilles@ eric@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 11:59:37

Modified files:
	sysutils/libvirt: Makefile 
	textproc/gtk-doc: Makefile 

Log message:
Remove docbook hack.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 12:13:34

Modified files:
	x11/gnome/desktop: Makefile distinfo 
	x11/gnome/desktop/patches: patch-libgnome-desktop_Makefile_in 
	x11/gnome/desktop/pkg: PLIST 

Log message:
Update to gnome-desktop-3.6.0.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 12:15:53

Modified files:
	meta/gnome     : Makefile 

Log message:
Welcome GNOME 3.6.
Not ready/finished yet, but we need to sync the meta package with gnome-desktop.


CVSROOT:	/cvs
Module name:	ports
Changes by:	gonzalo@cvs.openbsd.org	2012/09/27 12:20:41

Modified files:
	net/adsuck     : Makefile distinfo 

Log message:
Update for Adsuck to 2.4.3 with updated files.

Ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 12:27:55

Modified files:
	x11/gnome/menus: Makefile distinfo 
	x11/gnome/menus/pkg: PLIST 

Log message:
Update to gnome-menus-3.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 12:45:34

Modified files:
	print/poppler  : Makefile distinfo 
	print/poppler/patches: patch-Makefile_in patch-poppler_XRef_cc 

Log message:
Update to poppler-0.20.4.

input from and ok kili@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/27 12:50:37

Modified files:
	devel/pango    : Makefile 
Added files:
	devel/pango/patches: patch-modules_basic_basic-fc_c 

Log message:
- apply a patch from upstream which a nasty crash i've been observing


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/27 12:57:25

Modified files:
	usr.sbin/smtpd : expand.c lka_session.c smtpd.h 

Log message:
clarify the alias expansion code.

The session manages a list of nodes to process. A node has a link to the
parent node from which it has been expanded, and a link to the rule that
led to its creation. Depending on its type and the associated rule, each
node is either "expanded" to create new nodes or "submitted" to create a
final envelope.  Nodes which have already been seen, either processed or
not, are discarded to avoid loops.

The expansion process is bootstrapped by creating an EXPAND_ADDRESS node
from the original dest, with no rule and no parent.  It is done when all
nodes have been expanded or if an error occurs before.  The expand depth
is limited 5 levels.  The whole expansion fails if the limit is reached.

While there, make sure that only one .forward file is queried at a time,
and only append the subfolder tag in the maildir case.

Fixe issues with some virtual map setups where the dest would get mixed
up, and make the whole expansion process generally easier to follow.

ok chl@ gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 13:33:19

Modified files:
	x11/gtk3mm     : Makefile distinfo 

Log message:
Update to gtk3mm-3.5.13.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/27 13:43:29

Modified files:
	usr.sbin/smtpd : mta_session.c 

Log message:
fatal -> fatalx


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/27 13:50:08

Modified files:
	usr.sbin/smtpd : scheduler_ramqueue.c 

Log message:
When merging messages from an update, decrement the message counter if the
message already exists in the main queue, otherwise it's counted twice.

ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/09/27 14:12:32

Modified files:
	libexec/spamd  : spamd.8 

Log message:
remove some history details which have been around for long enough
to no longer be relevant;

ok beck


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2012/09/27 14:34:15

Modified files:
	usr.sbin/smtpd : enqueue.c makemap.c map_stdio.c 

Log message:
use xstrdup() helper

ok eric@ gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/09/27 14:35:49

Modified files:
	www/minitube   : Makefile distinfo 
	www/minitube/patches: patch-src_MainWindow_cpp 
	www/minitube/pkg: PLIST 

Log message:
Update to minitube-1.9

Ok pirofti@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2012/09/27 15:27:43

Modified files:
	devel/py-openbsd: Makefile 
	devel/py-openbsd/patches: patch-openbsd_packet_py 
Added files:
	devel/py-openbsd/patches: patch-openbsd__sysvar_c 

Log message:
fix build: M_AUTH_AH is gone


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2012/09/27 15:29:45

Modified files:
	x11/dbus       : Makefile 

Log message:
not parallel-safe


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2012/09/27 15:49:58

Modified files:
	devel/jdk/1.6  : Makefile 

Log message:
mark for parallel dpb building to shorten the time to libreoffice


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/27 17:35:49

Modified files:
	multimedia/get_flash_videos: Makefile 
Added files:
	multimedia/get_flash_videos/patches: 
	                                     patch-lib_FlashVideo_Site_Youtube_pm 

Log message:
unbreak youtube with get_flash_videos; they now require a signature url param.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2012/09/27 17:39:33

Modified files:
	converters/libiconv: Makefile 

Log message:
Remove workaround no longer necessary.

ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/27 17:45:06

ports/net/quvi/scripts/patches

Update of /cvs/ports/net/quvi/scripts/patches
In directory cvs.openbsd.org:/tmp/cvs-serv4533/patches

Log Message:
Directory /cvs/ports/net/quvi/scripts/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/27 17:46:16

Modified files:
	net/quvi/scripts: Makefile 
Added files:
	net/quvi/scripts/patches: patch-share_lua_website_youtube_lua 

Log message:
adapt youtube parser; fixes cclive


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/27 18:03:57

Modified files:
	telephony/asterisk: Makefile distinfo 
	telephony/asterisk/patches: patch-Makefile 
	                            patch-configs_asterisk_conf_sample 
	                            patch-configure_ac 
	                            patch-contrib_scripts_safe_asterisk 
	                            patch-pbx_pbx_spool_c 
	telephony/asterisk/pkg: PLIST-main README-main 
Added files:
	telephony/asterisk/patches: patch-configs_res_odbc_conf_sample 
	                            patch-configs_sip_conf_sample 
Removed files:
	telephony/asterisk/patches: patch-addons_chan_ooh323_c 
	                            patch-channels_chan_unistim_c 

Log message:
Update the asterisk port to 10.8.0 - This is a major update, notable changes:

- If using ConfBridge, note that the dialplan arguments have changed.

- If using the built-in HTTP server, note that a bindaddr must now be given,
previously the default was 0.0.0.0 but this must now be given explicitly.

- Internal database now uses SQLite3 not BDB, conversion tools are provided.

See share/doc/asterisk/UPGRADE.txt for more.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/27 18:04:17

Modified files:
	telephony/appkonference: Makefile 

Log message:
adapt appkonference port to asterisk 10.x


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/27 18:04:47

Modified files:
	telephony/asterisk-g729: Makefile distinfo 

Log message:
update asterisk-g729 to 1.1beta4 and adapt to asterisk 10.x


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/27 18:07:13

Modified files:
	www/cclive     : Makefile distinfo 
	www/cclive/pkg : PLIST 

Log message:
update to cclive 0.7.10, various improvements


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/27 18:20:16

Modified files:
	www/p5-WWW-YouTube-Download: Makefile 
Added files:
	www/p5-WWW-YouTube-Download/patches: patch-bin_youtube-download 
	                                     patch-lib_WWW_YouTube_Download_pm 

Log message:
adapt p5-WWW-YouTube-Download to youtube changes
while there, fix file extensions to match the format

from maintainer Mikolaj Kucharski


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2012/09/27 19:04:14

Modified files:
	lang/node      : Makefile distinfo 

Log message:
Update node to 0.8.11

-Fix stat() size reporting for large files

OK sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2012/09/27 19:47:02

Modified files:
	audio/vamp-plugin-sdk: Makefile 
	audio/vamp-plugin-sdk/patches: patch-Makefile_in 

Log message:
Don't create the shared lib using soname.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2012/09/27 20:59:29

Modified files:
	sys/dev/pci    : ahd_pci.c 

Log message:
Add support for the Adaptec 39320LPE controller.

From FreeBSD

ok kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/27 23:48:16

Modified files:
	devel/pango    : Makefile distinfo 
Removed files:
	devel/pango/patches: patch-modules_basic_basic-fc_c 

Log message:
Update to pango-1.32.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 00:26:15

Modified files:
	x11/gnome/py-atspi: Makefile distinfo 
	x11/gnome/py-atspi/pkg: PLIST 

Log message:
Update to py-atspi-2.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 00:32:13

Modified files:
	devel/liblouis : Makefile distinfo 
	devel/liblouis/patches: patch-python_louis_Makefile_in 
	devel/liblouis/pkg: PLIST 

Log message:
Update to liblouis-2.5.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 00:35:36

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-camel_camel-lock_c 
	                                         patch-camel_camel-search-sql-sexp_c 
	                                         patch-camel_providers_local_camel-maildir-summary_c 
	                                         patch-camel_providers_pop3_camel-pop3-folder_c 
	                                         patch-libedataserver_e-debug-log_c 
	                                         patch-tests_libedata-cal_Makefile_in 
	                                         patch-tests_libedata-cal_test-intervaltree_c 
	databases/evolution-data-server/pkg: PLIST 

Log message:
Update to evolution-data-server-3.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 00:44:18

Modified files:
	net/telepathy/telepathy-gabble: Makefile 

Log message:
Fix telepathy-gabble-xmpp-console.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 00:45:24

Modified files:
	x11/gnome/orca : Makefile distinfo 
	x11/gnome/orca/pkg: PLIST 
Removed files:
	x11/gnome/orca/patches: patch-src_orca_espeechfactory_py 

Log message:
Update to orca-3.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 01:09:23

Modified files:
	x11/gnome/settings-daemon: Makefile distinfo 
	x11/gnome/settings-daemon/pkg: PLIST 
Added files:
	x11/gnome/settings-daemon/patches: 
	                                   patch-data_org_gnome_settings-daemon_plugins_gschema_xml_in_in 
Removed files:
	x11/gnome/settings-daemon/patches: patch-configure_ac 
	                                   patch-data_Makefile_am 
	                                   patch-plugins_Makefile_am 
	                                   patch-plugins_print-notifications_gsd-print-notifications-manager_c 
	                                   patch-plugins_print-notifications_gsd-printer_c 

Log message:
Update to gnome-settings-daemon-3.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 01:10:01

Modified files:
	x11/gnome/dictionary: Makefile distinfo 
	x11/gnome/dictionary/patches: patch-configure 
	x11/gnome/dictionary/pkg: PLIST 

Log message:
Update to gnome-dictionary-3.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 01:18:24

Modified files:
	x11/gnome/search-tool: Makefile distinfo 
	x11/gnome/search-tool/patches: patch-configure 
	x11/gnome/search-tool/pkg: PLIST 

Log message:
Update to gnome-search-tool-3.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 01:19:59

Modified files:
	x11/gnome/baobab: Makefile distinfo 
	x11/gnome/baobab/patches: patch-configure 
	x11/gnome/baobab/pkg: PLIST 
Added files:
	x11/gnome/baobab/patches: patch-src_Makefile_in 

Log message:
Update to baobab-3.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 01:34:24

Modified files:
	x11/gnome/session: Makefile distinfo 
	x11/gnome/session/patches: patch-gnome-session_main_c 
Added files:
	x11/gnome/session/patches: patch-tools_gnome-session-quit_c 

Log message:
Update to gnome-session-3.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 01:43:18

Modified files:
	x11/gnome/mousetweaks: Makefile distinfo 
	x11/gnome/mousetweaks/pkg: PLIST 

Log message:
Update to mousetweaks-3.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 01:45:49

Modified files:
	x11/gnome/nautilus: Makefile distinfo 
	x11/gnome/nautilus/pkg: PLIST 
Removed files:
	x11/gnome/nautilus/patches: patch-add-include-prefix 

Log message:
Update to nautilus-3.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/28 01:51:42

Modified files:
	x11/gnome/eog  : Makefile distinfo 
	x11/gnome/eog/pkg: PLIST 
Removed files:
	x11/gnome/eog/patches: patch-src_eog-exif-util_c 

Log message:
- update to eog-3.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/28 01:51:54

Modified files:
	x11/gnome/eog-plugins: Makefile distinfo 
	x11/gnome/eog-plugins/pkg: PLIST 

Log message:
- update to eog-plugins-3.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/09/28 01:52:14

Modified files:
	databases/dbic++: Makefile 
	databases/dbic++/patches: patch-pkgconfig_dbic++_pc 

Log message:
Fix .pc file


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 01:57:29

Modified files:
	x11/gnome/at-spi2-atk: Makefile 

Log message:
No need for autoconf.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 02:10:43

Modified files:
	databases/evolution-data-server: Makefile 

Log message:
Fix LIB_DEPENDS/WANTLIB.

spotted by jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 02:17:44

Modified files:
	graphics/colord-gtk: Makefile distinfo 

Log message:
Update to colord-gtk-0.1.23.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 02:28:03

Modified files:
	x11/gnome/eog  : Makefile 
	x11/gnome/eog/pkg: PLIST 
	x11/gnome/eog-plugins: Makefile 
	x11/gnome/eog-plugins/pkg: PLIST 
	x11/gnome/settings-daemon: Makefile 
	x11/gnome/settings-daemon/pkg: PLIST 

Log message:
Remove libtool archives from modules.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 02:29:41

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.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/28 02:38:39

Modified files:
	x11/gnome/panel: Makefile distinfo 
	x11/gnome/panel/pkg: PLIST 

Log message:
- update to gnome-panel-3.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 03:04:58

Modified files:
	x11/gnome/online-accounts: Makefile 

Log message:
Kerberos support is disabled because our Heimdal is too old; we'll enable
it once we update to a modern krb5 release.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/28 03:10:40

Modified files:
	x11/gnome/file-roller: Makefile distinfo 
	x11/gnome/file-roller/patches: patch-configure 
	                               patch-src_fr-command-cpio_c 
	                               patch-src_fr-command-rpm_c 
	x11/gnome/file-roller/pkg: PLIST-main 
Removed files:
	x11/gnome/file-roller/patches: patch-src_fr-command-7z_c 

Log message:
- update to file-roller-3.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/28 03:17:52

Modified files:
	x11/gnome/gcalctool: Makefile distinfo 

Log message:
- update to gcalctool-6.6.0


CVSROOT:	/cvs
Module name:	src
Changes by:	jj@cvs.openbsd.org	2012/09/28 03:21:48

Modified files:
	share/snmp     : OPENBSD-CARP-MIB.txt 

Log message:
Misspelled DESC line


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/28 03:23:35

Modified files:
	x11/gnome/system-monitor: Makefile distinfo 
	x11/gnome/system-monitor/patches: patch-configure 
	x11/gnome/system-monitor/pkg: PLIST 
Removed files:
	x11/gnome/system-monitor/patches: patch-src_procproperties_cpp 

Log message:
- update to gnome-system-monitor-3.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 03:34:33

Modified files:
	x11/gnome/controlcenter: Makefile distinfo 
	x11/gnome/controlcenter/patches: patch-configure_ac 
	                                 patch-panels_Makefile_am 
	                                 patch-panels_user-accounts_Makefile_am 
	                                 patch-panels_user-accounts_um-user_c 
	x11/gnome/controlcenter/pkg: PLIST 
Removed files:
	x11/gnome/controlcenter/patches: 
	                                 patch-panels_printers_cc-printers-panel_c 
	                                 patch-panels_printers_pp-new-printer-dialog_c 
	                                 patch-panels_printers_pp-utils_c 

Log message:
Update to gnome-control-center-3.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 03:40:30

Modified files:
	x11/gnome/controlcenter: Makefile 

Log message:
Don't override BUILD_DEPENDS.


CVSROOT:	/cvs
Module name:	src
Changes by:	camield@cvs.openbsd.org	2012/09/28 03:48:32

Modified files:
	usr.sbin/snmpd : ber.3 

Log message:
sync manpage with code

ok reyk


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 03:48:44

Modified files:
	x11/gnome/file-roller: Makefile 

Log message:
Add a comment about "The Unarchiver".


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 04:18:24

Modified files:
	multimedia/gstreamer1/plugins-bad: Makefile 
	multimedia/gstreamer1/plugins-bad/pkg: PLIST 

Log message:
Add soundtouch support; needed by an upcoming totem update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 04:19:28

Modified files:
	print/cups     : Makefile 
	print/cups/pkg : PLIST-main 

Log message:
Fix the @exec-update call.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 04:23:23

Modified files:
	x11/gnome/nautilus-sendto: Makefile distinfo 
	x11/gnome/nautilus-sendto/pkg: PLIST 

Log message:
Update to nautilus-sendto-3.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 04:32:08

Modified files:
	www/epiphany   : Makefile 
	www/epiphany-extensions: Makefile 

Log message:
Sync WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/28 04:56:53

Modified files:
	x11/gnome/gdl  : Makefile distinfo 
	x11/gnome/gdl/patches: patch-configure 
	x11/gnome/gdl/pkg: PLIST 

Log message:
- update to gdl-3.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 05:02:48

Removed files:
	x11/gnome/gdl1 : Makefile distinfo 
	x11/gnome/gdl1/pkg: DESCR PFRAG.shared PLIST 

Log message:
Remove this old cruft.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 05:02:58

Modified files:
	x11/gnome      : Makefile 

Log message:
-gdl1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/28 05:11:21

Modified files:
	x11/gnome/grilo: Makefile distinfo 
	x11/gnome/grilo/pkg: PFRAG.shared PLIST 

Log message:
- update to grilo-0.2.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/28 05:24:45

Modified files:
	x11/gnome/games: Makefile distinfo 
	x11/gnome/games/pkg: PLIST 

Log message:
- update to gnome-games-3.6.0.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/28 05:38:48

Modified files:
	converters/libpst: Makefile 
	converters/libpst/patches: patch-configure 

Log message:
- use SUBST_CMD


CVSROOT:	/cvs
Module name:	ports
Changes by:	gonzalo@cvs.openbsd.org	2012/09/28 05:40:39

Modified files:
	net/mirmon     : Makefile distinfo 
	net/mirmon/pkg : PLIST 

Log message:
Little update for Mirmon to 2.6:

o Fixed sorting of 'fake' domain ; ucfirst not is required.
o Capitalize region names ; fake domains (like 'Master') should be
ucfirst, and go to the top of the report list ; 'proper' regions
are sorted 'lc'. The ISO-country-list is now utf8,
Capitalized and complete.
o Faster probe-load averaging by always probing the average number
of mirrors. The 'ok' and 'not ok' mirrors are averaged separately.
o Show 'project_name' when reporting changes in the mirror-list.
o Show 'path' for rsync urls in the report like 'site::path'.

While here GROFF is not needed.

Ok sthen@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/28 05:44:05

Modified files:
	x11/gnome/ghex : Makefile distinfo 
	x11/gnome/ghex/patches: patch-configure 
	x11/gnome/ghex/pkg: PLIST 

Log message:
- update to ghex-3.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/28 05:44:52

Modified files:
	graphics/evince: Makefile distinfo 
	graphics/evince/pkg: PLIST-main PLIST-nautilus 

Log message:
- update to evince-3.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/28 05:58:28

Modified files:
	net/telepathy/telepathy-mission-control: Makefile distinfo 

Log message:
- update to telepathy-mission-control-5.12.3


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/28 06:00:09

Modified files:
	usr.sbin/smtpd : control.c smtpd.h 

Log message:
smtpd.h/control.c cleanups:

- move session_socket_* prototypes under util.c
- move struct ctl_conn in control.c
- make static functions static
- remove unused functions
- call unlink() in control_shutdown()
- make control_close() take a ctl_conn * instead of a fd

ok chl@ gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 06:22:46

Modified files:
	converters/libpst: Makefile distinfo 
	converters/libpst/patches: patch-configure 
	converters/libpst/pkg: PLIST-python 

Log message:
Update to libpst-0.6.55.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2012/09/28 06:22:50

Modified files:
	build          : mirrors.dat 

Log message:
add mirror.jmu.edu, requested by Seth Wright (mirror maintainer)


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2012/09/28 06:23:12

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:	mikeb@cvs.openbsd.org	2012/09/28 06:46:41

Modified files:
	sys/dev/pci    : mpii.c mpiireg.h 

Log message:
update my copyright


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/09/28 06:56:03

Modified files:
	audio/ncmpcpp  : Makefile 

Log message:
Fix broken HOMEPAGE/MASTER_SITES


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 06:57:10

Modified files:
	x11/gnome/search-tool: Makefile 

Log message:
Remove unused variable.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/09/28 07:04:20

Modified files:
	print/cups     : Makefile 
	print/cups/patches: patch-config-scripts_cups-sharedlibs_m4 

Log message:
Don't create the shared libs using soname.

No objections from ajacoutot@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/28 07:07:52

Modified files:
	net/farstream  : Makefile 
	net/farstream/pkg: PLIST 

Log message:
add API_VERSION to SUBST_VARS


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/28 07:40:21

Modified files:
	usr.sbin/smtpd : mda.c smtpd.h 

Log message:
Move mda_session to mda.c, and make it use a tree instead of a list,
but still use uint32_t keys since ithe key is used as peerid in msg.

ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 07:49:04

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-mail_Makefile_in 

Log message:
Update to evolution-3.6.0.


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2012/09/28 08:03:00

Modified files:
	usr.sbin/smtpd : lka.c mta.c 

Log message:
use xmemdup() and xcalloc() helpers

ok eric@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/28 08:04:49

Modified files:
	databases/gdbm : Makefile distinfo 
	databases/gdbm/pkg: PLIST 
Removed files:
	databases/gdbm/patches: patch-Makefile_in patch-configure 
	                        patch-dbminit_c patch-dbmopen_c 
	                        patch-gdbmopen_c patch-gdbmreorg_c 

Log message:
- update to gdbm-1.10

tested in a bulk by landry@
ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 08:07:40

ports/mail/evolution-ews/patches

Update of /cvs/ports/mail/evolution-ews/patches
In directory cvs.openbsd.org:/tmp/cvs-serv18099/patches

Log Message:
Directory /cvs/ports/mail/evolution-ews/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 08:07:55

Modified files:
	mail/evolution-ews: Makefile distinfo 
	mail/evolution-ews/pkg: PLIST 
Added files:
	mail/evolution-ews/patches: patch-configure 

Log message:
Update to evolution-ews-3.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 08:08:34

Removed files:
	mail/evolution-exchange: Makefile distinfo 
	mail/evolution-exchange/patches: patch-m4_evo_krb5_support_m4 
	mail/evolution-exchange/pkg: DESCR PLIST 

Log message:
Retire evolution-exchange; not developed anymore. Use evolution-ews instead.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 08:09:00

Modified files:
	mail           : Makefile 

Log message:
-evolution-exchange


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/28 08:25:06

Modified files:
	net/amsn       : Makefile 
	net/amsn/pkg   : PFRAG.shared PLIST 

Log message:
- disable farstream support which is now gstreamer-1.

as discussed with aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/28 08:25:54

Modified files:
	net/libnice    : Makefile distinfo 
	net/libnice/pkg: PLIST 

Log message:
- update to libnice-0.1.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/28 08:26:11

Modified files:
	net/farstream  : Makefile distinfo 
	net/farstream/patches: 
	                       patch-transmitters_multicast_fs-multicast-transmitter_c 
	                       patch-transmitters_rawudp_fs-rawudp-transmitter_h 
	net/farstream/pkg: PLIST 
Removed files:
	net/farstream/patches: patch-farstream_fs-candidate_c 
	                       patch-farstream_fs-codec_c 
	                       patch-farstream_fs-conference_c 
	                       patch-farstream_fs-conference_h 
	                       patch-farstream_fs-participant_h 
	                       patch-farstream_fs-rtp_c 
	                       patch-farstream_fs-session_c 
	                       patch-farstream_fs-stream-transmitter_c 
	                       patch-farstream_fs-stream_c 
	                       patch-farstream_fs-transmitter_c 
	                       patch-farstream_fs-utils_c 

Log message:
- update to farstream0.2.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/28 08:26:40

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.19.10


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/28 08:26:56

Modified files:
	net/telepathy/telepathy-farstream: Makefile distinfo 
	net/telepathy/telepathy-farstream/pkg: PLIST 

Log message:
- update to telepathy-farstream-0.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 08:27:10

Added files:
	mail/evolution/patches: 
	                        patch-modules_text-highlight_e-mail-formatter-text-highlight_c 

Log message:
Forgot in previous.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 08:29:29

Removed files:
	x11/gnome/libgnome-media-profiles: Makefile distinfo 
	x11/gnome/libgnome-media-profiles/pkg: DESCR PFRAG.shared PLIST 
	x11/gnome/media: Makefile distinfo 
	x11/gnome/media/patches: 
	                         patch-gstreamer-properties_gstreamer-properties_desktop_in_in 
	                         patch-gstreamer-properties_pipeline-constants_c 
	x11/gnome/media/pkg: DESCR PLIST 
	x11/gnome/krb5-auth-dialog: Makefile distinfo 
	x11/gnome/krb5-auth-dialog/files: krb5-config 
	x11/gnome/krb5-auth-dialog/patches: patch-src_ka-kerberos_c 
	x11/gnome/krb5-auth-dialog/pkg: DESCR PLIST 

Log message:
Remove oldies.
* gnome-media is mostly unmaintained and rely on the old gstreamer; it will
probably come back as several subprojects in GNOME.
* libgnome-media-profiles is not used anymore
* krb5-auth-dialog functionnality will be superseded by gnome-online-account.

discussed with jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 08:30:36

Modified files:
	x11/gnome      : Makefile 

Log message:
-krb5-auth-dialog
-libgnome-media-profiles
-media


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 08:32:59

Modified files:
	meta/gnome     : Makefile 

Log message:
Bye bye gnome-media.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 08:34:30

Modified files:
	mail/evolution : Makefile 

Log message:
No more evolution-exchange.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 08:37:27

Modified files:
	mail/evolution : Makefile 

Log message:
LIB_DEPENDS on www/webkit,gtk3 -- yelp (which brings webkit) is only a
RUN_DEPENDS, not BUILD_DEPENDS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/28 08:43:43

Modified files:
	devel/libpeas  : Makefile 
	devel/libpeas/pkg: PLIST 

Log message:
- drop support for seed, which will be removed soon.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 08:46:11

Modified files:
	mail/evolution-rss: Makefile distinfo 
	mail/evolution-rss/pkg: PLIST 

Log message:
Update to evolution-rss-0.3.92.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/28 08:50:13

Modified files:
	www/epiphany   : Makefile 

Log message:
- drop support for seed


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/28 08:51:11

Removed files:
	x11/gnome/seed : Makefile distinfo 
	x11/gnome/seed/patches: patch-configure 
	                        patch-libseed_Makefile_in 
	                        patch-modules_gettext_seed-gettext_c 
	                        patch-modules_os_seed-os_c 
	                        patch-modules_readline_Makefile_in 
	x11/gnome/seed/pkg: DESCR PFRAG.shared PLIST 

Log message:
remove seed, it's been superseded by gjs and wasn't really picked up by any projects.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/28 08:51:30

Removed files:
	x11/gnome/js-common: Makefile distinfo 
	x11/gnome/js-common/pkg: DESCR PLIST 

Log message:
remove now unneeded js-common; gjs is all yawl need


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/28 08:51:53

Modified files:
	x11/gnome      : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/28 08:59:44

Modified files:
	geo/emerillon  : Makefile 

Log message:
regen WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2012/09/28 09:02:29

Modified files:
	lang/gcc/3.3   : Makefile 
	lang/gcc/4.2   : Makefile 
	lang/gcc/4.6   : Makefile 
	lang/gcc/4.7   : Makefile 

Log message:
Unify MASTER_SITES for adastrap; they're now all hosted by Tobias Ulmer on
tmux.org.  Makes gnat bootstrapping work a little easier for him.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 09:03:28

Modified files:
	x11/gnome/seahorse: Makefile distinfo 
	x11/gnome/seahorse/pkg: PLIST 
Removed files:
	x11/gnome/seahorse/patches: 
	                            patch-libseahorse_seahorse-secure-memory_c 
	                            patch-pgp_seahorse-gpgme-keyring_c 

Log message:
Update to seahorse-3.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 09:18:07

Modified files:
	x11/gnome/seahorse-nautilus: Makefile distinfo 
	x11/gnome/seahorse-nautilus/pkg: PLIST 

Log message:
Update to seahorse-nautilus-3.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 09:18:22

Modified files:
	x11/gnome/seahorse-sharing: Makefile distinfo 

Log message:
Update to seahorse-sharing-3.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 09:24:24

Modified files:
	x11/gnome/screensaver: Makefile distinfo 
	x11/gnome/screensaver/pkg: PLIST 

Log message:
Update to gnome-screensaver-3.6.0.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	shadchin@cvs.openbsd.org	2012/09/28 09:25:08

xenocara/dist/xkeyboard-config/symbols/sharp_vndr

Update of /cvs/xenocara/dist/xkeyboard-config/symbols/sharp_vndr
In directory cvs.openbsd.org:/tmp/cvs-serv26959/sharp_vndr

Log Message:
Directory /cvs/xenocara/dist/xkeyboard-config/symbols/sharp_vndr added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	shadchin@cvs.openbsd.org	2012/09/28 09:26:46

xenocara/data/xkeyboard-config/symbols/sharp_vndr

Update of /cvs/xenocara/data/xkeyboard-config/symbols/sharp_vndr
In directory cvs.openbsd.org:/tmp/cvs-serv11916/sharp_vndr

Log Message:
Directory /cvs/xenocara/data/xkeyboard-config/symbols/sharp_vndr added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 09:37:38

Modified files:
	meta/gnome     : Makefile 

Log message:
Don't depend on x11/gnome/tracker,-evolution for now.


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2012/09/28 09:48:05

Modified files:
	distrib/miniroot: install.sh 

Log message:
replace _fsent array with a simple concatenated list

ok halex@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 09:57:27

Modified files:
	x11/gnome/tracker: Makefile 
	x11/gnome/tracker/pkg: PLIST-evolution PLIST-main PLIST-nautilus 

Log message:
Disable the evolution subpackage until upstream fixes it to support the new
evolution.
Regen WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 10:02:21

Modified files:
	x11/gnome/tracker: Makefile 

Log message:
Fix the lang/vala dependency.


CVSROOT:	/cvs
Module name:	src
Changes by:	jeremy@cvs.openbsd.org	2012/09/28 10:04:30

Modified files:
	share/man/man5 : ruby-module.5 

Log message:
Update to account for the switch to ruby 1.9 by default. Feedback from
jmc@.

OK jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 10:06:19

Modified files:
	x11/gnome/power-manager: Makefile distinfo 

Log message:
Update to gnome-power-manager-3.6.0.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2012/09/28 10:06:20

Modified files:
	sys/netinet    : udp_usrreq.c 

Log message:
free the control message in udp_input() if the packet is passed to pipex
ok yasuoka@


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2012/09/28 10:07:10

Modified files:
	distrib/miniroot: install.sh 

Log message:
remove a comment that does not make sense any more

ok halex@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2012/09/28 10:09:05

Modified files:
	sys/net        : pipex.c 

Log message:
fix adress family for ipv6 bpf packet capture; ok yasuoka


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2012/09/28 10:13:50

Modified files:
	distrib/miniroot: install.sh 

Log message:
replace the last remaining backticks with $() for consistency

ok halex@


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2012/09/28 10:19:05

Modified files:
	distrib/miniroot: install.sh 

Log message:
remove unnecessary quotes within [[ ]]

ok halex@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2012/09/28 10:21:03

Modified files:
	emulators/mednafen: Makefile 

Log message:
Drop dependency on devel/sdl-net, no longer used.  Pointed out by edd@.


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2012/09/28 10:23:25

Modified files:
	distrib/miniroot: install.sh 

Log message:
consistently use [[ ]] for tests

ok halex@


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2012/09/28 10:35:27

Modified files:
	fonts/adobe-source-sans-pro: Makefile distinfo 

Log message:
update to 1.036

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/28 10:51:21

Modified files:
	x11/gnome/grilo-plugins: Makefile distinfo 
	x11/gnome/grilo-plugins/pkg: PLIST 

Log message:
- update to grilo-plugins-0.2.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2012/09/28 11:09:03

Modified files:
	audio/pulseaudio: Makefile 
	audio/pulseaudio/patches: patch-src_Makefile_in 
	                          patch-src_daemon_default_pa_in 
	                          patch-src_modules_oss_module-oss_c 
	audio/pulseaudio/pkg: PLIST 
Added files:
	audio/pulseaudio/files: module-sndio-symdef.h module-sndio.c 
	audio/pulseaudio/patches: patch-src_Makefile_am 

Log message:
Add a sndio backend implementation.

It certainly needs more work, but it should be functionnal for playback.
Imported so that further testing and developement can happen in-tree.

prodded by ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 11:09:49

Modified files:
	x11/gnome/grilo: Makefile 

Log message:
Remove uneeded CONFIGURE_ARGS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/28 11:19:24

Modified files:
	x11/gnome/grilo-plugins: Makefile 

Log message:
use TRACKER_VERSION in WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/28 11:21:29

Modified files:
	x11/gnome/rygel: Makefile distinfo 
	x11/gnome/rygel/pkg: PLIST 

Log message:
- update to rygel-0.16.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/28 11:22:54

Modified files:
	x11/gnome/grilo-plugins: Makefile 

Log message:
Remove uneeded CONFIGURE_ARGS.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/28 11:28:30

Modified files:
	usr.sbin/smtpd : smtpd.c smtpd.h 

Log message:
some smtpd.{c,h} cleanups:

- move struct child to smtpd.c
- make it use a tree keyed on the pid
- change child_add to take the title directly as a const char *
- remove useless child_lookup() and child_del()
- remove CHILD_INVALID

ok chl@ gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2012/09/28 12:45:42

Modified files:
	lang/gcc/4.7   : Makefile distinfo 
	lang/gcc/4.7/patches: patch-gcc_config_gcc 
	                      patch-gcc_config_i386_i386_c 
	                      patch-gcc_configure patch-gcc_defaults_h 
	                      patch-gcc_lto_lto_c 
	                      patch-libgcc_Makefile_in 
	                      patch-libgcc_config_host 

Log message:
Bugfix update to 4.7.2.  Also, remove sparc from ONLY_FOR_ARCHS and put myself
as MAINTAINER.

no objection from espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/28 12:55:27

Modified files:
	devel/arm-elf  : Makefile.inc 
	devel/arm-elf/binutils: Makefile 
	devel/arm-elf/gcc: Makefile 
	devel/arm-elf/gdb: Makefile 
	devel/arm-elf/newlib: Makefile 

Log message:
drop maintainer as per his request


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/28 12:56:55

Modified files:
	x11/gnome/anjuta: Makefile distinfo 
	x11/gnome/anjuta/patches: patch-libanjuta_tests_Makefile_in 
	                          patch-plugins_project-wizard_templates_pygtk_src_main_py 
	                          patch-plugins_project-wizard_templates_python_src_main_py 
	x11/gnome/anjuta/pkg: PLIST 
Added files:
	x11/gnome/anjuta/patches: patch-plugins_project-wizard_install_h 
	                          patch-plugins_project-wizard_property_h 
Removed files:
	x11/gnome/anjuta/patches: patch-configure_ac 
	                          patch-plugins_language-support-vala_locator_vala 
	                          patch-plugins_language-support-vala_provider_vala 
	                          patch-plugins_language-support-vala_report_vala 
	                          patch-plugins_symbol-db_anjuta-tags_ctags-visitor_vala 

Log message:
- update to anjuta-3.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/28 12:56:56

Modified files:
	devel/p5-Class-Inner: Makefile 
	devel/p5-Test-Cmd: Makefile 
	devel/p5-Test-Unit: Makefile 

Log message:
drop maintainer as per his request
while there drop USE_GROFF


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/28 12:58:59

Modified files:
	sysutils/faubackup: Makefile 
	x11/xrootconsole: Makefile 

Log message:
drop maintainer as per his request
minor whitespace cleanup while there


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	espie@cvs.openbsd.org	2012/09/28 13:00:00

Modified files:
	data/xkeyboard-config/rules: Makefile 

Log message:
make sure to have parts available when we need them, add a cookie to
depend to be sure.  Fixes races in make -j mode.

(tested through full build/release)

okay matthieu@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2012/09/28 13:18:04

xenocara/data/xkeyboard-config/pc

Update of /cvs/xenocara/data/xkeyboard-config/pc
In directory cvs.openbsd.org:/tmp/cvs-serv8449/pc

Log Message:
Directory /cvs/xenocara/data/xkeyboard-config/pc added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/28 13:30:54

Modified files:
	net/snort      : Makefile 

Log message:
use a better MASTER_SITES, as pointed out by Adam Jeanguenat.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/28 13:30:55

Modified files:
	net/daq        : Makefile 

Log message:
use a better MASTER_SITES, as pointed out by Adam Jeanguenat.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2012/09/28 13:49:12

Modified files:
	data/xkeyboard-config: Makefile 
Added files:
	data/xkeyboard-config/pc: Makefile 

Log message:
Move build of xkeyboard-config.pc to a separate dir. ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2012/09/28 14:37:54

Modified files:
	sysutils/dsh   : Makefile distinfo 

Log message:
update to 2.25.9 and change HOMEPAGE as suggested by sthen@

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/28 15:28:40

Modified files:
	x11/gnome/anjuta-extras: Makefile distinfo 
	x11/gnome/anjuta-extras/pkg: PLIST 

Log message:
- update to anjuta-extras-3.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/28 15:35:39

Modified files:
	x11/gnome/gnote: Makefile distinfo 
	x11/gnome/gnote/pkg: PLIST 
Added files:
	x11/gnome/gnote/patches: patch-src_notewindow_cpp 
	                         patch-src_notewindow_hpp 
	                         patch-src_recentchanges_hpp 
	                         patch-src_synchronization_syncdialog_cpp 
	                         patch-src_utils_hpp 

Log message:
- update to gnote-3.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2012/09/28 16:14:28

Modified files:
	sysutils/dsh   : Makefile 

Log message:
fix MASTER_SITES


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2012/09/28 17:46:00

Modified files:
	usr.sbin/npppd/npppd: npppd.c privsep.c 

Log message:
framed-ip-address and framed-ip-netmask were not working.

pointed out by Andrew Ngo.


CVSROOT:	/cvs
Module name:	src
Changes by:	lteo@cvs.openbsd.org	2012/09/28 19:41:01

Modified files:
	sbin/pfctl     : pfctl.8 

Log message:
Remove extra .Pp

ok jmc


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2012/09/28 23:02:50

Modified files:
	math/lpsolve/core: Makefile 
	math/lpsolve/core/patches: patch-lpsolve55_ccc 

Log message:
- Use proper PIC flag.
- Re-enable on sparc64.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2012/09/28 23:07:24

Modified files:
	emulators/dosbox: Makefile 

Log message:
Add X11BASE paths to CPPFLAGS/LDFLAGS.

ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2012/09/28 23:08:26

Modified files:
	emulators/desmume: Makefile 

Log message:
- Add X11BASE paths to CPPFLAGS/LDFLAGS.
- Remove iconv LDFLAGS hack.

ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2012/09/28 23:10:43

Modified files:
	sysutils/gource: Makefile 

Log message:
Add LOCALBASE header path to CFLAGS. The automake file is broken
and doesn't properly obey CPPFLAGS but it has been fixed in their
source repo so this can be moved to CPPFLAGS once it has been
updated to a newer release when it is released.

ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2012/09/28 23:12:07

Modified files:
	sysutils/logstalgia: Makefile 

Log message:
Add X11BASE paths to CPPFLAGS/LDFLAGS.

ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2012/09/28 23:13:01

Modified files:
	emulators/yabause: Makefile 

Log message:
Add LOCALBASE header path to CPPFLAGS.

ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/09/29 00:25:48

Modified files:
	audio/ardour   : Makefile 

Log message:
SConscript checks at configure time if gtk-update-icon-cache,
update-desktop-database and updae-mime-database are present in the PATH,
and if not resets FREEDESKTOP to 0, which results in a packaging failure.
Add RUN_DEPENDS to BUILD_DEPENDS to fix that.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2012/09/29 00:45:53

Modified files:
	sys/dev/usb    : uslcom.c 

Log message:
From Gavin Atkinson in FreeBSD SVN rev 238778:

The baud rate on CP1201/2/3 devices can be set in one of two ways:
- The USLCOM_SET_BAUD_DIV command (0x01)
- The USLCOM_SET_BAUD_RATE command (0x13)

Devices based on the CP1204 will only accept the latter command, and ignore
the former.  As the latter command works on all chips that this driver
supports, switch to always using it.

A slight confusion here is that the previously used command was incorrectly
named USLCOM_BAUD_RATE - even though we no longer use it, rename it to
USLCOM_SET_BAUD_DIV to closer match the name used in the datasheet.

This change reflects a similar change made in the Linux driver, which was
submitted by preston.fick at silabs.com, and has been tested on all of the
uslcom(4) devices I have to hand.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/09/29 00:49:04

Modified files:
	audio/openal   : Makefile 

Log message:
Mark as BROKEN-hppa, undefined references to :
__sync_bool_compare_and_swap_4
__sync_add_and_fetch_4
__sync_sub_and_fetch_4
__sync_lock_test_and_set_4


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2012/09/29 00:57:56

Modified files:
	usr.bin/tmux   : tty.c 

Log message:
Do not test client flags against TTY_FREEZE bit, reported by Tom Ryder.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/09/29 01:03:47

Modified files:
	databases/kyotocabinet: Makefile 

Log message:
Mark as BROKEN-hppa like it is for powerpc, undefined refs to :
__sync_bool_compare_and_swap_4
__sync_bool_compare_and_swap_8
__sync_lock_test_and_set_8
__sync_fetch_and_add_8


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/09/29 01:08:38

Modified files:
	devel/boost    : Makefile 

Log message:
Mark as BROKEN-hppa, triggers an ICE in src/tr1/assoc_laguerre.cpp,
apparently related the switch to PIE and the fact that boost uses
precompiled .gch headers.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/29 01:14:30

Modified files:
	x11/gnome/vino : Makefile distinfo 
	x11/gnome/vino/patches: patch-configure 

Log message:
Update to vino-3.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/09/29 01:17:47

Modified files:
	devel/spidermonkey: Makefile 

Log message:
Mark as ONLY_FOR_ARCHS=amd64 i386 powerpc sparc64, since there's little
luck it build or ever work on other archs. Maybe sparc, mips64*, alpha
or arm someday ?


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/29 01:21:49

Modified files:
	mail/evolution : Makefile 

Log message:
Make this Makefile human-readable and fix dependencies while here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/09/29 01:23:11

Modified files:
	math/py-scipy  : Makefile 

Log message:
Mark as BROKEN-hppa, triggers ICE in scipy/special/specfun/specfun.f:5151


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/29 01:24:17

Modified files:
	x11/gnome/vinagre: Makefile distinfo 
	x11/gnome/vinagre/patches: patch-configure 
	x11/gnome/vinagre/pkg: PLIST 

Log message:
Update to vinagre-3.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/09/29 01:25:40

Modified files:
	net/rtorrent   : Makefile 

Log message:
Mark as BROKEN-hppa, undefined references to :
__sync_lock_test_and_set_4
__sync_add_and_fetch_4
__sync_bool_compare_and_swap_4


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/29 01:37:38

Modified files:
	x11/gnome/tweak-tool: Makefile 

Log message:
Set PKG_ARCH=*


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/29 01:42:40

Modified files:
	devel/libgdata : Makefile distinfo 
	devel/libgdata/patches: patch-configure 
	devel/libgdata/pkg: PLIST 

Log message:
Update to libgdata-0.13.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/29 01:47:24

Modified files:
	x11/gnome/eog-plugins: Makefile 
	x11/gnome/grilo-plugins: Makefile 

Log message:
Sync WANTLIB after libgdata update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/09/29 02:16:50

Modified files:
	games/xmris/patches: patch-Imakefile 

Log message:
Fix on hppa, like any port using Imake it believes that as soon as
you're on a hppa architecture you run HPUX.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/09/29 03:15:10

Added files:
	comms/lcdproc/patches: patch-configure 

Log message:
Fix build on hppa. configure detects an hppa arch and assumes we're on
HPUX, and then sets the library suffix to .sl instead of .so.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/09/29 03:27:00

Modified files:
	misc/xtar/patches: patch-XTar_tmpl 

Log message:
Fix build on hppa, Imake assumes we're on HP-UX.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/29 03:32:05

Modified files:
	audio/pulseaudio: Makefile 
	audio/pulseaudio/patches: patch-configure_ac 
	                          patch-src_Makefile_am 
	                          patch-src_modules_module-detect_c 
	audio/pulseaudio/pkg: PLIST 
Removed files:
	audio/pulseaudio/patches: patch-src_Makefile_in 
	                          patch-src_daemon_default_pa_in 
	                          patch-src_modules_oss_module-oss_c 
	                          patch-src_modules_oss_oss-util_c 
	                          patch-src_utils_padsp_c 

Log message:
Disable OSS now that we have sndio(7) support.
Note that the mixer does not really work anymore... since sndio cannot
modify mixer(4) values :-/


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/29 03:32:52

Added files:
	audio/pulseaudio/patches: patch-src_daemon_default_pa_in 

Log message:
Missed in previous.


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2012/09/29 03:35:33

Modified files:
	x11/xplanet    : Makefile distinfo 
	x11/xplanet/pkg: PLIST 
Removed files:
	x11/xplanet/patches: patch-src_libimage_png_c 

Log message:
Update xplanet to 1.3.0.
ok robert (maintainer).


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/29 04:10:46

Modified files:
	x11/gnome/anjuta: Makefile 
	x11/gnome/anjuta/pkg: PLIST 
	x11/gnome/at-spi2-atk: Makefile 
	x11/gnome/at-spi2-atk/pkg: PLIST 
	x11/gnome/banshee: Makefile 
	x11/gnome/banshee/pkg: PLIST 
	x11/gnome/caribou: Makefile 
	x11/gnome/caribou/pkg: PLIST 
	x11/gnome/ekiga: Makefile 
	x11/gnome/ekiga/pkg: PLIST 
	x11/gnome/empathy: Makefile 
	x11/gnome/empathy/pkg: PLIST 
	x11/gnome/f-spot: Makefile 
	x11/gnome/f-spot/pkg: PLIST 
	x11/gnome/file-roller: Makefile 
	x11/gnome/file-roller/pkg: PLIST-nautilus 
	x11/gnome/gedit: Makefile 
	x11/gnome/gedit/pkg: PLIST 
	x11/gnome/genius: Makefile 
	x11/gnome/genius/pkg: PLIST 
	x11/gnome/gedit-code-assistance: Makefile 
	x11/gnome/gedit-code-assistance/pkg: PLIST 
	x11/gnome/gedit-cossa: Makefile 
	x11/gnome/gedit-cossa/pkg: PLIST 
	x11/gnome/gedit-plugins: Makefile 
	x11/gnome/gedit-plugins/pkg: PLIST 
	x11/gnome/gjs  : Makefile 
	x11/gnome/gjs/pkg: PLIST 

Log message:
make plist has been broken long enough that I don't want to deal with it
anymore; instead of using @comment markers in PLIST, use a post-install
target to remove what we don't want.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/29 04:25:57

Log message:
    import py-isodate-0.4.8
    
    Python module that implements ISO 8601 date, time and duration parsing.
    The implementation follows ISO8601:2004 standard, and implements only
    date/time representations mentioned in the standard. If something is not
    mentioned there, then it is treated as non existent, and not as an
    allowed option.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20122909
    
    N ports/devel/py-isodate/Makefile
    N ports/devel/py-isodate/distinfo
    N ports/devel/py-isodate/pkg/DESCR
    N ports/devel/py-isodate/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/29 04:26:19

Modified files:
	devel          : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/29 04:27:14

Log message:
    import py-rdflib-3.2.2
    
    RDFLib is a Python library for working with RDF, a simple yet powerful
    language for representing information.  The library contains parsers and
    serializers for RDF/XML, N3, NTriples, Turtle, TriX and RDFa.  The
    library presents a Graph interface which can be backed by any one of a
    number of Store implementations.  This core RDFLib package includes
    store implementations for in memory storage and persistent storage on
    top of the Berkeley DB.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20122909
    
    N ports/textproc/py-rdflib/Makefile
    N ports/textproc/py-rdflib/distinfo
    N ports/textproc/py-rdflib/pkg/DESCR
    N ports/textproc/py-rdflib/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/29 04:27:36

Modified files:
	textproc       : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/29 04:28:29

Log message:
    import zeitgeist-0.8.2
    
    Zeitgeist is a service which logs the users's activities and events
    (files opened, websites visites, conversations held with other people,
    etc.) and makes relevant information available to other applications. It
    is able to establish relationships between items based on similarity and
    usage patterns.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20122909
    
    N ports/productivity/zeitgeist/Makefile
    N ports/productivity/zeitgeist/distinfo
    N ports/productivity/zeitgeist/patches/patch-configure
    N ports/productivity/zeitgeist/patches/patch-extra_PythonSerializer_py
    N ports/productivity/zeitgeist/pkg/DESCR
    N ports/productivity/zeitgeist/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/29 04:29:11

Log message:
    import libzeitgeist-0.3.18
    
    This project provides a client library for applications that want to
    interact with the Zeitgeist daemon. The library is written in C using
    glib and provides an asynchronous GObject oriented API.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20122909
    
    N ports/productivity/libzeitgeist/distinfo
    N ports/productivity/libzeitgeist/Makefile
    N ports/productivity/libzeitgeist/pkg/DESCR
    N ports/productivity/libzeitgeist/pkg/PLIST
    N ports/productivity/libzeitgeist/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/29 04:29:59

Modified files:
	productivity   : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/29 04:32:08

Modified files:
	usr.sbin/smtpd : parse.y smtpd.h 

Log message:
Remove support for "as user" for local deliveries.
It's not documented and not implemented.

ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/29 04:35:01

Modified files:
	usr.sbin/smtpd : lka.c lka_session.c smtpd.h 

Log message:
finally remove rule member from struct envelope.

"wow!" gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/29 04:38:11

Modified files:
	net/telepathy/folks: Makefile distinfo 
	net/telepathy/folks/patches: patch-configure 
	net/telepathy/folks/pkg: PLIST-main PLIST-tracker 
Removed files:
	net/telepathy/folks/patches: 
	                             patch-backends_telepathy_lib_tpf-logger_vala 
	                             patch-backends_telepathy_lib_tpf-persona-store-cache_vala 
	                             patch-backends_telepathy_lib_tpf-persona-store_vala 
	                             patch-backends_telepathy_lib_tpf-persona_vala 

Log message:
- update to folks-0.7.4.1


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2012/09/29 04:47:37

Modified files:
	sys/dev/usb    : usbdevs uslcom.c 

Log message:
add some uslcom devices from FreeBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2012/09/29 04:48:13

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/09/29 04:52:28

Modified files:
	x11/gnome/keyring: Makefile 
	x11/gnome/keyring/pkg: PLIST 
	x11/gnome/libbonobo: Makefile 
	x11/gnome/libbonobo/pkg: PLIST 
	x11/gnome/anjuta-extras: Makefile 
	x11/gnome/anjuta-extras/pkg: PLIST 
	x11/gnome/libbonoboui: Makefile 
	x11/gnome/libbonoboui/pkg: PLIST 
	x11/gnome/libgnome: Makefile 
	x11/gnome/libgnome/pkg: PLIST 
	x11/gnome/libgnomecanvas: Makefile 
	x11/gnome/libgnomecanvas/pkg: PLIST 
	x11/gnome/libgnomeui: Makefile 
	x11/gnome/libgnomeui/pkg: PLIST 
	x11/gnome/librsvg: Makefile 
	x11/gnome/librsvg/pkg: PLIST 
	x11/gnome/nautilus: Makefile 
	x11/gnome/nautilus/pkg: PLIST 
	x11/gnome/nautilus-open-terminal: Makefile 
	x11/gnome/nautilus-open-terminal/pkg: PLIST 
	x11/gnome/planner: Makefile 
	x11/gnome/planner/pkg: PLIST 
	x11/gnome/py-gnome: Makefile 
	x11/gnome/py-gnome/pkg: PLIST 
	x11/gnome/rygel: Makefile 
	x11/gnome/rygel/pkg: PLIST 
	x11/gnome/shell: Makefile 
	x11/gnome/shell/pkg: PLIST 
	x11/gnome/themes-standard: Makefile 
	x11/gnome/themes-standard/pkg: PLIST 
	x11/gnome/vfs2 : Makefile 
	x11/gnome/vfs2/pkg: PLIST 

Log message:
@comment -> post-install rm


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/29 04:53:42

Modified files:
	x11/gnome/glom : Makefile 
	x11/gnome/glom/pkg: PLIST 

Log message:
@comment -> post-install rm


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2012/09/29 05:00:17

Modified files:
	share/man/man4 : usb.4 uslcom.4 

Log message:
CP210[3-5] should work.  Silicon Labs have finally published a datasheet.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/09/29 05:02:41

Modified files:
	usr.sbin/smtpd : mfa.c mfa_session.c smtpd.h 

Log message:
some mfa_session cleanups.

- move mfa_session() prototype to smtpd.h
- make mfa session use a tree
- make static functions static
- merge mfa_session_init() into mfa_session()

ok chl@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/29 05:49:30

Modified files:
	productivity   : Makefile 

Log message:
zeitgeist -> libzeitgeist (zeitgeist was mentionned twice)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/29 06:00:59

Modified files:
	productivity/zeitgeist: Makefile 

Log message:
Replace py-sqlite with py-sqlite2 (which are the py bindings for sqlite3
as the name does not suggest...).
Add devel/py-gobject to the dependencies.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2012/09/29 06:06:28

Modified files:
	sys/dev/usb    : uslcom.c 
	share/man/man4 : uslcom.4 

Log message:
add support for hardware flow control, from FreeBSD


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/29 06:09:41

Log message:
    Import libzapojit-0.0.2.
    
    Zapojit is a GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20120929
    
    N ports/x11/gnome/libzapojit/Makefile
    N ports/x11/gnome/libzapojit/distinfo
    N ports/x11/gnome/libzapojit/pkg/DESCR
    N ports/x11/gnome/libzapojit/pkg/PLIST
    N ports/x11/gnome/libzapojit/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/29 06:10:17

Modified files:
	x11/gnome      : Makefile 

Log message:
+libzapojit


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/29 06:11:10

Log message:
    Import libmusicbrainz5-5.0.1.
    
    The libmusicbrainz (also known as mb_client or MusicBrainz Client
    Library) is a development library geared towards developers who wish to
    add MusicBrainz lookup capabilities to their applications.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20120929
    
    N ports/audio/libmusicbrainz5/Makefile
    N ports/audio/libmusicbrainz5/distinfo
    N ports/audio/libmusicbrainz5/pkg/DESCR
    N ports/audio/libmusicbrainz5/pkg/PLIST
    N ports/audio/libmusicbrainz5/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/29 06:11:28

Modified files:
	audio          : Makefile 

Log message:
+libmusicbrainz5


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/29 06:12:06

Modified files:
	x11/gnome/sushi: Makefile distinfo 
	x11/gnome/sushi/patches: patch-configure 
	x11/gnome/sushi/pkg: PLIST 
Removed files:
	x11/gnome/sushi/patches: patch-src_sushi_in 
	x11/gnome/sushi/pkg: PFRAG.shared 

Log message:
Update to sushi-3.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/29 06:12:31

Modified files:
	x11/gnome/documents: Makefile distinfo 
	x11/gnome/documents/patches: patch-configure 
	x11/gnome/documents/pkg: PLIST 
Removed files:
	x11/gnome/documents/patches: patch-src_gnome-documents-debug_in 
	                             patch-src_gnome-documents-search-provider_in 
	                             patch-src_gnome-documents_in 

Log message:
Update to gnome-documents-3.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/29 06:20:14

Modified files:
	audio/rhythmbox: Makefile 
	audio/rhythmbox/patches: patch-configure 
	audio/rhythmbox/pkg: PLIST 
Added files:
	audio/rhythmbox/patches: patch-plugins_grilo_rb-grilo-plugin_c 
	                         patch-plugins_grilo_rb-grilo-source_c 
	                         patch-plugins_grilo_rb-grilo-source_h 

Log message:
Unbreak after recent grilo update.
Enable the zeitgeist plugin.
@comment -> post-install rm


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2012/09/29 06:32:01

Log message:
    Import ngircd 19.2, a lightweight irc server
    input and ok sthen@ gonzalo@
    
    Status:
    
    Vendor Tag:	fgsch
    Release Tags:	fgsch_20120929
    
    N ports/net/ngircd/Makefile
    N ports/net/ngircd/distinfo
    N ports/net/ngircd/pkg/PLIST
    N ports/net/ngircd/pkg/ngircd.rc
    N ports/net/ngircd/pkg/DESCR
    N ports/net/ngircd/patches/patch-src_ngircd_ngircd_c
    N ports/net/ngircd/patches/patch-doc_sample-ngircd_conf_tmpl
    N ports/net/ngircd/patches/patch-src_ngircd_conf_c
    N ports/net/ngircd/patches/patch-doc_Makefile_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2012/09/29 06:35:04

Modified files:
	net            : Makefile 

Log message:
hook ngircd


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/29 07:04:29

Modified files:
	graphics/clutter/clutter-gst: Makefile 
	graphics/clutter/clutter-gst/pkg: PLIST 

Log message:
@comment the proper file.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/29 07:14:05

Modified files:
	devel/glade3   : Makefile 
	devel/glade3/pkg: PLIST 
	www/epiphany-extensions: Makefile 
	www/epiphany-extensions/pkg: PLIST 
	graphics/evince: Makefile 
	graphics/evince/pkg: PLIST-djvu PLIST-dvi PLIST-main 
	                     PLIST-nautilus 
	devel/glade    : Makefile 
	devel/glade/pkg: PLIST 
	devel/vte      : Makefile 
	devel/vte/pkg  : PLIST-python 
	devel/gconf2   : Makefile 
	devel/gconf2/pkg: PLIST-main 
	devel/gobject-introspection: Makefile 
	devel/gobject-introspection/pkg: PLIST 
	devel/libpeas  : Makefile 
	devel/libpeas/pkg: PLIST 
	net/libsocialweb: Makefile 
	net/libsocialweb/pkg: PLIST 

Log message:
@comment -> post-install rm


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/29 08:01:54

Modified files:
	net/telepathy/telepathy-mission-control: Makefile 

Log message:
Add a comment that connectivity and upower are interdependant.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/29 09:22:21

Modified files:
	x11/gnome/grilo-mediaserver2: Makefile distinfo 

Log message:
- bump to a more recent git snapshot so it's no longer broken with new grilo


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/29 09:55:58

Modified files:
	productivity/libzeitgeist: Makefile 

Log message:
- add a runtime dependency on zeitgeist so the daemon can be started.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/29 10:12:34

Modified files:
	productivity/libzeitgeist: Makefile 

Log message:
Set REGRESS_IS_INTERACTIVE.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/09/29 10:24:33

ports/www/youtube-dl/files

Update of /cvs/ports/www/youtube-dl/files
In directory cvs.openbsd.org:/tmp/cvs-serv12447/files

Log Message:
Directory /cvs/ports/www/youtube-dl/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/29 10:24:44

Modified files:
	x11/gnome/totem: Makefile distinfo 
	x11/gnome/totem/patches: patch-aclocal_m4 
	x11/gnome/totem/pkg: PLIST-main PLIST-nautilus 
Removed files:
	x11/gnome/totem/patches: 
	                         patch-src_backend_bacon-video-widget-gst-0_10_c 

Log message:
Update to totem-3.6.0.


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2012/09/29 11:17:10

Modified files:
	distrib/miniroot: install.sub 

Log message:
use (()) for arithmetic tests

ok halex@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/29 11:23:11

Modified files:
	x11/gnome/keyring: Makefile 

Log message:
Tweak comment.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/29 11:36:25

Modified files:
	x11/gnome/gcr  : Makefile 

Log message:
Simplify substitution.


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2012/09/29 11:42:10

Modified files:
	distrib/miniroot: install.sub 

Log message:
use ++ operator for increments

ok halex@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2012/09/29 12:54:39

Modified files:
	sys/arch/loongson/dev: bonito.c 
	sys/arch/loongson/loongson: generic2e_machdep.c isa_machdep.c 
	                            yeeloong_machdep.c 
	sys/arch/mips64/include: cpu.h 
	sys/arch/mips64/mips64: cache_loongson2.c cache_octeon.c 
	                        cache_r4k.c cache_r5k.c interrupt.c 
	sys/arch/octeon/dev: octeon_intr.c 
	sys/arch/octeon/octeon: lock_machdep.c 
	sys/arch/sgi/hpc: hpc.c zs.c 
	sys/arch/sgi/localbus: imc.c int.c macebus.c 
	sys/arch/sgi/pci: macepcibridge.c 
	sys/arch/sgi/sgi: intr_template.c ip22_machdep.c ip27_machdep.c 
	                  lock_machdep.c 
	sys/arch/sgi/xbow: xbow.c xbridge.c xheart.c 

Log message:
Proide a mips_sync() macro to wrap asm("sync"), and replace gazillions of
such statements with it.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2012/09/29 12:56:23

Modified files:
	sys/arch/mips64/include: asm.h 

Log message:
Provide a few more macros in  to wrap coprocessor 0
move from/to register instructions, as well as a NOP macro. These will be
used in a later diff to allow specific processors to use slightly different
instructions or encodings.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2012/09/29 12:57:14

Modified files:
	sys/arch/sgi/conf: ld.script 

Log message:
Use a much simpler linker script for the kernel, adapted from loongson


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2012/09/29 12:58:30

Modified files:
	sys/arch/mips64/mips64: context.S exception.S 

Log message:
Move proc_trampoline, which is not really exception processing, from exception.S
to context.S, to eventually allow alternate versions of exception.S to be used.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2012/09/29 13:02:27

Modified files:
	sys/arch/mips64/include: asm.h cpustate.h 
	sys/arch/mips64/mips64: cache_r5k.c context.S cp0access.S 
	                        exception.S lcore_access.S lcore_ddb.S 
	                        lcore_float.S tlbhandler.S 
	sys/arch/sgi/sgi: ip30_nmi.S locore.S 

Log message:
Introduce assembly macros for specific processor hazards: tlb update, status
register update, status register update causing a change to the interrupt
enable flag, and a few other arcane ones.  will provide
(supposedly sane) defaults, and  may override these with
better tuned versions.

Use these macros instead of random strings of nop in the various .S files
requiring hazard workarounds.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2012/09/29 13:11:08

Modified files:
	sys/arch/loongson/loongson: machdep.c 
	sys/arch/mips64/include: cpu.h pte.h 
	sys/arch/mips64/mips64: context.S mips64_machdep.c pmap.c 
	sys/arch/octeon/octeon: machdep.c 
	sys/arch/sgi/sgi: ip30_machdep.c machdep.c 

Log message:
Kill the mostly unused VMTLB_xxx and VMNUM_xxx defines. Move all tlb
knowledge to . Add specific routines for tlb handling setup
(at cpu initialization time) and tlb ASID wrap.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2012/09/29 13:13:15

Modified files:
	sys/arch/mips64/include: cpu.h trap.h 
	sys/arch/mips64/mips64: cache_r4k.c cache_r5k.c interrupt.c 
	                        trap.c 

Log message:
Add a few more coprocessor 0 cause and config registers defines.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2012/09/29 13:14:37

Modified files:
	sys/arch/mips64/mips64: trap.c 

Log message:
Avoid an unnecessary copyin() call in the SYS__syscall handling path.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2012/09/29 13:24:31

Modified files:
	sys/arch/loongson/dev: bonito.c glx.c 
	sys/arch/loongson/loongson: isa_machdep.c 
	sys/arch/mips64/include: cpu.h trap.h 
	sys/arch/mips64/mips64: cache_r4k.c cache_r5k.c cpu.c 
	                        fp_emulate.c softintr.c trap.c 
	sys/arch/octeon/dev: octeon_intr.c 
	sys/arch/octeon/octeon: lock_machdep.c 
	sys/arch/sgi/hpc: hpc.c 
	sys/arch/sgi/localbus: int.c 
	sys/arch/sgi/sgi: intr_template.c lock_machdep.c machdep.c 

Log message:
Handle the coprocessor 0 cause and status registers as a 64 bit value now,
as some odd mips designs need moro than 32 bits in there. This causes a lot
of mechanical changes everywhere getsr() is used.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2012/09/29 13:25:28

Modified files:
	sys/arch/mips64/mips64: cpu.c 

Log message:
Sort cpu and fpu list, and don't bother printing those we don't run on (yet).


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/29 13:27:33

Modified files:
	devel/dconf    : Makefile 
	devel/dconf/patches: patch-client_Makefile_in 
	                     patch-dbus-1_Makefile_in 

Log message:
So, there is this new unexplained trend going on in ports which is
to remove "-Wl,-soname" because (as I was told) "we don't do that"...
Ok well, this break things, so put my soname back.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/29 13:28:15

Modified files:
	x11/gnome/gdm  : Makefile distinfo 
	x11/gnome/gdm/patches: patch-common_Makefile_in patch-configure 
	                       patch-daemon_Makefile_in 
	                       patch-daemon_gdm-session-record_c 
	                       patch-data_00-upstream-settings 
	                       patch-data_00-upstream-settings-locks 
	                       patch-data_gdm-shell_session_in 
	                       patch-gui_simple-greeter_Makefile_in 
	x11/gnome/gdm/pkg: PLIST 

Log message:
Update to gdm-3.6.0.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2012/09/29 13:29:06

Modified files:
	sys/arch/mips64/mips64: mips64_machdep.c 
	sys/arch/sgi/sgi: ip32_machdep.c 

Log message:
Store the base value of coprocessor 0 system register, when running userland,
into a global. This allows R12000 O2 systems to set the DSD bit in once for
all, instead of having to set it every time in setregs().


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2012/09/29 13:42:30

Modified files:
	sys/arch/mips64/include: cpu.h 

Log message:
Forgot this in previous commit


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2012/09/29 14:07:08

Modified files:
	databases/iodbc: Makefile 
	databases/iodbc/patches: patch-admin_libiodbc_pc_in 
	                         patch-bin_iodbc-config_in 

Log message:
Fix pkg-config and iodbc-config files for dynamic vs static linking.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2012/09/29 14:09:43

Modified files:
	x11/xplanet    : Makefile 
	x11/xplanet/pkg: PLIST 

Log message:
Unbreak (missing ${PREFIX}/share/xplanet/scripts directory).

"go ahead" rpointel@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2012/09/29 15:37:03

Modified files:
	sys/arch/mips64/conf: files.mips64 
	sys/arch/mips64/include: asm.h cache.h cpu.h mips_opcode.h pte.h 
	sys/arch/mips64/mips64: context.S cp0access.S cpu.c db_disasm.c 
	                        db_machdep.c lcore_access.S 
	                        mips64_machdep.c pmap.c tlbhandler.S 
	                        trap.c vm_machdep.c 
Added files:
	sys/arch/mips64/mips64: cache_tfp.c cache_tfp_subr.S 
	                        exception_tfp.S tlb_tfp.S 

Log message:
Basic R8000 processor support. R8000 processors require MMU-specific code,
exception-specific code, clock-specific code, and L1 cache-specific code. L2
cache is per-design, of which only two exist: SGI Power Indigo2 (IP26) and SGI
Power Challenge (IP21) and are not covered by this commit.

R8000 processors also are 64-bit only processors with 64-bit coprocessor 0
registers, and lack so-called ``compatibility'' memory spaces allowing 32-bit
code to run with sign-extended addresses and registers.

The intrusive changes are covered by #ifdef CPU_R8000 stanzas. However,
trap() is split into a high-level wrapper and a new function, itsa(),
responsible for the actual trap servicing (which name couldn't be helped
because I'm an incorrigible punster). While an R8000 exception may cause
(via trap() ) multiple exceptions to be serviced, non-R8000 processors will
always service one exception in trap(), but they are nevertheless affected
by this code split.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2012/09/29 15:39:30

Modified files:
	sys/arch/mips64/include: arcbios.h 
	sys/arch/mips64/mips64: arcbios.c 

Log message:
Do not hardcode ARCBios vector base, but rather compute it at runtime.
This allows MI code to support both 32-bit ARCS systems, as well as 64-bit
R8000 and R1x000 systems.

While there, #if 0 out ARCBios routines currently not used by the kernel.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2012/09/29 15:40:48

Modified files:
	sys/arch/sgi/stand/boot: arcbios.c boot.c start.S version 

Log message:
Bring the `let decide ARCBios address at runtime' code to the SGI bootblocks,
which allows them to run on IP26 (POWER Indigo2 R8000).

Crank boot blocks version.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2012/09/29 15:46:02

Modified files:
	sys/arch/sgi/compile: .cvsignore 
	sys/arch/sgi/conf: files.sgi 
	sys/arch/sgi/localbus: imc.c imcvar.h 
	sys/arch/sgi/sgi: autoconf.c ip22.h ip22_machdep.c machdep.c 
	                  mainbus.c 
Added files:
	sys/arch/sgi/conf: GENERIC-IP26 RAMDISK-IP26 
	sys/arch/sgi/localbus: tcc.c tccreg.h tccvar.h 

Log message:
Work in progress support for the Power Indigo2 R8000 system (IP26). This is
basically an IP22 system (R4000 Indigo2) with the ECC memory board of IP28,
and a so-called ``streaming'' L2 cache.

IP26 kernels currently boot single-user, but don't live long; I am suspecting
a bug in the tcc cache routines, but am currently not able to find it (come
to think of it, my understanding of how this cache works could be wrong, and
of course there is no documentation for it but what can be gathered from
IRIX'  comments and defines).

Hopefully this situation will improve in the near future; in the meantime I
am commiting this as `work in progress' to make sure this code doesn't get
lost.


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2012/09/29 16:16:46

Modified files:
	usr.sbin/smtpd : smtp.c 

Log message:
use xstrdup() helper

ok eric@ gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2012/09/29 16:23:40

Modified files:
	sys/kern       : exec_aout.c 

Log message:
When running a.out OMAGIC binaries, be sure to round ep_daddr to a page
boundary; uvm depends on this and will KASSERT this for its own safety.
Found the hard way, rounding direction discussed with ariane@ (I initially
wanted to round down, but it makes more sense to round up).
Of course noone in his right mind ought to run OMAGIC binaries (-:


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2012/09/29 20:16:17

Modified files:
	sys/dev/pci    : if_gem_pci.c 

Log message:
Simplify the gem(4) variant detection code a bit.

ok haesbaert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsg@cvs.openbsd.org	2012/09/29 20:45:04

Modified files:
	net/yt         : Makefile 
	net/yt/files   : yt.lua 

Log message:
adapt to recent youtube changes
ok martynas@ ajacoutot@ dcoppa@
tested by matthieu@


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2012/09/29 22:28:48

Modified files:
	.              : plus.html 

Log message:
plus.html for Sept 17-23.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/30 00:15:34

ports/x11/gnome/gdlmm/patches

Update of /cvs/ports/x11/gnome/gdlmm/patches
In directory cvs.openbsd.org:/tmp/cvs-serv11523/patches

Log Message:
Directory /cvs/ports/x11/gnome/gdlmm/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/30 00:16:27

Modified files:
	x11/gnome/gdlmm: Makefile 
Added files:
	x11/gnome/gdlmm/patches: patch-gdl_gdlmm_docklayout_cc 
	                         patch-gdl_src_dock_hg 
	                         patch-gdl_src_docklayout_hg 
	                         patch-gdl_src_gdl_method_defs 

Log message:
Unbreak after recent gdl update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/30 01:01:14

Modified files:
	x11/gnome/banshee: Makefile distinfo 
	x11/gnome/banshee/pkg: PLIST 

Log message:
Update to banshee-2.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/30 01:19:18

Modified files:
	graphics/simple-scan: Makefile distinfo 
	graphics/simple-scan/patches: patch-src_simple-scan_c 

Log message:
Update to simple-scan-3.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/30 01:49:04

Modified files:
	net/amsn       : Makefile 

Log message:
- fixup WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/30 01:51:33

Modified files:
	x11/dbus       : Makefile distinfo 
	x11/dbus/patches: patch-configure_ac 

Log message:
Update to dbus-1.6.8.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/30 01:54:49

Modified files:
	de             : 52.html hackathons.html 
	faq/fr         : current.html 
	fr             : 51.html ftp.html hackathons.html want.html 
	lt             : anoncvs.html donations.html index.html 
	nl             : ftp.html 
	openbgpd/fr    : ftp.html 
	openbgpd/ru    : ftp.html 
	openntpd/fr    : ftp.html portable.html 
	openntpd/ru    : ftp.html portable.html 
	openssh/de     : specs.html 
	openssh/fr     : ftp.html 
	openssh/nl     : ftp.html portable.html 
	openssh/ru     : ftp.html portable.html specs.html 
	ru             : hackathons.html why-cvs.html 
Added files:
	fr             : 52.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/30 01:55:54

Modified files:
	databases/evolution-data-server: Makefile 

Log message:
LIB_DEPENDS tweak.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/30 02:17:03

ports/x11/gnome/games-extra-data/patches

Update of /cvs/ports/x11/gnome/games-extra-data/patches
In directory cvs.openbsd.org:/tmp/cvs-serv14634/patches

Log Message:
Directory /cvs/ports/x11/gnome/games-extra-data/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/30 02:18:28

Modified files:
	x11/gnome/games-extra-data: Makefile 
	x11/gnome/games-extra-data/pkg: PLIST 
Added files:
	x11/gnome/games-extra-data/patches: patch-glines_Makefile_in 
	                                    patch-gnobots2_Makefile_in 
	                                    patch-iagno_Makefile_in 
	                                    patch-mahjongg_Makefile_in 

Log message:
Fix data directories pointing to old locations (upstream).


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/30 02:27:02

Modified files:
	x11/gnome/session/patches: patch-tools_gnome-session-quit_c 

Log message:
BZ URL.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/30 02:38:20

Modified files:
	x11/gnome/seahorse-nautilus: Makefile 

Log message:
BZ URL.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/30 02:56:51

Removed files:
	graphics/clutter/mx: Makefile distinfo 
	graphics/clutter/mx/patches: patch-autogen_sh 
	                             patch-mx_mx-deform-texture_c 
	                             patch-mx_mx-texture-frame_c 
	graphics/clutter/mx/pkg: DESCR PLIST 

Log message:
remove mx, it's unused and hardly developed anymore

as discussed with aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/30 02:56:58

Modified files:
	graphics/clutter: Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/30 03:02:13

Modified files:
	x11/gnome/gvfs : Makefile 
	x11/gnome/gvfs/patches: patch-metadata_metatree_c 

Log message:
Fix LIB_DEPENDS and WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/30 03:12:11

Modified files:
	databases/evolution-data-server/patches: 
	                                         patch-tests_libedata-cal_Makefile_in 

Log message:
BZ URL.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/30 03:16:36

Modified files:
	devel/cil      : Makefile 
	devel/llvm     : Makefile 

Log message:
don't .include  just to get definitions from arch-defines


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/30 03:28:04

Modified files:
	print/cups/patches: patch-filter_raster_c patch-scheduler_auth_c 
	                    patch-scheduler_main_c 

Log message:
Upstream STR bug numbers.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/30 03:28:11

Modified files:
	mail/re-alpine : Makefile 

Log message:
REVISION-pilot needs a bump


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2012/09/30 03:28:20

Modified files:
	share/man/man5 : bsd.port.arch.mk.5 

Log message:
there, should be crystal clear


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/30 03:51:05

Log message:
    import qzeitgeist 0.8.0
    
    libQZeitgeist is a wrapper library around the Zeitgeist D-Bus API for
    Qt, and is brought to you by Collabora in cooperation with the Zeitgeist
    team and KDE.
    
    based on a submission by  Amit Kulkarni
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20123009
    
    N ports/productivity/libqzeitgeist/Makefile
    N ports/productivity/libqzeitgeist/distinfo
    N ports/productivity/libqzeitgeist/patches/patch-QZeitgeistConfig_cmake_in
    N ports/productivity/libqzeitgeist/pkg/DESCR
    N ports/productivity/libqzeitgeist/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/30 03:52:10

Modified files:
	productivity   : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/30 03:54:01

Modified files:
	productivity/glabels: Makefile 

Log message:
mark BROKEN and add upstream BZ url; needs to be adjusted to new EDS ESource API.

ok aja@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2012/09/30 04:11:31

Modified files:
	proto/randrproto: COPYING ChangeLog configure.ac randr.h 
	                  randrproto.h randrproto.txt 
Removed files:
	proto/randrproto: INSTALL 

Log message:
Update to randrproto 1.4.0


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2012/09/30 04:12:16

Modified files:
	proto/dri2proto: ChangeLog configure.ac dri2proto.h 
	                 dri2proto.txt dri2tokens.h 
Removed files:
	proto/dri2proto: INSTALL 

Log message:
Update to dri2proto 2.8


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	espie@cvs.openbsd.org	2012/09/30 04:12:51

Modified files:
	app/fvwm       : Makefile.inc 
	app/fvwm/modules: Makefile.inc 

Log message:
remove utterly bogus tests and simplify.
fvwm was only building thanks to an unlikely series of accidents...

okay matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2012/09/30 04:17:46

Modified files:
	sys/arch/i386/include: bus.h 

Log message:
Remove duplicated chunk; noticed by David Gilmore


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2012/09/30 04:18:46

Modified files:
	.              : MODULES 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/09/30 04:22:54

Modified files:
	textproc/mupdf : Makefile 

Log message:
add -ffunction-sections to CFLAGS on hppa, fixes the build there.
ok sthen@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/30 05:02:29

Modified files:
	devel/libgdata : Makefile distinfo 
	devel/libgdata/patches: patch-configure 

Log message:
- update to libgata-0.13.2


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2012/09/30 06:11:50

Modified files:
	sys/net        : if_vlan.c 

Log message:
There is no need to set IFF_OACTIVE in vlan, since there is no DMA ring
that can be filled. OK dlg@, mikeb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/30 06:21:34

Modified files:
	textproc/libxslt: Makefile distinfo 
	textproc/libxslt/patches: patch-libxslt_Makefile_in 
	                          patch-libxslt_extra_c 
	                          patch-python_Makefile_in 
	                          patch-tests_docs_Makefile_in 

Log message:
- update to libxslt-1.1.27

tested on amd64, sparc64, mips64el and powerpc.
ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/30 06:22:05

Modified files:
	textproc/libxml: Makefile distinfo 
	textproc/libxml/patches: patch-Makefile_in 
	                         patch-python_Makefile_in 
	                         patch-python_tests_Makefile_in 
	                         patch-xstc_Makefile_in 
	textproc/libxml/pkg: PLIST-main 
Removed files:
	textproc/libxml/patches: patch-configure_in patch-dict_c 
	                         patch-encoding_c patch-hash_c 
	                         patch-include_libxml_xpath_h 
	                         patch-parser_c patch-xpath_c 
	                         patch-xpointer_c 

Log message:
- update to libxml-2.8.0

tested on amd64, sparc64, mips64el and powerpc.
ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/30 06:42:04

Modified files:
	x11/gnome/mutter: Makefile distinfo 
Removed files:
	x11/gnome/mutter/patches: patch-src_core_main_c 

Log message:
- update to mutter-3.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/30 06:43:41

Modified files:
	x11/gnome/gedit: Makefile 
	x11/gnome/gedit/pkg: PLIST 

Log message:
- enable zeitgeist support


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/30 07:50:26

Log message:
    Import gnome-clocks-0.1.3.
    
    Clock application for the GNOME Desktop.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20120930
    
    N ports/x11/gnome/clocks/Makefile
    N ports/x11/gnome/clocks/distinfo
    N ports/x11/gnome/clocks/pkg/DESCR
    N ports/x11/gnome/clocks/pkg/PLIST
    N ports/x11/gnome/clocks/patches/patch-gnome-clocks
    N ports/x11/gnome/clocks/patches/patch-gnomeclocks_widgets_py
    N ports/x11/gnome/clocks/patches/patch-data_gtk-style_css
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/30 07:50:55

Modified files:
	x11/gnome      : Makefile 

Log message:
+clocks


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2012/09/30 08:27:18

Modified files:
	net/p5-NetAddr-IP: Makefile distinfo 

Log message:
update p5-NetAddr-IP to 4.064


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2012/09/30 08:28:16

Modified files:
	usr.sbin/smtpd : lka.c lka_session.c parse.y smtpd.h 

Log message:
- add decision to the rule so that we can actually perform a reject match
ie:

reject from 192.168.1.0/24 for domain "openbsd.org"
accept from 192.168.0.0/16 for domain "openbsd.org" deliver to mbox

it was documented but not working.

ok eric@ & chl@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/30 08:28:43

Modified files:
	net/gajim      : Makefile distinfo 
	net/gajim/pkg  : PLIST 
Removed files:
	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 
	                   patch-src_gajim_py 

Log message:
- update to gajim-0.15.1

ok pea@ (MAINTNAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2012/09/30 08:40:34

Log message:
    Initial import of p5-Net-Inspect 0.18
    
    The Net::Inspect module allows to inspect data on various network
    layers.
    
    The idea of Net::Inspect is to plug various layers of network
    inspection together to analyze data.  This is kind of what wireshark
    or IDS do, exept this is in perl and therefore slower to execute
    but faster to develop and maybe more flexibel too.
    
    from Stefan Rinkes 
    
    Status:
    
    Vendor Tag:	bluhm
    Release Tags:	bluhm_20120930
    
    N ports/net/p5-Net-Inspect/Makefile
    N ports/net/p5-Net-Inspect/distinfo
    N ports/net/p5-Net-Inspect/pkg/DESCR
    N ports/net/p5-Net-Inspect/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/30 08:45:23

Modified files:
	x11/gnome/shell: Makefile distinfo 
	x11/gnome/shell/patches: patch-configure_ac patch-js_Makefile_am 
	                         patch-js_misc_config_js_in 
	                         patch-js_ui_panel_js 
	                         patch-src_Makefile_am 
	x11/gnome/shell/pkg: PLIST 
Removed files:
	x11/gnome/shell/patches: patch-js_ui_main_js 
	                         patch-src_gnome-shell-extension-prefs_in 

Log message:
- update to gnome-shell-3.6.0


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2012/09/30 08:50:38

Modified files:
	usr.bin/compress: main.c 

Log message:
When outputting to stdout and compressing would grow the file, exit
normally instead of with a value of 2.  Also avoids unlinking the
file "stdout" in the current directory in this case.
OK miod@ sthen@ henning@ beck@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/30 08:50:51

Modified files:
	productivity/libzeitgeist: Makefile 

Log message:
fix MASTER_SITES


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2012/09/30 08:51:11

Modified files:
	net            : Makefile 

Log message:
+ p5-Net-Inspect


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/30 08:58:39

Modified files:
	audio/rhythmbox: Makefile distinfo 
	audio/rhythmbox/patches: patch-data_ui_rhythmbox-ui_xml 
	                         patch-plugins_Makefile_in 
	audio/rhythmbox/pkg: PLIST 
Removed files:
	audio/rhythmbox/patches: patch-configure 
	                         patch-plugins_grilo_rb-grilo-plugin_c 
	                         patch-plugins_grilo_rb-grilo-source_c 
	                         patch-plugins_grilo_rb-grilo-source_h 

Log message:
Update to rhythmbox-2.98.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/30 09:16:16

Modified files:
	databases/evolution-data-server/patches: 
	                                         patch-tests_libedata-cal_Makefile_in 

Log message:
Committed upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/30 10:01:38

Modified files:
	x11/gnome/session: Makefile 
	x11/gnome/session/patches: patch-tools_gnome-session-quit_c 

Log message:
Don't override option names.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/30 10:17:36

Modified files:
	geo/osm2go     : Makefile distinfo 
	geo/osm2go/patches: patch-data_Makefile_in 
	geo/osm2go/pkg : PLIST 
Removed files:
	geo/osm2go/patches: patch-src_project_c 

Log message:
- update to osm2go-0.8.3 (does anyone actually still use this?)


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/09/30 10:28:07

Modified files:
	security/gnupg2: Makefile 
	security/gnupg2/patches: patch-scd_Makefile_in 
	security/gnupg2/pkg: README 
Removed files:
	security/gnupg2/patches: patch-configure 

Log message:
Do not refer to ports in the pkg/README.

While here, fix pthread related stuff.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/09/30 10:55:11

Modified files:
	x11/gnome/session/patches: patch-tools_gnome-session-quit_c 

Log message:
Committed upstream.


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2012/09/30 11:25:09

Modified files:
	usr.sbin/smtpd : mta_session.c parse.y 

Log message:
use xmalloc(), xcalloc() and xmemdup() helpers

ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/09/30 12:09:50

Modified files:
	net/icinga/web/pkg: PLIST 

Log message:
sync for 1.7.2, spotted by rpe@
(not linked to the build)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/30 12:27:50

Modified files:
	x11/gnome/contacts: Makefile distinfo 
	x11/gnome/contacts/pkg: PLIST 

Log message:
- update to gnome-contacts-3.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/30 13:17:52

Modified files:
	x11/gnome/empathy: Makefile distinfo 
	x11/gnome/empathy/patches: patch-configure 
	x11/gnome/empathy/pkg: PLIST 

Log message:
- update to empathy-3.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2012/09/30 13:24:35

Modified files:
	www/concrete5  : Makefile distinfo 
	www/concrete5/pkg: PLIST 

Log message:
update to concrete5-5.6.0.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2012/09/30 13:45:11

Modified files:
	devel/pear-Console-Table: Makefile 

Log message:
no need for MASTER_SITES and EXTRACT_SUFX,
the www/pear module provides them

ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2012/09/30 13:53:10

Modified files:
	net/transmission: Makefile distinfo 
	net/transmission/patches: patch-configure 
	net/transmission/pkg: PLIST-gtk PLIST-main 
Added files:
	net/transmission/patches: patch-third-party_libutp_utypes_h 

Log message:
Update to 2.71 for numerous bug fixes and small changes.
Includes work by dcoppa@ originally for 2.61.  ok brad@, dcoppa@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2012/09/30 14:27:50

Modified files:
	x11/qt4        : Makefile 

Log message:
mark for parallel building


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/09/30 14:56:42

Modified files:
	x11/gnome/shell/patches: patch-configure_ac 
	                         patch-src_Makefile_am 
Added files:
	x11/gnome/shell/patches: patch-docs_reference_shell_Makefile_am 

Log message:
sync with patch as submitted upstream, no pkg change


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2012/09/30 15:46:09

Modified files:
	sys/dev/pci    : ahd_pci.c 

Log message:
Correct the addition of the 39320LPE controller. The actual product name
is 29320LPE since it is a single channel adapter. No functional change
other than priting the correct chipset in the dmesg.

Pointed out by henning petersen.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2012/09/30 17:12:57

ports/devel/p5-Time-Format/patches

Update of /cvs/ports/devel/p5-Time-Format/patches
In directory cvs.openbsd.org:/tmp/cvs-serv12578/patches

Log Message:
Directory /cvs/ports/devel/p5-Time-Format/patches added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2012/09/30 18:08:43

Modified files:
	sys/kern       : kern_prot.c vfs_subr.c 

Log message:
Make groupmember() check the effective gid too, so that the checks are
consistent when the effective gid isn't also a supplementary group.

ok beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2012/09/30 18:21:20

Modified files:
	include        : dlfcn.h grp.h glob.h time.h 
	sys/sys        : uio.h 

Log message:
More compliance fixes: hiding non-standard stuff behind __BSD_VISIBLE,
making files stand-alone, some __restrict additions.

tweaks kettenis@; ports testing and fixes landry@ and jasper@
ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsing@cvs.openbsd.org	2012/10/01 00:20:09

Modified files:
	lang/go        : Makefile distinfo 
	lang/go/pkg    : PLIST 
Added files:
	lang/go/patches: patch-src_cmd_go_pkg_go 

Log message:
Update to go 1.0.3.

- Fix a bug in the regress tests that may result in the tests being built/run
with the installed binaries rather than the new binaries.
- Fix a bug related to 'go install' trying to rebuild non-writeable $GOROOT
packages, when used with a $GOPATH (issue 4106).
- Include the 'misc' part of the package, which contains editor
configuration files, etc.

ok jsg@, sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/10/01 00:21:03

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/10/01 00:44:11

Modified files:
	x11/gnome/shell: Makefile 

Log message:
tweak LIB_DEPENDS/WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/10/01 01:10:28

Modified files:
	www/tomcat     : Makefile 
Removed files:
	www/tomcat/v5  : Makefile distinfo 
	www/tomcat/v5/patches: patch-conf_server_xml 
	www/tomcat/v5/pkg: DESCR-admin DESCR-examples DESCR-main 
	                   PLIST-admin PLIST-examples PLIST-main 
	                   README-main tomcat.rc 

Log message:
Bye bye Tomcat 5.5.x, you're deprecated.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/10/01 01:31:17

Modified files:
	audio/taglib   : Makefile distinfo 
	audio/taglib/patches: patch-tests_CMakeLists_txt 
	                      patch-tests_utils_h 
	audio/taglib/pkg: PLIST 
Removed files:
	audio/taglib/patches: patch-taglib_ape_apeproperties_cpp 
	                      patch-taglib_toolkit_tmap_h 

Log message:
Update to taglib-1.8

Suggestions and OK brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2012/10/01 01:46:47

Modified files:
	devel/fribidi  : Makefile distinfo 
	devel/fribidi/pkg: PLIST 
Removed files:
	devel/fribidi/pkg: PFRAG.shared 

Log message:
Update to fribidi 0.19.4.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2012/10/01 01:56:12

Modified files:
	audio/audacious: Makefile distinfo 

Log message:
Update audacious to 3.3.2.

ok dcoppa@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2012/10/01 01:56:40

Modified files:
	audio/audacious-plugins: Makefile distinfo 
	audio/audacious-plugins/patches: patch-configure_ac 
	audio/audacious-plugins/pkg: PLIST 
Removed files:
	audio/audacious-plugins/patches: patch-src_sndio_sndio_c 

Log message:
Update audacious-plugins to 3.3.2.

ok dcoppa@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/10/01 02:12:17

Modified files:
	x11/i3         : Makefile 
	x11/i3/patches : patch-src_x_c 
Added files:
	x11/i3/patches : patch-src_con_c patch-src_floating_c 

Log message:
Bugfix: don't crash when dragged floating window close

Bugfix: draw h-split indicator at the right position

Bugfix: Correctly move floating windows to invisible workspaces
cross-output

From upstream git


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/10/01 02:57:12

Modified files:
	www/youtube-dl : Makefile distinfo 
	www/youtube-dl/pkg: PLIST 
Added files:
	www/youtube-dl/files: setup.py 
	www/youtube-dl/patches: patch-youtube_dl_FileDownloader_py 
Removed files:
	www/youtube-dl/patches: patch-youtube-dl 

Log message:
Update to youtube-dl-2012.09.27: unbreak after recent YouTube changes

OK sthen@, pirofti@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/01 03:26:18

Modified files:
	sysutils/ruby-puppet: Makefile 
	sysutils/ruby-puppet/patches: patch-lib_puppet_defaults_rb 
	sysutils/ruby-puppet/pkg: PLIST 

Log message:
- include ${SYSCONFDIR}/puppet/modules/ in the modulepath by default

ok robert@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/10/01 03:40:19

Modified files:
	mail/re-alpine : Makefile 

Log message:
REVISION-pilot needs more bumps, the previous one was actually 2.99p4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2012/10/01 03:44:51

Modified files:
	databases/mysql: Makefile distinfo 
	databases/mysql/pkg: PLIST-tests 

Log message:
Update to 5.1.66,
full Changelog available at http://dev.mysql.com/doc/refman/5.1/en/news-5-1-66.html
ok Brad (Maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/01 04:34:54

Modified files:
	sysutils/bacula: Makefile 
Added files:
	sysutils/bacula/patches: 
	                         patch-examples_autochangers_chio-changer-openbsd 

Log message:
Fix the autochanger script to work when a device has several empty slots.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/01 04:49:17

ports/x11/gnome/seahorse-nautilus/patches

Update of /cvs/ports/x11/gnome/seahorse-nautilus/patches
In directory cvs.openbsd.org:/tmp/cvs-serv26981/patches

Log Message:
Directory /cvs/ports/x11/gnome/seahorse-nautilus/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/01 04:49:51

Modified files:
	x11/gnome/seahorse-nautilus: Makefile 
	x11/gnome/seahorse-nautilus/pkg: PLIST 
Added files:
	x11/gnome/seahorse-nautilus/patches: 
	                                     patch-data_org_gnome_seahorse_nautilus_window_gschema_xml 

Log message:
Fix the dconf gschema file.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/01 04:54:30

Modified files:
	x11/gnome/gvfs/patches: patch-metadata_metatree_c 

Log message:
Committed upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/01 05:28:44

Modified files:
	x11/gnome/seahorse-nautilus/patches: 
	                                     patch-data_org_gnome_seahorse_nautilus_window_gschema_xml 

Log message:
Committed upstream.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2012/10/01 05:36:55

Modified files:
	usr.sbin/snmpd : mib.c mps.c snmpd.h 

Log message:
Support the 0.0.0.0 and 255.255.255.255 IPv4 addresses in the ipAddrTable.
This fixes an issue which aborted the address traversal / SNMP walk when
an "any"/0.0.0.0 address was configured on an interface.  The problem
was found with a pppoe(4) device that is typically configured with 0.0.0.0
on startup.

Found and fix tested by Gerhard Roth


CVSROOT:	/cvs
Module name:	ports
Changes by:	gonzalo@cvs.openbsd.org	2012/10/01 06:03:42

Modified files:
	www/wordpress  : Makefile distinfo 

Log message:
Update for Wordpress to 3.4.2

* Fixes some issues in the admin area where some older browsers (IE7,
in particular) may slow down, lag, or freeze.
* Fixes the use of multiple trackback URLs in a post.
Prevents improperly sized images from being uploaded as headers from
the customizer.
* Ensures proper error messages can be shown to PHP4 installs.
(WordPress requires PHP 5.2.4 or later.)
* Fixes handling of oEmbed providers that only return XML responses.
* Addresses pagination problems with some category permalink
structures.
* Adds more fields to be returned from the XML-RPC wp.getPost method.
* Avoids errors when updating automatically from very old versions of
WordPress (pre-3.0).
* Fixes problems with the visual editor when working with captions.

Tested on i386.

Ok merdely@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2012/10/01 06:15:07

Modified files:
	usr.sbin/snmpd : mib.h 

Log message:
Add some fairly random PEN (private enterprise numbers).


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/01 06:47:55

Modified files:
	print/cups     : Makefile 
	print/cups/patches: patch-scheduler_main_c 

Log message:
Better patch from upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/01 06:49:19

Modified files:
	x11/gnome/libgda: Makefile 

Log message:
Sync dependencies after the move from libgnome-keyring to libsecret.

prodded by sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	gonzalo@cvs.openbsd.org	2012/10/01 06:58:29

Modified files:
	editors/zile   : Makefile 

Log message:
hook devel/help2man on BUILD_DEPENDS pointed by sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2012/10/01 07:59:51

Modified files:
	usr.bin/ssh    : monitor_wrap.c 

Log message:
pasto; ok djm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/01 08:09:13

Modified files:
	mail/evolution : Makefile 
	mail/evolution/pkg: PLIST-plugins 

Log message:
I hate you make plist...


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/10/01 08:22:06

Modified files:
	www/zendframework: Makefile distinfo 
	www/zendframework/pkg: PLIST 

Log message:
update to zendframework 1.12.0, tested with webacula
includes various security fixes


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/01 09:00:19

Modified files:
	databases/evolution-data-server: Makefile 
Added files:
	databases/evolution-data-server/patches: patch-configure_ac 
	                                         patch-libebackend_e-authentication-session_c 
	                                         patch-libebackend_e-authentication-session_h 
	                                         patch-libedataserverui_Makefile_am 
	                                         patch-libedataserverui_e-passwords_c 
	                                         patch-modules_online-accounts_module-online-accounts_c 
	                                         patch-services_evolution-addressbook-factory_Makefile_am 
	                                         patch-services_evolution-calendar-factory_Makefile_am 
	                                         patch-services_evolution-source-registry_Makefile_am 
	                                         patch-services_evolution-source-registry_evolution-source-registry-migrate-sources_c 
	                                         patch-tests_libedata-cal_Makefile_am 
	                                         patch-tests_libedataserverui_Makefile_am 
Removed files:
	databases/evolution-data-server/patches: 
	                                         patch-tests_libedata-cal_Makefile_in 

Log message:
Our binutils from paleolithic age exports private symbols which made
libgnome-keyring and gcr dump cores everywhere because of clashing
symbols. Merge libsecret support from upstream to have e-d-s use that
instead of libgnome-keyring.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/01 09:01:14

Modified files:
	net/telepathy/folks: Makefile 
	x11/gnome/panel: Makefile 
	x11/gnome/nautilus-sendto: Makefile 
	mail/evolution : Makefile 

Log message:
Sync wantlib afer e-d-s migration to libsecret.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/01 09:17:29

Modified files:
	x11/gnome/anjuta: Makefile 
	x11/gnome/glom : Makefile 
	textproc/gtranslator: Makefile 
	textproc/gtranslator/pkg: PLIST 

Log message:
Sync dependencies after libgdata moved to libsecret.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/10/01 10:13:23

Modified files:
	www/cgit       : Makefile 
Added files:
	www/cgit/patches: patch-parsing_c 

Log message:
Fix for heap overflow/stack-smashing, see
http://hjemli.net/pipermail/cgit/2012-July/000652.html
http://git.zx2c4.com/cgit/commit/?id=7757d1b046ecb67b830151d20715c658867df1ec
https://bugzilla.redhat.com/show_bug.cgi?id=820733
from oss-sec via sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/10/01 10:38:23

Modified files:
	share/man/man5 : resolv.conf.5 

Log message:
the BUGS entry is no longer relevant, so remove it;
confirmed by, and ok, millert
thanks also krw for input

whilst here, knock out a useless .Pp


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2012/10/01 11:47:44

Modified files:
	devel/gmake    : Makefile 
Added files:
	devel/gmake/patches: patch-remake_c 

Log message:
upstream fix for parallel builds (e.g., of webkit); ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2012/10/01 11:49:26

Modified files:
	www/webkit     : Makefile 
	www/chromium   : Makefile 

Log message:
mark for parallel building


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2012/10/01 12:12:34

Modified files:
	www/webkit     : Makefile 
	www/chromium   : Makefile 

Log message:
depend on latest gmake for parallel building; requested by espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2012/10/01 12:49:13

Modified files:
	distrib/miniroot: install.sub 

Log message:
remove check for negative numbers in resp
previous check ensures positive numbers

ok halex@


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2012/10/01 15:16:01

Modified files:
	lang/swi-prolog: Makefile distinfo 
	lang/swi-prolog/patches: patch-src_test_pl 
	lang/swi-prolog/pkg: PFRAG.shared PLIST 
Added files:
	lang/swi-prolog/patches: patch-packages_ssl_ssl4pl_c 
	                         patch-packages_zlib_Makefile_in 
	                         patch-src_pl-funcs_h 
Removed files:
	lang/swi-prolog/patches: patch-packages_ac_swi_c_m4 
	                         patch-packages_semweb_Makefile_in 
	                         patch-packages_ssl_configure 
	                         patch-src_Makefile_in 
	                         patch-src_configure_in 
	                         patch-src_pl-wam_c 
	                         patch-src_test_memmodel_c 
	lang/swi-prolog/pkg: MESSAGE 

Log message:
Update to swi-prolog-6.2.2.

OK jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2012/10/01 15:20:55

Modified files:
	devel/ocaml-mlgmp: Makefile 

Log message:
We now require -fPIC to link ocaml-mlgmp.

OK sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/10/01 15:23:36

Modified files:
	x11/ruby-qt4   : Makefile 

Log message:
Mark as BROKEN-hppa, triggers a relocation error when linking, and
trying -ffunction-sections as the error message advises doesnt yield
much success..


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2012/10/01 16:28:32

Modified files:
	distrib/sets/lists/xshare: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/10/01 17:05:01

Modified files:
	net/icinga/core: Makefile 
	net/icinga/core/pkg: README-main 

Log message:
typo in README; from viq


CVSROOT:	/cvs
Module name:	ports
Changes by:	lteo@cvs.openbsd.org	2012/10/01 19:54:47

Modified files:
	devel/kdiff3   : Makefile distinfo 
	devel/kdiff3/patches: patch-src-QT4_kdiff3_pro 

Log message:
Update to kdiff3 0.9.97.  Notable changes:

* Memory usage optimized for comparison of large directories.
* In overview for two way diff show if only one side contains text.
* If text is selected in either input or output window use that in
Find dialog.
* Command line option --cs doesn't change the config value permanently
anymore.

Also remove unneeded flags from CXXFLAGS, sync WANTLIB, and update my
email address.

Thank you to brad@, espie@, and pascal@ for guidance on fixing
CXXFLAGS, and Amit Kulkarni for testing.

Tested on amd64 and i386.

OK brad@ sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/02 00:31:37

Modified files:
	x11/gnome/caribou: Makefile 
	x11/gnome/caribou/patches: patch-bin_antler-keyboard_in 
	                           patch-bin_caribou-preferences_in 
	                           patch-bin_caribou_in 

Log message:
Paches committed upstream.
Regen WANTLIB.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/10/02 00:31:47

Modified files:
	share/man/man5 : resolv.conf.5 

Log message:
some small tweaks to improve the text:
- move the file format stuff into a more logical grouping
- use an ENVIRONMENT section
- remove the Rs block. it was incorrect, and not really worth updating

input/ok krw


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/02 00:33:07

Modified files:
	x11/gnome/libgda/patches: patch-libgda_sqlite_gda-sqlite-pstmt_h 

Log message:
committed upstream


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2012/10/02 01:07:45

Modified files:
	usr.bin/ssh    : ssh-keygen.c 

Log message:
fix -z option, broken in revision 1.215


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2012/10/02 02:02:22

Modified files:
	usr.bin/tmux   : tmux.1 

Log message:
Remove some out of date text from man page, from Thomas Adam.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2012/10/02 02:16:28

Modified files:
	usr.bin/tmux   : mode-key.c tmux.h window-choose.c 

Log message:
Allow session tree (C-b s) to expand and collapse sessions with
left/right/space keys. From Thomas Adam.


CVSROOT:	/cvs
Module name:	src
Changes by:	haesbaert@cvs.openbsd.org	2012/10/02 02:50:15

Modified files:
	usr.bin/tcpbench: tcpbench.c 

Log message:
Simplify rtable assignment and cut some cruft


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2012/10/02 04:18:37

Modified files:
	usr.bin/make   : make.1 

Log message:
rework make documentation to correspond to usual terms (prerequisites
instead of "sources", target rules, makefile names).
document most recent changes.
discussed with jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/10/02 04:27:56

Modified files:
	x11/xmobar     : Makefile 
	x11/xmobar/files: Batt.hs 

Log message:
Fix redundancy warning


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2012/10/02 04:29:31

Modified files:
	usr.bin/make   : Makefile arch.c arch.h buf.h dir.c dir.h dump.c 
	                 dump.h engine.c error.c gnode.h init.c job.c 
	                 job.h lowparse.c lowparse.h main.c parse.c 
	                 parse.h suff.c suff.h targ.c targ.h targequiv.c 
	                 var.c var.h 

Log message:
more changes, discussed and tested by various people.
- put back some job control, turns out it's necessary when we don't run a
shell.
- zap old #ifdef CLEANUP code... probably doesn't even compile.
- kill most of the OP_LIB code. Just keep a wee little bit for compatibility
(deprecated .LIBS and .INCLUDES, warns for weird dependencies instead of
erroring out).
- much improved debugging and -p output: sort variables, targets, rules,
output stuff in a nicer format mimicing input.
- better error message when no command is found, explain where the target comes from.
- sort final error list by file.
- show system files in errors as 
- reincorporate random delay, that was dropped
- optimize siginfo output by not regenerating the whole string each time.
- finish zapping old LocationInfo field that's no longer used.


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2012/10/02 06:37:38

Modified files:
	usr.sbin/smtpd : bounce.c mta_session.c smtp.c 

Log message:
check iobuf_init() return value.

ok gilles@ eric@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/10/02 06:59:10

Modified files:
	graphics/feh   : Makefile distinfo 
	graphics/feh/patches: patch-man_feh_pre 

Log message:
Bugfix update to feh-2.6.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2012/10/02 07:10:44

Modified files:
	graphics/gimp/stable: Makefile distinfo 
	graphics/gimp/stable/patches: patch-plug-ins_common_Makefile_in 

Log message:
Update to 2.8.2
Update and sort WANTLIB (from Brad)
ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/10/02 07:35:40

Modified files:
	devel/hs-network: Makefile 
Added files:
	devel/hs-network/patches: patch-Network_Socket_hsc 
	                          patch-configure 
	                          patch-include_HsNetworkConfig_h_in 

Log message:
Fix: ucred -> sockpeercred

ok kili@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/02 08:03:06

Modified files:
	x11/gnome/seahorse-nautilus: Makefile 

Log message:
Missing dependency on x11/gnome/gcr.

spottted by naddy@


CVSROOT:	/cvs
Module name:	www
Changes by:	gonzalo@cvs.openbsd.org	2012/10/02 08:17:55

Modified files:
	.              : anoncvs.html 
	build          : mirrors.dat 

Log message:
Stop lying about my mirror.

Ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	okan@cvs.openbsd.org	2012/10/02 09:26:17

Modified files:
	libexec/spamd  : grey.c 
	usr.sbin/spamdb: spamdb.c 

Log message:
while it's of little harm, it's also been 5.5 years (and 8 releases),
remove the db conversion from BTREE to HASH.

ok beck@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/02 09:58:02

Modified files:
	x11/gnome/keyring: Makefile 
	x11/gnome/keyring/pkg: PLIST 

Log message:
No need to @sample directories already part of the dependencies (in this
case, p11-kit).


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2012/10/02 11:14:13

Modified files:
	x11/wmclock    : Makefile 

Log message:
requires imake to build


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2012/10/02 11:17:01

Modified files:
	gnu/usr.bin/binutils/gdb: Makefile.in 

Log message:
fix weird depend on -liberty, okay miod@.
maybe not the simplest fix, but I'd rather it gets fixed now, while we
discuss details :)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/02 14:33:29

Modified files:
	x11/i3status   : Makefile 
Added files:
	x11/i3status/patches: patch-include_i3status_h 

Log message:
fix: non-i3bar formats always used color_bad

from upstream git


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2012/10/02 14:35:47

Modified files:
	faq/pf         : example1.html 

Log message:
Take synproxy out of the rdr-to example, it's for special cases only.
Pointed out in a discussion on misc@ by Tyler Morgan.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/10/02 14:51:19

Modified files:
	x11/gnome/controlcenter: Makefile 

Log message:
BUILD_DEPENDS += textproc/docbook-xsl


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/10/02 14:56:18

Modified files:
	devel/glib2    : Makefile 

Log message:
Tighten the BUILD_DEPENDS on the fixed version of docbook to avoid
failing during package step because of missing manpages..


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/10/03 00:27:14

Modified files:
	lib/libc/stdio : fopen.3 

Log message:
tweak text for consistency; from artturi alm


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/03 00:35:47

Modified files:
	www/webkit     : Makefile 

Log message:
Webkit is a rendering engine, so it makes no sense to force dependencies
on the whole gstreamer gang which are only uses by web browsers to
display audio/video.
So remove RUN_DEPENDS, it'll be explicitely added to webkit browsers
with a small comment so that maintainers of such browsers can decide
which gstreamer dependencies they need/want.

ok landry@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/03 00:36:23

Modified files:
	www/epiphany   : Makefile 
	www/surf       : Makefile 
	www/midori     : Makefile 
	www/xombrero   : Makefile 

Log message:
Explicitely add dependencies on multimedia/gstreamer-0.10/plugins-ffmpeg and
multimedia/gstreamer-0.10/plugins-good now that webkit lost these.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/03 00:40:50

Modified files:
	x11/gnome/gdm/patches: patch-configure 
	x11/gnome/gdm/pkg: PLIST 
Added files:
	x11/gnome/gdm/patches: patch-daemon_gdm-session-worker_c 
	                       patch-daemon_gdm-simple-slave_c 
	                       patch-daemon_gdm-slave_c 
	                       patch-gui_libgdm_gdm-user-switching_c 

Log message:
Bring some patches from upstream to fix a couple of bugs.
Properly remove some subdirectory under _gdm homedir.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/03 00:48:29

Modified files:
	x11/gnome/gedit-code-assistance/patches: patch-data_gcp_css 

Log message:
sync comment in patch


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/03 01:02:18

Modified files:
	net/telepathy/folks: Makefile 

Log message:
Use ${TRACKER_VERSION} in WANTLIB; no pkg change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/03 01:59:20

Removed files:
	sysutils/lat   : Makefile distinfo 
	sysutils/lat/pkg: DESCR PLIST 

Log message:
Remove this completely broken mono port. There are alternative and this
one just does not work properly and crashes every 30 secs...


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/03 01:59:37

Modified files:
	sysutils       : Makefile 

Log message:
-lat


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2012/10/03 02:04:23

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
add D-Link WUA-2340, reported working with uath by Aaron Wirtz on misc@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2012/10/03 02:05:02

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2012/10/03 02:05:26

Modified files:
	sys/dev/usb    : if_uath.c 

Log message:
attach to D-Link WUA-2340, from Aaron Wirtz on misc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/03 02:06:06

Removed files:
	x11/gnome/f-spot: Makefile distinfo 
	x11/gnome/f-spot/patches: patch-icon-theme-installer 
	                          patch-lib_libfspot_Makefile_in 
	                          patch-src_Clients_MainApp_FSpot_ColorManagement_cs 
	                          patch-src_Clients_MainApp_FSpot_Loaders_GdkImageLoader_cs 
	                          patch-src_Clients_MainApp_FSpot_UI_Dialog_PreferenceDialog_cs 
	                          patch-src_Clients_MainApp_f-spot_in 
	                          patch-tools_Makefile_in 
	x11/gnome/f-spot/pkg: DESCR PLIST 
	x11/gnome/mono-keyring: Makefile distinfo 
	x11/gnome/mono-keyring/pkg: DESCR PLIST 

Log message:
Remove crashing oldies which still depend on old gnome 2 interfaces.
graphics/shotwell is a _much_ better alternative.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/03 02:06:26

Modified files:
	x11/gnome      : Makefile 

Log message:
-f-spot
-mono-keyring


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/03 02:07:20

Removed files:
	devel/mono-flickrnet: Makefile distinfo 
	devel/mono-flickrnet/patches: patch-FlickrNet_AssemblyInfo_cs 
	                              patch-FlickrNet_FlickrNet_csproj 
	                              patch-FlickrNet_flickrnet_pc_in 
	devel/mono-flickrnet/pkg: DESCR PLIST 

Log message:
Remove. Unmaintained and nothing uses it in-tree.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/03 02:07:41

Modified files:
	devel          : Makefile 

Log message:
-mono-flickrnet


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/03 02:16:30

Modified files:
	net/liboauth   : Makefile distinfo 

Log message:
Minor update to liboauth-0.9.7.
- fixed tiny memory leak when oauth_curl_get() fails
- fixed double-encoding of plaintext signature


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/03 02:31:51

Modified files:
	x11/gnome/grilo: Makefile distinfo 

Log message:
- bugfix update to 0.2.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/03 02:32:09

Modified files:
	x11/gnome/grilo-plugins: Makefile distinfo 

Log message:
- bugfix update to 0.2.1
- tighten dependency on grilo


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2012/10/03 02:33:31

Modified files:
	usr.sbin/relayd: config.c parse.y pfe.c relay.c relay_udp.c 
	                 relayd.c relayd.conf.5 relayd.h 

Log message:
Support more than one relay backup table.  Instead of duplicating the
code for main and backup table all over the place, turn the relay
tables into a list attached to the relay.  This improves the code and
allows some other tricks with multiple tables later.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/03 02:38:16

Modified files:
	sysutils/p5-Sys-Virt: Makefile distinfo 
	sysutils/p5-Sys-Virt/pkg: PLIST 

Log message:
- update to p5-Sys-Virt-0.10.2


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2012/10/03 02:40:40

Modified files:
	usr.sbin/relayd: config.c parse.y relay.c relayd.h 

Log message:
Inherit and pass the relay table flags correctly.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2012/10/03 02:46:05

Modified files:
	usr.sbin/relayd: relayd.c 

Log message:
Only show "inflight" debugging message if compiled with DEBUG > 1.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2012/10/03 05:02:35

Modified files:
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2012/10/03 05:18:23

Modified files:
	sys/arch/loongson/dev: bonito.c 
	sys/arch/loongson/loongson: generic2e_machdep.c locore.S 
	                            machdep.c yeeloong_machdep.c 
	sys/arch/mips64/include: cpu.h 
	sys/arch/mips64/mips64: cache_r4k.c cache_r5k.c cache_tfp_subr.S 
	                        clock.c context.S cp0access.S cpu.c 
	                        exception.S exception_tfp.S fp_emulate.c 
	                        interrupt.c lcore_access.S lcore_ddb.S 
	                        lcore_float.S mips64_machdep.c 
	                        mips64r2.S sendsig.c softintr.c 
	                        tlb_tfp.S tlbhandler.S trap.c 
	                        vm_machdep.c 
	sys/arch/octeon/dev: octeon_intr.c 
	sys/arch/octeon/octeon: locore.S machdep.c 
	sys/arch/sgi/localbus: imc.c int.c macebus.c tcc.c 
	sys/arch/sgi/sgi: ip27_machdep.c ip30_machdep.c ip30_nmi.S 
	                  ip32_machdep.c locore.S machdep.c 
	sys/arch/sgi/xbow: xheart.c 
Added files:
	sys/arch/mips64/include: mips_cpu.h 

Log message:
Split ever-growing mips  into what 99% of the kernel needs,
which will remain in , and a new mips_cpu.h containing only the
goriest md details, which are only of interest to a handful set of files; this
is similar in spirit to what alpha does, but here  does not
include the new file.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/03 05:32:20

Modified files:
	x11/gnome/eog-plugins/patches: patch-configure_ac 

Log message:
committed upstream


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/03 05:53:53

Modified files:
	x11/gnome/empathy: Makefile distinfo 
	x11/gnome/empathy/pkg: PLIST 

Log message:
- update to empathy-3.6.0.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/03 07:14:00

Modified files:
	x11/gnome/tweak-tool: Makefile distinfo 
	x11/gnome/tweak-tool/pkg: PLIST 

Log message:
Update to gnome-tweak-tool-3.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/03 07:39:03

Modified files:
	x11/gnome/tweak-tool: Makefile 

Log message:
This does not need to depend on gnome-shell anymore.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/03 09:56:21

Modified files:
	databases/evolution-data-server: Makefile 
Added files:
	databases/evolution-data-server/patches: 
	                                         patch-libedataserver_libedataserver_pc_in 

Log message:
Fix pkgconfig file after the move to libsecret.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/03 09:56:49

Modified files:
	x11/gnome/shell: Makefile 
	x11/gnome/shell/pkg: PLIST 

Log message:
Missing BUILD_DEPENDS and missing files in PLIST.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/03 09:57:18

Modified files:
	x11/gnome/ekiga: Makefile 
	net/telepathy/folks: Makefile 
	x11/gnome/panel: Makefile 
	mail/evolution-rss: Makefile 
	mail/evolution : Makefile 
	x11/gnome/nautilus-sendto: Makefile 
	x11/gnome/contacts: Makefile 
	mail/evolution-ews: Makefile 

Log message:
Fix depends after e-d-s move to libsecret.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/03 10:20:09

Modified files:
	x11/gnome/gdm  : Makefile 

Log message:
Extend comment.


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2012/10/03 10:43:19

Modified files:
	usr.sbin/smtpd : bounce.c mta_session.c smtp.c 

Log message:
don't try to cope with iobuf_init() failure, make it fatal() instead.

from eric@ input

ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2012/10/03 11:58:03

Modified files:
	usr.sbin/smtpd : delivery_filename.c delivery_maildir.c 
	                 delivery_mbox.c delivery_mda.c smtpd.c smtpd.h 

Log message:
disallow root deliveries for "deliver to filename" and "deliver to mda"
rules, we only allow them for mbox and maildir though users should really
create a root alias ...

discussed with eric@ and chl@, ok both


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2012/10/03 12:09:18

Modified files:
	usr.sbin/smtpd : lka_session.c 

Log message:
- add a EXPAND_DEPTH define for ... expansion depth
- bump the expansion depth from 5 to 10
- add the current node depth to log_debug()

ok eric@, ok chl@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2012/10/03 13:23:54

Log message:
    Initial import of p5-Net-PcapWriter 0.6
    
    The Net::PcapWriter module allows to create pcap files within
    a perl programm without capturing any data.
    
    from Stefan Rinkes 
    
    Status:
    
    Vendor Tag:	bluhm
    Release Tags:	bluhm_201201003
    
    N ports/net/p5-Net-PcapWriter/Makefile
    N ports/net/p5-Net-PcapWriter/distinfo
    N ports/net/p5-Net-PcapWriter/pkg/DESCR
    N ports/net/p5-Net-PcapWriter/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2012/10/03 13:27:18

Modified files:
	net            : Makefile 

Log message:
+ p5-Net-PcapWriter


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2012/10/03 13:34:33

Modified files:
	net/p5-Net-Inspect: Makefile distinfo 

Log message:
update p5-Net-Inspect to 0.19


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2012/10/03 13:42:16

Modified files:
	usr.sbin/smtpd : lka_session.c smtpd.h 

Log message:
we reintroduced a bug that was fixed 2 years ago with the aliases rewrite:

During the entire expansion process, a username may be larger than
MAXLOGNAME because it may be an alias going through another expansion.
We should use a buffer that's large enough to fit a mailaddr user-part so
we avoid hitting a truncation check leading to a fatal().

ok eric@, ok chl@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2012/10/03 13:42:54

Modified files:
	sys/arch/octeon/dev: octeon_intr.c octeon_iobus.c 
	                     octeon_uartbus.c 
	sys/arch/octeon/octeon: bus_dma.c machdep.c 

Log message:
Don't include  when you don't need it.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2012/10/03 13:55:42

Modified files:
	net/p5-NetAddr-IP: Makefile distinfo 

Log message:
update p5-NetAddr-IP to 4.065


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2012/10/03 15:44:35

Modified files:
	usr.sbin/smtpd : dns.c 

Log message:
when requesting MX entries, the result can be appear in random orders.

the logic for inserting them in a lka session when acting as backup MX did
not take account for one specific case that could lead to an early exit
without smtpd getting a chance to detect the entry corrsponds to itself.

in such case, a backup MX woud try to connect to itself and bounce in the
loop detection code ... or it would sometimes work.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2012/10/03 15:44:51

Modified files:
	sys/arch/mips64/include: archtype.h 
	sys/arch/loongson/dev: gdiumiic.c kb3310.c smfb.c 
	sys/arch/loongson/include: autoconf.h 
	sys/arch/loongson/loongson: bus_dma.c gdium_machdep.c 
	                            generic2e_machdep.c machdep.c 
	                            wscons_machdep.c yeeloong_machdep.c 

Log message:
Do not use  for loongson model numbers, but rather put the
list in loongson's  directly.  is
intended to be only used on ARCBios-like platforms.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2012/10/03 16:46:09

Modified files:
	sys/arch/mips64/mips64: pmap.c 
	sys/arch/sgi/dev: com_ioc.c gbe.c if_mec.c mavb.c 
	sys/arch/sgi/gio: impact_gio.c light.c newport.c 
	sys/arch/sgi/hpc: dpclock.c dsclock.c pckbc_hpc.c wdsc.c 
	sys/arch/sgi/localbus: com_lbus.c 
	sys/arch/sgi/sgi: bus_dma.c ip32_machdep.c 

Log message:
Don't include  unless you really need it.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2012/10/03 20:47:49

Modified files:
	share/man/man9 : file.9 

Log message:
FRELE() has a second argument now


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/04 00:15:38

Modified files:
	x11/i3status   : Makefile distinfo 
	x11/i3status/patches: patch-Makefile patch-i3status_conf 
Added files:
	x11/i3status/patches: patch-src_print_volume_c 
Removed files:
	x11/i3status/patches: patch-include_i3status_h 
	                      patch-src_print_cpu_usage_c 

Log message:
- update to i3status 2.6

tested by dcoppa@ also


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/04 01:03:40

Modified files:
	mail/evolution/patches: 
	                        patch-modules_text-highlight_e-mail-formatter-text-highlight_c 

Log message:
BZ URL.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/04 01:07:16

Modified files:
	meta/gnome     : Makefile 

Log message:
Add gnome-clocks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/04 01:21:57

Modified files:
	x11/gnome/tracker: Makefile 

Log message:
Unbreak after recent webkit RUN_DEPENDS changes -- explicitely add
audio/taglib to LIB_DEPENDS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2012/10/04 01:23:17

Modified files:
	devel/libdvdread: Makefile 
Added files:
	devel/libdvdread/patches: patch-src_dvd_reader_c 
	                          patch-src_dvd_udf_c 
	                          patch-src_ifo_read_c 

Log message:
Bring in a bunch of bug fixes from microe's git repo on github.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/04 01:39:51

Modified files:
	multimedia/gstreamer-0.10/plugins-good: Makefile 

Log message:
Need x11/gtk+2 at build time to build the tests.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/10/04 01:40:25

Modified files:
	www/chromium   : Makefile 

Log message:
Remove DPB_PROPERTIES=parallel, this doesnt build reliably.
ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/04 01:45:26

Modified files:
	lang/ocaml     : Makefile 

Log message:
This port never built on powerpc since it got updated, so mark it BROKEN.


CVSROOT:	/cvs
Module name:	src
Changes by:	ehrhardt@cvs.openbsd.org	2012/10/04 02:32:20

Modified files:
	sys/arch/amd64/amd64: mainbus.c 
	sys/arch/i386/i386: mainbus.c 
	sys/dev/acpi   : acpi.c acpivar.h 

Log message:
Use information provided by ACPI to attach secondary PCI host bridges.

ok kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2012/10/04 02:39:04

Modified files:
	mail/postfix/snapshot: Makefile distinfo 
	mail/postfix/snapshot/patches: patch-conf_master_cf 

Log message:
Update to Postfix 2.10-20120924.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/04 02:41:02

Modified files:
	x11/i3status   : Makefile 
	x11/i3status/patches: patch-src_print_volume_c 

Log message:
sync with upstream patch


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/04 03:14:24

Modified files:
	net/telepathy/folks: Makefile distinfo 
	net/telepathy/folks/patches: patch-configure 
	net/telepathy/folks/pkg: PLIST-main 

Log message:
- update to folks-0.8.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/10/04 03:17:31

Modified files:
	audio/py-tagpy : Makefile 
	audio/py-tagpy/patches: patch-aksetup_helper_py 
Added files:
	audio/py-tagpy/patches: patch-src_wrapper_id3_cpp 

Log message:
Unbreak build with taglib>=1.8
While here, add pthread to WANTLIB and remove bogus optimizations

OK sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2012/10/04 03:37:39

Modified files:
	distrib/sets/lists/base: md.loongson md.sgi 
	distrib/sets/lists/comp: md.loongson md.sgi 

Log message:
Sync


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2012/10/04 04:55:39

Modified files:
	faq/pf         : filter.html 

Log message:
synproxy is not a no brainer, always-do-it kinda thing, so don't treat
it that way here.  Requested by, reworked with and ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	haesbaert@cvs.openbsd.org	2012/10/04 05:36:27

Modified files:
	sys/dev/ic     : ar9003.c 

Log message:
Clean up uninitialized warnings from ar9003.
Part of the work to remove -Wno-uninitialized.

ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2012/10/04 06:17:09

Modified files:
	usr.sbin/smtpd : util.c 

Log message:
change to from=<...>, to=<...> instead of to=<...> for logging
from gilles@ ok eric@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/10/04 06:21:38

Modified files:
	x11/i3         : Makefile 
Added files:
	x11/i3/patches : patch-src_workspace_c 

Log message:
Set workspace_layout in create_workspace_on_output: otherwise i3
doesn't respect the workspace_layout setting.

From upstream git


CVSROOT:	/cvs
Module name:	src
Changes by:	haesbaert@cvs.openbsd.org	2012/10/04 07:17:12

Modified files:
	sys/crypto     : cryptosoft.c 
	sys/arch/amd64/amd64: aesni.c 

Log message:
Clean up uninitialized warnings from cryptosoft and aesni.
Part of the work to remove -Wno-uninitialized.

ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2012/10/04 07:20:46

Modified files:
	usr.bin/make   : engine.c job.c 

Log message:
backout pgroup/job control from make, there is something deeply bogus
in stdin interaction.

Fixes update-patches as reported by aja...


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2012/10/04 07:21:50

Modified files:
	usr.bin/ssh    : mac.c myproposal.h ssh.1 ssh_config.5 sshd.8 
	                 sshd_config.5 umac.h 
	usr.bin/ssh/lib: Makefile 

Log message:
add umac128 variant; ok djm@ at n2k12


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/04 07:48:28

Modified files:
	x11/gtk3-unico-engine: Makefile 
	x11/gtk3-unico-engine/patches: patch-unico_gtkroundedbox_c 
Added files:
	x11/gtk3-unico-engine/patches: patch-unico_unico-draw_c 

Log message:
Workaround a segfault with new gtk+3.

reported by and ok dcoppa@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/04 07:58:17

Modified files:
	mail/evolution : Makefile 
	mail/evolution/patches: 
	                        patch-modules_text-highlight_e-mail-formatter-text-highlight_c 

Log message:
Merge a slightly modified version of this patch that I committed upstream.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/10/04 12:25:39

Modified files:
	usr.sbin/smtpd : smtpd.c 

Log message:
delay the call to log_debug() for displaying the backends used until
the "real" debug mode is set.

ok gilles@ chl@


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2012/10/04 13:49:53

Modified files:
	usr.sbin/smtpd : parse.y smtpd.conf.5 

Log message:
default map source to S_PLAIN, this allows us to simplify smtpd.conf:
map aliases source plain "/etc/mail/aliases"
can be reduced to:
map aliases "/etc/mail/aliases"


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2012/10/04 14:53:30

Modified files:
	usr.sbin/relayd: config.c parse.y pfe_filter.c proc.c relay.c 
	                 relay_http.c relayd.h ssl_privsep.c 

Log message:
spacing


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2012/10/04 18:16:35

Modified files:
	etc            : Makefile 

Log message:
Add targets for the 6k and 8k bit moduli components


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2012/10/04 19:30:28

Modified files:
	sys/kern       : uipc_socket.c 
	lib/libc/sys   : send.2 

Log message:
add send(2) MSG_DONTWAIT support which enables us to choose nonblocking
or blocking for each send(2) call.

diff from UMEZAWA Takeshi
ok bluhm


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2012/10/04 20:05:30

Modified files:
	regress/usr.bin/ssh: multiplex.sh 

Log message:
Use 'kill -0' to test for the presence of a pid since it's more portable


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2012/10/04 20:20:48

Modified files:
	regress/usr.bin/ssh: try-ciphers.sh cipher-speed.sh 

Log message:
Add umac-128@openssh.com to the list of MACs to be tested


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2012/10/04 20:27:50

Modified files:
	net/vsftpd     : Makefile distinfo 
	net/vsftpd/patches: patch-Makefile patch-sysdeputil_c 
	                    patch-tcpwrap_c patch-vsftpd_conf 

Log message:
Update to vsftpd 3.0.2.

ok benoit@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/10/05 00:25:13

Modified files:
	share/man/man5 : resolv.conf.5 

Log message:
some formatting/macro fixes; also a bit less bind-centric
ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/10/05 00:25:56

Modified files:
	usr.sbin/smtpd : smtpd.conf.5 

Log message:
tweak previous; ok gilles


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/05 00:43:02

Modified files:
	x11/gnome/grilo: Makefile distinfo 

Log message:
- update to grilo-0.2.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/05 00:52:29

Modified files:
	x11/gnome/grilo-plugins: Makefile distinfo 
	x11/gnome/grilo-plugins/pkg: PLIST 

Log message:
- update to grilo-plugins-0.2.2


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/10/05 01:00:47

Modified files:
	usr.sbin/smtpd : smtpd.conf.5 

Log message:
further tweak the maps description; ok gilles


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/10/05 01:13:47

Modified files:
	x11/gnome/mutter: Makefile 

Log message:
Mark as BROKEN-sparc64, this port uses -Werror and does ugly casts which
triggers warnings on sparc64.


CVSROOT:	/cvs
Module name:	ports
Changes by:	nigel@cvs.openbsd.org	2012/10/05 01:40:49

Modified files:
	multimedia/gstreamer-0.10/plugins-base: Makefile 
	multimedia/gstreamer-0.10/plugins-base/pkg: PLIST 

Log message:
fix from aja@ additional pkgpath ${BASE_PKGPATH},-main required
else package fails to update.
ok aja@ Maintainer


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/10/05 02:29:39

Modified files:
	audio/mpd      : Makefile distinfo 
	audio/mpd/patches: patch-Makefile_in patch-configure 
	                   patch-doc_mpdconf_example 
Removed files:
	audio/mpd/patches: patch-src_output_httpd_output_plugin_c 

Log message:
Bugfixing update to mpd-0.17.2

ok landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	haesbaert@cvs.openbsd.org	2012/10/05 04:51:28

Modified files:
	sys/dev/pci    : alipm.c amdiic.c ichiic.c piixpm.c viapm.c 
	                 amdpm.c 

Log message:
Avoid uninitiliazed use of ctl and corresponding warnings.
Part of the work to remove -Wno-uninitialized.

ok kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/05 05:25:54

Modified files:
	x11/gnome/settings-daemon: Makefile 
	x11/gnome/controlcenter: Makefile 

Log message:
Missing build depends on textproc/docbook-xsl.

spotted by naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	camield@cvs.openbsd.org	2012/10/05 06:27:02

Modified files:
	sys/sys        : mbuf.h 

Log message:
protect against multiple inclusion


CVSROOT:	/cvs
Module name:	src
Changes by:	camield@cvs.openbsd.org	2012/10/05 06:29:15

Modified files:
	sys/netinet    : ip_ether.c 

Log message:
missing include for pf


CVSROOT:	/cvs
Module name:	src
Changes by:	camield@cvs.openbsd.org	2012/10/05 06:30:43

Modified files:
	sys/netinet    : if_ether.c 

Log message:
missing NCARP define and fix indent


CVSROOT:	/cvs
Module name:	src
Changes by:	camield@cvs.openbsd.org	2012/10/05 06:32:27

Modified files:
	sys/net        : pfvar.h 

Log message:
include sys/mbuf.h


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2012/10/05 06:34:39

Modified files:
	usr.bin/ssh    : sftp.c 

Log message:
fix signed vs unsigned warning; feedback & ok: djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2012/10/05 07:06:00

Modified files:
	usr.bin/make   : make.1 

Log message:
document implicit rules and target dependency operators better.
some input from jmc@, might not be 100% perfect yet, but better than
nothing at all.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/05 08:38:09

Modified files:
	net/prosody    : Makefile 
	net/prosody/patches: patch-prosody_cfg_lua_dist 
	net/prosody/pkg: PLIST 
Added files:
	net/prosody/patches: patch-certs_Makefile 

Log message:
- Use the more common '.crt' extension for certificates and fix
an inconsistency along the way.

ok MAINTAINER


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/05 09:42:45

www/papers/pt

Update of /cvs/www/papers/pt
In directory cvs.openbsd.org:/tmp/cvs-serv29749/papers/pt

Log Message:
Directory /cvs/www/papers/pt added to the repository


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/05 09:42:47

www/spamd/pt

Update of /cvs/www/spamd/pt
In directory cvs.openbsd.org:/tmp/cvs-serv29749/spamd/pt

Log Message:
Directory /cvs/www/spamd/pt added to the repository


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/05 09:42:59

Modified files:
	de             : anoncvs.html ftp.html 
	faq/pf/de      : example1.html 
	faq/pf/nl      : example1.html filter.html 
	fr             : 52.html 
	nl             : anoncvs.html 
	openbgpd/de    : ftp.html 
	openbgpd/pt    : ftp.html index.html users.html 
	openntpd/de    : ftp.html portable.html 
	openntpd/pt    : ftp.html portable.html 
	openssh/de     : ftp.html portable.html 
	openssh/fr     : portable.html 
	pt             : cvsync.html donations.html index.html plat.html 
	                 plus.html 
Added files:
	hp300/pt       : hp300faq.html 
	papers/pt      : index.html 
	spamd/pt       : index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/05 10:14:57

Removed files:
	x11/gnome/genius: Makefile distinfo 
	x11/gnome/genius/pkg: DESCR PLIST 

Log message:
Remove gnome2 oldie.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/05 10:15:15

Modified files:
	x11/gnome      : Makefile 

Log message:
-genius


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/05 10:44:27

Modified files:
	graphics/clutter/core/patches: patch-clutter_clutter-main_c 

Log message:
sync patch with what has been committed upstrea now; no pkg change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/05 11:00:51

Modified files:
	audio/rhythmbox: Makefile 

Log message:
depend on multimedia/gstreamer-0.10/plugins-ugly for mp3 support.


CVSROOT:	/cvs
Module name:	src
Changes by:	camield@cvs.openbsd.org	2012/10/05 11:17:04

Modified files:
	sys/dev/isa    : if_ie.c 
	sys/net        : bridgestp.c if.c if.h if_bridge.c if_bridge.h 
	                 if_ethersubr.c if_gif.c 
	sys/net80211   : ieee80211_node.c 
	sys/netinet    : if_ether.c ip_ether.c ip_output.c 
	sys/netinet6   : in6.c 

Log message:
Point an interface directly to its bridgeport configuration, instead
of to the bridge itself.  This is ok, since an interface can only be part
of one bridge, and the parent bridge is easy to find from the bridgeport.

This way we can get rid of a lot of list walks, improving performance
and shortening the code.

ok henning stsp sthen reyk


CVSROOT:	/cvs
Module name:	ports
Changes by:	gonzalo@cvs.openbsd.org	2012/10/05 13:04:46

Modified files:
	net/dnstop     : Makefile distinfo 
	net/dnstop/patches: patch-dnstop_c 

Log message:
Update for dnstop to 20120611:

* Added "qtype-any" filter for displaying ANY queries which are
now fashionable in DNS based attacks.

* Anand Buddhev pointed out that LDFLAGS= is missing from Makefile.in.
Also updated known_tlds.h.

While here dest and GROFF is not needed.

Ok sthen@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2012/10/05 13:28:12

Modified files:
	lang/ghc       : Makefile 

Log message:
Just add a comment that parallel builds should never be enabled
for this port.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2012/10/05 21:51:23

Modified files:
	driver/xf86-video-intel/src: i830_bios.c i830_display.c 
	                             i830_lvds.c i830_reg.h i965_reg.h 
	                             i965_render.c i965_video.c 
	                             intel_driver.c intel_driver.h 
	                             intel_module.c 

Log message:
Add basic support for ivy bridge and fix several cases of register
access not being adjusted for the pch split, one of which prevented
multiple display pipes from working.  The third pipe on ivy bridge
remains disabled for now.

ok kettenis@ thanks to everyone who tested


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/10/06 01:12:11

Modified files:
	usr.sbin/tftp-proxy: tftp-proxy.8 

Log message:
inetd Xr no longer relevant; ok dlg


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/06 01:33:30

Modified files:
	audio/rhythmbox: Makefile 

Log message:
Missing LIB_DEPENDS after webkit lost some of its bloat.

spotted by nigel@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/06 01:55:55

Modified files:
	www/firefox35  : Makefile 
	www/firefox35/files: firefox35.desktop 
	www/firefox36  : Makefile 
	www/firefox36/files: firefox36.desktop 
	www/fennec     : Makefile 
	www/fennec/files: fennec.desktop 
	www/seamonkey  : Makefile 
	www/seamonkey/files: seamonkey.desktop 
	www/mozilla-firefox: Makefile 
	www/mozilla-firefox/files: firefox.desktop 

Log message:
Extend the desktop file: add a couple of mime types (x-scheme-handler)
so that the mozilla browsers are properly recognized in the "default
browser" specification.

ok landry@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/10/06 02:34:08

Modified files:
	audio/pulseaudio: Makefile 

Log message:
Mark as BROKEN-hppa due to the lack of atomic operations. Pulseaudio
tries to detect/use libatomic-ops as a fallback, but then linking fails,
and i've already lost enough time on it.
ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/10/06 03:17:23

Modified files:
	sysutils/rsyslog: Makefile 

Log message:
Mark as BROKEN-hppa due to the lack of atomic ops there.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/10/06 03:22:36

Modified files:
	japanese/mecab : Makefile 

Log message:
Mark as BROKEN-hppa, undefined refs to __sync operations.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2012/10/06 03:32:40

Modified files:
	usr.bin/make   : defines.h engine.c engine.h gnode.h job.c 
	                 main.c targ.c 

Log message:
- extra juice for debugging signal passing.  Note when we can't pass the
signal because the process already bought it (pgroups will do that to you)
(lots of discussion with Todd on that one)
- tweak error handling some more to make it less verbose when just one job
is running...
- show signal name in case of signal interrupts.
- zap OP_LIB, move that stuff to the location where we warn when we meet
that bug.

okay millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/10/06 04:00:43

Modified files:
	x11/xfce4      : Makefile 
Removed files:
	x11/xfce4/thunar-vfs: Makefile distinfo 
	x11/xfce4/thunar-vfs/pkg: DESCR PLIST 

Log message:
Remove thunar-vfs old compat layer, the only things that used it in the
portstree (xfce4-places, thunar-vcs & ristretto) were ported to gio.
prodded by ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/10/06 04:55:42

Modified files:
	audio/ardour   : Makefile 

Log message:
Mark as ONLY_FOR_ARCHS=amd64 i386 powerpc. Scons detects sparc64 as i686
and anyway upstream doesnt target other archs at all.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/06 07:08:38

Modified files:
	.              : INDEX 

Log message:
post-gnome 3.6 and pre-p2k12 madness sync; 7697 unzels.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/06 07:20:36

Modified files:
	.              : INDEX 

Log message:
retry, without ccache as a dependency of every port..


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/06 07:53:46

Modified files:
	devel/glib2    : Makefile 

Log message:
No need to include bsd.port.arch.mk.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2012/10/06 08:39:07

Modified files:
	gnu/gcc/gcc/config: openbsd.h 
	gnu/gcc/gcc/config/sparc: openbsd64.h 

Log message:
Our system headers are supposed to be C++-aware these days so stop GCC from
wrapping them with an implicit extern "C" since that breaks the webkit port.

Help from matthew@ and landry@.
ok landry@


CVSROOT:	/cvs
Module name:	www
Changes by:	beck@cvs.openbsd.org	2012/10/06 09:37:50

Modified files:
	.              : lyrics.html 

Log message:
lyrics and commentary for the 5.2 song


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2012/10/06 09:38:14

Modified files:
	infrastructure/lib/DPB: Vars.pm 

Log message:
our make does ignore further targets with the same name, but it's not
a reason to misuse that feature.

When invoking bsd.port.mk, be more specific, give us a target that's not
defined.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	shadchin@cvs.openbsd.org	2012/10/06 09:41:13

Modified files:
	dist/xkeyboard-config: Makefile.in NEWS aclocal.m4 config.guess 
	                       config.sub configure configure.in 
	                       install-sh missing 
	dist/xkeyboard-config/compat: Makefile.am Makefile.in 
	dist/xkeyboard-config/docs: Makefile.in 
	dist/xkeyboard-config/geometry: Makefile.am Makefile.in 
	dist/xkeyboard-config/geometry/digital_vndr: Makefile.in 
	dist/xkeyboard-config/geometry/sgi_vndr: Makefile.in 
	dist/xkeyboard-config/keycodes: Makefile.am 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: Makefile.in.in bg.po ca.po da.po de.po 
	                          eo.po fr.po hu.po pl.po ru.po uk.po 
	dist/xkeyboard-config/rules: Makefile.in base.ml_s.part 
	                             base.xml.in evdev.xml.in 
	dist/xkeyboard-config/rules/bin: Makefile.in 
	dist/xkeyboard-config/rules/compat: Makefile.in 
	dist/xkeyboard-config/symbols: Makefile.am Makefile.in de fi is 
	                               keypad lv no terminate 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 
	dist/xkeyboard-config/symbols/nec_vndr: Makefile.in 
	dist/xkeyboard-config/symbols/nokia_vndr: Makefile.in 
	dist/xkeyboard-config/symbols/sgi_vndr: Makefile.in 
	dist/xkeyboard-config/symbols/sony_vndr: Makefile.in 
	dist/xkeyboard-config/symbols/sun_vndr: Makefile.in 
	dist/xkeyboard-config/symbols/xfree68_vndr: Makefile.in 
	dist/xkeyboard-config/types: Makefile.am Makefile.in level5 pc 
	data/xkeyboard-config: Makefile.inc 
	data/xkeyboard-config/compat: Makefile 
	data/xkeyboard-config/geometry: Makefile 
	data/xkeyboard-config/keycodes: Makefile 
	data/xkeyboard-config/man: xkeyboard-config.7 
	data/xkeyboard-config/pc: Makefile 
	data/xkeyboard-config/symbols: Makefile 
	data/xkeyboard-config/types: Makefile 
Added files:
	dist/xkeyboard-config/symbols: md 
	dist/xkeyboard-config/symbols/sharp_vndr: Makefile.am 
	                                          Makefile.in sl-c3x00 
	                                          ws003sh ws007sh 
	                                          ws011sh ws020sh 
	data/xkeyboard-config/symbols/sharp_vndr: Makefile 
Removed files:
	dist/xkeyboard-config: xkbrules.am 
	dist/xkeyboard-config/compat: compat.dir 
	dist/xkeyboard-config/geometry: geometry.dir 
	dist/xkeyboard-config/keycodes: keycodes.dir 
	dist/xkeyboard-config/symbols: symbols.dir zaurus 
	dist/xkeyboard-config/types: types.dir 

Log message:
Update to xkeyboard-config 2.7

ok matthieu@, mpi@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	shadchin@cvs.openbsd.org	2012/10/06 09:46:47

Modified files:
	.              : 3RDPARTY 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/10/06 10:29:51

Modified files:
	usr.sbin/tftp-proxy: tftp-proxy.c 

Log message:
fix usage(); ok dlg


CVSROOT:	/cvs
Module name:	src
Changes by:	shadchin@cvs.openbsd.org	2012/10/06 11:44:52

Modified files:
	etc/mtree      : BSD.x11.dist 

Log message:
Update for xkeyboard-config 2.7.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2012/10/06 12:41:53

Modified files:
	usr.bin/make   : make.1 

Log message:
rework section about special targets/prereq to be somewhat readable.

feedback & ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	camield@cvs.openbsd.org	2012/10/06 12:44:47

Modified files:
	sys/net        : if_bridge.c 

Log message:
Remove bridge_rttrim().  It's only triggered in the unlikely event that the
routecache is full and the admin is making it smaller.  It then does a
lame attempt at shrinking the routecache, something that a flush or flushall
can do better.

ok henning beck


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2012/10/06 13:19:53

Modified files:
	usr.bin/make   : job.c 

Log message:
truncate silent command output to two lines. okay millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsg@cvs.openbsd.org	2012/10/06 13:24:32

Modified files:
	games/scummvm  : Makefile 
Added files:
	games/scummvm/patches: patch-engines_draci_draci_h 

Log message:
Remove a workaround for msvc lacking lround and always call lround.
Works around the assembler complaining about "Illegal operands" on sparc64
when calling the previous inline version, and makes sparc64 build again
without custom cxxflags.


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2012/10/07 00:08:41

Modified files:
	.              : plus.html 

Log message:
plus.html for Sept 24-30.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/10/07 03:24:18

Modified files:
	www/webkit/patches: patch-Source_JavaScriptCore_wtf_Platform_h 
	                    patch-Source_JavaScriptCore_wtf_dtoa_utils_h 

Log message:
Add the missing goo to allow webkit to build on hppa, opening the can of
worms for a whole bunch of new ports there.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/10/07 03:37:46

Modified files:
	x11/ogre       : Makefile distinfo 
	x11/ogre/pkg   : PLIST-main PLIST-samples 
Added files:
	x11/ogre/patches: patch-CMake_InstallResources_cmake 
	                  patch-PlugIns_CMakeLists_txt 
	                  patch-PlugIns_OctreeZone_CMakeLists_txt 
	                  patch-RenderSystems_CMakeLists_txt 
	                  patch-Samples_CMakeLists_txt 
Removed files:
	x11/ogre/patches: patch-CMake_ConfigureBuild_cmake 
	                  patch-OgreMain_CMakeLists_txt 
	                  patch-Samples_Browser_CMakeLists_txt 
	                  patch-Tools_MeshUpgrader_CMakeLists_txt 
	                  patch-Tools_XMLConverter_CMakeLists_txt 

Log message:
Fix misuse of CMake

While here, install *.cfg files in a location where SampleBrowser
can find them by default and remove obsolete pthread-related
patches...

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/10/07 05:15:45

Modified files:
	mail/roundcubemail: Makefile distinfo 
	mail/roundcubemail/patches: patch-config_main_inc_php_dist 
	mail/roundcubemail/pkg: PLIST 

Log message:
update to Roundcube 0.8.2


CVSROOT:	/cvs
Module name:	www
Changes by:	mpf@cvs.openbsd.org	2012/10/07 06:02:51

Modified files:
	.              : lyrics.html 

Log message:
small tweak to 5.2 lyrics


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2012/10/07 08:55:48

Modified files:
	usr.sbin/smtpd : mta.c 

Log message:
bump max number of connections to a route from 5 to 10, the limit is too
low as experienced by myself and another user.

discussed with and ok eric@


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2012/10/07 09:46:38

Modified files:
	usr.sbin/smtpd : bounce.c mta_session.c smtp.c smtp_session.c 
	                 smtpd.h util.c 
	usr.sbin/smtpd/makemap: Makefile 
	usr.sbin/smtpd/smtpctl: Makefile 

Log message:
convert iobuf_queue()'s to iobuf_fqueue(). (idea from gilles@)
introduce iobuf_xinit() and iobuf_xfqueue(). (idea from eric@)

ok gilles@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2012/10/07 09:55:28

Modified files:
	app/xdm/config : xdm-config.cpp 

Log message:
Force MIT-MAGIC-COOKIE auth for all displays, like we do for :0
since OpenBSD 2.4.
There is something broken with XDM-AUTHORIZATION-1 and xcb
(and also with IPv6) this is hurting when xdm is used on :1


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2012/10/07 10:57:14

Modified files:
	usr.sbin/smtpd : makemap.c 

Log message:
We need to provide a sendmail-like interface to makemap so that some tools
that assume sendmail do not break ... add support for reading map source
from stdin, for specifying the DBTYPE of a map, and teach OUR makemap to
emulate sendmail interface.

ok eric@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/10/07 11:21:37

Modified files:
	usr.sbin/smtpd : smtpd.h 
Added files:
	usr.sbin/smtpd : waitq.c 

Log message:
Implement a simple wait queue API.  The idea is to allow multiple "waiters"
to wait on the same "tag" for a deferred result.

A waiter is a callback and a void *argument.  The first waiter (the one for
which waitq_wait() returns true) is supposed to run some code that leads to
waitq_run() being run, which will destroy that waitq and call all callbacks
in turn.

Not used at the moment, but will be soon.

ok gilles@ chl@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/10/07 13:53:05

Modified files:
	x11/ogre/patches: patch-PlugIns_OctreeZone_CMakeLists_txt 

Log message:
sort; no bump needed


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2012/10/07 14:09:45

Modified files:
	lang/gfortran  : Makefile 
	lang/gfortran/patches: patch-gcc_config_openbsd_h 
	                       patch-gcc_config_sparc_openbsd64_h 
	lang/gcc/3.3   : Makefile 
	lang/gcc/3.3/patches: patch-gcc_config_openbsd_h 
	lang/gcc/4.2   : Makefile 
	lang/gcc/4.2/patches: patch-gcc_config_openbsd_h 
	                      patch-gcc_config_sparc_openbsd64_h 
	lang/gcc/4.6   : Makefile 
	lang/gcc/4.6/patches: patch-gcc_config_openbsd_h 
	                      patch-gcc_config_sparc_openbsd64_h 
	lang/gcc/4.7   : Makefile 
	lang/gcc/4.7/patches: patch-gcc_config_openbsd_h 
	                      patch-gcc_config_sparc_openbsd64_h 

Log message:
Sync the config/openbsd.h and config/sparc/openbsd64.h patches with
respectively r1.9 and r1.6 of base gcc ones adding #define
NO_IMPLICIT_EXTERN_C. While here add the missing #define
NO_UNSAFE_BUILTINS to gfortran/gcc 4.2, Bump all REVISIONs.
ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2012/10/07 14:39:15

Modified files:
	sys/arch/hppa/hppa: machdep.c 

Log message:
Align the stack on a 64-byte boundary as required by "The 32-bit PA-RISC
Run-time Architecture Document".  GCC relies on this to properly align
stack variables.

ok guenther@, beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2012/10/07 17:56:21

Modified files:
	sys/net        : netisr.h 

Log message:
spacing


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/08 00:51:25

Modified files:
	devel          : Makefile 

Log message:
unhook mm-common


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/08 00:51:40

Removed files:
	devel/mm-common: Makefile distinfo 
	devel/mm-common/pkg: DESCR PLIST 

Log message:
remove unused oldie.

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/08 01:00:17

Modified files:
	net/gupnp/vala : Makefile distinfo 

Log message:
- update to gupnp-vala-0.10.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/10/08 01:23:09

Modified files:
	devel/cmake    : Makefile 
	devel/cmake/patches: patch-Source_cmTarget_cxx 
Added files:
	devel/cmake/patches: patch-Source_cmComputeLinkInformation_cxx 

Log message:
CMake now creates shared libraries without soname.

Tested in a bulk build by landry@
Feedback by nigel@ and landry@
OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/10/08 02:19:46

Modified files:
	databases/ruby-redis: Makefile distinfo 

Log message:
Bugfix update to 3.0.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/08 02:42:23

Modified files:
	.              : Makefile 

Log message:
override USE_CCACHE to "No" when generating the index or hilarity ensues.

ok espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/10/08 02:46:24

Modified files:
	usr.sbin/smtpd : dns.c 

Log message:
skip RR if type is not MX.  Use hostname if the list of MX is empty
after the loop.

spotted by huku at grhack.net

ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/08 02:48:01

Modified files:
	sysutils/ruby-puppet: Makefile 
Added files:
	sysutils/ruby-puppet/patches: 
	                              patch-lib_puppet_provider_package_openbsd_rb 

Log message:
If no source was set, fallback to /etc/pkg.conf.

ok robert@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/08 02:49:07

Modified files:
	sysutils/ruby-facter: Makefile distinfo 
	sysutils/ruby-facter/pkg: DESCR PLIST 

Log message:
- update to facter-1.6.13

ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/08 02:52:49

Modified files:
	sysutils/ruby-facter: Makefile 
	sysutils/ruby-puppet: Makefile 

Log message:
- fix the LICENSE marker


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2012/10/08 03:01:21

Modified files:
	sys/arch/i386/i386: est.c 
	sys/arch/amd64/amd64: est.c 

Log message:
reduce the difference between i386 and amd64 versions of the speedstep code


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2012/10/08 03:08:04

Modified files:
	share/man/man4 : uoaklux.4 uoakrh.4 uoakv.4 

Log message:
first in 5.3 not 5.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/08 03:11:35

Modified files:
	net/prosody    : Makefile 
	net/prosody/patches: patch-certs_Makefile 
	net/prosody/pkg: README 

Log message:
- fixup the commands in the cert/Makefile
- adjust permissions on the default certificates so that prosody can use them

ok MAINTAINER


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2012/10/08 03:12:51

Modified files:
	share/man/man4 : uoaklux.4 uoakrh.4 uoakv.4 

Log message:
deivce -> device


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/10/08 03:19:52

Modified files:
	security/ccid  : Makefile distinfo 

Log message:
Update to ccid-1.4.8 ; add pthread to WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/08 03:38:20

Modified files:
	sysutils/ruby-puppet-lint: Makefile distinfo 
	sysutils/ruby-puppet-lint/pkg: PLIST 

Log message:
- update to puppet-lint-0.3.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/08 03:41:35

Modified files:
	sysutils/ruby-puppet-lint: Makefile 
	sysutils/ruby-puppet-lint/pkg: DESCR 

Log message:
- refer to the page explaining how to fix the erorr discovered by puppet-lint
- take maintainership


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/08 04:05:16

Modified files:
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/pkg: PLIST 

Log message:
We need the introspection libs for gnome-shell.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/08 04:07:41

Modified files:
	x11/i3status   : Makefile 
Added files:
	x11/i3status/patches: patch-src_print_battery_info_c 

Log message:
fix the battery status printing in %status


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2012/10/08 04:20:32

Modified files:
	mail/zarafa    : Makefile.inc 
	mail/zarafa/webapp: Makefile 
	mail/zarafa/zarafa: Makefile 

Log message:
taking maintainership from Antoine


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/08 04:20:50

Modified files:
	x11/i3status   : Makefile 
	x11/i3status/patches: patch-src_print_battery_info_c 

Log message:
- fix the display of remaining minutes when we're discharging.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2012/10/08 04:21:17

Modified files:
	mail/z-push    : Makefile 

Log message:
taking maintainership from Antoine


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/08 04:24:29

Modified files:
	x11/gnome/latexila: Makefile distinfo 
	x11/gnome/latexila/pkg: PLIST 
Added files:
	x11/gnome/latexila/patches: patch-configure 
Removed files:
	x11/gnome/latexila/patches: patch-man_CMakeLists_txt 

Log message:
Update to latexila-2.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/08 04:33:39

Modified files:
	x11/i3status   : Makefile 
	x11/i3status/patches: patch-src_print_battery_info_c 

Log message:
- use colors to indicate battery status (currently only implemented for "threshold_type=percentage")


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/08 04:39:24

Modified files:
	devel/libvmime : Makefile 

Log message:
Offer this to robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/08 04:43:15

Modified files:
	security/gnutls: Makefile 

Log message:
Fix my email.


CVSROOT:	/cvs
Module name:	src
Changes by:	robert@cvs.openbsd.org	2012/10/08 04:44:43

Modified files:
	usr.sbin/nginx : CHANGES CHANGES.ru 
	usr.sbin/nginx/auto: install 
	usr.sbin/nginx/auto/lib/libatomic: make 
	usr.sbin/nginx/auto/lib/perl: make 
	usr.sbin/nginx/auto/lib/zlib: makefile.bcc makefile.msvc 
	                              makefile.owc 
	usr.sbin/nginx/html: 50x.html index.html 
	usr.sbin/nginx/src/core: nginx.c nginx.h ngx_conf_file.c 
	                         ngx_conf_file.h ngx_crypt.c ngx_cycle.c 
	                         ngx_radix_tree.c ngx_resolver.c 
	                         ngx_slab.c ngx_string.c ngx_string.h 
	                         ngx_times.c 
	usr.sbin/nginx/src/event: ngx_event.c 
	usr.sbin/nginx/src/http: ngx_http_core_module.c 
	                         ngx_http_write_filter_module.c 
	usr.sbin/nginx/src/http/modules: ngx_http_fastcgi_module.c 
	                                 ngx_http_geo_module.c 
	                                 ngx_http_geoip_module.c 
	                                 ngx_http_limit_conn_module.c 
	                                 ngx_http_limit_req_module.c 
	                                 ngx_http_map_module.c 
	                                 ngx_http_ssi_filter_module.c 
	usr.sbin/nginx/src/http/modules/perl: nginx.pm 
	usr.sbin/nginx/src/mail: ngx_mail.c ngx_mail_auth_http_module.c 
	                         ngx_mail_core_module.c 
	                         ngx_mail_handler.c 
	usr.sbin/nginx/src/os/unix: ngx_files.c 
Added files:
	usr.sbin/nginx/auto/cc: clang 

Log message:
update to 1.2.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/08 05:12:54

Modified files:
	x11/i3status   : Makefile 
	x11/i3status/patches: patch-src_print_battery_info_c 

Log message:
- implement colors too for threshold_type=time in the battery block.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/08 05:26:48

Modified files:
	x11/i3status   : Makefile 
	x11/i3status/patches: patch-src_print_battery_info_c 

Log message:
minor cleanup


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/08 05:33:21

Modified files:
	x11/gnome/shell: Makefile 
Added files:
	x11/gnome/shell/patches: patch-js_misc_extensionUtils_js 
	                         patch-js_ui_sessionMode_js 

Log message:
Upstream:
extensionUtils: don't log verbosely on missing extension directory

Don't try and start the networkAgent component since we have no network
manager support. Jasper will work on making this committable upstream...


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/08 05:49:30

Modified files:
	x11/i3status   : Makefile 
	x11/i3status/patches: patch-i3status_conf 

Log message:
- give an example for the cpu_temperature.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2012/10/08 05:51:41

Modified files:
	mail/z-push    : Makefile distinfo 

Log message:
update to 2.0.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/08 06:31:28

Modified files:
	multimedia/gstreamer1/core: Makefile distinfo 

Log message:
Update to gstreamer1-1.0.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/08 06:32:19

Modified files:
	multimedia/gstreamer1/plugins-base: Makefile distinfo 

Log message:
Update to gstreamer1-plugins-base-1.0.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2012/10/08 06:41:03

Modified files:
	infrastructure/man/man1: dpb.1 
	infrastructure/bin: dpb 
	infrastructure/lib/DPB: Core.pm Engine.pm PortBuilder.pm 
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
small change for people running multiple hosts:

options on the command line now define *defaults* that host files can
override (for instance -j, stuck, -p, -J).

Add -p /n to mean "take number of jobs, if >1, divide by n, round up to 2,
and use that for parallel.

Document -p.

Make junk be 'by host' (and it's a prop, so you can tweak it).

concurrent log that records how many jobs are running each time it changes.
tag parallel builds *n in the time record.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/08 06:42:04

Modified files:
	multimedia/gstreamer1/plugins-good: Makefile distinfo 

Log message:
Update to gstreamer1-plugins-good-1.0.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/08 06:45:20

Modified files:
	multimedia/gstreamer1/plugins-libav: Makefile distinfo 

Log message:
Update to gstreamer1-plugins-libav-1.0.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2012/10/08 06:46:37

Modified files:
	sys/arch/amd64/stand/libsa: gidt.S 
	sys/arch/i386/stand/libsa: gidt.S 

Log message:
Avoid accessing .data or .bss from real mode, since they may not be within
the current segment. Load and store the necessary BIOS registers from
protected mode, preserving the register values across the real mode and
protected mode switches by directly patching instructions. This allows for
boot(8) to be larger than 64KB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/08 06:51:22

Modified files:
	multimedia/gstreamer1/plugins-bad: Makefile distinfo 
	multimedia/gstreamer1/plugins-bad/pkg: PLIST 

Log message:
Update to gstreamer1-plugins-bad-1.0.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/08 06:51:37

Modified files:
	multimedia/gstreamer1/plugins-ugly: Makefile distinfo 

Log message:
Update to gstreamer1-plugins-ugly-1.0.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2012/10/08 07:01:22

Modified files:
	sys/dev        : softraid.c 

Log message:
bzero the right variable.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2012/10/08 07:15:17

Modified files:
	lang/ruby/1.8  : Makefile 
Added files:
	lang/ruby/1.8/patches: patch-error_c 

Log message:
Backport security fix from ruby developer Shugo Maeda, similar to
SVN revision 37068.

OK jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2012/10/08 07:17:11

Modified files:
	lang/ruby/1.9  : Makefile 
Added files:
	lang/ruby/1.9/patches: patch-error_c 
	                       patch-test_ruby_test_exception_rb 

Log message:
Backport security fix and test for it from ruby SVN revision 37068.

OK jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2012/10/08 07:25:46

Modified files:
	sys/dev        : softraid.c 

Log message:
Change handling for volumes that are marked no-auto assemble. If we booted
from the given volume ignore the no-auto assemble flag, since the root
file system is located on it.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2012/10/08 07:29:49

Modified files:
	share/man/man4 : uoaklux.4 

Log message:
appered -> appeared;


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2012/10/08 08:15:23

Modified files:
	sys/arch/amd64/stand/libsa: dev_i386.c disk.h 

Log message:
If we have booted from a disk that is a member of a bootable softraid
volume, always select the srX device unless the 'a' partition of the disk
is FFS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2012/10/08 08:16:36

Modified files:
	infrastructure/lib/DPB: Core.pm 

Log message:
zap last bit of state, showing everything as host/4*2 is bad...


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2012/10/08 08:22:41

Modified files:
	sys/dev        : softraid.c softraid_aoe.c softraid_concat.c 
	                 softraid_crypto.c softraid_raid0.c 
	                 softraid_raid1.c softraid_raid6.c 
	                 softraid_raidp.c softraidvar.h 

Log message:
Provide a mechanism for the kernel to pass data through to the discipline
during volume assembly.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/08 08:45:10

Modified files:
	x11/i3status   : Makefile 
Added files:
	x11/i3status/patches: patch-src_print_eth_info_c 

Log message:
- implement the ethernet media description (%speed flag)


CVSROOT:	/cvs
Module name:	‰ports
Changes by:	rpe@cvs.openbsd.org	2012/10/08 09:05:35

Log message:
    Import quilt 0.60
    
    Quilt allows you to easily manage large numbers of patches by keeping
    track of the changes each patch makes. Patches can be applied,
    un-applied, refreshed, and more.
    
    whith help from sthen and aja, ok aja
    
    Status:
    
    Vendor Tag:	rpe
    Release Tags:	rpe_2012-Oct-08
    
    N ‰ports/devel/quilt/distinfo
    cvs: ERROR: cannot write file /cvs/‰ports/devel/quilt/distinfo,v: No such file or directory
    N ‰ports/devel/quilt/Makefile
    cvs: ERROR: cannot write file /cvs/‰ports/devel/quilt/Makefile,v: No such file or directory
    cvs: ERROR: cannot mkdir /cvs/‰ports/devel/quilt/pkg -- not added: No such file or directory
    cvs: ERROR: cannot mkdir /cvs/‰ports/devel/quilt/patches -- not added: No such file or directory
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/08 09:05:57

Modified files:
	x11/gnome/empathy: Makefile distinfo 
	x11/gnome/empathy/pkg: PLIST 

Log message:
- update to empathy-3.6.0.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2012/10/08 09:14:25

Log message:
    Import quilt 0.60
    
    Quilt allows you to easily manage large numbers of patches by keeping
    track of the changes each patch makes. Patches can be applied,
    un-applied, refreshed, and more.
    
    whith help from sthen and aja, ok aja
    
    Status:
    
    Vendor Tag:	rpe
    Release Tags:	rpe_2012-Oct-08
    
    N ports/devel/quilt/distinfo
    N ports/devel/quilt/Makefile
    N ports/devel/quilt/pkg/DESCR
    N ports/devel/quilt/pkg/PLIST
    N ports/devel/quilt/patches/patch-Makefile_in
    N ports/devel/quilt/patches/patch-test_delete_test
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2012/10/08 09:43:09

Modified files:
	sys/sys        : vnode.h 

Log message:
Protect vnode.h from multiple inclusions.


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2012/10/08 09:43:48

Modified files:
	devel          : Makefile 

Log message:
add quilt


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2012/10/08 10:41:56

Modified files:
	images/hackathons: n2k12-s.gif n2k12.gif 

Log message:
updated art from markus hall


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/08 11:12:14

Modified files:
	x11/gpointing-device-settings: Makefile 

Log message:
Fix WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/08 11:12:55

Modified files:
	x11/gnome/settings-daemon: Makefile distinfo 
	x11/gnome/settings-daemon/pkg: PLIST 

Log message:
Update to gnome-settings-daemon-3.6.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/08 11:16:21

Modified files:
	x11/gnome/shell: Makefile 

Log message:
Remove non existent CONFIGURE_ARGS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/08 11:19:42

Modified files:
	x11/gnome/controlcenter: Makefile distinfo 
	x11/gnome/controlcenter/pkg: PLIST 

Log message:
Update to gnome-control-center-3.6.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2012/10/08 11:19:57

Modified files:
	audio/pulseaudio: Makefile 
	audio/pulseaudio/files: module-sndio.c 
Added files:
	audio/pulseaudio/files: module-sndio-sysex.h 

Log message:
make sndio backend control the sndiod master volume rather than its own
channel.  This makes pulseaudio mixers work for all audio.

requested by and ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2012/10/08 11:26:02

Modified files:
	sys/arch/i386/conf: GENERIC 
	sys/arch/amd64/conf: GENERIC 

Log message:
enable 3 new OAK usb sensors on at least two architectures


CVSROOT:	/cvs
Module name:	src
Changes by:	kirby@cvs.openbsd.org	2012/10/08 11:29:39

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
Add Garmin Dakota 20 GPS reciever.
Yes. theo@


CVSROOT:	/cvs
Module name:	src
Changes by:	kirby@cvs.openbsd.org	2012/10/08 11:35:24

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	camield@cvs.openbsd.org	2012/10/08 11:41:55

Modified files:
	sys/net        : pfvar.h 
	sys/netinet    : ip_ipsp.h 

Log message:
Forward declare struct m_tag in netinet/ip_ipsp.h so we don't need to
include sys/mbuf.h in net/pfvar.h.

Flagged by and ok guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	kirby@cvs.openbsd.org	2012/10/08 12:01:49

Modified files:
	share/man/man4 : umsm.4 

Log message:
Add Huawei E352.
ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/08 12:07:06

Modified files:
	x11/i3status   : Makefile 
Added files:
	x11/i3status/patches: patch-src_print_wireless_info_c 

Log message:
- implement getting the nwid and signal strength.


CVSROOT:	/cvs
Module name:	www
Changes by:	gilles@cvs.openbsd.org	2012/10/08 12:31:35

Log message:
    opensmtpd.org website
    
    Status:
    
    Vendor Tag:	gilles
    Release Tags:	OpenBSD
    
    N www/opensmtpd/index.html
    N www/opensmtpd/list.html
    N www/opensmtpd/makemap.8.html
    N www/opensmtpd/manual.html
    N www/opensmtpd/newaliases.8.html
    N www/opensmtpd/papers.html
    N www/opensmtpd/portable.html
    N www/opensmtpd/smtpctl.8.html
    N www/opensmtpd/smtpd.8.html
    N www/opensmtpd/smtpd.conf.5.html
    N www/opensmtpd/users.html
    N www/opensmtpd/report.html
    N www/opensmtpd/security.html
    N www/opensmtpd/goals.html
    N www/opensmtpd/faq/config.html
    N www/opensmtpd/faq/filter.html
    N www/opensmtpd/faq/index.html
    N www/opensmtpd/faq/macros.html
    N www/opensmtpd/faq/options.html
    N www/opensmtpd/images/back.gif
    N www/opensmtpd/images/opensmtpd.png
    N www/opensmtpd/images/smalltitle.jpg
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2012/10/08 12:33:23

Modified files:
	sys/net        : if_pfsync.c 

Log message:
make sure we don't call hook_disestablish() twice e.g. ifconfig -syncdev
followed by ifconfig destroy; ok mikeb


CVSROOT:	/cvs
Module name:	src
Changes by:	camield@cvs.openbsd.org	2012/10/08 12:48:25

Modified files:
	sys/net        : if_bridge.c 
	sys/netinet    : ip_carp.c ip_carp.h 

Log message:
Make carp_ourether() shorter and more generic.  Only a mac address
is really needed, instead of an ethernet header and selector.

ok mikeb henning mpf


CVSROOT:	/cvs
Module name:	www
Changes by:	gilles@cvs.openbsd.org	2012/10/08 13:01:05

Modified files:
	.              : index.html 

Log message:
Add OpenSMTPD.org to the list of associated projects


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2012/10/08 13:45:11

Modified files:
	usr.sbin/smtpd : makemap.c 

Log message:
when building a db map, always lowercase the key before a lookup in makemap

smtpd already does it, but this allows spotting a cycle at makemap time, so
user isn't surprised at runtime.

while at it, be more tolerant when user specifies /etc/mail/aliases instead
of /etc/mail/aliases.db


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2012/10/08 14:06:37

Modified files:
	sys/arch/macppc/dev: openpic.c 

Log message:
push irqloop warnings into #ifdef DEBUG


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2012/10/08 14:35:16

Modified files:
	usr.sbin/smtpd : parse.y smtpd.conf.5 smtpd.h 

Log message:
disk space is cheap but we still want to limit the default size of a body
to a sane default for everyone.


CVSROOT:	/cvs
Module name:	www
Changes by:	gilles@cvs.openbsd.org	2012/10/08 14:38:38

Modified files:
	opensmtpd      : portable.html 

Log message:
- the archives link need to be absolute


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/10/08 15:28:06

Modified files:
	telephony/asterisk: Makefile distinfo 

Log message:
update to Asterisk 10.9.0

- Fix channel reference leak in ChanSpy.
- dsp.c: Fix multiple issues when no-interdigit delay is present,
and fast DTMF 50ms/50ms.
- Fix bug where final queue member would not be removed from memory.
- Fix memory leak when CEL is successfully written to PostgreSQL database.
- Fix DUNDi message routing bug when neighboring peer is unreachable.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/08 15:35:09

Modified files:
	databases/pear-DB_DataObject: Makefile distinfo 
	databases/pear-DB_DataObject/pkg: PLIST 

Log message:
- update to DB_DataObject-1.10

from viq


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/08 15:47:04

Modified files:
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/files: gdm-autologin gdm-password 
	x11/gnome/gdm/patches: patch-daemon_gdm-simple-slave_c 
Added files:
	x11/gnome/gdm/files: gdm-launch-environment 
Removed files:
	x11/gnome/gdm/files: gdm-welcome 

Log message:
Several fixes toward a working configuration.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2012/10/08 15:47:51

Modified files:
	sys/arch/alpha/alpha: machdep.c 
	sys/arch/amd64/amd64: acpi_machdep.c machdep.c 
	sys/arch/amd64/pci: pchb.c 
	sys/arch/arm/xscale: pxa2x0_apm.c 
	sys/arch/aviion/aviion: machdep.c 
	sys/arch/hp300/hp300: machdep.c 
	sys/arch/hppa/hppa: machdep.c 
	sys/arch/hppa64/hppa64: machdep.c 
	sys/arch/i386/i386: acpi_machdep.c apm.c machdep.c 
	sys/arch/i386/pci: pchb.c 
	sys/arch/landisk/landisk: machdep.c 
	sys/arch/loongson/dev: apm.c 
	sys/arch/loongson/loongson: machdep.c 
	sys/arch/luna88k/luna88k: machdep.c 
	sys/arch/macppc/macppc: machdep.c 
	sys/arch/mvme68k/mvme68k: machdep.c 
	sys/arch/mvme88k/mvme88k: machdep.c 
	sys/arch/octeon/octeon: machdep.c 
	sys/arch/sgi/sgi: machdep.c 
	sys/arch/socppc/socppc: machdep.c 
	sys/arch/solbourne/solbourne: machdep.c 
	sys/arch/sparc/sparc: machdep.c 
	sys/arch/sparc64/sparc64: machdep.c 
	sys/arch/vax/vax: machdep.c 
	sys/arch/zaurus/dev: zaurus_apm.c 
	sys/dev/acpi   : acpi.c acpivar.h 
	sys/dev/ata    : wd.c 
	sys/dev/cardbus: ehci_cardbus.c 
	sys/dev/pci    : ahci.c ehci_pci.c glxpcib.c pccbb.c pci.c 
	                 pciide.c ppb.c sdhc_pci.c sili_pci.c vga_pci.c 
	sys/dev/pcmcia : pcmcia.c wdc_pcmcia.c 
	sys/dev/sdmmc  : sdhc.c 
	sys/dev/usb    : ehci.c ehcivar.h 
	sys/kern       : subr_autoconf.c 
	sys/scsi       : scsiconf.c sd.c sdvar.h 
	sys/sys        : device.h 

Log message:
Revamp the sequences for suspend/hibernate -> resume so that the code
paths are reflexive.  It is now possible to fail part-way through a
suspend sequence, and recover along the resume code path.
Split DVACT_SUSPEND by adding a new DVACT_POWERDOWN method is used
after hibernate (and suspend too) to finish the job.  Some drivers
must be converted at the same time to use this instead of shutdown hooks
(the others will follow at a later time)
ok kettenis mlarkin


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/08 16:04:33

Modified files:
	x11/gnome/gdm/pkg: PLIST 

Log message:
Sync PLIST.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2012/10/08 16:28:35

Modified files:
	games/wesnoth  : Makefile distinfo 
	games/wesnoth/pkg: PLIST 

Log message:
Minor update to wesnoth-1.10.4.
- different bugfixes and improvements
- updated translations
- bugfixes in campaigns
Go ahead  jasper@ (maintainer)


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2012/10/08 16:40:43

Modified files:
	xserver/hw/xfree86/os-support/shared: posix_tty.c 

Log message:
Fix bad merge that changed an fcntl() into a priv_open_device().
Should fix mouse re-open after VT-switch


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2012/10/08 22:40:36

Modified files:
	sys/arch/amd64/amd64: cpu.c identcpu.c trap.c 
	sys/arch/amd64/include: cpu.h 
	sys/arch/i386/i386: cpu.c machdep.c trap.c 
	sys/arch/i386/include: cpu.h 

Log message:
Enable Supervisor Mode Execution Protection (SMEP), found in recent
Intel chips.  If the kernel is tricked into running code from a user
page while in supervisor mode we'll now get a page fault and panic
instead of running it.

suggestions and ok guenther@, ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2012/10/09 01:01:05

Modified files:
	regress/usr.bin/pkg-config: Makefile 

Log message:
- allow PKG_CONFIG to be overriden and remove the commented fd.o PKG_CONFIG variable.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2012/10/09 01:36:50

Modified files:
	devel/ode      : Makefile distinfo 
	devel/ode/patches: patch-ode_demo_Makefile_in 
	devel/ode/pkg  : PLIST 

Log message:



CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2012/10/09 01:38:29

Removed files:
	devel/ode/patches: patch-configure 

Log message:
missed rm


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2012/10/09 01:47:39

Modified files:
	regress/usr.bin/pkg-config: Makefile 
Added files:
	regress/usr.bin/pkg-config/pcdir: missing-req2.pc 

Log message:
- add a (currently failing) test for nonexistant modules in Requires.private.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/09 02:27:46

Modified files:
	x11/gnome/gdm/pkg: PLIST 

Log message:
Sort PLIST.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/09 03:08:12

Modified files:
	x11/i3status   : Makefile 
	x11/i3status/patches: patch-i3status_conf 

Log message:
- use %speed in the default config


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2012/10/09 03:16:09

Modified files:
	sys/arch/amd64/amd64: identcpu.c 
	sys/arch/amd64/include: specialreg.h 
	sys/arch/i386/i386: machdep.c 
	sys/arch/i386/include: specialreg.h 

Log message:
Sync "Structured Extended Feature Flags" cpuid bits with
the August 2012 revision of
"Intel Architecture Instruction Set Extensions Programming Reference".

Correct definitions of EREP and INVPCID, rename EREP to ERMS to
match Intel's docs.  Add some more Haswell feature bits.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2012/10/09 03:22:24

Modified files:
	x11/lablgtk2   : Makefile distinfo 
	x11/lablgtk2/patches: patch-src_Makefile 
	x11/lablgtk2/pkg: PFRAG.native PFRAG.shared PLIST 
Added files:
	x11/lablgtk2/pkg: PFRAG.dynlink-native 
Removed files:
	x11/lablgtk2/patches: patch-META 

Log message:
Update to lablgtk2-2.16.0

OK avsm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/09 03:32:26

Modified files:
	x11/i3status   : Makefile 
	x11/i3status/patches: patch-i3status_conf 

Log message:
s/quality/signal/ found the hard way by rpe@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2012/10/09 03:56:58

Modified files:
	regress/usr.bin/pkg-config: Makefile 

Log message:
- adjust missing-req-4 test to properly fail


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2012/10/09 03:58:59

Modified files:
	usr.bin/pkg-config: pkg-config 

Log message:
- also check Requires.private for --exists.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2012/10/09 04:19:37

ports/misc/tpp/patches

Update of /cvs/ports/misc/tpp/patches
In directory cvs.openbsd.org:/tmp/cvs-serv26235/patches

Log Message:
Directory /cvs/ports/misc/tpp/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2012/10/09 04:20:05

Modified files:
	misc/tpp       : Makefile 
Added files:
	misc/tpp/patches: patch-tpp_rb 

Log message:
Require rubygems, so that this will work when ruby-ncurses starts
using the gem version.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2012/10/09 04:20:46

Modified files:
	www/raggle     : Makefile 
Added files:
	www/raggle/patches: patch-raggle 

Log message:
Require rubygems, so that this will work when ruby-ncurses starts
using the gem version.

OK landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2012/10/09 04:22:37

Modified files:
	usr.bin/pkg-config: pkg-config 

Log message:
- bump the version to match fd.o's 0.27.1 release.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2012/10/09 04:24:06

Modified files:
	devel/ruby-ncurses: Makefile distinfo 
	devel/ruby-ncurses/pkg: PLIST 
Removed files:
	devel/ruby-ncurses/patches: patch-form_wrap_c 

Log message:
Upgrade to ruby-ncurses 1.2.1.  Upstream has changed, and package
is now distributed as a gem, so deal with that.  Remove patch
that is no longer needed.  This release works with ruby 1.9, and
will build a ruby 1.9 package by default.

OK landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2012/10/09 05:16:28

Modified files:
	sys/net        : if_pfsync.c 

Log message:
simplify hook_disestablish() handling by always resetting the hook when
the syncdev gets set. this also makes sure we no longer leak hooks on
repeatet 'ifconfig syncdev' invocations.
ok mikeb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/09 05:29:24

Modified files:
	x11/i3status   : Makefile 
	x11/i3status/patches: patch-src_print_wireless_info_c 

Log message:
- handle down wireless interfaces just like ethernet interfaces (e.g. colors!)
(added bonus of this approach is that you still get nwid and signal strength
info of the interface, for example when it's part of a trunk device.)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/09 05:32:45

Modified files:
	x11/i3status   : Makefile 
	x11/i3status/patches: patch-src_print_wireless_info_c 

Log message:
- honor color_good too.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2012/10/09 05:39:57

Modified files:
	sys/arch/amd64/stand/boot: srt0.S 
	sys/arch/amd64/stand/libsa: gidt.S 
	sys/arch/i386/stand/boot: srt0.S 
	sys/arch/i386/stand/libsa: gidt.S 

Log message:
Dynamically build the Interrupt Descriptor Table (IDT), instead of using
a static table. This allows the IDT to be placed in .bss and avoids the
"relocation truncated" errors that result from the linker trying to put
a 32-bit address into a 16-bit hole.

With input from Marco Peereboom.

ok weingart@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2012/10/09 05:43:22

Modified files:
	sys/arch/amd64/stand/boot: Makefile 
	sys/arch/amd64/stand/cdboot: Makefile 
	sys/arch/amd64/stand/pxeboot: Makefile 
	sys/arch/i386/stand/boot: Makefile 
	sys/arch/i386/stand/cdboot: Makefile 
	sys/arch/i386/stand/pxeboot: Makefile 

Log message:
Remove -noinhibit-exec now that we no longer have to deal with
"relocation truncated" linker errors.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2012/10/09 05:57:33

Modified files:
	sys/dev        : softraid.c softraid_crypto.c softraidvar.h 

Log message:
Provide a mechanism for the kernel to directly pass a mask key through to
a crypto volume when it is assembling it.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2012/10/09 06:03:51

Modified files:
	sys/lib/libsa  : stand.h 
Added files:
	sys/lib/libsa  : explicit_bzero.c 

Log message:
Provide an explicit_bzero for standalone usage.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2012/10/09 06:36:50

Added files:
	sys/lib/libsa  : aes_xts.c aes_xts.h hmac_sha1.c hmac_sha1.h 
	                 pbkdf2.c pbkdf2.h rijndael.c rijndael.h sha1.c 
	                 sha1.h 

Log message:
Provide standalone versions of AES, AES XTS, HMAC SHA1, PBKDF2 and SHA1.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2012/10/09 06:39:12

Modified files:
	sys/arch/amd64/stand/libsa: gidt.S 
	sys/arch/i386/stand/libsa: gidt.S 

Log message:
Put the real mode IDT and the GDT back in .text - having them in .data only
works if .data is within the same segment.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2012/10/09 06:58:07

Modified files:
	sys/arch/amd64/amd64: machdep.c 
	sys/arch/amd64/include: biosvar.h 
	sys/arch/i386/i386: bios.c 
	sys/arch/i386/include: biosvar.h 

Log message:
Allow boot(8) to pass information to the kernel, regarding the softraid
volume that it booted off.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2012/10/09 07:18:00

Modified files:
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/files: gdm-autologin gdm-launch-environment 
	                     gdm-password 
	x11/gnome/gdm/pkg: PLIST 

Log message:
Bring it yet more fixes...


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/09 07:19:48

Modified files:
	x11/i3status   : Makefile 
	x11/i3status/patches: patch-i3status_conf 
Added files:
	x11/i3status/patches: patch-include_i3status_h 
	                      patch-src_print_cpu_temperature_c 

Log message:
- change the default (and since the API is still limiting us here, only)
device from which we read temperature values from, from cpu(4) to acpitz(4).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/09 07:26:54

Log message:
    import py-whisper 0.9.10
    
    py-whisper is a fixed-size database, similar in design and purpose to
    RRD (round-robin-database). It provides fast, reliable storage of
    numeric data over time. Whisper allows for higher resolution (seconds
    per point) of recent data to degrade into lower resolutions for
    long-term retention of historical data.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20120910
    
    N ports/databases/py-whisper/distinfo
    N ports/databases/py-whisper/Makefile
    N ports/databases/py-whisper/pkg/PLIST
    N ports/databases/py-whisper/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/09 07:27:32

Modified files:
	databases      : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2012/10/09 07:39:00

Modified files:
	usr.sbin/smtpd : queue_backend.c 

Log message:
fix a FILE* leak when using compression.

ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2012/10/09 07:41:04

Modified files:
	sys/dev/usb    : ehci.c ehcivar.h 

Log message:
Our arc4random() is safe to use in any context, so we don't the crazy
fake randomizer for pre-boot.  We still need better interrupt scheduling,
but this makes that more clear.
ok yuo mpi


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2012/10/09 07:43:31

Modified files:
	sbin/iked      : ca.c 

Log message:
"If srcid is omitted, the default is to use the hostname of the local
machine." This has been broken when the subjectAltName certificate
check was introduced some time ago.  Fix it by obtaining the hostname
source Id in the certificate request code as well.

ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2012/10/09 07:55:36

Modified files:
	sys/dev        : softraidvar.h 
	sys/arch/amd64/stand/boot: Makefile 
	sys/arch/amd64/stand/libsa: biosdev.c diskprobe.c exec_i386.c 

Log message:
Teach amd64 boot(8) how to access a softraid crypto volume. This allows for
full disk encryption since the kernel can now be loaded directly from the
crypto volume, instead of needing to be on FFS.

This is currently disabled by default, however can be enabled by compiling
with boot(8) 'make -DBOOT_CRYPTO'.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2012/10/09 07:57:41

Modified files:
	sys/arch/amd64/stand/libsa: gidt.S 

Log message:
Ensure that softraid keys are cleared if rebooting from the boot loader.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2012/10/09 08:01:36

Modified files:
	sys/arch/amd64/stand/boot: conf.c 
	sys/arch/amd64/stand/cdboot: conf.c 
	sys/arch/amd64/stand/pxeboot: conf.c 
	sys/arch/i386/stand/boot: conf.c 
	sys/arch/i386/stand/cdboot: conf.c 
	sys/arch/i386/stand/pxeboot: conf.c 

Log message:
Bump boot versions due to recent changes.


CVSROOT:	/cvs
Module name:	www
Changes by:	rpe@cvs.openbsd.org	2012/10/09 09:00:54

Modified files:
	faq/ports      : testing.html 

Log message:
summarize paragraphs regarding libtool

with help from sthen@, ok sthen@ aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2012/10/09 09:12:15

Modified files:
	sys/kern       : kern_bufq.c vfs_bio.c 
	sys/sys        : buf.h 

Log message:
bufq write limiting

This change ensures that writes in flight from the buffer cache via bufq
are limited to a high water mark - when the limit is reached the writes sleep
until the amount of IO in flight reaches a low water mark. This avoids the
problem where userland can queue an unlimited amount of asynchronous writes
resulting in the consumption of all/most of our available buffer mapping kva,
and a long queue of writes to the disk.

ok kettenis@, krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2012/10/09 09:36:50

Modified files:
	sys/kern       : kern_bufq.c 
	sys/sys        : buf.h 

Log message:
Add nscan as a disk queueing algorithm, and make it the default with
n = 128.

Nscan is essentially, the disksort() style elevator algorithm for ordering
disk io operations. The difference is that we will re-order in chunks of
128 operations before continuing with the rest of the work. This avoids
the problem that the basic SCAN (aka elevator algorithm) has where continued
inserts can cause starvation, where requests can sit for a long time. This
solves problems where usb sticks could be unusable while long sequential
writes happened, and systems would become unresponsive while dumping core.

hacked upon (and this version largely rewritten by) tedu and myself.

Note, can be "backed out" by changing BUFQ_DEFAULT back to disksort in
buf.h

ok kettenis@, tedu@, krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2012/10/09 09:39:13

Modified files:
	databases/percona-toolkit: Makefile distinfo 
	databases/percona-toolkit/patches: patch-Makefile_PL 
	                                   patch-bin_pt-mysql-summary 
	                                   patch-bin_pt-summary 

Log message:
Update to 2.1.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2012/10/09 09:52:51

Modified files:
	comms/x3270    : Makefile 

Log message:
requires imake to build


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/09 10:02:07

Modified files:
	x11/i3status   : Makefile 
	x11/i3status/patches: patch-i3status_conf 
	                      patch-include_i3status_h 
	                      patch-src_print_cpu_temperature_c 

Log message:
make it possible to get temperature readings from devices other than acpitz.
use the 'path' option in your configuration's cpu_temperature block to e.g. cpu0.


CVSROOT:	/cvs
Module name:	www
Changes by:	rpe@cvs.openbsd.org	2012/10/09 10:17:26

Modified files:
	faq/ports      : testing.html 

Log message:
remove shades of grey from example


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2012/10/09 10:23:15

Modified files:
	textproc/clucene: Makefile 
	textproc/clucene/patches: 
	                          patch-src_core_libclucene-core_pc_cmake 

Log message:
fix cflags in the pkg-config file


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/10/09 10:41:29

Modified files:
	mail/claws-mail: Makefile 
	mail/claws-mail/pkg: PLIST-bogofilter PLIST-main 
	                     PLIST-spamassassin 

Log message:
clean up @pkgpath lines now we have a nicer notation,
zap some [space][eol] in Makefile while there.


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2012/10/09 10:44:15

Modified files:
	sys/kern       : kern_bufq.c 

Log message:
Capilization in comment, and document leftoverroom, + knf nit, spotted by theo


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/10/09 11:01:16

Modified files:
	mail/claws-mail: Makefile 
	mail/claws-mail/patches: patch-src_procmime_c 

Log message:
avoid a null pointer deref in claws-mail;
http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2743


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2012/10/09 11:09:51

Modified files:
	distrib/sets/lists/xshare: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/10/09 11:11:31

Log message:
    import devel/p5-Switch, ok jasper
    
    Switch.pm provides the syntax and semantics for an explicit case
    mechanism for Perl. The syntax is minimal, introducing only the
    keywords "switch" and "case" and conforming to the general pattern
    of existing Perl control structures. The semantics are particularly
    rich, allowing any one (or more) of nearly 30 forms of matching to
    be used when comparing a switch value with its various cases.
    
    This is from CPAN and works the same as a deprecated function in
    Perl base which will be removed in a future version.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20121009
    
    N ports/devel/p5-Switch/Makefile
    N ports/devel/p5-Switch/distinfo
    N ports/devel/p5-Switch/pkg/PLIST
    N ports/devel/p5-Switch/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/10/09 11:12:06

Modified files:
	devel          : Makefile 

Log message:
+p5-Switch


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2012/10/09 11:12:31

Modified files:
	x11/i3status   : Makefile 
	x11/i3status/patches: patch-include_i3status_h 
	                      patch-src_print_cpu_temperature_c 
Added files:
	x11/i3status/patches: patch-i3status_c patch-man_i3status_man 

Log message:
- Temperature sensors can now set a 'max_threshold' value to color the
output red if exceeded.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2012/10/09 11:13:01

Modified files:
	audio/pacpl    : Makefile 

Log message:
depend on p5-Switch to avoid one instance of annoying whining


CVSROOT:	/cvs
Module name:	www
Changes by:	rpe@cvs.openbsd.org	2012/10/09 11:44:12

Modified files:
	faq/ports      : differences.html 

Log message:
for examples around filenames no around command names plural form of BSD -> BSDs use ${} where the value of a variable is referenced some other FNF style nits CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/10/09 12:08:21 Modified files: usr.bin/tmux : mode-key.c Log message: Add tree keys to vi mode too, missed by accident. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/10/09 12:28:09 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: fix listen examples to not use an interface CVSROOT: /cvs Module name: www Changes by: rpe@cvs.openbsd.org 2012/10/09 12:46:57 Modified files: faq/ports : testing.html Log message: missing around a command example CVSROOT: /cvs Module name: www Changes by: robert@cvs.openbsd.org 2012/10/09 13:36:07 Modified files: . : hackathons.html Added files: images/hackathons: p2k12-s.gif p2k12.gif Log message: p2k12 is on already CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/10/09 13:39:59 Modified files: usr.bin/make : var.c var.h Log message: new interface: look in command lines for variables that indicate a list of targets is actually separate targets. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/10/09 13:45:34 Modified files: usr.bin/make : defines.h dump.c generate.c gnode.h node_int.h parse.c suff.c suff.h targ.c Log message: - SPECIAL_DEPRECATED -> SPECIAL_NOTHING - nodes for .POSIX and .SCCS_GET (which don't do anything) - zap remaining suffix crud. new scaffolding: - groupling list and HELDBACK state to avoid races in engine. - parser recognizes lists of targets that shoul be grouped together - OP_DOUBLE to mark nodes that have multiple lists of commands CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/10/09 13:46:33 Modified files: usr.bin/make : job.c Log message: tweak error messages yet some more, lots of feedback from deraadt@, millert@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/10/09 13:47:09 Modified files: usr.bin/make : main.c Log message: recognize new debug options for double commands, heldjobs, target group construction CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/10/09 13:49:28 Modified files: usr.bin/make : make.c Log message: actual engine change: prevent jobs from stomping on each other's files. namely: - targets that ARE the same file shouldn't build concurrently. - targets in the same group (e.g., file.c file.c: file.y) shouldn't build concurrently. This probably fixes all the remaining races in make -j4 build in src. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/10/09 13:50:44 Modified files: usr.bin/make : engine.c Log message: warn about targets with multiple command lists (debug option), as it's definitely non portable behavior. discussed with millert@, who rightfully insisted on the optional debug part CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/10/09 13:51:50 Modified files: usr.bin/make : cond.c Log message: steal .if commands() concept from NetBSD. Actually less ambiguous than .if target(). CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/10/09 13:52:44 Modified files: usr.bin/make : make.1 Log message: ... yet more documentation, lots of inputs from jmc@ as usual. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/09 14:00:02 Modified files: net/gnaughty : Makefile Log message: Missing obvious CATEGORIES. joint work with robert@ and jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/09 14:08:21 Log message: import yad-0.17.1.1 Yad (yet another dialog) is a fork of Zenity with many improvements, such as custom buttons, additional dialogs, pop-up menu in notification icon and more. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20120910 N ports/x11/yad/distinfo N ports/x11/yad/Makefile N ports/x11/yad/pkg/PLIST N ports/x11/yad/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/09 14:08:56 Modified files: x11 : Makefile Log message: sync CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/10/09 14:32:25 Modified files: usr.sbin/smtpd : ssl.c Log message: Reject ssl key/certs/CA/DH files if their ownership/permissions are not correct (uid 0, no rights for g/o). Initial diff by Sunil Nimmagadda. ok gilles@ chl@ CVSROOT: /cvs Module name: www Changes by: rpe@cvs.openbsd.org 2012/10/09 14:32:33 Modified files: faq/ports : specialtopics.html Log message: correct CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/10/09 14:33:03 Modified files: usr.sbin/smtpd : parse.y smtp_session.c smtpd.conf.5 smtpd.h Log message: - allow a listen statement to impose tls on its clients; - make listen statements impose authentication if 'auth' is specified and to make it optional if 'auth-optional' is specified; - sync documentation accordingly with ideas and input from beck@ and halex@, ok eric@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/10/09 14:35:57 Modified files: infrastructure/man/man1: dpb.1 Log message: restore dropped ), noticed by Amit Kulkarni, thx. CVSROOT: /cvs Module name: www Changes by: rpe@cvs.openbsd.org 2012/10/09 14:36:20 Modified files: faq/ports : specialtopics.html Log message: USE_LIBTOOL=Yes now activates the libtool in base CVSROOT: /cvs Module name: www Changes by: rpe@cvs.openbsd.org 2012/10/09 15:04:42 Modified files: faq/ports : specialtopics.html Log message: remove around simple command names CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/10/09 15:33:38 Modified files: usr.sbin/smtpd : lka_session.c Log message: make "relay ... as ..." work again. It's been zapped by mistake. spotted by todd@ ok gilles@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/09 16:46:18 Modified files: net/isc-bind : Makefile distinfo Log message: Update to BIND 9.9.1P4: CVE-2012-5166 If specific combinations of RDATA are loaded into a nameserver, either via cache or an authoritative zone, a subsequent query for a related record will cause named to lock up. See https://kb.isc.org/article/AA-00801 for more details. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/09 17:44:52 Modified files: net/isc-bind : Tag: OPENBSD_5_2 Makefile distinfo Log message: MFC: Update to BIND 9.9.1P4: CVE-2012-5166 If specific combinations of RDATA are loaded into a nameserver, either via cache or an authoritative zone, a subsequent query for a related record will cause named to lock up. See https://kb.isc.org/article/AA-00801 for more details. CVSROOT: /cvs Module name: src Changes by: camield@cvs.openbsd.org 2012/10/09 22:52:16 Modified files: sys/arch/mvme68k/dev: if_ie.c sys/arch/mvme88k/dev: if_ie.c sys/arch/sparc/dev: if_ie.c Log message: Missed the MD bits with the bridgeport change. Found the hard way by deraadt. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/10/10 00:02:26 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: a SMTP -> an SMTP; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/10/10 00:03:36 Modified files: share/man/man4 : urndis.4 Log message: a little better DESCRIPTION; help/ok mk CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/10 01:20:16 Modified files: x11/i3status/patches: patch-src_print_battery_info_c patch-src_print_eth_info_c patch-src_print_wireless_info_c Log message: first patches merged upstream. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/10 02:11:09 Modified files: net/netatalk : Makefile Log message: - disable PAM support to make sure it doesn't get picked up when PAM is around. CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2012/10/10 02:22:38 Modified files: sys/dev/ic : fxp.c Log message: Avoid potential uninitialized variable access in fxp driver. Found by haesbaert@. ok haesbaert@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/10/10 02:26:55 Log message: import openpam this version comes from the freebsd sources and it has a bsdauth module added. ok ajacoutot@ Status: Vendor Tag: robert Release Tags: robert_20121010 N ports/security/openpam/Makefile N ports/security/openpam/distinfo N ports/security/openpam/pkg/DESCR N ports/security/openpam/pkg/PLIST N ports/security/openpam/files/system No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/10/10 02:27:49 Modified files: security : Makefile Log message: +openpam CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/10 02:31:13 Modified files: www/py-gunicorn: Makefile distinfo Log message: - update to py-gunicorn-0.14.6 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/10 02:31:42 Modified files: security/openpam: Makefile security/openpam/files: system Log message: RCS IDs. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/10 02:42:18 Modified files: meta/gnome : Makefile meta/gnome/pkg : README-main Log message: Accessibility is available by default now. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/10 02:42:40 Modified files: x11/gnome/shell: Makefile Log message: Add required introspection libs that are not in the dependency chain. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/10 02:47:14 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/files: gdm-autologin gdm-launch-environment gdm-password Log message: Remove BROKEN. Note that this is not fully functionnal yet because our socket code fails with dbus now; but we need the introspection libs, so enable it. CVSROOT: /cvs Module name: www Changes by: rpe@cvs.openbsd.org 2012/10/10 02:50:07 Modified files: faq/ports : differences.html guide.html ports.html specialtopics.html testing.html Log message: use
for examples let some more complex command examples stand out on its own CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/10 03:09:07 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/pkg: DESCR Log message: Fix cyclic dep. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/10 03:23:06 Modified files: sys/net80211 : ieee80211_node.c Log message: Clear the powersave flag and purge queued packets when a node leaves the AP (either by disassociating or by timeout). Fixes (most) remaining issues with power saving. From Nathanael Rensen. ok claudio@, krw@, sthen@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/10/10 03:49:20 Modified files: databases/pkglocatedb: Makefile databases/pkglocatedb/files: pkglocate Log message: use a trimmed version of the usage text from locate(1) ok espie@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/10 04:10:57 Modified files: sysutils/accountsservice: Makefile sysutils/accountsservice/patches: patch-src_daemon_c Log message: Never delete uid 0. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/10/10 04:41:37 Log message: Import postgresql-pllua, adding support for the PL/Lua procedural language to PostgreSQL. Feedback and OK sthen@ Status: Vendor Tag: jeremy Release Tags: jeremy_2012-Oct-10 N ports/databases/postgresql-pllua/Makefile N ports/databases/postgresql-pllua/distinfo N ports/databases/postgresql-pllua/pkg/DESCR N ports/databases/postgresql-pllua/pkg/PLIST N ports/databases/postgresql-pllua/pkg/README N ports/databases/postgresql-pllua/patches/patch-Makefile N ports/databases/postgresql-pllua/patches/patch-pllua_h No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/10 04:43:13 Modified files: infrastructure/db: user.list Log message: uid 705 for minidlna CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/10 04:43:34 Modified files: graphics/clutter/cogl: Makefile Log message: Enable regression tests. Sync WANTLIB while here. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/10 04:45:05 Log message: import ports/multimedia/minidlna, ok/testing landry@ MiniDLNA is lightweight server software written in C, capable of serving media files to DLNA/UPnP-AV clients (televisions, tablets, etc). Status: Vendor Tag: sthen Release Tags: sthen_20121010 N ports/multimedia/minidlna/Makefile N ports/multimedia/minidlna/distinfo N ports/multimedia/minidlna/patches/patch-genconfig_sh N ports/multimedia/minidlna/patches/patch-Makefile N ports/multimedia/minidlna/patches/patch-getifaddr_c N ports/multimedia/minidlna/patches/patch-minidlna_c N ports/multimedia/minidlna/patches/patch-upnphttp_c N ports/multimedia/minidlna/patches/patch-image_utils_c N ports/multimedia/minidlna/patches/patch-minidlna_conf N ports/multimedia/minidlna/patches/patch-upnpglobalvars_c N ports/multimedia/minidlna/patches/patch-tagutils_misc_c N ports/multimedia/minidlna/patches/patch-uuid_c N ports/multimedia/minidlna/patches/patch-tagutils_tagutils-asf_h N ports/multimedia/minidlna/patches/patch-utils_c N ports/multimedia/minidlna/patches/patch-icons_c N ports/multimedia/minidlna/patches/patch-metadata_c N ports/multimedia/minidlna/patches/patch-scanner_c N ports/multimedia/minidlna/patches/patch-tagutils_tagutils_c N ports/multimedia/minidlna/pkg/PLIST N ports/multimedia/minidlna/pkg/minidlna.rc N ports/multimedia/minidlna/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/10 04:45:17 Modified files: www/statusnet : Makefile distinfo www/statusnet/pkg: PLIST Log message: - update to statusnet-1.1.0 from viq CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/10/10 04:45:30 Modified files: databases : Makefile Log message: + postgresql-pllua CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/10 04:45:35 Modified files: multimedia : Makefile Log message: +minidlna CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/10 04:51:02 Modified files: audio/taglib : Makefile audio/taglib/patches: patch-tests_CMakeLists_txt Added files: audio/taglib/patches: patch-taglib_flac_flacfile_cpp patch-taglib_xm_xmfile_cpp Log message: Apply two fixes from upstream git: - Corrupted FLAC files scan can result in heavy CPU consumption: fix it by considering a file as being invalid if a 0 length block is found - Fix a crash when saving xm files While here, also sync patches/patch-tests_CMakeLists_txt with upstream CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/10/10 04:55:33 Modified files: infrastructure/mk: pkgpath.mk bsd.port.subdir.mk Log message: tweak things a bit... no need for an extra _fullpath variable. also, use a broken() function to simplify THAT particular shell fragment. I've been running with this for ages... CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2012/10/10 05:14:08 Modified files: sys/net : if_bridge.c Log message: make bridge_rtflush and bridge_flushrule void functions, as they never return anything but 0 anyways From: "Michael W. Bombardieri" , ok camield CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/10/10 05:19:45 Modified files: databases/postgresql-pllua: Makefile Log message: Fix typo in dependency. Didn't build before, so no bump. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/10/10 05:23:47 Modified files: sys/arch/alpha/include: sysarch.h sys/arch/amd64/include: sysarch.h sys/arch/i386/include: sysarch.h Log message: Add __BEGIN_DECLS so that programs using C++ can use functions defined in sysarch.h again, they were broken following the change to NO_IMPLICIT_EXTERN_C. help/ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/10 05:38:18 Log message: import ports/devel/tclap, feedback kirby@, feedback/ok dcoppa@ TCLAP is a small, flexible library that provides a simple interface for defining and accessing command line arguments. It was initially inspired by the user friendly CLAP libary. The difference is that this library is templatized, so the argument class is type independent. Type independence avoids identical-except-for-type objects, such as IntArg, FloatArg, and StringArg. While the library is not strictly compliant with the GNU or POSIX standards, it is close. TCLAP is written in ANSI C++ and is meant to be compatible with any standards-compliant C++ compiler. It is known to work on Linux, MacOS X, Windows, and Solaris platforms. The library is implemented entirely in header files making it easy to use and distribute with other software. It is licensed under the MIT License for worry free distribution. Status: Vendor Tag: sthen Release Tags: sthen_20121010 N ports/devel/tclap/Makefile N ports/devel/tclap/distinfo N ports/devel/tclap/pkg/PLIST N ports/devel/tclap/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/10 05:38:40 Modified files: devel : Makefile Log message: +tclap CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/10/10 05:44:11 Modified files: infrastructure/bin: dpb Log message: make out-of-date output directly usable for dbp - ignore empty lines - remove comments and whitespaces at the end of lines ok espie@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/10 05:47:21 Modified files: security/gnupg2/patches: patch-scd_Makefile_in Log message: Add a comment about why we need to link gnupg-pcsc-wrapper with '-lpthread'. CVSROOT: /cvs Module name: www Changes by: jeremy@cvs.openbsd.org 2012/10/10 06:05:17 Modified files: porting : libraries.html Log message: Remove old-style package spec. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/10 06:34:35 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/patches: patch-configure patch-daemon_gdm-xdmcp-display-factory_c patch-data_gdm-shell_session_in x11/gnome/gdm/pkg: PLIST Added files: x11/gnome/gdm/files: org.gnome.login-screen.gschema.override Removed files: x11/gnome/gdm/patches: patch-daemon_gdm-session-worker_c patch-daemon_gdm-simple-slave_c patch-daemon_gdm-slave_c patch-data_00-upstream-settings patch-data_00-upstream-settings-locks patch-gui_libgdm_gdm-user-switching_c patch-gui_simple-chooser_chooser-main_c patch-gui_simple-chooser_gdm-host-chooser-widget_c patch-gui_simple-chooser_gdm-host-chooser_c Log message: Remove some uneeded | old patches. Add a schemas override. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/10 06:48:05 ports/devel/gsettings-desktop-schemas/files Update of /cvs/ports/devel/gsettings-desktop-schemas/files In directory cvs.openbsd.org:/tmp/cvs-serv4400/files Log Message: Directory /cvs/ports/devel/gsettings-desktop-schemas/files added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/10 06:49:18 Modified files: devel/gsettings-desktop-schemas: Makefile devel/gsettings-desktop-schemas/pkg: PLIST Added files: devel/gsettings-desktop-schemas/files: org.gnome.desktop.lockdown.gschema.override org.gnome.desktop.media-handling.gschema.override org.gnome.desktop.screensaver.gschema.override Removed files: devel/gsettings-desktop-schemas/patches: patch-schemas_org_gnome_desktop_lockdown_gschema_xml_in_in patch-schemas_org_gnome_desktop_media-handling_gschema_xml_in_in patch-schemas_org_gnome_desktop_screensaver_gschema_xml_in_in Log message: Use override files instead of patching the schemas. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/10 06:56:32 Modified files: x11/gnome/settings-daemon: Makefile Log message: The mouse applet can make use of "mousetweaks", so add it as a dependency. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/10/10 08:06:40 Modified files: games/uqm : Makefile Log message: Build extra content packages by default. While here, clarify license marker. Initial prodding a very long time ago by kirby@; ok sthen@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2012/10/10 08:27:46 Modified files: usr.sbin/relayd: relay_http.c Log message: Fix the hash http filter action to initialize the hash key correctly after the multiple relay tables commit. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/10 08:48:54 Modified files: sys/dev/pci : itherm.c Log message: add missing break CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/10/10 10:43:18 Modified files: x11/libgdiplus : Makefile Log message: whitespace CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/10 11:20:36 Modified files: x11/dbus : Makefile Added files: x11/dbus/patches: patch-dbus_dbus-sysdeps-unix_c Removed files: x11/dbus/patches: patch-dbus_dbus-connection_c Log message: Simpler patch; from pkgsrc. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/10/10 11:44:43 Modified files: sbin/dhclient : dhclient.c Log message: Revert r1.155. Routing breaks if dhclient-script flushes the interface's routes when the interface is down. Prevents floods of RTM_MISS messages on 'ifconfig down'. And might fix the vpn related failures pirofti@ is seeing. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/10/10 11:57:05 Modified files: usr.sbin/smtpd : mta.c Log message: show the port number for a relay if specified. ok gilles@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/10/10 12:02:37 Modified files: usr.sbin/smtpd : expand.c lka_session.c smtpd.h Log message: For each alias node, mark if it has been expanded from an alias map or from a .forward file. Local deliveries for files and filters expanded from an alias map are run as user _smtpd. issue reported by tood@ ok gilles@ todd@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/10/10 13:38:04 Modified files: usr.sbin/smtpd : ioev.c ioev.h mta_session.c Log message: io_connect() can take an optional address to bind() before connecting. ok gilles@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/10/10 13:39:11 Modified files: usr.sbin/smtpd : parser.c parser.h smtpctl.8 smtpctl.c smtpd.h util.c Log message: teach smtpctl how to display envelopes and messages using their id. this allows an admin to inspect the queue without having to manually extract bucket and find the path to an envelope or message. diff by Sunil Nimmagadda ok eric@, chl@ and I CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/10/10 14:29:46 Modified files: usr.sbin/smtpd : smtpd.h Log message: F_BACKUP and ROUTE_BACKUP must be sync-ed for now, otherwise smtpd won't work as a backup MX ... bug experienced by todd, verified and analyzed by eric CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/10/10 14:56:14 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/files: firefox.desktop www/mozilla-firefox/patches: patch-configure_in patch-content_base_src_nsContentUtils_cpp patch-content_html_content_src_nsHTMLMediaElement_cpp patch-content_media_gstreamer_nsGStreamerReader_cpp patch-extensions_spellcheck_hunspell_src_mozHunspell_cpp patch-gfx_thebes_gfxPlatform_cpp patch-js_src_configure_in patch-netwerk_base_src_nsSocketTransportService2_cpp patch-security_manager_ssl_src_SSLServerCertVerification_cpp patch-security_manager_ssl_src_nsNSSComponent_cpp 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 README Removed files: www/mozilla-firefox/patches: patch-browser_installer_Makefile_in patch-browser_installer_package-manifest_in patch-build_unix_mozilla_in patch-build_unix_run-mozilla_sh patch-config_autoconf_mk_in Log message: Update to firefox 16.0. - see http://www.mozilla.org/en-US/firefox/16.0/releasenotes/ for details - install an icon into share/pixmaps to fix desktop file icon path - garbage collect patch-browser_installer_Makefile_in, and patch-browser_installer_package-manifest_in, were from upstream - remove patch-build_unix_mozilla_in, useless since bin/firefox is not a script anymore since a while - remove patch-build_unix_run-mozilla_sh, firefox can be directly debugged in gdb now. update README accordingly - remove patch-config_autoconf_mk_in, XCFLAGS are already passed - update patch-content_media_gstreamer_nsGStreamerReader_cpp to fix gstreamer on BE archs (#777696) - update patch-extensions_spellcheck_hunspell_src_mozHunspell_cpp after nsILocalFile api removal - remove useless patch-gfx_thebes_Makefile_in pangox patch - fix PLIST to use proper MOZILLA_VERSION instead of beta MOZILLA_VER CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/10/10 14:57:29 Modified files: www/firefox-i18n: Makefile.inc distinfo Log message: Update to firefox-i18n 16.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/10/10 15:03:40 Modified files: www/seamonkey : Makefile distinfo www/seamonkey/patches: patch-configure_in patch-ldap_sdks_c-sdk_configure_in patch-mozilla_gfx_thebes_gfxPlatform_cpp patch-mozilla_js_src_configure_in patch-mozilla_netwerk_base_src_nsSocketTransportService2_cpp patch-mozilla_security_manager_ssl_src_SSLServerCertVerification_cpp 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 www/seamonkey/pkg: PLIST-lightning README-main Removed files: www/seamonkey/patches: patch-mozilla_build_unix_mozilla_in patch-mozilla_build_unix_run-mozilla_sh Log message: Update to seamonkey 2.13/enigmail 1.4.5/lightning 1.8b1. - see http://www.seamonkey-project.org/releases/seamonkey2.13/ for details - remove patch-mozilla_build_unix_mozilla_in, useless since bin/seamonkey is not a script anymore since a while - remove patch-mozilla_build_unix_run-mozilla_sh, seamonkey can be directly debugged in gdb now. update README accordingly - fix plugin path in README CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/10/10 15:04:24 Modified files: www/seamonkey-i18n: Makefile.inc distinfo Log message: Update to seamonkey-i18n 2.13 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/10/10 15:08:05 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/mozilla-thunderbird/patches: patch-ldap_sdks_c-sdk_configure_in patch-mozilla_gfx_thebes_gfxPlatform_cpp patch-mozilla_js_src_configure_in patch-mozilla_netwerk_base_src_nsSocketTransportService2_cpp patch-mozilla_security_manager_ssl_src_SSLServerCertVerification_cpp 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-lightning README-main Removed files: mail/mozilla-thunderbird/patches: patch-mozilla_build_unix_mozilla_in patch-mozilla_build_unix_run-mozilla_sh Log message: Update to thunderbird 16.0/enigmail 1.4.5/lightning 1.8b1. - see https://www.mozilla.org/en/thunderbird/16.0/releasenotes/ for details - remove patch-mozilla_build_unix_mozilla_in, useless since bin/thunderbird is not a script anymore since a while - remove patch-mozilla_build_unix_run-mozilla_sh, thunderbird can be directly debugged in gdb now. update README accordingly CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/10/10 15:14:37 Modified files: mail/thunderbird-i18n: Makefile.inc distinfo Log message: Update to thunderbird-i18n 16.0 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/10/10 16:04:57 Modified files: net/zabbix : Makefile distinfo net/zabbix/patches: patch-configure patch-src_libs_zbxnix_daemon_c patch-src_libs_zbxsysinfo_openbsd_diskspace_c patch-src_libs_zbxsysinfo_openbsd_proc_c net/zabbix/pkg : PLIST-server PLIST-web README-server Added files: net/zabbix/patches: patch-conf_zabbix_agentd_conf patch-conf_zabbix_proxy_conf patch-conf_zabbix_server_conf patch-src_zabbix_agent_zabbix_agent_c patch-src_zabbix_agent_zabbix_agentd_c patch-src_zabbix_proxy_proxy_c patch-src_zabbix_server_server_c Removed files: net/zabbix/patches: patch-create_data_data_sql patch-misc_conf_zabbix_agentd_conf patch-misc_conf_zabbix_proxy_conf patch-misc_conf_zabbix_server_conf Log message: update to zabbix version 2.0.2 CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/10/10 16:09:29 Modified files: lang/eltclsh : Makefile distinfo lang/eltclsh/patches: patch-src_elwish_c lang/eltclsh/pkg: DESCR PLIST Added files: lang/eltclsh/patches: patch-configure patch-src_Makefile_in patch-src_loop_c patch-tcl_init_tcl lang/eltclsh/pkg: PFRAG.shared Removed files: lang/eltclsh/patches: patch-Makefile_in Log message: Update to eltclsh-1.12. ok matthieu@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/10 17:33:01 Modified files: sys/arch/amd64/amd64: hibernate_machdep.c sys/arch/i386/i386: hibernate_machdep.c Log message: Oops. Need to handle the case of nfs diskless machines, where the block device name is NULL. From Tim Wiess CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/10 19:18:09 Modified files: x11/qt4 : Makefile Added files: x11/qt4/patches: patch-src_corelib_plugin_qlibrary_unix_cpp Removed files: x11/qt4/patches: patch-src_gui_painting_qcups_cpp patch-src_gui_styles_qgtkstyle_p_cpp Log message: When dlopen()ing shared libraries for optional dependencies, Qt4 wants to load a specific version of the library to avoid ABI breakages, however it uses upstream shared lib versions which don't match those in our ports. This has already been patched where it tries to open gtk+2/cups by removing the version check. See ports@ thread "UPDATE: kdiff3-0.9.97" where this was discussed with fgsch, dcoppa, espie and myself, upshot is this isn't totally clean but isn't really worse than what we had before and it fixes use of icu4c from Qt4. This diff from fgsch, testing/ok by me, ok espie. CVSROOT: /cvs Module name: ports Changes by: lteo@cvs.openbsd.org 2012/10/10 20:40:48 Modified files: net/snort : Makefile net/snort/patches: patch-etc_snort_conf net/snort/pkg : PLIST README Added files: net/snort/pkg : snort.rc Log message: Make various improvements to the Snort port: * Add an rc.d script. * In snort.conf, provide the URL to the official Snort rules so that users know where to get them. * In snort.conf, provide the URL to the Emerging Threats rules along with a commented include line to allow users to easily load the Emerging Threats rules if they wish. * Revise pkg/README with details on where to obtain Snort rules, the differences between the official Snort rules and Emerging Threats rules, how to download them, and provide some guidance on setting up Snort. snort.conf and README changes OK Markus Lude (maintainer), sthen@ rc.d script OK sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/11 01:14:21 Log message: import fookebox-0.6.1 fookebox is a jukebox-style web-frontend to mpd. - Use as a keyboard-less jukebox frontend - Or as a powerful mpd control frontend - Also great for parties with only part-time jukebox ok landry@ Status: Vendor Tag: jasper Release Tags: jasper_20121110 N ports/audio/fookebox/Makefile N ports/audio/fookebox/distinfo N ports/audio/fookebox/pkg/PLIST N ports/audio/fookebox/pkg/DESCR N ports/audio/fookebox/pkg/README N ports/audio/fookebox/patches/patch-docs_examples_apache_fookebox_wsgi N ports/audio/fookebox/files/config.ini No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/11 01:15:39 Modified files: audio : Makefile Log message: sync CVSROOT: /cvs Module name: www Changes by: pirofti@cvs.openbsd.org 2012/10/11 01:23:53 Modified files: . : 52.html Log message: 2412 sh packages built for this release. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/11 01:25:20 Modified files: x11/dbus : Makefile x11/dbus/patches: patch-bus_Makefile_in patch-dbus_dbus-sysdeps-util-unix_c Added files: x11/dbus/patches: patch-test_Makefile_in Log message: Implement _dbus_command_for_pid which is really useful for debugging. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/10/11 01:38:39 Modified files: infrastructure/lib/DPB: Logger.pm PkgPath.pm PortInfo.pm infrastructure/lib/DPB/Job: Port.pm Log message: move to using BUILD_PACKAGES, so we have the actual tidy list. Stupid NFS work-around: during/after cleanup, wait until the packages show up. Each wait period of ten seconds will show up as waiting#n. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/10/11 01:40:30 Modified files: infrastructure/bin: dpb infrastructure/man/man1: dpb.1 infrastructure/lib/DPB: Core.pm Log message: change things again to have command line options override host file. and provide the possibility of a DEFAULT entry in the host file. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/11 01:48:59 Modified files: audio/fookebox : Makefile audio/fookebox/files: config.ini Log message: - add missing RCS id, reminded by the frog prince. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/11 01:51:10 Modified files: lang/ghc : Makefile Added files: lang/ghc/patches: patch-libffi_ghc_mk patch-rts_Linker_c Log message: Fix random crashes at runtime when there's heavy use of libgmp.a (e.g. large Fibonacci numbers): link GHC with its bundled gmp library that has customized memory allocation functions. While here, fix two other problems as well: - undefined references to 'ffi_call_unix64', 'ffi_closure_unix64' on amd64 - unknown symbol '__guard_local' (caused by gcc's switch from __guard to __guard_local) Joint work with kili@ OK kili@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/10/11 02:05:03 Modified files: infrastructure/lib/DPB: PortInfo.pm Log message: reorganize and comment portinfo CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/10/11 02:05:05 Modified files: sbin/dhclient : dispatch.c Log message: Remove the new (as of r1.56) line of code which updates ifi->linkstat in the dispatch loop again; in the case where two RTM_IFINFO link changes occur immediately after each other (as in the case with trunk and probably vlan) dhclient missed the state change of the second interface. ok krw@, who points out that dhcp packets received between the two RTM_IFINFO messages would be lost, however the window is small (<0.4ms on my laptop) and this is better than not noticing the link change. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/10/11 02:07:10 Modified files: infrastructure/mk: bsd.port.mk Log message: optimize a bit for dpb: remove extra variables we don't ever use in "pure dpb mode", only write out variables for BUILD_PACKAGES, not MULTI. This should reduce the number of pkgpaths generated, among other things. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/10/11 02:19:02 Modified files: databases/sqlports: Makefile Log message: there's totally no need for FULLPKGNAMEs in there CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2012/10/11 02:23:12 Modified files: sbin/iked : types.h Log message: The RSA public keys will be found in a subdirectory of /etc/iked/ called "pubkeys" not "pubkey". Found by Michael Cardell "MC" Widerkrantz CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/10/11 02:38:06 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: actually log what's missing that we're waiting upon CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/10/11 02:53:50 Modified files: usr.bin/tmux : window-choose.c Log message: Fix a use-after-free when collapsing the tree in choose mode, from Carl Henrik Lunde. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/10/11 03:03:34 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: oh, and explain the why... CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/11 03:43:22 Modified files: sys/dev/ic : rt2860.c share/man/man4 : ral.4 Log message: Enable Host AP power saving support for the RT2700, RT2800 and RT3090 chipsets. Tested by Nathanael Rensen. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/11 04:04:01 Modified files: x11/virt-viewer: Makefile Added files: x11/virt-viewer/patches: patch-src_virt-viewer-session-spice_c Log message: - fix a double free when using SPICE with passwords CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/10/11 04:13:56 Modified files: print/acroread : Makefile Log message: mark as BROKEN because it's broken with fedora 10 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/10/11 04:14:29 Modified files: emulators/fedora: Makefile Log message: remove fedora_motif and fedora_sdl from the build CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/10/11 04:16:29 Modified files: emulators/fedora: Makefile.inc emulators/fedora/base: Makefile distinfo emulators/fedora/base/patches: patch-ldd emulators/fedora/base/pkg: PLIST emulators/fedora/cups: Makefile distinfo emulators/fedora/cups/pkg: PLIST Removed files: emulators/fedora/base/files: ld.so.conf emulators/fedora/base/patches: patch-etc_fonts_fonts_conf Log message: update fedora_base and fedora_cups to fedora 10 packages to allow us to run up-to-date opera CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/11 04:17:27 Modified files: www/tomcat/v7 : Makefile distinfo www/tomcat/v7/pkg: PLIST-examples Log message: Update to 7.0.32 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/11 04:20:19 Modified files: www/tomcat/v6 : distinfo Log message: regen distinfo CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/11 04:30:23 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/patches: patch-youtube_dl_FileDownloader_py Log message: Update to youtube-dl-2012.10.09 ok sthen@, pirofti@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/10/11 04:39:08 Modified files: www/ruby-passenger: Makefile distinfo Log message: RUN_DEPENDS on curl, since it is used at runtime. Adjust shebangs for ruby scripts, so they work correctly without setting up symlinks manually. Use nginx 1.2.3 for standalone version. Heads up on curl issues from Peter Ljung via william@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/11 04:47:41 Modified files: www/opera : Makefile distinfo www/opera/pkg : PLIST Added files: www/opera/patches: patch-opera Removed files: www/opera/files: opera.desktop www/opera/patches: patch-install_sh Log message: Major update to opera-12.02. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/11 05:05:02 Modified files: lang/ghc : Makefile Log message: Don't remove the bin directory when building a bootstrapper. While here, remove the commands that attempt to rename *-x86_64-* to *-amd64-*, because it currently doesn't work anyways (VERSION_DATE is ignored by the bootstrapper build). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/11 06:00:46 Modified files: emulators/fedora: Makefile.inc Log message: Factorize do-install and several variables. Fix MASTER_SITES and add the Fedora "updates" repository. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/11 06:02:08 Modified files: emulators/fedora/base: Makefile distinfo emulators/fedora/base/pkg: PLIST Log message: Remove some uneeded RPMs. Remove stuffs that are now taken care by Makefile.inc. Update to the latest version of all Fedora 10 RPMs. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/11 06:02:42 Modified files: emulators/fedora/cups: Makefile distinfo emulators/fedora/cups/pkg: PLIST Log message: Remove some uneeded RPMs. Remove stuffs that are now taken care by Makefile.inc. Update to the latest version of all Fedora 10 RPMs. Remove @lib markers from PLIST. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/10/11 06:08:24 Modified files: sys/arch/amd64/stand/cdboot: srt0.S sys/arch/amd64/stand/pxeboot: srt0.S sys/arch/i386/stand/cdboot: srt0.S sys/arch/i386/stand/pxeboot: srt0.S Log message: Initialise the protected mode IDT after zeroing .bss - otherwise we wipe the IDT that we have just finishing building. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/11 06:11:04 Modified files: emulators/fedora/base: Makefile Added files: emulators/fedora/base/files: patch-ldd Removed files: emulators/fedora/base/patches: patch-ldd Log message: Forgot in previous. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/11 06:16:18 Modified files: emulators/fedora/base: Makefile emulators/fedora/base/pkg: PLIST Log message: MACHINE_ARCH -> i386 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/11 07:31:29 Modified files: devel/alex : Makefile devel/bustle : Makefile devel/c2hs : Makefile devel/cabal-install: Makefile devel/cpphs : Makefile devel/darcs : Makefile devel/gtk2hs-buildtools: Makefile devel/haddock : Makefile devel/happy : Makefile devel/hasktags : Makefile devel/hs-hlint : Makefile devel/hs-hoogle: Makefile devel/hs-hoogle/pkg: PLIST devel/hs-pugs-DrIFT: Makefile devel/hscolour : Makefile Log message: Fix fallout of haskell ports, now that devel/gmp is no more a dependency for ghc - devel category ok kili@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/11 07:57:35 Modified files: emulators/fedora/sdl: Makefile Log message: Explicitely mark BROKEN for now. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/11 08:00:04 Modified files: emulators/fedora/motif: Makefile Log message: Mark this one BROKEN as well for the time beeing. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/11 08:06:34 Modified files: textproc/hs-HaXml: Makefile net/hpodder : Makefile Log message: Fix fallout of haskell ports, now that devel/gmp is no more a dependency for ghc CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/11 08:17:18 Log message: import ports/audio/cuetools, ok aja@ cuetools is a set of utilities for working with Cue Sheet (cue) and Table of Contents (toc) files. It includes: cueconvert - convert between the cue and toc formats cuebreakpoints - print the breakpoints from a cue or toc file cueprint - print disc and track infomation for a cue or toc file Status: Vendor Tag: sthen Release Tags: sthen_20121011 N ports/audio/cuetools/Makefile N ports/audio/cuetools/distinfo N ports/audio/cuetools/pkg/PLIST N ports/audio/cuetools/pkg/DESCR N ports/audio/cuetools/patches/patch-extras_cuetag_sh No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/11 08:18:00 Modified files: audio : Makefile Log message: +cuetools CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/11 08:23:50 Modified files: x11/bluetile : Makefile x11/xmobar : Makefile x11/xmonad : Makefile Log message: Fix fallout of haskell ports, now that devel/gmp is no more a dependency for ghc - x11 category CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/10/11 08:26:22 Modified files: de : hackathons.html index.html faq/pf/de : filter.html faq/pf/fr : example1.html filter.html fr : 52.html index.html orders.html hp300/pt : hp300faq.html lt : anoncvs.html ftp.html nl : index.html pt : index.html plus.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/11 08:34:27 Modified files: games/monadius : Makefile Log message: Fix fallout of haskell ports, now that devel/gmp is no more a dependency for ghc CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/11 08:37:04 Modified files: audio/cuetools : Makefile audio/cuetools/patches: patch-extras_cuetag_sh Log message: fix metaflac command line options CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/11 08:39:45 Modified files: lang/feldspar/compiler: Makefile lang/pugs : Makefile Log message: Fix fallout of haskell ports, now that devel/gmp is no more a dependency for ghc - lang category CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/11 08:43:39 Modified files: misc/shared-desktop-ontologies: Makefile distinfo Log message: Update to shared-desktop-ontologies-0.10.0. from Vadim Zhukov CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/11 08:45:53 Modified files: www/hs-snap : Makefile Log message: Fix fallout of haskell ports, now that devel/gmp is no more a dependency for ghc - this is the last one CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/10/11 08:56:18 Modified files: usr.bin/make : cond.c Log message: fix make's cond parser to be able to handle .if 5 < 7 directly. okay millert@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/10/11 08:56:59 Modified files: usr.bin/make : make.1 Log message: amend bug section with some fixed stuff. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/11 09:04:33 Log message: Import fedora_gtk+2-10.0. gtk+2 runtime libraries (and dependencies) for the Linux emulation environment. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20121011 N ports/emulators/fedora/gtk+2/Makefile N ports/emulators/fedora/gtk+2/distinfo N ports/emulators/fedora/gtk+2/pkg/PLIST N ports/emulators/fedora/gtk+2/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/11 09:05:03 Modified files: emulators/fedora: Makefile Log message: +gtk+2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/11 09:05:37 Modified files: print/acroread : Makefile Log message: Unbreak now that we have fedora_gtk+2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/11 09:14:02 Modified files: math/netcdf : Makefile Log message: Mark BROKEN on powerpc, it fails to build there. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/11 09:45:00 Modified files: sys/dev/pci : esa.c Log message: remove pci_set_powerstate() calls that are not needed, since the pci framework does these more correctly ok kettenis CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/10/11 09:45:46 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: add my location; ok jasper@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/10/11 10:33:57 Modified files: sys/dev/pci : if_oce.c oce.c ocevar.h Log message: better integer log2 implementation, checked with what linux is doing CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/10/11 10:34:31 Modified files: sys/dev/pci : oce.c Log message: kill a scary unused function CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/10/11 10:38:10 Modified files: sys/dev/pci : if_oce.c oce.c ocereg.h ocevar.h Log message: rework the firmware interface and incorporate all the guts into one single function instead of spreading them across 10 others. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/10/11 10:42:57 Log message: Import vislcg3-0.9.8.8406. VISL CG 3 is a constraint grammar tool that can be used to POS-tag ambiguous text. tweaks/oks from ajacoutot@ sthen@ Status: Vendor Tag: bentley Release Tags: bentley_20121011 N ports/textproc/vislcg3/Makefile N ports/textproc/vislcg3/distinfo N ports/textproc/vislcg3/pkg/DESCR N ports/textproc/vislcg3/pkg/PLIST N ports/textproc/vislcg3/pkg/PFRAG.shared N ports/textproc/vislcg3/patches/patch-CMakeLists_txt No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/10/11 10:43:44 Modified files: textproc : Makefile Log message: +vislcg3 CVSROOT: /cvs Module name: xenocara Changes by: espie@cvs.openbsd.org 2012/10/11 10:57:57 Modified files: share/mk : bsd.xorg.mk Log message: never intended to commit THAT debug line. no real harm... CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/11 11:15:05 Modified files: infrastructure/db: user.list Log message: book a seat for py-carbon. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/10/11 11:35:19 Modified files: infrastructure/lib/DPB: PkgPath.pm Log message: oops CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/10/11 11:35:45 Modified files: usr.sbin/pkg_add: pkg.conf.5 Log message: package checksums are no longer MD5, from Dawe on tech@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/11 11:56:56 Log message: Import pacman-arena-0.15. Pacman Arena, a Pacman clone gone mad. Yes, it's Pacman. With rockets. And bombs. And spoiled gameplay. And in full 3D. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20121011 N ports/games/pacman-arena/Makefile N ports/games/pacman-arena/distinfo N ports/games/pacman-arena/pkg/PLIST N ports/games/pacman-arena/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/11 11:57:27 Modified files: games : Makefile Log message: +pacman-arena CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/11 11:59:05 Modified files: multimedia/minidlna: Makefile multimedia/minidlna/patches: patch-minidlna_conf Log message: tweak config; use a more BSD-ish network interface name, and add a comment about firewall ports. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/11 12:00:30 Log message: import py-carbon-0.9.10 Backend storage application for Graphite. Data collection agents connect to carbon and send their data, and carbon's job is to make that data available for real-time graphing immediately and try to get it stored on disk as fast as possible. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20121110 N ports/databases/py-carbon/Makefile N ports/databases/py-carbon/distinfo N ports/databases/py-carbon/pkg/PLIST N ports/databases/py-carbon/pkg/DESCR N ports/databases/py-carbon/patches/patch-setup_py N ports/databases/py-carbon/patches/patch-setup_cfg N ports/databases/py-carbon/patches/patch-lib_carbon_conf_py N ports/databases/py-carbon/patches/patch-bin_validate-storage-schemas_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/11 12:01:08 Modified files: databases : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/10/11 12:12:53 Modified files: lang/clisp : Makefile Log message: configure doesn't pass LDFLAGS for some tests, so add -nopie to CFLAGS as well on powerpc. ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/11 12:13:51 Modified files: databases/py-carbon: Makefile Log message: - fixup build/run depends. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/10/11 12:37:23 Modified files: www/mozilla-firefox: Makefile distinfo www/firefox-i18n: Makefile.inc distinfo Log message: SECURITY update to firefox 16.0.1. See https://blog.mozilla.org/security/2012/10/10/security-vulnerability-in-firefox-16/ and http://arstechnica.com/security/2012/10/firefox-16-vulnerability-attack-code-available-online/ for more details on the issue affecting only 16.0. Bug #720619 (still sg-only) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/10/11 12:39:32 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: SECURITY update to tb 16.0.1. Less prone to the fx 16.0 issue since it's less a web browser, but in doubt; release early, release often! seamonkey 2.13.1 will follow soon.. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/10/11 13:02:12 Modified files: games/uqm : Makefile Log message: bump after PERMIT_* change CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/10/11 14:34:23 Modified files: share/man/man4 : urndis.4 Log message: do not attempt a hardware list - it is currently out of date to the point of being unhelpful, and we can;t realistically change that; help/ok mk CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/10/11 15:14:32 Modified files: usr.sbin/smtpd : lka_session.c parse.y ruleset.c smtpd.conf.5 smtpd.h Log message: - replace "from all" and "for all" with "from any" and "for any" ok eric@, chl@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/10/11 15:16:28 Modified files: etc/mail : smtpd.conf Log message: - replace "all" with "any" - add examples for how to accept mail from external source and for a specific domain CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/10/11 15:24:51 Modified files: usr.sbin/smtpd : mta_session.c smtp_session.c Log message: - ssize_t -> size_t spotted with clang, ok eric@ and chl@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/10/11 15:34:19 Modified files: usr.sbin/smtpd : compress_gzip.c Log message: - char * -> unsigned char * spotted by clang, ok eric@ and chl@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/10/11 15:43:11 Modified files: usr.sbin/smtpd : map.c smtpd.h Log message: - map_create() takes a map_src not a map_kind ok eric@ and chl@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/11 15:47:13 Removed files: emulators/fedora/motif: Makefile distinfo emulators/fedora/motif/pkg: DESCR PLIST Log message: Unbreak by removing (common, Open Motif for the Linux emulation layer!!!???). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/11 15:47:25 Modified files: emulators/fedora: Makefile Log message: -motif CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/10/11 15:47:48 Modified files: usr.sbin/smtpd : envelope.c Log message: - remove dead store spotted by clang CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/10/11 15:49:11 Modified files: usr.sbin/smtpd : envelope.c Log message: - remove dead store spotted by clang CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/11 15:51:20 Removed files: x11/gnome/games-extra-data: Makefile distinfo x11/gnome/games-extra-data/patches: patch-glines_Makefile_in patch-gnobots2_Makefile_in patch-iagno_Makefile_in patch-mahjongg_Makefile_in x11/gnome/games-extra-data/pkg: DESCR PLIST Log message: Last time I checked, the full GNOME we maintain indirectly depends on more than 500 ports. Upstream decided to split gnome-games for the next release into >15 different subprojects. So give us some slack and remove this useless port. Sure, it's just one port but it makes Jasper and I feel good and very slighly less overwhelmed by the maintenance burden. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/10/11 15:51:37 Modified files: usr.sbin/smtpd : mfa_session.c Log message: - no need to set imsg_type to IMSG_MFA_CLOSE when we're not going to answer to SMTP .. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/11 15:51:41 Modified files: x11/gnome : Makefile Log message: -games-extra-data CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/10/11 15:52:59 Modified files: usr.sbin/smtpd : mta.c Log message: - no need to assign a separator to the last route flag since we're not going to use it CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/10/11 15:55:16 Modified files: usr.sbin/smtpd : smtpd.c Log message: - if argc / argv not empty after getopt() loop, display usage CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2012/10/11 16:21:29 Modified files: sbin/init : init.c Log message: fix "disable lidsuspend on shutdown": - pull in machine/cpu.h so we can actually see CPU_LIDSUSPEND if it's there - fix the resulting compilation errors now that the code is actually used "Just go for it" deraadt@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/12 00:59:54 Modified files: databases/py-redis: Makefile distinfo Log message: Update to 2.7.1 ok rpointel@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/12 01:57:26 Modified files: x11/i3status : Makefile x11/i3status/patches: patch-i3status_conf Added files: x11/i3status/pkg: MESSAGE Log message: In the configuration file, remove comments from the wireless stanza, since wireless monitoring now works fine. While here, add a message about how to deal with the configuration of i3status. ok jasper@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/10/12 02:51:02 Modified files: usr.sbin/smtpd : envelope.c smtpd.h Log message: Extend the "retry" field to 16 bits. The new quadratic retry formula makes the maximum retry delay a bit to small on 8 bits. ok gilles@ chl@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2012/10/12 03:09:46 Modified files: geo/tangogps : Makefile Added files: geo/tangogps/patches: patch-src_main_c Log message: - Properly call gdk_threads_enter() and gdk_threads_leave() to prevent abort() on startup due to gtk trying to unlock a uninitialized mutex - regen WANTLIB - sort LIB_DEPENDS Fix from dcoppa@, thanks! CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/10/12 03:16:07 Modified files: security/p5-Crypt-SSLeay: Makefile distinfo security/p5-Crypt-SSLeay/pkg: PLIST Log message: - update p5-Crypt-SSLeay to 0.64 - this fixes an "undefined symbol 'SSLv2_client_method'" bug - take maintainer OK ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2012/10/12 03:46:46 Modified files: net/munin : Makefile distinfo net/munin/patches: patch-Makefile patch-Makefile_config patch-node_munin-node_conf_in patch-node_sbin_munin-node patch-node_sbin_munin-node-configure patch-node_sbin_munin-run patch-plugins_node_d_amavis_in patch-plugins_node_d_courier__in patch-plugins_node_d_mailscanner_in patch-plugins_node_d_openbsd_cpu_in patch-plugins_node_d_openbsd_if__in patch-plugins_node_d_openbsd_if_errcoll__in patch-plugins_node_d_openbsd_netstat_in patch-plugins_node_d_openbsd_open_files_in patch-plugins_node_d_openbsd_swap_in patch-plugins_node_d_openbsd_systat_in patch-plugins_node_d_perdition_in patch-plugins_node_d_ps__in patch-plugins_node_d_sendmail_mailqueue_in patch-plugins_node_d_squeezebox__in net/munin/pkg : PLIST-main PLIST-server munin_node.rc Added files: net/munin/patches: patch-master_munin_conf_in Removed files: net/munin/patches: patch-plugins_node_d_colour_tester_in patch-plugins_node_d_extinfo_tester_in patch-plugins_node_d_warning_tester_in Log message: Major update to munin-2.0.7 Full changelog is here: https://github.com/munin-monitoring/munin/blob/2.0.7/ChangeLog Lots of input and help from sthen@ (maintainer) ok sthen@ P.S. Your config may need some manual interference. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2012/10/12 04:10:50 Modified files: geo/tangogps : Makefile distinfo Log message: - remove HOMEPAGE, it's dead - mirror distfile on my own server - regen distinfo - remove devel/atk from LIB_DEPENDS - it's already picked up from gtk+2 Prodded by dcoppa@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2012/10/12 04:36:25 Modified files: geo/tangogps : Makefile Log message: Missed bump, sorry. Pointed by dcoppa@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/12 06:06:04 Modified files: x11/gnome/file-roller: Makefile Log message: Missing dependency on libmagic. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/10/12 06:49:56 src/sys/arch/amd64/stand/fdboot Update of /cvs/src/sys/arch/amd64/stand/fdboot In directory cvs.openbsd.org:/tmp/cvs-serv19634/amd64/stand/fdboot Log Message: Directory /cvs/src/sys/arch/amd64/stand/fdboot added to the repository CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/10/12 06:49:57 src/sys/arch/i386/stand/fdboot Update of /cvs/src/sys/arch/i386/stand/fdboot In directory cvs.openbsd.org:/tmp/cvs-serv19634/i386/stand/fdboot Log Message: Directory /cvs/src/sys/arch/i386/stand/fdboot added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/12 07:01:15 Modified files: net/libproxy : Makefile distinfo net/libproxy/patches: patch-bindings_perl_src_CMakeLists_txt patch-libproxy_cmake_libproxy_cmk patch-libproxy_cmake_pxmodule_cmk patch-utils_CMakeLists_txt net/libproxy/pkg: PLIST-main Removed files: net/libproxy/patches: patch-libmodman_CMakeLists_txt patch-libproxy_CMakeLists_txt patch-libproxy_cmake_modules_cmk patch-libproxy_libproxy-1_0_pc_in patch-libproxy_proxy_cpp patch-libproxy_url_hpp Log message: SECURITY update to libproxy 0.4.9; CVE-2012-4504, buffer overflow in PAC processing. While there, remove unnecessary patches (some fixed upstream, some workarounds for header problems which have since been cleaned up, and change the "Build the pacrunner into libproxy" patch into -DBIPR:BOOL=OFF in CONFIGURE_ARGS instead). ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/12 07:02:15 Modified files: net/libproxy : Tag: OPENBSD_5_2 Makefile Added files: net/libproxy/patches: Tag: OPENBSD_5_2 patch-libproxy_url_cpp Log message: backport the CVE-2012-4504 security fix for libproxy (not carrying out a full update as it included a library bump). http://code.google.com/p/libproxy/source/detail?r=853 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/12 07:02:20 Modified files: meta/gnome : Makefile Log message: - unbreak after games-extra-data removal. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/10/12 07:20:11 Modified files: usr.bin/make : varmodifiers.c Log message: fix infinite loops on regexps that match the empty word, which is especially bad during runtime as we trap ^C. For instance ${A:C/-*//g}. Problem found by rpe@ Do the same as other modern tools: advance by one char and repeat, so that there's at most one empty word match at each position. okay millert@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/12 07:31:49 Modified files: audio/umurmur : Makefile distinfo audio/umurmur/patches: patch-src_client_c patch-src_messages_c Added files: audio/umurmur/patches: patch-src_client_h patch-src_ssl_c Log message: Bunch of fixes from upstream: Fix unsafe client removal from list at timeout. (upstream git commit ad3bc56f96b024ac31e8927f21d1f5e7b8f61b56) Reset timeout timer when receiving UDP data too: fix timeout when using push-to-talk. Correct speling error. (upstream git commit 6087b18a630eb32df682a7fd90d88408aa99c726) Fix handling of long cipherstrings/lists with OpenSSL. (upstream git commit 35d4608d0e044df48ee8cea13d3cbeafbb33535d) CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/12 07:35:28 ports/lang/feldspar/language/patches Update of /cvs/ports/lang/feldspar/language/patches In directory cvs.openbsd.org:/tmp/cvs-serv20543/patches Log Message: Directory /cvs/ports/lang/feldspar/language/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/10/12 07:43:00 Modified files: mail/isync : Makefile distinfo mail/isync/pkg : PLIST Removed files: mail/isync/patches: patch-configure Log message: Update for iSync to 1.0.5: - don't crash if neither host nor tunnel are specified - give the implicitly created imap account config the name of the store - handle failure to store messages - don't hang after failed start_tls - deal with UIDVALIDITY of 0 properly - fix memory access error (used memcpy for overlapping regions) While here, GROFF is not needed and the patch was applyed upstream. Ok giovanni@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/10/12 08:00:02 Modified files: sys/arch/amd64/stand: Makefile sys/arch/amd64/stand/boot: Makefile sys/arch/i386/stand: Makefile sys/arch/i386/stand/boot: Makefile Added files: sys/arch/amd64/stand/fdboot: Makefile sys/arch/i386/stand/fdboot: Makefile Log message: Build a 'fdboot' that will be used for floppy disk media. This can be made smaller than the normal 'boot', however for now it is identical. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/12 08:02:21 Modified files: devel/hs-cereal: Makefile distinfo devel/hs-cereal/pkg: PLIST security/hs-crypto-api: Makefile security/hs-cryptohash: Makefile www/hs-clientsession: Makefile Log message: Update to hs-cereal-0.3.5.2, needed by an upcoming port of hs-dbus (it wants Data.Serialize.IEEE754). Bump the other ports where necessary (because their haskell package signatures changed). Suggestion about bumps, and ok kili@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/10/12 08:07:46 Modified files: distrib/amd64/common: Makefile.inc list distrib/amd64/ramdiskA: Makefile list.local distrib/amd64/ramdisk_cd: list.local Log message: Use fdboot for amd64 floppy disk media. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/10/12 08:10:44 ports/databases/ruby-bdb/patches Update of /cvs/ports/databases/ruby-bdb/patches In directory cvs.openbsd.org:/tmp/cvs-serv23810/patches Log Message: Directory /cvs/ports/databases/ruby-bdb/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/10/12 08:12:28 Modified files: databases/ruby-bdb: Makefile Added files: databases/ruby-bdb/patches: patch-bdbxml2_extconf_rb patch-src_bdb_h patch-src_extconf_rb Log message: Add patches for building on ruby 1.9. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/10/12 08:23:14 Modified files: math/R : Makefile Log message: Link libR and other libraries with RPATH in the ELF header, so that other libraries can link to them with RPATH and work correctly without modifying the ld.so search path. OK dcoppa@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2012/10/12 08:29:22 Modified files: games/wesnoth : Makefile Log message: Change maintainer. Suggested by jasper@ (old maintainer). CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/12 08:35:27 ports/lang/feldspar/compiler/patches Update of /cvs/ports/lang/feldspar/compiler/patches In directory cvs.openbsd.org:/tmp/cvs-serv6276/patches Log Message: Directory /cvs/ports/lang/feldspar/compiler/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/12 08:40:04 Modified files: x11/gnome/rygel: Makefile distinfo x11/gnome/rygel/pkg: PLIST Log message: - update to rygel-0.16.1 CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2012/10/12 08:50:45 Log message: import foxtrotgps-1.1.1 FoxtrotGPS is an offshoot of Marcus Bauer's excellent Free & Open Source tangoGPS application, with a focus on cooperation and fostering community innovation. By default maps tiles are downloaded from the Openstreetmap project. Map tiles are automatically downloaded and cached for offline use. To get real-time positioning from a GPS receiver you need to run gpsd. With some help from jasper@, input and ok@ from dcoppa@ Status: Vendor Tag: kirby Release Tags: kirby_20121012 N ports/geo/foxtrotgps/Makefile N ports/geo/foxtrotgps/distinfo N ports/geo/foxtrotgps/patches/patch-src_geo_photos_c N ports/geo/foxtrotgps/patches/patch-src_main_c N ports/geo/foxtrotgps/pkg/DESCR N ports/geo/foxtrotgps/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/12 08:53:39 Modified files: devel/gettext : Makefile graphics/gd : Makefile lang/ocaml : Makefile Log message: bump various packages with static libs which frequently get pulled in; this is to force pkg_add -u to pick them up because moving to PIE does change these files but since there are no library bumps, the package signature stays the same. there are probably others, these are just ones I've run into. not a great fix, and needs to be repeated when other arch move, but it's the simplest low impact fix and I'm fed up with "relocation R_X86_64_32S can not be used when making a shared object; recompile with -fPIC" CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/12 08:54:34 Modified files: geo/foxtrotgps : Makefile geo/foxtrotgps/pkg: PLIST Log message: move desktop goo where it belongs ok kirby@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/12 08:55:42 Modified files: sysutils/consolekit: Makefile sysutils/consolekit/patches: patch-src_ck-sysdeps-openbsd_c patch-src_ck-sysdeps-unix_c patch-src_main_c Removed files: sysutils/consolekit/patches: patch-src_ck-vt-monitor_c Log message: Bring some checks and enhancements from Debian and FreeBSD. Enable console monitoring using VT_WAITACTIVE now that we have rthreads \o/ CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/10/12 08:57:42 Modified files: audio/snack : Makefile Log message: use MODPY_ADJ_FILES instead of MODPY_BIN_ADJ, to have MODPY_BIN_ADJ internal variable of python.port.mk in the future. ok sthen@ and sebastian@ (maintainer). no bump because package does not change. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/10/12 08:58:26 Modified files: sys/arch/amd64/stand/boot: Makefile sys/arch/i386/stand/boot: Makefile Added files: sys/arch/amd64/stand/boot: check-boot.pl sys/arch/i386/stand/boot: check-boot.pl Log message: Add a script that checks the file offsets for boot(8)'s .text and .data sections match up with their LMAs. This is necessary since biosboot does not perform relocation. Discussed with deraadt@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/10/12 09:00:25 Modified files: share/man/man7 : packages-specs.7 Log message: make some assumptions more explicit, after some confusion... CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/10/12 09:00:33 Modified files: sys/arch/amd64/stand/boot: srt0.S conf.c sys/arch/i386/stand/boot: srt0.S conf.c Log message: Force 16 byte alignment in boot(8) srt0.S, since this is more likely to get the required file offset (0x120) for the .text segment. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/10/12 09:03:22 Modified files: sys/arch/i386/stand/boot: Makefile Log message: Now that the file offset/alignment issue has been found and fixed, switch back to using -N when linking i386 boot(8). This prevents issues with the .data file offset becoming mismatched with its LMA, once the binary grows. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/12 09:04:14 Modified files: sysutils/consolekit: Makefile Added files: sysutils/consolekit/patches: patch-src_ck-vt-monitor_c Log message: VT monitoring is only available on i386 and amd64. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/12 09:06:37 Modified files: graphics/png : Makefile Log message: bump various packages with static libs which frequently get pulled in; this is to force pkg_add -u to pick them up because moving to PIE does change these files but since there are no library bumps, the package signature stays the same. there are probably others, these are just ones I've run into. not a great fix, and needs to be repeated when other arch move, but it's the simplest low impact fix and I'm fed up with "relocation R_X86_64_32S can not be used when making a shared object; recompile with -fPIC" CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/12 09:07:53 Modified files: graphics/jpeg : Makefile Log message: bump various packages with static libs which frequently get pulled in; this is to force pkg_add -u to pick them up because moving to PIE does change these files but since there are no library bumps, the package signature stays the same. there are probably others, these are just ones I've run into. not a great fix, and needs to be repeated when other arch move, but it's the simplest low impact fix and I'm fed up with "relocation R_X86_64_32S can not be used when making a shared object; recompile with -fPIC" CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/10/12 09:16:45 Modified files: sys/dev/pci : if_oce.c oce.c ocevar.h Log message: a bit of janitoring CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/12 09:20:00 Log message: import ports/net/dnscrypt-proxy, from Frank Denis with small tweaks by me, ok jasper@ DNSCrypt-proxy provides local service which can be used directly as your local resolver or as a DNS forwarder, encrypting requests using the DNSCrypt protocol and passing them to an upstream server, by default OpenDNS who run this on their resolvers. The DNSCrypt protocol is very similar to DNSCurve, but focuses on securing communications between a client and its first-level resolver. While not providing end-to-end security, it protects the local network, which is often the weakest point of the chain, against man-in-the-middle attacks. It also provides some confidentiality to DNS queries. Status: Vendor Tag: sthen Release Tags: sthen_20121012 N ports/net/dnscrypt-proxy/Makefile N ports/net/dnscrypt-proxy/distinfo N ports/net/dnscrypt-proxy/pkg/DESCR-plugins N ports/net/dnscrypt-proxy/pkg/DESCR-main N ports/net/dnscrypt-proxy/pkg/PFRAG.shared-plugins N ports/net/dnscrypt-proxy/pkg/dnscrypt_proxy.rc N ports/net/dnscrypt-proxy/pkg/MESSAGE-main N ports/net/dnscrypt-proxy/pkg/PLIST-plugins N ports/net/dnscrypt-proxy/pkg/PLIST-main No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/12 09:20:21 Modified files: net : Makefile Log message: +dnscrypt-proxy CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2012/10/12 09:33:55 Modified files: geo : Makefile Log message: hook foxtrotgps to the build. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/12 09:34:00 Modified files: sysutils/node-syslog: Makefile distinfo sysutils/node-syslog/pkg: PLIST Log message: - update to 1.1.6 CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2012/10/12 09:38:12 Modified files: geo/foxtrotgps : Makefile geo/foxtrotgps/pkg: PLIST Log message: first bits in moving from tangogps to foxtrotgps looks good to dcoppa@ CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/10/12 09:38:49 Modified files: emulators/gns3 : Makefile Log message: use MODPY_ADJ_FILES instead of MODPY_BIN_ADJ, to have MODPY_BIN_ADJ internal variable of python.port.mk in the future. "yup" sthen@. no bump because package does not change. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2012/10/12 09:39:28 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: add a quirk for tangogps CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/12 09:41:04 Modified files: devel/desktop-file-utils: Makefile distinfo Log message: Update to desktop-file-utils-0.21. prodded by landry@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2012/10/12 09:42:18 Modified files: geo : Makefile Log message: unhook tangogps. it was superseded by foxtrotgps. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/12 09:47:15 Modified files: print/cups-pk-helper: Makefile distinfo print/cups-pk-helper/patches: patch-src_cups_c print/cups-pk-helper/pkg: PLIST Log message: SECURITY update to cups-pk-helper-0.2.3. prodded by landry@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2012/10/12 09:53:42 Removed files: geo/tangogps : Makefile distinfo geo/tangogps/patches: patch-Makefile_in patch-configure_in patch-po_Makefile_in_in patch-src_callbacks_c patch-src_friends_c patch-src_gps_functions_c patch-src_hrm_functions_c patch-src_main_c patch-src_map_management_c patch-src_tile_management_c patch-src_util_h geo/tangogps/pkg: DESCR PLIST Log message: remove. it was superseded by foxtrotgps. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/12 09:54:39 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Unfuck. CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/10/12 10:06:03 Log message: based on a port from juanfra684 in openbsd-wip/fonts - reorder Makefile according to Makefile.template - trim COMMENT - fetch files from the original site - change DISTNAME, MASTER_SITES, EXTRACT_SUFX accordingly - use lowercase for fonts directory - install docu pdf too with help and ok from sthen aja Status: Vendor Tag: rpe Release Tags: rpe_20121012 N ports/fonts/roboto-fonts/Makefile N ports/fonts/roboto-fonts/distinfo N ports/fonts/roboto-fonts/pkg/DESCR N ports/fonts/roboto-fonts/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/10/12 10:08:31 Modified files: fonts : Makefile Log message: add roboto-fonts CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/10/12 10:17:02 Modified files: share/man/man7 : packages-specs.7 Log message: zap trailing whitespace; CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/10/12 10:23:19 Log message: based on a port from Jona Joachim in openbsd-wip/fonts with help and ok from sthen aja Status: Vendor Tag: rpe Release Tags: rpe_20121012 N ports/fonts/linuxlibertine-fonts-otf/Makefile N ports/fonts/linuxlibertine-fonts-otf/distinfo N ports/fonts/linuxlibertine-fonts-otf/pkg/DESCR N ports/fonts/linuxlibertine-fonts-otf/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/10/12 10:24:07 Log message: based on a port from Jona Joachim in openbsd-wip/fonts with help and ok from sthen aja Status: Vendor Tag: rpe Release Tags: rpe_20121012 N ports/fonts/linuxlibertine-fonts-ttf/Makefile N ports/fonts/linuxlibertine-fonts-ttf/distinfo N ports/fonts/linuxlibertine-fonts-ttf/pkg/DESCR N ports/fonts/linuxlibertine-fonts-ttf/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/10/12 10:26:50 Modified files: fonts : Makefile Log message: add linuxlibertine-fonts-otf, linuxlibertine-fonts-ttf CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/10/12 10:46:10 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-base_atomicops_h patch-base_base_gyp patch-base_base_gypi patch-chrome_browser_printing_print_system_task_proxy_cc patch-chrome_browser_ui_webui_about_ui_cc patch-chrome_chrome_browser_gypi patch-chrome_common_chrome_notification_types_h patch-chrome_common_chrome_paths_cc patch-chrome_test_perf_perf_test_cc patch-content_app_content_main_runner_cc patch-content_browser_browser_main_loop_cc patch-content_browser_child_process_launcher_cc patch-content_content_browser_gypi patch-content_renderer_renderer_main_platform_delegate_linux_cc patch-media_media_gyp patch-net_disk_cache_disk_format_h patch-printing_printing_gyp patch-skia_skia_gyp 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_iccjpeg_iccjpeg_gyp patch-third_party_protobuf_src_google_protobuf_stubs_atomicops_h patch-tools_gyp_pylib_gyp_generator_make_py patch-ui_base_l10n_l10n_util_cc patch-webkit_plugins_npapi_plugin_list_posix_cc patch-webkit_plugins_ppapi_ppapi_plugin_instance_cc www/chromium/pkg: PLIST Added files: www/chromium/patches: patch-content_content_common_gypi patch-content_content_gpu_gypi patch-net_net_gyp patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_ia32_libavcodec_codec_names_h patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_x64_libavcodec_codec_names_h patch-third_party_ffmpeg_libavcodec_x86_vp56_arith_h patch-third_party_libXNVCtrl_libXNVCtrl_gyp patch-third_party_libvpx_obj_int_extract_sh patch-third_party_libvpx_source_libvpx_build_make_obj_int_extract_c patch-third_party_libvpx_unpack_lib_posix_sh Removed files: www/chromium/patches: patch-base_debug_stack_trace_posix_cc patch-base_threading_worker_pool_posix_cc patch-content_public_browser_content_browser_client_cc patch-content_public_browser_content_browser_client_h Log message: update to 22.0.1229.94 CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/10/12 11:32:51 Modified files: cs : donations.html index.html plat.html users.html faq/cs : faq3.html index.html faq/pf/cs : index.html fr : index.html openssh/cs : index.html openssh/fr : security.html porting/fr : autoconf.html libraries.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/10/12 11:34:17 Modified files: www/chromium : Makefile Added files: www/chromium/patches: patch-base_debug_stack_trace_posix_cc Log message: re-add needed patch for i386 CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/10/12 11:41:40 Modified files: sys/dev/pci : if_oce.c oce.c ocevar.h Log message: major cleanup CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/10/12 11:59:25 Modified files: net/icinga : Makefile net/icinga/core: Makefile net/icinga/core/pkg: README-main net/icinga/web : Makefile net/icinga/web/pkg: PLIST Added files: net/icinga/web/patches: patch-etc_conf_d_databases_xml_in Removed files: net/icinga/web/pkg: README Log message: icinga: - attach icinga-web to build icinga-core: - bump REVISION for -main, -cgi and -ido - remove CFGDIR, MAKE_FLAGS from Makefile which are relics - replace /var/www with ${PREFIX-cgi} - add instructions for icinga-web to README - choose mysql by default icinga-web: - bump REVISION - remove README, all instructions are in the icinga-core README - remove comments about w.i.p - choose mysql by default - tell configure where to find icinga binary, icinga.cfg and the icinga objects dir - add icinga, icinga-idoutils and bash to RUN_DEPENDS - patch shells scripts to use the correct path for bash - patch databases.xml.in to have both DBs enabled by default with help and ok from sthen aja CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/10/12 12:13:38 Log message: Import armagetronad-0.2.8.3.2. Armagetron is a multiplayer game in 3d that attempts to emulate and expand on the lightcycle sequence from the movie Tron. It's an old school arcade game slung into the 21st century. Highlights include a customizable playing arena, HUD, unique graphics, and AI bots. For the more advanced player there are new game modes and a wide variety of physics settings to tweak as well. ok jeremy@ kirby@ Status: Vendor Tag: bentley Release Tags: bentley_20121012 N ports/games/armagetronad/Makefile N ports/games/armagetronad/distinfo N ports/games/armagetronad/pkg/DESCR N ports/games/armagetronad/pkg/PLIST N ports/games/armagetronad/patches/patch-configure N ports/games/armagetronad/patches/patch-config_Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/10/12 12:14:21 Modified files: games : Makefile Log message: +armagetronad CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/10/12 12:24:31 Modified files: sys/dev/pci : if_oce.c oce.c ocevar.h Log message: no need to fetch and print the fw revision CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/10/12 12:35:09 Modified files: audio/xmms : Makefile Log message: i am not using this port anymore, so remove myself as maintainer CVSROOT: /cvs Module name: www Changes by: eric@cvs.openbsd.org 2012/10/12 13:16:02 Modified files: faq : current.html Log message: warn about the smtpd.conf syntax change CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/12 13:20:40 Modified files: net/gnaughty : Makefile net/gnaughty/pkg: DESCR Log message: s/fastly/quickly/ in DESCR CVSROOT: /cvs Module name: src Changes by: dcoppa@cvs.openbsd.org 2012/10/12 13:34:51 Modified files: etc : ftpusers group master.passwd Log message: Add the _iscsid user, required by iscsid OK claudio@ CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/10/12 13:53:24 Modified files: sys/net80211 : ieee80211_input.c sys/dev/usb : if_run.c if_otus.c sys/dev/pci : if_iwn.c sys/dev/ic : rt2860.c Log message: Cleanup false positives for uninitialized uses. Part of the work to remove -Wno-uninitialized. ok blambert jsg CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/10/12 13:57:46 Modified files: lang/python : python.port.mk Log message: begin to clean python.port.mk by making these variables internal: _MODPY_DEFAULT_VERSION_2 _MODPY_DEFAULT_VERSION_3 _MODPY_PRE_BUILD_STEPS _MODPY_BIN_ADJ ok sthen@ reads good espie@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/12 13:59:33 Modified files: devel/coccinelle: Makefile distinfo devel/coccinelle/patches: patch-Makefile patch-cocci_ml patch-commons_common_ml devel/coccinelle/pkg: PLIST Added files: devel/coccinelle/pkg: PFRAG.native PFRAG.shared Removed files: devel/coccinelle/patches: patch-configure patch-pycaml_Makefile Log message: update to coccinelle 1.0.0-rc15 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/12 14:00:38 Modified files: print/foo2zjs : Makefile distinfo print/foo2zjs/patches: patch-Makefile Log message: Minor update to foo2zjs-20120909. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/10/12 14:24:56 Modified files: infrastructure/bin: dpb infrastructure/lib/DPB: Job.pm infrastructure/lib/DPB/Job: Port.pm Log message: -DALWAYS_CLEAN: clean ports even if they errored out (that's a prop, so always_clean=1 in hosts file. refactor task code a bit. And fix a buglet related to the NFS check (wrong finalize order) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/10/12 14:27:16 Modified files: infrastructure/man/man1: dpb.1 Log message: document ALWAYS_CLEAN CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/12 14:31:45 Modified files: multimedia/get_flash_videos: Makefile distinfo multimedia/get_flash_videos/pkg: PLIST Removed files: multimedia/get_flash_videos/patches: patch-lib_FlashVideo_Site_Youtube_pm Log message: update get-flash-videos to a newer snapshot CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/10/12 14:45:49 Modified files: sys/kern : uipc_usrreq.c lib/libc/sys : getsockname.2 Log message: For consistency with other OSes and ease of porting, make get{sock,peer}name() behave like accept() when the involved UNIX-domain socket isn't bound to an address, returning an AF_UNIX sockaddr with zero-length sun_path. Based on diff from robert@ and mikeb@ ok robert@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/12 14:52:04 Added files: devel/glib2/patches: patch-gio_tests_file_c patch-gio_tests_socket_c Log message: Disable a couple of tests: * test_create_delete: there seems to be an issue with the kqueue backend (to be revisited) * ipv6_v4mapped: this will never be supported on OpenBSD CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/12 14:53:39 Modified files: devel/coccinelle: Makefile devel/coccinelle/patches: patch-Makefile patch-commons_common_ml Log message: remove a gnu-specific flag in find command lines CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/12 14:54:23 Modified files: devel/glib2 : Makefile Log message: Ok, at the time we had 100 tests failing it made sense to keep running the regression suite. Nowadays, we want to actually stop on errors so that we can see and fix them. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2012/10/12 15:12:19 Modified files: sys/dev/pci : if_vio.c vioblk.c vioblkreg.h virtio.c virtio_pci.c virtioreg.h virtiovar.h Log message: Add $OpenBSD$ CVS Ids. ok sf@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/10/12 15:13:47 Modified files: usr.bin/mg : basic.c buffer.c def.h funmap.c mg.1 Log message: - implement "revert-buffer", which reverts the current buffer to what's on disk - split gotoline() into the argument handling part and the part that actually goes to the specified line number so it can be re-used by revertbuffer() input/ok florian@ haesbaert@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/10/12 15:44:20 Modified files: usr.bin/make : make.1 Log message: Document duplicate inference rules. That's posix behavior, and what we do. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/12 15:44:51 Modified files: graphics/hugin : Makefile distinfo graphics/hugin/patches: patch-CMakeModules_FindGLEW_cmake patch-CMakeModules_FindPNG_cmake patch-src_hugin_base_hugin_utils_platform_cpp graphics/hugin/pkg: PLIST Removed files: graphics/hugin/patches: patch-src_foreign_vigra_vigra_impex_png_cxx Log message: update to hugin 2011.4.0 * still broken on PIE arches, mark as BROKEN-... for them to stop wasting time in builds until it can be repaired. CVSROOT: /cvs Module name: src Changes by: sasano@cvs.openbsd.org 2012/10/12 15:56:03 Modified files: sys/dev/pci : pucdata.c Log message: Added I-O DATA RSA-PCI2 support. This card is OX16PCI954-based, but uses 14.7456MHz clock to support 921600bps. ok by deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/12 15:56:07 Modified files: print/hplip : Makefile distinfo print/hplip/patches: patch-Makefile_in patch-base_g_py patch-base_utils_py print/hplip/pkg: PLIST-hpijs Log message: Update to hplip-3.12.10a. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/10/12 16:18:10 Modified files: infrastructure/lib/DPB/Core: Distant.pm Log message: shrink msg CVSROOT: /cvs Module name: ports Changes by: lteo@cvs.openbsd.org 2012/10/12 20:56:15 Modified files: net/oinkmaster : Makefile Added files: net/oinkmaster/patches: patch-oinkmaster_conf patch-oinkmaster_pl Log message: Update/add URLs in oinkmaster.conf to ones that actually work today, including URLs for registered users and subscribers of Snort.org (suggested by Markus Lude who is taking maintainership of this port). Also extend the URL regex check in the oinkmaster Perl script to recognize an official Snort.org download URL. OK Markus Lude (new maintainer) dcoppa@ sthen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/10/13 00:46:26 Modified files: www/seamonkey : Makefile distinfo www/seamonkey-i18n: Makefile.inc distinfo Log message: SECURITY update to seamonkey 2.13.1, tracking fx 16.0.1. CVSROOT: /cvs Module name: src Changes by: dcoppa@cvs.openbsd.org 2012/10/13 01:42:39 Modified files: etc/mail : aliases Log message: Forgot to add _iscsid to mail/aliases Pointed out by ajacoutot@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/10/13 02:01:47 Modified files: usr.sbin/smtpd : aliases.c lka.c lka_session.c map.c ruleset.c Log message: Make map_lookup() and make_compare() set errno on failure to distinguish between "no match" and "internal error" (e.g. missing or broken db file). Adapt alias expansion and ruleset matching code to check for such errors, in which case the current processing is aborted, and a temporary failure is reported to the smtp session. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/13 02:13:51 Modified files: editors/nvi : Makefile distinfo editors/nvi/patches: patch-build_CMakeLists_txt Added files: editors/nvi/patches: patch-vi_vs_msg_c Removed files: editors/nvi/patches: patch-common_recover_c Log message: Update to nvi-2.1.1 ok naddy@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/13 02:24:52 Modified files: print/gutenprint: Makefile distinfo print/gutenprint/patches: patch-configure patch-doc_Makefile_in patch-doc_developer_Makefile_in Log message: Update to gutenprint-5.2.9. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/10/13 02:32:58 Modified files: infrastructure/bin: dpb infrastructure/lib/DPB/Job: Port.pm Log message: tweaks - waiting should know when it gets interrupted! so that it doesn't zombify - add a time limit. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/10/13 02:47:32 Modified files: infrastructure/lib/DPB/Core: Distant.pm Log message: zap warnings CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/13 02:55:16 Modified files: print/py-cups : Makefile Log message: This requires -liconv to load cups.so. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/13 02:57:38 Modified files: print/system-config-printer: Makefile distinfo print/system-config-printer/patches: patch-Makefile_in patch-system-config-printer_py patch-udev_udev-configure-printer_c Log message: Update to system-config-printer-1.3.12. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/10/13 03:00:02 Modified files: infrastructure/bin: dpb Log message: fix default property handling CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/10/13 03:06:56 Modified files: infrastructure/lib/DPB: Core.pm infrastructure/lib/DPB/Job: Port.pm Log message: disable the waiting period if waiting_timeout is 0. and don't do it on localhost CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/10/13 03:08:06 www/opensmtpd/fr Update of /cvs/www/opensmtpd/fr In directory cvs.openbsd.org:/tmp/cvs-serv15814/opensmtpd/fr Log Message: Directory /cvs/www/opensmtpd/fr added to the repository CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/10/13 03:08:19 Modified files: fr : 52.html hackathons.html Added files: opensmtpd/fr : index.html security.html users.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/10/13 03:10:07 Modified files: infrastructure/man/man1: dpb.1 Log message: document WAITING_TIMEOUT CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/10/13 03:44:25 Modified files: usr.sbin/smtpd : makemap.c Log message: when makemap is executed in sendmail mode, check if ".db" is part of the filename and imply it otherwise so that the following works: makemap hash /etc/mail/aliases < aliases CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/10/13 04:07:15 Modified files: regress/usr.bin/make: mk10 t10.out Log message: fix test now that we forbid unclosed specs CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/10/13 04:24:20 Modified files: regress/usr.bin/make: t29.out t29.out2 Log message: we are now warning about this ! CVSROOT: /cvs Module name: src Changes by: jeremy@cvs.openbsd.org 2012/10/13 04:28:22 Modified files: usr.sbin/pkg_add/OpenBSD: PackingElement.pm Update.pm Log message: In update verbose mode, when skipping an update candidate due to an unmatching pkgpath, if no valid update candidates are found, print that we are skipping the update candidate and all pkgpaths for both the currently installed package and the skipped update candidate. This is designed to help diagnosing issues when ports move locations in the tree, but the necessary @pkgpath entries are not correctly added to the PLIST. Much help and OK espie@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/13 04:40:38 Modified files: devel/uthash : Makefile distinfo Log message: - update to uthash-1.9.7 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/10/13 04:47:17 Modified files: devel/ruby-kgio: Makefile distinfo Log message: Update to kgio 2.7.4. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/10/13 04:48:40 Modified files: www/ruby-raindrops: Makefile distinfo Removed files: www/ruby-raindrops/patches: patch-test_test_linux_tcp_info_rb Log message: Update to raindrops 0.10.0. Remove a patch accepted upstream. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/10/13 04:49:49 Modified files: www/ruby-unicorn: Makefile distinfo www/ruby-unicorn/pkg: PLIST Added files: www/ruby-unicorn/patches: patch-script_isolate_for_tests Removed files: www/ruby-unicorn/patches: patch-t_t0011-active-unix-socket_sh patch-t_test-lib_sh patch-test_test_helper_rb Log message: Update to unicorn 4.4.0. Remove some patches accepted upstream. Minor changes to get the regression tests to run. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/10/13 04:50:14 Modified files: www/ruby-rainbows: Makefile distinfo Log message: Update to rainbows 4.4.1. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/13 06:13:37 Modified files: devel/arduino : Makefile devel/arduino/files: BSDmakefile Log message: - add a note about how to use the Ethernet library. based on a mail from Tom Doherty CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/13 07:19:59 Modified files: www/glpi : Makefile distinfo Log message: - update to glpi-0.83.5 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/10/13 08:10:35 Modified files: sys/arch/amd64/stand/boot: Makefile sys/arch/amd64/stand/fdboot: Makefile sys/arch/i386/stand/boot: Makefile sys/arch/i386/stand/fdboot: Makefile Log message: Only build fdboot on the appropriate architectures. Also fix the path to check-boot.pl so that it works with both boot and fdboot. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/10/13 08:20:26 Modified files: gnu/usr.bin/cc/cc: Makefile Log message: fix typo, keyword is exists, not exist CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/10/13 08:53:12 Log message: importing devel/gyp - allows generating of SCons/Makefiles from platform-independent input OK jeremy@, sthen@ Status: Vendor Tag: abieber Release Tags: abieber_20121013 N ports/devel/gyp/Makefile N ports/devel/gyp/distinfo N ports/devel/gyp/pkg/PLIST N ports/devel/gyp/pkg/DESCR N ports/devel/gyp/patches/patch-pylib_gyp_common_py N ports/devel/gyp/patches/patch-gyptest_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/10/13 09:09:58 Log message: import lang/libv8 - a javascript engine for clients and servers OK jeremy@, sthen@ Status: Vendor Tag: abieber Release Tags: abieber_20121013 N ports/lang/libv8/Makefile N ports/lang/libv8/distinfo N ports/lang/libv8/patches/patch-Makefile N ports/lang/libv8/patches/patch-src_heap_cc N ports/lang/libv8/patches/patch-tools_gyp_v8_gyp N ports/lang/libv8/patches/patch-build_common_gypi N ports/lang/libv8/pkg/DESCR N ports/lang/libv8/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/10/13 09:11:52 Log message: Import shells/ksh93. KSH-93 is the most recent version of the KornShell Language described in "The KornShell Command and Programming Language," by Morris Bolsky and David Korn of AT&T Bell Laboratories. The KornShell is a shell programming language, which is upward compatible with "sh" (the Bourne Shell), and is intended to conform to the IEEE P1003.2/ISO 9945.2 Shell and Utilities standard. KSH-93 provides an enhanced programming environment in addition to the major command-entry features of the BSD shell "csh". With KSH-93, medium-sized programming tasks can be performed at shell-level without a significant loss in performance. In addition, "sh" scripts can be run on KSH-93 without modification. Distfile mirrored by aja@ (thanks!); import requested by and ok rpe@. Status: Vendor Tag: pascal Release Tags: pascal_20121310 N ports/shells/ksh93/Makefile N ports/shells/ksh93/distinfo N ports/shells/ksh93/pkg/DESCR N ports/shells/ksh93/pkg/PLIST N ports/shells/ksh93/patches/patch-bin_package No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/10/13 09:13:15 Modified files: shells : Makefile Log message: +ksh93 CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/10/13 09:18:33 Modified files: devel/libast : Makefile devel/libast/pkg: PLIST Log message: record @conflict with ksh93 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/10/13 10:30:15 Modified files: sys/arch/amd64/stand/pxeboot: pxeboot.8 sys/arch/i386/stand/pxeboot: pxeboot.8 Log message: pxe spec reference is better placed in STANDARDS; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/10/13 10:34:08 Modified files: sbin/ping : ping.8 sbin/ping6 : ping6.8 Log message: move the exit status stuff into an EXIT STATUS section; CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/13 10:58:09 Modified files: distrib/amd64/ramdiskA: list.local Log message: TZ does not fit on the floppy media (we have encountered this on other platforms) ok jsing CVSROOT: /cvs Module name: xenocara Changes by: espie@cvs.openbsd.org 2012/10/13 11:16:20 Modified files: lib/freetype : Makefile Log message: tweak a bit for better standards conformance okay matthieu@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/13 11:24:04 Modified files: sys/dev/pci : if_xl_pci.c Log message: This device should not put itself into D3 by itself when going to WOL; allow the pci subsystem to do that based on BIOS information if it needs. Tested by stsp CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/13 11:24:46 Modified files: sys/dev/ic : xl.c Log message: Move WOL activation to DVACT_POWERDOWN (instead of doing it twice, at DVACT_QUIESCE and DVACT_SUSPEND time). Tested by stsp. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/13 13:42:20 Modified files: distrib/sets/lists/base: md.amd64 md.i386 Log message: sync CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/10/13 14:24:13 Log message: add GNU parallel (2012-08-22) ok pascal@ (Maintainer) Status: Vendor Tag: rpe Release Tags: rpe_20121013 N ports/sysutils/parallel/Makefile N ports/sysutils/parallel/distinfo N ports/sysutils/parallel/patches/patch-src_Makefile_in N ports/sysutils/parallel/patches/patch-src_parallel N ports/sysutils/parallel/pkg/DESCR N ports/sysutils/parallel/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/10/13 14:26:39 Modified files: sysutils : Makefile Log message: +parallel CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/10/13 15:23:53 Log message: import OpenSSL-1.0.1c Status: Vendor Tag: openssl Release Tags: openssl_1_0_1_c U src/lib/libssl/src/ACKNOWLEDGMENTS C src/lib/libssl/src/CHANGES U src/lib/libssl/src/CHANGES.SSLeay C src/lib/libssl/src/config C src/lib/libssl/src/Configure C src/lib/libssl/src/e_os2.h C src/lib/libssl/src/e_os.h C src/lib/libssl/src/FAQ U src/lib/libssl/src/INSTALL U src/lib/libssl/src/install.com U src/lib/libssl/src/INSTALL.DJGPP U src/lib/libssl/src/INSTALL.MacOS U src/lib/libssl/src/INSTALL.NW U src/lib/libssl/src/INSTALL.OS2 U src/lib/libssl/src/INSTALL.VMS U src/lib/libssl/src/INSTALL.W32 U src/lib/libssl/src/INSTALL.W64 U src/lib/libssl/src/INSTALL.WCE U src/lib/libssl/src/LICENSE C src/lib/libssl/src/Makefile C src/lib/libssl/src/Makefile.org U src/lib/libssl/src/Makefile.shared C src/lib/libssl/src/makevms.com C src/lib/libssl/src/NEWS U src/lib/libssl/src/openssl.doxy C src/lib/libssl/src/openssl.spec U src/lib/libssl/src/PROBLEMS C src/lib/libssl/src/README U src/lib/libssl/src/README.ASN1 U src/lib/libssl/src/README.ENGINE U src/lib/libssl/src/apps/app_rand.c C src/lib/libssl/src/apps/apps.c C src/lib/libssl/src/apps/apps.h U src/lib/libssl/src/apps/asn1pars.c C src/lib/libssl/src/apps/ca.c U src/lib/libssl/src/apps/ca-cert.srl U src/lib/libssl/src/apps/CA.com U src/lib/libssl/src/apps/ca-key.pem U src/lib/libssl/src/apps/CA.pl U src/lib/libssl/src/apps/CA.pl.in U src/lib/libssl/src/apps/ca-req.pem U src/lib/libssl/src/apps/CA.sh U src/lib/libssl/src/apps/cert.pem C src/lib/libssl/src/apps/ciphers.c U src/lib/libssl/src/apps/client.pem U src/lib/libssl/src/apps/cms.c U src/lib/libssl/src/apps/crl2p7.c U src/lib/libssl/src/apps/crl.c C src/lib/libssl/src/apps/dgst.c U src/lib/libssl/src/apps/dh1024.pem U src/lib/libssl/src/apps/dh2048.pem U src/lib/libssl/src/apps/dh4096.pem U src/lib/libssl/src/apps/dh512.pem U src/lib/libssl/src/apps/dh.c U src/lib/libssl/src/apps/dsa.c U src/lib/libssl/src/apps/dhparam.c U src/lib/libssl/src/apps/dsa1024.pem U src/lib/libssl/src/apps/dsa512.pem U src/lib/libssl/src/apps/dsa-ca.pem U src/lib/libssl/src/apps/dsaparam.c U src/lib/libssl/src/apps/dsa-pca.pem U src/lib/libssl/src/apps/dsap.pem U src/lib/libssl/src/apps/ec.c U src/lib/libssl/src/apps/ecparam.c C src/lib/libssl/src/apps/enc.c U src/lib/libssl/src/apps/engine.c U src/lib/libssl/src/apps/errstr.c U src/lib/libssl/src/apps/gendh.c U src/lib/libssl/src/apps/gendsa.c U src/lib/libssl/src/apps/genpkey.c U src/lib/libssl/src/apps/genrsa.c U src/lib/libssl/src/apps/install-apps.com C src/lib/libssl/src/apps/makeapps.com C src/lib/libssl/src/apps/Makefile L src/lib/libssl/src/apps/md4.c U src/lib/libssl/src/apps/nseq.c U src/lib/libssl/src/apps/ocsp.c U src/lib/libssl/src/apps/oid.cnf C src/lib/libssl/src/apps/openssl.c U src/lib/libssl/src/apps/openssl.cnf U src/lib/libssl/src/apps/openssl-vms.cnf U src/lib/libssl/src/apps/passwd.c U src/lib/libssl/src/apps/pca-cert.srl U src/lib/libssl/src/apps/pca-key.pem U src/lib/libssl/src/apps/pca-req.pem U src/lib/libssl/src/apps/pkcs12.c U src/lib/libssl/src/apps/pkcs7.c U src/lib/libssl/src/apps/pkcs8.c U src/lib/libssl/src/apps/pkey.c U src/lib/libssl/src/apps/pkeyparam.c U src/lib/libssl/src/apps/pkeyutl.c U src/lib/libssl/src/apps/prime.c U src/lib/libssl/src/apps/privkey.pem C src/lib/libssl/src/apps/progs.h C src/lib/libssl/src/apps/progs.pl U src/lib/libssl/src/apps/rand.c C src/lib/libssl/src/apps/req.c U src/lib/libssl/src/apps/req.pem U src/lib/libssl/src/apps/rsa8192.pem U src/lib/libssl/src/apps/rsa.c U src/lib/libssl/src/apps/rsautl.c U src/lib/libssl/src/apps/s1024key.pem U src/lib/libssl/src/apps/s1024req.pem U src/lib/libssl/src/apps/s512-key.pem U src/lib/libssl/src/apps/s512-req.pem U src/lib/libssl/src/apps/s_apps.h C src/lib/libssl/src/apps/s_cb.c C src/lib/libssl/src/apps/s_client.c U src/lib/libssl/src/apps/server2.pem C src/lib/libssl/src/apps/server.pem U src/lib/libssl/src/apps/server.srl C src/lib/libssl/src/apps/sess_id.c U src/lib/libssl/src/apps/smime.c C src/lib/libssl/src/apps/speed.c U src/lib/libssl/src/apps/spkac.c N src/lib/libssl/src/apps/srp.c C src/lib/libssl/src/apps/s_server.c C src/lib/libssl/src/apps/s_socket.c U src/lib/libssl/src/apps/s_time.c U src/lib/libssl/src/apps/testCA.pem U src/lib/libssl/src/apps/testdsa.h U src/lib/libssl/src/apps/testrsa.h U src/lib/libssl/src/apps/timeouts.h U src/lib/libssl/src/apps/ts.c U src/lib/libssl/src/apps/tsget C src/lib/libssl/src/apps/verify.c U src/lib/libssl/src/apps/version.c U src/lib/libssl/src/apps/vms_decc_init.c U src/lib/libssl/src/apps/winrand.c C src/lib/libssl/src/apps/x509.c U src/lib/libssl/src/apps/demoCA/cacert.pem U src/lib/libssl/src/apps/demoCA/index.txt U src/lib/libssl/src/apps/demoCA/serial U src/lib/libssl/src/apps/demoCA/private/cakey.pem N src/lib/libssl/src/apps/demoSRP/srp_verifier.txt N src/lib/libssl/src/apps/demoSRP/srp_verifier.txt.attr U src/lib/libssl/src/apps/set/set_b_ca.pem U src/lib/libssl/src/apps/set/set_c_ca.pem U src/lib/libssl/src/apps/set/set_d_ct.pem U src/lib/libssl/src/apps/set/set-g-ca.pem U src/lib/libssl/src/apps/set/set-m-ca.pem U src/lib/libssl/src/apps/set/set_root.pem U src/lib/libssl/src/bugs/alpha.c U src/lib/libssl/src/bugs/dggccbug.c U src/lib/libssl/src/bugs/MS U src/lib/libssl/src/bugs/sgiccbug.c U src/lib/libssl/src/bugs/sslref.dif U src/lib/libssl/src/bugs/SSLv3 U src/lib/libssl/src/bugs/stream.c U src/lib/libssl/src/bugs/ultrixcc.c U src/lib/libssl/src/certs/README.RootCerts U src/lib/libssl/src/certs/demo/ca-cert.pem U src/lib/libssl/src/certs/demo/dsa-ca.pem U src/lib/libssl/src/certs/demo/dsa-pca.pem U src/lib/libssl/src/certs/demo/pca-cert.pem U src/lib/libssl/src/certs/expired/ICE.crl U src/lib/libssl/src/crypto/alphacpuid.pl N src/lib/libssl/src/crypto/arm_arch.h N src/lib/libssl/src/crypto/armcap.c N src/lib/libssl/src/crypto/armv4cpuid.S C src/lib/libssl/src/crypto/cpt_err.c C src/lib/libssl/src/crypto/cryptlib.c C src/lib/libssl/src/crypto/cryptlib.h C src/lib/libssl/src/crypto/crypto.h C src/lib/libssl/src/crypto/crypto-lib.com U src/lib/libssl/src/crypto/cversion.c U src/lib/libssl/src/crypto/ebcdic.c U src/lib/libssl/src/crypto/ebcdic.h U src/lib/libssl/src/crypto/ex_data.c C src/lib/libssl/src/crypto/fips_err.h N src/lib/libssl/src/crypto/fips_ers.c U src/lib/libssl/src/crypto/ia64cpuid.S U src/lib/libssl/src/crypto/install-crypto.com U src/lib/libssl/src/crypto/LPdir_nyi.c U src/lib/libssl/src/crypto/LPdir_unix.c U src/lib/libssl/src/crypto/LPdir_vms.c U src/lib/libssl/src/crypto/LPdir_win32.c U src/lib/libssl/src/crypto/LPdir_win.c U src/lib/libssl/src/crypto/LPdir_wince.c C src/lib/libssl/src/crypto/Makefile U src/lib/libssl/src/crypto/md32_common.h C src/lib/libssl/src/crypto/mem.c U src/lib/libssl/src/crypto/mem_clr.c U src/lib/libssl/src/crypto/mem_dbg.c U src/lib/libssl/src/crypto/o_dir.c U src/lib/libssl/src/crypto/o_dir.h U src/lib/libssl/src/crypto/o_dir_test.c N src/lib/libssl/src/crypto/o_fips.c C src/lib/libssl/src/crypto/o_init.c C src/lib/libssl/src/crypto/opensslconf.h U src/lib/libssl/src/crypto/opensslconf.h.in C src/lib/libssl/src/crypto/opensslv.h C src/lib/libssl/src/crypto/ossl_typ.h U src/lib/libssl/src/crypto/o_str.c U src/lib/libssl/src/crypto/o_str.h U src/lib/libssl/src/crypto/o_time.c U src/lib/libssl/src/crypto/o_time.h N src/lib/libssl/src/crypto/pariscid.pl N src/lib/libssl/src/crypto/ppccap.c U src/lib/libssl/src/crypto/ppccpuid.pl U src/lib/libssl/src/crypto/s390xcap.c U src/lib/libssl/src/crypto/s390xcpuid.S U src/lib/libssl/src/crypto/sparccpuid.S U src/lib/libssl/src/crypto/sparcv9cap.c C src/lib/libssl/src/crypto/symhacks.h U src/lib/libssl/src/crypto/uid.c U src/lib/libssl/src/crypto/vms_rms.h C src/lib/libssl/src/crypto/x86_64cpuid.pl U src/lib/libssl/src/crypto/x86cpuid.pl U src/lib/libssl/src/crypto/aes/aes_cbc.c U src/lib/libssl/src/crypto/aes/aes_cfb.c C src/lib/libssl/src/crypto/aes/aes_core.c U src/lib/libssl/src/crypto/aes/aes_ctr.c U src/lib/libssl/src/crypto/aes/aes_ecb.c C src/lib/libssl/src/crypto/aes/aes.h U src/lib/libssl/src/crypto/aes/aes_ige.c U src/lib/libssl/src/crypto/aes/aes_locl.h C src/lib/libssl/src/crypto/aes/aes_misc.c U src/lib/libssl/src/crypto/aes/aes_ofb.c U src/lib/libssl/src/crypto/aes/aes_wrap.c U src/lib/libssl/src/crypto/aes/aes_x86core.c U src/lib/libssl/src/crypto/aes/Makefile U src/lib/libssl/src/crypto/aes/README C src/lib/libssl/src/crypto/aes/asm/aes-586.pl U src/lib/libssl/src/crypto/aes/asm/aes-armv4.pl U src/lib/libssl/src/crypto/aes/asm/aes-ia64.S N src/lib/libssl/src/crypto/aes/asm/aes-mips.pl N src/lib/libssl/src/crypto/aes/asm/aesni-sha1-x86_64.pl C src/lib/libssl/src/crypto/aes/asm/aesni-x86_64.pl N src/lib/libssl/src/crypto/aes/asm/aesni-x86.pl N src/lib/libssl/src/crypto/aes/asm/aes-parisc.pl U src/lib/libssl/src/crypto/aes/asm/aes-ppc.pl U src/lib/libssl/src/crypto/aes/asm/aes-s390x.pl U src/lib/libssl/src/crypto/aes/asm/aes-sparcv9.pl C src/lib/libssl/src/crypto/aes/asm/aes-x86_64.pl N src/lib/libssl/src/crypto/aes/asm/bsaes-x86_64.pl N src/lib/libssl/src/crypto/aes/asm/vpaes-x86_64.pl N src/lib/libssl/src/crypto/aes/asm/vpaes-x86.pl U src/lib/libssl/src/crypto/asn1/a_bitstr.c U src/lib/libssl/src/crypto/asn1/a_bool.c U src/lib/libssl/src/crypto/asn1/a_bytes.c C src/lib/libssl/src/crypto/asn1/a_d2i_fp.c C src/lib/libssl/src/crypto/asn1/a_digest.c U src/lib/libssl/src/crypto/asn1/a_dup.c U src/lib/libssl/src/crypto/asn1/a_enum.c U src/lib/libssl/src/crypto/asn1/a_gentm.c U src/lib/libssl/src/crypto/asn1/a_i2d_fp.c C src/lib/libssl/src/crypto/asn1/a_int.c U src/lib/libssl/src/crypto/asn1/a_mbstr.c U src/lib/libssl/src/crypto/asn1/ameth_lib.c U src/lib/libssl/src/crypto/asn1/a_object.c U src/lib/libssl/src/crypto/asn1/a_octet.c U src/lib/libssl/src/crypto/asn1/a_print.c U src/lib/libssl/src/crypto/asn1/a_set.c C src/lib/libssl/src/crypto/asn1/a_sign.c C src/lib/libssl/src/crypto/asn1/asn1_err.c U src/lib/libssl/src/crypto/asn1/asn1_gen.c C src/lib/libssl/src/crypto/asn1/asn1.h U src/lib/libssl/src/crypto/asn1/asn1_lib.c U src/lib/libssl/src/crypto/asn1/asn1_locl.h U src/lib/libssl/src/crypto/asn1/asn1_mac.h U src/lib/libssl/src/crypto/asn1/asn1_par.c U src/lib/libssl/src/crypto/asn1/asn1t.h C src/lib/libssl/src/crypto/asn1/asn_mime.c U src/lib/libssl/src/crypto/asn1/asn_moid.c U src/lib/libssl/src/crypto/asn1/asn_pack.c U src/lib/libssl/src/crypto/asn1/a_strex.c U src/lib/libssl/src/crypto/asn1/a_strnid.c U src/lib/libssl/src/crypto/asn1/a_time.c U src/lib/libssl/src/crypto/asn1/a_type.c U src/lib/libssl/src/crypto/asn1/a_utctm.c U src/lib/libssl/src/crypto/asn1/a_utf8.c C src/lib/libssl/src/crypto/asn1/a_verify.c U src/lib/libssl/src/crypto/asn1/bio_asn1.c U src/lib/libssl/src/crypto/asn1/bio_ndef.c U src/lib/libssl/src/crypto/asn1/charmap.h U src/lib/libssl/src/crypto/asn1/charmap.pl U src/lib/libssl/src/crypto/asn1/d2i_pr.c U src/lib/libssl/src/crypto/asn1/d2i_pu.c U src/lib/libssl/src/crypto/asn1/evp_asn1.c U src/lib/libssl/src/crypto/asn1/f_enum.c U src/lib/libssl/src/crypto/asn1/f_int.c U src/lib/libssl/src/crypto/asn1/f_string.c U src/lib/libssl/src/crypto/asn1/i2d_pr.c U src/lib/libssl/src/crypto/asn1/i2d_pu.c U src/lib/libssl/src/crypto/asn1/Makefile C src/lib/libssl/src/crypto/asn1/n_pkey.c U src/lib/libssl/src/crypto/asn1/nsseq.c U src/lib/libssl/src/crypto/asn1/p5_pbe.c C src/lib/libssl/src/crypto/asn1/p5_pbev2.c U src/lib/libssl/src/crypto/asn1/p8_pkey.c U src/lib/libssl/src/crypto/asn1/tasn_dec.c U src/lib/libssl/src/crypto/asn1/tasn_enc.c U src/lib/libssl/src/crypto/asn1/tasn_fre.c U src/lib/libssl/src/crypto/asn1/tasn_new.c C src/lib/libssl/src/crypto/asn1/tasn_prn.c U src/lib/libssl/src/crypto/asn1/tasn_typ.c U src/lib/libssl/src/crypto/asn1/tasn_utl.c U src/lib/libssl/src/crypto/asn1/t_bitst.c C src/lib/libssl/src/crypto/asn1/t_crl.c U src/lib/libssl/src/crypto/asn1/t_pkey.c U src/lib/libssl/src/crypto/asn1/t_req.c U src/lib/libssl/src/crypto/asn1/t_spki.c U src/lib/libssl/src/crypto/asn1/t_x509a.c C src/lib/libssl/src/crypto/asn1/t_x509.c C src/lib/libssl/src/crypto/asn1/x_algor.c U src/lib/libssl/src/crypto/asn1/x_attrib.c U src/lib/libssl/src/crypto/asn1/x_bignum.c U src/lib/libssl/src/crypto/asn1/x_crl.c U src/lib/libssl/src/crypto/asn1/x_exten.c U src/lib/libssl/src/crypto/asn1/x_info.c U src/lib/libssl/src/crypto/asn1/x_long.c C src/lib/libssl/src/crypto/asn1/x_name.c U src/lib/libssl/src/crypto/asn1/x_nx509.c U src/lib/libssl/src/crypto/asn1/x_pkey.c C src/lib/libssl/src/crypto/asn1/x_pubkey.c U src/lib/libssl/src/crypto/asn1/x_req.c U src/lib/libssl/src/crypto/asn1/x_sig.c U src/lib/libssl/src/crypto/asn1/x_spki.c U src/lib/libssl/src/crypto/asn1/x_val.c U src/lib/libssl/src/crypto/asn1/x_x509a.c U src/lib/libssl/src/crypto/asn1/x_x509.c U src/lib/libssl/src/crypto/bf/bf_cbc.c U src/lib/libssl/src/crypto/bf/bf_cfb64.c U src/lib/libssl/src/crypto/bf/bf_ecb.c U src/lib/libssl/src/crypto/bf/bf_enc.c U src/lib/libssl/src/crypto/bf/bf_locl.h U src/lib/libssl/src/crypto/bf/bf_ofb64.c U src/lib/libssl/src/crypto/bf/bf_opts.c U src/lib/libssl/src/crypto/bf/bf_pi.h U src/lib/libssl/src/crypto/bf/bfs.cpp C src/lib/libssl/src/crypto/bf/bf_skey.c U src/lib/libssl/src/crypto/bf/bfspeed.c U src/lib/libssl/src/crypto/bf/bftest.c C src/lib/libssl/src/crypto/bf/blowfish.h U src/lib/libssl/src/crypto/bf/COPYRIGHT U src/lib/libssl/src/crypto/bf/INSTALL U src/lib/libssl/src/crypto/bf/Makefile U src/lib/libssl/src/crypto/bf/README U src/lib/libssl/src/crypto/bf/VERSION U src/lib/libssl/src/crypto/bf/asm/bf-586.pl U src/lib/libssl/src/crypto/bf/asm/bf-686.pl U src/lib/libssl/src/crypto/bf/asm/readme U src/lib/libssl/src/crypto/bio/b_dump.c U src/lib/libssl/src/crypto/bio/bf_buff.c U src/lib/libssl/src/crypto/bio/bf_lbuf.c U src/lib/libssl/src/crypto/bio/bf_nbio.c U src/lib/libssl/src/crypto/bio/bf_null.c U src/lib/libssl/src/crypto/bio/bio_cb.c C src/lib/libssl/src/crypto/bio/bio_err.c C src/lib/libssl/src/crypto/bio/bio.h U src/lib/libssl/src/crypto/bio/bio_lcl.h C src/lib/libssl/src/crypto/bio/bio_lib.c U src/lib/libssl/src/crypto/bio/b_print.c C src/lib/libssl/src/crypto/bio/b_sock.c U src/lib/libssl/src/crypto/bio/bss_acpt.c C src/lib/libssl/src/crypto/bio/bss_bio.c U src/lib/libssl/src/crypto/bio/bss_conn.c C src/lib/libssl/src/crypto/bio/bss_dgram.c U src/lib/libssl/src/crypto/bio/bss_fd.c U src/lib/libssl/src/crypto/bio/bss_file.c U src/lib/libssl/src/crypto/bio/bss_log.c U src/lib/libssl/src/crypto/bio/bss_mem.c U src/lib/libssl/src/crypto/bio/bss_null.c U src/lib/libssl/src/crypto/bio/bss_rtcp.c U src/lib/libssl/src/crypto/bio/bss_sock.c U src/lib/libssl/src/crypto/bio/Makefile U src/lib/libssl/src/crypto/bn/bn_add.c U src/lib/libssl/src/crypto/bn/bn_asm.c U src/lib/libssl/src/crypto/bn/bn_blind.c U src/lib/libssl/src/crypto/bn/bn_const.c U src/lib/libssl/src/crypto/bn/bn_ctx.c U src/lib/libssl/src/crypto/bn/bn_depr.c C src/lib/libssl/src/crypto/bn/bn_div.c U src/lib/libssl/src/crypto/bn/bn_err.c U src/lib/libssl/src/crypto/bn/bn_exp2.c C src/lib/libssl/src/crypto/bn/bn_exp.c U src/lib/libssl/src/crypto/bn/bn_gcd.c C src/lib/libssl/src/crypto/bn/bn_gf2m.c C src/lib/libssl/src/crypto/bn/bn.h U src/lib/libssl/src/crypto/bn/bn_kron.c C src/lib/libssl/src/crypto/bn/bn_lcl.h C src/lib/libssl/src/crypto/bn/bn_lib.c U src/lib/libssl/src/crypto/bn/bn_mod.c C src/lib/libssl/src/crypto/bn/bn_mont.c U src/lib/libssl/src/crypto/bn/bn_mpi.c U src/lib/libssl/src/crypto/bn/bn.mul U src/lib/libssl/src/crypto/bn/bn_mul.c C src/lib/libssl/src/crypto/bn/bn_nist.c U src/lib/libssl/src/crypto/bn/bn_prime.c U src/lib/libssl/src/crypto/bn/bn_prime.h U src/lib/libssl/src/crypto/bn/bn_prime.pl C src/lib/libssl/src/crypto/bn/bn_print.c U src/lib/libssl/src/crypto/bn/bn_rand.c U src/lib/libssl/src/crypto/bn/bn_recp.c C src/lib/libssl/src/crypto/bn/bn_shift.c U src/lib/libssl/src/crypto/bn/bnspeed.c U src/lib/libssl/src/crypto/bn/bn_sqr.c U src/lib/libssl/src/crypto/bn/bn_sqrt.c C src/lib/libssl/src/crypto/bn/bntest.c U src/lib/libssl/src/crypto/bn/bn_word.c U src/lib/libssl/src/crypto/bn/bn_x931p.c U src/lib/libssl/src/crypto/bn/divtest.c U src/lib/libssl/src/crypto/bn/exp.c U src/lib/libssl/src/crypto/bn/expspeed.c U src/lib/libssl/src/crypto/bn/exptest.c C src/lib/libssl/src/crypto/bn/Makefile U src/lib/libssl/src/crypto/bn/todo U src/lib/libssl/src/crypto/bn/vms-helper.c U src/lib/libssl/src/crypto/bn/asm/alpha-mont.pl N src/lib/libssl/src/crypto/bn/asm/armv4-gf2m.pl U src/lib/libssl/src/crypto/bn/asm/armv4-mont.pl U src/lib/libssl/src/crypto/bn/asm/bn-586.pl U src/lib/libssl/src/crypto/bn/asm/co-586.pl N src/lib/libssl/src/crypto/bn/asm/ia64-mont.pl U src/lib/libssl/src/crypto/bn/asm/ia64.S U src/lib/libssl/src/crypto/bn/asm/mips3-mont.pl U src/lib/libssl/src/crypto/bn/asm/mips3.s N src/lib/libssl/src/crypto/bn/asm/mips-mont.pl N src/lib/libssl/src/crypto/bn/asm/mips.pl N src/lib/libssl/src/crypto/bn/asm/modexp512-x86_64.pl U src/lib/libssl/src/crypto/bn/asm/pa-risc2.s U src/lib/libssl/src/crypto/bn/asm/pa-risc2W.s N src/lib/libssl/src/crypto/bn/asm/parisc-mont.pl U src/lib/libssl/src/crypto/bn/asm/ppc64-mont.pl U src/lib/libssl/src/crypto/bn/asm/ppc-mont.pl U src/lib/libssl/src/crypto/bn/asm/ppc.pl U src/lib/libssl/src/crypto/bn/asm/README N src/lib/libssl/src/crypto/bn/asm/s390x-gf2m.pl U src/lib/libssl/src/crypto/bn/asm/s390x-mont.pl U src/lib/libssl/src/crypto/bn/asm/s390x.S U src/lib/libssl/src/crypto/bn/asm/sparcv8plus.S U src/lib/libssl/src/crypto/bn/asm/sparcv8.S U src/lib/libssl/src/crypto/bn/asm/sparcv9a-mont.pl U src/lib/libssl/src/crypto/bn/asm/sparcv9-mont.pl U src/lib/libssl/src/crypto/bn/asm/via-mont.pl U src/lib/libssl/src/crypto/bn/asm/vms.mar U src/lib/libssl/src/crypto/bn/asm/x86_64-gcc.c N src/lib/libssl/src/crypto/bn/asm/x86_64-gf2m.pl N src/lib/libssl/src/crypto/bn/asm/x86_64-mont5.pl U src/lib/libssl/src/crypto/bn/asm/x86_64-mont.pl N src/lib/libssl/src/crypto/bn/asm/x86-gf2m.pl U src/lib/libssl/src/crypto/bn/asm/x86-mont.pl U src/lib/libssl/src/crypto/bn/asm/x86.pl U src/lib/libssl/src/crypto/bn/asm/x86/add.pl U src/lib/libssl/src/crypto/bn/asm/x86/comba.pl U src/lib/libssl/src/crypto/bn/asm/x86/div.pl U src/lib/libssl/src/crypto/bn/asm/x86/f U src/lib/libssl/src/crypto/bn/asm/x86/mul_add.pl U src/lib/libssl/src/crypto/bn/asm/x86/mul.pl U src/lib/libssl/src/crypto/bn/asm/x86/sqr.pl U src/lib/libssl/src/crypto/bn/asm/x86/sub.pl U src/lib/libssl/src/crypto/buffer/buf_err.c C src/lib/libssl/src/crypto/buffer/buffer.c U src/lib/libssl/src/crypto/buffer/buffer.h C src/lib/libssl/src/crypto/buffer/buf_str.c U src/lib/libssl/src/crypto/buffer/Makefile U src/lib/libssl/src/crypto/camellia/camellia.c U src/lib/libssl/src/crypto/camellia/camellia.h U src/lib/libssl/src/crypto/camellia/cmll_cbc.c U src/lib/libssl/src/crypto/camellia/cmll_cfb.c U src/lib/libssl/src/crypto/camellia/cmll_ctr.c U src/lib/libssl/src/crypto/camellia/cmll_ecb.c U src/lib/libssl/src/crypto/camellia/cmll_locl.h U src/lib/libssl/src/crypto/camellia/cmll_misc.c U src/lib/libssl/src/crypto/camellia/cmll_ofb.c N src/lib/libssl/src/crypto/camellia/cmll_utl.c U src/lib/libssl/src/crypto/camellia/Makefile U src/lib/libssl/src/crypto/camellia/asm/cmll-x86_64.pl U src/lib/libssl/src/crypto/camellia/asm/cmll-x86.pl C src/lib/libssl/src/crypto/cast/cast.h U src/lib/libssl/src/crypto/cast/cast_lcl.h U src/lib/libssl/src/crypto/cast/castopts.c U src/lib/libssl/src/crypto/cast/casts.cpp U src/lib/libssl/src/crypto/cast/cast_s.h U src/lib/libssl/src/crypto/cast/cast_spd.c U src/lib/libssl/src/crypto/cast/casttest.c U src/lib/libssl/src/crypto/cast/c_cfb64.c U src/lib/libssl/src/crypto/cast/c_ecb.c U src/lib/libssl/src/crypto/cast/c_enc.c U src/lib/libssl/src/crypto/cast/c_ofb64.c C src/lib/libssl/src/crypto/cast/c_skey.c U src/lib/libssl/src/crypto/cast/Makefile U src/lib/libssl/src/crypto/cast/asm/cast-586.pl U src/lib/libssl/src/crypto/cast/asm/readme N src/lib/libssl/src/crypto/cmac/cmac.c N src/lib/libssl/src/crypto/cmac/cmac.h N src/lib/libssl/src/crypto/cmac/cm_ameth.c N src/lib/libssl/src/crypto/cmac/cm_pmeth.c N src/lib/libssl/src/crypto/cmac/Makefile U src/lib/libssl/src/crypto/cms/cms_asn1.c U src/lib/libssl/src/crypto/cms/cms_att.c U src/lib/libssl/src/crypto/cms/cms_cd.c U src/lib/libssl/src/crypto/cms/cms_dd.c U src/lib/libssl/src/crypto/cms/cms_enc.c U src/lib/libssl/src/crypto/cms/cms_env.c U src/lib/libssl/src/crypto/cms/cms_err.c U src/lib/libssl/src/crypto/cms/cms_ess.c U src/lib/libssl/src/crypto/cms/cms.h U src/lib/libssl/src/crypto/cms/cms_io.c U src/lib/libssl/src/crypto/cms/cms_lcl.h U src/lib/libssl/src/crypto/cms/cms_lib.c N src/lib/libssl/src/crypto/cms/cms_pwri.c U src/lib/libssl/src/crypto/cms/cms_sd.c C src/lib/libssl/src/crypto/cms/cms_smime.c U src/lib/libssl/src/crypto/cms/Makefile U src/lib/libssl/src/crypto/comp/comp_err.c U src/lib/libssl/src/crypto/comp/comp.h U src/lib/libssl/src/crypto/comp/comp_lib.c C src/lib/libssl/src/crypto/comp/c_rle.c U src/lib/libssl/src/crypto/comp/c_zlib.c U src/lib/libssl/src/crypto/comp/Makefile U src/lib/libssl/src/crypto/conf/cnf_save.c U src/lib/libssl/src/crypto/conf/conf_api.c U src/lib/libssl/src/crypto/conf/conf_api.h U src/lib/libssl/src/crypto/conf/conf_def.c U src/lib/libssl/src/crypto/conf/conf_def.h U src/lib/libssl/src/crypto/conf/conf_err.c U src/lib/libssl/src/crypto/conf/conf.h U src/lib/libssl/src/crypto/conf/conf_lib.c U src/lib/libssl/src/crypto/conf/conf_mall.c U src/lib/libssl/src/crypto/conf/conf_mod.c U src/lib/libssl/src/crypto/conf/conf_sap.c U src/lib/libssl/src/crypto/conf/keysets.pl U src/lib/libssl/src/crypto/conf/Makefile U src/lib/libssl/src/crypto/conf/README U src/lib/libssl/src/crypto/conf/ssleay.cnf U src/lib/libssl/src/crypto/conf/test.c U src/lib/libssl/src/crypto/des/cbc3_enc.c U src/lib/libssl/src/crypto/des/cbc_cksm.c U src/lib/libssl/src/crypto/des/cbc_enc.c U src/lib/libssl/src/crypto/des/cfb64ede.c U src/lib/libssl/src/crypto/des/cfb64enc.c U src/lib/libssl/src/crypto/des/cfb_enc.c U src/lib/libssl/src/crypto/des/COPYRIGHT U src/lib/libssl/src/crypto/des/des3s.cpp U src/lib/libssl/src/crypto/des/des.c U src/lib/libssl/src/crypto/des/des_enc.c C src/lib/libssl/src/crypto/des/des.h U src/lib/libssl/src/crypto/des/des-lib.com U src/lib/libssl/src/crypto/des/des_locl.h U src/lib/libssl/src/crypto/des/des_old2.c U src/lib/libssl/src/crypto/des/des_old.c U src/lib/libssl/src/crypto/des/des_old.h U src/lib/libssl/src/crypto/des/des_opts.c U src/lib/libssl/src/crypto/des/DES.pm U src/lib/libssl/src/crypto/des/des.pod U src/lib/libssl/src/crypto/des/dess.cpp U src/lib/libssl/src/crypto/des/destest.c U src/lib/libssl/src/crypto/des/des_ver.h U src/lib/libssl/src/crypto/des/DES.xs U src/lib/libssl/src/crypto/des/ecb3_enc.c U src/lib/libssl/src/crypto/des/FILES0 U src/lib/libssl/src/crypto/des/ecb_enc.c U src/lib/libssl/src/crypto/des/ede_cbcm_enc.c U src/lib/libssl/src/crypto/des/enc_read.c U src/lib/libssl/src/crypto/des/enc_writ.c U src/lib/libssl/src/crypto/des/fcrypt_b.c U src/lib/libssl/src/crypto/des/fcrypt.c U src/lib/libssl/src/crypto/des/Imakefile U src/lib/libssl/src/crypto/des/INSTALL U src/lib/libssl/src/crypto/des/KERBEROS U src/lib/libssl/src/crypto/des/Makefile U src/lib/libssl/src/crypto/des/makefile.bc U src/lib/libssl/src/crypto/des/ncbc_enc.c U src/lib/libssl/src/crypto/des/ofb64ede.c U src/lib/libssl/src/crypto/des/ofb64enc.c U src/lib/libssl/src/crypto/des/ofb_enc.c U src/lib/libssl/src/crypto/des/options.txt U src/lib/libssl/src/crypto/des/pcbc_enc.c U src/lib/libssl/src/crypto/des/qud_cksm.c U src/lib/libssl/src/crypto/des/rand_key.c U src/lib/libssl/src/crypto/des/read2pwd.c U src/lib/libssl/src/crypto/des/README U src/lib/libssl/src/crypto/des/read_pwd.c U src/lib/libssl/src/crypto/des/rpc_des.h U src/lib/libssl/src/crypto/des/rpc_enc.c U src/lib/libssl/src/crypto/des/rpw.c C src/lib/libssl/src/crypto/des/set_key.c U src/lib/libssl/src/crypto/des/speed.c U src/lib/libssl/src/crypto/des/spr.h U src/lib/libssl/src/crypto/des/str2key.c U src/lib/libssl/src/crypto/des/typemap U src/lib/libssl/src/crypto/des/VERSION U src/lib/libssl/src/crypto/des/xcbc_enc.c U src/lib/libssl/src/crypto/des/asm/crypt586.pl U src/lib/libssl/src/crypto/des/asm/des-586.pl U src/lib/libssl/src/crypto/des/asm/desboth.pl U src/lib/libssl/src/crypto/des/asm/des_enc.m4 U src/lib/libssl/src/crypto/des/asm/readme U src/lib/libssl/src/crypto/des/t/test U src/lib/libssl/src/crypto/des/times/486-50.sol U src/lib/libssl/src/crypto/des/times/586-100.lnx U src/lib/libssl/src/crypto/des/times/686-200.fre U src/lib/libssl/src/crypto/des/times/aix.cc U src/lib/libssl/src/crypto/des/times/alpha.cc U src/lib/libssl/src/crypto/des/times/hpux.cc U src/lib/libssl/src/crypto/des/times/sparc.gcc U src/lib/libssl/src/crypto/des/times/usparc.cc U src/lib/libssl/src/crypto/dh/dh1024.pem U src/lib/libssl/src/crypto/dh/dh192.pem U src/lib/libssl/src/crypto/dh/dh2048.pem U src/lib/libssl/src/crypto/dh/dh4096.pem U src/lib/libssl/src/crypto/dh/dh512.pem U src/lib/libssl/src/crypto/dh/dh_ameth.c U src/lib/libssl/src/crypto/dh/dh_asn1.c U src/lib/libssl/src/crypto/dh/dh_check.c U src/lib/libssl/src/crypto/dh/dh_depr.c C src/lib/libssl/src/crypto/dh/dh_err.c C src/lib/libssl/src/crypto/dh/dh_gen.c C src/lib/libssl/src/crypto/dh/dh.h C src/lib/libssl/src/crypto/dh/dh_key.c C src/lib/libssl/src/crypto/dh/dh_lib.c U src/lib/libssl/src/crypto/dh/dh_pmeth.c U src/lib/libssl/src/crypto/dh/dh_prn.c U src/lib/libssl/src/crypto/dh/dhtest.c U src/lib/libssl/src/crypto/dh/example U src/lib/libssl/src/crypto/dh/generate U src/lib/libssl/src/crypto/dh/Makefile U src/lib/libssl/src/crypto/dh/p1024.c U src/lib/libssl/src/crypto/dh/p192.c U src/lib/libssl/src/crypto/dh/p512.c U src/lib/libssl/src/crypto/dsa/dsa_ameth.c C src/lib/libssl/src/crypto/dsa/dsa_asn1.c U src/lib/libssl/src/crypto/dsa/dsa_depr.c C src/lib/libssl/src/crypto/dsa/dsa_err.c C src/lib/libssl/src/crypto/dsa/dsa_gen.c U src/lib/libssl/src/crypto/dsa/dsagen.c C src/lib/libssl/src/crypto/dsa/dsa.h C src/lib/libssl/src/crypto/dsa/dsa_key.c C src/lib/libssl/src/crypto/dsa/dsa_lib.c U src/lib/libssl/src/crypto/dsa/dsa_locl.h C src/lib/libssl/src/crypto/dsa/dsa_ossl.c U src/lib/libssl/src/crypto/dsa/dsa_pmeth.c U src/lib/libssl/src/crypto/dsa/dsa_prn.c C src/lib/libssl/src/crypto/dsa/dsa_sign.c U src/lib/libssl/src/crypto/dsa/dsatest.c C src/lib/libssl/src/crypto/dsa/dsa_vrf.c U src/lib/libssl/src/crypto/dsa/fips186a.txt C src/lib/libssl/src/crypto/dsa/Makefile U src/lib/libssl/src/crypto/dsa/README U src/lib/libssl/src/crypto/dso/dso_beos.c U src/lib/libssl/src/crypto/dso/dso_dl.c C src/lib/libssl/src/crypto/dso/dso_dlfcn.c U src/lib/libssl/src/crypto/dso/dso_err.c U src/lib/libssl/src/crypto/dso/dso.h U src/lib/libssl/src/crypto/dso/dso_lib.c U src/lib/libssl/src/crypto/dso/dso_null.c U src/lib/libssl/src/crypto/dso/dso_openssl.c U src/lib/libssl/src/crypto/dso/dso_vms.c U src/lib/libssl/src/crypto/dso/dso_win32.c U src/lib/libssl/src/crypto/dso/Makefile U src/lib/libssl/src/crypto/dso/README U src/lib/libssl/src/crypto/ec/ec2_mult.c N src/lib/libssl/src/crypto/ec/ec2_oct.c C src/lib/libssl/src/crypto/ec/ec2_smpl.c U src/lib/libssl/src/crypto/ec/ec_ameth.c U src/lib/libssl/src/crypto/ec/ec_asn1.c U src/lib/libssl/src/crypto/ec/ec_check.c U src/lib/libssl/src/crypto/ec/ec_curve.c C src/lib/libssl/src/crypto/ec/ec_cvt.c C src/lib/libssl/src/crypto/ec/ec_err.c C src/lib/libssl/src/crypto/ec/ec.h U src/lib/libssl/src/crypto/ec/ec_key.c U src/lib/libssl/src/crypto/ec/eck_prn.c C src/lib/libssl/src/crypto/ec/ec_lcl.h C src/lib/libssl/src/crypto/ec/ec_lib.c U src/lib/libssl/src/crypto/ec/ec_mult.c N src/lib/libssl/src/crypto/ec/ec_oct.c U src/lib/libssl/src/crypto/ec/ec_pmeth.c C src/lib/libssl/src/crypto/ec/ecp_mont.c C src/lib/libssl/src/crypto/ec/ecp_nist.c N src/lib/libssl/src/crypto/ec/ecp_nistp224.c N src/lib/libssl/src/crypto/ec/ecp_nistp256.c N src/lib/libssl/src/crypto/ec/ecp_nistp521.c N src/lib/libssl/src/crypto/ec/ecp_nistputil.c N src/lib/libssl/src/crypto/ec/ecp_oct.c U src/lib/libssl/src/crypto/ec/ec_print.c C src/lib/libssl/src/crypto/ec/ecp_smpl.c C src/lib/libssl/src/crypto/ec/ectest.c U src/lib/libssl/src/crypto/ec/Makefile U src/lib/libssl/src/crypto/ecdh/ecdh.h U src/lib/libssl/src/crypto/ecdh/ecdhtest.c U src/lib/libssl/src/crypto/ecdh/ech_err.c U src/lib/libssl/src/crypto/ecdh/ech_key.c U src/lib/libssl/src/crypto/ecdh/ech_lib.c U src/lib/libssl/src/crypto/ecdh/ech_locl.h U src/lib/libssl/src/crypto/ecdh/ech_ossl.c U src/lib/libssl/src/crypto/ecdh/Makefile U src/lib/libssl/src/crypto/ecdsa/ecdsa.h U src/lib/libssl/src/crypto/ecdsa/ecdsatest.c U src/lib/libssl/src/crypto/ecdsa/ecs_asn1.c U src/lib/libssl/src/crypto/ecdsa/ecs_err.c U src/lib/libssl/src/crypto/ecdsa/ecs_lib.c U src/lib/libssl/src/crypto/ecdsa/ecs_locl.h U src/lib/libssl/src/crypto/ecdsa/ecs_ossl.c U src/lib/libssl/src/crypto/ecdsa/ecs_sign.c U src/lib/libssl/src/crypto/ecdsa/ecs_vrf.c U src/lib/libssl/src/crypto/ecdsa/Makefile C src/lib/libssl/src/crypto/engine/eng_all.c U src/lib/libssl/src/crypto/engine/eng_cnf.c C src/lib/libssl/src/crypto/engine/eng_cryptodev.c U src/lib/libssl/src/crypto/engine/eng_ctrl.c U src/lib/libssl/src/crypto/engine/eng_dyn.c U src/lib/libssl/src/crypto/engine/eng_err.c C src/lib/libssl/src/crypto/engine/eng_fat.c C src/lib/libssl/src/crypto/engine/engine.h U src/lib/libssl/src/crypto/engine/enginetest.c U src/lib/libssl/src/crypto/engine/eng_init.c U src/lib/libssl/src/crypto/engine/eng_int.h U src/lib/libssl/src/crypto/engine/eng_lib.c U src/lib/libssl/src/crypto/engine/eng_list.c U src/lib/libssl/src/crypto/engine/eng_openssl.c U src/lib/libssl/src/crypto/engine/eng_pkey.c N src/lib/libssl/src/crypto/engine/eng_rdrand.c N src/lib/libssl/src/crypto/engine/eng_rsax.c U src/lib/libssl/src/crypto/engine/eng_table.c C src/lib/libssl/src/crypto/engine/Makefile U src/lib/libssl/src/crypto/engine/README U src/lib/libssl/src/crypto/engine/tb_asnmth.c U src/lib/libssl/src/crypto/engine/tb_cipher.c U src/lib/libssl/src/crypto/engine/tb_dh.c U src/lib/libssl/src/crypto/engine/tb_digest.c U src/lib/libssl/src/crypto/engine/tb_dsa.c U src/lib/libssl/src/crypto/engine/tb_ecdh.c U src/lib/libssl/src/crypto/engine/tb_ecdsa.c U src/lib/libssl/src/crypto/engine/tb_pkmeth.c U src/lib/libssl/src/crypto/engine/tb_rand.c U src/lib/libssl/src/crypto/engine/tb_rsa.c U src/lib/libssl/src/crypto/engine/tb_store.c C src/lib/libssl/src/crypto/err/err_all.c C src/lib/libssl/src/crypto/err/err.c C src/lib/libssl/src/crypto/err/err.h U src/lib/libssl/src/crypto/err/err_prn.c U src/lib/libssl/src/crypto/err/Makefile U src/lib/libssl/src/crypto/err/openssl.ec U src/lib/libssl/src/crypto/evp/bio_b64.c U src/lib/libssl/src/crypto/evp/bio_enc.c C src/lib/libssl/src/crypto/evp/bio_md.c C src/lib/libssl/src/crypto/evp/bio_ok.c U src/lib/libssl/src/crypto/evp/c_all.c C src/lib/libssl/src/crypto/evp/c_allc.c U src/lib/libssl/src/crypto/evp/c_alld.c C src/lib/libssl/src/crypto/evp/digest.c C src/lib/libssl/src/crypto/evp/e_aes.c N src/lib/libssl/src/crypto/evp/e_aes_cbc_hmac_sha1.c U src/lib/libssl/src/crypto/evp/e_bf.c U src/lib/libssl/src/crypto/evp/e_camellia.c U src/lib/libssl/src/crypto/evp/e_cast.c C src/lib/libssl/src/crypto/evp/e_des3.c U src/lib/libssl/src/crypto/evp/e_des.c U src/lib/libssl/src/crypto/evp/e_dsa.c U src/lib/libssl/src/crypto/evp/e_idea.c U src/lib/libssl/src/crypto/evp/encode.c C src/lib/libssl/src/crypto/evp/e_null.c U src/lib/libssl/src/crypto/evp/e_old.c C src/lib/libssl/src/crypto/evp/e_rc2.c C src/lib/libssl/src/crypto/evp/e_rc4.c N src/lib/libssl/src/crypto/evp/e_rc4_hmac_md5.c U src/lib/libssl/src/crypto/evp/e_rc5.c U src/lib/libssl/src/crypto/evp/e_seed.c U src/lib/libssl/src/crypto/evp/evp_acnf.c C src/lib/libssl/src/crypto/evp/evp_enc.c C src/lib/libssl/src/crypto/evp/evp_err.c N src/lib/libssl/src/crypto/evp/evp_fips.c C src/lib/libssl/src/crypto/evp/evp.h C src/lib/libssl/src/crypto/evp/evp_key.c C src/lib/libssl/src/crypto/evp/evp_lib.c C src/lib/libssl/src/crypto/evp/evp_locl.h C src/lib/libssl/src/crypto/evp/evp_pbe.c U src/lib/libssl/src/crypto/evp/evp_pkey.c U src/lib/libssl/src/crypto/evp/evp_test.c C src/lib/libssl/src/crypto/evp/evptests.txt U src/lib/libssl/src/crypto/evp/e_xcbc_d.c C src/lib/libssl/src/crypto/evp/Makefile C src/lib/libssl/src/crypto/evp/m_dss1.c C src/lib/libssl/src/crypto/evp/m_dss.c U src/lib/libssl/src/crypto/evp/m_ecdsa.c U src/lib/libssl/src/crypto/evp/m_md2.c C src/lib/libssl/src/crypto/evp/m_md4.c C src/lib/libssl/src/crypto/evp/m_md5.c C src/lib/libssl/src/crypto/evp/m_mdc2.c U src/lib/libssl/src/crypto/evp/m_null.c C src/lib/libssl/src/crypto/evp/m_ripemd.c C src/lib/libssl/src/crypto/evp/m_sha1.c C src/lib/libssl/src/crypto/evp/m_sha.c U src/lib/libssl/src/crypto/evp/m_sigver.c U src/lib/libssl/src/crypto/evp/m_wp.c C src/lib/libssl/src/crypto/evp/names.c U src/lib/libssl/src/crypto/evp/openbsd_hw.c C src/lib/libssl/src/crypto/evp/p5_crpt2.c C src/lib/libssl/src/crypto/evp/p5_crpt.c U src/lib/libssl/src/crypto/evp/p_dec.c U src/lib/libssl/src/crypto/evp/p_enc.c U src/lib/libssl/src/crypto/evp/p_lib.c U src/lib/libssl/src/crypto/evp/pmeth_fn.c U src/lib/libssl/src/crypto/evp/pmeth_gn.c U src/lib/libssl/src/crypto/evp/pmeth_lib.c C src/lib/libssl/src/crypto/evp/p_open.c C src/lib/libssl/src/crypto/evp/p_seal.c C src/lib/libssl/src/crypto/evp/p_sign.c C src/lib/libssl/src/crypto/evp/p_verify.c C src/lib/libssl/src/crypto/hmac/hmac.c U src/lib/libssl/src/crypto/hmac/hmac.h U src/lib/libssl/src/crypto/hmac/hmactest.c U src/lib/libssl/src/crypto/hmac/hm_ameth.c U src/lib/libssl/src/crypto/hmac/hm_pmeth.c U src/lib/libssl/src/crypto/hmac/Makefile N src/lib/libssl/src/crypto/idea/i_cbc.c N src/lib/libssl/src/crypto/idea/i_cfb64.c C src/lib/libssl/src/crypto/idea/idea.h N src/lib/libssl/src/crypto/idea/idea_lcl.h N src/lib/libssl/src/crypto/idea/idea_spd.c U src/lib/libssl/src/crypto/idea/ideatest.c N src/lib/libssl/src/crypto/idea/i_ecb.c N src/lib/libssl/src/crypto/idea/i_ofb64.c N src/lib/libssl/src/crypto/idea/i_skey.c U src/lib/libssl/src/crypto/idea/Makefile U src/lib/libssl/src/crypto/idea/version U src/lib/libssl/src/crypto/jpake/jpake.c U src/lib/libssl/src/crypto/jpake/jpake_err.c U src/lib/libssl/src/crypto/jpake/jpake.h U src/lib/libssl/src/crypto/jpake/jpaketest.c U src/lib/libssl/src/crypto/jpake/Makefile U src/lib/libssl/src/crypto/krb5/krb5_asn.c U src/lib/libssl/src/crypto/krb5/krb5_asn.h U src/lib/libssl/src/crypto/krb5/Makefile U src/lib/libssl/src/crypto/lhash/lhash.c U src/lib/libssl/src/crypto/lhash/lhash.h U src/lib/libssl/src/crypto/lhash/lh_stats.c U src/lib/libssl/src/crypto/lhash/lh_test.c U src/lib/libssl/src/crypto/lhash/Makefile U src/lib/libssl/src/crypto/lhash/num.pl U src/lib/libssl/src/crypto/md2/Makefile U src/lib/libssl/src/crypto/md2/md2.c C src/lib/libssl/src/crypto/md2/md2_dgst.c C src/lib/libssl/src/crypto/md2/md2.h U src/lib/libssl/src/crypto/md2/md2_one.c U src/lib/libssl/src/crypto/md2/md2test.c U src/lib/libssl/src/crypto/md4/Makefile U src/lib/libssl/src/crypto/md4/md4.c C src/lib/libssl/src/crypto/md4/md4_dgst.c C src/lib/libssl/src/crypto/md4/md4.h U src/lib/libssl/src/crypto/md4/md4_locl.h U src/lib/libssl/src/crypto/md4/md4_one.c U src/lib/libssl/src/crypto/md4/md4s.cpp U src/lib/libssl/src/crypto/md4/md4test.c U src/lib/libssl/src/crypto/md5/Makefile U src/lib/libssl/src/crypto/md5/md5.c C src/lib/libssl/src/crypto/md5/md5_dgst.c C src/lib/libssl/src/crypto/md5/md5.h U src/lib/libssl/src/crypto/md5/md5_locl.h U src/lib/libssl/src/crypto/md5/md5_one.c U src/lib/libssl/src/crypto/md5/md5s.cpp U src/lib/libssl/src/crypto/md5/md5test.c U src/lib/libssl/src/crypto/md5/asm/md5-586.pl U src/lib/libssl/src/crypto/md5/asm/md5-ia64.S U src/lib/libssl/src/crypto/md5/asm/md5-x86_64.pl C src/lib/libssl/src/crypto/mdc2/Makefile C src/lib/libssl/src/crypto/mdc2/mdc2dgst.c C src/lib/libssl/src/crypto/mdc2/mdc2.h U src/lib/libssl/src/crypto/mdc2/mdc2_one.c U src/lib/libssl/src/crypto/mdc2/mdc2test.c U src/lib/libssl/src/crypto/modes/cbc128.c N src/lib/libssl/src/crypto/modes/ccm128.c U src/lib/libssl/src/crypto/modes/cfb128.c U src/lib/libssl/src/crypto/modes/ctr128.c U src/lib/libssl/src/crypto/modes/cts128.c N src/lib/libssl/src/crypto/modes/gcm128.c U src/lib/libssl/src/crypto/modes/Makefile U src/lib/libssl/src/crypto/modes/modes.h N src/lib/libssl/src/crypto/modes/modes_lcl.h U src/lib/libssl/src/crypto/modes/ofb128.c N src/lib/libssl/src/crypto/modes/xts128.c N src/lib/libssl/src/crypto/modes/asm/ghash-alpha.pl N src/lib/libssl/src/crypto/modes/asm/ghash-armv4.pl N src/lib/libssl/src/crypto/modes/asm/ghash-ia64.pl N src/lib/libssl/src/crypto/modes/asm/ghash-parisc.pl N src/lib/libssl/src/crypto/modes/asm/ghash-s390x.pl N src/lib/libssl/src/crypto/modes/asm/ghash-sparcv9.pl N src/lib/libssl/src/crypto/modes/asm/ghash-x86_64.pl N src/lib/libssl/src/crypto/modes/asm/ghash-x86.pl U src/lib/libssl/src/crypto/objects/Makefile U src/lib/libssl/src/crypto/objects/obj_dat.c C src/lib/libssl/src/crypto/objects/obj_dat.h U src/lib/libssl/src/crypto/objects/obj_dat.pl U src/lib/libssl/src/crypto/objects/objects.h U src/lib/libssl/src/crypto/objects/objects.pl U src/lib/libssl/src/crypto/objects/objects.README C src/lib/libssl/src/crypto/objects/objects.txt U src/lib/libssl/src/crypto/objects/obj_err.c U src/lib/libssl/src/crypto/objects/obj_lib.c C src/lib/libssl/src/crypto/objects/obj_mac.h C src/lib/libssl/src/crypto/objects/obj_mac.num U src/lib/libssl/src/crypto/objects/obj_xref.c U src/lib/libssl/src/crypto/objects/obj_xref.h U src/lib/libssl/src/crypto/objects/objxref.pl U src/lib/libssl/src/crypto/objects/obj_xref.txt U src/lib/libssl/src/crypto/objects/o_names.c U src/lib/libssl/src/crypto/ocsp/Makefile U src/lib/libssl/src/crypto/ocsp/ocsp_asn.c U src/lib/libssl/src/crypto/ocsp/ocsp_cl.c U src/lib/libssl/src/crypto/ocsp/ocsp_err.c U src/lib/libssl/src/crypto/ocsp/ocsp_ext.c U src/lib/libssl/src/crypto/ocsp/ocsp.h U src/lib/libssl/src/crypto/ocsp/ocsp_ht.c C src/lib/libssl/src/crypto/ocsp/ocsp_lib.c U src/lib/libssl/src/crypto/ocsp/ocsp_prn.c U src/lib/libssl/src/crypto/ocsp/ocsp_srv.c U src/lib/libssl/src/crypto/ocsp/ocsp_vfy.c U src/lib/libssl/src/crypto/pem/Makefile U src/lib/libssl/src/crypto/pem/message U src/lib/libssl/src/crypto/pem/pem2.h U src/lib/libssl/src/crypto/pem/pem_all.c U src/lib/libssl/src/crypto/pem/pem_err.c U src/lib/libssl/src/crypto/pem/pem.h U src/lib/libssl/src/crypto/pem/pem_info.c U src/lib/libssl/src/crypto/pem/pem_lib.c U src/lib/libssl/src/crypto/pem/pem_oth.c U src/lib/libssl/src/crypto/pem/pem_pk8.c U src/lib/libssl/src/crypto/pem/pem_pkey.c U src/lib/libssl/src/crypto/pem/pem_seal.c U src/lib/libssl/src/crypto/pem/pem_sign.c U src/lib/libssl/src/crypto/pem/pem_x509.c U src/lib/libssl/src/crypto/pem/pem_xaux.c U src/lib/libssl/src/crypto/pem/pkcs7.lis U src/lib/libssl/src/crypto/pem/pvkfmt.c U src/lib/libssl/src/crypto/perlasm/cbc.pl U src/lib/libssl/src/crypto/perlasm/ppc-xlate.pl U src/lib/libssl/src/crypto/perlasm/readme C src/lib/libssl/src/crypto/perlasm/x86_64-xlate.pl C src/lib/libssl/src/crypto/perlasm/x86asm.pl C src/lib/libssl/src/crypto/perlasm/x86gas.pl U src/lib/libssl/src/crypto/perlasm/x86masm.pl C src/lib/libssl/src/crypto/perlasm/x86nasm.pl U src/lib/libssl/src/crypto/pkcs12/Makefile U src/lib/libssl/src/crypto/pkcs12/p12_add.c U src/lib/libssl/src/crypto/pkcs12/p12_asn.c U src/lib/libssl/src/crypto/pkcs12/p12_attr.c U src/lib/libssl/src/crypto/pkcs12/p12_crpt.c U src/lib/libssl/src/crypto/pkcs12/p12_crt.c C src/lib/libssl/src/crypto/pkcs12/p12_decr.c U src/lib/libssl/src/crypto/pkcs12/p12_init.c C src/lib/libssl/src/crypto/pkcs12/p12_key.c C src/lib/libssl/src/crypto/pkcs12/p12_kiss.c C src/lib/libssl/src/crypto/pkcs12/p12_mutl.c U src/lib/libssl/src/crypto/pkcs12/p12_npas.c U src/lib/libssl/src/crypto/pkcs12/p12_p8d.c U src/lib/libssl/src/crypto/pkcs12/p12_p8e.c U src/lib/libssl/src/crypto/pkcs12/p12_utl.c U src/lib/libssl/src/crypto/pkcs12/pk12err.c U src/lib/libssl/src/crypto/pkcs12/pkcs12.h U src/lib/libssl/src/crypto/pkcs7/bio_ber.c U src/lib/libssl/src/crypto/pkcs7/bio_pk7.c U src/lib/libssl/src/crypto/pkcs7/dec.c U src/lib/libssl/src/crypto/pkcs7/des.pem U src/lib/libssl/src/crypto/pkcs7/doc U src/lib/libssl/src/crypto/pkcs7/enc.c U src/lib/libssl/src/crypto/pkcs7/es1.pem U src/lib/libssl/src/crypto/pkcs7/example.c U src/lib/libssl/src/crypto/pkcs7/example.h U src/lib/libssl/src/crypto/pkcs7/infokey.pem U src/lib/libssl/src/crypto/pkcs7/info.pem U src/lib/libssl/src/crypto/pkcs7/Makefile U src/lib/libssl/src/crypto/pkcs7/pk7_asn1.c U src/lib/libssl/src/crypto/pkcs7/pk7_attr.c U src/lib/libssl/src/crypto/pkcs7/pk7_dgst.c C src/lib/libssl/src/crypto/pkcs7/pk7_doit.c U src/lib/libssl/src/crypto/pkcs7/pk7_enc.c U src/lib/libssl/src/crypto/pkcs7/pk7_lib.c U src/lib/libssl/src/crypto/pkcs7/pk7_mime.c C src/lib/libssl/src/crypto/pkcs7/pk7_smime.c U src/lib/libssl/src/crypto/pkcs7/pkcs7err.c U src/lib/libssl/src/crypto/pkcs7/pkcs7.h U src/lib/libssl/src/crypto/pkcs7/server.pem U src/lib/libssl/src/crypto/pkcs7/sign.c U src/lib/libssl/src/crypto/pkcs7/verify.c U src/lib/libssl/src/crypto/pkcs7/p7/a1 U src/lib/libssl/src/crypto/pkcs7/p7/a2 U src/lib/libssl/src/crypto/pkcs7/p7/cert.p7c U src/lib/libssl/src/crypto/pkcs7/p7/smime.p7m U src/lib/libssl/src/crypto/pkcs7/p7/smime.p7s U src/lib/libssl/src/crypto/pkcs7/t/3des.pem U src/lib/libssl/src/crypto/pkcs7/t/3dess.pem U src/lib/libssl/src/crypto/pkcs7/t/c.pem U src/lib/libssl/src/crypto/pkcs7/t/ff U src/lib/libssl/src/crypto/pkcs7/t/msie-e U src/lib/libssl/src/crypto/pkcs7/t/msie-enc-01 U src/lib/libssl/src/crypto/pkcs7/t/msie-enc-01.pem U src/lib/libssl/src/crypto/pkcs7/t/msie-enc-02 U src/lib/libssl/src/crypto/pkcs7/t/msie-enc-02.pem U src/lib/libssl/src/crypto/pkcs7/t/msie-e.pem U src/lib/libssl/src/crypto/pkcs7/t/msie-s-a-e U src/lib/libssl/src/crypto/pkcs7/t/msie-s-a-e.pem U src/lib/libssl/src/crypto/pkcs7/t/nav-smime U src/lib/libssl/src/crypto/pkcs7/t/server.pem U src/lib/libssl/src/crypto/pkcs7/t/s.pem U src/lib/libssl/src/crypto/pqueue/Makefile U src/lib/libssl/src/crypto/pqueue/pq_test.c U src/lib/libssl/src/crypto/pqueue/pqueue.c U src/lib/libssl/src/crypto/pqueue/pqueue.h U src/lib/libssl/src/crypto/rand/Makefile C src/lib/libssl/src/crypto/rand/md_rand.c U src/lib/libssl/src/crypto/rand/rand_egd.c C src/lib/libssl/src/crypto/rand/rand_err.c C src/lib/libssl/src/crypto/rand/randfile.c C src/lib/libssl/src/crypto/rand/rand.h U src/lib/libssl/src/crypto/rand/rand_lcl.h C src/lib/libssl/src/crypto/rand/rand_lib.c U src/lib/libssl/src/crypto/rand/rand_nw.c U src/lib/libssl/src/crypto/rand/rand_os2.c U src/lib/libssl/src/crypto/rand/randtest.c U src/lib/libssl/src/crypto/rand/rand_unix.c U src/lib/libssl/src/crypto/rand/rand_vms.c U src/lib/libssl/src/crypto/rand/rand_win.c U src/lib/libssl/src/crypto/rc2/Makefile U src/lib/libssl/src/crypto/rc2/rc2_cbc.c U src/lib/libssl/src/crypto/rc2/rc2cfb64.c U src/lib/libssl/src/crypto/rc2/rc2_ecb.c C src/lib/libssl/src/crypto/rc2/rc2.h U src/lib/libssl/src/crypto/rc2/rc2_locl.h U src/lib/libssl/src/crypto/rc2/rc2ofb64.c C src/lib/libssl/src/crypto/rc2/rc2_skey.c U src/lib/libssl/src/crypto/rc2/rc2speed.c U src/lib/libssl/src/crypto/rc2/rc2test.c U src/lib/libssl/src/crypto/rc2/rrc2.doc U src/lib/libssl/src/crypto/rc2/tab.c U src/lib/libssl/src/crypto/rc2/version U src/lib/libssl/src/crypto/rc4/Makefile U src/lib/libssl/src/crypto/rc4/rc4.c U src/lib/libssl/src/crypto/rc4/rc4_enc.c C src/lib/libssl/src/crypto/rc4/rc4.h U src/lib/libssl/src/crypto/rc4/rc4_locl.h U src/lib/libssl/src/crypto/rc4/rc4s.cpp C src/lib/libssl/src/crypto/rc4/rc4_skey.c U src/lib/libssl/src/crypto/rc4/rc4speed.c C src/lib/libssl/src/crypto/rc4/rc4test.c N src/lib/libssl/src/crypto/rc4/rc4_utl.c U src/lib/libssl/src/crypto/rc4/rrc4.doc C src/lib/libssl/src/crypto/rc4/asm/rc4-586.pl U src/lib/libssl/src/crypto/rc4/asm/rc4-ia64.pl N src/lib/libssl/src/crypto/rc4/asm/rc4-md5-x86_64.pl N src/lib/libssl/src/crypto/rc4/asm/rc4-parisc.pl U src/lib/libssl/src/crypto/rc4/asm/rc4-s390x.pl C src/lib/libssl/src/crypto/rc4/asm/rc4-x86_64.pl U src/lib/libssl/src/crypto/rc5/Makefile U src/lib/libssl/src/crypto/rc5/rc5.h U src/lib/libssl/src/crypto/rc5/rc5_locl.h U src/lib/libssl/src/crypto/rc5/rc5s.cpp U src/lib/libssl/src/crypto/rc5/rc5test.c U src/lib/libssl/src/crypto/ripemd/Makefile U src/lib/libssl/src/crypto/ripemd/README C src/lib/libssl/src/crypto/ripemd/ripemd.h U src/lib/libssl/src/crypto/ripemd/rmd160.c U src/lib/libssl/src/crypto/ripemd/rmdconst.h C src/lib/libssl/src/crypto/ripemd/rmd_dgst.c U src/lib/libssl/src/crypto/ripemd/rmd_locl.h U src/lib/libssl/src/crypto/ripemd/rmd_one.c U src/lib/libssl/src/crypto/ripemd/rmdtest.c U src/lib/libssl/src/crypto/ripemd/asm/rips.cpp U src/lib/libssl/src/crypto/ripemd/asm/rmd-586.pl C src/lib/libssl/src/crypto/rsa/Makefile U src/lib/libssl/src/crypto/rsa/rsa_ameth.c C src/lib/libssl/src/crypto/rsa/rsa_asn1.c U src/lib/libssl/src/crypto/rsa/rsa_chk.c N src/lib/libssl/src/crypto/rsa/rsa_crpt.c U src/lib/libssl/src/crypto/rsa/rsa_depr.c U src/lib/libssl/src/crypto/rsa/rsa_eay.c C src/lib/libssl/src/crypto/rsa/rsa_err.c C src/lib/libssl/src/crypto/rsa/rsa_gen.c C src/lib/libssl/src/crypto/rsa/rsa.h C src/lib/libssl/src/crypto/rsa/rsa_lib.c U src/lib/libssl/src/crypto/rsa/rsa_locl.h U src/lib/libssl/src/crypto/rsa/rsa_none.c U src/lib/libssl/src/crypto/rsa/rsa_null.c C src/lib/libssl/src/crypto/rsa/rsa_oaep.c U src/lib/libssl/src/crypto/rsa/rsa_pk1.c U src/lib/libssl/src/crypto/rsa/rsa_pmeth.c U src/lib/libssl/src/crypto/rsa/rsa_prn.c U src/lib/libssl/src/crypto/rsa/rsa_pss.c U src/lib/libssl/src/crypto/rsa/rsa_saos.c C src/lib/libssl/src/crypto/rsa/rsa_sign.c U src/lib/libssl/src/crypto/rsa/rsa_ssl.c U src/lib/libssl/src/crypto/rsa/rsa_test.c U src/lib/libssl/src/crypto/rsa/rsa_x931.c U src/lib/libssl/src/crypto/seed/Makefile U src/lib/libssl/src/crypto/seed/seed.c U src/lib/libssl/src/crypto/seed/seed_cbc.c U src/lib/libssl/src/crypto/seed/seed_cfb.c U src/lib/libssl/src/crypto/seed/seed_ecb.c U src/lib/libssl/src/crypto/seed/seed.h U src/lib/libssl/src/crypto/seed/seed_locl.h U src/lib/libssl/src/crypto/seed/seed_ofb.c U src/lib/libssl/src/crypto/sha/Makefile U src/lib/libssl/src/crypto/sha/sha1.c C src/lib/libssl/src/crypto/sha/sha1dgst.c U src/lib/libssl/src/crypto/sha/sha1_one.c U src/lib/libssl/src/crypto/sha/sha1test.c U src/lib/libssl/src/crypto/sha/sha256.c U src/lib/libssl/src/crypto/sha/sha256t.c U src/lib/libssl/src/crypto/sha/sha512.c U src/lib/libssl/src/crypto/sha/sha512t.c U src/lib/libssl/src/crypto/sha/sha.c C src/lib/libssl/src/crypto/sha/sha_dgst.c C src/lib/libssl/src/crypto/sha/sha.h C src/lib/libssl/src/crypto/sha/sha_locl.h U src/lib/libssl/src/crypto/sha/sha_one.c U src/lib/libssl/src/crypto/sha/shatest.c U src/lib/libssl/src/crypto/sha/asm/README C src/lib/libssl/src/crypto/sha/asm/sha1-586.pl N src/lib/libssl/src/crypto/sha/asm/sha1-alpha.pl U src/lib/libssl/src/crypto/sha/asm/sha1-armv4-large.pl U src/lib/libssl/src/crypto/sha/asm/sha1-ia64.pl N src/lib/libssl/src/crypto/sha/asm/sha1-mips.pl N src/lib/libssl/src/crypto/sha/asm/sha1-parisc.pl U src/lib/libssl/src/crypto/sha/asm/sha1-ppc.pl U src/lib/libssl/src/crypto/sha/asm/sha1-s390x.pl U src/lib/libssl/src/crypto/sha/asm/sha1-sparcv9a.pl U src/lib/libssl/src/crypto/sha/asm/sha1-sparcv9.pl U src/lib/libssl/src/crypto/sha/asm/sha1-thumb.pl U src/lib/libssl/src/crypto/sha/asm/sha1-x86_64.pl U src/lib/libssl/src/crypto/sha/asm/sha256-586.pl U src/lib/libssl/src/crypto/sha/asm/sha256-armv4.pl U src/lib/libssl/src/crypto/sha/asm/sha512-586.pl U src/lib/libssl/src/crypto/sha/asm/sha512-armv4.pl U src/lib/libssl/src/crypto/sha/asm/sha512-ia64.pl N src/lib/libssl/src/crypto/sha/asm/sha512-mips.pl N src/lib/libssl/src/crypto/sha/asm/sha512-parisc.pl U src/lib/libssl/src/crypto/sha/asm/sha512-ppc.pl U src/lib/libssl/src/crypto/sha/asm/sha512-s390x.pl U src/lib/libssl/src/crypto/sha/asm/sha512-sparcv9.pl U src/lib/libssl/src/crypto/sha/asm/sha512-x86_64.pl N src/lib/libssl/src/crypto/srp/Makefile N src/lib/libssl/src/crypto/srp/srp_grps.h N src/lib/libssl/src/crypto/srp/srp.h N src/lib/libssl/src/crypto/srp/srp_lcl.h N src/lib/libssl/src/crypto/srp/srp_lib.c N src/lib/libssl/src/crypto/srp/srptest.c N src/lib/libssl/src/crypto/srp/srp_vfy.c U src/lib/libssl/src/crypto/stack/Makefile C src/lib/libssl/src/crypto/stack/safestack.h U src/lib/libssl/src/crypto/stack/stack.c U src/lib/libssl/src/crypto/stack/stack.h U src/lib/libssl/src/crypto/store/Makefile U src/lib/libssl/src/crypto/store/README U src/lib/libssl/src/crypto/store/store.h U src/lib/libssl/src/crypto/store/str_err.c U src/lib/libssl/src/crypto/store/str_lib.c U src/lib/libssl/src/crypto/store/str_locl.h U src/lib/libssl/src/crypto/store/str_mem.c U src/lib/libssl/src/crypto/store/str_meth.c U src/lib/libssl/src/crypto/threads/mttest.c U src/lib/libssl/src/crypto/threads/netware.bat U src/lib/libssl/src/crypto/threads/profile.sh U src/lib/libssl/src/crypto/threads/ptest.bat U src/lib/libssl/src/crypto/threads/pthread2.sh U src/lib/libssl/src/crypto/threads/pthread.sh U src/lib/libssl/src/crypto/threads/pthreads-vms.com U src/lib/libssl/src/crypto/threads/purify.sh U src/lib/libssl/src/crypto/threads/README U src/lib/libssl/src/crypto/threads/solaris.sh U src/lib/libssl/src/crypto/threads/th-lock.c U src/lib/libssl/src/crypto/threads/win32.bat U src/lib/libssl/src/crypto/ts/Makefile U src/lib/libssl/src/crypto/ts/ts_asn1.c U src/lib/libssl/src/crypto/ts/ts_conf.c U src/lib/libssl/src/crypto/ts/ts_err.c U src/lib/libssl/src/crypto/ts/ts.h U src/lib/libssl/src/crypto/ts/ts_lib.c U src/lib/libssl/src/crypto/ts/ts_req_print.c U src/lib/libssl/src/crypto/ts/ts_req_utils.c U src/lib/libssl/src/crypto/ts/ts_rsp_print.c U src/lib/libssl/src/crypto/ts/ts_rsp_sign.c U src/lib/libssl/src/crypto/ts/ts_rsp_utils.c C src/lib/libssl/src/crypto/ts/ts_rsp_verify.c U src/lib/libssl/src/crypto/ts/ts_verify_ctx.c U src/lib/libssl/src/crypto/txt_db/Makefile U src/lib/libssl/src/crypto/txt_db/txt_db.c U src/lib/libssl/src/crypto/txt_db/txt_db.h U src/lib/libssl/src/crypto/ui/Makefile U src/lib/libssl/src/crypto/ui/ui_compat.c U src/lib/libssl/src/crypto/ui/ui_compat.h U src/lib/libssl/src/crypto/ui/ui_err.c C src/lib/libssl/src/crypto/ui/ui.h U src/lib/libssl/src/crypto/ui/ui_lib.c U src/lib/libssl/src/crypto/ui/ui_locl.h C src/lib/libssl/src/crypto/ui/ui_openssl.c U src/lib/libssl/src/crypto/ui/ui_util.c U src/lib/libssl/src/crypto/whrlpool/Makefile U src/lib/libssl/src/crypto/whrlpool/whrlpool.h U src/lib/libssl/src/crypto/whrlpool/wp_block.c U src/lib/libssl/src/crypto/whrlpool/wp_dgst.c U src/lib/libssl/src/crypto/whrlpool/wp_locl.h U src/lib/libssl/src/crypto/whrlpool/wp_test.c U src/lib/libssl/src/crypto/whrlpool/asm/wp-mmx.pl U src/lib/libssl/src/crypto/whrlpool/asm/wp-x86_64.pl U src/lib/libssl/src/crypto/x509/by_dir.c U src/lib/libssl/src/crypto/x509/by_file.c U src/lib/libssl/src/crypto/x509/Makefile U src/lib/libssl/src/crypto/x509/x509_att.c C src/lib/libssl/src/crypto/x509/x509_cmp.c U src/lib/libssl/src/crypto/x509/x509cset.c U src/lib/libssl/src/crypto/x509/x509_d2.c U src/lib/libssl/src/crypto/x509/x509_def.c U src/lib/libssl/src/crypto/x509/x509_err.c U src/lib/libssl/src/crypto/x509/x509_ext.c C src/lib/libssl/src/crypto/x509/x509.h C src/lib/libssl/src/crypto/x509/x509_lu.c U src/lib/libssl/src/crypto/x509/x509name.c U src/lib/libssl/src/crypto/x509/x509_obj.c U src/lib/libssl/src/crypto/x509/x509_r2x.c U src/lib/libssl/src/crypto/x509/x509_req.c U src/lib/libssl/src/crypto/x509/x509rset.c U src/lib/libssl/src/crypto/x509/x509_set.c U src/lib/libssl/src/crypto/x509/x509spki.c U src/lib/libssl/src/crypto/x509/x509_trs.c U src/lib/libssl/src/crypto/x509/x509_txt.c C src/lib/libssl/src/crypto/x509/x509type.c U src/lib/libssl/src/crypto/x509/x509_v3.c C src/lib/libssl/src/crypto/x509/x509_vfy.c U src/lib/libssl/src/crypto/x509/x509_vfy.h U src/lib/libssl/src/crypto/x509/x509_vpm.c C src/lib/libssl/src/crypto/x509/x_all.c U src/lib/libssl/src/crypto/x509v3/ext_dat.h U src/lib/libssl/src/crypto/x509v3/Makefile U src/lib/libssl/src/crypto/x509v3/pcy_cache.c U src/lib/libssl/src/crypto/x509v3/pcy_data.c U src/lib/libssl/src/crypto/x509v3/pcy_int.h U src/lib/libssl/src/crypto/x509v3/pcy_lib.c U src/lib/libssl/src/crypto/x509v3/pcy_map.c U src/lib/libssl/src/crypto/x509v3/pcy_node.c U src/lib/libssl/src/crypto/x509v3/pcy_tree.c U src/lib/libssl/src/crypto/x509v3/tabtest.c U src/lib/libssl/src/crypto/x509v3/v3_addr.c U src/lib/libssl/src/crypto/x509v3/v3_akeya.c U src/lib/libssl/src/crypto/x509v3/v3_akey.c U src/lib/libssl/src/crypto/x509v3/v3_alt.c C src/lib/libssl/src/crypto/x509v3/v3_asid.c U src/lib/libssl/src/crypto/x509v3/v3_bcons.c U src/lib/libssl/src/crypto/x509v3/v3_bitst.c U src/lib/libssl/src/crypto/x509v3/v3_conf.c U src/lib/libssl/src/crypto/x509v3/v3conf.c U src/lib/libssl/src/crypto/x509v3/v3_cpols.c U src/lib/libssl/src/crypto/x509v3/v3_crld.c U src/lib/libssl/src/crypto/x509v3/v3_enum.c U src/lib/libssl/src/crypto/x509v3/v3err.c U src/lib/libssl/src/crypto/x509v3/v3_extku.c U src/lib/libssl/src/crypto/x509v3/v3_genn.c U src/lib/libssl/src/crypto/x509v3/v3_ia5.c U src/lib/libssl/src/crypto/x509v3/v3_info.c U src/lib/libssl/src/crypto/x509v3/v3_int.c U src/lib/libssl/src/crypto/x509v3/v3_lib.c U src/lib/libssl/src/crypto/x509v3/v3_ncons.c U src/lib/libssl/src/crypto/x509v3/v3_ocsp.c U src/lib/libssl/src/crypto/x509v3/v3_pcia.c U src/lib/libssl/src/crypto/x509v3/v3_pci.c U src/lib/libssl/src/crypto/x509v3/v3_pcons.c U src/lib/libssl/src/crypto/x509v3/v3_pku.c U src/lib/libssl/src/crypto/x509v3/v3_pmaps.c U src/lib/libssl/src/crypto/x509v3/v3prin.c U src/lib/libssl/src/crypto/x509v3/v3_prn.c U src/lib/libssl/src/crypto/x509v3/v3_purp.c C src/lib/libssl/src/crypto/x509v3/v3_skey.c U src/lib/libssl/src/crypto/x509v3/v3_sxnet.c U src/lib/libssl/src/crypto/x509v3/v3_utl.c U src/lib/libssl/src/crypto/x509v3/x509v3.h U src/lib/libssl/src/demos/b64.c U src/lib/libssl/src/demos/b64.pl U src/lib/libssl/src/demos/privkey.pem U src/lib/libssl/src/demos/README U src/lib/libssl/src/demos/selfsign.c U src/lib/libssl/src/demos/spkigen.c U src/lib/libssl/src/demos/asn1/ocsp.c U src/lib/libssl/src/demos/asn1/README.ASN1 U src/lib/libssl/src/demos/bio/Makefile U src/lib/libssl/src/demos/bio/README U src/lib/libssl/src/demos/bio/saccept.c U src/lib/libssl/src/demos/bio/sconnect.c U src/lib/libssl/src/demos/bio/server.pem U src/lib/libssl/src/demos/cms/cacert.pem U src/lib/libssl/src/demos/cms/cakey.pem U src/lib/libssl/src/demos/cms/cms_comp.c U src/lib/libssl/src/demos/cms/cms_ddec.c U src/lib/libssl/src/demos/cms/cms_dec.c U src/lib/libssl/src/demos/cms/cms_denc.c U src/lib/libssl/src/demos/cms/cms_enc.c U src/lib/libssl/src/demos/cms/cms_sign2.c U src/lib/libssl/src/demos/cms/cms_sign.c U src/lib/libssl/src/demos/cms/cms_uncomp.c U src/lib/libssl/src/demos/cms/cms_ver.c U src/lib/libssl/src/demos/cms/comp.txt U src/lib/libssl/src/demos/cms/encr.txt U src/lib/libssl/src/demos/cms/signer2.pem U src/lib/libssl/src/demos/cms/signer.pem U src/lib/libssl/src/demos/cms/sign.txt U src/lib/libssl/src/demos/easy_tls/cacerts.pem U src/lib/libssl/src/demos/easy_tls/cert.pem U src/lib/libssl/src/demos/easy_tls/easy-tls.c U src/lib/libssl/src/demos/easy_tls/easy-tls.h U src/lib/libssl/src/demos/easy_tls/Makefile U src/lib/libssl/src/demos/easy_tls/README U src/lib/libssl/src/demos/easy_tls/test.c U src/lib/libssl/src/demos/easy_tls/test.h U src/lib/libssl/src/demos/eay/base64.c U src/lib/libssl/src/demos/eay/conn.c U src/lib/libssl/src/demos/eay/loadrsa.c U src/lib/libssl/src/demos/eay/Makefile U src/lib/libssl/src/demos/engines/cluster_labs/cluster_labs.h U src/lib/libssl/src/demos/engines/cluster_labs/hw_cluster_labs.c U src/lib/libssl/src/demos/engines/cluster_labs/hw_cluster_labs.ec U src/lib/libssl/src/demos/engines/cluster_labs/hw_cluster_labs_err.c U src/lib/libssl/src/demos/engines/cluster_labs/hw_cluster_labs_err.h U src/lib/libssl/src/demos/engines/cluster_labs/Makefile U src/lib/libssl/src/demos/engines/ibmca/hw_ibmca.c U src/lib/libssl/src/demos/engines/ibmca/hw_ibmca.ec U src/lib/libssl/src/demos/engines/ibmca/hw_ibmca_err.c U src/lib/libssl/src/demos/engines/ibmca/hw_ibmca_err.h U src/lib/libssl/src/demos/engines/ibmca/ica_openssl_api.h U src/lib/libssl/src/demos/engines/ibmca/Makefile U src/lib/libssl/src/demos/engines/rsaref/build.com U src/lib/libssl/src/demos/engines/rsaref/Makefile U src/lib/libssl/src/demos/engines/rsaref/README U src/lib/libssl/src/demos/engines/rsaref/rsaref.c U src/lib/libssl/src/demos/engines/rsaref/rsaref.ec U src/lib/libssl/src/demos/engines/rsaref/rsaref_err.c U src/lib/libssl/src/demos/engines/rsaref/rsaref_err.h U src/lib/libssl/src/demos/engines/zencod/hw_zencod.c U src/lib/libssl/src/demos/engines/zencod/hw_zencod.ec U src/lib/libssl/src/demos/engines/zencod/hw_zencod_err.c U src/lib/libssl/src/demos/engines/zencod/hw_zencod_err.h U src/lib/libssl/src/demos/engines/zencod/hw_zencod.h U src/lib/libssl/src/demos/engines/zencod/Makefile U src/lib/libssl/src/demos/maurice/cert.pem U src/lib/libssl/src/demos/maurice/example1.c U src/lib/libssl/src/demos/maurice/example2.c U src/lib/libssl/src/demos/maurice/example3.c U src/lib/libssl/src/demos/maurice/example4.c U src/lib/libssl/src/demos/maurice/loadkeys.c U src/lib/libssl/src/demos/maurice/loadkeys.h U src/lib/libssl/src/demos/maurice/Makefile U src/lib/libssl/src/demos/maurice/privkey.pem U src/lib/libssl/src/demos/maurice/README U src/lib/libssl/src/demos/pkcs12/pkread.c U src/lib/libssl/src/demos/pkcs12/pkwrite.c U src/lib/libssl/src/demos/pkcs12/README U src/lib/libssl/src/demos/prime/Makefile U src/lib/libssl/src/demos/prime/prime.c U src/lib/libssl/src/demos/sign/cert.pem U src/lib/libssl/src/demos/sign/key.pem U src/lib/libssl/src/demos/sign/Makefile U src/lib/libssl/src/demos/sign/sign.c U src/lib/libssl/src/demos/sign/sign.txt U src/lib/libssl/src/demos/sign/sig.txt U src/lib/libssl/src/demos/smime/cacert.pem U src/lib/libssl/src/demos/smime/cakey.pem U src/lib/libssl/src/demos/smime/encr.txt U src/lib/libssl/src/demos/smime/signer2.pem U src/lib/libssl/src/demos/smime/signer.pem U src/lib/libssl/src/demos/smime/sign.txt U src/lib/libssl/src/demos/smime/smdec.c U src/lib/libssl/src/demos/smime/smenc.c U src/lib/libssl/src/demos/smime/smsign2.c U src/lib/libssl/src/demos/smime/smsign.c U src/lib/libssl/src/demos/smime/smver.c U src/lib/libssl/src/demos/ssl/cli.cpp U src/lib/libssl/src/demos/ssl/inetdsrv.cpp U src/lib/libssl/src/demos/ssl/serv.cpp U src/lib/libssl/src/demos/ssltest-ecc/ECCcertgen.sh U src/lib/libssl/src/demos/ssltest-ecc/ECC-RSAcertgen.sh U src/lib/libssl/src/demos/ssltest-ecc/README U src/lib/libssl/src/demos/ssltest-ecc/RSAcertgen.sh U src/lib/libssl/src/demos/ssltest-ecc/ssltest.sh U src/lib/libssl/src/demos/state_machine/Makefile U src/lib/libssl/src/demos/state_machine/state_machine.c U src/lib/libssl/src/demos/tunala/A-client.pem U src/lib/libssl/src/demos/tunala/A-server.pem U src/lib/libssl/src/demos/tunala/autogunk.sh U src/lib/libssl/src/demos/tunala/autoungunk.sh U src/lib/libssl/src/demos/tunala/breakage.c U src/lib/libssl/src/demos/tunala/buffer.c U src/lib/libssl/src/demos/tunala/CA.pem U src/lib/libssl/src/demos/tunala/cb.c U src/lib/libssl/src/demos/tunala/configure.in U src/lib/libssl/src/demos/tunala/INSTALL U src/lib/libssl/src/demos/tunala/ip.c U src/lib/libssl/src/demos/tunala/Makefile U src/lib/libssl/src/demos/tunala/Makefile.am U src/lib/libssl/src/demos/tunala/README U src/lib/libssl/src/demos/tunala/sm.c U src/lib/libssl/src/demos/tunala/test.sh U src/lib/libssl/src/demos/tunala/tunala.c U src/lib/libssl/src/demos/tunala/tunala.h U src/lib/libssl/src/demos/x509/mkcert.c U src/lib/libssl/src/demos/x509/mkreq.c U src/lib/libssl/src/demos/x509/README U src/lib/libssl/src/doc/c-indentation.el U src/lib/libssl/src/doc/fingerprints.txt U src/lib/libssl/src/doc/openssl_button.gif U src/lib/libssl/src/doc/openssl_button.html U src/lib/libssl/src/doc/openssl-shared.txt U src/lib/libssl/src/doc/openssl.txt U src/lib/libssl/src/doc/README U src/lib/libssl/src/doc/ssleay.txt U src/lib/libssl/src/doc/standards.txt U src/lib/libssl/src/doc/apps/asn1parse.pod U src/lib/libssl/src/doc/apps/CA.pl.pod U src/lib/libssl/src/doc/apps/ca.pod U src/lib/libssl/src/doc/apps/ciphers.pod U src/lib/libssl/src/doc/apps/cms.pod U src/lib/libssl/src/doc/apps/config.pod U src/lib/libssl/src/doc/apps/crl2pkcs7.pod U src/lib/libssl/src/doc/apps/crl.pod U src/lib/libssl/src/doc/apps/dgst.pod U src/lib/libssl/src/doc/apps/dhparam.pod U src/lib/libssl/src/doc/apps/dsaparam.pod U src/lib/libssl/src/doc/apps/dsa.pod U src/lib/libssl/src/doc/apps/ecparam.pod U src/lib/libssl/src/doc/apps/ec.pod U src/lib/libssl/src/doc/apps/enc.pod U src/lib/libssl/src/doc/apps/errstr.pod U src/lib/libssl/src/doc/apps/gendsa.pod U src/lib/libssl/src/doc/apps/genpkey.pod U src/lib/libssl/src/doc/apps/genrsa.pod U src/lib/libssl/src/doc/apps/nseq.pod U src/lib/libssl/src/doc/apps/ocsp.pod C src/lib/libssl/src/doc/apps/openssl.pod U src/lib/libssl/src/doc/apps/passwd.pod U src/lib/libssl/src/doc/apps/pkcs12.pod U src/lib/libssl/src/doc/apps/pkcs7.pod U src/lib/libssl/src/doc/apps/pkcs8.pod U src/lib/libssl/src/doc/apps/pkeyparam.pod U src/lib/libssl/src/doc/apps/pkey.pod U src/lib/libssl/src/doc/apps/pkeyutl.pod U src/lib/libssl/src/doc/apps/rand.pod U src/lib/libssl/src/doc/apps/req.pod U src/lib/libssl/src/doc/apps/rsa.pod U src/lib/libssl/src/doc/apps/rsautl.pod U src/lib/libssl/src/doc/apps/s_client.pod U src/lib/libssl/src/doc/apps/sess_id.pod U src/lib/libssl/src/doc/apps/smime.pod U src/lib/libssl/src/doc/apps/speed.pod U src/lib/libssl/src/doc/apps/spkac.pod U src/lib/libssl/src/doc/apps/s_server.pod U src/lib/libssl/src/doc/apps/s_time.pod U src/lib/libssl/src/doc/apps/tsget.pod U src/lib/libssl/src/doc/apps/ts.pod U src/lib/libssl/src/doc/apps/verify.pod U src/lib/libssl/src/doc/apps/version.pod U src/lib/libssl/src/doc/apps/x509.pod U src/lib/libssl/src/doc/apps/x509v3_config.pod U src/lib/libssl/src/doc/crypto/ASN1_generate_nconf.pod U src/lib/libssl/src/doc/crypto/ASN1_OBJECT_new.pod U src/lib/libssl/src/doc/crypto/ASN1_STRING_length.pod U src/lib/libssl/src/doc/crypto/ASN1_STRING_new.pod U src/lib/libssl/src/doc/crypto/ASN1_STRING_print_ex.pod U src/lib/libssl/src/doc/crypto/BIO_ctrl.pod U src/lib/libssl/src/doc/crypto/BIO_f_base64.pod U src/lib/libssl/src/doc/crypto/BIO_f_buffer.pod U src/lib/libssl/src/doc/crypto/BIO_f_cipher.pod U src/lib/libssl/src/doc/crypto/BIO_find_type.pod U src/lib/libssl/src/doc/crypto/BIO_f_md.pod U src/lib/libssl/src/doc/crypto/BIO_f_null.pod U src/lib/libssl/src/doc/crypto/BIO_f_ssl.pod U src/lib/libssl/src/doc/crypto/BIO_new_CMS.pod U src/lib/libssl/src/doc/crypto/BIO_new.pod U src/lib/libssl/src/doc/crypto/bio.pod U src/lib/libssl/src/doc/crypto/BIO_push.pod U src/lib/libssl/src/doc/crypto/BIO_read.pod U src/lib/libssl/src/doc/crypto/bn.pod U src/lib/libssl/src/doc/crypto/BIO_s_accept.pod U src/lib/libssl/src/doc/crypto/BIO_s_bio.pod U src/lib/libssl/src/doc/crypto/BIO_s_connect.pod U src/lib/libssl/src/doc/crypto/BIO_set_callback.pod U src/lib/libssl/src/doc/crypto/BIO_s_fd.pod U src/lib/libssl/src/doc/crypto/BIO_s_file.pod U src/lib/libssl/src/doc/crypto/BIO_should_retry.pod U src/lib/libssl/src/doc/crypto/BIO_s_mem.pod U src/lib/libssl/src/doc/crypto/BIO_s_null.pod U src/lib/libssl/src/doc/crypto/BIO_s_socket.pod U src/lib/libssl/src/doc/crypto/blowfish.pod U src/lib/libssl/src/doc/crypto/BN_add.pod U src/lib/libssl/src/doc/crypto/BN_add_word.pod U src/lib/libssl/src/doc/crypto/BN_BLINDING_new.pod U src/lib/libssl/src/doc/crypto/BN_bn2bin.pod U src/lib/libssl/src/doc/crypto/BN_cmp.pod U src/lib/libssl/src/doc/crypto/BN_copy.pod U src/lib/libssl/src/doc/crypto/BN_CTX_new.pod U src/lib/libssl/src/doc/crypto/BN_CTX_start.pod U src/lib/libssl/src/doc/crypto/BN_generate_prime.pod U src/lib/libssl/src/doc/crypto/bn_internal.pod U src/lib/libssl/src/doc/crypto/BN_mod_inverse.pod U src/lib/libssl/src/doc/crypto/BN_mod_mul_montgomery.pod U src/lib/libssl/src/doc/crypto/BN_mod_mul_reciprocal.pod U src/lib/libssl/src/doc/crypto/BN_new.pod U src/lib/libssl/src/doc/crypto/BN_num_bytes.pod U src/lib/libssl/src/doc/crypto/BN_rand.pod U src/lib/libssl/src/doc/crypto/BN_set_bit.pod U src/lib/libssl/src/doc/crypto/BN_swap.pod U src/lib/libssl/src/doc/crypto/BN_zero.pod U src/lib/libssl/src/doc/crypto/buffer.pod U src/lib/libssl/src/doc/crypto/CMS_add0_cert.pod U src/lib/libssl/src/doc/crypto/CMS_add1_recipient_cert.pod U src/lib/libssl/src/doc/crypto/CMS_compress.pod U src/lib/libssl/src/doc/crypto/CMS_decrypt.pod U src/lib/libssl/src/doc/crypto/CMS_encrypt.pod U src/lib/libssl/src/doc/crypto/CMS_final.pod U src/lib/libssl/src/doc/crypto/CMS_get0_RecipientInfos.pod U src/lib/libssl/src/doc/crypto/CMS_get0_SignerInfos.pod U src/lib/libssl/src/doc/crypto/CMS_get0_type.pod U src/lib/libssl/src/doc/crypto/CMS_get1_ReceiptRequest.pod U src/lib/libssl/src/doc/crypto/CMS_sign_add1_signer.pod U src/lib/libssl/src/doc/crypto/CMS_sign.pod U src/lib/libssl/src/doc/crypto/CMS_sign_receipt.pod U src/lib/libssl/src/doc/crypto/CMS_uncompress.pod U src/lib/libssl/src/doc/crypto/CMS_verify.pod U src/lib/libssl/src/doc/crypto/CMS_verify_receipt.pod U src/lib/libssl/src/doc/crypto/CONF_modules_free.pod U src/lib/libssl/src/doc/crypto/CONF_modules_load_file.pod U src/lib/libssl/src/doc/crypto/crypto.pod U src/lib/libssl/src/doc/crypto/CRYPTO_set_ex_data.pod U src/lib/libssl/src/doc/crypto/d2i_ASN1_OBJECT.pod U src/lib/libssl/src/doc/crypto/d2i_DHparams.pod U src/lib/libssl/src/doc/crypto/d2i_DSAPublicKey.pod U src/lib/libssl/src/doc/crypto/d2i_PKCS8PrivateKey.pod U src/lib/libssl/src/doc/crypto/d2i_RSAPublicKey.pod U src/lib/libssl/src/doc/crypto/d2i_X509_ALGOR.pod U src/lib/libssl/src/doc/crypto/d2i_X509_CRL.pod U src/lib/libssl/src/doc/crypto/d2i_X509_NAME.pod U src/lib/libssl/src/doc/crypto/d2i_X509.pod U src/lib/libssl/src/doc/crypto/d2i_X509_REQ.pod U src/lib/libssl/src/doc/crypto/d2i_X509_SIG.pod U src/lib/libssl/src/doc/crypto/des_modes.pod U src/lib/libssl/src/doc/crypto/des.pod U src/lib/libssl/src/doc/crypto/DH_generate_key.pod U src/lib/libssl/src/doc/crypto/DH_generate_parameters.pod U src/lib/libssl/src/doc/crypto/DH_get_ex_new_index.pod U src/lib/libssl/src/doc/crypto/DH_new.pod U src/lib/libssl/src/doc/crypto/dh.pod U src/lib/libssl/src/doc/crypto/DH_set_method.pod U src/lib/libssl/src/doc/crypto/DH_size.pod U src/lib/libssl/src/doc/crypto/DSA_do_sign.pod U src/lib/libssl/src/doc/crypto/DSA_dup_DH.pod U src/lib/libssl/src/doc/crypto/DSA_generate_key.pod U src/lib/libssl/src/doc/crypto/DSA_generate_parameters.pod U src/lib/libssl/src/doc/crypto/DSA_get_ex_new_index.pod U src/lib/libssl/src/doc/crypto/DSA_new.pod U src/lib/libssl/src/doc/crypto/dsa.pod U src/lib/libssl/src/doc/crypto/DSA_set_method.pod U src/lib/libssl/src/doc/crypto/DSA_SIG_new.pod U src/lib/libssl/src/doc/crypto/DSA_sign.pod U src/lib/libssl/src/doc/crypto/DSA_size.pod U src/lib/libssl/src/doc/crypto/ecdsa.pod U src/lib/libssl/src/doc/crypto/engine.pod U src/lib/libssl/src/doc/crypto/ERR_clear_error.pod U src/lib/libssl/src/doc/crypto/ERR_error_string.pod U src/lib/libssl/src/doc/crypto/ERR_get_error.pod U src/lib/libssl/src/doc/crypto/ERR_GET_LIB.pod U src/lib/libssl/src/doc/crypto/ERR_load_crypto_strings.pod U src/lib/libssl/src/doc/crypto/ERR_load_strings.pod U src/lib/libssl/src/doc/crypto/err.pod U src/lib/libssl/src/doc/crypto/ERR_print_errors.pod U src/lib/libssl/src/doc/crypto/ERR_put_error.pod U src/lib/libssl/src/doc/crypto/ERR_remove_state.pod U src/lib/libssl/src/doc/crypto/ERR_set_mark.pod U src/lib/libssl/src/doc/crypto/EVP_BytesToKey.pod C src/lib/libssl/src/doc/crypto/EVP_DigestInit.pod U src/lib/libssl/src/doc/crypto/EVP_DigestSignInit.pod U src/lib/libssl/src/doc/crypto/EVP_DigestVerifyInit.pod U src/lib/libssl/src/doc/crypto/EVP_EncryptInit.pod U src/lib/libssl/src/doc/crypto/EVP_OpenInit.pod U src/lib/libssl/src/doc/crypto/EVP_PKEY_cmp.pod U src/lib/libssl/src/doc/crypto/EVP_PKEY_CTX_ctrl.pod U src/lib/libssl/src/doc/crypto/EVP_PKEY_CTX_new.pod U src/lib/libssl/src/doc/crypto/EVP_PKEY_decrypt.pod U src/lib/libssl/src/doc/crypto/EVP_PKEY_derive.pod U src/lib/libssl/src/doc/crypto/EVP_PKEY_encrypt.pod U src/lib/libssl/src/doc/crypto/EVP_PKEY_get_default_digest.pod U src/lib/libssl/src/doc/crypto/EVP_PKEY_keygen.pod U src/lib/libssl/src/doc/crypto/EVP_PKEY_new.pod U src/lib/libssl/src/doc/crypto/evp.pod U src/lib/libssl/src/doc/crypto/EVP_PKEY_print_private.pod U src/lib/libssl/src/doc/crypto/EVP_PKEY_set1_RSA.pod U src/lib/libssl/src/doc/crypto/EVP_PKEY_sign.pod U src/lib/libssl/src/doc/crypto/EVP_PKEY_verify.pod U src/lib/libssl/src/doc/crypto/EVP_PKEY_verifyrecover.pod U src/lib/libssl/src/doc/crypto/EVP_SealInit.pod U src/lib/libssl/src/doc/crypto/EVP_SignInit.pod U src/lib/libssl/src/doc/crypto/EVP_VerifyInit.pod U src/lib/libssl/src/doc/crypto/hmac.pod U src/lib/libssl/src/doc/crypto/i2d_CMS_bio_stream.pod U src/lib/libssl/src/doc/crypto/i2d_PKCS7_bio_stream.pod U src/lib/libssl/src/doc/crypto/lhash.pod U src/lib/libssl/src/doc/crypto/lh_stats.pod U src/lib/libssl/src/doc/crypto/md5.pod U src/lib/libssl/src/doc/crypto/mdc2.pod U src/lib/libssl/src/doc/crypto/OBJ_nid2obj.pod U src/lib/libssl/src/doc/crypto/OpenSSL_add_all_algorithms.pod U src/lib/libssl/src/doc/crypto/OPENSSL_Applink.pod U src/lib/libssl/src/doc/crypto/OPENSSL_config.pod U src/lib/libssl/src/doc/crypto/OPENSSL_ia32cap.pod U src/lib/libssl/src/doc/crypto/OPENSSL_load_builtin_modules.pod U src/lib/libssl/src/doc/crypto/OPENSSL_VERSION_NUMBER.pod U src/lib/libssl/src/doc/crypto/pem.pod U src/lib/libssl/src/doc/crypto/PEM_write_bio_CMS_stream.pod U src/lib/libssl/src/doc/crypto/PEM_write_bio_PKCS7_stream.pod U src/lib/libssl/src/doc/crypto/PKCS12_create.pod U src/lib/libssl/src/doc/crypto/PKCS12_parse.pod U src/lib/libssl/src/doc/crypto/PKCS7_decrypt.pod U src/lib/libssl/src/doc/crypto/PKCS7_encrypt.pod U src/lib/libssl/src/doc/crypto/PKCS7_sign_add_signer.pod U src/lib/libssl/src/doc/crypto/PKCS7_sign.pod U src/lib/libssl/src/doc/crypto/PKCS7_verify.pod U src/lib/libssl/src/doc/crypto/RAND_add.pod U src/lib/libssl/src/doc/crypto/RAND_bytes.pod U src/lib/libssl/src/doc/crypto/RAND_cleanup.pod U src/lib/libssl/src/doc/crypto/RAND_egd.pod U src/lib/libssl/src/doc/crypto/RAND_load_file.pod U src/lib/libssl/src/doc/crypto/rand.pod U src/lib/libssl/src/doc/crypto/RAND_set_rand_method.pod U src/lib/libssl/src/doc/crypto/rc4.pod U src/lib/libssl/src/doc/crypto/ripemd.pod U src/lib/libssl/src/doc/crypto/RSA_blinding_on.pod U src/lib/libssl/src/doc/crypto/RSA_check_key.pod U src/lib/libssl/src/doc/crypto/RSA_generate_key.pod U src/lib/libssl/src/doc/crypto/RSA_get_ex_new_index.pod U src/lib/libssl/src/doc/crypto/RSA_new.pod U src/lib/libssl/src/doc/crypto/RSA_padding_add_PKCS1_type_1.pod U src/lib/libssl/src/doc/crypto/rsa.pod U src/lib/libssl/src/doc/crypto/RSA_print.pod U src/lib/libssl/src/doc/crypto/RSA_private_encrypt.pod U src/lib/libssl/src/doc/crypto/RSA_public_encrypt.pod U src/lib/libssl/src/doc/crypto/RSA_set_method.pod U src/lib/libssl/src/doc/crypto/RSA_sign_ASN1_OCTET_STRING.pod U src/lib/libssl/src/doc/crypto/RSA_sign.pod U src/lib/libssl/src/doc/crypto/RSA_size.pod U src/lib/libssl/src/doc/crypto/sha.pod U src/lib/libssl/src/doc/crypto/SMIME_read_CMS.pod U src/lib/libssl/src/doc/crypto/SMIME_read_PKCS7.pod U src/lib/libssl/src/doc/crypto/SMIME_write_CMS.pod U src/lib/libssl/src/doc/crypto/SMIME_write_PKCS7.pod U src/lib/libssl/src/doc/crypto/threads.pod U src/lib/libssl/src/doc/crypto/ui_compat.pod U src/lib/libssl/src/doc/crypto/ui.pod U src/lib/libssl/src/doc/crypto/X509_NAME_add_entry_by_txt.pod U src/lib/libssl/src/doc/crypto/X509_NAME_ENTRY_get_object.pod U src/lib/libssl/src/doc/crypto/X509_NAME_get_index_by_NID.pod U src/lib/libssl/src/doc/crypto/X509_NAME_print_ex.pod U src/lib/libssl/src/doc/crypto/X509_new.pod U src/lib/libssl/src/doc/crypto/x509.pod U src/lib/libssl/src/doc/crypto/X509_STORE_CTX_get_error.pod U src/lib/libssl/src/doc/crypto/X509_STORE_CTX_new.pod U src/lib/libssl/src/doc/crypto/X509_STORE_CTX_get_ex_new_index.pod U src/lib/libssl/src/doc/crypto/X509_STORE_CTX_set_verify_cb.pod U src/lib/libssl/src/doc/crypto/X509_STORE_set_verify_cb_func.pod U src/lib/libssl/src/doc/crypto/X509_verify_cert.pod U src/lib/libssl/src/doc/crypto/X509_VERIFY_PARAM_set_flags.pod U src/lib/libssl/src/doc/HOWTO/certificates.txt U src/lib/libssl/src/doc/HOWTO/keys.txt U src/lib/libssl/src/doc/HOWTO/proxy_certificates.txt U src/lib/libssl/src/doc/ssl/d2i_SSL_SESSION.pod U src/lib/libssl/src/doc/ssl/SSL_accept.pod C src/lib/libssl/src/doc/ssl/SSL_alert_type_string.pod U src/lib/libssl/src/doc/ssl/SSL_CIPHER_get_name.pod U src/lib/libssl/src/doc/ssl/SSL_clear.pod U src/lib/libssl/src/doc/ssl/SSL_COMP_add_compression_method.pod U src/lib/libssl/src/doc/ssl/SSL_connect.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_add_extra_chain_cert.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_add_session.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_ctrl.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_flush_sessions.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_free.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_get_ex_new_index.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_get_verify_mode.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_new.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_load_verify_locations.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_sessions.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_sess_number.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_sess_set_cache_size.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_sess_set_get_cb.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_set_cert_store.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_set_cert_verify_callback.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_set_cipher_list.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_set_client_CA_list.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_set_client_cert_cb.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_set_default_passwd_cb.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_set_generate_session_id.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_set_info_callback.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_set_max_cert_list.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_set_mode.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_set_msg_callback.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_set_options.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_set_psk_client_callback.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_set_quiet_shutdown.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_set_session_cache_mode.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_set_session_id_context.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_set_ssl_version.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_set_timeout.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_set_tmp_dh_callback.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_set_tmp_rsa_callback.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_set_verify.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_use_certificate.pod U src/lib/libssl/src/doc/ssl/SSL_CTX_use_psk_identity_hint.pod U src/lib/libssl/src/doc/ssl/SSL_do_handshake.pod U src/lib/libssl/src/doc/ssl/SSL_free.pod U src/lib/libssl/src/doc/ssl/SSL_get_ciphers.pod U src/lib/libssl/src/doc/ssl/SSL_get_client_CA_list.pod U src/lib/libssl/src/doc/ssl/SSL_get_current_cipher.pod U src/lib/libssl/src/doc/ssl/SSL_get_default_timeout.pod U src/lib/libssl/src/doc/ssl/SSL_get_error.pod U src/lib/libssl/src/doc/ssl/SSL_get_ex_data_X509_STORE_CTX_idx.pod U src/lib/libssl/src/doc/ssl/SSL_get_ex_new_index.pod U src/lib/libssl/src/doc/ssl/SSL_get_fd.pod U src/lib/libssl/src/doc/ssl/SSL_get_peer_cert_chain.pod U src/lib/libssl/src/doc/ssl/SSL_get_peer_certificate.pod U src/lib/libssl/src/doc/ssl/SSL_get_rbio.pod U src/lib/libssl/src/doc/ssl/SSL_get_psk_identity.pod U src/lib/libssl/src/doc/ssl/SSL_get_session.pod U src/lib/libssl/src/doc/ssl/SSL_get_SSL_CTX.pod U src/lib/libssl/src/doc/ssl/SSL_get_verify_result.pod U src/lib/libssl/src/doc/ssl/SSL_get_version.pod U src/lib/libssl/src/doc/ssl/SSL_library_init.pod U src/lib/libssl/src/doc/ssl/SSL_load_client_CA_file.pod U src/lib/libssl/src/doc/ssl/SSL_new.pod U src/lib/libssl/src/doc/ssl/SSL_pending.pod U src/lib/libssl/src/doc/ssl/ssl.pod U src/lib/libssl/src/doc/ssl/SSL_read.pod U src/lib/libssl/src/doc/ssl/SSL_rstate_string.pod U src/lib/libssl/src/doc/ssl/SSL_SESSION_free.pod U src/lib/libssl/src/doc/ssl/SSL_SESSION_get_ex_new_index.pod U src/lib/libssl/src/doc/ssl/SSL_SESSION_get_time.pod U src/lib/libssl/src/doc/ssl/SSL_session_reused.pod U src/lib/libssl/src/doc/ssl/SSL_set_bio.pod U src/lib/libssl/src/doc/ssl/SSL_set_connect_state.pod U src/lib/libssl/src/doc/ssl/SSL_set_fd.pod U src/lib/libssl/src/doc/ssl/SSL_set_session.pod U src/lib/libssl/src/doc/ssl/SSL_set_shutdown.pod U src/lib/libssl/src/doc/ssl/SSL_set_verify_result.pod U src/lib/libssl/src/doc/ssl/SSL_shutdown.pod U src/lib/libssl/src/doc/ssl/SSL_state_string.pod U src/lib/libssl/src/doc/ssl/SSL_want.pod U src/lib/libssl/src/doc/ssl/SSL_write.pod U src/lib/libssl/src/engines/alpha.opt U src/lib/libssl/src/engines/axp.opt U src/lib/libssl/src/engines/capierr.bat U src/lib/libssl/src/engines/e_4758cca.c U src/lib/libssl/src/engines/e_4758cca.ec U src/lib/libssl/src/engines/e_4758cca_err.c U src/lib/libssl/src/engines/e_4758cca_err.h U src/lib/libssl/src/engines/e_aep.c U src/lib/libssl/src/engines/e_aep.ec U src/lib/libssl/src/engines/e_aep_err.c U src/lib/libssl/src/engines/e_aep_err.h U src/lib/libssl/src/engines/e_atalla.c U src/lib/libssl/src/engines/e_atalla.ec U src/lib/libssl/src/engines/e_atalla_err.c U src/lib/libssl/src/engines/e_atalla_err.h C src/lib/libssl/src/engines/e_capi.c U src/lib/libssl/src/engines/e_capi.ec U src/lib/libssl/src/engines/e_capi_err.c U src/lib/libssl/src/engines/e_capi_err.h U src/lib/libssl/src/engines/e_chil.c U src/lib/libssl/src/engines/e_chil.ec U src/lib/libssl/src/engines/e_chil_err.c U src/lib/libssl/src/engines/e_chil_err.h U src/lib/libssl/src/engines/e_cswift.c U src/lib/libssl/src/engines/e_cswift.ec U src/lib/libssl/src/engines/e_cswift_err.c U src/lib/libssl/src/engines/e_cswift_err.h U src/lib/libssl/src/engines/e_gmp.c U src/lib/libssl/src/engines/e_gmp.ec U src/lib/libssl/src/engines/e_gmp_err.c U src/lib/libssl/src/engines/e_gmp_err.h U src/lib/libssl/src/engines/engine_vector.mar U src/lib/libssl/src/engines/e_nuron.c U src/lib/libssl/src/engines/e_nuron.ec U src/lib/libssl/src/engines/e_nuron_err.c U src/lib/libssl/src/engines/e_nuron_err.h U src/lib/libssl/src/engines/e_padlock.c U src/lib/libssl/src/engines/e_padlock.ec U src/lib/libssl/src/engines/e_sureware.c U src/lib/libssl/src/engines/e_sureware.ec U src/lib/libssl/src/engines/e_sureware_err.c U src/lib/libssl/src/engines/e_sureware_err.h U src/lib/libssl/src/engines/e_ubsec.c U src/lib/libssl/src/engines/e_ubsec.ec U src/lib/libssl/src/engines/ia64.opt U src/lib/libssl/src/engines/e_ubsec_err.c U src/lib/libssl/src/engines/e_ubsec_err.h U src/lib/libssl/src/engines/makeengines.com U src/lib/libssl/src/engines/Makefile U src/lib/libssl/src/engines/vax.opt U src/lib/libssl/src/engines/ccgost/e_gost_err.c U src/lib/libssl/src/engines/ccgost/e_gost_err.h U src/lib/libssl/src/engines/ccgost/e_gost_err.proto U src/lib/libssl/src/engines/ccgost/gost2001.c U src/lib/libssl/src/engines/ccgost/gost2001_keyx.c U src/lib/libssl/src/engines/ccgost/gost2001_keyx.h U src/lib/libssl/src/engines/ccgost/gost89.c U src/lib/libssl/src/engines/ccgost/gost89.h U src/lib/libssl/src/engines/ccgost/gost94_keyx.c U src/lib/libssl/src/engines/ccgost/gost_ameth.c U src/lib/libssl/src/engines/ccgost/gost_asn1.c U src/lib/libssl/src/engines/ccgost/gost_crypt.c U src/lib/libssl/src/engines/ccgost/gost_ctl.c U src/lib/libssl/src/engines/ccgost/gost.ec U src/lib/libssl/src/engines/ccgost/gost_eng.c U src/lib/libssl/src/engines/ccgost/gosthash.c U src/lib/libssl/src/engines/ccgost/gosthash.h U src/lib/libssl/src/engines/ccgost/gost_keywrap.c U src/lib/libssl/src/engines/ccgost/gost_keywrap.h U src/lib/libssl/src/engines/ccgost/gost_lcl.h U src/lib/libssl/src/engines/ccgost/gost_md.c U src/lib/libssl/src/engines/ccgost/gost_params.c U src/lib/libssl/src/engines/ccgost/gost_params.h U src/lib/libssl/src/engines/ccgost/gost_pmeth.c U src/lib/libssl/src/engines/ccgost/gost_sign.c U src/lib/libssl/src/engines/ccgost/gostsum.c U src/lib/libssl/src/engines/ccgost/Makefile U src/lib/libssl/src/engines/ccgost/README.gost U src/lib/libssl/src/engines/vendor_defns/aep.h U src/lib/libssl/src/engines/vendor_defns/atalla.h U src/lib/libssl/src/engines/vendor_defns/cswift.h U src/lib/libssl/src/engines/vendor_defns/hw_4758_cca.h U src/lib/libssl/src/engines/vendor_defns/hwcryptohook.h U src/lib/libssl/src/engines/vendor_defns/hw_ubsec.h U src/lib/libssl/src/engines/vendor_defns/sureware.h L src/lib/libssl/src/include/openssl/aes.h L src/lib/libssl/src/include/openssl/asn1.h L src/lib/libssl/src/include/openssl/asn1_mac.h L src/lib/libssl/src/include/openssl/asn1t.h L src/lib/libssl/src/include/openssl/bio.h L src/lib/libssl/src/include/openssl/blowfish.h L src/lib/libssl/src/include/openssl/bn.h L src/lib/libssl/src/include/openssl/buffer.h L src/lib/libssl/src/include/openssl/camellia.h L src/lib/libssl/src/include/openssl/cast.h L src/lib/libssl/src/include/openssl/cmac.h L src/lib/libssl/src/include/openssl/cms.h L src/lib/libssl/src/include/openssl/comp.h L src/lib/libssl/src/include/openssl/conf_api.h L src/lib/libssl/src/include/openssl/conf.h L src/lib/libssl/src/include/openssl/crypto.h L src/lib/libssl/src/include/openssl/des.h L src/lib/libssl/src/include/openssl/des_old.h L src/lib/libssl/src/include/openssl/dh.h L src/lib/libssl/src/include/openssl/dsa.h L src/lib/libssl/src/include/openssl/dso.h L src/lib/libssl/src/include/openssl/dtls1.h L src/lib/libssl/src/include/openssl/ebcdic.h L src/lib/libssl/src/include/openssl/ecdh.h L src/lib/libssl/src/include/openssl/ecdsa.h L src/lib/libssl/src/include/openssl/ec.h L src/lib/libssl/src/include/openssl/engine.h L src/lib/libssl/src/include/openssl/e_os2.h L src/lib/libssl/src/include/openssl/err.h L src/lib/libssl/src/include/openssl/evp.h L src/lib/libssl/src/include/openssl/hmac.h L src/lib/libssl/src/include/openssl/idea.h L src/lib/libssl/src/include/openssl/krb5_asn.h L src/lib/libssl/src/include/openssl/kssl.h L src/lib/libssl/src/include/openssl/lhash.h L src/lib/libssl/src/include/openssl/md4.h L src/lib/libssl/src/include/openssl/md5.h L src/lib/libssl/src/include/openssl/mdc2.h L src/lib/libssl/src/include/openssl/modes.h L src/lib/libssl/src/include/openssl/objects.h L src/lib/libssl/src/include/openssl/obj_mac.h L src/lib/libssl/src/include/openssl/ocsp.h L src/lib/libssl/src/include/openssl/opensslconf.h L src/lib/libssl/src/include/openssl/opensslv.h L src/lib/libssl/src/include/openssl/ossl_typ.h L src/lib/libssl/src/include/openssl/pem2.h L src/lib/libssl/src/include/openssl/pem.h L src/lib/libssl/src/include/openssl/pkcs12.h L src/lib/libssl/src/include/openssl/pkcs7.h L src/lib/libssl/src/include/openssl/pqueue.h L src/lib/libssl/src/include/openssl/rand.h L src/lib/libssl/src/include/openssl/rc2.h L src/lib/libssl/src/include/openssl/rc4.h L src/lib/libssl/src/include/openssl/ripemd.h L src/lib/libssl/src/include/openssl/rsa.h L src/lib/libssl/src/include/openssl/safestack.h L src/lib/libssl/src/include/openssl/seed.h L src/lib/libssl/src/include/openssl/sha.h L src/lib/libssl/src/include/openssl/srp.h L src/lib/libssl/src/include/openssl/srtp.h L src/lib/libssl/src/include/openssl/ssl23.h L src/lib/libssl/src/include/openssl/ssl2.h L src/lib/libssl/src/include/openssl/ssl3.h L src/lib/libssl/src/include/openssl/ssl.h L src/lib/libssl/src/include/openssl/stack.h L src/lib/libssl/src/include/openssl/symhacks.h L src/lib/libssl/src/include/openssl/tls1.h L src/lib/libssl/src/include/openssl/ts.h L src/lib/libssl/src/include/openssl/txt_db.h L src/lib/libssl/src/include/openssl/ui_compat.h L src/lib/libssl/src/include/openssl/ui.h L src/lib/libssl/src/include/openssl/whrlpool.h L src/lib/libssl/src/include/openssl/x509.h L src/lib/libssl/src/include/openssl/x509v3.h L src/lib/libssl/src/include/openssl/x509_vfy.h U src/lib/libssl/src/MacOS/buildinf.h U src/lib/libssl/src/MacOS/GUSI_Init.cpp U src/lib/libssl/src/MacOS/mklinks.as.hqx U src/lib/libssl/src/MacOS/_MWERKS_GUSI_prefix.h U src/lib/libssl/src/MacOS/_MWERKS_prefix.h U src/lib/libssl/src/MacOS/opensslconf.h U src/lib/libssl/src/MacOS/OpenSSL.mcp.hqx U src/lib/libssl/src/MacOS/Randomizer.cpp U src/lib/libssl/src/MacOS/Randomizer.h U src/lib/libssl/src/MacOS/TODO U src/lib/libssl/src/MacOS/GetHTTPS.src/CPStringUtils.cpp U src/lib/libssl/src/MacOS/GetHTTPS.src/CPStringUtils.hpp U src/lib/libssl/src/MacOS/GetHTTPS.src/ErrorHandling.cpp U src/lib/libssl/src/MacOS/GetHTTPS.src/ErrorHandling.hpp U src/lib/libssl/src/MacOS/GetHTTPS.src/GetHTTPS.cpp U src/lib/libssl/src/MacOS/GetHTTPS.src/MacSocket.cpp U src/lib/libssl/src/MacOS/GetHTTPS.src/MacSocket.h U src/lib/libssl/src/ms/32all.bat U src/lib/libssl/src/ms/applink.c U src/lib/libssl/src/ms/bcb4.bat U src/lib/libssl/src/ms/certCA.srl U src/lib/libssl/src/ms/certCA.ss U src/lib/libssl/src/ms/certU.ss U src/lib/libssl/src/ms/cmp.pl U src/lib/libssl/src/ms/do_ms.bat U src/lib/libssl/src/ms/do_nasm.bat U src/lib/libssl/src/ms/do_nt.bat U src/lib/libssl/src/ms/do_win64a.bat U src/lib/libssl/src/ms/do_win64i.bat U src/lib/libssl/src/ms/keyCA.ss U src/lib/libssl/src/ms/keyU.ss U src/lib/libssl/src/ms/mingw32.bat U src/lib/libssl/src/ms/mw.bat U src/lib/libssl/src/ms/README U src/lib/libssl/src/ms/req2CA.ss U src/lib/libssl/src/ms/reqCA.ss U src/lib/libssl/src/ms/reqU.ss U src/lib/libssl/src/ms/.rnd U src/lib/libssl/src/ms/speed32.bat U src/lib/libssl/src/ms/tenc.bat U src/lib/libssl/src/ms/tencce.bat U src/lib/libssl/src/ms/test.bat U src/lib/libssl/src/ms/testce2.bat U src/lib/libssl/src/ms/testce.bat U src/lib/libssl/src/ms/testenc.bat U src/lib/libssl/src/ms/testencce.bat U src/lib/libssl/src/ms/testpem.bat U src/lib/libssl/src/ms/testpemce.bat U src/lib/libssl/src/ms/testss.bat U src/lib/libssl/src/ms/testssce.bat U src/lib/libssl/src/ms/tlhelp32.h U src/lib/libssl/src/ms/tpem.bat U src/lib/libssl/src/ms/tpemce.bat U src/lib/libssl/src/ms/uplink.c U src/lib/libssl/src/ms/uplink-common.pl U src/lib/libssl/src/ms/uplink.h U src/lib/libssl/src/ms/uplink-ia64.pl U src/lib/libssl/src/ms/uplink.pl U src/lib/libssl/src/ms/uplink-x86_64.pl U src/lib/libssl/src/ms/uplink-x86.pl U src/lib/libssl/src/ms/x86asm.bat U src/lib/libssl/src/Netware/build.bat U src/lib/libssl/src/Netware/cpy_tests.bat U src/lib/libssl/src/Netware/do_tests.pl U src/lib/libssl/src/Netware/globals.txt U src/lib/libssl/src/Netware/readme.txt U src/lib/libssl/src/Netware/set_env.bat U src/lib/libssl/src/os2/backwardify.pl U src/lib/libssl/src/os2/OS2-EMX.cmd U src/lib/libssl/src/shlib/hpux10-cc.sh U src/lib/libssl/src/shlib/irix.sh U src/lib/libssl/src/shlib/Makefile.hpux10-cc U src/lib/libssl/src/shlib/README U src/lib/libssl/src/shlib/sco5-shared-gcc.sh U src/lib/libssl/src/shlib/sco5-shared-installed U src/lib/libssl/src/shlib/sco5-shared.sh U src/lib/libssl/src/shlib/solaris-sc4.sh U src/lib/libssl/src/shlib/solaris.sh U src/lib/libssl/src/shlib/sun.sh U src/lib/libssl/src/shlib/svr5-shared-gcc.sh U src/lib/libssl/src/shlib/svr5-shared-installed U src/lib/libssl/src/shlib/svr5-shared.sh U src/lib/libssl/src/shlib/win32.bat U src/lib/libssl/src/shlib/win32dll.bat C src/lib/libssl/src/ssl/bio_ssl.c U src/lib/libssl/src/ssl/d1_both.c C src/lib/libssl/src/ssl/d1_clnt.c U src/lib/libssl/src/ssl/d1_enc.c U src/lib/libssl/src/ssl/d1_lib.c U src/lib/libssl/src/ssl/d1_meth.c C src/lib/libssl/src/ssl/d1_pkt.c N src/lib/libssl/src/ssl/d1_srtp.c C src/lib/libssl/src/ssl/d1_srvr.c C src/lib/libssl/src/ssl/dtls1.h U src/lib/libssl/src/ssl/install-ssl.com C src/lib/libssl/src/ssl/kssl.c C src/lib/libssl/src/ssl/kssl.h U src/lib/libssl/src/ssl/kssl_lcl.h C src/lib/libssl/src/ssl/Makefile C src/lib/libssl/src/ssl/s23_clnt.c U src/lib/libssl/src/ssl/s23_lib.c C src/lib/libssl/src/ssl/s23_meth.c U src/lib/libssl/src/ssl/s23_pkt.c C src/lib/libssl/src/ssl/s23_srvr.c U src/lib/libssl/src/ssl/s2_clnt.c U src/lib/libssl/src/ssl/s2_enc.c U src/lib/libssl/src/ssl/s2_lib.c U src/lib/libssl/src/ssl/s2_meth.c N src/lib/libssl/src/ssl/srtp.h U src/lib/libssl/src/ssl/s2_pkt.c U src/lib/libssl/src/ssl/s2_srvr.c C src/lib/libssl/src/ssl/s3_both.c C src/lib/libssl/src/ssl/s3_clnt.c C src/lib/libssl/src/ssl/s3_enc.c C src/lib/libssl/src/ssl/s3_lib.c U src/lib/libssl/src/ssl/s3_meth.c C src/lib/libssl/src/ssl/s3_pkt.c C src/lib/libssl/src/ssl/s3_srvr.c U src/lib/libssl/src/ssl/ssl23.h C src/lib/libssl/src/ssl/ssl2.h C src/lib/libssl/src/ssl/ssl3.h C src/lib/libssl/src/ssl/ssl_algs.c C src/lib/libssl/src/ssl/ssl_asn1.c C src/lib/libssl/src/ssl/ssl_cert.c C src/lib/libssl/src/ssl/ssl_ciph.c U src/lib/libssl/src/ssl/ssl_err2.c C src/lib/libssl/src/ssl/ssl_err.c C src/lib/libssl/src/ssl/ssl.h C src/lib/libssl/src/ssl/ssl_lib.c C src/lib/libssl/src/ssl/ssl-lib.com C src/lib/libssl/src/ssl/ssl_locl.h U src/lib/libssl/src/ssl/ssl_rsa.c C src/lib/libssl/src/ssl/ssl_sess.c U src/lib/libssl/src/ssl/ssl_stat.c U src/lib/libssl/src/ssl/ssl_task.c C src/lib/libssl/src/ssl/ssltest.c C src/lib/libssl/src/ssl/ssl_txt.c C src/lib/libssl/src/ssl/t1_clnt.c C src/lib/libssl/src/ssl/t1_enc.c C src/lib/libssl/src/ssl/t1_lib.c C src/lib/libssl/src/ssl/t1_meth.c U src/lib/libssl/src/ssl/t1_reneg.c C src/lib/libssl/src/ssl/t1_srvr.c C src/lib/libssl/src/ssl/tls1.h N src/lib/libssl/src/ssl/tls_srp.c U src/lib/libssl/src/test/asn1test.c U src/lib/libssl/src/test/bctest U src/lib/libssl/src/test/bctest.com L src/lib/libssl/src/test/bftest.c L src/lib/libssl/src/test/bntest.c U src/lib/libssl/src/test/bntest.com C src/lib/libssl/src/test/CAss.cnf U src/lib/libssl/src/test/CAssdh.cnf U src/lib/libssl/src/test/CAssdsa.cnf U src/lib/libssl/src/test/CAssrsa.cnf L src/lib/libssl/src/test/casttest.c U src/lib/libssl/src/test/CAtsa.cnf U src/lib/libssl/src/test/clean_test.com U src/lib/libssl/src/test/cms-examples.pl U src/lib/libssl/src/test/cms-test.pl L src/lib/libssl/src/test/destest.c L src/lib/libssl/src/test/dhtest.c L src/lib/libssl/src/test/dsatest.c U src/lib/libssl/src/test/dummytest.c L src/lib/libssl/src/test/ecdhtest.c L src/lib/libssl/src/test/ecdsatest.c L src/lib/libssl/src/test/ectest.c L src/lib/libssl/src/test/enginetest.c L src/lib/libssl/src/test/evp_test.c U src/lib/libssl/src/test/evptests.txt L src/lib/libssl/src/test/exptest.c L src/lib/libssl/src/test/hmactest.c L src/lib/libssl/src/test/ideatest.c U src/lib/libssl/src/test/igetest.c L src/lib/libssl/src/test/jpaketest.c C src/lib/libssl/src/test/Makefile C src/lib/libssl/src/test/maketests.com L src/lib/libssl/src/test/md2test.c L src/lib/libssl/src/test/md4test.c L src/lib/libssl/src/test/md5test.c L src/lib/libssl/src/test/mdc2test.c U src/lib/libssl/src/test/methtest.c U src/lib/libssl/src/test/P1ss.cnf U src/lib/libssl/src/test/P2ss.cnf U src/lib/libssl/src/test/pkcs7-1.pem U src/lib/libssl/src/test/pkcs7.pem U src/lib/libssl/src/test/pkits-test.pl U src/lib/libssl/src/test/r160test.c L src/lib/libssl/src/test/randtest.c L src/lib/libssl/src/test/rc2test.c L src/lib/libssl/src/test/rc4test.c L src/lib/libssl/src/test/rc5test.c L src/lib/libssl/src/test/rmdtest.c L src/lib/libssl/src/test/rsa_test.c L src/lib/libssl/src/test/sha1test.c L src/lib/libssl/src/test/sha256t.c L src/lib/libssl/src/test/sha512t.c L src/lib/libssl/src/test/shatest.c U src/lib/libssl/src/test/smcont.txt L src/lib/libssl/src/test/srptest.c L src/lib/libssl/src/test/ssltest.c U src/lib/libssl/src/test/Sssdsa.cnf U src/lib/libssl/src/test/Sssrsa.cnf U src/lib/libssl/src/test/tcrl U src/lib/libssl/src/test/tcrl.com U src/lib/libssl/src/test/testca U src/lib/libssl/src/test/testca.com U src/lib/libssl/src/test/test.cnf U src/lib/libssl/src/test/testcrl.pem U src/lib/libssl/src/test/testenc U src/lib/libssl/src/test/testenc.com U src/lib/libssl/src/test/testfipsssl U src/lib/libssl/src/test/testgen U src/lib/libssl/src/test/testgen.com U src/lib/libssl/src/test/testp7.pem U src/lib/libssl/src/test/test_padlock U src/lib/libssl/src/test/testreq2.pem U src/lib/libssl/src/test/testrsa.pem C src/lib/libssl/src/test/tests.com U src/lib/libssl/src/test/testsid.pem U src/lib/libssl/src/test/testss U src/lib/libssl/src/test/testss.com C src/lib/libssl/src/test/testssl U src/lib/libssl/src/test/testssl.com U src/lib/libssl/src/test/testsslproxy U src/lib/libssl/src/test/testtsa U src/lib/libssl/src/test/testtsa.com U src/lib/libssl/src/test/testx509.pem U src/lib/libssl/src/test/times U src/lib/libssl/src/test/tpkcs7 U src/lib/libssl/src/test/tpkcs7.com U src/lib/libssl/src/test/tpkcs7d U src/lib/libssl/src/test/tpkcs7d.com U src/lib/libssl/src/test/treq U src/lib/libssl/src/test/treq.com U src/lib/libssl/src/test/trsa U src/lib/libssl/src/test/trsa.com U src/lib/libssl/src/test/tsid U src/lib/libssl/src/test/tsid.com U src/lib/libssl/src/test/tverify.com U src/lib/libssl/src/test/tx509 U src/lib/libssl/src/test/tx509.com C src/lib/libssl/src/test/Uss.cnf U src/lib/libssl/src/test/v3-cert1.pem U src/lib/libssl/src/test/v3-cert2.pem L src/lib/libssl/src/test/wp_test.c U src/lib/libssl/src/test/VMSca-response.1 U src/lib/libssl/src/test/VMSca-response.2 U src/lib/libssl/src/test/smime-certs/smdsa1.pem U src/lib/libssl/src/test/smime-certs/smdsa2.pem U src/lib/libssl/src/test/smime-certs/smdsa3.pem U src/lib/libssl/src/test/smime-certs/smdsap.pem U src/lib/libssl/src/test/smime-certs/smroot.pem U src/lib/libssl/src/test/smime-certs/smrsa1.pem U src/lib/libssl/src/test/smime-certs/smrsa2.pem U src/lib/libssl/src/test/smime-certs/smrsa3.pem U src/lib/libssl/src/times/100.lnx U src/lib/libssl/src/times/100.nt U src/lib/libssl/src/times/200.lnx U src/lib/libssl/src/times/486-66.dos U src/lib/libssl/src/times/486-66.nt U src/lib/libssl/src/times/486-66.w31 U src/lib/libssl/src/times/586-085i.nt U src/lib/libssl/src/times/586-1002.lnx U src/lib/libssl/src/times/586-100.dos U src/lib/libssl/src/times/586-100.LN3 U src/lib/libssl/src/times/586-100.ln4 U src/lib/libssl/src/times/586-100.lnx U src/lib/libssl/src/times/586-100.nt U src/lib/libssl/src/times/586-100.NT2 U src/lib/libssl/src/times/586-100.ntx U src/lib/libssl/src/times/586-100.w31 U src/lib/libssl/src/times/586p-100.lnx U src/lib/libssl/src/times/5.lnx U src/lib/libssl/src/times/686-200.bsd U src/lib/libssl/src/times/686-200.lnx U src/lib/libssl/src/times/686-200.nt U src/lib/libssl/src/times/aixold.t U src/lib/libssl/src/times/aix.t U src/lib/libssl/src/times/alpha.t U src/lib/libssl/src/times/alpha400.t U src/lib/libssl/src/times/cyrix100.lnx U src/lib/libssl/src/times/dgux.t U src/lib/libssl/src/times/dgux-x86.t U src/lib/libssl/src/times/hpux-acc.t U src/lib/libssl/src/times/hpux-kr.t U src/lib/libssl/src/times/hpux.t U src/lib/libssl/src/times/L1 U src/lib/libssl/src/times/p2.w95 U src/lib/libssl/src/times/pent2.t U src/lib/libssl/src/times/R10000.t U src/lib/libssl/src/times/R4400.t U src/lib/libssl/src/times/readme U src/lib/libssl/src/times/s586-100.lnx U src/lib/libssl/src/times/s586-100.nt U src/lib/libssl/src/times/sgi.t U src/lib/libssl/src/times/sparc2 U src/lib/libssl/src/times/sparcLX.t U src/lib/libssl/src/times/sparc.t U src/lib/libssl/src/times/usparc.t U src/lib/libssl/src/times/090/586-100.nt U src/lib/libssl/src/times/091/486-50.nt U src/lib/libssl/src/times/091/586-100.lnx U src/lib/libssl/src/times/091/68000.bsd U src/lib/libssl/src/times/091/686-200.lnx U src/lib/libssl/src/times/091/alpha064.osf U src/lib/libssl/src/times/091/alpha164.lnx U src/lib/libssl/src/times/091/alpha164.osf U src/lib/libssl/src/times/091/mips-rel.pl U src/lib/libssl/src/times/091/r10000.irx U src/lib/libssl/src/times/091/r3000.ult U src/lib/libssl/src/times/091/r4400.irx U src/lib/libssl/src/times/x86/bfs.cpp U src/lib/libssl/src/times/x86/casts.cpp U src/lib/libssl/src/times/x86/des3s.cpp U src/lib/libssl/src/times/x86/dess.cpp U src/lib/libssl/src/times/x86/md4s.cpp U src/lib/libssl/src/times/x86/md5s.cpp U src/lib/libssl/src/times/x86/rc4s.cpp U src/lib/libssl/src/times/x86/sha1s.cpp U src/lib/libssl/src/tools/c89.sh U src/lib/libssl/src/tools/c_hash U src/lib/libssl/src/tools/c_info U src/lib/libssl/src/tools/c_issuer U src/lib/libssl/src/tools/c_name U src/lib/libssl/src/tools/c_rehash U src/lib/libssl/src/tools/c_rehash.in U src/lib/libssl/src/tools/Makefile U src/lib/libssl/src/util/add_cr.pl U src/lib/libssl/src/util/bat.sh U src/lib/libssl/src/util/ck_errf.pl U src/lib/libssl/src/util/clean-depend.pl C src/lib/libssl/src/util/copy.pl C src/lib/libssl/src/util/cygwin.sh U src/lib/libssl/src/util/deleof.pl U src/lib/libssl/src/util/deltree.com U src/lib/libssl/src/util/dirname.pl U src/lib/libssl/src/util/domd U src/lib/libssl/src/util/do_ms.sh U src/lib/libssl/src/util/err-ins.pl U src/lib/libssl/src/util/extract-names.pl U src/lib/libssl/src/util/extract-section.pl U src/lib/libssl/src/util/files.pl U src/lib/libssl/src/util/fixNT.sh U src/lib/libssl/src/util/FreeBSD.sh U src/lib/libssl/src/util/install.sh C src/lib/libssl/src/util/libeay.num C src/lib/libssl/src/util/mk1mf.pl U src/lib/libssl/src/util/mkcerts.sh C src/lib/libssl/src/util/mkdef.pl U src/lib/libssl/src/util/mkdir-p.pl U src/lib/libssl/src/util/mkerr.pl C src/lib/libssl/src/util/mkfiles.pl U src/lib/libssl/src/util/mklink.pl U src/lib/libssl/src/util/mkrc.pl U src/lib/libssl/src/util/mkstack.pl U src/lib/libssl/src/util/opensslwrap.sh U src/lib/libssl/src/util/perlpath.pl U src/lib/libssl/src/util/pod2man.pl U src/lib/libssl/src/util/pod2mantest U src/lib/libssl/src/util/pod2mantest.pod U src/lib/libssl/src/util/point.sh U src/lib/libssl/src/util/selftest.pl U src/lib/libssl/src/util/shlib_wrap.sh U src/lib/libssl/src/util/sp-diff.pl U src/lib/libssl/src/util/speed.sh U src/lib/libssl/src/util/src-dep.pl C src/lib/libssl/src/util/ssleay.num U src/lib/libssl/src/util/tab_num.pl U src/lib/libssl/src/util/x86asm.sh U src/lib/libssl/src/util/pl/BC-32.pl U src/lib/libssl/src/util/pl/linux.pl U src/lib/libssl/src/util/pl/Mingw32.pl U src/lib/libssl/src/util/pl/netware.pl U src/lib/libssl/src/util/pl/OS2-EMX.pl U src/lib/libssl/src/util/pl/ultrix.pl U src/lib/libssl/src/util/pl/unix.pl C src/lib/libssl/src/util/pl/VC-32.pl U src/lib/libssl/src/VMS/install-vms.com U src/lib/libssl/src/VMS/mkshared.com U src/lib/libssl/src/VMS/multinet_shr.opt U src/lib/libssl/src/VMS/openssl_startup.com U src/lib/libssl/src/VMS/openssl_undo.com U src/lib/libssl/src/VMS/openssl_utils.com U src/lib/libssl/src/VMS/socketshr_shr.opt U src/lib/libssl/src/VMS/tcpip_shr_decc.opt U src/lib/libssl/src/VMS/test-includes.com U src/lib/libssl/src/VMS/TODO U src/lib/libssl/src/VMS/ucx_shr_decc_log.opt U src/lib/libssl/src/VMS/ucx_shr_decc.opt U src/lib/libssl/src/VMS/ucx_shr_vaxc.opt U src/lib/libssl/src/VMS/VMSify-conf.pl U src/lib/libssl/src/VMS/WISHLIST.TXT 284 conflicts created by this import. Use the following command to help the merge: cvs checkout -jopenssl:yesterday -jopenssl src/lib/libssl/src CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/10/13 15:25:14 Modified files: lib/libssl/src : CHANGES Configure FAQ Makefile Makefile.org NEWS README config e_os.h e_os2.h makevms.com openssl.spec lib/libssl/src/apps: Makefile apps.c apps.h ca.c ciphers.c dgst.c enc.c makeapps.com openssl.c progs.h progs.pl req.c s_cb.c s_client.c s_server.c server.pem sess_id.c speed.c verify.c x509.c lib/libssl/src/crypto: Makefile cpt_err.c cryptlib.c cryptlib.h crypto-lib.com crypto.h mem.c opensslv.h ossl_typ.h symhacks.h x86_64cpuid.pl lib/libssl/src/crypto/aes: aes.h aes_core.c aes_misc.c lib/libssl/src/crypto/aes/asm: aes-586.pl aes-x86_64.pl aesni-x86_64.pl lib/libssl/src/crypto/asn1: a_digest.c a_int.c a_sign.c a_verify.c asn1.h asn1_err.c asn_mime.c n_pkey.c p5_pbev2.c t_crl.c t_x509.c tasn_prn.c x_algor.c x_name.c x_pubkey.c lib/libssl/src/crypto/bf: bf_skey.c blowfish.h lib/libssl/src/crypto/bio: b_sock.c bio.h bio_err.c bio_lib.c bss_bio.c bss_dgram.c lib/libssl/src/crypto/bn: Makefile bn.h bn_div.c bn_exp.c bn_gf2m.c bn_lcl.h bn_lib.c bn_mont.c bn_nist.c bn_print.c bn_shift.c bntest.c lib/libssl/src/crypto/buffer: buffer.c lib/libssl/src/crypto/cast: c_skey.c cast.h lib/libssl/src/crypto/cms: cms_smime.c lib/libssl/src/crypto/comp: c_rle.c lib/libssl/src/crypto/des: des.h set_key.c lib/libssl/src/crypto/dh: dh.h dh_err.c dh_gen.c dh_key.c dh_lib.c lib/libssl/src/crypto/dsa: Makefile dsa.h dsa_asn1.c dsa_err.c dsa_gen.c dsa_key.c dsa_lib.c dsa_ossl.c dsa_sign.c dsa_vrf.c lib/libssl/src/crypto/dso: dso_dlfcn.c lib/libssl/src/crypto/ec: ec.h ec2_smpl.c ec_cvt.c ec_err.c ec_lcl.h ec_lib.c ecp_mont.c ecp_nist.c ecp_smpl.c ectest.c lib/libssl/src/crypto/engine: Makefile eng_all.c eng_cryptodev.c eng_fat.c engine.h lib/libssl/src/crypto/err: err.c err.h err_all.c lib/libssl/src/crypto/evp: Makefile bio_md.c bio_ok.c c_allc.c digest.c e_aes.c e_des3.c e_null.c e_rc2.c e_rc4.c evp.h evp_enc.c evp_err.c evp_key.c evp_lib.c evp_locl.h evp_pbe.c evptests.txt m_dss.c m_dss1.c m_md4.c m_md5.c m_mdc2.c m_ripemd.c m_sha.c m_sha1.c names.c p5_crpt.c p5_crpt2.c p_open.c p_seal.c p_sign.c p_verify.c lib/libssl/src/crypto/hmac: hmac.c lib/libssl/src/crypto/idea: idea.h lib/libssl/src/crypto/md2: md2.h md2_dgst.c lib/libssl/src/crypto/md4: md4.h md4_dgst.c lib/libssl/src/crypto/md5: md5.h md5_dgst.c lib/libssl/src/crypto/mdc2: Makefile mdc2.h lib/libssl/src/crypto/objects: obj_mac.num objects.txt lib/libssl/src/crypto/ocsp: ocsp_lib.c lib/libssl/src/crypto/perlasm: x86_64-xlate.pl x86asm.pl x86gas.pl x86nasm.pl lib/libssl/src/crypto/pkcs12: p12_decr.c p12_key.c p12_kiss.c p12_mutl.c lib/libssl/src/crypto/pkcs7: pk7_doit.c pk7_smime.c lib/libssl/src/crypto/rand: md_rand.c rand.h rand_err.c rand_lib.c randfile.c lib/libssl/src/crypto/rc2: rc2.h rc2_skey.c lib/libssl/src/crypto/rc4: rc4.h rc4_skey.c lib/libssl/src/crypto/rc4/asm: rc4-586.pl rc4-x86_64.pl lib/libssl/src/crypto/ripemd: ripemd.h rmd_dgst.c lib/libssl/src/crypto/rsa: Makefile rsa.h rsa_asn1.c rsa_err.c rsa_gen.c rsa_lib.c rsa_oaep.c rsa_sign.c lib/libssl/src/crypto/sha: sha.h sha1dgst.c sha_dgst.c sha_locl.h lib/libssl/src/crypto/sha/asm: sha1-586.pl lib/libssl/src/crypto/stack: safestack.h lib/libssl/src/crypto/ts: ts_rsp_verify.c lib/libssl/src/crypto/ui: ui.h ui_openssl.c lib/libssl/src/crypto/x509: x509.h x509_cmp.c x509_lu.c x509_vfy.c x509type.c x_all.c lib/libssl/src/crypto/x509v3: v3_asid.c v3_skey.c lib/libssl/src/doc/apps: openssl.pod lib/libssl/src/doc/crypto: EVP_DigestInit.pod lib/libssl/src/doc/ssl: SSL_alert_type_string.pod lib/libssl/src/engines: e_capi.c lib/libssl/src/ssl: Makefile bio_ssl.c d1_clnt.c d1_pkt.c d1_srvr.c dtls1.h kssl.c kssl.h s23_clnt.c s23_meth.c s23_srvr.c s3_both.c s3_clnt.c s3_enc.c s3_lib.c s3_pkt.c s3_srvr.c ssl-lib.com ssl.h ssl2.h ssl3.h ssl_algs.c ssl_asn1.c ssl_cert.c ssl_ciph.c ssl_err.c ssl_lib.c ssl_locl.h ssl_sess.c ssl_txt.c ssltest.c t1_clnt.c t1_enc.c t1_lib.c t1_meth.c t1_srvr.c tls1.h lib/libssl/src/test: CAss.cnf Makefile Uss.cnf maketests.com tests.com testssl lib/libssl/src/util: cygwin.sh libeay.num mk1mf.pl mkdef.pl mkfiles.pl ssleay.num lib/libssl/src/util/pl: VC-32.pl Log message: resolve conflicts CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/13 15:28: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.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: djm@cvs.openbsd.org 2012/10/13 15:30:34 Added files: lib/libssl/src/crypto: o_init.c lib/libssl/src/crypto/bn: bn_x931p.c lib/libssl/src/crypto/buffer: buf_str.c lib/libssl/src/crypto/mdc2: mdc2_one.c mdc2dgst.c Log message: import files that CVS missed; sigh CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/10/13 15:31:56 Modified files: lib/libssl/crypto: Makefile shlib_version 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: bn_asm_vax.S opensslconf.h lib/libssl/ssl : Makefile shlib_version Log message: Makefile and header changes for OpenSSL-1.0.1c major cranks CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/10/13 15:33:33 Modified files: usr.sbin/smtpd : lka_session.c Log message: in aliases expansion, we can avoid requesting parent for ~user/.forward, if we check that user is a system user first before sending the imsg CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/10/13 15:38:27 Modified files: usr.sbin/smtpd : lka_session.c Log message: missing header CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/13 15:58:48 Modified files: audio/xmms : Makefile Log message: missing bump in previous CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/10/13 16:23:54 Log message: add from openbsd-wip git repo ok pascal@ (Maintainer) Status: Vendor Tag: rpe Release Tags: rpe_20121014 N ports/editors/traditional-vi/Makefile N ports/editors/traditional-vi/distinfo N ports/editors/traditional-vi/patches/patch-Makefile N ports/editors/traditional-vi/patches/patch-config_h N ports/editors/traditional-vi/pkg/DESCR N ports/editors/traditional-vi/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/10/13 16:25:26 Modified files: editors : Makefile Log message: +traditional-vi CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/13 17:40:52 Modified files: etc : changelist Log message: use the les specific "checksums"; Rob Pierce CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/10/13 18:27:21 Modified files: . : plus.html Log message: plus.html additions for Oct 1-7. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/13 20:29:27 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.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: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/10/13 20:57:50 Modified files: devel : Makefile Log message: connect libv8 and gyp to build OK jeremy@, sthen@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/10/13 21:28:04 Modified files: devel : Makefile Log message: unhook libv8 CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/10/13 21:29:35 Modified files: lang : Makefile Log message: +libv8 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/13 22:12:05 Modified files: sys/arch/macppc/stand/mbr: Makefile Removed files: sys/arch/macppc/stand/mbr: msdos1mb.gz.uu Log message: The msdos1mb file has not been used since we got newfs_msdos. ok krw CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/14 02:04:11 Modified files: databases/evolution-data-server: Makefile distinfo databases/evolution-data-server/patches: patch-configure_ac Removed files: databases/evolution-data-server/patches: patch-tests_libedata-cal_Makefile_am Log message: Bugfix update to evolution-data-server-3.6.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/14 02:16:59 Modified files: x11/gnome/seahorse: Makefile Added files: x11/gnome/seahorse/patches: patch-gkr_seahorse-gkr-actions_c patch-gkr_seahorse-gkr-item-properties_c patch-libseahorse_seahorse-key-manager-store_c patch-libseahorse_seahorse-util_c patch-pgp_seahorse-keyserver-results_c Log message: Fix BZ 684966 - Error changing keyring password. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/10/14 02:58:45 Modified files: xserver : configure.ac Log message: Link Xorg with -lpthread, for the llvm-pipe drm. Requested by mpi@ Tested that it doesn't have any performance impact. ok ajacoutot@, matthew@ (some months ago). CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/10/14 02:59:37 Modified files: xserver : Makefile.in aclocal.m4 config.guess config.sub configure depcomp xserver/Xext : Makefile.in xserver/Xi : Makefile.in xserver/composite: Makefile.in xserver/config : Makefile.in xserver/damageext: Makefile.in xserver/dbe : Makefile.in xserver/dix : Makefile.in xserver/doc : Makefile.in xserver/doc/dtrace: Makefile.in xserver/exa : Makefile.in xserver/fb : Makefile.in xserver/glx : Makefile.in xserver/hw : Makefile.in xserver/hw/dmx : Makefile.in xserver/hw/dmx/config: Makefile.in xserver/hw/dmx/config/man: Makefile.in xserver/hw/dmx/doc: Makefile.in xserver/hw/dmx/doxygen: Makefile.in xserver/hw/dmx/examples: Makefile.in xserver/hw/dmx/glxProxy: Makefile.in xserver/hw/dmx/input: Makefile.in xserver/hw/dmx/man: Makefile.in xserver/hw/kdrive: Makefile.in xserver/hw/kdrive/ephyr: Makefile.in xserver/hw/kdrive/ephyr/man: Makefile.in xserver/hw/kdrive/fake: Makefile.in xserver/hw/kdrive/fbdev: Makefile.in xserver/hw/kdrive/linux: Makefile.in xserver/hw/kdrive/openbsd: Makefile.in xserver/hw/kdrive/src: Makefile.in xserver/hw/kdrive/wscons: Makefile.in xserver/hw/vfb : Makefile.in xserver/hw/vfb/man: Makefile.in xserver/hw/xfree86: Makefile.in xserver/hw/xfree86/common: Makefile.in xserver/hw/xfree86/ddc: Makefile.in xserver/hw/xfree86/dixmods: Makefile.in xserver/hw/xfree86/dixmods/extmod: Makefile.in xserver/hw/xfree86/doc: Makefile.in xserver/hw/xfree86/dri: Makefile.in xserver/hw/xfree86/dri2: Makefile.in xserver/hw/xfree86/exa: Makefile.in xserver/hw/xfree86/exa/man: Makefile.in xserver/hw/xfree86/fbdevhw: Makefile.in xserver/hw/xfree86/fbdevhw/man: Makefile.in xserver/hw/xfree86/i2c: Makefile.in xserver/hw/xfree86/int10: Makefile.in xserver/hw/xfree86/loader: Makefile.in xserver/hw/xfree86/man: Makefile.in xserver/hw/xfree86/modes: Makefile.in xserver/hw/xfree86/os-support: Makefile.in xserver/hw/xfree86/os-support/bsd: Makefile.in xserver/hw/xfree86/os-support/bus: Makefile.in xserver/hw/xfree86/os-support/hurd: Makefile.in xserver/hw/xfree86/os-support/linux: Makefile.in xserver/hw/xfree86/os-support/misc: Makefile.in xserver/hw/xfree86/os-support/solaris: Makefile.in xserver/hw/xfree86/os-support/stub: Makefile.in xserver/hw/xfree86/parser: Makefile.in xserver/hw/xfree86/ramdac: Makefile.in xserver/hw/xfree86/shadowfb: Makefile.in xserver/hw/xfree86/utils: Makefile.in xserver/hw/xfree86/utils/cvt: Makefile.in xserver/hw/xfree86/utils/gtf: Makefile.in xserver/hw/xfree86/utils/man: Makefile.in xserver/hw/xfree86/vbe: Makefile.in xserver/hw/xfree86/vgahw: Makefile.in xserver/hw/xfree86/x86emu: Makefile.in xserver/hw/xfree86/xaa: Makefile.in xserver/hw/xnest: Makefile.in xserver/hw/xnest/man: Makefile.in xserver/hw/xquartz: Makefile.in xserver/hw/xquartz/GL: Makefile.in xserver/hw/xquartz/bundle: Makefile.in xserver/hw/xquartz/mach-startup: Makefile.in xserver/hw/xquartz/man: Makefile.in xserver/hw/xquartz/pbproxy: Makefile.in xserver/hw/xquartz/xpr: Makefile.in xserver/hw/xwin: Makefile.in xserver/hw/xwin/glx: Makefile.in xserver/hw/xwin/man: Makefile.in xserver/include: Makefile.in do-not-use-config.h.in xserver/man : Makefile.in xserver/mi : Makefile.in xserver/miext : Makefile.in xserver/miext/cw: Makefile.in xserver/miext/damage: Makefile.in xserver/miext/rootless: Makefile.in xserver/miext/shadow: Makefile.in xserver/miext/sync: Makefile.in xserver/os : Makefile.in xserver/randr : Makefile.in xserver/record : Makefile.in xserver/render : Makefile.in xserver/test : Makefile.in xserver/test/xi2: Makefile.in xserver/xfixes : Makefile.in xserver/xkb : Makefile.in Added files: xserver : ylwrap Log message: regen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/14 03:20:59 Modified files: mail/evolution : Makefile distinfo Removed files: mail/evolution/patches: patch-modules_text-highlight_e-mail-formatter-text-highlight_c Log message: Bugfix update to evolution-3.6.1. CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/10/14 03:25:07 Modified files: misc/ccze : Makefile Log message: remove HOMEPAGE, author does not provide it anymore use aja's distfile server for MASTER_SITES bump REVISION ok robert aja CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/14 05:46:55 Modified files: x11/gnome/keyring: Makefile x11/gnome/keyring/patches: patch-pkcs11_secret-store_gkm-secret-binary_c Added files: x11/gnome/keyring/patches: patch-pkcs11_rpc-layer_gkm-rpc-module_c patch-pkcs11_secret-store_gkm-secret-textual_c Log message: Bring a couple of fixes from upstream: * memory leak fix * set the schema name correctly on loaded items CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/10/14 05:47:09 Modified files: usr.sbin/smtpd : smtpctl.8 Log message: smtpctl show runqueue no longer exists, it's been that way for a while CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/10/14 05:58:23 Modified files: usr.sbin/smtpd : control.c lka.c map.c map_db.c map_static.c parse.y parser.c parser.h smtpctl.8 smtpctl.c smtpd.c smtpd.h usr.sbin/smtpd/makemap: Makefile usr.sbin/smtpd/smtpd: Makefile Added files: usr.sbin/smtpd : map_file.c Log message: introduce map_file.c which will deprecate map_stdio.c The idea is to have a file-backed map but to have smtpd(8) cache the maps so that it cannot be partially read if edited while mail is received. The file is read and converted to a static map (map_static.c), changes aren't visible to smtpd until an explicit: smtpctl update map which reads file, builds a new static map and invalidates the former. partial-read issue discussed with beck@ and halex@ idea to convert internally to a static map by eric@ diff ok eric@ and chl@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/10/14 05:59:34 Removed files: usr.sbin/smtpd : map_stdio.c Log message: missing from previous commit, byebye map_stdio.c ok eric@ and chl@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/10/14 06:05:14 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: replace 'plain' with 'file' as the backend source name for map_file.c CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2012/10/14 07:22:33 Modified files: usr.sbin/smtpd : smtpctl.8 Log message: mistakenly removed an ".Xr smtpd 8" spotted by jmc@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/10/14 07:31:46 Modified files: usr.sbin/smtpd : lka_session.c queue.c Log message: substitute wrong comas into semicolons ok gilles@ eric@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/14 08:06:16 Modified files: sys/arch/sparc64/dev: ldc.c Log message: Fix typo in debug print. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/10/14 08:26:02 Modified files: www/seamonkey : Makefile Log message: braino CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2012/10/14 08:26:31 Modified files: usr.sbin/smtpd : ssl.c Log message: enforce different permissions on different files in ssl_load_file() with gilles and eric, tested by me and gilles ok gilles@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/14 08:57:35 src/usr.sbin/ldomctl Update of /cvs/src/usr.sbin/ldomctl In directory cvs.openbsd.org:/tmp/cvs-serv274/ldomctl Log Message: Directory /cvs/src/usr.sbin/ldomctl added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/14 09:33:33 Modified files: graphics/node-canvas: Makefile Log message: - add missing build dependency CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/14 09:38:07 Added files: usr.sbin/ldomctl: Makefile ldomctl.c Log message: Beginning of a tool to control sun4v logical domains. For now this can start and stop domains. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/14 10:11:45 Modified files: usr.sbin/ldomctl: ldomctl.c Log message: Add status command. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/10/14 11:26:04 Modified files: faq : faq1.html faq6.html index.html faq/ports : index.html Log message: minor (but quite real!) typos from Rob Pierce (rob at 2keys dot ca), thanks! CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/10/14 11:26:12 Modified files: lang/python : python.port.mk Log message: remade the MODPY_DEFAULT_VERSION_2 and MODPY_DEFAULT_VERSION_3 external variables, used in few ports... spotted by jasper@ and Alexandr Shadchin. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/10/14 11:33:40 Modified files: faq : faq6.html Log message: bring example and text into sync; pointed out by Peter Teeson (pteeson at me dot com), thanks! CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/10/14 12:45:34 Modified files: usr.sbin/smtpd : queue.c Log message: When pushing too many envelopes to the mda at once, we can hit a filedesc exhaustion situation that kills the server. For now, put a safe limit on the number of envelopes sent by the queue process to the mda. ok gilles@ chl@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/14 12:49:41 Modified files: devel/libgee06 : Makefile distinfo Log message: Update to libgee06-0.6.6. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/10/14 12:50:25 Modified files: usr.sbin/smtpd : mda.c Log message: Limit the number of per-user mda (external program) deliveries that can be running at the same time. It prevents a user from consuming all mda "slots" with a long-running filter in his .forward file. Other delivery types are not affected. ok gilles@ chl@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/14 12:53:43 Modified files: devel/libgee : Makefile distinfo Log message: Update to libgee-0.8.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/14 14:01:38 Modified files: net/libproxy : Makefile net/libproxy/pkg: PLIST-main PLIST-mozilla PLIST-webkit Log message: nigel@ spotted that the webkit subpackage of libproxy didn't package because I didn't sync PLIST-webkit (missed because it's only built as a non-default pseudopackage); fix this by adding VERSION to SUBST_VARS and syncing PLISTs, which also reduces the risk of problems in the future. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/10/14 14:18:22 Modified files: usr.sbin/smtpd : mda.c Log message: As discussed with gilles@, actually impose the per-user limit regardless of the delivery method. Bump the limit a bit. requested by and ok gilles@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/10/14 14:18:56 Modified files: lang/gforth : Makefile Added files: lang/gforth/patches: patch-arch_mips_machine_h Log message: Add a patch allowing gforth to build on mips64el. From Donovan Watteau on ports@, thx CVSROOT: /cvs Module name: ports Changes by: jcs@cvs.openbsd.org 2012/10/14 14:44:06 Modified files: net/pidgin-icb : Makefile Added files: net/pidgin-icb/patches: patch-Makefile Log message: reduce pidgin dependency to just libpurple, all of pidgin isn't needed allows this to work with minbif and other purple-using things ok alek@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/10/14 16:07:11 Modified files: databases/openldap23: Makefile databases/openldap23/pkg: DESCR Log message: remove lies about available flavours from DESCR; ok sthen CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/14 20:27:23 Modified files: distrib/macppc/ramdisk: install.md list Log message: use the boot goop that is in /mnt/usr/mdec, allowing the media to shrink. tested by krw CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/10/14 21:14:00 Modified files: faq : faq1.html faq2.html faq3.html faq4.html Log message: Rob Pierce (rob at 2 keys ca) fixed up a bunch of my inconsistencies, thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/15 00:02:23 Modified files: x11/gnome/seahorse/patches: patch-gkr_seahorse-gkr-actions_c patch-gkr_seahorse-gkr-item-properties_c Log message: Committed upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/15 00:06:14 Modified files: devel/glib2mm : Makefile distinfo devel/glib2mm/pkg: PLIST Log message: Update to glib2mm-2.33.14. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/15 00:31:14 Modified files: distrib/amd64/common: Makefile.inc Log message: make clean target should rm boot too CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/15 00:53:06 Modified files: x11/gnome/gcalctool: Makefile distinfo Log message: - update to gcalctool-6.6.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/15 00:56:48 Modified files: devel/py-gobject3: Makefile distinfo devel/py-gobject3/pkg: PLIST Log message: Bugfix update to py-gobject3-3.4.1. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/15 01:00:24 Modified files: devel/glade : Makefile distinfo Log message: - update to glade-3.14.1 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/15 01:17:12 Modified files: databases/redis: Makefile databases/redis/patches: patch-redis_conf Log message: Comment out 'requirepass' because it gives rise to much confusion. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/15 01:45:09 Log message: Import textproc/hs-xml-types. Needed by textproc/hs-libxml-sax, which in turn is required by an upcoming port of hs-dbus. OK kili@ The xml-types library contains complete types for most parts of an XML document, including the prologue, node tree, and doctype. Some basic combinators are included for common tasks, including traversing the node tree and filtering children. Status: Vendor Tag: dcoppa Release Tags: dcoppa_20121015 N ports/textproc/hs-xml-types/Makefile N ports/textproc/hs-xml-types/distinfo N ports/textproc/hs-xml-types/pkg/DESCR N ports/textproc/hs-xml-types/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/15 01:50:57 Log message: Import textproc/hs-libxml-sax. Needed by an upcoming port of hs-dbus. OK kili@ libxml-sax are Haskell bindings to the libXML2 SAX (Simple API for XML) interface. Status: Vendor Tag: dcoppa Release Tags: dcoppa_20121015 N ports/textproc/hs-libxml-sax/Makefile N ports/textproc/hs-libxml-sax/distinfo N ports/textproc/hs-libxml-sax/pkg/DESCR N ports/textproc/hs-libxml-sax/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/15 01:57:02 Modified files: textproc : Makefile Log message: Hook hs-libxml-sax and hs-xml-types to the build CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/15 02:00:43 Log message: Import x11/hs-dbus. OK kili@ D-Bus is a simple, message-based protocol for inter-process communication, which allows applications to interact with other parts of the machine and the user's session using remote procedure calls. D-Bus is an essential part of the modern UNIX desktop, where it replaces earlier protocols such as CORBA and DCOP. This library is an implementation of the D-Bus protocol in Haskell. It can be used to add D-Bus support to Haskell applications, without the awkward interfaces common to foreign bindings. Status: Vendor Tag: dcoppa Release Tags: dcoppa_20121015 N ports/x11/hs-dbus/Makefile N ports/x11/hs-dbus/distinfo N ports/x11/hs-dbus/pkg/DESCR N ports/x11/hs-dbus/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/15 02:04:47 Modified files: x11 : Makefile Log message: Hook hs-dbus to the build CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/15 02:49:10 Modified files: audio/pulseaudio: Makefile Log message: Fix comments. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/15 02:53:11 Modified files: emulators/mednafen: Makefile Log message: Disable Altivec. Our old GCC cannot cope with it... CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/15 03:48:31 Modified files: graphics/evince: Makefile distinfo graphics/evince/pkg: PLIST-main Log message: - update to evince-3.6.1 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/10/15 03:59:50 Modified files: audio/liba52 : Makefile Log message: no space at end of variable... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/10/15 04:09:10 Modified files: devel/mpfr : Makefile Log message: zap extra space before comment CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/15 04:13:00 Modified files: net/mtr : Makefile devel/p5-SVN-Simple: Makefile graphics/jpeg : Makefile sysutils/freedt: Makefile Log message: zap whitespace between end of COMMENT and # CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/10/15 04:49:57 Modified files: audio/gogo : Makefile Log message: zap extra blanks CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/10/15 04:51:18 Modified files: cs : ftp.html faq/cs : faq1.html faq2.html faq3.html index.html faq/fr : current.html faq/nl : faq1.html faq6.html index.html faq/pf/cs : filter.html porting/fr : audio-port.html checklist.html update.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/10/15 05:11:32 Modified files: sys/netinet : in_proto.c Log message: Another 'notyet' is being promoted to 'notever'. An NSC HYPERchannel remnant from the CSRG times bites the dust. ok deraadt, reyk CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/10/15 05:14:38 Modified files: share/mk : bsd.dep.mk bsd.subdir.mk sys.mk Log message: old stuff: - moved to realdepend with success, finish the old subdirdepend. - .LIBS: doesn't mean anything any more, and it had broken semantics when it meant something anyways. okay millert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/15 06:13:11 Modified files: x11/gnome/empathy: Makefile x11/gnome/empathy/pkg: PLIST Log message: Using FULLPKGNAME in PLIST is bad... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/15 06:13:52 Modified files: x11/gnome/settings-daemon: Makefile x11/gnome/controlcenter: Makefile Log message: Remove pulseaudio -rpath hack. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/15 06:15:39 Modified files: audio/pulseaudio: Makefile audio/pulseaudio/patches: patch-src_Makefile_am Added files: audio/pulseaudio/patches: patch-libpulse-mainloop-glib_pc_in patch-libpulse-simple_pc_in patch-libpulse_pc_in Log message: libpulse*.so are linked "privately" to lib/pulseaudio/libpulsecommon.so so add it to the link path and pkg-config files. based on an initial submission by Vadim Zhukov ok robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/15 06:35:28 Modified files: x11/gnome/contacts: Makefile distinfo x11/gnome/contacts/patches: patch-configure Log message: - update to gnome-contacts-3.6.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/15 07:26:05 Modified files: x11/gnome/tracker: Makefile Added files: x11/gnome/tracker/patches: patch-data_tracker-extract_pc_in patch-data_tracker-miner_pc_in patch-data_tracker-sparql_pc_in Log message: Add -rpath to the pkg-config files. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/15 07:26:25 Modified files: net/telepathy/folks: Makefile Log message: Remove tracker hack. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/15 07:30:49 Modified files: x11/gnome/online-accounts: Makefile distinfo x11/gnome/online-accounts/pkg: PLIST Log message: - update to gnome-online-accounts 3.6.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/15 07:35:45 Modified files: net/telepathy/telepathy-logger: Makefile net/telepathy/telepathy-logger/patches: patch-configure net/telepathy/telepathy-logger/pkg: PLIST Log message: Disable tpl-extensions (they are by default). Remove bogus configure args. ok jasper@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/15 07:53:56 Modified files: audio/fookebox : Makefile audio/fookebox/files: config.ini audio/fookebox/pkg: PLIST README Log message: - tweak the configuration instructions and default config file. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/15 08:09:03 Modified files: mail/evolution-ews: Makefile Log message: Sanitize LDFLAGS. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/15 08:55:43 Modified files: archivers/libshrink: Makefile audio/midish : Makefile audio/wavpack : Makefile audio/xmms-mad : Makefile comms/lrzsz : Makefile devel/libexude : Makefile devel/py-dulwich: Makefile editors/hexcurse: Makefile education/drgeo: Makefile graphics/pdfmod: Makefile net/ipcalc : Makefile net/tn5250 : Makefile net/weex : Makefile net/zeromq : Makefile security/fcrackzip: Makefile sysutils/multitail: Makefile sysutils/smartmontools: Makefile www/calamaris : Makefile www/py-CherryPy: Makefile www/py-cherrypy2: Makefile x11/gob2 : Makefile x11/numlockx : Makefile Log message: zap some trailing whitespace mostly on HOMEPAGE lines CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/15 09:06:42 Modified files: audio/py-mutagen: Makefile audio/umurmur : Makefile benchmarks/ubench: Makefile books/AsteriskTFOT: Makefile chinese/cless : Makefile comms/c3270 : Makefile devel/cln : Makefile devel/libgee : Makefile devel/p5-Class-AutoClass: Makefile devel/p5-Hash-AutoHash: Makefile devel/p5-Hash-AutoHash-Args: Makefile devel/p5-Log-Any: Makefile devel/p5-MooseX-Traits: Makefile devel/p5-POE-Test-Loops: Makefile devel/p5-Term-ProgressBar: Makefile devel/p5-Test-Inter: Makefile devel/pccts : Makefile devel/libgee06 : Makefile devel/py-decorator: Makefile devel/py-monthdelta: Makefile devel/py-protocols: Makefile devel/py-ruledispatch: Makefile devel/py-twisted/lore: Makefile devel/py-twisted/runner: Makefile devel/py-twisted/words: Makefile devel/ruby-activesupport: Makefile devel/ruby-tilt: Makefile games/eduke32 : Makefile graphics/dvdrip: Makefile japanese/kanatest: Makefile lang/ucblogo : Makefile mail/teapop : Makefile math/camd : Makefile math/p5-AI-FANN: Makefile misc/dtcltiny : Makefile misc/ent : Makefile misc/pymissile : Makefile net/coccinella : Makefile news/yencode : Makefile security/libksba: Makefile sysutils/smbldap-tools: Makefile sysutils/torture: Makefile textproc/asciidoc: Makefile textproc/p5-Regexp-Common: Makefile textproc/p5-Text-Thread: Makefile textproc/txt2tags: Makefile www/drupal6/user_readonly: Makefile www/drupal7/user_readonly: Makefile www/p5-CGI-Lite: Makefile www/p5-Maypole-Authentication-UserSessionCookie: Makefile x11/kde4/extragear-plasma: Makefile x11/pbrowser : Makefile Log message: zap trailing whitespace where it's present in MASTER_SITES/COMMENT lines in ports Makefiles CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/15 09:17:41 Modified files: net/libsocialweb: Makefile distinfo net/libsocialweb/pkg: PLIST Log message: - update to libsocialweb-0.25.21 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/15 09:18:34 Modified files: archivers/fastjar: Makefile archivers/p7zip: Makefile archivers/zziplib: Makefile audio/mp3encode: Makefile databases/pgtcl: Makefile devel/cvs2cl : Makefile devel/cvsps : Makefile devel/flawfinder: Makefile devel/glade3 : Makefile devel/p5-Devel-ptkdb: Makefile devel/ruby-rubyforge: Makefile devel/sdcc : Makefile devel/uisp : Makefile devel/vtcl : Makefile editors/nano : Makefile education/dvorak7min: Makefile games/doomdata/doom1: Makefile games/doomdata/doom2: Makefile games/zoom : Makefile graphics/freeimage: Makefile graphics/sxiv : Makefile lang/chicken : Makefile lang/gprolog : Makefile lang/pfe : Makefile lang/smlnj : Makefile lang/swi-prolog: Makefile mail/mairix : Makefile math/maxima : Makefile misc/randtype : Makefile misc/supercat : Makefile net/aget : Makefile net/aguri : Makefile net/arpd : Makefile net/axel : Makefile net/balance : Makefile net/crawl : Makefile net/dictd : Makefile net/dlint : Makefile net/fpdns : Makefile net/inadyn : Makefile net/libnids : Makefile net/netsed : Makefile net/p5-Net-Ping-External: Makefile net/p5-Net-Telnet-Cisco: Makefile net/p5-Net-Traceroute: Makefile net/p5-SNMP-Info: Makefile net/py-dpkt : Makefile net/rrdtool : Makefile net/tcptraceroute: Makefile net/ucspi-unix : Makefile net/valknut : Makefile net/vicq : Makefile net/xprobe : Makefile net/yafc : Makefile news/nn : Makefile print/l2a : Makefile security/amap : Makefile security/apg : Makefile security/bunny : Makefile security/corkscrew: Makefile security/fragroute: Makefile security/hlfl : Makefile security/hydra : Makefile security/ipguard: Makefile security/jailkit: Makefile security/klaxon: Makefile security/libfprint: Makefile security/kc : Makefile security/openct: Makefile security/opensc: Makefile security/otpcalc: Makefile security/p0f : Makefile security/parse : Makefile security/siphon: Makefile security/smbsniff: Makefile security/vomit : Makefile shells/scsh : Makefile sysutils/login_fingerprint: Makefile sysutils/shunt : Makefile sysutils/xuvmstat: Makefile www/rt : Makefile x11/chbg : Makefile x11/gtk2-murrine-engine: Makefile x11/gtk2-rezlooks-engine: Makefile x11/gtk3-unico-engine: Makefile x11/qvwm : Makefile Log message: zap trailing whitespace in files where it's present on PERMIT_* lines CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/15 09:22:55 Modified files: x11/gnome/devel-docs: Makefile distinfo x11/gnome/devel-docs/patches: patch-platform-demos_Makefile_in Log message: Update to gnome-devel-docs-3.6.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/15 09:24:38 Modified files: x11/gnome/yelp-xsl: Makefile distinfo Log message: Update to yelp-xsl-3.6.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/15 09:24:55 Modified files: editors/vim-spell: Makefile.inc Log message: zap trailing whitespace in places which end up in COMMENT CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/15 09:25:32 Modified files: x11/gnome/yelp-tools: Makefile distinfo Log message: Update to yelp-tools-3.6.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/15 09:29:30 Modified files: x11/gnome/empathy: Makefile x11/gnome/empathy/pkg: PLIST Log message: Remove non existent SHARED_LIBS. Remove bogus CONFIGURE_ARGS. Remove libtool files. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/15 09:34:24 Modified files: x11/gnome/gvfs : Makefile distinfo Removed files: x11/gnome/gvfs/patches: patch-metadata_metatree_c Log message: Maintenance update to gvfs-1.14.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/15 09:42:06 Modified files: x11/gnome/user-docs: Makefile distinfo x11/gnome/user-docs/pkg: PLIST Log message: Update to gnome-user-docs-3.6.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/15 09:47:38 Modified files: x11/gnome/nautilus: Makefile distinfo x11/gnome/nautilus/pkg: PLIST Log message: Bugfix update to nautilus-3.6.1. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/15 10:15:34 Modified files: distrib/loongson/ramdisk: install.md list Log message: Put less boot stuff into ramdisk /usr/mdec; tested by phessler CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/15 10:16:14 Modified files: x11/gnome/yelp : Makefile distinfo x11/gnome/yelp/patches: patch-configure x11/gnome/yelp/pkg: PLIST Log message: Update to yelp-3.6.1. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/15 10:29:07 Modified files: sys/scsi : sd.c Log message: In DVACT_SUSPEND, do a flush of the disk. We do this in DVACT_POWERDOWN as well, but it might be wise to flush before a hibernate operation, in case hiberate looks at blocks which are in the buffer cache. ok krw CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/15 11:21:05 Modified files: distrib/i386/common: install.md list distrib/amd64/common: install.md list distrib/amd64/ramdiskA: list.local distrib/amd64/ramdisk_cd: list.local Log message: use the baseXX installed /usr/mdec directory instead of placing lots of heavy boot media into the ramdisk. i386 tested by okan, amd64 tested by florian. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/15 11:44:33 Modified files: print/poppler : Makefile distinfo Log message: Update to poppler-0.20.5. ok aja@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/10/15 11:54:28 Modified files: usr.sbin/smtpd : smtpd.c Log message: use shorter names for process titles. ok gilles@ chl@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/15 12:17:39 Modified files: distrib/sparc64/common: install.md distrib/sparc64/ramdisk: list distrib/sparc64/ramdiskB: list Log message: Always use the baseXX extracted install media stuff; only put the minimum onto the ramdisk. tested by okan CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/10/15 12:32:25 Modified files: usr.sbin/smtpd : control.c smtpctl.8 smtpd.c Log message: implement and document "smtpctl stop" ok gilles@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/10/15 13:23:23 Modified files: sys/dev/pci : if_oce.c oce.c ocevar.h Log message: major cleanup of the queue allocation code; we need only half of those functions. fixup some dma syncs, not tested yet though. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/10/15 13:30:40 Modified files: sys/dev/pci : if_oce.c Log message: eliminate a couple of gotos CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/10/15 13:31:04 Modified files: mail/z-push : Makefile distinfo Log message: update to 2.0.4 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/10/15 14:09:26 Modified files: mail/zarafa/zarafa: Makefile distinfo Log message: zarafa had it's distfile rerolled without a version bump so update the sums and bump pkg CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/15 14:28:50 Modified files: usr.sbin/ldomctl: Makefile ldomctl.c Added files: usr.sbin/ldomctl: mdesc.c mdesc.h Log message: Specify domains by name instead of by number. Provide status of all domains if none specified. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/10/15 14:31:59 Modified files: devel/boost : Makefile Added files: devel/boost/patches: patch-boost_interprocess_detail_transform_iterator_hpp Log message: bring back a diff from boost svn to support code compilation with libreoffice and boost tested in a bulk by jasper and ok jasper@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2012/10/15 15:20:05 Modified files: usr.bin/ftp : cmds.c ftp.1 Log message: Add support for recursive ftp upload. The mput command of the ftp client got the -r switch and -d depth option. From Jan Klemkow OK haesbaert@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/10/15 15:31:07 Modified files: graphics/jpeg : Makefile Log message: this changes the plist, so bump CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/10/15 15:53:30 Modified files: usr.bin/tmux : cmd-list-clients.c cmd-list-keys.c cmd-new-window.c cmd-swap-window.c Log message: Fix some function prototypes from Helmut Tessarek. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/10/15 16:47:20 Modified files: usr.sbin/smtpd : smtpctl.8 Log message: tweak previous; ok eric CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2012/10/15 20:30:54 Modified files: sys/kern : vfs_bio.c Log message: Cleanup. - Whitespace KNF - Removal/fixing of old useless comments - Removal of unused counter - Removal of pointless test that had no effect ok krw@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 00:17:16 Modified files: www/libcroco : Makefile distinfo Log message: Minoir update to libcroco-0.6.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 00:21:04 Modified files: x11/gnome/librsvg: Makefile distinfo Log message: Minor update to librsvg-2.36.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 00:23:30 Modified files: x11/gnome/backgrounds: Makefile distinfo Log message: Update to gnome-backgrounds-3.6.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 00:29:59 Modified files: x11/gnome/metacity: Makefile distinfo x11/gnome/metacity/pkg: PLIST Log message: Update to metacity-2.34.13. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 00:30:46 Modified files: devel/glib2 : Makefile distinfo devel/glib2/pkg: PLIST Log message: Maintenance update to glib2-2.34.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 00:35:40 Modified files: x11/gnome/orca : Makefile distinfo Log message: Update to orca-3.6.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 00:38:13 Modified files: x11/gnome/documents: Makefile distinfo Log message: Minor update to gnome-documents-3.6.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 00:46:35 Modified files: x11/gnome/gcr : Makefile distinfo Log message: Bugfix update to gcr-3.6.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 00:55:21 Modified files: x11/gnome/libsecret: Makefile Added files: x11/gnome/libsecret/patches: patch-libsecret_secret-attributes_c patch-libsecret_secret-password_c Log message: Better critical preconditions for invalid attributes, from upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 00:55:42 Modified files: x11/gnome/keyring: Makefile distinfo Removed files: x11/gnome/keyring/patches: patch-pkcs11_rpc-layer_gkm-rpc-module_c patch-pkcs11_secret-store_gkm-secret-binary_c patch-pkcs11_secret-store_gkm-secret-textual_c Log message: Maintenance update to gnome-keyring-3.6.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 01:02:58 Modified files: x11/gnome/gdm : Makefile distinfo x11/gnome/gdm/patches: patch-common_Makefile_in patch-configure patch-daemon_Makefile_in patch-gui_simple-greeter_Makefile_in x11/gnome/gdm/pkg: PLIST Log message: Bugfix update to gdm-3.6.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 01:08:54 Modified files: x11/gnome/seahorse-nautilus: Makefile distinfo Removed files: x11/gnome/seahorse-nautilus/patches: patch-data_org_gnome_seahorse_nautilus_window_gschema_xml Log message: Update to seahorse-nautilus-3.6.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 01:09:38 Modified files: x11/gnome/seahorse: Makefile distinfo Removed files: x11/gnome/seahorse/patches: patch-gkr_seahorse-gkr-actions_c patch-gkr_seahorse-gkr-item-properties_c patch-libseahorse_seahorse-key-manager-store_c patch-libseahorse_seahorse-util_c patch-pgp_seahorse-keyserver-results_c Log message: Update to seahorse-3.6.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 01:11:43 Modified files: x11/gnome/clocks: Makefile distinfo x11/gnome/clocks/pkg: PLIST Removed files: x11/gnome/clocks/patches: patch-data_gtk-style_css patch-gnomeclocks_widgets_py Log message: Update to gnome-clocks-0.1.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 01:24:13 Modified files: x11/gnome/themes-standard: Makefile distinfo x11/gnome/themes-standard/pkg: PLIST Log message: Update to gnome-themes-standard-3.6.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 01:28:42 Modified files: x11/gnome/baobab: Makefile distinfo x11/gnome/baobab/patches: patch-configure patch-src_Makefile_in x11/gnome/baobab/pkg: PLIST Log message: Update to baobab-3.6.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 01:46:06 Modified files: x11/gnome/session: Makefile distinfo x11/gnome/session/pkg: PLIST Removed files: x11/gnome/session/patches: patch-tools_gnome-session-quit_c Log message: Update to gnome-session-3.6.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 01:47:26 Modified files: x11/gnome/screensaver: Makefile distinfo x11/gnome/screensaver/pkg: PLIST Log message: Update to gnome-screensaver-3.6.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 01:48:54 Modified files: x11/gnome/baobab: Makefile Log message: Missing BUILD_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/16 02:08:31 Modified files: x11/gnome/system-monitor: Makefile distinfo x11/gnome/system-monitor/pkg: PLIST Log message: - update to gnome-system-monitor-3.6.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 02:08:49 Modified files: sysutils/d-feet: Makefile distinfo Log message: Update to d-feet-0.1.15. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2012/10/16 02:09:09 Modified files: sys/netinet6 : ip6_output.c Log message: As CMSG_ALIGN() can overflow the integer value, do the length check with and without alignment. Bug found by Clement Lecigne OK claudio@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/16 02:11:40 Modified files: x11/gnome/file-roller: Makefile distinfo Log message: - update to file-roller-3.6.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/16 02:18:13 Modified files: x11/gnome/eog-plugins: Makefile distinfo Removed files: x11/gnome/eog-plugins/patches: patch-configure_ac Log message: - update to eog-plugin-3.6.1 and remove CONFIGURE_STYLE accordingly CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/16 02:18:53 Modified files: x11/gnome/eog : Makefile distinfo x11/gnome/eog/pkg: PLIST Log message: - update to eog-3.6.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/16 02:19:29 Modified files: x11/gnome/libgweather: Makefile distinfo x11/gnome/libgweather/pkg: PLIST Log message: - update to libgweather-3.6.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/16 02:34:15 Modified files: devel/vte3 : Makefile distinfo devel/vte3/pkg : PLIST Log message: - update to vte-0.34.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/16 02:34:25 Modified files: x11/gnome/mutter: Makefile distinfo Log message: - update to mutter-3.6.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/16 02:34:34 Modified files: x11/gnome/gedit: Makefile distinfo x11/gnome/gedit/pkg: PLIST Log message: - update to gedit-3.6.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/16 02:36:04 Modified files: x11/gnome/common: Makefile distinfo x11/gnome/common/pkg: PLIST Log message: - update to gnome-common-3.6.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/16 02:40:39 Modified files: x11/gnome/terminal: Makefile distinfo x11/gnome/terminal/pkg: PLIST Log message: - update to gnome-terminal-3.6.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/16 02:42:44 Modified files: x11/gnome/gucharmap: Makefile distinfo x11/gnome/gucharmap/pkg: PLIST Log message: - update to gucharmap-3.6.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/16 02:43:47 Modified files: devel/libpeas : Makefile distinfo devel/libpeas/patches: patch-configure patch-tests_libpeas_plugins_extension-js_Makefile_in devel/libpeas/pkg: PLIST Log message: - update to libpeas-1.6.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 03:19:23 Modified files: www/owncloud : Makefile distinfo www/owncloud/pkg: PLIST README Removed files: www/owncloud/patches: patch-lib_util_php Log message: Major update to owncloud-4.5.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 03:41:04 Removed files: net/csync : Makefile distinfo net/csync/patches: patch-src_csync_propagate_c patch-src_std_c_file_c patch-src_std_c_macro_h patch-src_vio_csync_vio_c net/csync/pkg : DESCR PLIST Log message: Remove csync which will be replaced by ocsync. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 03:41:44 Log message: Re-import from net/csync and update to 0.6.0. ocsync is the ownCloud version of csync. Note that no @pkgpath nor quirks will be added because the "official" csync client may appear in-tree. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20121016 N ports/net/ocsync/distinfo N ports/net/ocsync/Makefile N ports/net/ocsync/patches/patch-src_csync_propagate_c N ports/net/ocsync/patches/patch-src_std_c_file_c N ports/net/ocsync/patches/patch-src_std_c_macro_h N ports/net/ocsync/patches/patch-src_vio_csync_vio_c N ports/net/ocsync/pkg/DESCR N ports/net/ocsync/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 03:42:17 Modified files: net : Makefile Log message: -csync +ocsync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 03:43:11 Modified files: www/owncloud : Makefile www/owncloud/pkg: README Log message: csync -> ocsync CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/10/16 04:30:52 Modified files: sys/scsi : scsiconf.c Log message: #if SCSIDEBUG -> #ifdef SCSIDEBUG matches the rest of the scsi code. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/16 04:40:21 Modified files: x11/i3status/patches: patch-i3status_c patch-include_i3status_h patch-man_i3status_man patch-src_print_cpu_temperature_c patch-src_print_wireless_info_c Log message: sync comments; everything is upstream now. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 04:43:20 Modified files: x11/gnome/tweak-tool: Makefile distinfo x11/gnome/tweak-tool/pkg: PLIST Log message: Update to gnome-tweak-tool-3.6.1. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/10/16 04:58:04 Modified files: sys/dev/pci : if_gem_pci.c Log message: Remove uneeded include which was never used as it was protected by #if NBPFILTER > 0 and "bpfilter.h" wasn't included. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/10/16 05:10:38 Modified files: usr.sbin/smtpd : lka_session.c Log message: Prevent a possible buffer overflow in lka_expand_format() that can lead to a server crash, and let the smtp session fail if that happens. spotted by todd@, discussed with eric@ and chl@ commited for gilles@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 05:55:01 Modified files: databases/evolution-data-server: Makefile Removed files: databases/evolution-data-server/patches: patch-configure_ac patch-libebackend_e-authentication-session_c patch-libebackend_e-authentication-session_h patch-libedataserver_libedataserver_pc_in patch-libedataserverui_Makefile_am patch-libedataserverui_e-passwords_c patch-modules_online-accounts_module-online-accounts_c patch-services_evolution-addressbook-factory_Makefile_am patch-services_evolution-calendar-factory_Makefile_am patch-services_evolution-source-registry_Makefile_am patch-services_evolution-source-registry_evolution-source-registry-migrate-sources_c patch-tests_libedataserverui_Makefile_am Log message: Move back to using libgnome-keyring. There is a very nasty crash with it but at least it'll get us a chance to hunt for it instead of hiding it with libsecret which fails in the same way but does not crash. discussed with jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 05:56:12 Modified files: mail/evolution : Makefile net/telepathy/folks: Makefile x11/gnome/nautilus-sendto: Makefile x11/gnome/panel: Makefile mail/evolution-ews: Makefile mail/evolution-rss: Makefile x11/gnome/contacts: Makefile x11/gnome/ekiga: Makefile x11/gnome/shell: Makefile x11/gnome/shell/pkg: PLIST Log message: Fix dependencies after e-d-s moved back to using libgnome-keyring. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 06:01:39 Modified files: devel/libsoup : Makefile distinfo devel/libsoup/pkg: PLIST-main Log message: Update to libsoup-2.40.1. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/10/16 06:02:23 Modified files: usr.sbin/smtpd : smtpd.h Log message: MAX_RULEBUFFER_LEN is too small, bump it. discussed with gilles@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 06:37:06 Modified files: x11/gtk+3 : Makefile distinfo x11/gtk+3/pkg : PLIST-main Log message: Maintenance update to gtk+3-3.6.1. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/16 06:37:18 Modified files: x11/gnome/empathy: Makefile distinfo x11/gnome/empathy/pkg: PLIST Log message: - update to empathy-3.6.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 06:41:50 Modified files: x11/gnome/baobab: Makefile x11/gnome/baobab/pkg: PLIST Added files: x11/gnome/baobab/patches: patch-configure_ac patch-m4_intltool_m4 Removed files: x11/gnome/baobab/patches: patch-configure Log message: Unbreak runtime by linking libgd statically (from upstream). CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/16 07:06:13 Modified files: audio/taglib : Makefile Added files: audio/taglib/patches: patch-taglib_mp4_mp4tag_cpp patch-taglib_mpeg_id3v2_id3v2frame_cpp Log message: Fix a bug in updating MP4 tags (upstream git commit a9df3e48f7b59bc27e115e5b0ad057a642b6fac3) Fix saving of PropertyMap comments without description into ID3v2 tags (upstream git commit c8994ede3fdc8569a59b3482acbc797186e72d00) CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/10/16 07:21:12 Modified files: databases/pgbouncer: Makefile distinfo Log message: Update to 1.5.3. Contains a critical fix if you're using autodbs. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/16 07:22:10 Modified files: graphics/feh : Makefile distinfo graphics/feh/patches: patch-man_feh_pre patch-src_options_c Log message: Update to feh-2.7 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/16 07:25:37 Modified files: x11/gnome/shell: Makefile distinfo Removed files: x11/gnome/shell/patches: patch-js_misc_extensionUtils_js Log message: - update to gnome-shell-3.6.1 CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/10/16 07:57:46 Modified files: sys/arch/amd64/pci: pci_machdep.c Log message: Change the PCI memory extent to cover the whole 64-bit memory space but reserve everything above 36 bits so that the erroneous extent allocation will fail but not panic the system. Fixes the notorious IBM x3100 panic where one of the PCI BARs is programmed with an incorrect 64 bit address. Idea and OK kettenis@, tested by Walter Souza, thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 08:18:09 Modified files: devel/glib2 : Makefile Log message: Add devel/py-gobject3 to REGRESS_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 08:20:19 Modified files: x11/gnome/shell: Makefile Log message: WANTLIB: revert previous. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 09:46:49 Modified files: meta/gnome : Makefile meta/gnome/pkg : README-main Log message: You really should use GDM as well if you use GNOME. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 09:49:24 Modified files: meta/gnome : Makefile meta/gnome/pkg : README-main Log message: Missed chunk. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 09:53:31 Modified files: x11/gnome/gdm : Makefile Added files: x11/gnome/gdm/patches: patch-daemon_gdm-dbus-util_c Log message: Create DBus sockets with proper permissions so that the greeter can access them (from upstream). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 10:00:07 Modified files: multimedia/gstreamer-0.10/plugins-base: Makefile Log message: Fix RUN_DEPENDS. from Vadim Zhukov CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/16 10:15:58 Modified files: distrib/hp300/ramdisk: list Log message: explain what uses the mdec files CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 10:38:13 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/pkg: gdm.rc Log message: Add an rc_post to fix rc_stop and rc_restart. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/16 10:45:04 Modified files: distrib/alpha/common: install.md list Log message: use the baseXX /usr/mdec stuff post-install to put boot media on the disk, rather than including it in the ramdisk tested by landry CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/10/16 10:47:40 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: consistent macros; Tim van der Molen CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 10:57:05 www/opensmtpd/de Update of /cvs/www/opensmtpd/de In directory cvs.openbsd.org:/tmp/cvs-serv25853/opensmtpd/de Log Message: Directory /cvs/www/opensmtpd/de added to the repository CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 10:57:06 www/opensmtpd/faq/de Update of /cvs/www/opensmtpd/faq/de In directory cvs.openbsd.org:/tmp/cvs-serv25853/opensmtpd/faq/de Log Message: Directory /cvs/www/opensmtpd/faq/de added to the repository CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/10/16 10:57:25 Modified files: de : 52.html faq/cs : faq4.html faq/de : faq1.html faq2.html faq3.html faq4.html faq6.html index.html faq/nl : faq1.html faq2.html faq3.html faq4.html lt : index.html porting/de : libraries.html Added files: opensmtpd/de : goals.html index.html list.html manual.html papers.html portable.html report.html security.html users.html opensmtpd/faq/de: filter.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/16 10:59:03 Modified files: distrib/hppa : list distrib/hppa/ramdisk: list.local Log message: use the baseXX /usr/mdec stuff post-install to put boot media on the disk, rather than including it in the ramdisk tested by landry CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/16 11:58:42 Modified files: x11/gnome/gedit-plugins: Makefile distinfo x11/gnome/gedit-plugins/patches: patch-configure Log message: - update to gedit-plugins-3.6.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/16 11:59:42 Modified files: x11/gnome/ghex : Makefile distinfo Log message: - update to ghex-3.6.1: CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/10/16 12:14:15 Modified files: share/man/man8 : starttls.8 Log message: some clarifications from Claus Assmann; ok beck deraadt CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/16 12:22:30 Modified files: devel/llvm : Makefile Added files: devel/llvm/patches: patch-CMakeLists_txt Log message: - drop the 'svn' suffix from llvm-config --version output. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/16 12:23:23 Modified files: x11/gnome/gedit-code-assistance: Makefile distinfo x11/gnome/gedit-code-assistance/patches: patch-configure x11/gnome/gedit-code-assistance/pkg: DESCR PLIST Added files: x11/gnome/gedit-code-assistance/patches: patch-backends_c_gcp-c-compile-args_c patch-src_gcp-diagnostic-support_c Removed files: x11/gnome/gedit-code-assistance/patches: patch-data_gcp_css patch-src_backends_c_gcp-c-compile-args_c Log message: - update to gedit-code-assistance-0.1.4 * now with python and xml support CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/16 12:24:25 Modified files: x11/gnome/gedit-code-assistance/patches: patch-src_gcp-diagnostic-support_c Log message: add link to bz ticket CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2012/10/16 12:35:40 Modified files: lib/libc/gen : usleep.3 sleep.3 Log message: Make sleep(3) and usleep(3) more consistent and remove extraneous historic implementation details that get in the way of readability. Our usleep(3) does not return EINVAL for values >= 1,000,000 but still mention it in CAVEATS since some do. Portions adapted from FreeBSD. OK jmc@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/10/16 12:55:01 Modified files: math/galculator: Makefile distinfo math/galculator/pkg: PLIST Log message: update to 2.0 and move to GTK3 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/16 13:57:23 Modified files: usr.sbin/ldomctl: ldomctl.c Log message: Add domain utilisation to status display. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/16 14:02:13 Modified files: sys/arch/sparc64/dev: hvctl.c Log message: Add support for multiple channels. CVSROOT: /cvs Module name: www Changes by: chl@cvs.openbsd.org 2012/10/16 16:32:46 Modified files: opensmtpd : index.html security.html Log message: fix typos from Steffen Daode Nurpmeso ok chl@ gilles@ committed on behalf of gilles@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/16 17:07:20 Modified files: distrib/socppc/ramdisk: install.md list Log message: use the baseXX installed goop in /mnt to install bootblocks tested by kettenis CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2012/10/16 17:09:45 Modified files: . : anoncvs.shar Log message: add Match User to sshd_config example to better lock down; ok beck@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/10/16 18:48:23 Modified files: sys/dev/wscons : wskbd.c Log message: #if NWSDISPLAY > 0 not #if WSDISPLAY > 0 ok miod@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/10/16 18:59:57 Modified files: sys/dev/ic : ath.c Log message: AH_BYTE_ORDER and AH_BIG_ENDIAN are holdovers from the old FreeBSD code, we test but don't define them. Replace with _BYTE_ORDER and _BIG_ENDIAN to make the iv show up properly for big endian bpf consumers. ok stsp@ reyk@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/16 20:06:41 Modified files: distrib/sparc : install.md distrib/sparc/ramdisk: list.local Log message: use the baseXX installed goop in /mnt to install bootblocks tested by krw CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/16 20:36:16 Modified files: distrib/landisk/ramdisk: install.md list Log message: landisk was already using the installed usr/mdec/boot conditionally, but would never hit the 'other case', so we can shorten the code. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/16 21:05:11 Modified files: distrib/mvme68k/ramdisk: list distrib/mvme88k/ramdisk: list Log message: no need for the boot files on the ramdisk. the install script was already using the /mnt/usr/mdec/ copies CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/10/16 22:48:52 Modified files: sys/kern : kern_sig.c Log message: If a thread calls __threxit() or _exit() immediately after another thread coredumps, the former thread needs to be released by the later single_thread_set(SINGLE_EXIT) call, even though its P_WEXIT flag is set. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/10/16 23:07:55 Modified files: sys/kern : uipc_syscalls.c Log message: In sys_accept(), don't sleep between pulling the new socket from the queue and calling soaccept(), so that the socket can't get torn down by a TCP RST in the middle and trigger "panic: soaccept: !NOFDREF", as seen by halex@ Analysis, original diff, and ok bluhm@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/10/16 23:46:51 Modified files: lib/libc/sys : mmap.2 Log message: reword this sentence to avoid ambiguity; original diff from dawe; guenther pointed out another interpretation while here, Fn -> Nm; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/17 00:47:54 Modified files: x11/gnome/at-spi2-core: Makefile distinfo Log message: Update to at-spi2-core-2.6.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/17 00:51:05 Modified files: x11/gnome/at-spi2-atk: Makefile distinfo Log message: Update to at-spi2-atk-2.6.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/17 00:53:09 Modified files: x11/gnome/baobab: Makefile distinfo x11/gnome/baobab/pkg: PLIST Added files: x11/gnome/baobab/patches: patch-configure Removed files: x11/gnome/baobab/patches: patch-configure_ac patch-m4_intltool_m4 Log message: Update to baobab-3.6.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/17 01:00:26 Modified files: x11/gnome/vinagre: Makefile distinfo Log message: Update to vinagre-3.6.1. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/10/17 01:01:38 Modified files: opensmtpd : index.html Log message: Hook-up German and French translations. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/17 01:11:30 Modified files: x11/gnome/vino : Makefile distinfo x11/gnome/vino/pkg: PLIST Log message: Update to vino-3.6.1. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/10/17 02:38:48 Modified files: usr.sbin/smtpd : smtpctl.8 Log message: consistency fix: we use "envelope-id" everywhere. ok gilles@ CVSROOT: /cvs Module name: xenocara Changes by: espie@cvs.openbsd.org 2012/10/17 02:48:44 Modified files: . : Makefile Log message: if the directory is empty, the mv will fail. But we don't really care, because the real test for success is the rmdir. okay matthieu@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/17 02:50:40 Modified files: x11/gnome/icon-theme: Makefile x11/gnome/icon-theme/pkg: PLIST Log message: Unbreak GTK+3 applications that use gnome-icon-theme, when executed outside of a Desktop Environment. Basically, it's the same trick I did for GTK+2, applied to GTK+3. OK ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/10/17 03:16:10 Modified files: www/owncloud : Makefile distinfo www/owncloud/pkg: PLIST Log message: merge the yubikey auth module to owncloud 4.5.0 requested by ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/17 03:18:29 Modified files: net/icinga/core: Makefile net/icinga/core/pkg: README-main Log message: Fix up some SYSCONFDIR/BASESYSCONFDIR problems. Pointed out by viq, thanks. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/17 03:33:06 Modified files: net/icinga/core: Makefile Added files: net/icinga/core/patches: patch-module_idoutils_db_pgsql_pgsql_sql Log message: fix pgsql init scripts, pointed out by viq CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2012/10/17 03:51:41 Modified files: . : want.html Log message: the Parallax boards aren't available anymore; so ask for a Papilio board instead. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/17 04:03:22 Modified files: x11/gnome/games: Makefile distinfo x11/gnome/games/pkg: PLIST Added files: x11/gnome/games/patches: patch-configure Log message: - update to gnome-games-3.6.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/17 04:30:47 Modified files: x11/gnome/games: Makefile Log message: Remove bogus RUN_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/17 04:51:33 Modified files: x11/gnome/games/patches: patch-configure Log message: pushed upstream CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/17 05:32:42 Modified files: graphics/clutter/core: Makefile distinfo Removed files: graphics/clutter/core/patches: patch-clutter_clutter-actor_c patch-clutter_clutter-main_c Log message: - update to clutter-1.12.2 CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/10/17 05:36:29 Modified files: sys/netinet6 : Tag: OPENBSD_5_1 ip6_output.c Log message: MFC: As CMSG_ALIGN() can overflow the integer value, do the length check with and without alignment. Bug found by Clement Lecigne OK claudio@ prodded by bluhm@ ok jasper@ sthen@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/10/17 05:37:05 Modified files: sys/netinet6 : Tag: OPENBSD_5_2 ip6_output.c Log message: MFC: As CMSG_ALIGN() can overflow the integer value, do the length check with and without alignment. Bug found by Clement Lecigne OK claudio@ prodded by bluhm@ ok jasper@ sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/17 05:49:09 Modified files: audio/pulseaudio: Makefile distinfo audio/pulseaudio/patches: patch-src_Makefile_am Log message: Maintenance update to pulseaudio-2.1. ok robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/17 05:49:37 Modified files: x11/gnome/shell: Makefile x11/gnome/settings-daemon: Makefile x11/gnome/empathy: Makefile x11/gnome/controlcenter: Makefile Log message: Bump pulseaudio requirements. CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/10/17 05:49:44 Modified files: www/dokuwiki : Makefile distinfo www/dokuwiki/pkg: PLIST Log message: Update to 2012-10-13 (Adora Belle) ok landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/17 05:49:59 Modified files: multimedia/gstreamer1/plugins-good: Makefile Log message: Bump pulseaudio requirements. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/17 05:52:22 Modified files: sys/arch/sparc64/conf: files.sparc64 sys/arch/sparc64/include: conf.h sys/arch/sparc64/sparc64: conf.c Added files: sys/arch/sparc64/dev: vldcp.c Removed files: sys/arch/sparc64/dev: hvctl.c Log message: Rename hvctl(4) into vldcp(4) since this driver now handles other services as well. CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/10/17 05:56:22 Log message: Import npth nPth is a non-preemptive threads implementation using an API very similar to the one known from GNU Pth. It has been designed as a replacement of GNU Pth for non-ancient operating systems. In contrast to GNU Pth is is based on the system's standard threads implementation. Thus nPth allows the use of libraries which are not compatible to GNU Pth. ok ajacoutot@ Status: Vendor Tag: pea Release Tags: pea_20121017 N ports/devel/npth/distinfo N ports/devel/npth/Makefile N ports/devel/npth/pkg/PLIST N ports/devel/npth/pkg/PFRAG.shared N ports/devel/npth/pkg/DESCR N ports/devel/npth/patches/patch-configure No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/10/17 06:00:44 Modified files: devel : Makefile Log message: Add npth CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/17 06:10:07 Modified files: share/man/man4/man4.sparc64: Makefile Added files: share/man/man4/man4.sparc64: vldc.4 Log message: vldc(4) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/17 06:11:32 Modified files: sys/arch/sparc64/dev: vldcp.c Log message: Disable debug code. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/17 06:12:18 Modified files: sys/arch/sparc64/conf: GENERIC Log message: Enable vldc(4) and vldcp(4). CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/10/17 07:50:10 Modified files: faq/fr : faq1.html faq2.html faq3.html faq6.html index.html opensmtpd/de : index.html security.html opensmtpd/fr : index.html security.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/10/17 08:26:33 Modified files: share/man/man4/man4.sparc64: cbus.4 Log message: add vldc; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/17 09:54:40 Modified files: x11/gnome/desktop: Makefile distinfo x11/gnome/desktop/patches: patch-libgnome-desktop_Makefile_in Log message: Update to gnome-desktop-3.6.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/17 09:55:18 Modified files: meta/gnome : Makefile Log message: GNOME 3.6.1. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/17 10:29:30 Modified files: devel/gobject-introspection: Makefile distinfo Log message: - update to 1.34.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/17 10:31:30 Modified files: www/concrete5 : Makefile Log message: add dependency on php,-gd ok robert@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/17 10:31:55 Modified files: devel/gobject-introspection: Makefile distinfo Log message: - update to 1.34.1.1.. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/10/17 10:39:49 Modified files: usr.sbin/smtpd : smtpd.c smtpd.8 Log message: Document the -P option. While there, remove reference to -T, it's incomplete, subject to changes and internal. feedback from jmc@ ok gilles@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/10/17 11:14:11 Modified files: usr.sbin/smtpd : mda.c Log message: rename field msg -> evp. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/17 11:31:05 Modified files: devel/py-gobject3: Makefile distinfo Log message: Minor update to py-gobject3-3.4.1.1. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/17 11:59:41 Modified files: distrib/vax/ramdisk: list.local Log message: adjust comment explaining what the files are for CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/10/17 12:15:56 Modified files: . : donations.html Log message: new CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/17 13:16:10 Modified files: sys/dev/ic : pckbc.c Log message: cleanup more of the driver soft-state when suspending; in certain async operational modes a timeout and some requests on a queue were still active helps a machine mlarkin has ok miod shadchin mlarkin CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/10/17 13:43:24 Modified files: www/mozilla-firefox: Makefile Added files: www/mozilla-firefox/patches: patch-toolkit_components_osfile_osfile_shared_jsm patch-toolkit_components_osfile_osfile_unix_back_jsm Log message: Remove extra verbose logging from OS.File, confuses people. (#785200) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/17 13:43:34 Modified files: devel/gobject-introspection: Makefile Log message: - fixup LIB_DEPENDS CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/17 13:50:29 Modified files: x11/gnome/file-roller: Makefile distinfo Log message: - update to file-roller-3.6.1.1 CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2012/10/17 13:58:21 Modified files: lang/gcc/4.6 : Makefile lang/gcc/4.6/patches: patch-boehm-gc_dyn_load_c patch-boehm-gc_include_private_gcconfig_h patch-boehm-gc_os_dep_c patch-boehm-gc_pthread_support_c Added files: lang/gcc/4.6/patches: patch-boehm-gc_misc_c patch-libjava_prims_cc Log message: Fix boehm-gc and increase gcj default thread stack size. Makes gjc work well enough to bootstrap devel/jdk/1.6. okay pascal@ jasper@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/17 14:07:44 Modified files: devel/hs-base64-bytestring: Makefile distinfo devel/hs-base64-bytestring/pkg: PLIST Log message: Update to hs-base64-bytestring-1.0.0.0. ok dcoppa@, jasper@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/17 14:08:38 Modified files: security/hs-certificate: Makefile Log message: Bupm (required due to haskell package signature change after the update of hs-base64-bytestring). CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/10/17 14:22:46 Modified files: databases/skytools: Makefile distinfo databases/skytools/patches: patch-doc_Makefile databases/skytools/pkg: PLIST Log message: Bugfixes update to 3.1.1 ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/17 16:27:27 Modified files: sys/dev/ic : com.c Log message: Narrow the spltty/splx pair in com_activate to only enclose the minimum operation which requires it. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/17 16:32:02 Modified files: sys/arch/i386/i386: esm.c sys/arch/i386/pci: elan520.c geodesc.c sys/arch/sgi/localbus: imc.c sys/arch/sparc64/dev: lom.c pmc.c sys/dev : ipmi.c sys/dev/isa : fins.c it.c sch311x.c viasio.c sys/dev/pci : berkwdt.c glxpcib.c ichwdt.c pwdog.c tcpcib.c wdt.c sys/kern : kern_watchdog.c sys/sys : systm.h Log message: Swap arguments to wdog_register() since it is nicer, and prepare wdog_shutdown() for external usage. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/17 16:32:23 Modified files: share/man/man9 : wdog_register.9 Log message: adjust wdog_register() signature pointed out by miod CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/17 16:49:27 Modified files: sys/arch/i386/i386: apm.c acpi_machdep.c sys/arch/loongson/dev: apm.c sys/arch/amd64/amd64: acpi_machdep.c sys/arch/arm/xscale: pxa2x0_apm.c sys/arch/zaurus/dev: zaurus_apm.c Log message: Document the 'boothowto hack' used to flag to (a few) DVACT_POWERDOWN handlers how hard they should hit the hardware. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/17 16:56:11 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2012/10/17 17:58:25 Modified files: sys/kern : kern_bufq.c Log message: use wakeup here, not wakeup_one - avoids problem of not waking up writers when there are more of them than size of queue waiting, and nothing else going on. ok miod@ kettenis@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/17 18:36:22 Modified files: sys/net : if.c sys/netinet : if_ether.c if_ether.h Log message: Move revarp code into #ifdef NFSCLIENT; saving space on some media. Resurrect the rather silly "unplug my network device while I am doing nfs diskless revarp" safety code which was disabled due to a missing "ether.h" include, found by jsg ok jsg CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/10/17 18:54:12 Modified files: gnu/usr.bin/binutils/gas/config: tc-i386.c tc-i386.h gnu/usr.bin/binutils/include/opcode: i386.h gnu/usr.bin/binutils/opcodes: i386-dis.c gnu/usr.bin/binutils-2.17/gas/config: tc-i386.c tc-i386.h gnu/usr.bin/binutils-2.17/include/opcode: i386.h gnu/usr.bin/binutils-2.17/opcodes: i386-dis.c Log message: Add support for stac/clac instructions to manipulate the flag that controls the behaviour of Intel's Supervisor Mode Access Prevention (SMAP) feature. 'looks correct' miod@ ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/18 00:21:37 Modified files: devel/pangox-compat: Makefile distinfo Log message: Update to pangox-compat-0.0.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/18 00:22:03 Modified files: x11/sawfish : Makefile x11/gtkglext : Makefile Removed files: x11/sawfish/patches: patch-configure_in patch-src_fonts_c x11/gtkglext/patches: patch-configure Log message: Fix after recent pangox-compat update. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/10/18 01:09:29 Modified files: geo/gdal : Makefile distinfo geo/gdal/patches: patch-configure patch-swig_python_GNUmakefile patch-swig_python_setup_py geo/gdal/pkg : PFRAG.shared-main PLIST-main PLIST-perl Log message: Update to gdal 1.9.2. Tested in an amd64 bulk build and on sparc64. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/10/18 02:00:29 Modified files: devel : Makefile Removed files: devel/py-ctypes: Makefile distinfo devel/py-ctypes/pkg: DESCR PLIST Log message: Remove py-ctypes, it's been bundled in python since 2.5, and it doesnt build on hppa. ok rpointel@ ajacoutot@ maintainer timeout CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/10/18 02:04:01 Modified files: mail/courier-authlib: Makefile distinfo mail/courier-authlib/patches: patch-Makefile_in patch-authdaemond_in patch-authldap_h patch-bdbobj_Makefile_in patch-configure patch-userdb_pw2userdb_in mail/courier-authlib/pkg: PLIST-main Log message: Bugfix update to 0.64 CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/10/18 02:06:27 Modified files: mail/courier-imap: Makefile distinfo mail/courier-imap/patches: patch-imap_imapd-ssl_dist_in patch-imap_pop3d-ssl_dist_in patch-maildir_configure Removed files: mail/courier-imap/patches: patch-rfc1035_rfc1035mksocket_c Log message: Bugfix update to 4.11.0, a patch has been committed upstream CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/10/18 02:12:17 Modified files: www/apache-httpd: Makefile distinfo www/apache-httpd/patches: patch-configure patch-docs_conf_httpd_conf_in patch-docs_man_htdigest_1 patch-docs_man_httpd_8 patch-server_mpm_common_c www/apache-httpd/pkg: PLIST Added files: www/apache-httpd/patches: patch-docs_man_apxs_8 patch-docs_man_logresolve_8 Removed files: www/apache-httpd/patches: patch-docs_man_apxs_1 patch-docs_man_logresolve_1 patch-server_util_pcre_c Log message: Update to 2.2.23, fixes CVE-2012-2687 and CVE-2012-0883. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/10/18 02:15:41 Modified files: audio/exaile : Makefile distinfo audio/exaile/patches: patch-Makefile patch-plugins_Makefile patch-tools_generate-launcher patch-xl_main_py audio/exaile/pkg: PLIST Added files: audio/exaile/patches: patch-xlgui___init___py patch-xlgui_collection_py Log message: Major update to 3.3.0, many plugins added, bugs fixed and many more CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/10/18 02:18:57 Modified files: www/piwik : Makefile distinfo www/piwik/pkg : PLIST Log message: Update to 1.9 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/10/18 02:40:34 ports/x11/gnustep/corebase/patches Update of /cvs/ports/x11/gnustep/corebase/patches In directory cvs.openbsd.org:/tmp/cvs-serv12997/patches Log Message: Directory /cvs/ports/x11/gnustep/corebase/patches added to the repository CVSROOT: /cvs Module name: src Changes by: gerhard@cvs.openbsd.org 2012/10/18 02:46:23 Modified files: sys/uvm : uvm_map.c Log message: Wiring map entries with VM_PROT_NONE only waists RAM and bears no advantages. We shouln't do this. If the protection changes later on (and VM_MAP_WIREFUTURE was set), uvm_map_protect() will wire them. Found by Matthias Pitzl. ok miod@ markus@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/10/18 03:07:03 Modified files: x11/gnustep/corebase: Makefile distinfo Added files: x11/gnustep/corebase/patches: patch-Source_NSCFType_m Log message: Update corebase to 0.1.1 fixing some issues in the CFString and the CFStringEncoding classes. OK aja@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/10/18 03:31:07 Modified files: sys/dev/pci : if_oce.c Log message: make oce_arm_{eq,cq} functions look like the other queue manupulation functions in this file; do some minor style cleanup while here. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2012/10/18 04:49:48 Modified files: sys/netinet : ip_ah.c ip_esp.c ip_ipsp.h Log message: simplify checkreplaywindow() API; make call/return code handling consistent ok mikeb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/18 06:27:51 Modified files: multimedia/get_iplayer: Makefile distinfo multimedia/get_iplayer/patches: patch-get_iplayer Log message: update get_iplayer to a more recent snapshot CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/18 06:29:43 Modified files: mail/evolution/patches: patch-calendar_alarm-notify_alarm_c Log message: Adapt comment. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/18 06:55:05 Modified files: x11/gnome/keyring: Makefile x11/gnome/keyring/patches: patch-pkcs11_secret-store_tests_dump-keyring0-format_c patch-pkcs11_wrap-layer_tests_mock-secret-store_c Added files: x11/gnome/keyring/patches: patch-pkcs11_secret-store_gkm-secret-binary_c Log message: Change some variables from time_t to long to prevent crashes all over... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/18 07:17:36 Modified files: devel/xdg-utils: Makefile devel/xdg-utils/pkg: README Log message: Extend README: give an example of xdg-mime(1) usage. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/18 07:54:56 Modified files: databases/evolution-data-server: Makefile 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-lock_c patch-camel_camel-search-sql-sexp_c patch-camel_providers_local_camel-maildir-summary_c patch-camel_providers_pop3_camel-pop3-folder_c patch-tests_libedata-cal_test-cal-backend-sexp_c patch-tests_libedata-cal_test-intervaltree_c Log message: We are getting fucked by our 32-bits time_t :( CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/18 07:55:27 Modified files: mail/evolution : Makefile mail/evolution/patches: patch-calendar_alarm-notify_alarm_c Log message: time_t -> long CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/18 08:01:45 Modified files: net/net-snmp : Makefile distinfo net/net-snmp/patches: patch-Makefile_top patch-agent_mibgroup_host_data_access_swrun_kinfo_c patch-agent_mibgroup_host_hr_swrun_c patch-agent_mibgroup_ucd-snmp_dlmod_c net/net-snmp/pkg: PLIST-main Removed files: net/net-snmp/patches: patch-agent_Makefile_in patch-agent_helpers_Makefile_in patch-agent_mibgroup_agent_extend_c patch-agent_mibgroup_hardware_fsys_fsys_getfsstats_c patch-agent_mibgroup_hardware_fsys_hw_fsys_c patch-agent_mibgroup_ucd-snmp_disk_hw_c patch-apps_Makefile_in patch-include_net-snmp_library_large_fd_set_h patch-snmplib_Makefile_in patch-snmplib_snmp_api_c Log message: update to Net-SNMP 5.7.2; lots of fixes and improvements - many of our local patches are now committed upstream CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/18 08:56:55 Modified files: net/miniupnp/libnatpmp: Makefile distinfo net/miniupnp/libnatpmp/patches: patch-Makefile net/miniupnp/minissdpd: Makefile distinfo net/miniupnp/minissdpd/patches: patch-Makefile net/miniupnp/miniupnpc: Makefile distinfo net/miniupnp/miniupnpc/patches: patch-Makefile net/miniupnp/miniupnpd: Makefile distinfo net/miniupnp/miniupnpd/patches: patch-Makefile patch-miniupnpd_conf Added files: net/miniupnp/miniupnpc/patches: patch-miniupnpcmodule_c Removed files: net/miniupnp/miniupnpc/patches: patch-setup_py net/miniupnp/miniupnpd/patches: patch-pf_obsdrdr_c Log message: Bunch of updates: libnatpmp-20110808 -> libnatpmp-20120821 minissdpd-1.1.20120121 -> minissdpd-1.2 miniupnpc-1.6 -> miniupnpc-1.7 miniupnpd-1.6.20120207 -> miniupnpd-1.7 OK ajacoutot@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2012/10/18 09:18:57 Modified files: share/man/man5 : pf.conf.5 sbin/pfctl : parse.y Log message: Disallow tables and interface address pools for rdr-to, nat-to and route-to with any other scheduling algorithms than round-robin or least-states. Before this change, pfctl accepted and loaded invalid address pools, eg. "rdr-to source-hash", but it is not supported by the kernel and was silently ignored in operation. Also clarify the manpage a bit by mentioning that tables are only valid with round-robin or least-states. ok zinke@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/10/18 09:39:50 www/opensmtpd/nl Update of /cvs/www/opensmtpd/nl In directory cvs.openbsd.org:/tmp/cvs-serv16817/opensmtpd/nl Log Message: Directory /cvs/www/opensmtpd/nl added to the repository CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/10/18 09:40:03 Modified files: de : donations.html opensmtpd/de : index.html Added files: opensmtpd/nl : index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/10/18 10:54:35 Modified files: sys/arch/sgi/stand/boot: arcbios.c version Log message: Put back the kl_n_shift variable, removed by mistake in 1.18, causing the boot blocks to fail on IP27 and IP35 (IP26, IP30 and 32-bit ARCBios systems unaffected). While there, provide a simpler ARC_Call() macro for 32-bit boot blocks, and put a few more variables and statements within explicit __LP64__ guards. Crank boot blocks version as well. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/18 10:57:31 Modified files: distrib/sgi/ramdisk: install.md list Log message: put fewer things in usr/mdec on the ramdisk filesystem, and use them once baseXX has been installed in /mnt. sgivol installs the bootblocks much later now. ok miod CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/10/18 11:45:09 Modified files: sys/arch/luna88k/include: _types.h sys/arch/luna88k/luna88k: clock.c machdep.c Log message: Switch luna88k to timecounters; tested by aoyama@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/10/18 11:54:43 Modified files: usr.bin/make : cond.c engine.c engine.h error.c job.c job.h lowparse.c main.c varmodifiers.c Log message: numerous error message fixes: - do ^C checking differently: don't record sent signals, but when jobs die, recheck whether we received/have pending a INT/QUIT/TERM/HUP signal. Then don't display our process group "normally", instead group together everything dying by signal/shell dying by signal (just give the target names). - make certain we always handle signals before dying from "other conditions" - have the parser messages look more like normal messages - remove double error messages from some parser errors - make sure unclosed variables ARE errors when some modifiers are present - keep track of the base directory we're run from, so that submakes can get shortened directories... - make sure the whole error message including silent command fits into a reasonable length. okay millert@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/18 14:04:58 Modified files: net/icinga : Makefile.inc net/icinga/core: Makefile distinfo net/icinga/core/patches: patch-cgi_Makefile_in patch-configure patch-sample-config_icinga_cfg_in net/icinga/core/pkg: PLIST-cgi PLIST-ido PLIST-main README-main net/icinga/web : Makefile distinfo net/icinga/web/patches: patch-Makefile_in net/icinga/web/pkg: PLIST Added files: net/icinga/core/patches: patch-Changelog net/icinga/web/patches: patch-configure Removed files: net/icinga/core/patches: patch-base_utils_c patch-module_idoutils_db_pgsql_pgsql_sql patch-sample-config_cgi_cfg_in Log message: update Icinga to 1.8.0, testing (including icinga-web) and ok rpe@ - slight tweaks to upgrade documentation while there; you should still check the proper upgrade notes from upstream, but the README now points idodb users at the actual location of the schema update files to save a bit of hunting. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/18 14:08:52 Modified files: www/hs-clientsession: Makefile Log message: The update of hs-base64-bytestring broke this port. No cookies for me, not even a client-side cookie. Noticed by nigel@. This will be fixed soonish (with the hs-snap updates). CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2012/10/18 14:27:47 Modified files: distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/10/18 15:23:51 Modified files: books/AsteriskTFOT: Makefile devel/hudson : Makefile devel/libplist : Makefile devel/p5-MooseX-Role-Parameterized: Makefile devel/py-psyco : Makefile games/openarena: Makefile misc/ccze : Makefile net/nepenthes : Makefile news/slrn : Makefile print/texlive/base: Makefile www/weblint : Makefile x11/gnome/grilo-mediaserver2: Makefile x11/xloadimage : Makefile Log message: zap spaces at end of variables (posix make compliance minor issue) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/18 15:40:49 Modified files: sys/dev/pci : pccbb.c pccbbreg.h Log message: Use pci_set_powerstate() unconditionally for all chip variants, rather than a kludged together chunk of code for just one chip, which happens to be entirely wrong. We need to watch for regressions on cardbus, though. ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/18 15:44:21 Modified files: sys/dev/pci : esareg.h if_atw_pci.c if_dc_pci.c if_epic_pci.c if_lge.c if_msk.c if_nge.c if_pcn.c if_re_pci.c if_rtw_pci.c if_sf_pci.c if_sis.c if_sk.c if_ste.c if_stge.c if_vr.c if_wb.c if_xl_pci.c if_lgereg.h if_ngereg.h if_sisreg.h if_skreg.h if_stereg.h if_vrreg.h if_wbreg.h Log message: Convert a number of old private copies of code which predates pci_set_powerstate() to using it instead. Many of these chunks of code had bugs in them, especially missing delay() calls. Some of them were doing things our PCI subsystem is now responsible for handling. If you have any of the affected devices, please keep an eye out for regressions. ok kettenis CVSROOT: /cvs Module name: www Changes by: gonzalo@cvs.openbsd.org 2012/10/18 16:48:51 Modified files: . : events.html Log message: Add BSDday Argentina. Ok sthen@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/10/18 17:20:05 Modified files: faq : faq4.html Log message: more corrections and consistency from Rob Pierce, thanks! CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/18 20:14:47 Modified files: share/mk : bsd.own.mk Log message: Document the current situation with who is PIE, and who is not. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2012/10/18 20:49:55 Modified files: sys/dev/ic : xl.c Log message: Simplify xl_iff_90x() a bit and only check ac->ac_multicnt since ac_multicnt is also bumped for multicast ranges. ok mikeb@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/10/18 23:10:42 Modified files: regress/usr.bin/ssh: cert-userkey.sh Log message: include a serial number when generating certs CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/19 00:15:41 Modified files: mail/gmime : Makefile distinfo mail/gmime/pkg : PLIST-main Log message: Bugfix update to gmime-2.6.11. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/19 01:18:28 Modified files: print/cups : Makefile print/cups/pkg : README-main Log message: @exec-update takes care of the cache. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/19 02:15:41 Modified files: print/foomatic-db: Makefile print/foomatic-db/pkg: PLIST Log message: Enable the gutenprint cups driver. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/19 02:40:08 Modified files: print/foomatic-db-engine: Makefile print/foomatic-db-engine/pkg: README Log message: Tweak example to not have to depend on a specific version of gutenprint. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/19 03:26:10 Modified files: print/gutenprint: Makefile Added files: print/gutenprint/pkg: DESCR PFRAG.shared PLIST Removed files: print/gutenprint/patches: patch-doc_Makefile_in patch-doc_developer_Makefile_in patch-src_gutenprintui2_plist_c print/gutenprint/pkg: DESCR-foomatic DESCR-main PFRAG.shared-main PLIST-foomatic PLIST-main Log message: Merge -foomatic into -main. There was no reason to subpackage this since it already dependended on the main package. Enable support for the native CUPS driver which brings some enhancedm functionnalities (head cleaning...). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/19 03:27:09 Modified files: print/foomatic-db-engine: Makefile print/foomatic-db-engine/pkg: README Log message: foomatic-db-gutenprint -> gutenprint CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/19 03:34:48 Modified files: print/foo2zjs : Makefile Added files: print/foo2zjs/pkg: DESCR PLIST README Removed files: print/foo2zjs/pkg: DESCR-cups DESCR-main PLIST-cups PLIST-main README-main Log message: Merge -cups into -main since cups,-libs does not depend on anything. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/10/19 05:29:56 Modified files: sys/arch/sgi/stand/boot64: Makefile Log message: Link boot64 twice, first as a self-contained binary, to enforce there are no unresolved symbols, then as a relocatable image as initially intended. This will prevent the arcbios.c 1.18 breakage from occuring again. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/19 06:07:53 Modified files: devel/glib2/patches: patch-gio_tests_socket_c Log message: Slightly increase the poll_duration in the timed_wait regress test. req. by robert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/19 06:35:41 Modified files: devel/glib2/patches: patch-gio_tests_socket_c Log message: Pushed upstream. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/19 06:46:54 Modified files: audio/rtunes : Makefile Log message: bump so pkg_add -u picks up the change in static lib from moving to PIE. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/10/19 07:51:59 Modified files: sys/arch/sgi/stand: Makefile.inc Makefile32.inc Log message: Be sure to compile boot block objects with -D_NO_ABICALLS, to prevent .S files in libkern from getting a ".abicalls" pseudo-op from including ; this will in turn flag the .o file as PIC even though it doesn't contain PIC code, really. This gets rid of the annoying "linking PIC files with non-PIC files" warnings spewed by ld at link time. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/19 08:52:38 Modified files: sys/dev/usb : uoak.h uoak_subr.c uoaklux.c uoakrh.c uoakv.c Log message: small cleanups and output prettying ok yuo matthieu CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/19 09:20:42 Modified files: sys/dev/pci : azalia.c Log message: andre.s@list.ru has a laptop which does not bring the azalia out of D3 state, so the attach funciton must do this. ok kettenis CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2012/10/19 09:56:40 Modified files: sbin/pfctl : pfctl_optimize.c Log message: rtableid must be BREAK instead of MERGE, otherwise the optimizer might reorder rules incorrectly, i. e.: pass rtable 2 pass from 10/16 rtable 0 pass from 10.1/16 rtable 1 so with this ruleset a packet from 10/16 will end up in rtable 0. now let's see what pfctl makes out of it, with default optimization: pfctl $ pfctl -nvf t.conf pass inet from 10.0.0.0/16 to any flags S/SA rtable 0 pass inet from 10.1.0.0/16 to any flags S/SA rtable 1 pass all flags S/SA rtable 2 OUPS! a packet from 10/16 will end up in rtable 2 now. found by phessler, fix by your's truly, from EuroBSDcon ok beck phessler benno mikeb sthen CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/10/19 10:04:55 Modified files: regress/sbin/pfctl: pf15.ok pf15.optimized Log message: scrub(set-tos XX) is deprecated, the preferred form (and thus display output) is set(tos XX). sync regression tests accordingly. henning@ ok. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/19 10:27:47 Modified files: www/varnish : Makefile Log message: BUILD_DEPENDS on py-docutils (for rst2man) CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2012/10/19 10:38:30 Modified files: sys/arch/amd64/amd64: acpi_wakecode.S hibernate_machdep.c machdep.c sys/arch/amd64/include: hibernate_var.h Log message: amd64 hibernate "unpack-time" mmu/pmap code and asm goo. Work in progress. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2012/10/19 10:49:50 Modified files: usr.sbin/relayd: parse.y pfe_filter.c relay.c relayd.conf.5 relayd.h Log message: Support additional scheduling algorithms in the load balancer: least-states, random, source-hash. least-states is currently only supported for redirections and the other ones are currently only supported by relays. ok benno@ CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2012/10/19 10:56:06 Modified files: sys/arch/i386/i386: acpi_wakecode.S Log message: add an #ifdef HIBERNATE for diffability with amd64 CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/19 12:49:01 Modified files: security/hs-pwstore-fast: Makefile distinfo Log message: Update to hs-pwstore-fast-2.3. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/19 12:51:01 Modified files: www/hs-clientsession: Makefile distinfo Log message: Update to hs-clientsession-0.8.0.1. (adding myself and jim@ as MAINTAINERs, even if jim@ is still swamped with work) CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/19 12:51:52 Modified files: www/hs-snap-core: Makefile distinfo Log message: Update to snap-core-0.9.2.2. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/19 12:52:54 Modified files: www/hs-snap-server: Makefile distinfo www/hs-snap-server/pkg: PLIST Log message: Update to hs-snap-server-0.9.2.4. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/19 12:54:17 Log message: This library allows Snap applications to recompile actions on the fly in development mode. ok sthen@ Status: Vendor Tag: kili Release Tags: kili_20121019 N ports/www/hs-snap-loader-dynamic/Makefile N ports/www/hs-snap-loader-dynamic/distinfo N ports/www/hs-snap-loader-dynamic/pkg/DESCR N ports/www/hs-snap-loader-dynamic/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/19 12:54:58 Log message: This library allows Snap applications to run at full compiled speed with no overhead, in a way that's drop-in compatible with snap-loader-dynamic. ok sthen@ Status: Vendor Tag: kili Release Tags: kili_20121019 N ports/www/hs-snap-loader-static/Makefile N ports/www/hs-snap-loader-static/distinfo N ports/www/hs-snap-loader-static/pkg/DESCR N ports/www/hs-snap-loader-static/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/19 12:56:14 Modified files: www/hs-snap : Makefile distinfo www/hs-snap/pkg: DESCR PLIST Removed files: www/hs-snap/patches: patch-snap_cabal Log message: Update to hs-snap-0.9.2.2. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/19 12:57:13 Modified files: www : Makefile Log message: + hs-snap-loader-{dynamic,static} CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2012/10/19 15:39:12 Log message: import libivykis 0.34 libivykis is a library for asynchronous I/O readiness notification. It is a thin, portable wrapper around OS-provided mechanisms such as kqueue(2) and poll(2). this is a dependency of more recent versions of syslog-ng. Status: Vendor Tag: steven Release Tags: steven-20121019 N ports/devel/libivykis/Makefile N ports/devel/libivykis/distinfo N ports/devel/libivykis/pkg/DESCR N ports/devel/libivykis/pkg/PLIST N ports/devel/libivykis/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2012/10/19 15:40:42 Modified files: devel : Makefile Log message: +libivykis CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2012/10/19 16:28:41 Modified files: lang/classpath : Makefile lang/classpath/pkg: PLIST Log message: Use gcj 4.6 instead of 4.2 to build. Also fix conflict with gcj 4.6. okay jasper@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2012/10/19 16:29:49 Modified files: devel/jdk/1.6 : Makefile devel/jdk/1.6/patches: patch-bin_bootscript Log message: Use gcj 4.6 to bootstrap instead of jamvm. okay jasper@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2012/10/19 16:30:36 Modified files: textproc/pdftk : Makefile Log message: Use gcj 4.6 to build instead of 4.2. okay jasper@ CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2012/10/19 21:01:40 Modified files: driver/xf86-video-intel/src: i830_hdmi.c i830_reg.h Log message: Make the hdmi modesetting code handle multiple display pipes. Problem noticed by by rivo nurges and blambert@ after ivy bridge support enabled multiple pipes for pch devices. Fix based on what the upstream drm code does and tested by rivo nurges, blambert@ and sthen@ ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/10/19 22:34:32 Log message: Import foma-0.9.16. Foma is a compiler, programming language, and C library for constructing finite-state automata and transducers for various uses. It has specific support for many natural language processing applications such as producing morphological analyzers. Although NLP applications are probably the main use of foma, it is sufficiently generic to use for a large number of purposes. ok jeremy@ pirofti@ Status: Vendor Tag: bentley Release Tags: bentley_20121018 N ports/math/foma/Makefile N ports/math/foma/distinfo N ports/math/foma/patches/patch-flookup_c N ports/math/foma/patches/patch-Makefile N ports/math/foma/pkg/DESCR N ports/math/foma/pkg/PLIST N ports/math/foma/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/10/19 22:35:55 Log message: Import openfst-1.3.1. OpenFst is a library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs). Weighted finite-state transducers are automata where each transition has an input label, an output label, and a weight. The more familiar finite-state acceptor is represented as a transducer with each transition's input and output label equal. Finite-state acceptors are used to represent sets of strings (specifically, regular or rational sets); finite-state transducers are used to represent binary relations between pairs of strings (specifically, rational transductions). The weights can be used to represent the cost of taking a particular transition. ok jeremy@ Status: Vendor Tag: bentley Release Tags: bentley_20121019 N ports/math/openfst/Makefile N ports/math/openfst/distinfo N ports/math/openfst/patches/patch-src_test_Makefile_in N ports/math/openfst/patches/patch-src_bin_Makefile_in N ports/math/openfst/pkg/DESCR N ports/math/openfst/pkg/PLIST N ports/math/openfst/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/10/19 22:36:45 Modified files: math : Makefile Log message: +foma +openfst CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/20 02:36:13 Modified files: databases/openldap: Makefile databases/openldap/pkg: DESCR-server Log message: add a FLAVOR to enable the experimental ACI support in OpenLDAP, req by Brian Empson. ok pea@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/20 02:37:00 Modified files: databases : Makefile Log message: build aci-flavoured OpenLDAP CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/10/20 02:41:19 Modified files: regress/sbin/pfctl: pf101.in pf101.ok pf101.optimized Log message: pf.conf "prio" syntax was changed (2012/07/09); adapt pfctl regress tests. ok henning@ prio X -> set prio X prio (X Y) -> set prio (X Y) CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/10/20 03:05:33 Modified files: usr.bin/mg : tags.c Log message: - fix a potential double free ok florian@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/10/20 03:53:32 Modified files: sys/dev/ic : ar9003.c ar9003reg.h ar9380.c ar9380reg.h Log message: Fix hardware kill switch detection for the ar9300 chip family. The driver was checking the wrong bits of eeprom to determine rfkill switch pin and polarity, and was reading the wrong register to determine rfkill gpio pin state. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/10/20 03:54:20 Modified files: sys/dev/ic : ar5416reg.h ar9280reg.h ar9380.c ar9380reg.h athn.c athnvar.h Log message: Init values for the AR9485 were for version 1.0 of this chip, which according to Atheros Linux developers was never sold. So update initvals to what Linux is using for the 1.1 generation. Because the serdes values are written to different registers on the AR9485 this involves tweaking the serdes init code for all athn(4) chip families. This commit doesn't make AR9485 devices work yet but is a step in the right direction. Tested by krw, kettenis, and Andrew Ngo. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/10/20 05:17:56 Modified files: www/mozilla : mozilla.port.mk Log message: --with-system-zlib takes /usr, not /usr/lib. No binary change, and allows to remove some dupe configure args at next update. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/10/20 06:00:33 Modified files: sys/arch/sparc64/dev: sbbc.c vcctty.c vcons.c Log message: off-by-one in device number check; found the hard way and reported by J Sisson. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/20 07:05:54 Modified files: usr.sbin/ldomctl: ldomctl.c Log message: Add code to dump the current hypervisor configuration. CVSROOT: /cvs Module name: www Changes by: mikeb@cvs.openbsd.org 2012/10/20 07:58:22 www/papers/eurobsdcon_2012_ipsec Update of /cvs/www/papers/eurobsdcon_2012_ipsec In directory cvs.openbsd.org:/tmp/cvs-serv8589/eurobsdcon_2012_ipsec Log Message: Directory /cvs/www/papers/eurobsdcon_2012_ipsec added to the repository CVSROOT: /cvs Module name: www Changes by: mikeb@cvs.openbsd.org 2012/10/20 08:18:24 Modified files: papers : index.html Added files: papers/eurobsdcon_2012_ipsec: mgp00001.idx.jpg mgp00001.jpg mgp00002.idx.jpg mgp00002.jpg mgp00003.idx.jpg mgp00003.jpg mgp00004.idx.jpg mgp00004.jpg mgp00005.idx.jpg mgp00005.jpg mgp00006.idx.jpg mgp00006.jpg mgp00007.idx.jpg mgp00007.jpg mgp00008.idx.jpg mgp00008.jpg mgp00009.idx.jpg mgp00009.jpg mgp00010.idx.jpg mgp00010.jpg mgp00011.idx.jpg mgp00011.jpg mgp00012.idx.jpg mgp00012.jpg mgp00013.idx.jpg mgp00013.jpg mgp00014.idx.jpg mgp00014.jpg mgp00015.idx.jpg mgp00015.jpg mgp00016.idx.jpg mgp00016.jpg mgp00017.idx.jpg mgp00017.jpg mgp00018.idx.jpg mgp00018.jpg mgp00019.idx.jpg mgp00019.jpg mgp00020.idx.jpg mgp00020.jpg mgp00021.idx.jpg mgp00021.jpg mgp00022.idx.jpg mgp00022.jpg mgp00023.idx.jpg mgp00023.jpg mgp00024.idx.jpg mgp00024.jpg mgp00025.idx.jpg mgp00025.jpg mgp00026.idx.jpg mgp00026.jpg mgp00027.idx.jpg mgp00027.jpg mgp00028.idx.jpg mgp00028.jpg mgp00029.idx.jpg mgp00029.jpg index.html mgp00001.html mgp00002.html mgp00003.html mgp00004.html mgp00005.html mgp00006.html mgp00007.html mgp00008.html mgp00009.html mgp00010.html mgp00011.html mgp00012.html mgp00013.html mgp00014.html mgp00015.html mgp00016.html mgp00017.html mgp00018.html mgp00019.html mgp00020.html mgp00021.html mgp00022.html mgp00023.html mgp00024.html mgp00025.html mgp00026.html mgp00027.html mgp00028.html mgp00029.html Log message: add my slides CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/20 08:56:17 Modified files: etc/etc.sparc64: MAKEDEV.md Log message: Add /dev/hvctl and /dev/spds. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/20 08:57:03 Modified files: etc/etc.sparc64: MAKEDEV Log message: regen CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/10/20 09:37:40 Modified files: security/stunnel: Makefile distinfo Log message: - update to 2.54 - take maintainership OK sthen@ (former maintainer) CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/10/20 10:00:58 Modified files: www/py-django : Makefile distinfo www/py-django/pkg: PLIST Log message: SECURITY update for py-django-1.4.2 diff submitted by Ryan Boggs (MAINTAINER), thanks! This update fixes a security issue related to host header poisoning. more details at: ttps://www.djangoproject.com/weblog/2012/oct/17/security/ CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/10/20 10:05:10 Modified files: www/py-django : Tag: OPENBSD_5_2 Makefile distinfo www/py-django/pkg: Tag: OPENBSD_5_2 PLIST Log message: MFC: SECURITY update for py-django-1.4.2; OK jasper@ diff submitted by Ryan Boggs (MAINTAINER), thanks! This update fixes a security issue related to host header poisoning. more details at: https://www.djangoproject.com/weblog/2012/oct/17/security/ CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2012/10/20 10:08:44 www/papers/eurobsd2012 Update of /cvs/www/papers/eurobsd2012 In directory cvs.openbsd.org:/tmp/cvs-serv31651/eurobsd2012 Log Message: Directory /cvs/www/papers/eurobsd2012 added to the repository CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2012/10/20 10:08:57 www/papers/eurobsd2012/espie-dpb Update of /cvs/www/papers/eurobsd2012/espie-dpb In directory cvs.openbsd.org:/tmp/cvs-serv24747/eurobsd2012/espie-dpb Log Message: Directory /cvs/www/papers/eurobsd2012/espie-dpb added to the repository CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2012/10/20 10:10:05 Added files: papers/eurobsd2012/espie-dpb: index.html mgp00001.html mgp00001.idx.jpg mgp00001.jpg mgp00001.txt mgp00002.html mgp00002.idx.jpg mgp00002.jpg mgp00002.txt mgp00003.html mgp00003.idx.jpg mgp00003.jpg mgp00003.txt mgp00004.html mgp00004.idx.jpg mgp00004.jpg mgp00004.txt mgp00005.html mgp00005.idx.jpg mgp00005.jpg mgp00005.txt mgp00006.html mgp00006.idx.jpg mgp00006.jpg mgp00006.txt mgp00007.html mgp00007.idx.jpg mgp00007.jpg mgp00007.txt mgp00008.html mgp00008.idx.jpg mgp00008.jpg mgp00008.txt mgp00009.html mgp00009.idx.jpg mgp00009.jpg mgp00009.txt mgp00010.html mgp00010.idx.jpg mgp00010.jpg mgp00010.txt mgp00011.html mgp00011.idx.jpg mgp00011.jpg mgp00011.txt mgp00012.html mgp00012.idx.jpg mgp00012.jpg mgp00012.txt mgp00013.html mgp00013.idx.jpg mgp00013.jpg mgp00013.txt mgp00014.html mgp00014.idx.jpg mgp00014.jpg mgp00014.txt mgp00015.html mgp00015.idx.jpg mgp00015.jpg mgp00015.txt mgp00016.html mgp00016.idx.jpg mgp00016.jpg mgp00016.txt mgp00017.html mgp00017.idx.jpg mgp00017.jpg mgp00017.txt mgp00018.html mgp00018.idx.jpg mgp00018.jpg mgp00018.txt mgp00019.html mgp00019.idx.jpg mgp00019.jpg mgp00019.txt mgp00020.html mgp00020.idx.jpg mgp00020.jpg mgp00020.txt mgp00021.html mgp00021.idx.jpg mgp00021.jpg mgp00021.txt mgp00022.html mgp00022.idx.jpg mgp00022.jpg mgp00022.txt mgp00023.html mgp00023.idx.jpg mgp00023.jpg mgp00023.txt mgp00024.html mgp00024.idx.jpg mgp00024.jpg mgp00024.txt mgp00025.html mgp00025.idx.jpg mgp00025.jpg mgp00025.txt mgp00026.html mgp00026.idx.jpg mgp00026.jpg mgp00026.txt mgp00027.html mgp00027.idx.jpg mgp00027.jpg mgp00027.txt mgp00028.html mgp00028.idx.jpg mgp00028.jpg mgp00028.txt mgp00029.html mgp00029.idx.jpg mgp00029.jpg mgp00029.txt mgp00030.html mgp00030.idx.jpg mgp00030.jpg mgp00030.txt mgp00031.html mgp00031.idx.jpg mgp00031.jpg mgp00031.txt mgp00032.html mgp00032.idx.jpg mgp00032.jpg mgp00032.txt mgp00033.html mgp00033.idx.jpg mgp00033.jpg mgp00033.txt mgp00034.html mgp00034.idx.jpg mgp00034.jpg mgp00034.txt mgp00035.html mgp00035.idx.jpg mgp00035.jpg mgp00035.txt mgp00036.html mgp00036.idx.jpg mgp00036.jpg mgp00036.txt mgp00037.html mgp00037.idx.jpg mgp00037.jpg mgp00037.txt Log message: my presentation for eurobsd2012 CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2012/10/20 10:12:14 Modified files: papers : index.html Log message: +myshitz CVSROOT: /cvs Module name: src Changes by: chris@cvs.openbsd.org 2012/10/20 10:12:22 Modified files: sys/dev/pci : if_vr.c if_vrreg.h Log message: Implement transmit DMA segments. The descriptor usage is from FreeBSD, which contradicts the datasheet (but actually works). Also, use a segment (instead of a new mbuf and data copy) to zero-pad small packets, modeled after if_myx. ok sthen@, gerhard@, henning@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/20 10:44:16 Modified files: usr.sbin/ldomctl: ldomctl.c Log message: Fix previous. CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2012/10/20 11:05:00 Modified files: papers/eurobsd2012/espie-dpb: index.html mgp00001.html mgp00001.idx.jpg mgp00001.jpg mgp00002.html mgp00002.idx.jpg mgp00002.jpg mgp00003.html mgp00003.idx.jpg mgp00003.jpg mgp00004.html mgp00004.idx.jpg mgp00004.jpg mgp00005.html mgp00005.idx.jpg mgp00005.jpg mgp00006.html mgp00006.idx.jpg mgp00006.jpg mgp00007.html mgp00007.idx.jpg mgp00007.jpg mgp00008.html mgp00008.idx.jpg mgp00008.jpg mgp00009.html mgp00009.idx.jpg mgp00009.jpg mgp00010.html mgp00010.idx.jpg mgp00010.jpg mgp00011.html mgp00011.idx.jpg mgp00011.jpg mgp00012.html mgp00012.idx.jpg mgp00012.jpg mgp00013.html mgp00013.idx.jpg mgp00013.jpg mgp00014.html mgp00014.idx.jpg mgp00014.jpg mgp00015.html mgp00015.idx.jpg mgp00015.jpg mgp00016.html mgp00016.idx.jpg mgp00016.jpg mgp00017.html mgp00017.idx.jpg mgp00017.jpg mgp00018.html mgp00018.idx.jpg mgp00018.jpg mgp00019.html mgp00019.idx.jpg mgp00019.jpg mgp00020.html mgp00020.idx.jpg mgp00020.jpg mgp00021.html mgp00021.idx.jpg mgp00021.jpg mgp00022.html mgp00022.idx.jpg mgp00022.jpg mgp00023.html mgp00023.idx.jpg mgp00023.jpg mgp00024.html mgp00024.idx.jpg mgp00024.jpg mgp00025.html mgp00025.idx.jpg mgp00025.jpg mgp00026.html mgp00026.idx.jpg mgp00026.jpg mgp00027.html mgp00027.idx.jpg mgp00027.jpg mgp00028.html mgp00028.idx.jpg mgp00028.jpg mgp00029.html mgp00029.idx.jpg mgp00029.jpg mgp00030.html mgp00030.idx.jpg mgp00030.jpg mgp00031.html mgp00031.idx.jpg mgp00031.jpg mgp00032.html mgp00032.idx.jpg mgp00032.jpg mgp00033.html mgp00033.idx.jpg mgp00033.jpg mgp00034.html mgp00034.idx.jpg mgp00034.jpg mgp00035.html mgp00035.idx.jpg mgp00035.jpg mgp00036.html mgp00036.idx.jpg mgp00036.jpg mgp00037.html mgp00037.idx.jpg mgp00037.jpg Log message: oops, smaller CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/10/20 11:35:18 Modified files: emulators/mednafen: Makefile distinfo Log message: Update to mednafen-0.9.26. OK jeremy@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/20 12:49:48 Modified files: net/wget : Makefile distinfo net/wget/patches: patch-doc_Makefile_in patch-doc_wget_texi patch-src_Makefile_in patch-src_openssl_c Log message: Update to wget-1.14 OK gsoares@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/20 13:08:39 Modified files: sys/arch/alpha/alpha: machdep.c sys/arch/alpha/pci: sio_pic.c Log message: move sio_intr_shutdown() from being a shutdownhook, and do it directly in boot() as required. ok miod CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/20 13:13:25 Modified files: sys/dev/pci : ehci_pci.c Log message: driver xxactivate() functins are run even if a driver xxattach() has "failed"; no indication is given up to the autoconf framework since xxattach() returns void. Until this situation is improved, there are a handful of drivers which must use driver-specific checks in xxactivate() to see if the xxattach() function succeeded or failed. Add such a check here. ok kettenis CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/10/20 14:05:44 Modified files: graphics/gegl : Makefile Log message: requires intltool to build CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2012/10/20 16:40:25 Modified files: distrib/miniroot: install.sub Log message: waitftplist: - simplify - remove excess comments - reduce verbosity ok deraadt@ rpe@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/21 00:41:14 Modified files: distrib/miniroot: install.sub Log message: remove some backwards compat for 5.0 -> 5.1/5.2 upgrades ok krw matthieu CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/10/21 03:51:59 Modified files: sys/arch/luna88k/luna88k: machdep.c sys/arch/mvme88k/mvme88k: machdep.c Log message: Needs now CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/10/21 03:55:47 Modified files: www/seamonkey : Makefile Log message: Free commit, shuffle things around to greatly reduce the diff between thunderbird and seamonkey makefiles. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/21 06:47:58 Modified files: usr.sbin/ldomctl: Makefile ldomctl.c Added files: usr.sbin/ldomctl: ds.c ds.h Log message: Add domain services support code and use it to fetch the PRI (Physical Resource Inventory) from the service processor. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/21 06:56:46 Modified files: usr.sbin/ldomctl: Makefile ds.c ldomctl.c mdesc.c mdesc.h Added files: usr.sbin/ldomctl: util.c util.h Log message: Split out some general-purpose functions and macros into their own file. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/21 06:59:43 Modified files: converters/mpack: Makefile converters/mpack/patches: patch-unixos_c patch-unixpk_c Log message: - stop spreading lies and actually use /var/tmp as temp directory. CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2012/10/21 07:06:03 Modified files: lib/libc/sys : getsockopt.2 share/man/man4 : divert.4 sys/net : pf.c sys/netinet : in.h in_pcb.h ip_divert.c ip_divert.h raw_ip.c sys/netinet6 : ip6_divert.c ip6_divert.h raw_ip6.c Log message: Add the IP_DIVERTFL socket option on divert(4) sockets to control which packets (as in direction) of the traffic will be diverted through the divert socket. ok claudio@, henning@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/21 07:45:55 Modified files: sysutils/ncdu : Makefile distinfo Log message: - update to ncdu-1.9 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/10/21 08:20:53 Modified files: security/fwbuilder: Makefile distinfo security/fwbuilder/pkg: PLIST Log message: Update to 5.1.0 feedback and OK steven@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/21 08:29:33 Modified files: x11/gnome/anjuta: Makefile distinfo x11/gnome/anjuta/pkg: PLIST Log message: - update to anjuta-3.6.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/21 08:40:34 Modified files: x11/gnome/anjuta: Makefile Log message: link to bz url CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/10/21 08:44:14 Modified files: faq : current.html Log message: add [ports] marker to PostgreSQL notes. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/21 08:49:14 Modified files: x11/gnome/gedit-code-assistance: Makefile distinfo x11/gnome/gedit-code-assistance/pkg: PLIST Log message: - update to 0.1.5 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/21 09:22:05 Modified files: x11/gnome/anjuta: Makefile Added files: x11/gnome/anjuta/patches: patch-configure_ac Log message: - remove XXX from Makefile and apply patch provided by upstream CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/10/21 09:25:42 Modified files: share/man/man4 : divert.4 Log message: tweak previous; CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2012/10/21 09:30:44 Modified files: papers/eurobsd2012/espie-dpb: mgp00008.html Added files: papers/eurobsd2012/espie-dpb: trampo.gif Log message: the real shitz CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2012/10/21 09:41:25 Modified files: papers/eurobsd2012/espie-dpb: mgp00005.idx.jpg mgp00005.jpg mgp00007.idx.jpg mgp00007.jpg mgp00036.idx.jpg mgp00036.jpg Log message: remove the graphics bad scaling CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/10/21 09:56:42 Modified files: databases/ruby-postgres: Makefile Log message: no space at end of maintainer CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2012/10/21 10:35:24 Modified files: . : donations.html Log message: Remove a donator who wishes to be anonymous now, as requested in private mail. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/10/21 10:38:24 Modified files: games/uqm : Makefile mail/re-alpine : Makefile Log message: zap spaces CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/21 10:50:58 Modified files: sys/dev/pci : maestro.c Log message: repair pci powerstate handling. The extra timeouts were not needed. Furthermore, all the extra powering up and down caused resumes to not work. ok ratchov CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/21 10:59:21 Modified files: graphics/clutter/clutter-gtk: Makefile distinfo graphics/clutter/clutter-gtk/pkg: PLIST Log message: - update to clutter-gtk-1.4.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/21 11:14:36 Modified files: x11/gnome/latexila: Makefile distinfo x11/gnome/latexila/patches: patch-configure Log message: Update to latexila-2.6.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/21 11:16:22 Modified files: textproc/meld : Makefile distinfo Log message: Update to meld-1.6.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/21 11:19:56 Modified files: devel/glib2mm : Makefile distinfo devel/glib2mm/pkg: PLIST Log message: Minor update to glib2mm-2.34.0. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/21 11:30:38 Modified files: sys/arch/sparc64/dev: vldcp.c Log message: Clear a pending channel reset when a device is opened. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/21 11:46:16 Modified files: x11/gtk3mm : Makefile distinfo Log message: Update to gtk3mm-3.6.0. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/21 11:46:33 Modified files: distrib/sparc64/bsd.rd: list sys/arch/sparc64/conf: RAMDISK Log message: I want msdos filesystem support on the big bsd.rd CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/10/21 11:51:19 Added files: faq : upgrade52.html upgrade52.patch Log message: add 5.1 -> 5.2 upgrade notes CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/21 12:27:49 Modified files: security/hs-skein: Makefile distinfo Log message: Update to hs-skein-0.1.0.9. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/21 12:28:39 Modified files: devel/hs-data-lens: Makefile distinfo Log message: Update to hs-data-lens-2.10.2. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/21 12:29:29 Modified files: security/hs-crypto-api: Makefile distinfo Log message: Update to hs-crypto-api-0.10.2. ok jasper@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/21 12:30:00 Modified files: devel/hs-tagged: Makefile distinfo Log message: Update to hs-tagged-0.4.4. ok jasper@ (maintainer) CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/10/21 12:30:21 Modified files: faq/fr : faq1.html faq4.html faq7.html faq/nl : faq4.html fr : 52.html donations.html events.html want.html lt : donations.html nl : donations.html porting/fr : porttest.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/21 12:32:49 Modified files: security/hs-cryptohash: Makefile Log message: Bump, because the updates of hs-crypto-api and/or hs-tagged caused haskell library signature changes. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/21 12:33:39 Modified files: security/hs-mwc-random: Makefile distinfo security/hs-mwc-random/pkg: PLIST Log message: Update to hs-mwc-random-0.12.0.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/21 12:39:00 Modified files: print/py-cups : Makefile Added files: print/py-cups/patches: patch-setup_py Log message: Better way to link with libiconv. adapted from an original diff by Vadim Zhukov CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/21 12:56:00 Modified files: sys/arch/sparc64/dev: ldc.c ldcvar.h vdsp.c Log message: Make sure that there is enough room in the transmit queue to send a VIO message. Sleep if necessary. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2012/10/21 13:00:48 Modified files: sys/kern : sysv_sem.c Log message: Fix problem reported by Nathan Weeks where a userland program could induce the kernel to panic by attempting to do a sempo with nsops > kern.seminfo.semume and the SEM_UNFO flag set. This fixes it so we return ENOSPC, like the man page says, rather than panicing. ok miod@, millert@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/21 13:21:32 Modified files: devel/ocaml-lwt: Makefile Log message: - fixup MODULES/WANTLIB CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/21 13:30:56 Modified files: sys/arch/sparc64/dev: vdsp.c Log message: Fix thinko in previous. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/21 14:53:05 Modified files: mail/re-alpine : Makefile Log message: Tweak previous to make it parseable by human eyes. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2012/10/21 15:30:44 Modified files: usr.sbin/ospf6d: Makefile kroute.c usr.sbin/ospf6ctl: Makefile parser.c Added files: usr.sbin/ospf6d: util.c Log message: Move common ospf6d functions for ipv6 address manipulation into util.c to reuse them in ospf6ctl. OK claudio@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/10/21 17:05:25 Modified files: . : items.html Log message: oops, forgot the 5.2 stuff here. from Maurice Janssen CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/10/21 17:07:12 Modified files: devel/p5-BSD-stat: Makefile distinfo Added files: devel/p5-BSD-stat/patches: patch-stat_xs patch-t_utimes_t Log message: Update BSD::stat to 1.33 which gives us the new functions utimes() and lutimes(). Unfortunately lutimes() is specific to FreeBSD. Emulate it with OpenBSD utimensat() and add a test for that. OK sthen@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2012/10/21 20:49:03 Modified files: sys/dev/pci : if_oce.c Log message: Fix the multicast filter full size check. ok mikeb@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2012/10/21 21:23:19 Modified files: sys/dev/usb : if_mos.c if_mosreg.h Log message: Rewrite the receive filter handling code and cleanup the ioctl bits. Tested by and ok stsp@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/10/21 22:26:33 Modified files: sys/arch/mvme68k/mvme68k: machdep.c Log message: missing header CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/10/21 22:44:21 Modified files: multimedia/libass: Makefile distinfo Log message: Update to libass 0.10.1. ok sthen@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2012/10/21 23:05:57 Modified files: sys/dev/ic : gem.c Log message: Add flow control support. Tested with Apple/Sun gem(4) with and without flow control (Sun ERI/Apple GEM with FastE PHY). ok kettenis@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/10/22 01:15:56 Modified files: lib/libutil : imsg_init.3 Log message: struct buf -> ibuf; from Sunil Nimmagadda CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2012/10/22 01:28:49 Modified files: usr.sbin/ospf6d: log.c ospf6d.h util.c Log message: Unfortunately "ospf6ctl show fib" printed embedded scopes as the destination addresses still contain them. To fix that, call recoverscope() in log_in6addr(). Also log_in6addr_scope() should not fiddle with the scope itself, put that into a generic function addscope(). OK claudio@ CVSROOT: /cvs Module name: www Changes by: phessler@cvs.openbsd.org 2012/10/22 01:56:59 www/papers/eurobsd2012/phessler-rdomains Update of /cvs/www/papers/eurobsd2012/phessler-rdomains In directory cvs.openbsd.org:/tmp/cvs-serv3191/phessler-rdomains Log Message: Directory /cvs/www/papers/eurobsd2012/phessler-rdomains added to the repository CVSROOT: /cvs Module name: www Changes by: phessler@cvs.openbsd.org 2012/10/22 01:58:11 Added files: papers/eurobsd2012/phessler-rdomains: index.html mgp00001.html mgp00001.idx.jpg mgp00001.jpg mgp00001.txt mgp00002.html mgp00002.idx.jpg mgp00002.jpg mgp00002.txt mgp00003.html mgp00003.idx.jpg mgp00003.jpg mgp00003.txt mgp00004.html mgp00004.idx.jpg mgp00004.jpg mgp00004.txt mgp00005.html mgp00005.idx.jpg mgp00005.jpg mgp00005.txt mgp00006.html mgp00006.idx.jpg mgp00006.jpg mgp00006.txt mgp00007.html mgp00007.idx.jpg mgp00007.jpg mgp00007.txt mgp00008.html mgp00008.idx.jpg mgp00008.jpg mgp00008.txt mgp00009.html mgp00009.idx.jpg mgp00009.jpg mgp00009.txt mgp00010.html mgp00010.idx.jpg mgp00010.jpg mgp00010.txt mgp00011.html mgp00011.idx.jpg mgp00011.jpg mgp00011.txt mgp00012.html mgp00012.idx.jpg mgp00012.jpg mgp00012.txt mgp00013.html mgp00013.idx.jpg mgp00013.jpg mgp00013.txt mgp00014.html mgp00014.idx.jpg mgp00014.jpg mgp00014.txt mgp00015.html mgp00015.idx.jpg mgp00015.jpg mgp00015.txt mgp00016.html mgp00016.idx.jpg mgp00016.jpg mgp00016.txt mgp00017.html mgp00017.idx.jpg mgp00017.jpg mgp00017.txt mgp00018.html mgp00018.idx.jpg mgp00018.jpg mgp00018.txt Log message: add my slides CVSROOT: /cvs Module name: www Changes by: phessler@cvs.openbsd.org 2012/10/22 01:58:55 Modified files: papers : index.html Log message: link to my slides CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/22 02:05:25 Modified files: devel/py-gobject3/pkg: PLIST Log message: MACHINE_ARCH -> ARCH CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2012/10/22 02:22:04 Modified files: usr.bin/mg : buffer.c Log message: Check for dirty buffer on buffer change. ok jasper@, benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2012/10/22 02:31:42 Modified files: usr.bin/mg : buffer.c def.h echo.c mg.1 Log message: Add (r)evert prompt to "File changed on disk; really edit the buffer" prompt. input, ok lum@, man bit ok jmc@, ok benno@ CVSROOT: /cvs Module name: www Changes by: guenther@cvs.openbsd.org 2012/10/22 02:35:57 www/papers/eurobsd2012/guenther-rthreads Update of /cvs/www/papers/eurobsd2012/guenther-rthreads In directory cvs.openbsd.org:/tmp/cvs-serv12656/eurobsd2012/guenther-rthreads Log Message: Directory /cvs/www/papers/eurobsd2012/guenther-rthreads added to the repository CVSROOT: /cvs Module name: www Changes by: guenther@cvs.openbsd.org 2012/10/22 02:37:19 Modified files: papers : index.html Added files: papers/eurobsd2012/guenther-rthreads: Rthreads.slides TABLE_OF_CONTENTS.html cats.jpg flowers.jpg goodbye.gif process_links.gif slide001.html slide002.html slide003.html slide004.html slide005.html slide006.html slide007.html slide008.html slide008a.html slide009.html slide010.html slide011.html slide012.html slide013.html slide014.html slide014a.html slide015.html slide016.html slide017.html slide018.html slide019.html slide020.html slide021.html slide022.html slide023.html slide023a.html slide024.html slide025.html slide026.html slide027.html slide028.html slide029.html slide030.html slide031.html slide032.html slide033.html slide034.html stacks.jpg tcb_v1.gif tcb_v2.gif Log message: slides for my eurobsd2012 talk CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2012/10/22 03:14:36 Modified files: sys/dev/mii : ciphy.c Log message: Provide flow control status. ok jsg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2012/10/22 03:19:17 Modified files: sys/dev/pci : if_jme.c Log message: Add flow control support. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/22 04:09:11 Modified files: emulators/fedora: Makefile.inc Log message: Allow overriding FEDORA_V. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2012/10/22 04:25:17 Modified files: sbin/iked : config.c iked.8 iked.c iked.h ikev2.c ikev2_msg.c ikev2_pld.c types.h Log message: Fix NAT-T support in iked, both on the initiator and the responder side. Also add a new command line option -t to optionally enforce NAT-T with UDP encapsulation on port 4500. Tested by mikeb@ and me ok mikeb@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2012/10/22 05:01:59 Modified files: sys/dev/mii : jmphy.c Log message: - Provide flow control status - Use ANAR_PAUSE_TOWARDS define - Only advertise flow control if the MAC sets MIIF_DOPAUSE ok jsg@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/10/22 05:19:06 Modified files: faq : upgrade52.html Log message: typos, missed version numbers, and a couple things I won't try to explain. From remco at d-compu dot dyndns dotorg, thanks! CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/22 05:41:26 Modified files: devel/ocaml-lwt: Makefile Log message: missing bump in previous spotted by nigel@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/22 05:41:56 Modified files: emulators/fedora: Makefile.inc Log message: Allow overriding FEDORADIR. CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2012/10/22 06:32:16 Modified files: multimedia/get_flash_videos: Makefile distinfo Log message: Fixes for Youtube, Svtplay, vimeo. From monsieurvideo pending pull requests. Ok sthen@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/22 06:44:32 Modified files: x11/xmobar : Makefile x11/xmobar/patches: patch-xmobar_cabal Added files: x11/xmobar/patches: patch-src_Plugins_Monitors_Mpris_hs Log message: Enable MPRIS support. OK kili@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/10/22 07:27:23 Modified files: sbin/iked : iked.8 Log message: tweak previous; CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/22 07:52:48 Modified files: sysutils/ruby-puppet-lint: Makefile distinfo sysutils/ruby-puppet-lint/pkg: PLIST Log message: - update to 0.3.2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/22 08:44:22 Modified files: x11/gnome/controlcenter: Makefile distinfo Log message: Bugfix update to gnome-control-center-3.6.2. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/10/22 11:11:38 Modified files: lib/libssl/src/crypto/dso: dso_dlfcn.c Log message: Restore r1.10, lost during last update: Disable use of dladdr() on a.out arches, they do not provide it (yet); CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/10/22 11:24:46 Modified files: de : 52.html donations.html events.html index.html items.html faq/de : faq4.html papers/de : index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/22 11:27:19 Modified files: libexec/ld.so/sparc64: ldasm.S sys/arch/sparc64/sparc64: machdep.c Log message: Stop passing around PS_STRINGS in %g1. The ELF ABI reserves this register for passing around a pointer to a cleanup function and we'd like to use it for that purpose in the near future. ok miod@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/22 11:28:27 Modified files: libexec/ld.so/sparc: ldasm.S sys/arch/sparc/sparc: machdep.c Log message: Stop passing around PS_STRINGS in %g1. The ELF ABI reserves this register for passing around a pointer to a cleanup function and we'd like to use it for that purpose in the near future. ok miod@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/22 11:52:39 Modified files: www/moinmoin : Makefile Added files: www/moinmoin/patches: patch-MoinMoin_security___init___py Log message: Security fix for CVE-2012-4404, moinmoin incorrect ACL evaluation for virtual groups patch from upstream mercurial CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/22 11:52:48 Modified files: www/moinmoin : Tag: OPENBSD_5_2 Makefile Added files: www/moinmoin/patches: Tag: OPENBSD_5_2 patch-MoinMoin_security___init___py Log message: Security fix for CVE-2012-4404, moinmoin incorrect ACL evaluation for virtual groups patch from upstream mercurial CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/22 12:13:11 Log message: import projectlibre 1.5.1 ProjectLibre is an open source project management software. It intends to be a complete desktop replacement for Microsoft Project. ProjectLibre offers full compatibility with Microsoft Project 2010. ok sthen@ Status: Vendor Tag: jasper Release Tags: jasper_20122210 N ports/productivity/projectlibre/Makefile N ports/productivity/projectlibre/distinfo N ports/productivity/projectlibre/pkg/PLIST N ports/productivity/projectlibre/pkg/DESCR N ports/productivity/projectlibre/files/projectlibre No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/22 12:13:40 Modified files: productivity : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/10/22 14:18:44 Modified files: x11/vlc : Makefile distinfo x11/vlc/patches: patch-configure_ac x11/vlc/pkg : PLIST-main Removed files: x11/vlc/patches: patch-modules_access_bluray_c patch-modules_audio_filter_resampler_speex_c patch-modules_text_renderer_freetype_c patch-src_network_httpd_c Log message: Update to VLC 2.0.4. ok sthen@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/22 14:44:43 Modified files: usr.sbin/ldomctl: ds.c Log message: Add symbolic constants and structs for PRI Domain Service. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/22 15:14:59 Modified files: libexec/ld.so/amd64: ldasm.S Log message: Zero %rdx before transferring control to the main program, to indicate that the main program should not register a cleanup handler with atexit(3). This will allow us to add the cleanup handler registration code to crt0.c and have ld.so pass its cleanup handler to the main program in the future. ok kurt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/22 15:16:25 Modified files: usr.sbin/ldomctl: ds.c Log message: Add some support code for the "mdstore" domain service protocol. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/10/22 15:18:59 Modified files: www/midori/patches: patch-wscript Log message: Patch out the check for zeitgeist to avoid midori picking it up if present. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2012/10/22 15:57:15 Modified files: graphics/pstoedit: Makefile distinfo Log message: update to 3.61 CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/10/22 15:58:14 Modified files: usr.sbin/smtpd : queue_fsqueue.c Log message: switch from {open,read,close}() to {fopen,fread,fclose}() in fsqueue_envelope_load(), also fix a potential fd leak. ok gilles@ eric@ CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/10/22 19:51:42 Modified files: . : plus.html Log message: plus.html for Oct 8-14. CVSROOT: /cvs Module name: www Changes by: rpe@cvs.openbsd.org 2012/10/23 00:17:49 Modified files: faq : upgrade52.html Log message: don't mention kqemu anymore it has been removed from ports in 2011 ok nick@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/23 00:29:18 Modified files: x11/gnome/seahorse: Makefile distinfo Log message: Bugfix update to seahorse-3.6.2. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/10/23 00:35:51 Modified files: x11/gnome/desktop: Makefile Log message: zap blank at end of variable def CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/23 02:10:27 Modified files: devel/fossil : Makefile distinfo Added files: devel/fossil/patches: patch-src_main_mk patch-src_shell_c Log message: update Fossil to 1.24, from maintainer James Turner CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/23 03:04:25 Modified files: x11/e17 : Makefile Removed files: x11/e17/edb : Makefile distinfo x11/e17/edb/pkg: DESCR PFRAG.shared PLIST x11/e17/epeg : Makefile distinfo x11/e17/epeg/pkg: DESCR PFRAG.shared PLIST x11/e17/etk : Makefile distinfo x11/e17/etk/pkg: DESCR PFRAG.shared PLIST Log message: remove some deprecated libs that haven't been built in quite a while now from armani@ ok laurent@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/23 03:33:45 Modified files: lang/gcc : Makefile.inc Log message: trailing whitespace in CATEGORIES CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/23 03:36:19 Modified files: x11/e17 : Makefile.inc Log message: remove dead MASTER_SITES, cleanup whitespace CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/23 03:39:51 Modified files: audio/normalize: Makefile audio/wmtune : Makefile audio/xmms-fmradio: Makefile comms/picocom : Makefile devel/tkdiff : Makefile x11/wmtime : Makefile Log message: whitespace CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/23 03:44:02 Modified files: audio/mkplaylist: Makefile benchmarks/sysbench: Makefile biology/AcePerl: Makefile biology/bioperl: Makefile books/diveintopython: Makefile books/mason-book: Makefile chinese/crxvt : Makefile chinese/ttfm : Makefile databases/pear-DB_DataObject: Makefile devel/apr-util : Makefile Log message: whitespace CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/23 03:46:52 Modified files: x11/gnome/desktop: Makefile Log message: Tweak previous. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/23 03:51:49 Modified files: meta/msp430 : Makefile x11/eterm : Makefile Log message: whitespace in PKGNAME CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/23 04:35:06 Modified files: . : INDEX Log message: sync; 7734 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/23 04:41:23 Modified files: databases/redis: Makefile distinfo databases/redis/patches: patch-deps_linenoise_Makefile patch-redis_conf patch-src_Makefile patch-src_redis_c Added files: databases/redis/patches: patch-deps_Makefile Removed files: databases/redis/patches: patch-src_config_h Log message: Update to redis-2.6.0 https://raw.github.com/antirez/redis/2.6/00-RELEASENOTES All tests passed without errors on sparc64: yay! CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/23 05:09:57 Modified files: www/php-predis : Makefile distinfo www/php-predis/pkg: PLIST Log message: Update to Predis-0.8.0 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/23 07:05:27 Modified files: databases/redis: Makefile databases/redis/pkg: PLIST Added files: databases/redis/patches: patch-sentinel_conf Log message: Add the new (starting from 2.6) Sentinel stuff. CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/10/23 07:21:08 Modified files: www/p5-HTML-TagCloud: Makefile distinfo Log message: update to 0.37 tidy whitespace CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/10/23 08:30:56 Modified files: x11/openbox : Makefile distinfo Added files: x11/openbox/patches: patch-openbox_moveresize_c Log message: Little fix for openbox: https://bugs.launchpad.net/ubuntu/+source/openbox/+bug/997212 Based on this: https://launchpadlibrarian.net/104666437/50_gtk43bugfix.patch Reported by Nicolas Pence. Thanks! Ok benoit@ (maintainer) CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2012/10/23 08:32:45 Modified files: sbin/iked : ikev2.c Log message: Add a cast for input to inet_pton() to silence a possible but harmless compiler warning. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2012/10/23 08:36:18 Modified files: sbin/iked : types.h usr.sbin/ikectl: ikeca.c Log message: Allow to overwrite a few more definitions like file paths from the Makefile. No functional change. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2012/10/23 08:40:14 Modified files: sbin/iked : pfkey.c Log message: Change the order of variables just to shrink the diff to the (not yet released) portable version a bit. No functional changes. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/10/23 09:32:38 Modified files: app/cwm : menu.c Log message: Stop drawing when menu doesn't fit inside the screen; picked from a larger diff from Alexander Polakov. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/10/23 09:50:15 Modified files: app/cwm : menu.c Log message: treat menu width the same as the height is treated when deciding its max size and location; partially from a diff from Alexander Polakov. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/10/23 10:08:59 Modified files: app/cwm : menu.c Log message: add a height to struct menu and use it in the most obvious of places. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/10/23 10:13:59 Modified files: app/cwm : menu.c Log message: comment what this whole bit does, not just part of it. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/10/23 11:41:00 Modified files: sys/net : if.c Log message: Only clear the revarp_ifp if the ifp pointing to it is detached. Since the ifp is not detached in the SIOCSIFRDOMAIN case remove the clear there. With and OK deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/23 11:53:48 Modified files: gnu/gcc/gcc : c-cppbuiltin.c Log message: Define __PIE__ and __pie__ when compiling PIE code, just like newer versions of GCC do. ok millert@, guenther@, pascal@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/10/23 13:29:25 Modified files: net/snort : Makefile Log message: don't pick up gmkdir; ok lteo@, maintainer CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/10/23 14:32:21 Modified files: usr.bin/make : job.c Log message: fix fringe case where length is around 140. problem found by Tobias Ulmer. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/23 14:43:52 Modified files: net/openfire : Makefile distinfo Log message: - update to openfire-3.7.1 from marc peters CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2012/10/23 14:44:04 Modified files: math/fftw3 : Makefile math/fftw3/pkg : PFRAG.double-main PFRAG.double-shared-main PFRAG.float-main PFRAG.float-shared-main Log message: Enable threaded libs. OK pirofti@ library bump prodded by steven@, yes please by sthen@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2012/10/23 14:51:17 Modified files: usr.bin/mg : buffer.c Log message: Use correct file for revert-buffer; do not ignore abort. ok lum, jasper, benno CVSROOT: /cvs Module name: www Changes by: okan@cvs.openbsd.org 2012/10/23 18:27:35 Modified files: . : vax-simh.html Log message: 64m->256m memory bump; ok beck CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/10/23 19:07:11 Modified files: faq : upgrade52.html Log message: Andrew dot daughertity at gmail spotted me misspelling "ultimately", and made "patch file" two words while there. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/10/23 21:26:56 Modified files: libexec/ld.so/alpha: ldasm.S syscall.h libexec/ld.so/amd64: ldasm.S syscall.h libexec/ld.so/arm: ldasm.S syscall.h libexec/ld.so/hppa: ldasm.S syscall.h libexec/ld.so/i386: ldasm.S syscall.h libexec/ld.so/mips64: syscall.h libexec/ld.so/powerpc: syscall.h libexec/ld.so/sh: ldasm.S syscall.h libexec/ld.so/sparc: ldasm.S syscall.h libexec/ld.so/sparc64: ldasm.S syscall.h Log message: Garbage-collect the _dl_stat() routine, now unused ok matthew@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/24 01:03:31 ports/x11/gnome/gcr/patches Update of /cvs/ports/x11/gnome/gcr/patches In directory cvs.openbsd.org:/tmp/cvs-serv27821/gcr/patches Log Message: Directory /cvs/ports/x11/gnome/gcr/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/24 01:03:32 ports/x11/gnome/libgnome-keyring/patches Update of /cvs/ports/x11/gnome/libgnome-keyring/patches In directory cvs.openbsd.org:/tmp/cvs-serv27821/libgnome-keyring/patches Log Message: Directory /cvs/ports/x11/gnome/libgnome-keyring/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/24 01:04:03 Modified files: x11/gnome/gcr : Makefile x11/gnome/keyring: Makefile x11/gnome/libgnome-keyring: Makefile x11/gnome/libsecret: Makefile Added files: x11/gnome/gcr/patches: patch-egg_egg-hkdf_c x11/gnome/keyring/patches: patch-egg_egg-hkdf_c x11/gnome/libgnome-keyring/patches: patch-egg_egg-hkdf_c x11/gnome/libsecret/patches: patch-egg_egg-hkdf_c Log message: Fix incorrect loop condition in egg_hkdf_perform(), from upstream. CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/10/24 01:58:48 Modified files: lang/php/5.3 : Makefile Added files: lang/php/5.3/patches: patch-sapi_fpm_fpm_fpm_atomic_h Log message: Allow php to build on loongson Fix types for sparc64 With help from Miod@, thanks you ! ok robert@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/24 02:25:07 Modified files: games/gnuchess : Makefile distinfo Log message: Bugfix update to gnuchess-6.0.2 ok ajacoutot@, jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/24 03:06:58 Modified files: www/concrete5 : Makefile Log message: also depend on php-curl, which is needed for several features ok robert@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/24 03:37:21 Modified files: telephony/appkonference: Makefile Added files: telephony/appkonference/patches: patch-konference_conference_c patch-konference_member_c patch-konference_member_h Log message: Fix appkonference with Asterisk 10.x; from dhill. Note: this port may be removed in the future; users are recommended to migrate to ConfBridge, which is part of Asterisk itself and has improved greatly in the rewrite for Asterisk 10.x. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/10/24 07:12:53 Modified files: sysutils/shelldap: Makefile distinfo Log message: Update to shelldap 0.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/24 07:22:35 Removed files: misc/fileutils : Makefile distinfo misc/fileutils/patches: patch-configure patch-lib_Makefile_in patch-src_Makefile_in patch-src_dircolors_c patch-src_ls_c patch-src_ls_h patch-src_mv_c patch-src_remove_c patch-src_remove_h patch-src_rm_c misc/fileutils/pkg: DESCR-ls DESCR-main PLIST-ls PLIST-main misc/sh-utils : Makefile distinfo misc/sh-utils/patches: patch-Makefile_in patch-configure patch-lib_Makefile_in patch-src_Makefile_am patch-src_Makefile_in patch-src_sys2_h misc/sh-utils/pkg: DESCR PLIST textproc/textutils: Makefile distinfo textproc/textutils/patches: patch-src_tac_c textproc/textutils/pkg: DESCR PLIST Log message: These ports have been unhooked for a while and replaced by coreutils, so remove them. ok naddy@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/10/24 07:49:55 Modified files: graphics/p5-Image-ExifTool: Makefile distinfo graphics/p5-Image-ExifTool/pkg: PLIST Log message: Update to version 9.01 from maintainer Patrick Keshishian, thanks CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/10/24 08:12:35 Modified files: www/seamonkey : Makefile Log message: Bump REVISION-main, in last commit i removed MODPY_RUNDEP=No and USE_GROFF=Yes, effectively changing the plist. pointed out by naddy@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/24 08:57:59 Modified files: audio/last.fm : Makefile distinfo audio/last.fm/pkg: PLIST Added files: audio/last.fm/patches: patch-src_extensions_dbus_DBusExtension_cpp Log message: Add the dbus extension by Ken Rossato . This extension provides an MPRIS interface for controlling Last.fm through D-Bus. While here, fix some (portswise) inaccuracies. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/24 11:39:29 Modified files: x11/gnome/tracker: Makefile distinfo x11/gnome/tracker/patches: patch-configure patch-src_libtracker-common_Makefile_in patch-src_libtracker-common_tracker-os-dependant-unix_c patch-src_tracker-control_Makefile_in Log message: Bugfix update to (meta-)tracker-0.14.3. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2012/10/24 12:44:51 Modified files: devel/jdk/1.6 : Makefile Added files: devel/jdk/1.6/patches: patch-j2se_src_solaris_classes_sun_awt_X11_XWM_java Log message: Add CWM support. Ported from jdk/1.7 by Kent R. Spillner CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2012/10/24 12:54:03 Modified files: devel/jdk/1.7 : Makefile devel/jdk/1.7/pkg: PLIST-main Added files: devel/jdk/1.7/patches: patch-jdk_src_share_classes_sun_net_spi_DefaultProxySelector_java patch-jdk_src_solaris_native_java_lang_java_props_md_c Log message: - Restore man pages in PLIST-main. Reported by Tomas Bodzar - Patch to serialize gconf client access which corrects gconf/dbus related crashes. From Christian Schulte - Patch to stop the JDK from querying the locale using the LC_MESSAGES category. From Christian Schulte CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/24 13:07:57 Modified files: x11/xmonad : Makefile x11/xmonad/pkg : PLIST-lib Log message: Re-enable haddock documentation for xmonad-lib. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/10/24 13:28:43 Modified files: www/mozilla : mozilla.port.mk Log message: Add DPB_PROPERTIES=parallel so that all mozilla ports build zomgfaster with dpb. reminded by naddy@, thanks! CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/10/24 13:31:44 Modified files: net/libsmi : Makefile Log message: this is GNU configure & don't pick up gmkdir; ok nigel@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/10/24 14:44:50 Modified files: www/seamonkey : Makefile Log message: Bump REVISION-lightning too, since python disappeared from the corresponding PLIST. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/10/24 16:09:31 Modified files: www/moinmoin : Makefile distinfo www/moinmoin/pkg: PLIST Removed files: www/moinmoin/patches: patch-MoinMoin_security___init___py Log message: Update to moinmoin 1.9.5. jasper@ ok. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/10/24 16:49:05 Modified files: lang/ruby/1.9 : Makefile distinfo lang/ruby/1.9/patches: patch-lib_rubygems_ext_builder_rb lang/ruby/1.9/pkg: PLIST-main PLIST-ri_docs Removed files: lang/ruby/1.9/patches: patch-error_c patch-test_ruby_test_exception_rb Log message: Update to ruby 1.9.3-p286. Remove security patch included in new version. Switch rubygems to handle building of C extension gems as non-root in more cases. OK jcs@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/10/24 16:50:27 Modified files: devel/ruby-gems: Makefile devel/ruby-gems/patches: patch-lib_rubygems_ext_builder_rb Log message: Handle building of C extension gems as non-root in more cases. OK jcs@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/10/24 16:51:26 Modified files: lang/ruby : ruby.port.mk Log message: Show actual compilation commands when building C extension gems on ruby 1.9. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/10/24 16:57:41 Modified files: share/man/man4 : divert.4 Log message: clarify -r1.9; help/ok benno CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/10/24 17:49:08 Modified files: net/ldns : Makefile.inc net/ldns/drill : Makefile distinfo net/ldns/libldns: Makefile distinfo net/ldns/libldns/patches: patch-Makefile_in net/ldns/libldns/pkg: PLIST net/ldns/utils : Makefile distinfo net/ldns/utils/pkg: PLIST Log message: Update to ldns 1.6.14. ok sthen@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/24 22:07:50 Modified files: sys/arch/i386/stand/libsa: alloca.S sys/arch/powerpc/powerpc: bcopy.c sys/arch/amd64/stand/libsa: alloca.S Log message: Some LIBC_SCCS found lurking in the shadows CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/25 01:59:45 Modified files: net/amule : Makefile Added files: net/amule/patches: patch-src_PlatformSpecific_h patch-src_SHAHashSet_cpp patch-src_ThreadTasks_cpp Log message: A couple of fixes from upstream: Fix memory leak when AICH hashing already known files (upstream git commit 9e62350fae9f24de64987a0cb002fdc15b5fa9af) Like FAT, NTFS doesn't like special characters either (upstream git commit 41113ecf15019301afea6cb35d9c35a7b8a0bdd1) CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/10/25 03:51:08 Modified files: usr.sbin/smtpd : mda.c queue.c Log message: Make the mda request the message fd from the queue when needed, instead of pushing the fd with the envelope. This allows the mda to deal itself with session limits. Envelopes are sent at full rate to the mda, which buffers them on per-user queues, or sends them back for rescheduling if it already has too many pending envelopes. Delivery sessions are created (within per- user and global limits) to drain the queues. This makes the server handle envelope bursts more efficiently. ok gilles@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/10/25 05:11:58 Modified files: usr.bin/tmux : tmux.1 Log message: Fix typo bell->bells from Thomas Adam. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/10/25 05:14:46 Modified files: usr.bin/tmux : window.c Log message: Fix bad size in memcpy from Romain Francoise. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/10/25 05:16:54 Modified files: usr.bin/tmux : server-window.c Log message: Fix BELL_NONE which had been broken in some code reorganisation or other also don't redraw unnecessarily. From Seiji Ohashi. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/10/25 05:26:47 Modified files: usr.bin/tmux : cmd-find-window.c cmd-list-windows.c Log message: Add ability to active pane in list-windows and find-window formats, from Carl Henrik Lunde. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/25 05:59:30 Modified files: math/R : Makefile math/R/patches : patch-configure patch-src_main_Makefile_in Log message: Remove pthread patching. I'm doing this now to ease an upcoming update to R-2.15.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/25 06:26:29 Modified files: infrastructure/mk: gnu.port.mk Added files: infrastructure/db: config.no-coreutils Removed files: infrastructure/db: config.no-fileutils Log message: fileutils has been replaced with coreutils, handle this in the autoconf cache fragment which normally handles gmkdir. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/25 06:26:40 Modified files: www/owncloud : Makefile www/owncloud/pkg: README Log message: Extend the upgrade section. CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/10/25 06:27:53 Modified files: emulators/gns3 : Makefile distinfo emulators/gns3/patches: patch-src_GNS3_Config_Defaults_py Log message: minor update to 0.8.3.1 ok sthen@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2012/10/25 06:35:55 Modified files: usr.sbin/ikectl: ikeca.cnf Log message: Remove support email address from the example that is intended for customers for an existing company. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/25 06:38:13 Modified files: www/owncloud : Makefile www/owncloud/pkg: PLIST Log message: Make config.sample.php writable by the 'www' user. CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2012/10/25 07:02:46 Modified files: usr.sbin/nginx : Makefile.bsd-wrapper README.OpenBSD usr.sbin/nginx/conf: nginx.conf usr.sbin/nginx/src/core: ngx_cycle.c ngx_log.c ngx_log.h usr.sbin/nginx/src/http: ngx_http_core_module.c ngx_http_request.c usr.sbin/nginx/src/http/modules: ngx_http_log_module.c Log message: add syslog support to nginx CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/25 07:43:42 Modified files: audio/ncmpcpp : Makefile Added files: audio/ncmpcpp/patches: patch-doc_ncmpcpp_1 patch-src_lyrics_cpp patch-src_status_cpp Log message: - Check return values of system() calls (stolen from ubuntu) - Fix manpage errors and remove USE_GROFF CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/25 08:00:09 Modified files: multimedia/gstreamer1/core: Makefile distinfo Log message: Update to gstreamer1-1.0.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/25 08:00:27 Modified files: multimedia/gstreamer1/plugins-base: Makefile distinfo multimedia/gstreamer1/plugins-base/patches: patch-configure_ac patch-gst_tcp_gstmultihandlesink_c Log message: Update to gstreamer1-plugins-base-1.0.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/25 08:00:40 Modified files: multimedia/gstreamer1/plugins-good: Makefile distinfo Log message: Updtae to gstreamer1-plugins-good-1.0.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/25 08:00:54 Modified files: multimedia/gstreamer1/plugins-ugly: Makefile distinfo Log message: Update to gstreamer1-plugins-ugly-1.0.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/25 08:01:07 Modified files: multimedia/gstreamer1/plugins-bad: Makefile distinfo multimedia/gstreamer1/plugins-bad/pkg: PLIST Log message: Update to gstreamer1-plugins-bad-1.0.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/25 08:01:20 Modified files: multimedia/gstreamer1/plugins-libav: Makefile distinfo Log message: Update to gstreamer1-plugins-libav-1.0.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/25 08:03:47 Modified files: mail/mimedefang: Makefile mail/mimedefang/pkg: mimedefang_multiplexor.rc Log message: Follow the default init scripts examples and set maxSlaves to 10 which is a reasonnable amount even on a not too busy machine. ok okan@ (maintainer) CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/10/25 08:06:08 Modified files: usr.sbin/smtpd : mfa.c Log message: send the semantically correct msg when RCPT fails, even if the exact value does not matter. spotted by chl@ ok gilles@ chl@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/25 08:06:26 Modified files: databases/p5-Search-Xapian: Makefile distinfo databases/xapian-core: Makefile distinfo Log message: Update xapian-core and p5-Search-Xapian to 1.2.12 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/25 08:07:22 Modified files: www/xapian-omega: Makefile distinfo Log message: Update xapian-omega to 1.2.12 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/25 08:21:54 Modified files: x11/i3status : Makefile x11/i3status/patches: patch-man_i3status_man Log message: make it clear the cap_net_admin stuff is for linux only CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/25 08:22:03 Modified files: net/telepathy/folks: Makefile x11/gnome/documents: Makefile x11/gnome/grilo-plugins: Makefile x11/gnome/rygel: Makefile Log message: Unbreak: sync WANTLIB after meta-tracker lost its dependency on libunistring. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2012/10/25 09:01:56 Modified files: sbin/iked : genmap.sh ikev2.h parse.y Log message: Move the arrays of default IKE and ESP transforms into parse.y instead of generating them with genmap from ikev2.h. They're only really needed in parse.y and this diff also allows to simplify genmap.sh. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2012/10/25 09:06:01 Modified files: sbin/iked : genmap.sh Log message: Include the license and copyright notice in the generated files. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/25 09:26:32 Modified files: x11/gnome/totem: Makefile distinfo x11/gnome/totem/patches: patch-aclocal_m4 x11/gnome/totem/pkg: PLIST-main Log message: Update to totem-3.6.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/25 09:41:52 Modified files: devel/glib2/patches: patch-gio_tests_socket_c Log message: Cleaner way to skip ipv6_v4mapped. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/10/25 10:47:30 Modified files: sys/dev/pci : if_oce.c ocereg.h Log message: simplify oce_arm_eq and oce_arm_cq CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/10/25 11:01:26 Modified files: sys/dev/pci : oce.c Log message: Fix a hilarious bug where oce_set_promisc wouldn't zero out the command buffer it sent to the card but an incorrect assignment of the DMA address pointing to this buffer would offset the problem. Once I've fixed an incorrect assignment oce_init started to fail. Turns out that oce_set_promisc is about the only function whose command size is larger than the payload of the standard command buffer and needs an external chunk of DMA memory. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/10/25 11:24:11 Modified files: sys/dev/pci : if_oce.c ocereg.h Log message: cleanup interrupt register defines CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/10/25 11:26:43 Modified files: sys/dev/pci : if_oce.c ocereg.h Log message: don't use bitfields in oce_pci_alloc; kill some unused structures CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/10/25 11:42:16 Modified files: sys/dev/pci : if_oce.c Log message: simplify/unify writes to the rx and tx doorbell registers CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/10/25 11:53:11 Modified files: sys/dev/pci : oce.c ocereg.h Log message: make oce_mbox_{dispatch,wait} more readable and use less bitfields CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/10/25 12:14:24 Modified files: usr.sbin/smtpd : ioev.c Log message: Handle the case where writev() fails with EAGAIN. In theory it cannot happen, but it seems that kqueue triggers the event sometimes, even if the socket is not immediatly writeable. Temporary workaround it while the real issue is being investigated. ok gilles@ chl@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/10/25 12:31:56 Modified files: . : beagle.html Log message: typo in href; s/rhci/ehci/ - from James Boyle on www@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/25 12:42:32 Modified files: net/icinga/core: Makefile distinfo net/icinga/core/patches: patch-Changelog Log message: bugfix update to Icinga 1.8.1 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/10/25 13:52:16 Modified files: net/snort : Makefile Log message: switch configure style to gnu; ok lteo@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/10/25 14:15:58 Modified files: regress/lib/libm: Makefile Log message: SUBDIR += fenv, it's never too late CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/25 14:58:04 Modified files: usr.sbin/ldomctl: mdesc.c mdesc.h Log message: Some more machine description manipulation stuff. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/25 15:33:36 Modified files: www/libcroco : Makefile distinfo Log message: Update to libcroco-0.6.8. CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2012/10/25 18:00:30 Modified files: etc/rc.d : smtpd Log message: disable reload since SIGHUP kills smtpd ok chl@ gilles@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/10/26 00:09:27 Modified files: lib/freetype : Makefile Log message: Make install of freetype2.pc consistent with other xenocara modules. (don't install it during make includes but during make install). ok espie@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/26 00:49:05 Modified files: productivity/glabels: Makefile Added files: productivity/glabels/patches: patch-src_merge-evolution_c patch-src_merge-vcard_c Log message: - unbreak with e-d-s 3.6.0, patch from fedora. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/10/26 00:51:59 Modified files: etc/rc.d : smtpd Log message: sort to be consistent with the other rc scripts: rc_** actions come after the pexp. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/10/26 00:52:26 Modified files: databases/py-redis: Makefile Log message: Finally, upstream have included tests with source dist. Clean the regress tests. ok dcoppa@. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/26 01:18:36 Added files: audio/last.fm/patches: patch-src_extensions_dbus_dbusextension_pro Log message: Zap a bogus '-L/usr/lib/lastfm'; no bump needed CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/26 01:34:22 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/pkg: PLIST Log message: Missing @exec-delete. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/26 01:41:46 Modified files: x11/gnome/gdm/pkg: PLIST Log message: typo, stupid me. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/26 01:48:56 Modified files: net/ldns : Makefile.inc net/ldns/libldns: Makefile Added files: net/ldns : distinfo Removed files: net/ldns/drill : distinfo net/ldns/libldns: distinfo net/ldns/utils : distinfo Log message: Update to ldns 1.6.15; they didn't intend an ABI change in 1.6.14 and rolled a new release quickly to revert, however since we've already bumped the library, bump it again. No other changes. While there, use a common distinfo file for all three 'sub-ports' which share a single distfile. ok brad@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/10/26 02:31:45 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: Update to Postfix 2.10-20121022 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/26 02:50:01 Modified files: mail/exim : Makefile Added files: mail/exim/patches: patch-src_dkim_c patch-src_pdkim_pdkim_h Log message: SECURITY fix for Exim CVE-2012-5671 - Remote code execution with DKIM decoding Workaround: "You are not vulnerable if <...> you put this at the start of an ACL plumbed into acl_smtp_connect or acl_smtp_rcpt: warn control = dkim_disable_verify" This is backported from the diff between exim 4.80 and 4.80.1 (not updating fully to 4.80.1 yet as this small diff is safer to commit) same diff rpointel@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/26 02:50:07 Modified files: mail/exim : Tag: OPENBSD_5_2 Makefile Added files: mail/exim/patches: Tag: OPENBSD_5_2 patch-src_dkim_c patch-src_pdkim_pdkim_h Log message: SECURITY fix for Exim CVE-2012-5671 - Remote code execution with DKIM decoding Workaround: "You are not vulnerable if <...> you put this at the start of an ACL plumbed into acl_smtp_connect or acl_smtp_rcpt: warn control = dkim_disable_verify" This is backported from the diff between exim 4.80 and 4.80.1 (not updating fully to 4.80.1 yet as this small diff is safer to commit) same diff rpointel@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/26 02:50:15 Modified files: mail/exim : Tag: OPENBSD_5_1 Makefile Added files: mail/exim/patches: Tag: OPENBSD_5_1 patch-src_dkim_c patch-src_pdkim_pdkim_h Log message: SECURITY fix for Exim CVE-2012-5671 - Remote code execution with DKIM decoding Workaround: "You are not vulnerable if <...> you put this at the start of an ACL plumbed into acl_smtp_connect or acl_smtp_rcpt: warn control = dkim_disable_verify" This is backported from the diff between exim 4.80 and 4.80.1 (not updating fully to 4.80.1 yet as this small diff is safer to commit) same diff rpointel@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/26 03:27:08 Modified files: www/owncloud : Makefile distinfo www/owncloud/pkg: PLIST Log message: Update to owncloud-4.5.1. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/26 04:24:30 Modified files: www/tomcat/v6 : Makefile distinfo www/tomcat/v6/pkg: PLIST-examples PLIST-main Log message: Update to 6.0.36 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/26 04:32:55 Added files: emulators/mednafen/patches: patch-src_nes_ines-correct_inc Log message: Unbreak emulators/mednafen build - previous commit broke this on LP32 machines. Fortunately we build on i386 and vax which help us pick up portability problems. ok jeremy@ (maintainer). no bump, doesn't affect machines where it did build. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/26 06:09:13 Modified files: www/owncloud : Makefile www/owncloud/pkg: README Log message: Document the cron(8) job. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/26 06:10:29 Modified files: www/owncloud : Makefile www/owncloud/pkg: UNMESSAGE Log message: Missed file in previous. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/26 06:32:48 Modified files: sys/arch/hppa/hppa: machdep.c Log message: Properly clear trap frame in setregs() to avoid leaking registers across exec. ok jsing@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/10/26 08:35:42 Modified files: usr.bin/tmux : input-keys.c layout.c server-client.c tmux.h tty-keys.c window-choose.c window-copy.c window.c Log message: Make mouse event structure clearer by defining events (up, click, drag) and simplifying how buttons and wheels are represented, from Ailin Nemui. Should be no functional changes. CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/10/26 08:43:17 Modified files: infrastructure/man/man1: dpb.1 Log message: lock directory -> locks directory ok espie@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/10/26 10:26:13 Modified files: sys/arch/sgi/gio: gio.c Log message: Previous revision would prevent grtwo(4) boards from being recognized. Make sure that what seems to be a 8-bit ID register of value zero does not match as an expansion board, which it can't be, and continue with the specific frame buffer test logic. CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/10/26 10:32:10 Log message: add from openbsd-wip git repo ok sthen@ (Maintainer) Status: Vendor Tag: rpe Release Tags: rpe_20121026 N ports/www/haserl/Makefile N ports/www/haserl/distinfo N ports/www/haserl/patches/patch-src_h_bash_c N ports/www/haserl/patches/patch-configure_ac N ports/www/haserl/pkg/DESCR N ports/www/haserl/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/10/26 10:33:44 Modified files: www : Makefile Log message: add haserl CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2012/10/26 11:34:39 Modified files: faq : upgrade52.html Log message: more old files to delete; ok nick@ CVSROOT: /cvs Module name: www Changes by: rpe@cvs.openbsd.org 2012/10/26 11:53:10 Modified files: faq : upgrade52.html Log message: mention changed syntax vor makemap(8) virtual domains configuration ok nick@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/10/26 11:56:24 Modified files: sys/dev/pci : if_oce.c oce.c ocereg.h ocevar.h Log message: rename oce_config_nic_rss to oce_config_rss and merge oce_rss_itbl_init in; cleanup oce_set_promisc and oce_config_vlan function arguments, a bunch of defines and prototypes while at it. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/10/26 12:05:50 Modified files: sys/dev/pci : if_oce.c oce.c ocereg.h ocevar.h Log message: cleanup oce_init_fw; use less bitfields CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/26 12:06:27 Log message: import ruby-libvirt-0.4.0 ruby-libvirt provides Ruby bindings for libvirt. ok jeremy@ Status: Vendor Tag: jasper Release Tags: jasper_20122610 N ports/sysutils/ruby-libvirt/distinfo N ports/sysutils/ruby-libvirt/Makefile N ports/sysutils/ruby-libvirt/pkg/PLIST N ports/sysutils/ruby-libvirt/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/26 12:07:31 Modified files: sysutils : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/26 12:08:27 Modified files: games/xboard : Makefile distinfo games/xboard/patches: patch-Makefile_in games/xboard/pkg: PLIST Added files: games/xboard/patches: patch-args_h patch-filebrowser_selfile_h patch-xboard_conf_in patch-xboard_h Log message: Update to xboard-4.6.2 ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/26 12:10:03 Modified files: usr.sbin/ldomctl: ds.c Log message: Don't abort when we try to reset the logical domain channel. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/10/26 12:11:07 Modified files: sys/dev/pci : ocereg.h ocevar.h Log message: remove stuff that either is no longer or was never used CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/26 12:11:58 Modified files: usr.sbin/ldomctl: ds.c ds.h Log message: Handle DS_UNREG messages. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/26 12:14:50 Modified files: usr.sbin/ldomctl: ds.c Log message: Fix previous. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/26 12:17:58 Modified files: usr.sbin/ldomctl: ds.c Log message: Add some support for the Variable Configuration Domain Service. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/26 12:21:57 src/usr.sbin/ldomd Update of /cvs/src/usr.sbin/ldomd In directory cvs.openbsd.org:/tmp/cvs-serv13294/ldomd Log Message: Directory /cvs/src/usr.sbin/ldomd added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/26 12:26:13 Added files: usr.sbin/ldomd : Makefile ldomd.c Log message: Work-in-progress code for ldomd(8), a daemon running in a sun4v control domain that provides some essential services to guest domains. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2012/10/26 12:56:49 Modified files: gnu/usr.bin/perl: patchlevel.h util.c Log message: Fix for CVE-2012-5195; ok miod@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2012/10/26 13:16:42 Modified files: usr.sbin/smtpd : smtpctl.c Log message: add a new uptime.human entry in stats, derived from uptime, but displayed in a human readable fashion: uptime=123456 uptime.human=1d10h17m36s ok gilles@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2012/10/26 14:46:12 Modified files: usr.bin/mg : region.c Log message: - fix potential memory and fd leak ok benno, lum CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/26 14:57:08 Modified files: sys/arch/sparc64/dev: cbus.c vcctty.c vdsk.c vdsp.c vldcp.c vnet.c Log message: Turns out that for devices that attach to cbus(4), it is better to disable interrupts up-front and explicitly enabling them later than the other way around. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/10/26 16:45:36 Modified files: sys/dev/pci : oce.c ocevar.h Log message: simplify the way we collect statistics CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/10/26 17:11:52 Modified files: www/haserl : Makefile Log message: use CONFIGURE_ENV to pass LD_FLAGS to configure prodded by and ok aja CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/10/26 17:13:55 Modified files: www : Makefile Log message: add haserl flavors too suggested and ok aja CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/10/26 17:35:10 Modified files: sys/dev/pci : if_oce.c oce.c ocevar.h Log message: oce_first_mcc_cmd doesn't return anything of value so make it void; shorten it to oce_first_mcc while here CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/10/26 17:51:38 Modified files: . : donations.html Log message: new CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/10/26 18:03:55 Modified files: sys/dev/pci : ocereg.h Log message: kill some unused definitions CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/10/27 01:12:45 Log message: Import blobby-1.0rc3. Blobby Volley is a game featuring blobs playing volleyball. Blobby Volley is one of the most popular freeware games. This is due both to the simple gameplay, and funny design of the game characters. Due to the relative quickness of the game it is often used as a game for "in between" times. ok ajacoutot@ Status: Vendor Tag: bentley Release Tags: bentley_20121027 N ports/games/blobby/Makefile N ports/games/blobby/distinfo N ports/games/blobby/pkg/DESCR N ports/games/blobby/pkg/PLIST N ports/games/blobby/patches/patch-src_InputManager_cpp N ports/games/blobby/patches/patch-src_RenderManager_cpp No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/10/27 01:13:23 Modified files: games : Makefile Log message: +blobby CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/10/27 01:21:31 Modified files: de : items.html faq/fr : current.html fr : donations.html items.html vax-simh.html nl : items.html opensmtpd/fr : index.html papers/de : index.html papers/fr : index.html Added files: opensmtpd/fr : goals.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/10/27 02:11:00 Modified files: www/mozilla-firefox: Makefile distinfo www/firefox-i18n: Makefile.inc distinfo Log message: SECURITY update to firefox 16.0.2. Fixes MFSA2012-90. http://www.mozilla.org/security/announce/2012/mfsa2012-90.html Tb & seamonkey will follow soon.. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/27 02:30:35 Modified files: libexec/ld.so/hppa: ldasm.S Log message: Clear arg1 before passing control to the main object. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/10/27 02:31:59 Modified files: usr.bin/aucat : midi.c Log message: use unsigned chars for midi messages (to avoid gcc warning) CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/10/27 02:36:36 Modified files: usr.bin/aucat : aucat.c Log message: don't (re-)define SNDIO_USER and SNDIO_PRIO if they are already defined, this way they can be defined at compilation time CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/10/27 02:39:03 Modified files: usr.bin/aucat : aucat.c Log message: don't stat & test sndio home directory since we never use it. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/10/27 04:11:23 Modified files: usr.bin/libtool: libtool Log message: mark elf architectures as well CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/10/27 04:55:53 Modified files: net/transmission: Makefile distinfo Log message: maintenance update to 2.73 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/10/27 05:17:56 Modified files: infrastructure/man/man1: dpb.1 Log message: be very explicit: running several dpb on the same box is perfectly safe. so that nitpicky developers are not deluded into thinking this doesn't work perfectly (hi matthieu@) CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/10/27 05:54:28 Modified files: usr.bin/aucat : sock.c Log message: include netinet/in.h to get htons & friends prototypes CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/10/27 05:56:04 Modified files: lib/libsndio : sio_aucat.c Log message: include netinet/in.h to get htons & friends prototypes CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/10/27 05:58:09 Modified files: lib/libsndio : sio.c Log message: check that polled fd number is smaller than SIO_MAXNFDS CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/10/27 06:06:40 Modified files: lib/libsndio : sio_priv.h Log message: crank SIO_MAXNFDS CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/10/27 06:08:25 Modified files: lib/libsndio : mio.c mio_aucat.c mio_priv.h mio_rmidi.c Log message: make midi code use non-blocking i/o as does audio code, in order to make both look similar CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/27 06:26:56 Modified files: www : Makefile Log message: also add haserl,no_lua,static CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/27 07:21:56 Modified files: x11/gnome/gcr : Makefile x11/gnome/keyring: Makefile x11/gnome/libgnome-keyring: Makefile x11/gnome/libsecret: Makefile Added files: x11/gnome/gcr/patches: patch-egg_egg-secure-memory_c patch-egg_egg-secure-memory_h x11/gnome/keyring/patches: patch-egg_egg-secure-memory_c patch-egg_egg-secure-memory_h patch-egg_tests_test-secmem_c x11/gnome/libgnome-keyring/patches: patch-egg_egg-dh_c patch-egg_egg-libgcrypt_c patch-egg_egg-secure-memory_c patch-egg_egg-secure-memory_h patch-egg_tests_Makefile_in patch-egg_tests_test-dh_c patch-egg_tests_test-hkdf_c patch-egg_tests_test-secmem_c patch-library_Makefile_in patch-library_gkr-session_c patch-library_gnome-keyring-memory_c patch-library_gnome-keyring-utils_c patch-library_gnome-keyring_c x11/gnome/libsecret/patches: patch-egg_egg-secure-memory_c patch-egg_egg-secure-memory_h patch-egg_tests_test-dh_c patch-egg_tests_test-hkdf_c patch-egg_tests_test-secmem_c patch-libsecret_secret-service_c Log message: Bring over a new version of the secure memory code from gcr and merge updated secure memory code from libsecret (upstream). Huge thanks to Stefan Walter from GNOME for doing this; it finally fixes applications crash when interacting with the keyring. Core of the issue is in libtool and is currently being worked on. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/27 07:54:47 Modified files: x11/gnome/tweak-tool: Makefile Log message: USE_LIBTOOL=No CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/10/27 08:05:33 Log message: Initial import of luajit - a just-in-time compiler for Lua OK sthen@ landry@ Status: Vendor Tag: abieber Release Tags: abieber_20121027 N ports/lang/luajit/Makefile N ports/lang/luajit/distinfo N ports/lang/luajit/patches/patch-src_Makefile N ports/lang/luajit/patches/patch-Makefile N ports/lang/luajit/pkg/DESCR N ports/lang/luajit/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/10/27 08:08:05 Modified files: lang : Makefile Log message: + luajit OK sthen@ landry@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/10/27 08:35:37 Modified files: games/blobby : Makefile Log message: Missing build dep on boost. Pointed out by Nigel Taylor. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/10/27 08:45:05 Modified files: . : errata.html errata21.html errata22.html errata23.html errata24.html errata25.html errata26.html errata27.html errata28.html errata29.html errata30.html errata31.html errata32.html errata33.html errata34.html errata35.html errata36.html errata37.html errata38.html errata39.html errata40.html errata41.html errata42.html errata43.html errata44.html errata45.html errata46.html errata47.html errata48.html errata49.html errata50.html errata51.html Added files: . : errata52.html Log message: roll errata files CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/10/27 08:52:29 Modified files: xserver : Makefile.in aclocal.m4 configure xserver/Xext : Makefile.in xserver/Xi : Makefile.in xserver/composite: Makefile.in xserver/config : Makefile.in xserver/damageext: Makefile.in xserver/dbe : Makefile.in xserver/dix : Makefile.in xserver/doc : Makefile.in xserver/doc/dtrace: Makefile.in xserver/exa : Makefile.in xserver/fb : Makefile.in xserver/glx : Makefile.in xserver/hw : Makefile.in xserver/hw/dmx : Makefile.in xserver/hw/dmx/config: Makefile.in xserver/hw/dmx/config/man: Makefile.in xserver/hw/dmx/doc: Makefile.in xserver/hw/dmx/doxygen: Makefile.in xserver/hw/dmx/examples: Makefile.in xserver/hw/dmx/glxProxy: Makefile.in xserver/hw/dmx/input: Makefile.in xserver/hw/dmx/man: Makefile.in xserver/hw/kdrive: Makefile.in xserver/hw/kdrive/ephyr: Makefile.in xserver/hw/kdrive/ephyr/man: Makefile.in xserver/hw/kdrive/fake: Makefile.in xserver/hw/kdrive/fbdev: Makefile.in xserver/hw/kdrive/linux: Makefile.in xserver/hw/kdrive/openbsd: Makefile.in xserver/hw/kdrive/src: Makefile.in xserver/hw/kdrive/wscons: Makefile.in xserver/hw/vfb : Makefile.in xserver/hw/vfb/man: Makefile.in xserver/hw/xfree86: Makefile.in xserver/hw/xfree86/common: Makefile.in xserver/hw/xfree86/ddc: Makefile.in xserver/hw/xfree86/dixmods: Makefile.in xserver/hw/xfree86/dixmods/extmod: Makefile.in xserver/hw/xfree86/doc: Makefile.in xserver/hw/xfree86/dri: Makefile.in xserver/hw/xfree86/dri2: Makefile.in xserver/hw/xfree86/exa: Makefile.in xserver/hw/xfree86/exa/man: Makefile.in xserver/hw/xfree86/fbdevhw: Makefile.in xserver/hw/xfree86/fbdevhw/man: Makefile.in xserver/hw/xfree86/i2c: Makefile.in xserver/hw/xfree86/int10: Makefile.in xserver/hw/xfree86/loader: Makefile.in xserver/hw/xfree86/man: Makefile.in xserver/hw/xfree86/modes: Makefile.in xserver/hw/xfree86/os-support: Makefile.in xserver/hw/xfree86/os-support/bsd: Makefile.in xserver/hw/xfree86/os-support/bus: Makefile.in xserver/hw/xfree86/os-support/hurd: Makefile.in xserver/hw/xfree86/os-support/linux: Makefile.in xserver/hw/xfree86/os-support/misc: Makefile.in xserver/hw/xfree86/os-support/solaris: Makefile.in xserver/hw/xfree86/os-support/stub: Makefile.in xserver/hw/xfree86/parser: Makefile.in xserver/hw/xfree86/ramdac: Makefile.in xserver/hw/xfree86/shadowfb: Makefile.in xserver/hw/xfree86/utils: Makefile.in xserver/hw/xfree86/utils/cvt: Makefile.in xserver/hw/xfree86/utils/gtf: Makefile.in xserver/hw/xfree86/utils/man: Makefile.in xserver/hw/xfree86/vbe: Makefile.in xserver/hw/xfree86/vgahw: Makefile.in xserver/hw/xfree86/x86emu: Makefile.in xserver/hw/xfree86/xaa: Makefile.in xserver/hw/xnest: Makefile.in xserver/hw/xnest/man: Makefile.in xserver/hw/xquartz: Makefile.in xserver/hw/xquartz/GL: Makefile.in xserver/hw/xquartz/bundle: Makefile.in xserver/hw/xquartz/mach-startup: Makefile.in xserver/hw/xquartz/man: Makefile.in xserver/hw/xquartz/pbproxy: Makefile.in xserver/hw/xquartz/xpr: Makefile.in xserver/hw/xwin: Makefile.in xserver/hw/xwin/glx: Makefile.in xserver/hw/xwin/man: Makefile.in xserver/include: Makefile.in do-not-use-config.h.in xserver/man : Makefile.in xserver/mi : Makefile.in xserver/miext : Makefile.in xserver/miext/cw: Makefile.in xserver/miext/damage: Makefile.in xserver/miext/rootless: Makefile.in xserver/miext/shadow: Makefile.in xserver/miext/sync: Makefile.in xserver/os : Makefile.in xserver/randr : Makefile.in xserver/record : Makefile.in xserver/render : Makefile.in xserver/test : Makefile.in xserver/test/xi2: Makefile.in xserver/xfixes : Makefile.in xserver/xkb : Makefile.in Log message: Regen autotools build system with a clean environment. It was previously generated with a config pointing to OpenBSD's libtool which is not ready yet. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/10/27 09:25:46 Modified files: . : 52.html Log message: typo CVSROOT: /cvs Module name: www Changes by: rpe@cvs.openbsd.org 2012/10/27 09:37:14 Modified files: faq : upgrade52.html Log message: talk about prio and tos options that are now part of the "set { }" block ok henning@ nick@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/10/27 09:43:42 Modified files: sys/arch/amd64/stand/boot: Makefile conf.c sys/arch/amd64/stand/libsa: biosdev.c dev_i386.c disk.h diskprobe.c exec_i386.c gidt.S Added files: sys/arch/amd64/stand/libsa: softraid.c softraid.h Log message: Move the code for softraid boot into separate files, leaving only minimal hooks that are called from the normal code path. This allows softraid boot support to be completely enabled or disabled at compile time. For boot(8) all softraid boot support is now enabled by default, including support for booting from crypto volumes. Disable softraid boot support for fdboot, which further shrinks the binary. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/10/27 10:13:28 Modified files: sys/dev/ic : acx.c acx100.c acx111.c Log message: Implememnt AP side power saving for acx(4). Tested on acx11. With some input and OK from kettenis@ and OK sthen@ CVSROOT: /cvs Module name: www Changes by: sobrado@cvs.openbsd.org 2012/10/27 11:05:08 Modified files: . : 52.html Log message: typos, Theo suggested fixing them in 52.html before 5.2 ANNOUNCEMENT. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/27 12:00:36 Modified files: sys/arch/sparc64/dev: vldcp.c Log message: Make polling work. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/27 12:19:58 Modified files: usr.sbin/ldomctl: mdesc.c Log message: Doesn't need anymore. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/27 12:21:00 Modified files: usr.sbin/ldomctl: ldomctl.c Log message: Don't accidentally free memory that we plan to use later! CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/27 12:34:03 Modified files: usr.sbin/ldomd : Makefile ldomd.c Added files: usr.sbin/ldomd : ds.c ds.h ldomd.h var-config.c Log message: Give ldomd(8) its own copy of the domain services support code and modify it to handle multiple channels. Use it to provide the var-config domain service to all the currently configured guest domains. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/27 12:50:43 Modified files: usr.sbin/ldomctl: util.c util.h Log message: Only print debug output if explicitly requested. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/27 14:03:24 Modified files: usr.sbin/ldomd : Makefile ldomd.c Added files: usr.sbin/ldomd : ldomd.8 Log message: Turn this into a proper deamon, and add a man page. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/27 14:51:42 Modified files: usr.sbin/ldomd : var-config.c Log message: Fix var-config response messages. Makes OpenBoot stop complaining about not being able to update LDOM variables. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/27 14:53:15 Modified files: usr.sbin/ldomd : ldomd.c Log message: Close hvctl channel after initial setup and reopen it whenever we need to reconfigure. Makes it possible to use ldomctl(8) when ldomd(8) is running. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/10/27 15:19:53 Modified files: multimedia/xine-ui: Makefile Log message: Mark SHARED_ONLY. ok sthen@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/27 15:47:52 Modified files: sys/arch/sparc64/dev: vldcp.c Log message: Also attach to channels name "ldom-" (but not "ldom-primary"). CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/10/27 17:08:53 Modified files: sbin/dhclient : clparse.c dhclient.c dhclient.conf.5 dhcpd.h options.c Log message: Change dhclient.conf directive 'ignore' to take a list of option names rather than list of option declarations. e.g. 'ignore routers;' instead of 'ignore routers 1.2.3.4;' The value in the declaration was being ignored anyway. While there clean up the related code a bit. CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/10/27 17:58:41 Modified files: emulators/simh : Makefile Added files: emulators/simh/patches: patch-VAX_vaxmod_defs_h Log message: bump the default ram for KA665X from 16mb to 128mb, based on various feedback/bikesheding for what a reasonable default could be for an emulated vax. this doesn't stop one from lowering the default via a config file. CVSROOT: /cvs Module name: www Changes by: okan@cvs.openbsd.org 2012/10/27 18:01:12 Modified files: . : vax-simh.html Log message: drop ram from recently bumped 256m to 128m, based on the default in simh-vax. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/10/28 01:15:12 Modified files: cs : donations.html events.html de : donations.html faq/cs : faq4.html fr : donations.html errata.html errata32.html errata33.html errata34.html errata35.html errata36.html errata37.html errata38.html errata39.html errata40.html errata41.html errata42.html errata43.html errata44.html errata45.html errata46.html errata49.html errata50.html errata51.html nl : donations.html ru : hackathons.html Added files: fr : errata52.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/10/28 02:46:26 Modified files: usr.sbin/smtpd : smtp_session.c smtpd.h Log message: Limit the number of messages that can be enqueued on a single SMTP connection, and the number of recipients in each of them. ok gilles@ chl@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/10/28 04:32:23 Modified files: infrastructure/man/man1: pkg_subst.1 Log message: thinko CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2012/10/28 04:33:52 Modified files: usr.sbin/nginx/src/core: ngx_log.c Log message: unbreak build on vax by initializing a variable CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/28 04:41:10 Modified files: productivity/tryton: Makefile.inc Log message: Bump to 2.6.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/28 04:41:24 Modified files: productivity/tryton/trytond: Makefile distinfo productivity/tryton/trytond/pkg: PLIST README Log message: Update to trytond-2.6.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/28 04:41:46 Modified files: productivity/tryton/tryton: Makefile distinfo Log message: Update to tryton-2.6.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/28 04:42:17 Modified files: productivity/tryton/account: Makefile distinfo productivity/tryton/account/pkg: PLIST productivity/tryton/account_be: Makefile distinfo productivity/tryton/account_be/pkg: PLIST productivity/tryton/account_de_skr03: Makefile distinfo productivity/tryton/account_de_skr03/pkg: PLIST productivity/tryton/account_fr: Makefile distinfo productivity/tryton/account_fr/pkg: PLIST productivity/tryton/account_invoice: distinfo productivity/tryton/account_invoice/pkg: PLIST productivity/tryton/account_invoice_history: 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: distinfo productivity/tryton/account_statement/pkg: PLIST productivity/tryton/account_stock_anglo_saxon: 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: distinfo productivity/tryton/analytic_purchase/pkg: PLIST productivity/tryton/analytic_sale: distinfo productivity/tryton/analytic_sale/pkg: PLIST productivity/tryton/calendar: distinfo productivity/tryton/calendar/pkg: PLIST productivity/tryton/calendar_classification: distinfo productivity/tryton/calendar_classification/pkg: PLIST productivity/tryton/calendar_scheduling: Makefile distinfo productivity/tryton/calendar_scheduling/pkg: PLIST productivity/tryton/calendar_todo: distinfo productivity/tryton/calendar_todo/pkg: PLIST productivity/tryton/carrier: Makefile distinfo productivity/tryton/carrier/pkg: PLIST productivity/tryton/carrier_percentage: Makefile distinfo productivity/tryton/carrier_percentage/pkg: PLIST productivity/tryton/carrier_weight: Makefile distinfo productivity/tryton/carrier_weight/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_measurements: Makefile distinfo productivity/tryton/product_measurements/pkg: PLIST productivity/tryton/product_price_list: Makefile distinfo productivity/tryton/product_price_list/pkg: PLIST productivity/tryton/production: Makefile distinfo productivity/tryton/production/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/purchase_shipment_cost: Makefile distinfo productivity/tryton/purchase_shipment_cost/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/sale_shipment_cost: Makefile distinfo productivity/tryton/sale_shipment_cost/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_lot: Makefile distinfo productivity/tryton/stock_lot/pkg: PLIST productivity/tryton/stock_product_location: Makefile distinfo productivity/tryton/stock_product_location/pkg: PLIST productivity/tryton/stock_split: Makefile distinfo productivity/tryton/stock_split/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/stock_supply_forecast: Makefile distinfo productivity/tryton/stock_supply_forecast/pkg: PLIST productivity/tryton/stock_supply_production: Makefile distinfo productivity/tryton/stock_supply_production/pkg: PLIST productivity/tryton/timesheet: Makefile distinfo productivity/tryton/timesheet/pkg: PLIST Log message: Update all trytond modules to 2.6.{0,1}. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/28 04:59:40 Modified files: productivity/tryton/trytond: Makefile Log message: Use STEM. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/28 05:05:45 Modified files: x11/openmotif : Makefile distinfo x11/openmotif/patches: patch-Imakefile patch-Makefile_imake-pure patch-bindings-Imakefile patch-bitmaps-Imakefile patch-clients_mwm_WmFunction_c patch-clients_uil_UilDefI_h patch-config_cf_Motif_rules patch-config_cf_Motif_tmpl patch-demos_programs_Imakefile patch-demos_programs_workspace_wsmData_c patch-demos_programs_workspace_xrmLib_c patch-demos_unsupported_motifshell_motifshell_c patch-demos_unsupported_xmform_xmform_c patch-lib_Xm_Scale_c patch-lib_Xm_TextFunc_c x11/openmotif/pkg: PLIST-main Added files: x11/openmotif/patches: patch-demos_lib_Exm_wml_Makefile_am patch-tools_wml_Makefile_am Removed files: x11/openmotif/patches: patch-demos_lib_Exm_wml_Makefile_in patch-lib_Xm_Makefile_in patch-tools_wml_Makefile_in x11/openmotif/pkg: README-main Log message: Update to Motif 2.3.4, which is now released under LGPLv2.1. "Motif 2.3.4 is an updated version of Open Motif 2.3 and is a major bug fix release." Keeping current package naming (openmotif) for now. Feedback from pascal@ naddy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/28 05:13:51 Modified files: x11/gnome/tracker: Makefile Log message: check-lib-depends(1) does not work with unversioned solibs. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/28 05:24:40 Modified files: mail/evolution : Makefile mail/evolution/patches: patch-mail_em-utils_h mail/evolution/pkg: PLIST-main Log message: Bring us closer to uptream and revert the revert... i.e. use unversioned solibs. While here, fix RUN_DEPENDS-main. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/28 05:25:04 Modified files: mail/evolution-rss: Makefile Log message: Adapt after recent evolution change. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/28 05:25:17 Modified files: mail/evolution-ews: Makefile Log message: Adapt after recent evolution change. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/28 05:29:55 Modified files: sysutils/cyphertite: Makefile distinfo Log message: Update to cyphertite-1.4.0. from David Hill (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/28 05:33:11 Modified files: x11/gnome/tracker: Makefile Log message: Fix comment. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/28 06:08:53 Modified files: print/scribus : Makefile Log message: - fix double WANTLIB CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2012/10/28 06:21:57 Modified files: sys/dev/pci : if_ix.c Log message: Add braces to some code in ixgbe_setup_vlan_hw_support(). ok mikeb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/10/28 07:16:11 Modified files: usr.sbin/bgpd : rde.h Log message: Change email address in copyright to one that is valid. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/10/28 08:03:12 Modified files: x11/gnustep/mpdcon: Makefile distinfo x11/gnustep/mpdcon/pkg: PLIST Log message: Update to 1.3, new LyricsInspector and new SongInspector OK aja@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/10/28 09:24:41 Modified files: sys/arch/amd64/stand/cdbr: cdbr.S Log message: Save and restore %ebx across the call to read. Otherwise we load the first 64KB segment at 0x7c00 and any additional 64KB segments over top of each other at 0x10000. CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2012/10/28 09:41:45 Modified files: usr.sbin/nginx : README.OpenBSD usr.sbin/nginx/src/http/modules: ngx_http_auth_basic_module.c Log message: strip the chroot path from auth_basic_user_file if necessary CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/10/28 09:45:58 Modified files: sys/arch/amd64/stand/cdbr: cdbr.S Log message: Use the same (shorter) error message as the i386 version. CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2012/10/28 10:00:55 Modified files: usr.sbin/nginx/conf: nginx.conf Log message: rework the default config a bit to work with php-fpm out of the box CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/10/28 10:24:44 Modified files: www/seamonkey : Makefile distinfo www/seamonkey-i18n: Makefile.inc distinfo Log message: SECURITY update to seamonkey 2.13.2. Fixes MFSA 2012-90 & 67. http://www.mozilla.org/security/announce/2012/mfsa2012-90.html CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/28 11:42:08 Modified files: x11/gnome/gnote: Makefile distinfo Removed files: x11/gnome/gnote/patches: patch-src_notewindow_cpp patch-src_notewindow_hpp patch-src_recentchanges_hpp patch-src_synchronization_syncdialog_cpp patch-src_utils_hpp Log message: - update to gnote-3.6.1 CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/10/28 11:48:24 Modified files: inputmethods/ibus-skk: Makefile distinfo inputmethods/ibus-skk/patches: patch-configure inputmethods/ibus-skk/pkg: PLIST Added files: inputmethods/ibus-skk/patches: patch-src_preferences_vala Removed files: inputmethods/ibus-skk/patches: patch-setup_ibus-skk-preferences_ui_in Log message: Update to ibus-skk 1.4.1. ajacoutot@ ok. CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2012/10/28 12:34:53 Modified files: usr.sbin/nginx/conf: nginx.conf usr.sbin/nginx/src/core: ngx_log.c Log message: use the default SYSLOG_FACILITY definition which is LOCAL5 noted by ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/10/28 12:48:45 Modified files: sysutils/ruby-puppet: Makefile distinfo sysutils/ruby-puppet/patches: patch-install_rb patch-lib_puppet_defaults_rb patch-lib_puppet_indirector_node_ldap_rb patch-lib_puppet_reference_configuration_rb patch-lib_puppet_util_run_mode_rb sysutils/ruby-puppet/pkg: PLIST puppetd.rc puppetmasterd.rc Removed files: sysutils/ruby-puppet/patches: patch-lib_puppet_indirector_yaml_rb Log message: update to 3.0.1 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/10/28 12:56:00 Modified files: . : 52.html Log message: clarify a line, with jmc CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/10/28 14:13:02 Modified files: app/cwm : cwmrc.5 Log message: clarify autogroup option; based on diffs from kspillner@acm.org with feedback from jmc CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/10/28 14:42:13 Modified files: sysutils/multitime: Makefile distinfo Log message: Update to multitime-1.1. From upstream developer, Laurence Tratt. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/28 14:47:41 Modified files: sysutils/libvirt: Makefile distinfo sysutils/libvirt/patches: patch-src_Makefile_in patch-src_rpc_virnetsocket_c sysutils/libvirt/pkg: PLIST Log message: - update to libvirt-0.10.2.1 CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/10/28 15:26:11 Modified files: sys/crypto : cryptodev.c Log message: We need to allocate memory for crp_buf in the DMA accessible region since it's passed to the hardware directly. Tested by Yoshihisa Matsushita , thanks! ok kettenis miod CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/10/28 15:49:58 Modified files: mail/zarafa/webapp: Makefile distinfo mail/zarafa/webapp/pkg: PLIST Log message: update to 1.2.1 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/10/28 15:51:09 Modified files: mail/zarafa : Makefile.inc mail/zarafa/zarafa: Makefile distinfo mail/zarafa/zarafa/patches: patch-ECtools_zarafa-admin_zarafa-admin_cpp patch-ECtools_zarafa-fsck_zarafa-fsck_cpp patch-ECtools_zarafa-monitor_zarafa-monitor_cpp patch-common_ECLogger_cpp patch-common_Makefile_in patch-common_ustringutil_cpp patch-doc_manual_xml patch-installer_linux_monitor_cfg patch-php-ext_main_cpp patch-provider_libserver_ECSession_cpp patch-provider_libserver_ZarafaCmd_cpp patch-provider_server_ECServer_cpp patch-spooler_Spooler_cpp mail/zarafa/zarafa/pkg: PLIST-main Log message: update to Zarafa 7.1.1 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/28 16:56:38 Modified files: etc : rc.conf Log message: OK, enough is enough. So many people persist in the practice of editing this file, even years after the rc.conf / rc.conf.local split happened. One way to improve upon this is to put a big fat comment at the top of the file. (Other ways to improve this is by renaming files, but that will just create more confusion). ok aja robert CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/28 17:24:28 Modified files: archivers/hs-zlib: Makefile archivers/hs-zlib/pkg: PLIST archivers/hs-zlib-bindings: Makefile archivers/hs-zlib-bindings/pkg: PLIST archivers/hs-zlib-enum: Makefile archivers/hs-zlib-enum/pkg: PLIST audio/hs-libmpd: Makefile audio/hs-libmpd/pkg: PLIST databases/hs-HDBC: Makefile databases/hs-HDBC/pkg: PLIST databases/hs-HDBC-mysql: Makefile databases/hs-HDBC-mysql/pkg: PLIST databases/hs-HDBC-postgresql: Makefile databases/hs-HDBC-postgresql/pkg: PLIST databases/hs-HDBC-sqlite3: Makefile databases/hs-HDBC-sqlite3/pkg: PLIST databases/hs-redis: Makefile databases/hs-redis/pkg: PLIST Log message: Move the @exec and @unexec lines running the {,un}register.sh scripts and the line with the unregister.sh script down to the bottom of the plist. Silences all the blurb about ".../*.haddock doesn't exist or isn't a file." CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/28 17:26:01 Modified files: devel/cpphs : Makefile devel/cpphs/pkg: PLIST-lib devel/haddock : Makefile devel/haddock/pkg: PLIST-lib devel/hs-ConfigFile: Makefile devel/hs-ConfigFile/pkg: PLIST devel/hs-FindBin: Makefile devel/hs-FindBin/pkg: PLIST devel/hs-HUnit : Makefile devel/hs-HUnit/pkg: PLIST devel/hs-HsSyck: Makefile devel/hs-HsSyck/pkg: PLIST devel/hs-List : Makefile devel/hs-List/pkg: PLIST devel/hs-ListLike: Makefile devel/hs-ListLike/pkg: PLIST devel/hs-MetaObject: Makefile devel/hs-MetaObject/pkg: PLIST devel/hs-MissingH: Makefile devel/hs-MissingH/pkg: PLIST devel/hs-MonadCatchIO-mtl: Makefile devel/hs-MonadCatchIO-mtl/pkg: PLIST devel/hs-MonadCatchIO-transformers: Makefile devel/hs-MonadCatchIO-transformers/pkg: PLIST devel/hs-PSQueue: Makefile devel/hs-PSQueue/pkg: PLIST Log message: Move the @exec and @unexec lines running the {,un}register.sh scripts and the line with the unregister.sh script down to the bottom of the plist. Silences all the blurb about ".../*.haddock doesn't exist or isn't a file." CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/28 17:26:38 Modified files: devel/hs-QuickCheck: Makefile devel/hs-QuickCheck/pkg: PLIST devel/hs-aeson : Makefile devel/hs-aeson/pkg: PLIST devel/hs-ansi-terminal: Makefile devel/hs-ansi-terminal/pkg: PLIST devel/hs-ansi-wl-pprint: Makefile devel/hs-ansi-wl-pprint/pkg: PLIST devel/hs-atom : Makefile devel/hs-atom/pkg: PLIST devel/hs-base-unicode-symbols: Makefile devel/hs-base-unicode-symbols/pkg: PLIST devel/hs-base16-bytestring: Makefile devel/hs-base16-bytestring/pkg: PLIST devel/hs-base64-bytestring: Makefile devel/hs-base64-bytestring/pkg: PLIST devel/hs-bimap : Makefile devel/hs-bimap/pkg: PLIST devel/hs-binary: Makefile devel/hs-binary/pkg: PLIST devel/hs-blaze-builder: Makefile devel/hs-blaze-builder/pkg: PLIST devel/hs-blaze-builder-conduit: Makefile devel/hs-blaze-builder-conduit/pkg: PLIST devel/hs-blaze-builder-enumerator: Makefile devel/hs-blaze-builder-enumerator/pkg: PLIST devel/hs-blaze-textual: Makefile devel/hs-blaze-textual/pkg: PLIST Log message: Move the @exec and @unexec lines running the {,un}register.sh scripts and the line with the unregister.sh script down to the bottom of the plist. Silences all the blurb about ".../*.haddock doesn't exist or isn't a file." CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/28 17:27:05 Modified files: devel/hs-bytestring-mmap: Makefile devel/hs-bytestring-mmap/pkg: PLIST devel/hs-case-insensitive: Makefile devel/hs-case-insensitive/pkg: PLIST devel/hs-cereal: Makefile devel/hs-cereal/pkg: PLIST devel/hs-cmdargs: Makefile devel/hs-cmdargs/pkg: PLIST devel/hs-cmdlib: Makefile devel/hs-cmdlib/pkg: PLIST devel/hs-comonad: Makefile devel/hs-comonad/pkg: PLIST devel/hs-comonad-transformers: Makefile devel/hs-comonad-transformers/pkg: PLIST devel/hs-concurrent-extra: Makefile devel/hs-concurrent-extra/pkg: PLIST devel/hs-conduit: Makefile devel/hs-conduit/pkg: PLIST devel/hs-configurator: Makefile devel/hs-configurator/pkg: PLIST devel/hs-contravariant: Makefile devel/hs-contravariant/pkg: PLIST devel/hs-control-timeout: Makefile devel/hs-control-timeout/pkg: PLIST devel/hs-convertible: Makefile devel/hs-convertible/pkg: PLIST Log message: Move the @exec and @unexec lines running the {,un}register.sh scripts and the line with the unregister.sh script down to the bottom of the plist. Silences all the blurb about ".../*.haddock doesn't exist or isn't a file." CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/28 17:27:25 Modified files: devel/hs-data-default: Makefile devel/hs-data-default/pkg: PLIST devel/hs-data-lens: Makefile devel/hs-data-lens/pkg: PLIST devel/hs-data-lens-template: Makefile devel/hs-data-lens-template/pkg: PLIST devel/hs-dataenc: Makefile devel/hs-dataenc/pkg: PLIST devel/hs-directory-tree: Makefile devel/hs-directory-tree/pkg: PLIST devel/hs-distributive: Makefile devel/hs-distributive/pkg: PLIST devel/hs-dlist : Makefile devel/hs-dlist/pkg: PLIST devel/hs-enumerator: Makefile devel/hs-enumerator/pkg: PLIST devel/hs-failure: Makefile devel/hs-failure/pkg: PLIST devel/hs-fgl : Makefile devel/hs-fgl/pkg: PLIST devel/hs-ghc-mtl: Makefile devel/hs-ghc-mtl/pkg: PLIST devel/hs-gio : Makefile devel/hs-gio/pkg: PLIST devel/hs-glade : Makefile devel/hs-glade/pkg: PLIST Log message: Move the @exec and @unexec lines running the {,un}register.sh scripts and the line with the unregister.sh script down to the bottom of the plist. Silences all the blurb about ".../*.haddock doesn't exist or isn't a file." CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/28 17:27:58 Modified files: devel/hs-glib : Makefile devel/hs-glib/pkg: PLIST devel/hs-hashable: Makefile devel/hs-hashable/pkg: PLIST devel/hs-hashed-storage: Makefile devel/hs-hashed-storage/pkg: PLIST devel/hs-haskeline: Makefile devel/hs-haskeline/pkg: PLIST devel/hs-hint : Makefile devel/hs-hint/pkg: PLIST devel/hs-hlint : Makefile devel/hs-hlint/pkg: PLIST devel/hs-hood : Makefile devel/hs-hood/pkg: PLIST devel/hs-hoogle: Makefile devel/hs-hoogle/pkg: PLIST devel/hs-hslogger: Makefile devel/hs-hslogger/pkg: PLIST devel/hs-iteratee: Makefile devel/hs-iteratee/pkg: PLIST devel/hs-language-c: Makefile devel/hs-language-c/pkg: PLIST devel/hs-largeword: Makefile devel/hs-largeword/pkg: PLIST devel/hs-lifted-base: Makefile devel/hs-lifted-base/pkg: PLIST Log message: Move the @exec and @unexec lines running the {,un}register.sh scripts and the line with the unregister.sh script down to the bottom of the plist. Silences all the blurb about ".../*.haddock doesn't exist or isn't a file." CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/28 17:28:20 Modified files: devel/hs-logict: Makefile devel/hs-logict/pkg: PLIST devel/hs-mmap : Makefile devel/hs-mmap/pkg: PLIST devel/hs-monad-control: Makefile devel/hs-monad-control/pkg: PLIST devel/hs-monads-fd: Makefile devel/hs-monads-fd/pkg: PLIST devel/hs-monads-tf: Makefile devel/hs-monads-tf/pkg: PLIST devel/hs-mtl : Makefile devel/hs-mtl/pkg: PLIST devel/hs-murmur-hash: Makefile devel/hs-murmur-hash/pkg: PLIST devel/hs-network: Makefile devel/hs-network/pkg: PLIST devel/hs-network-conduit: Makefile devel/hs-network-conduit/pkg: PLIST devel/hs-pango : Makefile devel/hs-pango/pkg: PLIST devel/hs-parallel: Makefile devel/hs-parallel/pkg: PLIST devel/hs-parsec: Makefile devel/hs-parsec/pkg: PLIST devel/hs-primitive: Makefile devel/hs-primitive/pkg: PLIST Log message: Move the @exec and @unexec lines running the {,un}register.sh scripts and the line with the unregister.sh script down to the bottom of the plist. Silences all the blurb about ".../*.haddock doesn't exist or isn't a file." CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/28 17:28:50 Modified files: devel/hs-pugs-DrIFT: Makefile devel/hs-pugs-DrIFT/pkg: PLIST devel/hs-pugs-compat: Makefile devel/hs-pugs-compat/pkg: PLIST devel/hs-random: Makefile devel/hs-random/pkg: PLIST devel/hs-readline: Makefile devel/hs-readline/pkg: PLIST devel/hs-regex-base: Makefile devel/hs-regex-base/pkg: PLIST devel/hs-regex-compat: Makefile devel/hs-regex-compat/pkg: PLIST devel/hs-regex-pcre-builtin: Makefile devel/hs-regex-pcre-builtin/pkg: PLIST devel/hs-regex-posix: Makefile devel/hs-regex-posix/pkg: PLIST devel/hs-resourcet: Makefile devel/hs-resourcet/pkg: PLIST devel/hs-safe : Makefile devel/hs-safe/pkg: PLIST devel/hs-semigroupoids: Makefile devel/hs-semigroupoids/pkg: PLIST devel/hs-semigroups: Makefile devel/hs-semigroups/pkg: PLIST devel/hs-sendfile: Makefile devel/hs-sendfile/pkg: PLIST Log message: Move the @exec and @unexec lines running the {,un}register.sh scripts and the line with the unregister.sh script down to the bottom of the plist. Silences all the blurb about ".../*.haddock doesn't exist or isn't a file." CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/28 17:29:19 Modified files: devel/hs-shellish: Makefile devel/hs-shellish/pkg: PLIST devel/hs-simple-sendfile: Makefile devel/hs-simple-sendfile/pkg: PLIST devel/hs-split : Makefile devel/hs-split/pkg: PLIST devel/hs-stm : Makefile devel/hs-stm/pkg: PLIST devel/hs-strict: Makefile devel/hs-strict/pkg: PLIST devel/hs-stringtable-atom: Makefile devel/hs-stringtable-atom/pkg: PLIST devel/hs-syb : Makefile devel/hs-syb/pkg: PLIST devel/hs-tagged: Makefile devel/hs-tagged/pkg: PLIST devel/hs-tar : Makefile devel/hs-tar/pkg: PLIST devel/hs-terminfo: Makefile devel/hs-terminfo/pkg: PLIST devel/hs-test-framework: Makefile devel/hs-test-framework/pkg: PLIST devel/hs-test-framework-hunit: Makefile devel/hs-test-framework-hunit/pkg: PLIST devel/hs-test-framework-quickcheck2: Makefile devel/hs-test-framework-quickcheck2/pkg: PLIST Log message: Move the @exec and @unexec lines running the {,un}register.sh scripts and the line with the unregister.sh script down to the bottom of the plist. Silences all the blurb about ".../*.haddock doesn't exist or isn't a file." CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/28 17:29:51 Modified files: devel/hs-text : Makefile devel/hs-text/pkg: PLIST devel/hs-transformers: Makefile devel/hs-transformers/pkg: PLIST devel/hs-transformers-base: Makefile devel/hs-transformers-base/pkg: PLIST devel/hs-type-level: Makefile devel/hs-type-level/pkg: PLIST devel/hs-unbounded-delays: Makefile devel/hs-unbounded-delays/pkg: PLIST devel/hs-uniplate: Makefile devel/hs-uniplate/pkg: PLIST devel/hs-unix-compat: Makefile devel/hs-unix-compat/pkg: PLIST devel/hs-unordered-containers: Makefile devel/hs-unordered-containers/pkg: PLIST devel/hs-vault : Makefile devel/hs-vault/pkg: PLIST devel/hs-vector: Makefile devel/hs-vector/pkg: PLIST devel/hs-vector-algorithms: Makefile devel/hs-vector-algorithms/pkg: PLIST devel/hs-void : Makefile devel/hs-void/pkg: PLIST devel/hscolour : Makefile devel/hscolour/pkg: PLIST Log message: Move the @exec and @unexec lines running the {,un}register.sh scripts and the line with the unregister.sh script down to the bottom of the plist. Silences all the blurb about ".../*.haddock doesn't exist or isn't a file." CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/28 17:30:15 Modified files: graphics/hs-GLUT: Makefile graphics/hs-GLUT/pkg: PLIST graphics/hs-OpenGL: Makefile graphics/hs-OpenGL/pkg: PLIST graphics/hs-cairo: Makefile graphics/hs-cairo/pkg: PLIST lang/hs-HsParrot: Makefile lang/hs-HsParrot/pkg: PLIST lang/hs-haskell-src: Makefile lang/hs-haskell-src/pkg: PLIST lang/hs-haskell-src-exts: Makefile lang/hs-haskell-src-exts/pkg: PLIST net/hs-HTTP : Makefile net/hs-HTTP/pkg: PLIST net/hs-hostname: Makefile net/hs-hostname/pkg: PLIST Log message: Move the @exec and @unexec lines running the {,un}register.sh scripts and the line with the unregister.sh script down to the bottom of the plist. Silences all the blurb about ".../*.haddock doesn't exist or isn't a file." CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/28 17:30:37 Modified files: security/hs-asn1-data: Makefile security/hs-asn1-data/pkg: PLIST security/hs-certificate: Makefile security/hs-certificate/pkg: PLIST security/hs-cprng-aes: Makefile security/hs-cprng-aes/pkg: PLIST security/hs-crypto: Makefile security/hs-crypto/pkg: PLIST security/hs-crypto-api: Makefile security/hs-crypto-api/pkg: PLIST security/hs-cryptocipher: Makefile security/hs-cryptocipher/pkg: PLIST security/hs-cryptohash: Makefile security/hs-cryptohash/pkg: PLIST security/hs-entropy: Makefile security/hs-entropy/pkg: PLIST security/hs-mwc-random: Makefile security/hs-mwc-random/pkg: PLIST security/hs-pwstore-fast: Makefile security/hs-pwstore-fast/pkg: PLIST security/hs-skein: Makefile security/hs-skein/pkg: PLIST security/hs-tls: Makefile security/hs-tls/pkg: PLIST Log message: Move the @exec and @unexec lines running the {,un}register.sh scripts and the line with the unregister.sh script down to the bottom of the plist. Silences all the blurb about ".../*.haddock doesn't exist or isn't a file." CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/28 17:31:14 Modified files: textproc/hs-HaXml: Makefile textproc/hs-HaXml/pkg: PLIST textproc/hs-attoparsec: Makefile textproc/hs-attoparsec/pkg: PLIST textproc/hs-attoparsec-enumerator: Makefile textproc/hs-attoparsec-enumerator/pkg: PLIST textproc/hs-attoparsec-iteratee: Makefile textproc/hs-attoparsec-iteratee/pkg: PLIST textproc/hs-blaze-html: Makefile textproc/hs-blaze-html/pkg: PLIST textproc/hs-blaze-markup: Makefile textproc/hs-blaze-markup/pkg: PLIST textproc/hs-bytestring-nums: Makefile textproc/hs-bytestring-nums/pkg: PLIST textproc/hs-bytestring-show: Makefile textproc/hs-bytestring-show/pkg: PLIST textproc/hs-heist: Makefile textproc/hs-heist/pkg: PLIST textproc/hs-hexpat: Makefile textproc/hs-hexpat/pkg: PLIST textproc/hs-libxml-sax: Makefile textproc/hs-libxml-sax/pkg: PLIST textproc/hs-polyparse: Makefile textproc/hs-polyparse/pkg: PLIST textproc/hs-tagsoup: Makefile textproc/hs-tagsoup/pkg: PLIST textproc/hs-xml: Makefile textproc/hs-xml/pkg: PLIST textproc/hs-xml-types: Makefile textproc/hs-xml-types/pkg: PLIST textproc/hs-xmlhtml: Makefile textproc/hs-xmlhtml/pkg: PLIST Log message: Move the @exec and @unexec lines running the {,un}register.sh scripts and the line with the unregister.sh script down to the bottom of the plist. Silences all the blurb about ".../*.haddock doesn't exist or isn't a file." CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/28 17:31:33 Modified files: www/hs-cgi : Makefile www/hs-cgi/pkg : PLIST www/hs-clientsession: Makefile www/hs-clientsession/pkg: PLIST www/hs-html : Makefile www/hs-html/pkg: PLIST www/hs-http-types: Makefile www/hs-http-types/pkg: PLIST www/hs-snap : Makefile www/hs-snap/pkg: PLIST www/hs-snap-core: Makefile www/hs-snap-core/pkg: PLIST www/hs-snap-loader-dynamic: Makefile www/hs-snap-loader-dynamic/pkg: PLIST www/hs-snap-loader-static: Makefile www/hs-snap-loader-static/pkg: PLIST www/hs-snap-server: Makefile www/hs-snap-server/pkg: PLIST www/hs-wai : Makefile www/hs-wai/pkg : PLIST www/hs-warp : Makefile www/hs-warp/pkg: PLIST www/hs-webkit : Makefile www/hs-webkit/pkg: PLIST www/hs-xhtml-combinators: Makefile www/hs-xhtml-combinators/pkg: PLIST Log message: Move the @exec and @unexec lines running the {,un}register.sh scripts and the line with the unregister.sh script down to the bottom of the plist. Silences all the blurb about ".../*.haddock doesn't exist or isn't a file." CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/28 17:31:50 Modified files: x11/hs-X11 : Makefile x11/hs-X11/pkg : PLIST x11/hs-X11-xft : Makefile x11/hs-X11-xft/pkg: PLIST x11/hs-dbus : Makefile x11/hs-dbus/pkg: PLIST x11/hs-gtk : Makefile x11/hs-gtk/pkg : PLIST x11/hs-xmonad-contrib: Makefile x11/hs-xmonad-contrib/pkg: PLIST x11/xmonad : Makefile x11/xmonad/pkg : PLIST-lib Log message: Move the @exec and @unexec lines running the {,un}register.sh scripts and the line with the unregister.sh script down to the bottom of the plist. Silences all the blurb about ".../*.haddock doesn't exist or isn't a file." CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/10/28 17:43:00 Log message: Initial import of luakit a webkit bases browser written in lua OK landry@ jeremy@ Status: Vendor Tag: abieber Release Tags: abieber_20121028 N ports/www/luakit/Makefile N ports/www/luakit/distinfo N ports/www/luakit/patches/patch-Makefile N ports/www/luakit/pkg/DESCR N ports/www/luakit/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/10/28 17:44:00 Modified files: www : Makefile Log message: +luakit OK landry@ jeremy@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/10/29 03:36:05 Modified files: x11/openmotif : Makefile Log message: Fix build dependencies: - set CONFIGURE_STYLE to gnu, and add MODGNU_AUTOCONF_DEPENDS + MODGNU_AUTOMAKE_DEPENDS to BUILD_DEPENDS (from brad@) - set USE_LIBTOOL to gnu since autogen.sh calls libtoolize - run autogen.sh in do-configure instead of post-patch to avoid running it twice CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/10/29 03:47:05 Modified files: x11/openmotif : Makefile Log message: Set USE_LIBTOOL to Yes and add devel/libtool to BUILD_DEPENDS instead. prodded by ajacoutot@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/10/29 04:39:30 Modified files: de : 52.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 lt : donations.html errata.html errata39.html errata40.html errata41.html vax-simh.html opensmtpd/nl : index.html ru : anoncvs.html Added files: opensmtpd/nl : goals.html list.html manual.html papers.html portable.html security.html users.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/10/29 04:46:57 Modified files: opensmtpd : index.html Log message: Hookup [nl] translation. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/29 05:07:29 Modified files: math/R : Makefile distinfo math/R/patches : patch-Makefile_in patch-configure patch-src_include_R_ext_eventloop_h patch-src_main_CommandLineArgs_c patch-src_main_connections_c patch-src_main_gram_y patch-src_main_platform_c math/R/pkg : PLIST Log message: Update to R-2.15.2 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/10/29 05:27:05 Modified files: books/vol3ol : Makefile Log message: zap space at end CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/10/29 05:29:51 Modified files: books/vol6a : Makefile Log message: zap space CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/10/29 05:54:45 Modified files: sys/dev/wscons : wsconsio.h sys/dev/pckbc : pms.c pmsreg.h Log message: Add support for Elantech touchpads to pms(4). This allows the X synaptics(4) input driver to configure these touchpads properly, e.g. toggle tap-to-click, two-finger scrolling, edge-scrolling, etc. So far these pads were working only in PS/2 mouse compatibility mode. Support for up to hardware version 3 has been implemented. But only version 3 has been tested so versions 1 and 2 remain disabled via #ifdef notyet until someone tests (bugs in this code could seriously mess up the mouse and I don't want to end up shipping such bugs in 5.3). help and ok mpi@ shadchin@ CVSROOT: /cvs Module name: xenocara Changes by: stsp@cvs.openbsd.org 2012/10/29 05:55:50 Modified files: driver/xf86-input-synaptics/src: wsconscomm.c Log message: Teach wsconscomm in synaptics(4) about elantech touchpads. ok mpi@ shadchin@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/10/29 05:56:19 Modified files: sbin/wsconsctl : util.c Log message: Teach wsconsctl(8) about the elantech mouse type. Diff from shadchin@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/29 06:14:39 Modified files: devel/coccinelle: Makefile Log message: fix PYTHON_LIBS setting, pointed out by espie@. - generally avoid using != in port Makefiles, but in particular don't use it in a way where it has a dependency on some other package being installed. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/29 06:16:48 Modified files: x11/openmotif : Makefile Added files: x11/openmotif/patches: patch-autogen_sh Log message: Run autogen.sh in post-patch again, so the configure script can be run normally with CONFIGURE_ARGS/CONFIGURE_ENV. But patch the script to avoid running configure twice. ok aja@ CVSROOT: /cvs Module name: xenocara Changes by: stsp@cvs.openbsd.org 2012/10/29 07:34:28 Modified files: xserver/config : wscons.c Log message: Attach the synaptics(4) driver to elantech touchpads during auto-configuration. ok matthieu@ CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/10/29 07:41:06 Modified files: mail/msmtp : Makefile distinfo Log message: bugfix update for msmtp-1.4.30 - Fix a bug in msmtp_read_addresses() that was introduced in version 1.4.29 by fixing a problem in the wrong way. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/10/29 07:54:56 Modified files: sys/arch/amd64/stand/cdboot: srt0.S Log message: Make cdboot(8) work correctly when it is larger than 64KB in size. When relocating use blocks that are a maximum of 32KB in size and increment the segment registers after relocating each block. This keeps us within the confines of the %cx register and the real mode segmented addressing. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/10/29 07:56:25 Modified files: sys/arch/amd64/stand/cdboot: Makefile Log message: Enable softraid boot support in cdboot(8). CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/10/29 07:59:52 Modified files: sys/arch/amd64/stand/cdboot: conf.c Log message: Bump version. CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/10/29 08:16:59 Modified files: mail/p5-Mail-IMAPClient: Makefile distinfo mail/p5-Mail-IMAPClient/pkg: PLIST Log message: update to Mail-IMAPClient-3.32 ok giovanni@ "looks fine" sthen@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/10/29 08:18:11 Modified files: sys/arch/amd64/stand/pxeboot: srt0.S Log message: Make pxeboot(8) work correctly when it is larger than 64KB in size. When relocating use blocks that are a maximum of 32KB in size and increment the segment registers after relocating each block. This keeps us within the confines of the %cx register and the real mode segmented addressing. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/10/29 08:20:10 Modified files: sys/arch/amd64/stand/pxeboot: Makefile Log message: Enable softraid boot support in pxeboot(8). CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/10/29 08:20:43 Modified files: sys/arch/amd64/stand/pxeboot: conf.c Log message: Bump version. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/10/29 08:30:58 Modified files: devel/subversion: Makefile distinfo Removed files: devel/subversion/patches: patch-build_conf Log message: Update to Subversion-1.7.7. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/10/29 08:39:09 Modified files: sys/arch/i386/stand/cdboot: Makefile sys/arch/i386/stand/pxeboot: Makefile Log message: Build i386 cdboot(8) and pxeboot(8) using the same method as the amd64 versions. Compile all required sources directly, rather than linking against uninstalled libraries. Discussed with deraadt@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/10/29 08:53:36 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: SECURITY update to thunderbird 16.0.2. Fixes MFSA 2012-90. http://www.mozilla.org/security/announce/2012/mfsa2012-90.html CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/10/29 09:19:03 Modified files: chinese/libtabe: Makefile x11/XawMu : Makefile devel/plib : Makefile math/p5-Math-Pari: Makefile x11/nx/nxcomp : Makefile net/dxpc : Makefile fonts/zh-arphicttf: Makefile fonts/ko-baekmuk-fonts: Makefile fonts/intlfonts: Makefile fonts/terminus-font: Makefile www/larbin : Makefile fonts/zh-wqy-bitmapfont: Makefile mail/metamail : Makefile sysutils/clusterit: Makefile fonts/ko-hanterm-fonts: Makefile fonts/ja-kanjistrokeorders-ttf: Makefile x11/libdnd : Makefile fonts/artwiz-aleczapka: Makefile fonts/gohufont : Makefile fonts/dina-fonts: Makefile Log message: resurrect USE_X11, only for the few ports that require xenocara components but don't have explicit WANTLIB that point to X11. CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/10/29 10:09:58 Modified files: www/luakit : Makefile Log message: - fix webkit depend - add webkit runtime depend - remove DOCS OK aja@, jeremy@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2012/10/29 11:09:53 Modified files: sbin/isakmpd : nat_traversal.c Log message: backout possible infinit-loop (from rev 1.5) when parsing nat_d; report from Thomas Proell/Siemens ProductCERT; fix from hshoexer; ok mikeb CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/10/29 11:25:29 Modified files: sys/arch/amd64/stand/cdboot: cdboot.8 sys/arch/i386/stand/cdboot: cdboot.8 Log message: add (consistent) STANDARDS; CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/10/29 12:14:28 Modified files: sys/dev/pci : if_oce.c oce.c ocevar.h Log message: oce_get_fw_config is useless; ditch it CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/10/29 12:17:39 Modified files: sys/dev/pci : if_oce.c oce.c ocevar.h Log message: rearrange the function layout a bit CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/10/29 12:22:11 Modified files: sys/dev/pci : oce.c ocereg.h Log message: rename oce_fw to oce_cmd and shorten MBX_SUBSYSTEM_* defines to SUBSYS_ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/10/29 12:22:45 Modified files: sys/dev/pci : oce.c ocereg.h Log message: don't split mq sge paddr into low and high parts CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/10/29 12:36:42 Modified files: sys/dev/pci : if_oce.c files.pci Added files: sys/dev/pci : if_ocereg.h if_ocevar.h Removed files: sys/dev/pci : oce.c ocereg.h ocevar.h Log message: merge oce.c into if_oce.c and rename oce{reg,var}.h to if_oce{reg,var}.h CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/10/29 13:07:40 Modified files: mail/zarafa/zarafa/patches: patch-common_ECLogger_cpp Log message: unbreak build by adding missing patch CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/10/29 13:46:03 Modified files: app/cwm : conf.c Log message: on reload, run each client through conf_client to pick up potential ignore and bwidth changes; also add a hack for existing maximized windows so they don't inherit a new bwidth. based on a diff from, and discussion with, Tiago Cunha. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/10/29 14:15:29 Modified files: lib/freetype : Makefile Log message: Also install freetype-config during install phase. And generate freetype2.pc and freetype-config during make depend to avoid doing that as root. Initial patch from espie@ CVSROOT: /cvs Module name: www Changes by: pirofti@cvs.openbsd.org 2012/10/29 15:07:18 Modified files: . : want.html Log message: Got an awesome Tadpole from Maxim Belooussov. Thanks a lot! CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/10/29 15:19:16 Modified files: . : Makefile Log message: Unlink share/pciids from the build. The generated file is not used by xserver anymore. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/29 15:58:07 Modified files: sys/arch/sparc64/sparc64: lock_machdep.c Log message: On UltraSPARC T1/T2, block the current strand while spinning in the hope other strands can do some useful work. Idea stolen from Linux. Results in a small, but measurable speedup doing a kernel build and reduces the system time by almost 10%. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/10/29 16:16:45 Modified files: sys/dev/pci : if_oce.c Log message: shorten fwcmd to cmd CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/10/29 16:27:05 Modified files: infrastructure/mk: bsd.port.mk Log message: add a bit of experimental scaffolding to build xenocara from ports - resurrect USE_X11 in a smart way: auto-determine it correctly from WANTLIBS (accounts for most ports) - define a BUILD_XENOCARA knob that builds fake based on mtree for X11BASE. - if BUILD_XENOCARA_TOO=Yes, prepare to hook to a xenocara "fake" meta package. All of this off by default, the xenocara shadow tree is not in yet anyways. Zero impact on regular builds. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/10/29 16:33:20 Modified files: sys/dev/pci : if_oce.c Log message: prefer to return oce_cmd and save on the error variable CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/29 17:25:48 Modified files: sys/arch/sparc64/dev: vpci.c Log message: Set the type of a processed MSI data record to 0, and check that the type is non-zero before handling them, like we do in pyro(4). Seems to fix issues with MSIs on sun4v, so enable them again. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/29 19:55:02 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 mi distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/30 01:33:54 Modified files: www/glpi : Makefile distinfo Log message: - update to glpi-0.83.6 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/30 01:53:36 Modified files: x11/gnome/nautilus: Makefile distinfo Log message: Bugfix update to nautilus-3.6.2. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2012/10/30 03:26:44 Modified files: sys/dev/pci : if_ix.h Log message: Bump the default number of descriptors. ok mikeb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/30 04:53:41 Modified files: x11/xfce4/notification-daemon-xfce: Makefile x11/xfce4/notification-daemon-xfce/pkg: PLIST x11/xfce4/xfce4-notifyd: Makefile x11/xfce4/xfce4-notifyd/pkg: PLIST sysutils/notification-daemon: Makefile sysutils/notification-daemon/pkg: PLIST Log message: Remove @conflict. ok landry@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/10/30 05:08:27 Modified files: sys/arch/i386/stand: Makefile Makefile.inc sys/arch/i386/stand/libsa: Makefile sys/arch/i386/stand/libz: Makefile Log message: Remove the now unused i386 libsa/libz Makefiles. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2012/10/30 06:09:05 Modified files: share/man/man4 : pflow.4 sys/net : if_pflow.c if_pfsync.c pf.c pf_ioctl.c pf_norm.c pfvar.h Log message: Use time_uptime for expiration values as time_second can be skewed at runtime while time_uptime is monotonic. Prevent underflows in pfsync(4) and pflow(4) by using signed variables. pfsync(4) problem pointed out by camield. Diff originally by dlg, frag and pflow bits by me. feedback dlg man page tweak jmc Various versions of the pflow bits tested by Hrvoje Popovski (hrvoje AT srce DOT hr), thanks! ok benno, henning, dlg CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/10/30 06:21:22 Removed files: sys/arch/i386/stand/libsa: Makefile sys/arch/i386/stand/libz: Makefile Log message: Actually remove the Makefiles. CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/10/30 06:28:46 Modified files: devel/luapack : Makefile Log message: unbreak do-regress target by using ${MODLUA_BIN} instead of hardcode lua ok jasper@ sthen@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/10/30 07:00:35 Modified files: usr.sbin/nginx/conf: fastcgi_params koi-utf koi-win mime.types nginx.conf scgi_params uwsgi_params win-utf Log message: Add RCS ids to the config files. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/10/30 08:00:02 Modified files: sys/dev/pci : if_ix.h Log message: backout previous over the m_freem contention concerns CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/10/30 08:06:29 Modified files: sys/arch/i386/stand/libsa: bioscons.c cmd_i386.c dev_i386.c exec_i386.c memprobe.c pxeboot.h time.c sys/arch/amd64/stand/libsa: bioscons.c biosprobe.c cmd_i386.c dev_i386.c diskprobe.c exec_i386.c libsa.h memprobe.c time.c Log message: Apply a bunch of style(9) and whitespace fixes to i386/amd64 libsa, making the code actually diffable. No binary change. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/10/30 08:18:25 Modified files: net/pure-ftpd : Makefile distinfo Log message: Update to 1.0.36 and fix dead master sites. hints and ok sthen@, ok brad@ (Maintainer) CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/10/30 08:21:36 Modified files: security/gnutls: Makefile security/gnutls/files: libgnutls-config Log message: add missing rcs id OK aja CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/30 08:28:04 Modified files: graphics/py-dot: Makefile distinfo graphics/py-dot/pkg: PLIST Log message: update to py-dot 1.0.28; from Laurence Tratt, with a few minor tweaks from me CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/10/30 08:57:18 Modified files: www/sope : Makefile distinfo www/sope/patches: patch-configure patch-sope-appserver_NGObjWeb_GNUmakefile_preamble patch-sope-xml_DOM_GNUmakefile_preamble patch-sope-xml_SaxObjC_GNUmakefile_preamble patch-sope-xml_XmlRpc_GNUmakefile_preamble Added files: www/sope/patches: patch-sope-appserver_WEExtensions_GNUmakefile_preamble patch-sope-appserver_WOExtensions_GNUmakefile_preamble patch-sope-core_EOControl_GNUmakefile_preamble patch-sope-core_NGStreams_GNUmakefile_preamble patch-sope-gdl1_GDLAccess_GNUmakefile_preamble patch-sope-ldap_NGLdap_GNUmakefile_preamble patch-sope-mime_GNUmakefile_preamble Removed files: www/sope/patches: patch-sope-gdl1_GDLAccess_EOExpressionArray_m Log message: Major update to SOPE-2.0.2, especially unfucking it on amd64, since the introduction of libobjc2 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/10/30 09:09:54 Modified files: www/sogo : Makefile distinfo www/sogo/patches: patch-SOPE_NGCards_GNUmakefile_preamble www/sogo/pkg : PLIST README Added files: www/sogo/patches: patch-OGoContentStore_GNUmakefile_preamble patch-SOPE_GDLContentStore_GNUmakefile_preamble patch-SoObjects_SOGo_GNUmakefile_preamble patch-SoObjects_SOGo_NSString+Utilities_m patch-Tests_Unit_GNUmakefile patch-UI_SOGoUI_GNUmakefile_preamble Log message: Major update to SOGo 2.0.2, essentially unfucking it on amd64. Problem reported and tests from giovann@ and Jean Gerard (jg at rilk.com). finally OK giovanni@ same applies to the just updated SOPE, where I hit the go button just too fast ;) CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/10/30 10:41:28 Added files: sbin/dhclient : kroute.c Log message: New file holding functions to perform direct interface and routing maninpulations. Inspired by similar files in bgpd, dvmrpd, ldpd, etc. Necessary for imminent nuking of dhclient-script. Not linked into build at the moment. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/30 10:59:23 Modified files: audio/pianobar : Makefile Added files: audio/pianobar/patches: patch-src_player_c Log message: player: Recover from AAC decoding error Decoding errors are usually not fatal, so we can recover by skipping the broken frame. This also fixes invalid memory reads caused by sampleSizeCurr >= sampleSizeN. (upstream git commit dd6c620b53272e2eb4b091a835cd250309f04cad) CVSROOT: /cvs Module name: ports Changes by: zinke@cvs.openbsd.org 2012/10/30 11:09:55 Modified files: x11/tabbed : Makefile distinfo x11/tabbed/patches: patch-config_mk Log message: update to tabbed 0.4.1 ok landry@ gonzalo@ CVSROOT: /cvs Module name: ports Changes by: zinke@cvs.openbsd.org 2012/10/30 11:14:53 Modified files: x11/slock : Makefile distinfo x11/slock/patches: patch-config_mk Log message: update to slock 1.1 sneak in same non-default color (scheme) used in other suckless ports (x11/dwm and x11/tabbed) ok gsoares@ landry@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/30 11:22:54 Modified files: databases/redis: Makefile distinfo Log message: Bugfix update to redis-2.6.2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/30 11:26:59 Modified files: net/ocsync : Makefile distinfo Log message: Update to ocsync-0.60.1. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/10/30 11:38:24 Modified files: sys/dev/pci : if_oce.c if_ocevar.h Log message: introduce specialized register read and write functions oce_{read,write}_{cfg,csr,db} for different pci bars CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/10/30 11:45:12 Modified files: www/piwik : Makefile distinfo www/piwik/pkg : PLIST Log message: Bugfix update to 1.9.1 CVSROOT: /cvs Module name: ports Changes by: zinke@cvs.openbsd.org 2012/10/30 12:27:55 Modified files: www/surf : Makefile distinfo www/surf/patches: patch-config_def_h patch-config_mk Log message: update to surf version 0.5 ok landry@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/10/30 12:39:44 Modified files: distrib/alpha/bsd.rd: list.local distrib/amd64/ramdisk_cd: list.local distrib/armish/ramdisk: list distrib/beagle/ramdisk: list distrib/hp300/ramdisk: list distrib/hppa : list distrib/i386/common: list distrib/landisk/ramdisk: list distrib/loongson/ramdisk: list distrib/luna88k/ramdisk: list distrib/macppc/ramdisk: list distrib/mvme68k/ramdisk: list distrib/mvme88k/ramdisk: list distrib/palm/ramdisk: list distrib/ramdisk: list distrib/sgi/ramdisk: list distrib/socppc/ramdisk: list distrib/sparc64/bsd.rd: list distrib/special/dhclient: Makefile distrib/zaurus/ramdisk: list sbin/dhclient : Makefile clparse.c conflex.c dhclient.8 dhclient.c dhclient.conf.5 dhcpd.h dhctoken.h dispatch.c privsep.c privsep.h share/man/man5 : resolv.conf.5 share/man/man8 : afterboot.8 usr.bin/spell : special.4bsd Log message: Nuke dhclient-script and dhclient.conf 'script' directive. Do all interface and route configuration via ioctl's and routing sockets. This will break configurations using local enhancements of dhclient-script, which will now require alternate arrangements. Committing early to allow time to identify and develop required alternatives. Several proddings by deraadt@. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/10/30 13:40:19 Modified files: net/haproxy : Makefile distinfo net/haproxy/pkg: haproxy.rc Log message: Update for haproxy to 1.4.22: - BUG/MEDIUM: option forwardfor if-none doesn't work with some configurations - BUG/MINOR: checks: expire on timeout.check if smaller than timeout.connect - REORG/MINOR: use dedicated proxy flags for the cookie handling - BUG/MINOR: config: do not report twice the incompatibility between cookie and non-http - MINOR: contrib/iprange: add a network IP range to mask converter - BUG/MEDIUM: ebtree: ebmb_insert() must not call cmp_bits on full-length matches - OPTIM: halog: make use of memchr() on platforms which provide a fast one - OPTIM: halog: improve cold-cache behaviour when loading a file - MINOR: config: tolerate server "cookie" setting in non-HTTP mode - BUG/MINOR: tarpit: fix condition to return the HTTP 500 message And others, while here remove for real the maintainer and add reload to rc.d(8) script. Very initial update from chipitsine at gmail.com with tweaks by me. Thanks! Ok aja@ CVSROOT: /cvs Module name: src Changes by: gsoares@cvs.openbsd.org 2012/10/30 14:03:16 Modified files: usr.bin/sort : sort.c Log message: fdopen(3) return a FILE * not an int, so compare against NULL. no functional change OK millert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/10/30 14:12:22 Modified files: x11/spice-gtk : Makefile Log message: really disable gtk-doc. spotted by naddy@ CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2012/10/30 14:15:51 Modified files: distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/30 14:29:21 Modified files: www/yaws : Makefile distinfo www/yaws/patches: patch-doc_Makefile patch-scripts_Install patch-scripts_regular-install www/yaws/pkg : PLIST-main PLIST-web Log message: - update to yaws-1.9.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/30 14:36:57 ports/sysutils/coreutils/patches Update of /cvs/ports/sysutils/coreutils/patches In directory cvs.openbsd.org:/tmp/cvs-serv6676/patches Log Message: Directory /cvs/ports/sysutils/coreutils/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/30 14:45:10 Modified files: sysutils/coreutils: Makefile distinfo sysutils/coreutils/pkg: PLIST Added files: sysutils/coreutils/patches: patch-Makefile_in Log message: update to coreutils 8.20; various fixes since 8.15 including - sort -u could fail to output one or more result lines - sort -u could read freed memory CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2012/10/30 14:46:18 Log message: import py-jsonrpclib. from Markus Bergkvist. ok fgs@ Status: Vendor Tag: martynas Release Tags: martynas_20121030 N ports/devel/py-jsonrpclib/distinfo N ports/devel/py-jsonrpclib/Makefile N ports/devel/py-jsonrpclib/pkg/DESCR N ports/devel/py-jsonrpclib/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2012/10/30 14:47:49 Modified files: devel : Makefile Log message: add py-jsonrpclib CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/30 15:05:10 Modified files: www : Makefile Log message: - unhook tikiwiki CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/30 15:07:46 Removed files: www/tikiwiki : Makefile distinfo www/tikiwiki/pkg: DESCR PLIST README Log message: remove tikiwiki which has been unmaintained in our tree for several years, this version has as many security holes as a sieve and users of tikiwiki on openbsd would've just extracted the distfile instead of an ancient port, ok aja@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/10/30 15:29:55 Modified files: usr.bin/ssh : auth-rsa.c auth.c auth.h auth2-pubkey.c servconf.c servconf.h sshd.c sshd_config sshd_config.5 Log message: new sshd_config option AuthorizedKeysCommand to support fetching authorized_keys from a command in addition to (or instead of) from the filesystem. The command is run as the target server user unless another specified via a new AuthorizedKeysCommandUser option. patch originally by jchadima AT redhat.com, reworked by me; feedback and ok markus@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/10/30 17:51:21 Modified files: devel/physfs : Makefile distinfo devel/physfs/pkg: DESCR PFRAG.shared PLIST Added files: devel/physfs/patches: patch-CMakeLists_txt Removed files: devel/physfs/patches: patch-configure patch-test_Makefile_in Log message: Update to physfs 2.0.3. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/30 17:51:49 Modified files: www/chive : Makefile distinfo Log message: bugfix update to chive 1.2 - ui problem with large enums - fix possible problem where default_timezone isn't set in php ini (this one probably doesn't affect us, seems to be php 5.4+ only) CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/10/30 17:52:19 Modified files: games/love : Makefile Log message: sync WANTLIB. ok sthen@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2012/10/30 18:07:21 Modified files: sys/dev/pci : if_vio.c Log message: Some fixes for the receive filter handling. ok sf@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/10/30 21:30:22 Modified files: sys/arch/amd64/amd64: copy.S cpu.c identcpu.c trap.c sys/arch/i386/i386: cpu.c locore.s machdep.c trap.c Log message: Add support for Intel's Supervisor Mode Access Prevention (SMAP) feature. When enabled SMAP will generate page faults on the kernel attempting to read/write user data pages unless an override flag is set. Instructions that modify the flag are patched into copyin/copyout and friends on boot if SMAP is enabled. Those with access to hardware with SMAP can contact me for a test case. joint work with deraadt@ ok miod@ deraadt@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/10/31 00:49:15 www/spamd/ru Update of /cvs/www/spamd/ru In directory cvs.openbsd.org:/tmp/cvs-serv15534/spamd/ru Log Message: Directory /cvs/www/spamd/ru added to the repository CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/10/31 00:49:34 Modified files: de : 52.html opensmtpd/nl : index.html papers/pt : index.html pt : donations.html plus.html ru : anoncvs.html plat.html smp.html Added files: spamd/ru : index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/10/31 02:04:50 Modified files: usr.bin/ssh : sshd_config.5 Log message: tweak previous; CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/10/31 02:34:13 Modified files: editors/libreoffice: Makefile distinfo editors/libreoffice/patches: patch-hsqldb_makefile_mk patch-sal_osl_unx_interlck_c patch-sc_source_core_data_column3_cxx patch-solenv_inc_unxgcc_mk 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-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-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-main Added files: editors/libreoffice/patches: patch-clucene_configs__clucene-config-OPENBSD_h patch-extensions_Library_npsoplugin_mk patch-lcms2_prj_d_lst patch-sc_qa_unit_subsequent_filters-test_cxx patch-scp2_source_ooo_file_library_ooo_scp patch-sdext_source_pdfimport_test_tests_cxx patch-solenv_bin_ooinstall patch-solenv_gbuild_platform_OPENBSD_INTEL_GCC_mk patch-solenv_gbuild_platform_OPENBSD_X86_64_GCC_mk patch-testtools_CustomTarget_uno_test_mk patch-vcl_source_components_rasterizer_rsvg_cxx Removed files: editors/libreoffice/patches: patch-bridges_source_cpp_uno_gcc3_linux_x86-64_uno2cpp_cxx 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-sd_Module_sd_mk patch-solenv_bin_localize patch-solenv_gbuild_platform_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 editors/libreoffice/pkg: PFRAG.no-no_java-i18n-ja PFRAG.no-no_java-i18n-ko PLIST-i18n-ja PLIST-i18n-ko Log message: update to 3.6.3.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/31 04:17:07 Modified files: games/blobby : Makefile Log message: missing build dep on zip. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/31 04:18:57 Modified files: audio/lmms : Makefile Log message: missing build dep on portaudio. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/10/31 04:26:12 Modified files: security/gnupg2: Makefile Log message: Don't override an earlier CONFIGURE_ARGS at the bottom of the Makefile; fixes a problem where gnupg2 was picking up openldap even for the non-ldap build. Build problem spotted by naddy, ok pea@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/10/31 05:19:35 Modified files: lib/libssl/src/crypto: x86_64cpuid.pl lib/libssl/src/crypto/aes/asm: aes-x86_64.pl lib/libssl/src/crypto/perlasm: x86_64-xlate.pl lib/libssl/src/crypto/rc4/asm: rc4-x86_64.pl Log message: On amd64 OPENSSL_cpuid_setup and OPENSSL_ia32cap_P are now hidden so we don't have to go through the PLT/GOT to get at them anymore. In fact going through the GOT now fails since we no longer have a GOT entry for OPENSSL_ia32cap_P. Fixes the problem spotted by jasper@ and sthen@. Based on a diff from mikeb@ who did most of the actual work of tracking down the issue. ok millert@, mikeb@ CVSROOT: /cvs Module name: www Changes by: halex@cvs.openbsd.org 2012/10/31 07:16:52 Added files: opensmtpd : favicon.ico Log message: give opensmtpd.org the same favicon.ico as the rest of the subprojects ok gilles@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/31 07:21:07 Modified files: x11/gmtk : Makefile distinfo x11/gmtk/pkg : PLIST Removed 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 patch-src_gmtk_media_player_h Log message: Update to gmtk-1.0.7. Switch to gtk+3. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/31 07:22:03 Modified files: x11/gnome-mplayer: Makefile distinfo x11/gnome-mplayer/patches: patch-apps_gnome-mplayer_preferences_gschema_xml x11/gnome-mplayer/pkg: README Added files: x11/gnome-mplayer/patches: patch-src_dbus-interface_c Removed files: x11/gnome-mplayer/patches: patch-configure patch-src_gui_c patch-src_main_c patch-src_support_c Log message: Update to gnome-mplayer-1.0.7. Switch to gtk+3. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/10/31 07:23:04 Modified files: www/gecko-mediaplayer: Makefile distinfo www/gecko-mediaplayer/patches: patch-configure patch-src_Makefile_in Added files: www/gecko-mediaplayer/patches: patch-src_plugin_cpp Log message: Update to gecko-mediaplayer-1.0.7 CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/10/31 07:39:32 Modified files: lang/lua : lua.port.mk Log message: add MODLUA_BIN to SUBST_VAR no bump needed in lua packages, since this doesn't affect generated packages OK jasper@ sthen@ CVSROOT: /cvs Module name: src Changes by: gsoares@cvs.openbsd.org 2012/10/31 07:44:30 Modified files: share/man/man5 : port-modules.5 Log message: document lua.port.mk changes OK jasper@ sthen@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/10/31 07:55:59 Modified files: sys/arch/i386/stand/libsa: biosdev.c dev_i386.c disk.h diskprobe.c exec_i386.c gidt.S Added files: sys/arch/i386/stand/libsa: softraid.c softraid.h Log message: Bring softraid support to i386/stand/libsa. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/10/31 07:57:20 Modified files: sys/arch/i386/stand/boot: Makefile Log message: Enable softraid boot support for i386 boot(8). CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/10/31 07:57:59 Modified files: sys/arch/i386/stand/boot: conf.c Log message: Bump i386 boot(8) version. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/10/31 08:29:58 Modified files: sys/arch/i386/stand/cdbr: cdbr.S Log message: Save and restore %ebx across the call to read. Otherwise we load the first 64KB segment at 0x7c00 and any additional 64KB segments over top of each other at 0x10000. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/10/31 08:31:30 Modified files: sys/arch/i386/stand/cdboot: srt0.S sys/arch/i386/stand/pxeboot: srt0.S Log message: Make cdboot(8) and pxeboot(8) work correctly when it is larger than 64KB in size. When relocating use blocks that are a maximum of 32KB in size and increment the segment registers after relocating each block. This keeps us within the confines of the %cx register and the real mode segmented addressing. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/10/31 08:32:16 Modified files: sys/arch/i386/stand/cdboot: Makefile sys/arch/i386/stand/pxeboot: Makefile Log message: Enable softraid boot support for cdboot(8) and pxeboot(8). CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/10/31 08:32:55 Modified files: sys/arch/i386/stand/cdboot: conf.c sys/arch/i386/stand/pxeboot: conf.c Log message: Bump version numbers. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/10/31 09:22:42 Modified files: sys/arch/i386/stand/boot: Makefile Log message: Unbreak build on !i386. Pointed out by deraadt@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/10/31 09:50:47 Modified files: sbin/dhclient : kroute.c dhcpd.h dhclient.c Log message: Forcibly delete all existing ipv4 addresses from an interface when binding a lease to that interface. This fixes issues sthen@ found with unexpectedly persistant addresses and failures of dhclient when switching an interface repeatedly between different networks. This crude but predictable behaviour may be toned down once it is figured out what we want to do with mixed static/dynamic configurations on an interface. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/31 10:23:53 Modified files: editors/libreoffice: Makefile Log message: Add --disable-ccache to CONFIGURE_ARGS to stop configure from picking up an installed ccache and then failing. ok robert@ (maintainer) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/10/31 10:35:36 Modified files: sys/dev/acpi : acpitz.c Log message: don't show Kelvin units, and don't be off by a factor of 10 either. ok kettenis CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/10/31 11:19:39 Modified files: net/yt : Makefile net/prosody : Makefile Log message: zap SUBST_VARS=${MODLUA_BIN} since it is now taken care of lua.port.mk OK sthen@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/10/31 11:45:56 Modified files: graphics/blender: Makefile distinfo graphics/blender/patches: patch-intern_cycles_blender_CMakeLists_txt 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_imbuf_intern_openexr_CMakeLists_txt patch-source_blender_render_intern_source_shadbuf_c graphics/blender/pkg: PLIST Added files: graphics/blender/patches: patch-extern_carve_CMakeLists_txt patch-intern_bsp_CMakeLists_txt patch-intern_cycles_CMakeLists_txt patch-intern_cycles_device_CMakeLists_txt patch-intern_cycles_render_CMakeLists_txt patch-intern_cycles_util_CMakeLists_txt Removed files: graphics/blender/patches: patch-CMakeLists_txt Log message: Update to blender 2.64a. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/10/31 12:21:03 Modified files: sbin/dhclient : dhclient.c Log message: chris@ spotted a '2038' where a '2048' was meant and pointed out that a macro (which I called MAXRESOLVCONSIZE) would make things easier to read and reduce such typos. Make it so. CVSROOT: /cvs Module name: src Changes by: okan@cvs.openbsd.org 2012/10/31 13:11:18 Modified files: usr.bin/tmux : cmd-set-environment.c Log message: fix an off-by-one ok nicm@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/31 13:12:27 Log message: OneTuple fills the "tuple gap" with a singleton tuple. It does not support the usual parenthesized tuple syntax (which would be "(a)" instead of "OneTuple a"). It * has the expected laziness properties, * can be pattern-matched, * ships with instances for several standard type classes, including all those supported by H98-standard tuples, * requires no language extensions, except for hierarchical modules. ok jasper@ Status: Vendor Tag: kili Release Tags: kili_20121031 N ports/devel/hs-OneTuple/Makefile N ports/devel/hs-OneTuple/distinfo N ports/devel/hs-OneTuple/pkg/DESCR N ports/devel/hs-OneTuple/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/31 13:13:29 Log message: A framework introducing annotations by preprocessing. For using it, it is enough to derive 'QuickAnnotate.Annotatable' and then use the preprocessor (qapp). The package contains an example demonstrating this procedure. ok jasper@ Status: Vendor Tag: kili Release Tags: kili_20121031 N ports/devel/hs-QuickAnnotate/Makefile N ports/devel/hs-QuickAnnotate/distinfo N ports/devel/hs-QuickAnnotate/pkg/DESCR N ports/devel/hs-QuickAnnotate/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/31 13:14:17 Log message: An abstract interface to highly-parameterizable queues/deques. Background: There exists a feature space for queues that extends between: * simple, single-ended, non-concurrent, bounded queues * double-ended, threadsafe, growable queues ... with important points inbetween (such as the queues used for work-stealing). This package includes an interface for Deques that allows the programmer to use a single API for all of the above, while using the type-system to select an efficient implementation given the requirements (using type families). This package also includes a simple reference implementation based on 'IORef' and "Data.Sequence". ok jasper@ Status: Vendor Tag: kili Release Tags: kili_20121031 N ports/devel/hs-abstract-deque/Makefile N ports/devel/hs-abstract-deque/distinfo N ports/devel/hs-abstract-deque/pkg/DESCR N ports/devel/hs-abstract-deque/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/31 13:15:05 Log message: The 'Par' monad(s) offer an alternative parallel programming API to that provided by the parallel package. A 'Par' monad allows the simple description of parallel computations, and can be used to add parallelism to pure Haskell code. The basic API is straightforward: a 'Par' monad supports forking and simple communication in terms of 'IVar's. This module is an interface module only. It provides a number of type clasess, but not an implementation. The type classes separate different levels of 'Par' functionality. See the "Control.Monad.Par.Class" module for more details. The monad-par library is one example of a concrete library providing this interface. ok jasper@ Status: Vendor Tag: kili Release Tags: kili_20121031 N ports/devel/hs-abstract-par/Makefile N ports/devel/hs-abstract-par/distinfo N ports/devel/hs-abstract-par/pkg/DESCR N ports/devel/hs-abstract-par/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/31 13:16:00 Log message: The Newtype typeclass represents the packing and unpacking of a newtype, and allows to operate under that newtype with functions such as ala. ok jasper@ Status: Vendor Tag: kili Release Tags: kili_20121031 N ports/devel/hs-newtype/Makefile N ports/devel/hs-newtype/distinfo N ports/devel/hs-newtype/pkg/DESCR N ports/devel/hs-newtype/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/31 13:16:55 Log message: This package provides data types and classes for manipulating the 'ConstraintKinds' exposed by GHC in 7.4. ok jasper@ Status: Vendor Tag: kili Release Tags: kili_20121031 N ports/devel/hs-constraints/Makefile N ports/devel/hs-constraints/distinfo N ports/devel/hs-constraints/pkg/DESCR N ports/devel/hs-constraints/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/31 13:17:29 Log message: Combinators for building fast hashing functions. Includes hashing functions for all basic Haskell98 types. ok jasper@ Status: Vendor Tag: kili Release Tags: kili_20121031 N ports/devel/hs-data-hash/Makefile N ports/devel/hs-data-hash/distinfo N ports/devel/hs-data-hash/pkg/DESCR N ports/devel/hs-data-hash/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/31 13:18:58 Log message: structures, and other added capabilities layered on top of the 'Par' monad. ok jasper@ Status: Vendor Tag: kili Release Tags: kili_20121031 N ports/devel/hs-monad-par-extras/Makefile N ports/devel/hs-monad-par-extras/distinfo N ports/devel/hs-monad-par-extras/pkg/DESCR N ports/devel/hs-monad-par-extras/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/31 13:19:40 Log message: This library offers an alternative parallel programming API to that provided by the parallel package. The 'Par' monad allows the simple description of parallel computations, and can be used to add parallelism to pure Haskell code. The basic API is straightforward: the monad supports forking and simple communication in terms of 'IVar's. The library comes with an efficient work-stealing implementation, but the internals are also exposed so that you can build your own scheduler if necessary. ok jasper@ Status: Vendor Tag: kili Release Tags: kili_20121031 N ports/devel/hs-monad-par/Makefile N ports/devel/hs-monad-par/distinfo N ports/devel/hs-monad-par/pkg/DESCR N ports/devel/hs-monad-par/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/31 13:20:13 Log message: A library for patching functions and data structures. ok jasper@ Status: Vendor Tag: kili Release Tags: kili_20121031 N ports/devel/hs-patch-combinators/Makefile N ports/devel/hs-patch-combinators/distinfo N ports/devel/hs-patch-combinators/pkg/DESCR N ports/devel/hs-patch-combinators/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/31 13:20:42 Log message: Various useful functions on tuples, overloaded on tuple size. ok jasper@ Status: Vendor Tag: kili Release Tags: kili_20121031 N ports/devel/hs-tuple/Makefile N ports/devel/hs-tuple/distinfo N ports/devel/hs-tuple/pkg/DESCR N ports/devel/hs-tuple/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/31 13:21:14 Log message: This library provides: * Generic representation and manipulation of abstract syntax using a practical encoding of open data types (based on Data Types a la Carte) * Utilities for analyzing and transforming generic syntax * General variable binding constructs * Utilities for building extensible embedded languages based on generic syntax * A small proof-of-concept implementation of the embedded language Feldspar (see the examples directory) ok jasper@ Status: Vendor Tag: kili Release Tags: kili_20121031 N ports/lang/hs-syntactic/Makefile N ports/lang/hs-syntactic/distinfo N ports/lang/hs-syntactic/pkg/PLIST N ports/lang/hs-syntactic/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/31 13:22:44 Modified files: lang/feldspar/language: Makefile distinfo lang/feldspar/language/pkg: PLIST Added files: lang/feldspar/language/patches: patch-feldspar-language_cabal Log message: Unbreak by updating to feldspar-language-0.6.0.2. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/31 13:23:33 Modified files: lang/feldspar/compiler: Makefile distinfo lang/feldspar/compiler/pkg: PLIST Log message: Unbreak by updating to feldspar-compiler-0.6.0.2. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/31 13:26:39 Modified files: devel : Makefile Log message: Add new hs-ports. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/10/31 13:27:29 Modified files: lang : Makefile Log message: Add hs-syntactic. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/10/31 13:30:19 Modified files: app/cwm : calmwm.c calmwm.h conf.c cwm.1 cwmrc.5 font.c kbfunc.c menu.c xutil.c Log message: replace 'reload' with 'restart', which merely re-exec's cwm using the existing argv; same idea with respect to argv saving as Alexander Polakov. reload support was half-complete and is getting in the way. agreed to by many CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/10/31 14:11:09 Modified files: net/pidgin-sipe: Makefile Log message: this requires intltool to build; ok maintainer Tom Doherty CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/10/31 14:13:33 Modified files: sbin/dhclient : dhclient.c Log message: Delete some leftover debug code and the array it rode in on. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/10/31 14:15:43 Modified files: sys/dev/pci : if_oce.c if_ocereg.h if_ocevar.h Log message: minor style cleanup CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/10/31 16:04:08 Modified files: converters/ruby-json: Makefile distinfo converters/ruby-json/pkg: PLIST Log message: Update to ruby-json 1.7.5. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/10/31 16:04:42 Modified files: security/ruby-bcrypt: Makefile distinfo Log message: Update to ruby-bcrypt 3.0.1. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/10/31 16:06:24 Modified files: app/cwm : calmwm.h conf.c parse.y Log message: no longer a reason to carry conf_path in struct conf, so dice. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/31 16:08:48 Log message: import ruby-vegas-0.1.11 Vegas aims to solve the simple problem of creating executable versions of Sinatra/Rack apps. It includes a class Vegas::Runner that wraps Rack/Sinatra applications and provides a simple command line interface and launching mechanism. ok jeremy@ Status: Vendor Tag: jasper Release Tags: jasper_20123110 N ports/www/ruby-vegas/Makefile N ports/www/ruby-vegas/distinfo N ports/www/ruby-vegas/pkg/DESCR N ports/www/ruby-vegas/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/31 16:09:45 Modified files: www : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/31 16:11:37 Log message: import ruby-redis-namespace-1.2.1 Adds a Redis::Namespace class which can be used to namespace calls to Redis. This is useful when using a single instance of Redis with multiple, different applications. ok jeremy@ Status: Vendor Tag: jasper Release Tags: jasper_20123110 N ports/databases/ruby-redis-namespace/Makefile N ports/databases/ruby-redis-namespace/distinfo N ports/databases/ruby-redis-namespace/pkg/DESCR N ports/databases/ruby-redis-namespace/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/31 16:12:20 Log message: import ruby-resque-1.23.0 Resque is a Redis-backed Ruby library for creating background jobs, placing those jobs on multiple queues, and processing them later. Background jobs can be any Ruby class or module that responds to perform. Your existing classes can easily be converted to background jobs or you can create new classes specifically to do work. Or, you can do both. [...] ok jeremy@ Status: Vendor Tag: jasper Release Tags: jasper_20123110 N ports/databases/ruby-resque/Makefile N ports/databases/ruby-resque/distinfo N ports/databases/ruby-resque/pkg/DESCR N ports/databases/ruby-resque/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/10/31 16:13:23 Modified files: databases : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/10/31 17:21:05 Modified files: net/isc-dhcp : Makefile net/isc-dhcp/pkg: PLIST-client Added files: net/isc-dhcp/files: dhclient-script net/isc-dhcp/patches: patch-client_Makefile_in Log message: Unfuck the port. ok sthen@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/10/31 18:55:38 Modified files: sys/arch/i386/stand/libsa: biosdev.c dev_i386.c diskprobe.c exec_i386.c Log message: Fix merge errors. Found the hard way by deraadt@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/10/31 19:10:47 Modified files: app/cwm : cwmrc.5 Log message: try to clarify xprop(1) output, with respect to WM_CLASS, without going overboard; suggested idea by jmc CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2012/10/31 21:48:12 Modified files: share/man/man4 : vio.4 vioblk.4 Log message: Correct capitalization of KVM/VirtualBox. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/10/31 22:35:52 Added files: images : puffy52.gif Log message: add 5.2 graphics for the morning CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/11/01 01:22:58 Modified files: usr.bin/units : units.lib Log message: update currency exchange rates; CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/11/01 01:25:36 Modified files: geo/qgis : Makefile distinfo geo/qgis/patches: patch-src_app_qgisapp_cpp patch-src_core_qgssearchstringparser_yy geo/qgis/pkg : PLIST Added files: geo/qgis/patches: patch-src_app_qgsabout_cpp Log message: Bugfix update to qgis 1.7.4. See for the list of bugs fixed: http://www.qgis.org/en/about-qgis/qgis-releases/139-qgis-1-7-4-releasehtml.html (we cant update to 1.8.0 because our bison is too old, and newer bisons dont cope well with our m4) CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2012/11/01 01:55:56 Modified files: sys/net : if_bridge.c if_pflog.c pf.c pf_norm.c pfvar.h sys/netinet : ip_input.c ip_output.c sys/netinet6 : in6.h ip6_divert.c ip6_forward.c ip6_input.c ip6_output.c Log message: redo most of the protocol (tcp/udp/...) checksum handling -assume we have hardware checksum offloading. stop mucking with the checksum in most of the stack -stop checksum mucking in pf, just set a "needs checksumming" flag if needed -in all output pathes, very late, if we figure out the outbound interface doesn't have hw cksum offloading, do the cksum in software. this especially makes the bridge path behave like a regular output path -little special casing for bridge still required until the broadcast path loses its disgusting shortcut hacks, but at least it's in one place now and not all over the stack in6_proto_cksum_out mostly written by krw@ started at k2k11 in iceland more than 1.5 years ago - yes it took that long, this stuff is everything but easy. this happens to fix the infamous pf rdr bug that made us turn off proto cksum offloading on almost all interface drivers. ok camield sthen claudio, testing by many, thanks! CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2012/11/01 01:57:26 Modified files: lang/ocaml : Makefile lang/ocaml/patches: patch-configure Log message: unbreak ocaml on macppc by fixing the configure script CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/01 02:08:31 Modified files: devel/giggle : Makefile distinfo devel/giggle/patches: patch-configure patch-libgiggle-git_Makefile_in patch-libgiggle_Makefile_in Log message: - update to giggle-0.6.2 CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/11/01 03:37:42 Modified files: fr : 52.html mail.html vax-simh.html want.html opensmtpd/de : index.html opensmtpd/fr : index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/01 03:58:06 Log message: experimental work: build xenocara components as "packages" and hook them into dpb. not 100% ready yet, committed to keep working in tree. Status: Vendor Tag: espie Release Tags: ports N ports/base/Makefile N ports/base/README N ports/base/xenocara/xenocara.port.mk N ports/base/xenocara/Makefile N ports/base/xenocara/app/Makefile N ports/base/xenocara/app/Makefile.inc N ports/base/xenocara/app/appres/Makefile N ports/base/xenocara/app/bdftopcf/Makefile N ports/base/xenocara/app/beforelight/Makefile N ports/base/xenocara/app/bitmap/Makefile N ports/base/xenocara/app/cwm/Makefile N ports/base/xenocara/app/editres/Makefile N ports/base/xenocara/app/fonttosfnt/Makefile N ports/base/xenocara/app/fslsfonts/Makefile N ports/base/xenocara/app/fstobdf/Makefile N ports/base/xenocara/app/fvwm/Makefile N ports/base/xenocara/app/glxgears/Makefile N ports/base/xenocara/app/glxinfo/Makefile N ports/base/xenocara/app/iceauth/Makefile N ports/base/xenocara/app/ico/Makefile N ports/base/xenocara/app/listres/Makefile N ports/base/xenocara/app/luit/Makefile N ports/base/xenocara/app/mkfontdir/Makefile N ports/base/xenocara/app/mkfontscale/Makefile N ports/base/xenocara/app/oclock/Makefile N ports/base/xenocara/app/rgb/Makefile N ports/base/xenocara/app/scripts/Makefile N ports/base/xenocara/app/sessreg/Makefile N ports/base/xenocara/app/setxkbmap/Makefile N ports/base/xenocara/app/showfont/Makefile N ports/base/xenocara/app/smproxy/Makefile N ports/base/xenocara/app/ssh-askpass/Makefile N ports/base/xenocara/app/twm/Makefile N ports/base/xenocara/app/video/Makefile N ports/base/xenocara/app/viewres/Makefile N ports/base/xenocara/app/x11perf/Makefile N ports/base/xenocara/app/xauth/Makefile N ports/base/xenocara/app/xbacklight/Makefile N ports/base/xenocara/app/xbiff/Makefile N ports/base/xenocara/app/xcalc/Makefile N ports/base/xenocara/app/xclipboard/Makefile N ports/base/xenocara/app/xclock/Makefile N ports/base/xenocara/app/xcmsdb/Makefile N ports/base/xenocara/app/xcompmgr/Makefile N ports/base/xenocara/app/xconsole/Makefile N ports/base/xenocara/app/xdm/Makefile N ports/base/xenocara/app/xdpyinfo/Makefile N ports/base/xenocara/app/xdriinfo/Makefile N ports/base/xenocara/app/xedit/Makefile N ports/base/xenocara/app/xev/Makefile N ports/base/xenocara/app/xeyes/Makefile N ports/base/xenocara/app/xf86dga/Makefile N ports/base/xenocara/app/xfd/Makefile N ports/base/xenocara/app/xfontsel/Makefile N ports/base/xenocara/app/xfs/Makefile N ports/base/xenocara/app/xfsinfo/Makefile N ports/base/xenocara/app/xfwp/Makefile N ports/base/xenocara/app/xgamma/Makefile N ports/base/xenocara/app/xgc/Makefile N ports/base/xenocara/app/xhost/Makefile N ports/base/xenocara/app/xidle/Makefile N ports/base/xenocara/app/xinit/Makefile N ports/base/xenocara/app/xinput/Makefile N ports/base/xenocara/app/xkbcomp/Makefile N ports/base/xenocara/app/xkbevd/Makefile N ports/base/xenocara/app/xkbprint/Makefile N ports/base/xenocara/app/xkbutils/Makefile N ports/base/xenocara/app/xkill/Makefile N ports/base/xenocara/app/xload/Makefile N ports/base/xenocara/app/xlockmore/Makefile N ports/base/xenocara/app/xlogo/Makefile N ports/base/xenocara/app/xlsatoms/Makefile N ports/base/xenocara/app/xlsclients/Makefile N ports/base/xenocara/app/xlsfonts/Makefile N ports/base/xenocara/app/xmag/Makefile N ports/base/xenocara/app/xman/Makefile N ports/base/xenocara/app/xmessage/Makefile N ports/base/xenocara/app/xmodmap/Makefile N ports/base/xenocara/app/xmore/Makefile N ports/base/xenocara/app/xpr/Makefile N ports/base/xenocara/app/xprop/Makefile N ports/base/xenocara/app/xrandr/Makefile N ports/base/xenocara/app/xrdb/Makefile N ports/base/xenocara/app/xrefresh/Makefile N ports/base/xenocara/app/xset/Makefile N ports/base/xenocara/app/xsetroot/Makefile N ports/base/xenocara/app/xsm/Makefile N ports/base/xenocara/app/xstdcmap/Makefile N ports/base/xenocara/app/xsystrace/Makefile N ports/base/xenocara/app/xterm/Makefile N ports/base/xenocara/app/xtsscale/Makefile N ports/base/xenocara/app/xvctl/Makefile N ports/base/xenocara/app/xvidtune/Makefile N ports/base/xenocara/app/xvinfo/Makefile N ports/base/xenocara/app/xwd/Makefile N ports/base/xenocara/app/xwininfo/Makefile N ports/base/xenocara/app/xwud/Makefile N ports/base/xenocara/lib/Makefile N ports/base/xenocara/lib/Makefile.inc N ports/base/xenocara/lib/fontconfig/Makefile N ports/base/xenocara/lib/freetype/Makefile N ports/base/xenocara/lib/freetype/typescript N ports/base/xenocara/lib/libFS/Makefile N ports/base/xenocara/lib/libGL/Makefile N ports/base/xenocara/lib/libGLU/Makefile N ports/base/xenocara/lib/libGLw/Makefile N ports/base/xenocara/lib/libICE/Makefile N ports/base/xenocara/lib/libSM/Makefile N ports/base/xenocara/lib/libX11/Makefile N ports/base/xenocara/lib/libXRes/Makefile N ports/base/xenocara/lib/libXScrnSaver/Makefile N ports/base/xenocara/lib/libXau/Makefile N ports/base/xenocara/lib/libXaw/Makefile N ports/base/xenocara/lib/libXcomposite/Makefile N ports/base/xenocara/lib/libXcursor/Makefile N ports/base/xenocara/lib/libXdamage/Makefile N ports/base/xenocara/lib/libXdmcp/Makefile N ports/base/xenocara/lib/libXext/Makefile N ports/base/xenocara/lib/libXfixes/Makefile N ports/base/xenocara/lib/libXfont/Makefile N ports/base/xenocara/lib/libXfontcache/Makefile N ports/base/xenocara/lib/libXft/Makefile N ports/base/xenocara/lib/libXi/Makefile N ports/base/xenocara/lib/libXinerama/Makefile N ports/base/xenocara/lib/libXmu/Makefile N ports/base/xenocara/lib/libXpm/Makefile N ports/base/xenocara/lib/libXt/Makefile N ports/base/xenocara/lib/libXrandr/Makefile N ports/base/xenocara/lib/libXrender/Makefile N ports/base/xenocara/lib/libXtst/Makefile N ports/base/xenocara/lib/libXv/Makefile N ports/base/xenocara/lib/libXvMC/Makefile N ports/base/xenocara/lib/libXxf86dga/Makefile N ports/base/xenocara/lib/libXxf86misc/Makefile N ports/base/xenocara/lib/libXxf86vm/Makefile N ports/base/xenocara/lib/libdmx/Makefile N ports/base/xenocara/lib/libdrm/Makefile N ports/base/xenocara/lib/libfontenc/Makefile N ports/base/xenocara/lib/libpciaccess/Makefile N ports/base/xenocara/lib/libpthread-stubs/Makefile N ports/base/xenocara/lib/libxcb/Makefile N ports/base/xenocara/lib/libxkbfile/Makefile N ports/base/xenocara/lib/libxkbui/Makefile N ports/base/xenocara/lib/libxtrans/Makefile N ports/base/xenocara/lib/pixman/Makefile N ports/base/xenocara/lib/xcb-util/Makefile N ports/base/xenocara/driver/Makefile N ports/base/xenocara/driver/Makefile.inc N ports/base/xenocara/driver/xf86-input-acecad/Makefile N ports/base/xenocara/driver/xf86-input-elographics/Makefile N ports/base/xenocara/driver/xf86-input-fpit/Makefile N ports/base/xenocara/driver/xf86-input-hyperpen/Makefile N ports/base/xenocara/driver/xf86-input-joystick/Makefile N ports/base/xenocara/driver/xf86-input-keyboard/Makefile N ports/base/xenocara/driver/xf86-input-mouse/Makefile N ports/base/xenocara/driver/xf86-input-mutouch/Makefile N ports/base/xenocara/driver/xf86-input-penmount/Makefile N ports/base/xenocara/driver/xf86-input-synaptics/Makefile N ports/base/xenocara/driver/xf86-input-usbtablet/Makefile N ports/base/xenocara/driver/xf86-input-vmmouse/Makefile N ports/base/xenocara/driver/xf86-input-void/Makefile N ports/base/xenocara/driver/xf86-input-ws/Makefile N ports/base/xenocara/driver/xf86-video-apm/Makefile N ports/base/xenocara/driver/xf86-video-ark/Makefile N ports/base/xenocara/driver/xf86-video-ati/Makefile N ports/base/xenocara/driver/xf86-video-i128/Makefile N ports/base/xenocara/driver/xf86-video-chips/Makefile N ports/base/xenocara/driver/xf86-video-cirrus/Makefile N ports/base/xenocara/driver/xf86-video-dummy/Makefile N ports/base/xenocara/driver/xf86-video-geode/Makefile N ports/base/xenocara/driver/xf86-video-glint/Makefile N ports/base/xenocara/driver/xf86-video-i740/Makefile N ports/base/xenocara/driver/xf86-video-intel/Makefile N ports/base/xenocara/driver/xf86-video-mach64/Makefile N ports/base/xenocara/driver/xf86-video-mga/Makefile N ports/base/xenocara/driver/xf86-video-neomagic/Makefile N ports/base/xenocara/driver/xf86-video-nv/Makefile N ports/base/xenocara/driver/xf86-video-openchrome/Makefile N ports/base/xenocara/driver/xf86-video-r128/Makefile N ports/base/xenocara/driver/xf86-video-radeonold/Makefile N ports/base/xenocara/driver/xf86-video-rendition/Makefile N ports/base/xenocara/driver/xf86-video-s3/Makefile N ports/base/xenocara/driver/xf86-video-sis/Makefile N ports/base/xenocara/driver/xf86-video-s3virge/Makefile N ports/base/xenocara/driver/xf86-video-savage/Makefile N ports/base/xenocara/driver/xf86-video-siliconmotion/Makefile N ports/base/xenocara/driver/xf86-video-sunffb/Makefile N ports/base/xenocara/driver/xf86-video-tdfx/Makefile N ports/base/xenocara/driver/xf86-video-trident/Makefile N ports/base/xenocara/driver/xf86-video-tseng/Makefile N ports/base/xenocara/driver/xf86-video-vesa/Makefile N ports/base/xenocara/driver/xf86-video-vmware/Makefile N ports/base/xenocara/driver/xf86-video-voodoo/Makefile N ports/base/xenocara/driver/xf86-video-wildcatfb/Makefile N ports/base/xenocara/driver/xf86-video-wsfb/Makefile N ports/base/xenocara/driver/xf86-video-wsudl/Makefile N ports/base/xenocara/font/Makefile N ports/base/xenocara/font/Makefile.inc N ports/base/xenocara/font/adobe-100dpi/Makefile N ports/base/xenocara/font/adobe-75dpi/Makefile N ports/base/xenocara/font/adobe-utopia-100dpi/Makefile N ports/base/xenocara/font/adobe-utopia-75dpi/Makefile N ports/base/xenocara/font/adobe-utopia-type1/Makefile N ports/base/xenocara/font/alias/Makefile N ports/base/xenocara/font/arabic-misc/Makefile N ports/base/xenocara/font/bh-100dpi/Makefile N ports/base/xenocara/font/bh-75dpi/Makefile N ports/base/xenocara/font/bh-lucidatypewriter-100dpi/Makefile N ports/base/xenocara/font/bh-lucidatypewriter-75dpi/Makefile N ports/base/xenocara/font/bh-ttf/Makefile N ports/base/xenocara/font/bh-type1/Makefile N ports/base/xenocara/font/bitstream-100dpi/Makefile N ports/base/xenocara/font/bitstream-75dpi/Makefile N ports/base/xenocara/font/bitstream-type1/Makefile N ports/base/xenocara/font/cronyx-cyrillic/Makefile N ports/base/xenocara/font/cursor-misc/Makefile N ports/base/xenocara/font/daewoo-misc/Makefile N ports/base/xenocara/font/dec-misc/Makefile N ports/base/xenocara/font/util/Makefile N ports/base/xenocara/font/dejavu-ttf/Makefile N ports/base/xenocara/font/encodings/Makefile N ports/base/xenocara/font/ibm-type1/Makefile N ports/base/xenocara/font/isas-misc/Makefile N ports/base/xenocara/font/jis-misc/Makefile N ports/base/xenocara/font/micro-misc/Makefile N ports/base/xenocara/font/misc-cyrillic/Makefile N ports/base/xenocara/font/misc-ethiopic/Makefile N ports/base/xenocara/font/misc-meltho/Makefile N ports/base/xenocara/font/misc-misc/Makefile N ports/base/xenocara/font/mutt-misc/Makefile N ports/base/xenocara/font/schumacher-misc/Makefile N ports/base/xenocara/font/screen-cyrillic/Makefile N ports/base/xenocara/font/sony-misc/Makefile N ports/base/xenocara/font/sun-misc/Makefile N ports/base/xenocara/font/winitzki-cyrillic/Makefile N ports/base/xenocara/font/xfree86-type1/Makefile N ports/base/xenocara/meta/Makefile N ports/base/xenocara/meta/pkg/DESCR N ports/base/xenocara/meta/pkg/PLIST N ports/base/xenocara/proto/Makefile N ports/base/xenocara/proto/Makefile.inc N ports/base/xenocara/proto/bigreqsproto/Makefile N ports/base/xenocara/proto/compositeproto/Makefile N ports/base/xenocara/proto/damageproto/Makefile N ports/base/xenocara/proto/dmxproto/Makefile N ports/base/xenocara/proto/dri2proto/Makefile N ports/base/xenocara/proto/fixesproto/Makefile N ports/base/xenocara/proto/fontcacheproto/Makefile N ports/base/xenocara/proto/fontsproto/Makefile N ports/base/xenocara/proto/glproto/Makefile N ports/base/xenocara/proto/inputproto/Makefile N ports/base/xenocara/proto/kbproto/Makefile N ports/base/xenocara/proto/pmproto/Makefile N ports/base/xenocara/proto/randrproto/Makefile N ports/base/xenocara/proto/recordproto/Makefile N ports/base/xenocara/proto/renderproto/Makefile N ports/base/xenocara/proto/resourceproto/Makefile N ports/base/xenocara/proto/scrnsaverproto/Makefile N ports/base/xenocara/proto/videoproto/Makefile N ports/base/xenocara/proto/x11proto/Makefile N ports/base/xenocara/proto/xcb-proto/Makefile N ports/base/xenocara/proto/xcmiscproto/Makefile N ports/base/xenocara/proto/xextproto/Makefile N ports/base/xenocara/proto/xf86bigfontproto/Makefile N ports/base/xenocara/proto/xf86dgaproto/Makefile N ports/base/xenocara/proto/xf86driproto/Makefile N ports/base/xenocara/proto/xf86miscproto/Makefile N ports/base/xenocara/proto/xf86vidmodeproto/Makefile N ports/base/xenocara/proto/xineramaproto/Makefile N ports/base/xenocara/xserver/Makefile N ports/base/xenocara/util/Makefile.inc N ports/base/xenocara/util/Makefile N ports/base/xenocara/util/gccmakedep/Makefile N ports/base/xenocara/util/macros/Makefile N ports/base/xenocara/util/makedepend/Makefile N ports/base/xenocara/pkg/PLIST N ports/base/xenocara/pkg/DESCR N ports/base/xenocara/kdrive/Makefile N ports/base/xenocara/data/Makefile N ports/base/xenocara/data/Makefile.inc N ports/base/xenocara/data/bitmaps/Makefile N ports/base/xenocara/data/xkeyboard-config/Makefile N ports/base/xenocara/distrib/notes/Makefile N ports/base/xenocara/share/mk/Makefile N ports/base/xenocara/share/pciids/Makefile N ports/base/xenocara/release/Makefile N ports/base/xenocara/release/pkg/DESCR N ports/base/xenocara/release/pkg/PLIST N ports/base/bootstrap/Makefile N ports/base/bootstrap/files/component-install N ports/base/bootstrap/pkg/PLIST N ports/base/bootstrap/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/01 03:58:53 Modified files: infrastructure/mk: bsd.port.mk Log message: fix base/xenocara location CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/01 03:59:52 Modified files: www/ruby-vegas : Makefile Log message: add missing dependency, spotted by nigel@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/01 04:25:33 Modified files: libexec/ld.so/sh: ldasm.S Log message: Clear r7 before passing control to the main object. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/01 04:33:45 Modified files: lib/csu/powerpc: crt0.c Log message: Register cleanup handler passed by ld.so with atexit(3). ok kurt@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/11/01 04:38:29 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document the return of USE_X11 and its reason. also PORTS_BUILD_XENOCARA_TOO. Don't use !!! if things break, it's your fault. CVSROOT: /cvs Module name: src Changes by: landry@cvs.openbsd.org 2012/11/01 04:46:30 src/regress/usr.bin/tail Update of /cvs/src/regress/usr.bin/tail In directory cvs.openbsd.org:/tmp/cvs-serv8802/tail Log Message: Directory /cvs/src/regress/usr.bin/tail added to the repository CVSROOT: /cvs Module name: src Changes by: landry@cvs.openbsd.org 2012/11/01 04:49:11 Added files: regress/usr.bin/tail: Makefile follow-newsyslog.sh follow-overwrite-by-file.out follow-overwrite-by-file.sh follow-overwrite-data.out follow-overwrite-data.sh follow-removed-recreated.out follow-removed-recreated.sh follow-renames.out follow-renames.sh Log message: Add regress tests for tail -f. newsyslog test failing atm on NFS.. ok sthen@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/11/01 05:55:53 Modified files: share/man/man5 : bsd.port.mk.5 Log message: tweak previous; CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/11/01 05:56:04 Modified files: www/icedtea-web: Makefile distinfo www/icedtea-web/patches: patch-Makefile_in Added files: www/icedtea-web/patches: patch-launcher_javaws_in Log message: Update to icedtea-web 1.3. - add a gtk3 flavor to be used by webkit-gtk3 browsers, tested with midori-gtk3. Mozilla doesnt care which version is installed and works with both. Webkit only sees icedtea if the gtk version match.. - fix javaws shebang to use bash (pointed out by jiri b) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/01 05:59:57 Modified files: devel/dconf : Makefile Added files: devel/dconf/patches: patch-shm_dconf-shm_c Log message: Fix a crash caused by a limitation of the current vm system (see uvm(9)): mapping descriptors PROT_WRITE without also specifying PROT_READ results in a segmentation fault when first accessing the mapping. OK ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/01 06:37:04 Modified files: devel/dconf/patches: patch-shm_dconf-shm_c Log message: BZ URL. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/11/01 08:04:16 Modified files: . : index.html Log message: 5.2 is out there, announcement coming soon CVSROOT: /cvs Module name: www Changes by: gsoares@cvs.openbsd.org 2012/11/01 08:19:01 Modified files: . : 52.html Log message: To be released -> Released CVSROOT: /cvs Module name: ports Changes by: zinke@cvs.openbsd.org 2012/11/01 08:38:10 Log message: import swarp Simple pointer warping tool for X. Warps the mouse pointer to a given position. ok landry@ Status: Vendor Tag: zinke Release Tags: zinke_20121101 N ports/x11/swarp/Makefile N ports/x11/swarp/distinfo N ports/x11/swarp/patches/patch-Makefile N ports/x11/swarp/patches/patch-config_mk N ports/x11/swarp/pkg/DESCR N ports/x11/swarp/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zinke@cvs.openbsd.org 2012/11/01 08:39:36 Log message: import lsw Lists the titles of all running X windows to stdout, similar to ls(1). Might be useful for script integration. ok landry@ Status: Vendor Tag: zinke Release Tags: zinke_20121101 N ports/x11/lsw/Makefile N ports/x11/lsw/distinfo N ports/x11/lsw/patches/patch-Makefile N ports/x11/lsw/patches/patch-config_mk N ports/x11/lsw/pkg/DESCR N ports/x11/lsw/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zinke@cvs.openbsd.org 2012/11/01 08:41:03 Log message: import irssi-xmpp irssi-xmpp is an irssi plugin to connect to the Jabber network. Its aim is to provide a good integration in this text-based irc client and a good support of XMPP (the Jabber protocol). Its main features are: - Sending and receiving messages in irssi's query windows - A roster with contact & resource tracking (contact list) - Contact management (add, remove, manage subscriptions) - Tab completion of commands, JIDs and resources - Many extensions supported (XEP) including Multi-User Chat (MUC) - Support for multiple accounts - Unicode support (UTF-8) - SSL and STARTTLS support ok landry@ gonzalo@ Status: Vendor Tag: zinke Release Tags: zinke_20121101 N ports/net/irssi-xmpp/Makefile N ports/net/irssi-xmpp/distinfo N ports/net/irssi-xmpp/pkg/DESCR N ports/net/irssi-xmpp/pkg/PLIST N ports/net/irssi-xmpp/patches/patch-config_mk No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zinke@cvs.openbsd.org 2012/11/01 08:46:23 Modified files: net : Makefile Log message: link net/irssi-xmpp CVSROOT: /cvs Module name: ports Changes by: zinke@cvs.openbsd.org 2012/11/01 08:49:25 Modified files: x11 : Makefile Log message: link x11/lsw and x11/swarp CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/01 08:53:39 Modified files: www/luakit : Makefile Log message: Add gstreamer dependencies the same way we do with the other webkit-based browsers to be able to have video/audio. ok jasper] abieber@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/01 08:56:33 Modified files: net/irssi-xmpp : Makefile Log message: Missing gettext MODULE. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/11/01 09:05:30 Modified files: faq : faq1.html faq2.html faq3.html faq4.html faq5.html faq6.html faq8.html faq9.html faq10.html faq13.html faq14.html faq15.html Log message: enter 5.2! CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/11/01 09:06:36 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: enter 5.2 CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/11/01 09:10:09 Modified files: faq : index.html Log message: rev for 5.2 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/01 10:37:49 Modified files: math/gnumeric : Makefile Log message: zap space CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/01 11:11:16 Modified files: devel/dconf : Makefile distinfo devel/dconf/pkg: PLIST-main Log message: Bugfix update to dconf-0.14.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/01 11:24:15 Modified files: math/gnumeric : Makefile Log message: tweak previous CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/01 12:26:01 Modified files: x11/gnome/tracker: Makefile distinfo x11/gnome/tracker/patches: patch-configure patch-src_libtracker-common_Makefile_in patch-src_tracker-control_Makefile_in x11/gnome/tracker/pkg: PLIST-main Log message: Update to (meta-)tracker-0.14.4. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/11/01 13:01:32 Modified files: editors/libreoffice: Makefile Log message: add missing run dependency of clucene CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/01 13:37:50 Modified files: libexec/ld.so/mips64: ldasm.S Log message: Zero v0 before transferring control to the main program to indicate that the main program should not reguster a cleanup handler with atexit(3). This will allow us to add the cleanup handler registration code to crt0.c and have ld.so pass its cleanup handler to the main program in the future. While there, also zero ra to mark the last stack frame as demanded by the ELF ABI. ok kurt@, miod@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/01 13:40:13 Modified files: sys/arch/sparc64/dev: vcctty.c Log message: When possible, send multiple characters per packet. Also, stop sending when the transmit queue is full. If the transmit queue is full, set a timeout to get things going again. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/11/01 13:49:22 Modified files: shells/ksh93 : Makefile Log message: Fix on hppa, found by landry@. And while here, likewise for powerpc. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/01 15:01:43 Modified files: sys/arch/alpha/alpha: vm_machdep.c Log message: In cpu_fork(), correctly set up the stack of the new process if required. This repairs tfork_thread() operation. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/01 15:09:17 Modified files: sys/arch/alpha/alpha: genassym.cf ipifuncs.c locore.s machdep.c trap.c sys/arch/alpha/include: cpu.h proc.h Log message: Switch alpha to per-process astpending. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2012/11/01 15:27:32 Modified files: usr.sbin/ikectl: ikectl.c Log message: Remove dead code that was a leftover from the initial code which was based on snmpctl. Found and committed from the plane in 10km (35.000 feet). No functional change and this diff doesn't touch any crypto code so the current country below me cannot blame me for importing / exporting any crypto. ok benno@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/01 15:31:55 Modified files: lang/smlnj : Makefile distinfo lang/smlnj/patches: patch-src_runtime_c-libs_smlnj-sockets_sockets-osdep_h patch-src_runtime_include_ml-unixdep_h patch-src_runtime_mach-dep_signal-sysdep_h Log message: - store the version in a variable instead of duplicating it all over - regen patches while here CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/01 16:07:07 Modified files: sbin/dhclient : kroute.c Log message: KNF some leading spaces into tabs. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/01 16:53:35 Modified files: devel/py-sip : Makefile distinfo Log message: update to sip 4.14.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/01 16:54:19 Modified files: x11/py-qt4 : Makefile distinfo x11/py-qt4/patches: patch-configure_py x11/py-qt4/pkg : PLIST-docs PLIST-main Log message: update to py-qt4 4.9.5 and enable phonon CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/11/01 17:20:26 Modified files: multimedia/xine-ui: Makefile Added files: multimedia/xine-ui/patches: patch-src_xitk_kbindings_c patch-src_xitk_xine-toolkit_dnd_c Log message: Two fixes from upstream.. - Fix keymap editor deadlock. - Fix out of array access. ok sthen@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/11/01 17:23:28 Modified files: faq : upgrade52.html Log message: more consistent formatting: no leading spaces in a
and as these are commands for the user to execute "as is", around 'em. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/11/01 18:56:16 Modified files: build : Makefile build/mirrors : anoncvs.html.head ftp.html.end ftp.html.head Log message: 5.2 CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/11/01 18:56:44 Modified files: build/mirrors : openssh-ftp.html.head Log message: sync to openssh 6.1 CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/11/01 18:58:32 Modified files: build : Makefile Log message: oops, revert some unintentional bits which aren't ready CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/11/01 19:00:10 Modified files: . : ftp.html anoncvs.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/11/01 19:09:15 Modified files: . : alpha.html amd64.html armish.html hp300.html hppa.html i386.html landisk.html loongson.html luna88k.html macppc.html mvme68k.html mvme88k.html sgi.html socppc.html sparc.html sparc64.html vax.html zaurus.html Log message: 5.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/01 19:42:51 Modified files: fonts : Makefile Log message: typo SUBIDR->SUBDIR CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/01 19:44:19 Modified files: infrastructure/templates: mk.conf.template Log message: sort .poison lines, add a couple more CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/11/01 19:48:14 Modified files: faq : upgrade52.html Log message: i386ism slipped past original contributor and me, but spotted by Damien Couderc (damien at petrocore dot eu). fix ok naddy@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/01 20:08:38 Modified files: lang/luajit : Makefile Added files: lang/luajit/patches: patch-src_host_buildvm_asm_c patch-src_lj_arch_h Log message: fix on powerpc, and add an explicit ONLY_FOR_ARCHS listing the arches which the JIT has been written for (though some may not work in the port yet). CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2012/11/01 22:59:22 Modified files: share/man/man4 : virtio.4 Log message: Correct capitalization of KVM/VirtualBox. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/11/02 00:01:51 Added files: images : openbsd52_cover.gif Removed files: images : openbsdcover52_cover.gif Log message: oops, filenames wrong CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/11/02 01:24:06 Modified files: de : 52.html index.html faq/de : faq1.html faq10.html faq13.html faq14.html faq15.html faq2.html faq3.html faq4.html faq5.html faq6.html faq8.html faq9.html index.html faq/fr : faq10.html faq13.html faq14.html faq2.html faq3.html faq8.html faq9.html faq/nl : faq10.html faq13.html faq14.html faq15.html faq2.html faq3.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/pt : index.html shortcuts.html tables.html faq/pf/ru : pools.html queueing.html fr : 52.html alpha.html amd64.html armish.html hp300.html hppa.html i386.html index.html landisk.html luna88k.html macppc.html mvme68k.html mvme88k.html socppc.html sparc.html sparc64.html vax.html zaurus.html nl : index.html pt : index.html ru : index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/11/02 01:59:00 Modified files: editors/libreoffice: Makefile editors/libreoffice/pkg: PLIST-main Log message: fix duplicate entries; noted by Nigel Taylor CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2012/11/02 04:12:21 Modified files: share/man/man4 : vio.4 vioblk.4 virtio.4 Log message: BHyVe and QEMU also provide virtio. ok sf@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/11/02 04:24:58 Modified files: lib/libsndio : amsg.h aucat.c aucat.h mio_aucat.c sio_aucat.c usr.bin/aucat : sock.c sock.h Log message: Use dedicated messages for flow control instead of abusing clock tick messages and enable flow control for MIDI. Since this requires protocol version bump, both sndiod and libsndio must be kept up to date to work together. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/11/02 05:08:32 Modified files: usr.bin/aucat : wav.c Log message: Initialize wav structure enough for wav_close() to work in the error code path. Fixes crashes when wav_close() is called on uninitialized wav structure. With help from Remco , thanks! CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/11/02 05:16:58 Modified files: usr.bin/aucat : wav.c Log message: Dont insert twice recorded wav files (-o) on the list of recorded files; with help from Remco CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/11/02 05:25:12 Modified files: faq : faq6.html Log message: Maurice Janssen pointed out I changed a RAMDISK_CD banner to a GENERIC banner. Ooops! CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/11/02 05:41:14 Modified files: de : alpha.html amd64.html anoncvs.html armish.html ftp.html hp300.html hppa.html i386.html landisk.html loongson.html macppc.html mvme68k.html mvme88k.html sgi.html socppc.html sparc.html sparc64.html vax.html zaurus.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 nl : anoncvs.html 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: www Changes by: sthen@cvs.openbsd.org 2012/11/02 05:53:55 Modified files: faq/ports : guide.html Log message: tweak the section about importing ports; recommend -n, don't recommend relying on CVSROOT. ok aja@ CVSROOT: /cvs Module name: ports Changes by: bmercer@cvs.openbsd.org 2012/11/02 05:55:25 Log message: Initial port of Source Code Pro fonts OK sthen@ Status: Vendor Tag: bmercer Release Tags: bmercer_2012-Nov-02 N ports/fonts/adobe-source-code-pro/Makefile N ports/fonts/adobe-source-code-pro/distinfo N ports/fonts/adobe-source-code-pro/pkg/DESCR N ports/fonts/adobe-source-code-pro/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/11/02 05:56:13 Modified files: faq/ports : guide.html Log message: use a full path when changing directory before import CVSROOT: /cvs Module name: ports Changes by: bmercer@cvs.openbsd.org 2012/11/02 05:59:46 Modified files: fonts : Makefile Log message: Include the new font OK sthen@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/11/02 06:07:57 Modified files: sys/dev/pckbc : pms.c Log message: Don't OR flags into an uninitialized variable in elantech hardware v1 code. Fix by oga, via mikeb. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2012/11/02 07:14:05 Modified files: sys/netinet6 : ip6_output.c Log message: unbreak ramdisks, we need to include tcp/udp.h unconditionally now and not dependent on ipsec. puzzled how this went by since I did run full mkrs... pbly lost in my forest of trees :( report Amit Kulkarni , fix me, ok kettenis beck krw CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/02 07:59:21 Modified files: x11/i3 : Makefile x11/i3/patches : patch-src_x_c Added files: x11/i3/patches : patch-include_data_h Log message: Bugfix: force rendering when the parent's orientation changed. Otherwise, the split indicator might not be refreshed even though it should be. (upstream git commit e7a4580c5f5f895df2990dae0f26a8662d58d80f) CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/11/02 08:17:35 Modified files: . : index.html Log message: Link to errata52, from Steffen Daode Nurpmeso. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/02 08:23:49 Modified files: sbin/dhclient : dispatch.c Log message: Watch the non-privileged end of the pipe to the privileged child process. So when the child dies, the parent exits immediately. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/11/02 08:46:43 Modified files: usr.sbin/smtpd : scheduler.c scheduler_ramqueue.c smtpd.h Log message: Make counters more informative in the scheduler: - Change the scheduler backend API a bit: commit() and rollback() API calls return the number of envelopes added or canceled; put the number of envelopes in the structure returned by batch(). - Properly report the number of incoming, registered, removed and expired envelopes, as well as the outcome of deliveries. ok gilles@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/11/02 09:10:28 Modified files: sys/arch/i386/i386: cpu.c sys/arch/amd64/amd64: cpu.c Log message: uvm_km_alloc() allocs bytes rounded up to the nearest page not pages. Problem spotted by and diff to fix this (and convert to km_alloc) from oga ok deraadt@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/11/02 10:02:33 Modified files: usr.sbin/smtpd : mda.c smtpd.c smtpd.h Log message: Consistency and robustness improvements in mda: - Introduce a mda_getlastline function(); improve the code to avoid useless allocations and string formatting; make it return the last line with content (skip trailing empty lines if found). - Add a mechanism by which the mda can request the parent to abort a local delivery by killing the process. - Use ioev/iobuf for draining data to the delivery process. - Make sure to catch all transient errors and make them result in a tempfail rather than calling fatal(). - Make sure that the envelope status is properly set for all failures. - Stop using SMTP response codes; it makes no sense in this context. ok gilles@ CVSROOT: /cvs Module name: www Changes by: rpe@cvs.openbsd.org 2012/11/02 10:06:32 Modified files: faq/ports : ports.html Log message: use current release in example and man page link ok sthen@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/11/02 10:35:21 Modified files: share/man/man9 : style.9 Log message: replace "err(1, (char *)NULL);" with "err(1, NULL);" from Rafael ok haesbaert ratchov CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/02 11:29:38 Modified files: sbin/dhclient : dhclient.c Log message: Don't add a 'nameserver' line to resolv.conf if the nameserver in question is the empty string. Spotted by Joerg Zinke. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2012/11/02 11:40:46 Modified files: regress/usr.sbin/relayd: funcs.pl Log message: Make the relayd regression tests more verbose. Write everything received from or sent to relayd into the client and server log file. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2012/11/02 11:44:49 Modified files: regress/usr.sbin/relayd: Relayd.pm Log message: Ktrace the relayd during the test if the KTRACE environment variable is set. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2012/11/02 11:47:04 Modified files: regress/usr.sbin/relayd: args-http-chunked.pl relayd.pl Log message: Allow to specify how often a pattern has to show up in the relayd log file during a test. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2012/11/02 12:02:45 Modified files: usr.sbin/bgpd : bgpd.c Log message: Unstick bgpctl reload after reloading a bgpd.conf with errors. ok claudio, benno CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/11/02 12:18:15 Modified files: lib/libc/stdlib: malloc.3 malloc.c Log message: Add a new malloc option 'U' => "Free unmap" that does the guarding/ unmapping of freed allocations without disabling chunk randomisation like the "Freeguard" ('F') option does. Make security 'S' option use 'U' and not 'F'. Rationale: guarding with no chunk randomisation is great for debugging use-after-free, but chunk randomisation offers better defence against "heap feng shui" style attacks that depend on carefully constructing a particular heap layout so we should leave this enabled when requesting security options. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/11/02 12:59:06 Removed files: util/cf : Amoeba.cf COPYING ChangeLog DGUX.cf DragonFly.cf FreeBSD.cf INSTALL Imake.cf Imake.rules Imake.tmpl Library.tmpl Makefile.am Makefile.bsd-wrapper Makefile.in Mips.cf Motif.rules Motif.tmpl NetBSD.cf Oki.cf OpenBSD.cf OpenBSDLib.rules OpenBSDLib.tmpl QNX4.cf QNX4.rules README Server.tmpl ServerLib.tmpl Threads.tmpl Win32.cf Win32.rules WinLib.tmpl X11.rules X11.tmpl aclocal.m4 apollo.cf bsd.cf bsdLib.rules bsdLib.tmpl bsdi.cf bsdiLib.rules bsdiLib.tmpl cde.rules cde.tmpl config.guess config.sub configure configure.ac convex.cf cray.cf cross.def cross.rules cygwin.cf cygwin.rules cygwin.tmpl darwin.cf darwinLib.rules darwinLib.tmpl dmx.cf fujitsu.cf generic.cf gnu.cf gnuLib.rules gnuLib.tmpl hp.cf hpLib.rules hpLib.tmpl ibm.cf ibmLib.rules ibmLib.tmpl install-sh isc.cf linux.cf lnxLib.rules lnxLib.tmpl lnxdoc.rules lnxdoc.tmpl luna.cf lynx.cf macII.cf mach.cf mingw.cf mingw.rules mingw.tmpl minix.cf missing moto.cf ncr.cf nec.cf necLib.rules necLib.tmpl noop.rules nto.cf nto.rules oldlib.rules os2.cf os2.rules os2Lib.rules os2Lib.tmpl os2def.db osf1.cf osfLib.rules osfLib.tmpl pegasus.cf sco.cf sco5.cf scoLib.rules sequent.cf sequentLib.rules sgi.cf sgiLib.rules sgiLib.tmpl site.def.in site.sample sony.cf sun.cf sunLib.rules sunLib.tmpl sv3Lib.rules sv3Lib.tmpl sv4Lib.rules sv4Lib.tmpl svr3.cf svr4.cf ultrix.cf usl.cf x386.cf xf86.rules xf86.tmpl xf86site.def xfree86.cf xorg.cf xorg.tmpl xorgsite.def xorgversion.def xprint_host.def util/imake : COPYING ChangeLog INSTALL Makefile.am Makefile.bsd-wrapper Makefile.in README aclocal.m4 ccmakedep.man cleanlinks cleanlinks.man compile config.guess config.h.in config.sub configure configure.ac depcomp imake.c imake.man imakemdep.h install-sh makeg makeg.man mdepend.cpp mergelib.cpp mergelib.man missing mkdirhier mkdirhier.man mkhtmlindex.man mkhtmlindex.pl mkhtmlindex.sh revpath.c revpath.man xmkmf.cpp xmkmf.man share/pciids : Makefile pcidevs2pciids.pl Log message: Remove things that are no longer linked to the build: imake,cf and pciids CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/11/02 13:10:19 Modified files: cs : index.html de : index.html faq/cs : faq2.html faq3.html faq9.html faq/nl : faq1.html faq5.html faq6.html faq8.html faq9.html index.html faq/pf/cs : index.html macros.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/02 13:10:51 Modified files: sys/arch/alpha/alpha: trap.c Log message: typo CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/11/02 13:30:57 Modified files: usr.sbin/smtpd : smtp_session.c smtpd.h Log message: Add a "kick counter" that gets incremented on each command, to detect clients that don't do their best to do something useful, and just hog the session. When that kick counter reaches the limit, the client is disconnected. The counter is reset after the first HELO/EHLO command, after tls is established, after a succesful authentication, and after a message is accepted. It is decremented when a RCPT is accepted. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/02 13:48:37 Modified files: fonts/ja-kanjistrokeorders-ttf: Makefile Log message: red herring, no need for USE_X11. the actual error was due to extra space... CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/02 14:21:32 Modified files: sbin/dhclient : kroute.c Log message: Avoid some misaligned access on sparc64 (at least) by bcopy()'ing in_addr_t values into s_addr's rather than assigning them. Possibly not the ideal solution, but at least dhclient will work again on sparc64. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/02 15:53:16 Modified files: usr.sbin/pwd_mkdb: Makefile Log message: Remove 13 years old compiler bug workaround on m68k. Apparently fixed or swept under the rug as part of the bunch of compiler fixes in the last 10+ years. No objection from espie@ (who doesn't remember exactly what the issue used to be) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/02 15:54:37 Modified files: gnu/usr.sbin/sendmail/libsmutil: Makefile Log message: Remove mips64 -fno-stack-protector addition; at the moment gcc4 used on mips64 does not implement stack-protector, and when it does, the workaround might not be necessary after all. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/02 17:34:57 Modified files: sys/dev/pci : if_oce.c if_ocereg.h if_ocevar.h Log message: Introduce better and simpler producer/consumer queue iterator implementation that is usable for both producer (rq, wq, mq) and consumer (eq, cq) rings. CVSROOT: /cvs Module name: src Changes by: brynet@cvs.openbsd.org 2012/11/02 18:05:41 Modified files: sys/dev/pci : if_oce.c Log message: Obligatory second oce commit for tonight. No binary change. ok mikeb@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/02 18:23:26 Modified files: sys/dev/pci : if_oce.c if_ocevar.h Log message: s/OCE_DMAPTR/OCE_MEM_KVA/ and don't require a type CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/02 19:59:31 Modified files: sbin/dhclient : kroute.c Log message: While this identical idiom caused problems when building an ifaliasreq to *add* an address, here (building an ifaliasreq to delete an address) it worked fine. But change it to the bcopy() dance that works in the adding case just to be consistant until a sparc64/gcc guru is cornered in a bar with a full keg of guiness. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/02 21:23:20 Modified files: devel/py-pyprof2calltree: Makefile Log message: zap space CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/02 21:25:00 Modified files: devel/py-xmlrunner: Makefile Log message: zap space CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/02 21:25:32 Modified files: devel/py-coverage: Makefile Log message: zap space CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/02 21:26:09 Modified files: telephony/appkonference: Makefile Log message: zap space CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/02 21:26:59 Modified files: fonts/zh-arphicttf: Makefile Log message: zap space, remove bogus USE_X11 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/02 21:27:48 Modified files: math/lpsolve/python: Makefile Log message: zap space CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/02 21:29:40 Modified files: games/xbl : Makefile Log message: now that imake is in ports, we need to depend on it. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/11/03 02:41:25 Modified files: regress/usr.bin/tail: follow-newsyslog.sh follow-overwrite-by-file.sh follow-overwrite-data.sh follow-removed-recreated.sh follow-renames.sh Log message: local variables are only used in functions. Add missing RCS Ids. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/03 03:40:05 Modified files: infrastructure/mk: bsd.port.mk Log message: determine the xenocara makefile name directly, as it is inconvenient to do if you're not sure you have the right WRKSRC. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/03 03:41:55 Modified files: base/xenocara : Makefile xenocara.port.mk base/xenocara/meta: Makefile base/xenocara/release: Makefile Log message: forgot to relink release, fix it so that we try to build it. pieces to try to compile directly from cvs (but xenocara needs to stop reaching out in share/mk for that to work) move xmessage to necessary build components, as some windowmaker widget tests for its presence. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/03 03:47:08 Modified files: base/xenocara/kdrive: Makefile base/xenocara/release: Makefile Log message: build kdrive "when needed". CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/11/03 07:43:57 Modified files: sys/dev/pckbc : pms.c Log message: Handle elantech touchpad buttons in a common code path for all hardware variants. ok shadchin mikeb mpi CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/11/03 08:51:41 Modified files: usr.bin/mg : buffer.c def.h Log message: This should be void. CVSROOT: /cvs Module name: xenocara Changes by: espie@cvs.openbsd.org 2012/11/03 09:19:02 Modified files: share/mk : Makefile bsd.xorg.mk Log message: simplify directory interdependencies: install package_version.m4 avoid VAR != cmd which is run every which time, prefer VAR = `cmd` where applicable. okay matthieu@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/11/03 09:24:50 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: src Changes by: haesbaert@cvs.openbsd.org 2012/11/03 09:36:03 Modified files: usr.bin/mg : dired.c Log message: Don't leak a file descriptor when testing for permissions, also make sure directory is executable, otherwise we can't list it. Found by and original diff from RustyBSD. While here, strlen returns a size_t not an int. ok florian. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2012/11/03 10:26:32 Modified files: usr.bin/mg : echo.c Log message: kill dead assignment, found by llvm ok haesbaert, lum, benno CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2012/11/03 10:28:14 Modified files: usr.bin/mg : echo.c Log message: fix potential memory leak, found by llvm ok haesbaert, lum, benno CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/03 10:54:34 Modified files: sbin/dhclient : dhclient.c dhcpd.h privsep.c Log message: Various fixes/tweaks for resolv.conf handling: 1) Don't leak a file descriptor if there are no contents for resolv.conf. 2) Allow for only resolv.conf.tail to go into resolv.conf. 3) Don't need to pass around interface name when creating resolv.conf. 4) Don't leave 0 length resolv.conf lying around if there are no contents. CVSROOT: /cvs Module name: src Changes by: bmercer@cvs.openbsd.org 2012/11/03 13:16:57 Modified files: sys/arch/beagle/dev: omehci.c Log message: Let this build again. diff from deraadt "Sure you can commit that" deraadt@ CVSROOT: /cvs Module name: www Changes by: lteo@cvs.openbsd.org 2012/11/03 13:17:17 Modified files: . : 52.html Log message: Sync with fixes from final round of 5.2 ANNOUNCEMENT edits CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/03 16:35:40 Modified files: etc/etc.sparc64: MAKEDEV.md Log message: Add /dev/ldom[0-3]. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/03 16:36:16 Modified files: etc/etc.sparc64: MAKEDEV Log message: regen CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/11/03 18:22:50 Modified files: net/samba : Makefile distinfo net/samba/patches: patch-source3_configure_in Log message: Update to Samba 3.6.9. ok MAINTAINER CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/03 21:25:31 Modified files: sbin/dhclient : dhclient.c dhcpd.h kroute.c privsep.c Log message: No need to pass interface name around when creating routes. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/03 21:36:39 Modified files: sbin/dhclient : dhclient.c dhcpd.h kroute.c privsep.c Log message: No need to pass interface name around when flushing routes. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/03 21:44:48 Modified files: sbin/dhclient : privsep.c Log message: Use consistant initialization idiom to reduce confusion. CVSROOT: /cvs Module name: www Changes by: lteo@cvs.openbsd.org 2012/11/03 22:17:17 Modified files: faq : current.html Log message: Remove 5.2 stuff. ok nick CVSROOT: /cvs Module name: www Changes by: rpe@cvs.openbsd.org 2012/11/04 01:35:59 Modified files: faq/ports : guide.html Log message: add missing
's CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/11/04 01:15:34 www/opensmtpd/cs Update of /cvs/www/opensmtpd/cs In directory cvs.openbsd.org:/tmp/cvs-serv19895/opensmtpd/cs Log Message: Directory /cvs/www/opensmtpd/cs added to the repository CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/11/04 01:15:48 Modified files: cs : ftp.html index.html de : index.html faq/cs : faq1.html faq4.html index.html faq/de : faq6.html faq/pf/cs : config.html filter.html tables.html faq/ru : faq1.html faq2.html index.html nl : index.html openbgpd/ru : ftp.html openntpd/ru : ftp.html portable.html openssh/ru : ftp.html portable.html ru : anoncvs.html index.html Added files: faq/cs : faq11.html opensmtpd/cs : index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/04 01:27:16 Modified files: mail/gmime : Makefile distinfo Log message: Bugfix update to gmime-2.6.12. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/11/04 03:38:43 Modified files: usr.bin/ssh : auth2-pubkey.c sshd.c sshd_config.5 Log message: Remove default of AuthorizedCommandUser. Administrators are now expected to explicitly specify a user. feedback and ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/11/04 04:09:17 Modified files: usr.bin/ssh : auth.h auth1.c auth2.c monitor.c servconf.c servconf.h sshd.c sshd_config.5 Log message: Support multiple required authentication via an AuthenticationMethods option. This option lists one or more comma-separated lists of authentication method names. Successful completion of all the methods in any list is required for authentication to complete; feedback and ok markus@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/11/04 04:40:11 Modified files: devel : Makefile productivity/tryton: Makefile Log message: fix mistyped versions of "SUBDIR" CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/04 06:33:32 Modified files: sys/arch/mvme68k/dev: cl.c clock.c mcreg.h nvram.c pccreg.h pcctworeg.h wl.c sys/arch/mvme68k/include: _types.h Log message: Switch mvme68k to timecounters. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/04 06:34:51 Modified files: sys/arch/mvme68k/stand/sboot: srec.c Log message: Real prototypes, better integer types, pass -Wall. No functional change. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/04 06:36:47 Modified files: sys/arch/mvme68k/stand: Makefile.inc sys/arch/mvme68k/stand/sboot: Makefile etherfun.c sboot.c sboot.h Log message: Make the s-records boot loader use the same stage1/stage2 addresses as the other boot blocks. Crank stage1 from 64KB to 1MB to accomodate non-mvme147 BUG. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/04 06:40:51 Modified files: gnu/usr.bin/lynx: Makefile.bsd-wrapper Log message: Less pessimistic OPT value for m68k. CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2012/11/04 09:30:44 Modified files: sys/arch/loongson/stand/boot: Makefile Makefile.inc Log message: Simplify Makefiles a bit, removing redundant stuff. ok espie@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/04 09:41:14 Modified files: x11/gtksourceview3: Makefile distinfo x11/gtksourceview3/patches: patch-configure Log message: - update to gtksourceview-3.6.1 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/04 10:12:36 Modified files: etc : Makefile Added files: etc/rc.d : ldomd Log message: Script for ldomd(8). ok dcoppa@, deraadt@ CVSROOT: /cvs Module name: xenocara Changes by: tobiasu@cvs.openbsd.org 2012/11/04 10:20:33 Modified files: xserver/hw/xfree86/common: xf86AutoConfig.c Log message: Include declaration of sparcDriverName() Fixes segfault on sunffb graphics. ok matthieu@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/04 10:37:10 Modified files: usr.sbin/ldomd : ldomd.c Added files: usr.sbin/ldomd : hvctl.h Log message: Split out hvctl protocol definitions in a seperate header file. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/04 11:14:09 Modified files: usr.sbin/ldomctl: Makefile ldomctl.c Added files: usr.sbin/ldomctl: ldomctl.8 Log message: Factor out some code. Use the "hvctl.h" header from ldomd. Add man page. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/04 11:57:10 Modified files: usr.sbin/ldomd : ds.c ds.h Log message: Call service start function if a particular domain service has been successfully registered. Export ds_conn_handle(). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/04 11:59:02 Modified files: usr.sbin/ldomctl: Makefile ldomctl.c Removed files: usr.sbin/ldomctl: ds.c ds.h Log message: Switch over to using the ds.[ch] from ldomd(8). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/04 12:04:11 Added files: usr.sbin/ldomctl: pri.c Log message: Switch over to using the ds.[ch] from ldomd(8). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/04 12:58:43 Modified files: databases/redis: Makefile Log message: add an XXX about using the internal lua ok dcoppa@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/04 13:09:02 Modified files: usr.sbin/ldomctl: Makefile ldomctl.c Added files: usr.sbin/ldomctl: mdstore.c mdstore.h Log message: Support for listing configurations store on the SP. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/11/04 14:34:11 Modified files: print/poppler-data: Makefile distinfo Log message: Update to poppler-data-0.4.6. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/11/04 14:37:37 Modified files: usr.sbin/ldomctl: ldomctl.8 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/04 14:44:20 Modified files: usr.sbin/ldomctl: ldomctl.c mdstore.c mdstore.h Log message: Add support for selecting a configuration stored on the SP. CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2012/11/04 14:44:43 Modified files: net/nagios/check_esxi_hardware: Makefile distinfo Log message: Update to 20121027. Adds workaround for Dell PE x620 machines: "[T]he CIM element "System Board 1 Riser Config Err 0: Connected" returned a code of 12, which, according to the CIM documentation, means "Not connected". But all affected users had an actual Riser Card connected and working. So this return code does not make sense." ok sthen@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/04 14:47:22 Modified files: etc : rc rc.conf Log message: Start ldomd(8). CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/11/04 15:16:04 Modified files: net/zabbix : Makefile distinfo net/zabbix/patches: patch-configure patch-src_zabbix_agent_zabbix_agentd_c net/zabbix/pkg : PLIST-web Log message: update to 2.0.3 and fix the traceroute binary path CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/04 16:28:07 Modified files: usr.sbin/ldomd : ds.c Log message: Consume ACKs when doing large sends. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/04 16:30:38 Modified files: usr.sbin/ldomctl: ldomctl.c mdstore.c mdstore.h Log message: A bit more SP configuration code. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/11/04 16:40:59 Modified files: sbin/dhclient : dispatch.c Log message: Properly clear the UP flag while forcing the interface down/up rather than setting all flags to zero. ok krw deraadt CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/11/04 20:13:21 Modified files: faq : upgrade52.html Log message: another file to delete: /usr/rc.d/btd CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/11/04 20:38:09 Modified files: faq : faq11.html Log message: missed a 50->51 change last time 'round, so didn't find it when searching for 51 this time around. thanks to Tomas Bodzar! CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/04 20:49:16 Modified files: sbin/dhclient : kroute.c Log message: Some systems give ENETUNREACH when trying to add the 'standard' host route, a.k.a. 'route add w.x.y.z 127.0.0.1'. Since dhclient-script ignored the failure, ignore it here too until it can be explained or we stop creating these routes. CVSROOT: /cvs Module name: www Changes by: rpe@cvs.openbsd.org 2012/11/05 00:01:10 Modified files: faq/ports : ports.html Log message: sqlite3 is in base now remove the part about installing sqlite3 package CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/05 00:10:15 Modified files: net/telepathy/telepathy-logger: Makefile distinfo net/telepathy/telepathy-logger/patches: patch-configure Log message: Update to telepathy-logger-0.6.0. ok jasper@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/05 00:10:54 Modified files: net/telepathy/telepathy-glib: Makefile distinfo Log message: Update to telepathy-glib-0.20.0. ok jasper@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/05 01:03:53 Modified files: databases/pgbouncer: Tag: OPENBSD_5_2 Makefile Added files: databases/pgbouncer/patches: Tag: OPENBSD_5_2 patch-src_objects_c Log message: Security fix for CVE-2012-4575, pgbouncer: DoS (pooler server shutdown) by adding database with large name ok pea@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/11/05 01:07:09 Modified files: etc : MAKEDEV.mi Log message: Run chown/chgrp iff the preceding mknod call worked; thus if if there's actually something to chown/chgrp. ok todd@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/11/05 01:22:13 Modified files: faq/cs : faq4.html index.html faq/fr : current.html faq5.html faq6.html faq/pf/cs : index.html fr : 52.html ftp.html index.html sgi.html openbgpd/fr : ftp.html openntpd/fr : ftp.html portable.html openssh/fr : ftp.html portable.html Added files: faq/pf/cs : perf.html ru : 52.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/05 01:24:00 Modified files: www : Makefile Log message: hookup ruby18 flavor of ruby-vegas too CVSROOT: /cvs Module name: src Changes by: landry@cvs.openbsd.org 2012/11/05 01:58:39 Modified files: lib/libpthread/include: pthread.h Log message: typedef pthread_key_t to an int instead of a volatile int, reverts a chunk from r1.11. This allows webkit with --enable-debug to build, and is in line with what FreeBSD/NetBSD uses. ok kettenis@ guenther@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/05 02:26:45 Modified files: devel/glib2mm : Makefile distinfo devel/glib2mm/pkg: PLIST Log message: Maintenance update to glib2mm-2.34.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/05 03:41:24 Modified files: security/gnutls: Makefile distinfo security/gnutls/pkg: PLIST Log message: Update to gnutls-3.1.3. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/05 03:43:55 Modified files: x11/py-qt3 : Makefile Log message: Cope with a #define which was removed by the recent py-sip update. Build problem spotted by landry@, thanks! CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/05 03:47:39 Modified files: databases/redis: Makefile Log message: Amend XXX comment CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/05 03:59:43 Modified files: www/p5-WWW-YouTube-Download: Makefile distinfo Removed files: www/p5-WWW-YouTube-Download/patches: patch-bin_youtube-download patch-lib_WWW_YouTube_Download_pm Log message: update to p5-WWW-YouTube-Download 0.41, from maintainer Mikolaj Kucharski CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/05 04:15:11 Modified files: graphics/hugin : Makefile Log message: Really mark hugin as BROKEN on PIE arches, like I thought I did earlier. - pointed out by dcoppa@ Hugin doesn't build with PIE: /usr/bin/ld: /usr/ports/pobj/hugin-2011.4.0/build-amd64/src/hugin1/base_wx/libhuginbasewx.so.0.0: invalid string offset 3068412456 >= 54218 for section `.dynstr' and neither Hugin nor wxWidgets build with CFLAGS -fno-pie / LDFLAGS -nopie (ld segfaults). CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/11/05 05:12:36 Modified files: x11/spectrwm : Makefile distinfo Log message: Update to 2.1.0: Improved bar_action handling to eliminate the need for bar_delay. Renamed screen_* bindings to rg_*; config files using the old bindings are still supported. Fixed handling of region focus with empty workspaces. Fixed toggle_bar not working on empty workspaces. Fixed issue where multiple key actions might be handled simultaneously. Fixed focus behavior when iconified windows exist in the ws. Fixed windows not being unmapped on single-monitor fullscreen layout. Fixed mouse and keyboard binds to work regardless of caps/numlock state. Fixed a couple segfaults. Fixed a couple memleaks. Kill bar_action script oAn an unclean exit. Add startup exception mechanism that display error messages in the bar. Add config file check that uses startup exceptions to tell user if the file has issues. Ok aja@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/11/05 06:13:04 Modified files: usr.bin/tmux : tmux.h Log message: Show last client activity time in default choose-client list. CVSROOT: /cvs Module name: ports Changes by: zinke@cvs.openbsd.org 2012/11/05 06:14:23 Modified files: x11/dmenu : Makefile Added files: x11/dmenu/patches: patch-dmenu_c Log message: patch same (non-default) colors used in other suckless ports (e.g. dwm, tabbed, slock) ok jim@ (maintainer) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/05 06:20:16 Modified files: sys/arch/sparc/include: _types.h intr.h sys/arch/sparc/sparc: clock.c intr.c locore.s machdep.c Log message: Switch sparc to timecounters. Heavily based on NetBSD. CVSROOT: /cvs Module name: ports Changes by: zinke@cvs.openbsd.org 2012/11/05 06:24:39 Modified files: x11/st : Makefile distinfo x11/st/patches : patch-Makefile patch-config_def_h patch-config_mk Log message: Update st to version 0.3 From the suckless announcement, the biggest changes are: * New drawing code, which is way more faster and comparable to the other terminals out there. * Many new escape sequences are supported: * setting the title * LNM, KAM, SI, SO, SUB, CAN, DA, DECID. OSC, DSC, PM, APC, CHT, HTS, CBT, SM, RM, standout mode ??? (See st.info.) * Linedrawing is now supported * Xft and Fontcache is now used to draw fonts. * support for italic and bold italic font drawing * Some more commandline parameters are available. (See manpage.) * easy debugging with: st -o - | cat -v * nyancat(1) works. * external support of utmp entries by using utmp(1) ok gonzalo@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/05 06:56:04 Modified files: devel/dconf/patches: patch-shm_dconf-shm_c Log message: Committed upstream. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/11/05 09:29:51 Modified files: x11/qt4 : Makefile Added files: x11/qt4/patches: patch-src_3rdparty_webkit_Source_JavaScriptCore_jit_ExecutableAllocatorFixedVMPool_cpp Log message: Fix QtWebkit on amd64. With the default 512Mb datasize ulimit, any app using it crashes right away at startup, since it tries to preallocate 1Gb of memory. From webkit's patch-Source_JavaScriptCore_jit_ExecutableAllocatorFixedVMPool_cpp tested with mnemosyne & arora. CVSROOT: /cvs Module name: src Changes by: landry@cvs.openbsd.org 2012/11/05 10:52:15 Modified files: gnu/usr.bin/binutils/bfd: elf32-ppc.c gnu/usr.bin/binutils/include/elf: ppc.h Log message: Backport a powerpc --relax fix present in binutils 2.17. This allows mozilla trunk to finally link again on ppc (with --relax), otherwise it fails badly with relocations overflow. From http://sourceware.org/ml/binutils/2005-01/msg00115.html ok kettenis@, no objection miod@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/11/05 10:57:51 Modified files: lang/parrot : Makefile distinfo lang/parrot/patches: patch-config_gen_makefiles_root_in patch-config_init_hints_openbsd_pm lang/parrot/pkg: PLIST lang/nqp : Makefile distinfo lang/nqp/pkg : PLIST lang/rakudo : Makefile distinfo lang/rakudo/patches: patch-tools_build_Makefile_in lang/rakudo/pkg: PLIST Added files: lang/rakudo/patches: patch-rakudo_tools_build_Makefile_in Removed files: lang/nqp/patches: patch-src_6model_serialization_c Log message: Update to parrot 4.9.0, nqp/rakudo 2012.10. Tested on amd64/powerpc. Still broken on sparc64 (though differently), tested by landry@. ok landry@ CVSROOT: /cvs Module name: src Changes by: shadchin@cvs.openbsd.org 2012/11/05 12:08:29 Modified files: sys/dev/pckbc : pms.c Log message: Fix memory leak in error paths for synaptics and alps (pointed stsp@). Also small simplify elantech part. ok stsp@, mpi@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/11/05 12:32:27 Modified files: print/poppler : Makefile Log message: Let configure properly detect jpeglib.h. This affects quite some C++ classes, so all shared libs get a major bump. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/05 12:39:35 Modified files: sys/altq : altq_subr.c sys/arch/alpha/include: _types.h sys/arch/amd64/include: _types.h sys/arch/armish/include: _types.h sys/arch/aviion/include: _types.h sys/arch/beagle/include: _types.h sys/arch/gumstix/include: _types.h sys/arch/hp300/include: _types.h sys/arch/hppa/include: _types.h sys/arch/hppa64/include: _types.h sys/arch/i386/include: _types.h sys/arch/luna88k/include: _types.h sys/arch/ia64/include: _types.h sys/arch/mips64/include: _types.h sys/arch/mvme68k/include: _types.h sys/arch/mvme88k/include: _types.h sys/arch/palm/include: _types.h sys/arch/powerpc/include: _types.h sys/arch/sh/include: _types.h sys/arch/sparc/include: _types.h sys/arch/sparc64/include: _types.h sys/arch/vax/include: _types.h sys/arch/zaurus/include: _types.h sys/kern : init_main.c kern_clock.c kern_sysctl.c kern_tc.c kern_time.c sys/sys : kernel.h Log message: unifdef -D __HAVE_TIMECOUNTER CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/05 12:50:54 Modified files: usr.sbin/ldomctl: ldomctl.c mdstore.c Added files: usr.sbin/ldomctl: ldomctl.h Log message: Better code to download configurations onto the SP. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/05 13:05:39 Modified files: sys/dev/pci : if_oce.c if_ocereg.h if_ocevar.h Log message: Steal SIMPLEQ-based packet descriptor managing code from myx(4) to simplify a whole bunch of things. And despite this being the main purpose of the commit I'm also sneaking in loads of minor and unrelated cleanup since separating it out would be just too much work. Enjoy! CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/11/05 13:20:07 Modified files: lang/ghc : Makefile Added files: lang/ghc/patches: patch-utils_ghc-pkg_Main_hs Log message: Stop ghc-pkg unregister -v0 --force issuing warnings that this would break other packages. Please note that those warnings are only disabled if both -v0 *and* --force are given. 'no objections' dcoppa@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/05 13:27:52 Modified files: base/bootstrap : Makefile base/xenocara : xenocara.port.mk base/xenocara/font: Makefile.inc base/xenocara/font/alias: Makefile base/xenocara/font/misc-ethiopic: Makefile base/xenocara/font/misc-meltho: Makefile base/xenocara/lib: Makefile.inc base/xenocara/lib/pixman: Makefile base/xenocara/pkg: PLIST Added files: base/xenocara/pkg: PFRAG.FONT PFRAG.LIB Log message: give fonts/lib a better chance to work when starting from scratch: - don't save fonts.dir, regenerate. - run ldconfig after installing a lib. - mark pixman as not for vax/landisk. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/05 13:29:35 Modified files: infrastructure/mk: bsd.port.mk Log message: waive the other xenocara check if we're building it, as noticed by naddy. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/05 14:26:19 Log message: import lua-cmsgpack-0.3.0 Lua-cmsgpack is a MessagePack implementation and bindings for Lua. ok dcoppa@ Status: Vendor Tag: jasper Release Tags: jasper_20120511 N ports/devel/lua-cmsgpack/Makefile N ports/devel/lua-cmsgpack/distinfo N ports/devel/lua-cmsgpack/pkg/DESCR N ports/devel/lua-cmsgpack/pkg/PLIST N ports/devel/lua-cmsgpack/patches/patch-test_lua No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/05 14:28:17 Modified files: devel : Makefile Log message: sync CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/11/05 14:47:31 Modified files: . : plus.html Log message: plus.html for Oct 15th to 28th. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/11/05 14:49:15 Modified files: sys/netinet : ip_output.c sys/netinet6 : ip6_forward.c ip6_output.c Log message: Make sure that in[6]_proto_cksum_out() is called unconditinally and not inside the NPF block. Fixes checksum issues seen on ramdisk kernels. Initial diff by naddy@, tested and OK by many CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2012/11/05 14:52:44 Modified files: multimedia/mediatomb: Makefile Log message: Fix build by adding "-I${WRKSRC}/src" to CPPFLAGS to make mediatomb find its own dictionary.h first. ok sthen, naddy CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/05 14:58:11 Modified files: base/xenocara/meta: Makefile base/xenocara/meta/pkg: PLIST Log message: synch with recent changes CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/05 15:20:38 Log message: import misc/nyancat, req by zinke@, ok landry@ nyancat is an animated, color, ANSI-text program that renders a loop of the classic Nyan Cat animation. nyancat makes use of various ANSI escape sequences to render color, or in the case of a VT220, simply dumps text to the screen. Status: Vendor Tag: sthen Release Tags: sthen_20121105 N ports/misc/nyancat/Makefile N ports/misc/nyancat/distinfo N ports/misc/nyancat/pkg/PLIST N ports/misc/nyancat/pkg/DESCR N ports/misc/nyancat/patches/patch-src_nyancat_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/05 15:21:16 Modified files: misc : Makefile Log message: +nyannyannyan CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2012/11/05 16:08:50 Modified files: distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/11/05 16:10:37 Modified files: usr.sbin/relayd: Tag: OPENBSD_5_2 check_icmp.c Log message: MFC reyk's fix for relayd check icmp, ok benno@. Reported as affecting 5.2 and diff tested by Andrew Klettke, thanks. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/05 16:37:50 Modified files: net/icinga : Tag: OPENBSD_5_2 Makefile.inc net/icinga/core: Tag: OPENBSD_5_2 Makefile distinfo Added files: net/icinga/core/patches: Tag: OPENBSD_5_2 patch-base_utils_c Log message: update icinga in -stable to 1.7.2, fixes some scheduler bugs in 1.7.0/1.7.1. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/11/05 16:45:30 Modified files: net/ircd-hybrid: Makefile distinfo net/ircd-hybrid/patches: patch-include_defaults_h patch-include_stdinc_h patch-modules_core_Makefile_in patch-src_ircd_c net/ircd-hybrid/pkg: PLIST Added files: net/ircd-hybrid/patches: patch-doc_Makefile_in patch-doc_example_conf Removed files: net/ircd-hybrid/patches: patch-etc_Makefile_in patch-etc_example_conf Log message: Update to ircd-hybrid 8.0.1. ok sthen@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/05 17:05:12 Modified files: sbin/dhclient : dhcpd.h inet.c Log message: Kill two unused functions, subnet_number() and broadcast_addr(). CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2012/11/05 17:22:26 Modified files: regress/lib/libpthread: Makefile Log message: temporarily fix the static tests in testall by using NOPIE_LDFLAGS. CVSROOT: /cvs Module name: ports Changes by: tobiasu@cvs.openbsd.org 2012/11/05 17:57:43 Modified files: lang/gcc/4.2 : Makefile distinfo lang/gcc/4.6 : Makefile distinfo lang/gcc/4.7 : Makefile distinfo lang/gcc/4.7/patches: patch-gcc_ada_gcc-interface_Makefile_in Log message: Add Ada support on amd64 and sparc64 Also unbreak and improve adastrap generation Cleanup bootstrap libc handling ok pascal@ CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2012/11/05 19:50:47 Modified files: sbin/pflogd : pflogd.c Log message: Ensure that if_exists() always closes its socket before returning. Also fix a bug where the return value of if_exists() was not checked correctly if the interface disappears while pflogd is running. ok beck henning CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/11/05 21:15:55 Modified files: distrib/sets/lists/etc: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2012/11/05 21:16:10 Modified files: share/man/man8 : ssl.8 Log message: Make a few formatting fixes: - Remove unnecessary .Ar macros. - Change "https" to "HTTPS" to be consistent with other man pages. - Add "(CSR)" to the first instance of "Certificate Signing Request." - Convert one .Ar to .Em in the HISTORY section since the intent of that .Ar was to emphasize a point. - Fix the punctuation in one sentence. feedback/ok jmc CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/06 00:03:32 Modified files: sysutils/duplicity: Makefile distinfo sysutils/duplicity/patches: patch-bin_duplicity sysutils/duplicity/pkg: PLIST Log message: Update to duplicity-0.6.20. ok jim@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/06 00:15:47 Modified files: x11/gnome/baobab: Makefile Added files: x11/gnome/baobab/patches: patch-src_baobab-window_vala Log message: Fix segfault in the "About" dialog. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/06 00:37:01 Log message: import luastruct-0.2 This library offers basic facilities to convert Lua values to and from C structs. Its main functions are struct.pack, which packs multiple Lua values into a struct-like string; and struct.unpack, which unpacks multiple Lua values from a given struct-like string. ok dcoppa@ Status: Vendor Tag: jasper Release Tags: jasper_20120611 N ports/converters/luastruct/Makefile N ports/converters/luastruct/distinfo N ports/converters/luastruct/pkg/DESCR N ports/converters/luastruct/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/06 00:37:44 Modified files: converters : Makefile Log message: sync CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/11/06 01:01:35 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCheck.pm Log message: do interactivity like for the others. force pkglocatedb-- when auto-installing (reported by aja) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/11/06 01:02:45 Modified files: usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Log message: work-around python compile issue: don't tie python files for now, so that timestamps don't trigger recompile. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/11/06 01:06:14 Modified files: usr.sbin/pkg_add: pkg_check.8 Log message: document auto -i. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/06 01:19:02 Modified files: base/xenocara : xenocara.port.mk base/xenocara/kdrive: Makefile base/xenocara/lib/libGL: Makefile base/xenocara/lib/libxcb: Makefile base/xenocara/lib/xcb-util: Makefile Log message: allow a tweak to XCVS_CO usage to allow for extracting further source. Allows GL, xcb, xkeyboard-config to reach out into their dist/ directory, and kdrive to reuse the xserver material (might be smarter to multi-package xserver/kdrive ? though kdrive is not exactly quick to build) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/06 01:26:29 Modified files: infrastructure/bin: dpb infrastructure/man/man1: dpb.1 infrastructure/lib/DPB: Core.pm infrastructure/lib/DPB/Core: Distant.pm Log message: don't mix up wait_timeout and waiting_timeout, as noticed by naddy@. re-enable wait_timeout on localhost temporarily (should be done in another way, most probably by checking whether repo is on nfs, we can steal code from VStat.pm) pass umask through ssh. This took us long enough to figure out, and it's considerably simpler than tweaking every login class once again. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/06 01:29:17 Modified files: www/opera : Makefile distinfo www/opera/pkg : PLIST Log message: Update to opera-12.10. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/06 01:35:13 Modified files: databases/evolution-data-server: Makefile databases/evolution-data-server/pkg: PLIST Log message: Don't hardcode path to imapd. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/11/06 02:25:38 Modified files: usr.sbin/smtpd : mta_session.c Log message: Remove the "is_reading" hack and simplify the read/write logic: set to write as soon as a response is read. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/06 02:37:14 Modified files: graphics/hugin : Makefile x11/wxWidgets : Makefile Log message: For x11/wxWidgets, avoid using '-Wl,--version-script'. When used in conjunction with PIE, symbol versioning triggers weird linking problems in dependent ports. This appears to unbreak graphics/hugin. Bump all the majors of wx shared libraries and amend graphics/hugin accordingly. Kudos to naddy@: a 2009 message to misc@ from him put me on the right track. OK sthen@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/11/06 03:24:20 Modified files: games/mnemosyne: Makefile distinfo games/mnemosyne/patches: patch-setup_py games/mnemosyne/pkg: PLIST Log message: Update to mnemosyne 2.1. Now uses py-qt4. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/06 04:48:28 Modified files: net/libupnp : Makefile distinfo net/libupnp/patches: patch-upnp_src_inc_config_h net/libupnp/pkg: PLIST Removed files: net/libupnp/patches: patch-threadutil_inc_ithread_h patch-threadutil_src_ThreadPool_c patch-upnp_src_api_upnpapi_c patch-upnp_src_ssdp_ssdp_server_c Log message: Update to libupnp-1.6.17 "if it works, go ahead" ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/06 04:50:04 Modified files: net/ushare : Makefile net/ushare/patches: patch-configure patch-src_mime_c patch-src_ushare_c Added files: net/ushare/patches: patch-src_cds_c patch-src_cms_c patch-src_http_c patch-src_http_h patch-src_presentation_c patch-src_services_c Log message: Unbreak with newer libupnp; patch stolen from Arch Linux "if it works, go ahead" ajacoutot@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2012/11/06 05:32:42 Modified files: sys/net : if_bridge.c if_pflog.c pf.c pf_norm.c pfvar.h sys/netinet : ip_input.c ip_output.c sys/netinet6 : in6.h ip6_divert.c ip6_forward.c ip6_input.c ip6_output.c Log message: backout csum diff for the moment, requested by theo CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/06 05:59:09 Modified files: graphics/gegl : Makefile Added files: graphics/gegl/patches: patch-operations_external_ppm-load_c Log message: Security fix for CVE-2012-4433 gegl: Integer overflow, leading to heap-based buffer overflow by parsing PPM image headers ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/06 05:59:20 Modified files: graphics/gegl : Tag: OPENBSD_5_2 Makefile Added files: graphics/gegl/patches: Tag: OPENBSD_5_2 patch-operations_external_ppm-load_c Log message: Security fix for CVE-2012-4433 gegl: Integer overflow, leading to heap-based buffer overflow by parsing PPM image headers CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/06 07:49:28 Modified files: base/xenocara : xenocara.port.mk Log message: lol thinko CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/11/06 08:00:27 Modified files: faq : upgrade52.html Log message: Tell people following the non-recommended "untar on a running system" instructions to disable pkg_scripts and rc.shutdown commands. It's unsafe any time (so the instructions are made general), but in the 5.1->5.2 upgrade on i386 you're guaranteed problems at shutdown due to ld.so changes if any dynamically linked binaries are run. ok nick@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/11/06 08:00:55 Modified files: faq : faq15.html Log message: Make it clear that -stable ports is -current plus last release, ok nick@ jasper@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/11/06 08:43:04 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCheck.pm Log message: sort options; ok espie CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2012/11/06 08:46:46 Modified files: usr.bin/dc : bcode.c Log message: For exponenttion, only warn if the fractional part of the exponent is non-zero and avoid div by zero. Prompted by Andres Perera. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2012/11/06 09:00:05 Modified files: usr.bin/dc : bcode.c bcode.h inout.c Log message: use BN_set_negative() and BN_is_negative() instead of subtracting or comparing to zero CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/11/06 09:24:11 Modified files: www/apache-httpd: Tag: OPENBSD_5_2 Makefile distinfo www/apache-httpd/pkg: Tag: OPENBSD_5_2 PLIST www/apache-httpd/patches: Tag: OPENBSD_5_2 patch-configure patch-docs_conf_httpd_conf_in patch-docs_man_htdigest_1 patch-docs_man_httpd_8 patch-server_mpm_common_c Added files: www/apache-httpd/patches: Tag: OPENBSD_5_2 patch-docs_man_apxs_8 patch-docs_man_logresolve_8 Removed files: www/apache-httpd/patches: Tag: OPENBSD_5_2 patch-docs_man_apxs_1 patch-docs_man_logresolve_1 patch-server_util_pcre_c Log message: Update to 2.2.23, fixes CVE-2012-2687 and CVE-2012-0883. ok sthen@ Reminded by Rodolfo Gouveia CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/06 10:29:39 Modified files: sys/dev/pci : if_ix.c ixgbe.c ixgbe.h ixgbe_82599.c ixgbe_type.h Log message: Remove Flow Director code that is not used, is outdated and tends to get in the way. ok krw, brad CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/06 10:42:49 Modified files: sys/dev/pci : pcidevs Log message: Video and Host Bridge found on new Atom motherboard. Improved names suggested by kettenis@. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/06 10:44:49 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: Sync CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/06 10:49:39 Modified files: distrib/miniroot: install.sub Log message: Always setup lo0 with 127.0.0.1/8 when configuring the network, whether installing or upgrading. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2012/11/06 11:04:10 Modified files: usr.bin/mg : buffer.c def.h undo.c Log message: Remove never read struct member, found while investigating a llvm report. ok lum, jasper, benno CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2012/11/06 13:07:23 Modified files: usr.sbin/nginx/conf: nginx.conf Log message: Advertising SSLv2 in the example config doesn't make much sense now that it's disabled. ok robert@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/06 13:52:49 Log message: import ocaml-extlib-1.5.3 ExtLib is a project aiming at providing a complete - yet small - standard library for the OCaml programming langage. The purpose of this library is to add new functions to OCaml Standard Library modules, to modify some functions in order to get better performances or more safety (tail-recursive) but also to provide new modules which should be useful for the average OCaml programmer. help/ok chrisz@ Status: Vendor Tag: jasper Release Tags: jasper_20120611 N ports/devel/ocaml-extlib/Makefile N ports/devel/ocaml-extlib/distinfo N ports/devel/ocaml-extlib/pkg/DESCR N ports/devel/ocaml-extlib/pkg/PFRAG.dynlink-native N ports/devel/ocaml-extlib/pkg/PFRAG.native N ports/devel/ocaml-extlib/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/06 13:53:47 Log message: import ocaml-curses-1.0.3 OCaml Curses is a project to provide curses / ncurses bindings for the Objective Caml language. It was formally known as Text Mode Kit (TMK), but the TMK part of the project is not supported anymore, and instead we are just concentrating on providing reliable OCaml curses bindings. help/ok chrisz@ Status: Vendor Tag: jasper Release Tags: jasper_20120611 N ports/devel/ocaml-curses/Makefile N ports/devel/ocaml-curses/distinfo N ports/devel/ocaml-curses/pkg/DESCR N ports/devel/ocaml-curses/pkg/PFRAG.native N ports/devel/ocaml-curses/pkg/PFRAG.shared N ports/devel/ocaml-curses/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/06 13:54:39 Modified files: devel : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/06 13:55:36 Log message: import ocaml-csv-1.2.3 This is a pure OCaml library to read and write CSV files, including all extensions used by Excel — eg. quotes, newlines, 8 bit characters in fields, "0 etc. help/ok chrisz@ Status: Vendor Tag: jasper Release Tags: jasper_20120611 N ports/textproc/ocaml-csv/Makefile N ports/textproc/ocaml-csv/distinfo N ports/textproc/ocaml-csv/pkg/DESCR N ports/textproc/ocaml-csv/pkg/PLIST N ports/textproc/ocaml-csv/pkg/PFRAG.dynlink-native N ports/textproc/ocaml-csv/pkg/PFRAG.native No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/06 13:56:04 Modified files: textproc : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/11/06 14:24:16 Modified files: devel/hs-network: Makefile Added files: devel/hs-network/patches: patch-configure_ac Removed files: devel/hs-network/patches: patch-configure Log message: Patch configure.ac and use CONFIGURE_STYLE and AUTOCONF_VERSION instead of patching configure, to minize headaches for updates of this port. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/06 14:31:06 Modified files: graphics/tiff : Makefile Added files: graphics/tiff/patches: patch-tools_ppm2tiff_c Log message: Security fix for CVE-2012-4564 libtiff: Missing return value check in ppm2tiff leading to heap-buffer overflow when reading a tiff file ok naddy@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/06 14:31:25 Modified files: graphics/tiff : Tag: OPENBSD_5_2 Makefile Added files: graphics/tiff/patches: Tag: OPENBSD_5_2 patch-tools_ppm2tiff_c Log message: Security fix for CVE-2012-4564 libtiff: Missing return value check in ppm2tiff leading to heap-buffer overflow when reading a tiff file ok naddy@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/06 14:39:02 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Fix comment. CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/11/06 15:26:34 Modified files: sysutils/parallel: Makefile distinfo Log message: update to 20121022 notable changes in 20121022: * --results structures output files so they can be imported using Pandas (http://pandas.pydata.org/). Useful when doing simulations to select output from some arguments. * Use --env to transfer environment variables through ssh to remote machines. ok aja@ sthen@ pascal@ (maintainer) CVSROOT: /cvs Module name: www Changes by: austin@cvs.openbsd.org 2012/11/06 17:16:03 Modified files: . : orders.html Log message: Change Lehmanns to show availability of OpenBSD 5.2 CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/11/06 21:03:24 Modified files: graphics/py-cairo: Makefile Log message: - use MODPY_EGG_VERSION here - while here fix wantlib ok sthen@ maintainer timeout CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/11/06 23:59:46 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-base_atomicops_h patch-base_base_gyp patch-base_base_gypi 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_ui_webui_about_ui_cc patch-chrome_chrome_browser_gypi patch-chrome_chrome_gyp patch-chrome_common_chrome_notification_types_h patch-chrome_common_chrome_paths_cc patch-chrome_test_automation_proxy_launcher_cc patch-chrome_test_ui_ui_test_cc patch-content_app_content_main_runner_cc patch-content_browser_browser_main_loop_cc patch-content_content_browser_gypi patch-content_content_common_gypi patch-media__audio__pulse__pulse_output.h patch-media_audio_openbsd_audio_manager_openbsd_cc patch-media_media_gyp patch-net_base_network_change_notifier_cc patch-net_net_gyp patch-ppapi_shared_impl_private_net_address_private_impl_cc patch-printing_printing_gyp patch-skia_skia_gyp patch-tools_gyp_pylib_gyp_generator_make_py patch-v8_src_platform_h patch-webkit_plugins_ppapi_ppapi_plugin_instance_cc www/chromium/pkg: PLIST Added files: www/chromium/patches: patch-base_sys_info_openbsd_cc patch-printing_backend_cups_helper_cc Removed files: www/chromium/patches: patch-chrome_browser_printing_print_system_task_proxy_cc Log message: update to 23.0.1271.64 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/07 00:53:07 Log message: import gitlist-0.3 GitList allows you to browse repositories using your favorite browser, viewing files under different revisions, commit history and diffs. GitList is free and open source software, written in PHP, on top of Silex and the Twig template engine. feedback/ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20120711 N ports/www/gitlist/Makefile N ports/www/gitlist/distinfo N ports/www/gitlist/pkg/DESCR N ports/www/gitlist/pkg/README N ports/www/gitlist/pkg/PLIST N ports/www/gitlist/pkg/UNMESSAGE N ports/www/gitlist/patches/patch-config_ini N ports/www/gitlist/files/gitlist.conf No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/07 00:54:04 Modified files: www : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/07 01:17:57 Modified files: devel/glib2 : Makefile Added files: devel/glib2/patches: patch-gio_gsocketconnection_c Log message: Fix a reference counting bug. from kettenis@ (thank you!) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/07 01:24:23 Modified files: sysutils/cyphertite: Makefile distinfo Log message: Update to cyphertite-1.4.1. from David Hill (maintainer) CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/11/07 02:26:25 Modified files: de : 52.html faq/de : faq11.html faq/nl : faq11.html faq/pf/pt : config.html index.html logging.html macros.html shortcuts.html tables.html faq/ru : faq3.html lt : anoncvs.html armish.html ftp.html index.html landisk.html vax.html openbgpd/pt : ftp.html openntpd/pt : ftp.html portable.html pt : index.html plus.html ru : 52.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/07 02:48:20 Modified files: audio/taglib : Makefile Added files: audio/taglib/patches: patch-taglib_mpeg_id3v2_id3v2framefactory_cpp Log message: Fix noop frame id size check in ID3v2::FrameFactory::createFrame (upstream git commit c42bdeab43dc1a0fa1c15ddf025e76932ba26f62) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/07 03:06:56 Modified files: textproc/libxml++: Makefile distinfo textproc/libxml++/pkg: PLIST Log message: - update to libxml++-2.36.0 - hobbits take over maintainership per previous maintainer's request ok aja@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/07 03:13:44 Modified files: databases/redis: Makefile distinfo databases/redis/patches: patch-deps_Makefile patch-src_redis_c databases/redis/pkg: PLIST Log message: Bugfix update to redis-2.6.3 CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2012/11/07 04:02:36 Modified files: regress/usr.bin/dc: t25.in t25.out t9.out Log message: some new and 1 fixed test for fractional number negative exponent ^ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2012/11/07 04:06:14 Modified files: usr.bin/dc : bcode.c bcode.h inout.c Log message: fix fractional number exponentiation, especially for negative exponents CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/07 05:43:35 Modified files: sys/dev/pci : if_oce.c Log message: we still need to query the firmware for a couple of values after all CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/07 05:46:49 Modified files: sys/dev/pci : if_oce.c Log message: do not depend on IFCAP_CSUM flags set when reading rx checksumming results from the hardware CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/07 07:04:18 Modified files: x11/gnome/glom : Makefile distinfo x11/gnome/glom/patches: patch-configure patch-glom_libglom_connectionpool_backends_postgres_self_cc x11/gnome/glom/pkg: PLIST Removed 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.1 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/11/07 07:18:41 Modified files: usr.bin/make : buf.c buf.h lowparse.c parse.c Log message: say goodbye to killing trailing spaces. this was yet another weirdness in our make that isn't shared by other makes, and that isn't part of any standard. This means end-of-line spaces in variables ARE significant (spaces around the equal sign still aren't). okay sthen@, "sounds fine" deraadt@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/11/07 07:39:44 Modified files: app/cwm : calmwm.h kbfunc.c menu.c search.c Log message: tab completion support for menus; from Alexander Polakov. ok sthen@ on an older incarnation CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/11/07 07:40:51 Modified files: app/cwm : calmwm.h Log message: spacing CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/07 07:47:30 Modified files: sbin/dhclient : kroute.c Log message: Kill some annoying extra spaces. No code change. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/11/07 07:49:46 Modified files: app/cwm : kbfunc.c xevents.c Log message: missing headers; from Thordur Bjornsson. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/07 07:53:59 Modified files: net/ushare : Makefile net/ushare/patches: patch-configure patch-src_cds_c patch-src_cms_c patch-src_ctrl_telnet_h patch-src_http_c patch-src_http_h patch-src_mime_c patch-src_presentation_c patch-src_services_c patch-src_ushare_c Added files: net/ushare/patches: patch-src_redblack_c patch-src_redblack_h Log message: Additional bugfixes and add comments to patches CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/11/07 07:58:26 Modified files: app/cwm : cwmrc.5 Log message: zap trailing space CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/11/07 07:59:07 Modified files: app/cwm : cwmrc.5 Log message: clarify windowname and windowclass values are pulled from the WM_CLASS property; from Kent Spillner CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/07 08:07:02 Modified files: sbin/dhclient : dispatch.c dhclient.c kroute.c Log message: Use memcpy() consistently rather than tossing in a few bcopy()'s. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/07 08:20:29 Modified files: sbin/dhclient : conflex.c dhclient.c dispatch.c kroute.c options.c Log message: Use memset() consistently rather than tossing in a few bzero()'s. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/07 08:40:13 Modified files: sbin/dhclient : dhcpd.h kroute.c dhclient.c Log message: Always memcpy() into/out of option data rather than hoping the char * will be always be aligned. Don't pass around pointers into option data - use variable that has the memcpy()'d data. CVSROOT: /cvs Module name: xenocara Changes by: espie@cvs.openbsd.org 2012/11/07 08:50:22 Modified files: lib/libxcb : Makefile.inc lib/xcb-util : Makefile.inc Log message: don't reach out in another src directory, use installed version. okay matthieu@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/07 09:31:03 Modified files: sys/arch/sparc64/include: ctlreg.h sys/arch/sparc64/sparc64: cpu.c locore.s Log message: Enable %tick access for userland on sun4u systems (sun4v systems already have this enabled). ok pirofti@, mikeb@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/07 10:42:52 Modified files: sbin/dhclient : dhcpd.h Log message: Nuke unused struct and function declarations. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2012/11/07 10:50:49 Modified files: sys/kern : vfs_bio.c sys/uvm : uvm_pdaemon.c Log message: Fix the buffer cache. A long time ago (in vienna) the reserves for the cleaner and syncer were removed. softdep and many things have not performed ths same ever since. Follow on generations of buffer cache hackers assumed the exising code was the reference and have been in frustrating state of coprophagia ever since. This commit 0) Brings back a (small) reserve allotment of buffer pages, and the kva to map them, to allow the cleaner and syncer to run even when under intense memory or kva pressure. 1) Fixes a lot of comments and variables to represent reality. 2) Simplifies and corrects how the buffer cache backs off down to the lowest level. 3) Corrects how the page daemons asks the buffer cache to back off, ensuring that uvmpd_scan is done to recover inactive pages in low memory situaitons 4) Adds a high water mark to the pool used to allocate struct buf's 5) Correct the cleaner and the sleep/wakeup cases in both low memory and low kva situations. (including accounting for the cleaner/syncer reserve) Tested by many, with very much helpful input from deraadt, miod, tobiasu, kettenis and others. ok kettenis@ deraadt@ jj@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/11/07 11:38:06 Modified files: fonts/adobe-source-sans-pro: Makefile distinfo fonts/adobe-source-sans-pro/pkg: PLIST Log message: update to 1.038 and include OpenType fontfiles ok ajacoutot bmercer CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/11/07 11:39:32 Modified files: fonts/adobe-source-code-pro: Makefile fonts/adobe-source-code-pro/pkg: PLIST Log message: include OpenType fontfiles ok ajacoutot bmercer CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/11/07 12:04:43 Modified files: databases/ruby-sequel: Makefile distinfo databases/ruby-sequel/pkg: PLIST Log message: Update to sequel 3.41.0 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/11/07 12:05:14 Modified files: databases/ruby-sequel_pg: Makefile distinfo databases/ruby-sequel_pg/pkg: PLIST Log message: Update to sequel_pg 1.6.1. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/11/07 12:39:08 Modified files: sys/net80211 : ieee80211_node.c Log message: Fix DPRINTF() format string treating n->ni_refcnt, which is unsigned, as signed. diff from dhill; ok kettenis reyk CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/11/07 12:41:25 Modified files: sys/net80211 : ieee80211_node.h Log message: Make the ieee80211_node_incref() macro a static inline function, as its siblings already are. And fix return value of ieee80211_node_decref() which should be unsigned but was signed. diff originally from dhill; ok kettenis reyk CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/07 12:43:33 Modified files: sys/dev/pci : if_oce.c Log message: minor tweaks to the ioctl code CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2012/11/07 12:52:34 Modified files: distrib/sets/lists/xserv: md.sparc Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/11/07 13:34:39 Modified files: app/cwm : calmwm.h client.c conf.c group.c kbfunc.c menu.c mousefunc.c xmalloc.c xutil.c Log message: get rid of the xfree() wrapper around free(); from Tiago Cunha. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/11/07 13:37:55 Modified files: app/cwm : conf.c Log message: plug a leak when using 'unmap' for kbd/mouse bindings; from Tiago Cunha. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/11/07 14:01:48 Modified files: app/cwm : conf.c Log message: now that we have FOREACH_SAFE queue macros, use them where appropriate; from Tiago Cunha. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/11/07 14:04:55 Modified files: app/cwm : conf.c Log message: add comment why we mouse unbind, just like kbd CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/11/07 14:10:32 Modified files: app/cwm : conf.c Log message: style nit; from Tiago Cunha. CVSROOT: /cvs Module name: www Changes by: chl@cvs.openbsd.org 2012/11/07 14:19:07 Modified files: opensmtpd : portable.html Log message: describe portable snapshot naming convention update portable link committed on behalf of gilles ok chl@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/08 00:01:31 Modified files: comms/openobex : Makefile Added files: comms/openobex/patches: patch-src_obex_sym Log message: from upstream: missing exported symbol (for when we will *really* be exporting symbols) that breaks obexftp. bump rev/shared lib version (+1 symbol) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/08 00:18:39 Modified files: multimedia/devede: Makefile distinfo multimedia/devede/patches: patch-devede multimedia/devede/pkg: PLIST Log message: Update to devede-3.23.0. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/11/08 01:49:03 Modified files: de : orders.html faq/cs : faq11.html faq/de : faq15.html faq/fr : faq1.html faq11.html faq15.html faq4.html index.html faq/nl : faq15.html faq/pf/cs : config.html filter.html index.html perf.html faq/ru : faq2.html faq3.html index.html fr : anoncvs.html orders.html nl : orders.html Added files: faq/pf/cs : options.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2012/11/08 01:56:41 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: mark some more variables as local ok ajacoutot CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/08 02:18:37 Modified files: sys/dev/pci : if_ix.c Log message: Do not depend on IFCAP_CSUM flags when configuring rx checksumming and correct an incorrect usage of IXGBE_RXCSUM_PCSD. ok henning CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/08 02:34:31 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-configs_res_odbc_conf_sample Log message: update to Asterisk 10.10.0 - various fixes including with confbridge, dtmf and chan_local. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/08 03:06:04 Modified files: devel/cryptopp : Makefile net/amule : Makefile www/tomcat/v6 : Makefile www/tomcat/v7 : Makefile Log message: Take maintainership of devel/cryptopp, net/amule and www/tomcat since I've de-facto babysitted these ports for a long time. ok espie@, ajacoutot@, jasper@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/08 03:12:15 Modified files: sys/dev/pci : ixgbe_type.h Log message: sync up device ids with freebsd CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2012/11/08 04:05:41 Modified files: usr.sbin/arp : arp.c Log message: When running route -Tx exec arp -an, arp would always use the default routing domain. Fix it so we use the process rdomain, but still allow command line overrides. noticed by, and OK, mikeb@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2012/11/08 05:14:08 Modified files: sys/arch/alpha/stand: Makefile.inc Log message: now that our make is more strict, fix ws issue; ok espie@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/08 06:17:46 Modified files: x11/gnome/settings-daemon: Makefile distinfo Log message: Bugfix update to gnome-settings-daemon-3.6.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/08 06:56:48 Modified files: x11/gnome/totem: Makefile distinfo Log message: Bugfix update to totem-3.6.3. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/08 09:40:21 Modified files: sbin/dhclient : kroute.c Log message: Close routing socket fd leak when deleting old address. Spotted by zinke@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/08 09:44:21 Modified files: net/openconnect: Makefile distinfo net/openconnect/pkg: PLIST Added files: net/openconnect/patches: patch-vpnc-script Removed files: net/openconnect/patches: patch-vpnc-script_in Log message: Tweak the OpenConnect port: update vpnc-script, enable NLS (gettext was already pulled in via libs, so no new deps), and avoid SEPARATE_BUILD for now as the code to detect a version mismatch between binary and lib in this version doesn't handle it. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/08 09:57:47 Modified files: x11/gnome/metacity/patches: patch-src_core_delete_c Log message: Committed upstream. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/08 10:02:09 ports/textproc/liblrdf/patches Update of /cvs/ports/textproc/liblrdf/patches In directory cvs.openbsd.org:/tmp/cvs-serv2031/patches Log Message: Directory /cvs/ports/textproc/liblrdf/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/08 10:26:47 ports/textproc/redland/patches Update of /cvs/ports/textproc/redland/patches In directory cvs.openbsd.org:/tmp/cvs-serv21871/patches Log Message: Directory /cvs/ports/textproc/redland/patches added to the repository CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/08 10:48:20 Modified files: sys/dev/pci : if_oce.c Log message: Hide stats calculation ugliness inside oce_update_stats and don't schedule another update if the one at hand fails. s/oce_local_timer/oce_tick/ while here (: CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/08 10:59:08 Modified files: sys/dev/pci : if_oce.c Log message: minor style cleanup, improve the mailbox timeout printf CVSROOT: /cvs Module name: src Changes by: gsoares@cvs.openbsd.org 2012/11/08 11:06:49 Modified files: sys/net : if_pflow.c Log message: wrap bpfilter portion with #if NBPFILTER > 0. fix kernel builds without bpfilter. OK sthen@ mikeb@ deraadt@ henning@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/08 11:26:17 Modified files: sys/dev/pci : if_oce.c Log message: When halting the rx engine wait 1ms after destroying the queue in firmware then drain the completion queue and only afterwards deal with posted buffers so that the firmware wouldn't decide to DMA something into the freed cluster. Logic from the Linux driver. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/11/08 11:42:29 Modified files: www/icedtea-web: Makefile Added files: www/icedtea-web/patches: patch-plugin_icedteanp_IcedTeaScriptablePluginObject_cc Log message: SECURITY fix for CVE-2012-4540: Heap-based buffer overflow after triggering event attached to applet pointed out by jasper@ Other issues in some java applets are being worked on and will be fixed soon. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/08 11:48:44 Modified files: x11/gnome/grilo: Makefile distinfo Added files: x11/gnome/grilo/patches: patch-libs_net_grl-net-mock_c Log message: - update to grilo-0.2.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/08 11:48:58 Modified files: x11/gnome/grilo-plugins: Makefile distinfo Log message: - update to grilo-plugin-0.2.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/08 11:56:48 Modified files: x11/gnome/grilo/patches: patch-libs_net_grl-net-mock_c Log message: committed upstream CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/08 11:56:54 Modified files: sys/dev/pci : if_oce.c if_ocevar.h Log message: hardware supports mtu values from 256 up to 9000; figured out the hard way, linux driver agrees CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/08 12:48:37 Modified files: sys/dev/pci : if_oce.c if_ocevar.h Log message: make link state update code more comprehensible by using some ideas from myx(4) CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/11/08 13:18:19 Modified files: app/cwm : calmwm.h group.c xutil.c Log message: fix some warnings; inspired by a diff from Thordur Bjornsson. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/11/08 13:27:54 Modified files: x11/st : Makefile Log message: Fix License. Ok zinke@ (maintainer) CVSROOT: /cvs Module name: www Changes by: gsoares@cvs.openbsd.org 2012/11/08 13:59:40 Modified files: . : orders.html Log message: - "to be released" -> "Released" and change to cd52-s.gif - update "Ordering older products" CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/08 14:19:34 Modified files: sbin/dhclient : dhclient.8 Log message: Remove lie about dhclient configuring all interfaces. Mention 'egress' as a special interface name. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/08 14:32:55 Modified files: sbin/dhclient : Makefile clparse.c dhclient.c dhcpd.h dispatch.c kroute.c options.c parse.c privsep.c Log message: Remove confusing extra address abstraction 'struct iaddr'. Just use 'in_addr'. Remove many double conversions and other perversions. piaddr() replaced with inet_ntoa(). dhclient is extremely unlikely to support anything but ipv4/dhcp without a complete rewrite. Joint work with chris@. Positive feedback from deraadt@ zinke@ phessler@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/08 14:37:02 Modified files: mail/getmail : Makefile distinfo Log message: update to getmail 4.35.0, from maintainer Tim van der Molen - fix From_ quoting in mbox - record Gmail metadata (labels, thread ID, message ID) in new message headers CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/08 14:46:21 Modified files: sysutils/ykpers: Makefile distinfo sysutils/ykpers/pkg: PLIST Log message: update to ykpers 1.9.0 - new tool ykinfo prints serial number, version, touch level from a yubikey - add -z flag to ykpersonalize to zap configuration on yubikey - fix PBKDF2 implementation - new yk_challenge_response() lib function for challenge/response with a key CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/08 14:59:01 Modified files: sysutils/nut : Makefile sysutils/nut/pkg: README-main Log message: README tweak: show people how to start the daemons without rebooting. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/11/08 15:21:45 Modified files: lang/ghc : ghc.port.mk Log message: Use runghc for Setup.l?hs, which should always work now (with rthreads). Bulk tests done by naddy@ and sthen@. thanks. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/08 16:31:22 Modified files: base/xenocara/app/xinput: Makefile Log message: missing dep, found by naddy@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/08 16:37:38 Modified files: base/xenocara/release: Makefile Log message: closer to working CVSROOT: /cvs Module name: ports Changes by: tobiasu@cvs.openbsd.org 2012/11/08 17:58:26 Modified files: lang/gcc/4.7 : distinfo Log message: Oops, revert adastrap-i386-4.7.2-0.tar.xz checksum back to previous value This slipped in due to testing adastrap on i386. No bump required since the package doesn't build :( OK sthen@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/11/08 20:52:02 Modified files: app/cwm : calmwm.c client.c conf.c font.c group.c kbfunc.c menu.c mousefunc.c screen.c search.c util.c xevents.c xmalloc.c xutil.c Log message: sort CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/09 01:17:54 Modified files: www/tomcat/v6 : Makefile www/tomcat/v7 : Makefile Added files: www/tomcat : Makefile.inc Log message: Refactoring: move common stuff to tomcat/Makefile.inc to avoid code duplication. OK jasper@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/09 01:36:44 Modified files: lang/lua/5.1 : Makefile Added files: lang/lua/5.1/patches: patch-src_loadlib_c Log message: Make Lua C modules load dynamic libraries with global symbols (use RTLD_GLOBAL like lua-5.2 does) ok jasper@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/09 02:52:50 Modified files: databases/redis: Makefile distinfo Log message: Bugfix update to redis-2.6.4 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/09 03:49:33 Added files: x11/gnome/tracker/patches: patch-tests_libtracker-miner_Makefile_in x11/gnome/eog/patches: patch-src_Makefile_am patch-src_Makefile_in Log message: work-around build issue CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/11/09 03:51:47 Modified files: usr.bin/libtool/LT: Archive.pm Log message: fix get_symbollist: output completely empty file if no symbol. output slightly more debug info CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/11/09 03:55:01 Modified files: usr.bin/libtool/LT/Mode: Link.pm usr.bin/libtool/LT/Mode/Link: Library.pm Program.pm Log message: *really* filter symbols on elf systems: introduce a new "export_symbols" method that does all the work to produce the right options (one option, so that the *.ver file contains all useful information). Have to cater to regexp: in particular, make sure to nm on every object and static library we might need, so we don't lose anything. Allow for the result to be empty (since some projects use -export-symbols-regex everywhere, *including on binaries with empty symbol lists*) should now be clean portswise. As usual, a non working option means lots of weird fuck-ups to fix first... thx to millert@ for the hint, aja,jasper,landry for comments and testing. CVSROOT: /cvs Module name: www Changes by: giovanni@cvs.openbsd.org 2012/11/09 07:16:53 Modified files: . : events.html Log message: Move Eurobsdcon to the past Add Opensourceday 2012 and BsdDay 2013 ok sthen@ on a previous diff CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/09 08:38:47 Modified files: sys/dev/pci : if_ocereg.h Log message: cleanup register definitions CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/09 09:05:13 Modified files: x11/dbus : Makefile x11/dbus/pkg : PLIST Added files: x11/dbus/pkg : README Log message: Re-introduce pkg-readmes for people using their own .xsession / .xinitrc. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/09 09:15:15 Modified files: net/telepathy/folks: Makefile Log message: zap trailing space in API_V variable; build breakage reported by naddy CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/09 09:18:16 Modified files: x11/roxterm : Makefile Log message: missing build dep on xmlto; failure reported by naddy CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/09 09:39:51 Modified files: sysutils/bacula: Makefile Log message: trailing space in USE_LIBTOOL CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/11/09 10:07:48 Modified files: mail/p5-Mail-DKIM: Makefile distinfo mail/p5-Mail-DKIM/pkg: PLIST Log message: Update to 0.39 tweaks and ok william@ (Maintainer) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/09 10:49:17 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: multiplication doesn't work on undefined values... noticed by naddy@ so initialize $job->{waiting} if needed. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/09 11:40:13 Modified files: sys/dev/pci : if_oce.c if_ocevar.h Log message: To be able to receive ethernet packets with VLAN tags oce_set_promisc should not disable VLAN promiscuous mode set up by oce_config_vlan. Move VLAN and Flow Control configuration to oce_init so that it would be rerun every time we plumb the interface. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/09 11:51:56 Modified files: distrib/special/dhclient: Makefile Log message: Oops. Special dhclient also needs to forget about inet.c. Spotted by naddy@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/09 11:53:04 Modified files: sys/dev/pci : if_oce.c if_ocevar.h Log message: improve flow control code CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/09 11:56:31 Modified files: sys/dev/pci : if_oce.c Log message: stop passing if_id around CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/09 11:58:17 Modified files: sys/dev/pci : if_oce.c if_ocevar.h Log message: cleanup oce_encap CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/09 13:18:38 Modified files: gnu/usr.bin/gcc/gcc/config: openbsd.h Log message: Allow OBSD_HAS_CORRECT_ASM_OPS to prevent from redefining the .type, .size, .set and .globl stanzas, similar to openbsd.h r1.9 in gcc 2.95 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/09 13:22:39 Added files: multimedia/schroedinger/patches: patch-schroedinger_Makefile_in Log message: fix for new libtool, forgotten commit. reminded by landry@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/09 13:31:43 Modified files: sys/dev/pci : if_oce.c Removed files: sys/dev/pci : if_ocevar.h Log message: merge if_ocevar.h and if_oce.c; do some minor cleanup while here CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/09 13:33:39 Modified files: gnu/usr.bin/gcc/gcc: config.gcc gnu/usr.bin/gcc/gcc/config/m88k: m88k-protos.h m88k.c m88k.h m88k.md openbsd.h Log message: Port the gcc 2.95 m88k fixes to the gcc 3 codebase, except for the function frame setup and varargs handling, which need some more work at the moment. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/09 13:34:45 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k.md Log message: (subreg) in gcc 3 takes the subreg position in bytes, not in BYTES_PER_WORD units. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/11/09 13:38:57 Modified files: net/p5-Net-OpenSSH: Makefile Log message: remove trailing whitespace from MODCPAN_EXAMPLES CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/09 13:42:30 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k.c Log message: Put prologue and epilogue instructions into their own sequences, bounded by ``insn deleted'' notes. This prevents the optimizer from chewing too far. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/09 13:45:17 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k.md Log message: Move the actual operand contraints in define_split constructs from the lisp expression attributes to the conditional C statement chunk, for this is the only way to have them honored with gcc 3 (thanks for genrecog to warn about this). Note that most of the affected operands were ``register_operand'', hence the "r" constraint is implied. There are a few `register + ccmode' constructs which could have caused wrong code generation before this change, though. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/09 13:50:17 Modified files: sysutils/nut : Makefile Log message: "USE_LIBTOOL= gnu # comment" -> "USE_LIBTOOL= gnu# comment" CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/09 13:56:12 Modified files: x11/gnome/eog : Makefile x11/gnome/eog/patches: patch-src_Makefile_in Log message: -export-symbols-regex fixed usptream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/09 13:56:28 Removed files: x11/gnome/eog/patches: patch-src_Makefile_am Log message: Remove useless. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/11/09 14:00:17 Modified files: textproc/hs-libxml-sax: Makefile Log message: Add dependency on devel/hs-text. It's not obvious, but hs-ports dependencies should match the dependencies specified in the .cabal files as close as possible, to minimize breakage (and necessary bumps) after updates of some other hs-ports. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/11/09 14:07:30 Modified files: editors/nvi : Makefile Log message: fix trailing whitespace in SEPARATE_BUILD; problem figured out by Vadim Zhukov CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/09 14:11:44 Modified files: sys/dev/pci : if_oce.c Log message: don't sync dma memory for the whole ring when updating a single entry but rather sync the whole ring once done with individual entries; use proper dma sync flags as well CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/09 14:47:38 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: openbsd.h Log message: Doh, in gcc3 the various *_ASM_OP need to output explicit whitespace before and after the keyword. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/09 16:50:39 Removed files: sbin/dhclient : dhclient-script dhclient-script.8 inet.c Log message: Remove now unused files. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/11/09 20:46:11 Modified files: lib/libc/gen : raise.c lib/libc/stdlib: abort.c Log message: Per POSIX, fix raise() and abort() to send the signal to the current thread. Should make coredumps from abort() easier to debug too. ok kurt@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/11/09 20:51:41 Modified files: lib/libc/gen : raise.3 Log message: raise() sends the signal to the current thread and only one error can occur. ok jmc@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/11/09 21:15:29 Modified files: faq : current.html Log message: roll to 5.2 (missed on release day! :-/). Pointed out by Scott McEachern, scott at blackstaff dot ca, thanks! CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/11/10 00:22:11 Modified files: lib/librthread : rthread_sig.c Log message: raise() is now correctly defined in libc CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/10 00:37:07 Modified files: devel/glib2 : Makefile distinfo devel/glib2/patches: patch-gio_gsocketconnection_c devel/glib2/pkg: PLIST Log message: Bugfix update to glib2-2.34.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/10 00:56:36 Modified files: graphics/gdk-pixbuf2: Makefile distinfo Log message: Maintenance update to gdk-pixbuf-2.26.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/10 01:07:55 Modified files: databases/evolution-data-server: Makefile Added files: databases/evolution-data-server/patches: patch-addressbook_libedata-book_e-data-book-factory_c Log message: Missing g_mutex_lock() call was making evolution-addressbook-factory abort() and the addressbook unavailable. thanks to kurt@ and guenther@ for the help patch from kurt@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2012/11/10 02:45:06 Modified files: sys/arch/amd64/amd64: identcpu.c locore.S sys/arch/amd64/include: cpu.h specialreg.h sys/arch/i386/i386: locore.s machdep.c sys/arch/i386/include: cpu.h specialreg.h sys/arch/i386/isa: clock.c Log message: Recent x86 CPUs come with a constant time stamp counter. If this is the case we verify if the CPU supports a specific version of the architectural performance monitoring feature and read out the current frequency from the fixed-function performance counter of the unhalted core. My initial motivation to implement this was the Soekris net6501-70 which comes with an Intel Atom E6xx 1.60GHz CPU. It has a constant time stamp counter plus speed step support and boots on the lowest frequency of 600MHz. This caused hw.cpuspeed and hw.setperf to reflect the wrong values. The diff is a cooperation work with jsg@. The fixed-function performance counter read code comes from a former diff of him. OK jsg@ CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2012/11/10 02:50:05 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: enhance error_rm_wrkdir() to print an error message if one is passed as argument to replace some error "message" error_rm_workdir lines by a single error_rm_workdir "message" line. ok ajacoutot CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/10 03:15:34 Modified files: x11/gnome/keyring: Makefile x11/gnome/libsecret: Makefile x11/gnome/libgnome-keyring: Makefile Removed files: x11/gnome/keyring/patches: patch-egg_egg-secure-memory_c patch-egg_egg-secure-memory_h patch-egg_tests_test-secmem_c x11/gnome/libsecret/patches: patch-egg_egg-secure-memory_c patch-egg_egg-secure-memory_h patch-egg_tests_test-dh_c patch-egg_tests_test-hkdf_c patch-egg_tests_test-secmem_c patch-libsecret_secret-attributes_c patch-libsecret_secret-password_c patch-libsecret_secret-service_c patch-libsecret_tests_Makefile_in patch-libsecret_tests_mock-service_c x11/gnome/libgnome-keyring/patches: patch-egg_egg-dh_c patch-egg_egg-libgcrypt_c patch-egg_egg-secure-memory_c patch-egg_egg-secure-memory_h patch-egg_tests_Makefile_in patch-egg_tests_test-dh_c patch-egg_tests_test-hkdf_c patch-egg_tests_test-secmem_c patch-library_Makefile_in patch-library_gkr-session_c patch-library_gnome-keyring-memory_c patch-library_gnome-keyring-utils_c patch-library_gnome-keyring_c Log message: Remove all these patches now that our libtool properly export symbols. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/10 03:16:14 Modified files: x11/gnome/gcr : Makefile Removed files: x11/gnome/gcr/patches: patch-egg_egg-secure-memory_c patch-egg_egg-secure-memory_h Log message: Patches not needed anymore, our base libtool properly deal with symbols export now. Remove bogus CONFIGURE_ARGS. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/10 03:17:45 Modified files: x11/gnome/gcr : Makefile Added files: x11/gnome/gcr/patches: patch-gck_tests_test-gck-attributes_c patch-gcr_gcr-memory_c Log message: Use base libtool. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/11/10 03:37:27 Modified files: www/icedtea-web: Makefile distinfo www/icedtea-web/patches: patch-Makefile_in patch-launcher_javaws_in Removed files: www/icedtea-web/patches: patch-plugin_icedteanp_IcedTeaScriptablePluginObject_cc Log message: Update to icedtea-web 1.3.1. - Merges the fix for CVE-2012-4540 - Fixes an issue with iDrac console applets (see http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1161 & https://bugzilla.redhat.com/show_bug.cgi?id=753960), reported by jirib - Fix javaws launcher to not depend on bash, and correctly find libjava.so, from dcoppa@ - A regression with logmein.com has been filed upstream by giovanni@ : http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1213 Thx to all involved! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/10 04:06:38 Modified files: x11/gnome/gdl : Makefile distinfo Log message: Maintenance update to gdl-3.6.2. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/10 04:10:42 Modified files: x11/gnome/tracker: Makefile x11/gnome/tracker/patches: patch-tests_libtracker-miner_Makefile_in x11/gnome/tracker/pkg: PLIST-main Log message: keep fixing unit tests linking, but disable them for now. bump main accordingly. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/10 04:18:45 Modified files: sys/uvm : uvm_km.c Log message: Number of swap pages in use must be smaller than tha total number of swap pages, so fix non-sensical comparison introduced in rev 1.77. ok miod@, krw@, beck@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/10 06:00:47 Modified files: sys/dev/pci : ixgbe_82599.c Log message: sync some 82599 bits with freebsd driver; ok jsg CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/10 07:35:06 Modified files: sys/dev/usb : if_athn_usb.c if_athn_usb.h Log message: add a flag indicating whether shared code was initialized so that we can prevent calling athn_detach if it wasn't; suggestion and ok stsp CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/10 07:52:54 Modified files: audio/pulseaudio: Makefile audio/pulseaudio/patches: patch-libpulse-mainloop-glib_pc_in patch-libpulse-simple_pc_in patch-libpulse_pc_in patch-src_Makefile_am patch-src_daemon_main_c Log message: Fix -rpath so that the sndio() module loads correctly. Add comment to pc file patches. Remove -rpath patches from Makefile.am. Fix a bogus blindly copied over define from FreeBSD. Note that pulseaudio is still broken, sndio(7) errors out... CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/11/10 07:54:24 Log message: Import port of eio, an async i/o library for e17. ok landry armani Status: Vendor Tag: stsp Release Tags: stsp_20121110 N ports/x11/e17/eio/distinfo N ports/x11/e17/eio/Makefile N ports/x11/e17/eio/pkg/DESCR N ports/x11/e17/eio/pkg/PLIST N ports/x11/e17/eio/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/10 07:57:13 Modified files: x11/e17/eio : Makefile Log message: This needs the gettext MODULE. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/11/10 08:01:15 Modified files: x11/e17/e_dbus : Makefile distinfo x11/e17/e_dbus/pkg: PFRAG.shared PLIST x11/e17/ecore : Makefile distinfo x11/e17/ecore/pkg: PFRAG.shared PLIST x11/e17/edje : Makefile distinfo x11/e17/edje/pkg: PLIST x11/e17/efreet : Makefile distinfo x11/e17/efreet/pkg: PLIST x11/e17/eina : Makefile distinfo x11/e17/eina/patches: patch-src_tests_eina_bench_c patch-src_tests_eina_bench_quad_c x11/e17/eina/pkg: PLIST x11/e17/embryo : Makefile distinfo x11/e17/evas : Makefile distinfo x11/e17/evas/pkg: PFRAG.shared PLIST Added files: x11/e17/eina/patches: patch-Makefile_in Removed files: x11/e17/e_dbus/patches: patch-edbus_pc_in x11/e17/ecore/patches: patch-configure patch-src_lib_ecore_Ecore_h x11/e17/edje/patches: patch-src_lib_edje_edit_c patch-src_lib_edje_main_c x11/e17/evas/patches: patch-configure patch-src_modules_savers_png_evas_image_save_png_c Log message: Update e17 EFL components to 1.7.1. ok landry armani CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/11/10 08:01:34 Modified files: x11/e17 : Makefile Log message: += eio CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/11/10 08:03:03 Modified files: x11/e17/eet : Makefile distinfo x11/e17/eet/pkg: PLIST Log message: Update eet to 1.7.1 (should have been part of EFL upgrade commit) ok landry armani CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/11/10 08:06:03 Modified files: x11/e17/e : Makefile distinfo x11/e17/e/patches: patch-configure patch-src_bin_Makefile_in patch-src_modules_cpufreq_Makefile_in patch-src_modules_temperature_tempget_c x11/e17/e/pkg : PFRAG.shared PLIST Added files: x11/e17/e/patches: patch-src_bin_e_init_main_c patch-src_bin_e_start_main_c patch-src_modules_battery_e_mod_openbsd_c Removed files: x11/e17/e/patches: patch-src_modules_conf_intl_e_int_config_intl_c patch-src_modules_temperature_e_mod_main_c patch-src_modules_temperature_e_mod_main_h patch-src_modules_temperature_e_mod_main_private_h patch-src_modules_wizard_page_010_c patch-src_modules_wizard_page_200_c Log message: Upgrade e17 to 0.17.0 alpha. Mostly works, see here for a list of known issues: http://marc.info/?l=openbsd-ports&m=135255696617191&w=2 ok landry armani CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/10 08:06:41 Modified files: x11/e17/eet : Makefile x11/e17/embryo : Makefile Log message: Needs the converters/libiconv MODULE. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/11/10 08:31:36 ports/x11/gnustep/sqlclient/patches Update of /cvs/ports/x11/gnustep/sqlclient/patches In directory cvs.openbsd.org:/tmp/cvs-serv10119/patches Log Message: Directory /cvs/ports/x11/gnustep/sqlclient/patches added to the repository CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2012/11/10 09:02:52 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: turn single-command if-then-fi blocks into "[ expr ] && command" style lines. no change of functionality. discussed with and ok ajacoutot CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/11/10 11:17:08 Modified files: faq : upgrade51.html Log message: Forward link to upgrade52.html, requested by mitja at muzenic dot net CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2012/11/10 11:46:21 Modified files: sys/dev/usb : if_axe.c if_axereg.h Log message: Rewrite the receive filter handling code and cleanup the ioctl bits. ok jsg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2012/11/10 11:48:22 Modified files: sys/dev/usb : if_smsc.c if_smscreg.h Log message: Rewrite the receive filter handling code and cleanup the ioctl bits. ok jsg@ CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2012/11/10 11:48:28 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: consistently use [ -n "${var}" ] instead of [ "${var}" ] no functional change discussed and ok ajacoutot CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2012/11/10 11:53:32 Modified files: sys/dev/pci : if_vio.c Log message: Simplify error handling, add IFCAP_VLAN_MTU Patch by Dinar Talypov t.dinar.m AT gmail.com OK claudio@, mikeb@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/11/10 12:57:42 Modified files: x11/e17/e : Makefile Added files: x11/e17/e/patches: patch-src_modules_wizard_page_011_c Log message: Fix keyboard layout listing in initial configuration screen; diff by rustyBSD CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/11/10 16:36:52 Modified files: sys/dev/isa : spkr.c Log message: use boolean_t not bool for a local boolean type so this won't clash with a c99 style bool type. ok millert@ deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/11/10 21:45:44 Modified files: sys/net : if.h sys/netinet : in_var.h sys/netinet6 : in6_var.h Log message: align ifaliasreq.ifra_addr similar to the way that ifreq is fixed -- a gruesome union, to block the compiler from placing the struct incorrectly aligned on stack frames ok guenther CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/11/10 22:02: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: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/11 00:36:03 Modified files: devel/libgee06 : Makefile distinfo Log message: Minor update to libgee06-0.6.6.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/11 01:45:05 ports/devel/libgee/patches Update of /cvs/ports/devel/libgee/patches In directory cvs.openbsd.org:/tmp/cvs-serv9948/patches Log Message: Directory /cvs/ports/devel/libgee/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/11 01:45:31 Modified files: devel/libgee : Makefile distinfo Added files: devel/libgee/patches: patch-gee_Makefile_in Log message: Update to libgee-0.8.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/11 02:12:55 Modified files: print/a2ps : Makefile print/a2ps/pkg : PLIST Added files: print/a2ps/pkg : README Log message: Add a pkg-readmes explaining that some external helper tools may be needed depending on what kind of file(s) one wants to convert. e.g. ImageMagick is needed to converting image files. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/11 02:13:16 Modified files: x11/gtk+3 : Makefile distinfo Log message: Minor update to gtk+3-3.6.2. CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/11/11 05:09:09 Modified files: lib/libGL : Makefile lib/libGL/dri/swrastg: Makefile lib/libGL/gallium: Makefile.inc Log message: Link libGL with -lpthread to allow the llvm-pipe driver to be loaded. ok matthieu@, ajacoutot@ CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/11/11 05:18:31 Modified files: xserver/glx : glxdriswrast.c dist/Mesa/src/glx: drisw_glx.c Log message: Try to load the gallium3d "swrastg" driver if available before falling back to the default mesa "swrast" one for software rendering. ok matthieu@ CVSROOT: /cvs Module name: ports Changes by: ratchov@cvs.openbsd.org 2012/11/11 06:49:48 ports/emulators/dosbox/files Update of /cvs/ports/emulators/dosbox/files In directory cvs.openbsd.org:/tmp/cvs-serv12774/files Log Message: Directory /cvs/ports/emulators/dosbox/files added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/11 07:22:13 Modified files: x11/gnome/anjuta: Makefile Added files: x11/gnome/anjuta/patches: patch-src_action-callbacks_c patch-src_anjuta-app_c Log message: Unbreak with new gdl; breakage reported by nigel@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/11/11 07:28:40 Modified files: usr.bin/calendar/calendars: calendar.history Log message: david livingstone, not livingston; i picked this up from greg lehey's commit in freebsd, -r242849: that commit also changes the date of stanley's encounter from 10th nov. to 27th of oct. since the internet doesn;t seem to agree and not having anything authorative to hand, i have left the date untouched (i.e. 10th nov.). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/11 07:30:50 Modified files: x11/gnome/gdlmm: Makefile textproc/gtranslator: Makefile Log message: Mark these are BROKEN until upstream fixes them to work with the new gdl (currently being worked on). CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/11 07:33:20 Modified files: sbin/dhclient : dhclient.c Log message: supersede/append/prepend actions should work even if the dhcp server doesn't send any data for the affected option. This was broken when the supersede/append/prepend/ignore logic was refactored. Reported by and fix tested by johnw via misc@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/11 08:10:34 Modified files: x11/gnome/anjuta/patches: patch-src_anjuta-app_c Log message: Missed chunk in previous. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/11/11 08:12:38 Modified files: share/man/man5 : resolv.conf.5 Log message: make the description of "debug" understandable for mortals (i.e. non-programmers); krw, as well as ok'ing this diff, pointed out that it's only relevant for a DEBUG-compiled libc, which is non-default, and helped me tweak the wording appropriately; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/11 08:43:14 Modified files: x11/gnome/anjuta/patches: patch-src_anjuta-app_c Log message: clearly not my day... CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/11/11 08:49:43 Modified files: driver/xf86-video-ati: configure.ac driver/xf86-video-radeonold: configure.ac Log message: Make it possible to build radeon drivers without XAA. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/11/11 08:51:20 Modified files: driver/xf86-video-ati: Makefile.in aclocal.m4 config.guess config.h.in config.sub configure depcomp driver/xf86-video-ati/man: Makefile.in driver/xf86-video-ati/src: Makefile.in driver/xf86-video-radeonold: Makefile.in aclocal.m4 config.guess config.h.in config.sub configure depcomp driver/xf86-video-radeonold/man: Makefile.in driver/xf86-video-radeonold/src: Makefile.in Log message: regen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/11 09:02:15 Modified files: x11/gnome/anjuta: Makefile x11/gnome/anjuta/patches: patch-src_anjuta-app_c Log message: Fix a couple warnings. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/11 09:36:13 Modified files: sbin/dhclient : dhclient.c Log message: Fix dhclient.conf 'default' directive which was also broken in code refactoring. i.e. use specified value if server has provided no data. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/11 10:13:32 Modified files: devel/cmake : Makefile distinfo devel/cmake/patches: patch-CMakeLists_txt patch-Modules_CMakeDetermineJavaCompiler_cmake patch-Modules_CMakeUnixFindMake_cmake patch-Modules_Compiler_GNU-Fortran_cmake patch-Modules_Compiler_GNU_cmake patch-Modules_FindJNI_cmake patch-Modules_FindJava_cmake patch-Modules_FindLua51_cmake patch-Modules_FindMPEG2_cmake patch-Modules_FindMPEG_cmake patch-Modules_FindPythonInterp_cmake patch-Modules_FindPythonLibs_cmake patch-Modules_FindQt3_cmake patch-Modules_FindQt4_cmake patch-Modules_FindQt_cmake patch-Modules_FindSDL_cmake patch-Modules_FindTCL_cmake patch-Modules_FindTclStub_cmake patch-Modules_FindTclsh_cmake patch-Modules_FindWish_cmake patch-Modules_FindXMLRPC_cmake patch-Modules_FindwxWindows_cmake patch-Modules_Platform_OpenBSD_cmake patch-Modules_Qt4ConfigDependentSettings_cmake patch-Source_CursesDialog_CMakeLists_txt patch-Source_cmInstallCommand_cxx patch-Source_cmTarget_cxx patch-Tests_CMakeLists_txt devel/cmake/pkg: PLIST Added files: devel/cmake/patches: patch-Modules_FindFreetype_cmake patch-Modules_FindGettext_cmake Log message: Update to cmake-2.8.10. Successfully gone through a bulk build. Feedback landry@, Vadim Zhukov, Amit Kulkarni Bulk build and OK landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/11 11:10:01 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-calendar_libedata-cal_e-cal-backend-intervaltree_c patch-camel_providers_pop3_camel-pop3-folder_c Log message: Bugfix update to evolution-data-server-3.6.2. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/11/11 11:28:17 Modified files: share/man/man4 : ddb.4 Log message: Document the machine subcommands. ok jmc@, pirofti@, mlarkin@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/11 11:40:13 Modified files: devel/libgee : Makefile devel/libgee/patches: patch-gee_Makefile_in Log message: drop dependency on gsed by turning this into a regex our sed(1) groks. ok aja@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/11 11:50:24 Modified files: x11/gnome/anjuta: Makefile x11/gnome/anjuta/patches: patch-src_action-callbacks_c patch-src_anjuta-app_c Log message: Committed upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/11 11:51:25 Modified files: mail/evolution : Makefile distinfo mail/evolution/patches: patch-calendar_alarm-notify_alarm_c Log message: Bugfix update to evolution-3.6.2. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/11 11:52:53 Modified files: devel/libgee/patches: patch-gee_Makefile_in Log message: pushed upstream CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/11/11 11:54:03 Modified files: lib/libXcomposite/man: Makefile.am Log message: When building without and obj dir, cp may fail. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/11/11 11:54:33 Modified files: lib/libXcomposite: Makefile.in aclocal.m4 config.guess config.h.in config.sub configure depcomp install-sh ltmain.sh missing lib/libXcomposite/man: Makefile.in lib/libXcomposite/src: Makefile.in Log message: regen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/11 12:00:02 Modified files: textproc/gtranslator: Makefile x11/gnome/gdlmm: Makefile Log message: BZ urls. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/11 12:00:25 Modified files: mail/evolution-ews: Makefile distinfo mail/evolution-ews/patches: patch-configure mail/evolution-ews/pkg: PLIST Log message: Bugfix update to evolution-ews-3.6.1. CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/11/11 12:15:07 Modified files: www/luakit : Makefile Log message: fix WANTLIB and {RUN,BUILD,LIB}_DEPENDS OK aja@, jasper@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/11/11 13:40:09 ports/productivity/davical/patches Update of /cvs/ports/productivity/davical/patches In directory cvs.openbsd.org:/tmp/cvs-serv30921/patches Log Message: Directory /cvs/ports/productivity/davical/patches added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/11/11 13:40:49 Modified files: usr.bin/mg : display.c Log message: updating the character offset on the line all the time is astoundingly hostile to slow terminals. ok lum CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2012/11/11 13:45:31 Modified files: sys/dev/pci : if_iwn.c Log message: add support for the Intel Centrino Advanced-N 6235 to iwn(4). committed over a 6235 device, of course. ok deraadt@ kettenis@ stsp@ armani@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/11 13:47:56 Modified files: gnu/usr.bin/gas/config: tc-m88k.c Log message: Recognize "uahalf" and "uaword" statement, as synonyms for "half" and "word" (the a.out assembler doesn't enforce alignment for "half" and "word" data). Needed because gcc 3 will produce such statements. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/11/11 13:49:21 Modified files: www/awl : Makefile distinfo www/awl/pkg : PLIST Log message: Update to php-awl 0.53, needed by davical update. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/11/11 13:50:18 Modified files: productivity/davical: Makefile distinfo productivity/davical/pkg: PLIST Added files: productivity/davical/patches: patch-dba_davical_sql Log message: Update to davical 1.1.1, from viq. Add a patch to unbreak db initialization (remove quotes around LANGUAGE 'plpgsql', breaking with recent psqls ?) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/11 14:14:08 Modified files: gnu/usr.bin/gcc/gcc: unwind-dw2-fde-openbsd.c Log message: Explicitely include if !__ELF__ for this file to compile. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/11 14:20:28 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k.c m88k.h openbsd.h Log message: The next step towards a working gcc3/m88k: remove the argument area (from gcc2), and try to get the builtin varargs code to work. I have tried to mimic the gcc2 varargs logic, which is optimal in the sense that no argument gets duplicated and as many arguments as possible are passed in registers, to no avail (read: hair-pulling ICE out of nowhere in variadic functions). So I am now sticking to the original gcc 2.7 varargs, where an argument passed on the stack consumes the registers it would have been passed as, if its type would have allowed it. This spills too much memory on the stack, but on the other hand makes the expansion of va_arg() much simpler. This means that, should gcc3 on m88k platforms be solid enough, mixing varargs objects compiled with gcc 2 and gcc 3 will not be possible. But we're not there yet. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/11/11 14:34:15 Modified files: driver/xf86-video-openchrome: configure.ac driver/xf86-video-openchrome/src: via_accel.c via_dga.c via_driver.c via_driver.h via_memory.c via_priv.h via_video.c Log message: Patch the driver a bit more, to be able to build without XAA. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/11/11 14:34:52 Modified files: driver/xf86-video-openchrome: Makefile.in aclocal.m4 config.guess config.h.in config.sub configure depcomp driver/xf86-video-openchrome/libxvmc: Makefile.in driver/xf86-video-openchrome/man: Makefile.in driver/xf86-video-openchrome/src: Makefile.in driver/xf86-video-openchrome/tools: Makefile.in Log message: regen CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/11/11 14:36:08 Modified files: www/luakit : Makefile Log message: make luakit use libunique OK aja@, jasper@ CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2012/11/11 17:20:41 Modified files: sys/dev/pci : if_iwnvar.h Log message: add IWN_FLAG_NO_BT_COEX define for previous 6235 support in if_iwn CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/11/11 17:29:09 Modified files: lib/libkvm : kvm_proc2.c Log message: Fix pid matching on kernel crashdumps in kvm_getprocs(KERN_PROC_PID) CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/11/11 18:14:41 Modified files: usr.bin/rdist : Makefile client.c defs.h docmd.c expand.c gram.y lookup.c usr.bin/rdistd : Makefile server.c Log message: Fix various format string issues. Stop assuming time_t is long or smaller. Enable warnings. ok krw@, ian@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/11/11 18:18:37 Modified files: usr.bin/rdist : client.c Log message: Once a C_RECVDIR command is sent, a matching C_END command has to be sent later, even if the opendir() fails or the nodescend option is set. ok krw@, ian@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/11/12 01:07:53 Modified files: etc/rc.d : rc.subr Log message: Don't check if ${local_rcconf} is defined before sourcing rc.conf but do it unconditionally. The only place local_rcconf could have been defined is from /etc/rc sourcing rc.conf but then the variable is not exported so it will never be seen by rc.subr. ok robert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/12 01:13:34 Modified files: x11/gnome/gcr : Makefile distinfo x11/gnome/gcr/patches: patch-gck_tests_test-gck-attributes_c Log message: Minor update to gcr-3.6.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/12 01:21:31 Modified files: x11/gnome/seahorse: Makefile distinfo Log message: Bugfix update to seahorse-3.6.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/12 01:25:08 Modified files: x11/gnome/seahorse-sharing: Makefile distinfo x11/gnome/seahorse-sharing/pkg: PLIST Log message: Minor update to seahorse-sharing-3.6.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/12 01:35:54 Modified files: x11/gnome/keyring: Makefile distinfo Log message: Bugfix update to gnome-keyring-3.6.2. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/12 02:25:38 Modified files: sysutils/monit : Makefile distinfo Removed files: sysutils/monit/patches: patch-src_process_sysdep_OPENBSD_c Log message: - update to monit-5.5 maintainer timed-out CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/11/12 02:32:55 Modified files: mail/py-spf : Makefile Added files: mail/py-spf/patches: patch-spf_py Log message: A non-ascii spf record should not crash py-spf. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/11/12 02:57:46 Modified files: mail/py-policyd-spf: Makefile distinfo mail/py-policyd-spf/patches: patch-setup_py mail/py-policyd-spf/pkg: PLIST Log message: Update to 1.1 and regen patches CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/12 03:03:21 Modified files: x11/pekwm : Makefile distinfo x11/pekwm/pkg : PLIST Log message: - update to pekwm-0.1.15 "looks good" nicm@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/12 03:19:39 Modified files: devel/glib2/patches: patch-gio_tests_file_c Log message: GKqueueDirectoryMonitor -> GKqueueFileMonitor CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/11/12 03:25:09 Modified files: de : 52.html events.html orders.html faq/de : faq1.html nl : orders.html opensmtpd/de : portable.html opensmtpd/nl : portable.html Added files: faq/ru : faq15.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/12 03:34:07 Modified files: x11/gnome/orca : Makefile distinfo Log message: Bugfix update to orca-3.6.2. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/12 03:36:21 Modified files: www/gtkhtml4 : Makefile distinfo Log message: - update to gtkhtml-4.6.1 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/12 03:55:17 Modified files: infrastructure/db: systrace.filter Log message: Add "native-sigpending: permit" to avoid warnings from systrace now that make(1) uses this function. ok espie@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/12 04:12:03 Modified files: audio/taglib : Makefile audio/taglib/patches: patch-taglib_mp4_mp4tag_cpp Added files: audio/taglib/patches: patch-taglib_mp4_mp4coverart_h Log message: Correctly parse covr atoms with type 0 (upstream git commit 3a5aeb457324f9dcac2c0051e94b0d748af63f65) CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2012/11/12 05:27:00 Modified files: audio/pulseaudio: Makefile audio/pulseaudio/files: module-sndio.c Log message: fix sndio backend: make mio_open blocking. discussed with ratchov@ and armani@ ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2012/11/12 05:29:07 Modified files: graphics/cairo : Makefile distinfo graphics/cairo/patches: patch-configure patch-util_cairo-fdr_Makefile_in patch-util_cairo-trace_Makefile_in Removed files: graphics/cairo/patches: patch-src_cairo-polygon-reduce_c Log message: update to cairo 1.12.8 from Brad. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/11/12 06:31:47 Modified files: www/py-webdav : Makefile distinfo www/py-webdav/pkg: PLIST Log message: update to 0.9.8; from MERIGHI Marcus, thanks! while here, adjust license marker. looks fine to aja@ and sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/12 06:32:38 Modified files: textproc/raptor: Makefile distinfo textproc/raptor/pkg: PFRAG.shared PLIST Removed files: textproc/raptor/patches: patch-src_raptor_internal_h Log message: update to Raptor 2.0.8 - merge of various updates by Amit Kulkarni and dlg@ - this has an API change, to be dealt with in forthcoming commits CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/12 06:34:04 Modified files: textproc/redland: Makefile distinfo Added files: textproc/redland/patches: patch-src_Makefile_in textproc/redland/pkg: DESCR-main DESCR-mysql DESCR-pgsql PLIST-main PLIST-mysql PLIST-pgsql Removed files: textproc/redland/pkg: DESCR PFRAG.shared PLIST Log message: update to Redland 1.0.15, multipackages for DB backends, cope with new raptor. - merged from updates by Vadim Zhukov in openbsd-wip and dlg@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/12 06:35:33 Modified files: textproc/liblrdf: Makefile distinfo Added files: textproc/liblrdf/patches: patch-autogen_sh patch-lrdf_h Log message: update liblrdf to 0.5.0, cope with raptor update - from openbsd-wip and tweaks from me CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/12 06:36:55 Log message: import textproc/rasqal, split from redland. ok landry@ - merged from openbsd-wip and dlg@ diffs. Rasqal is a C library that handles Resource Description Framework (RDF) query language syntaxes, query construction and execution of queries returning results as bindings, boolean, RDF graphs/triples or syntaxes. The supported query languages are SPARQL 1.0, RDQL, Draft SPARQL Query 1.1, Update 1.1 Syntax and Experimental SPARQL extensions (LAQRS). Rasqal can write binding query results in the SPARQL XML, SPARQL JSON, CSV, TSV, HTML, ASCII tables, RDF/XML and Turtle / N3 and read them in SPARQL XML, RDF/XML and Turtle / N3. Rasqal was designed to work closely with the Redland RDF library and the Raptor RDF Syntax Library but is entirely separate from both. Status: Vendor Tag: sthen Release Tags: sthen_20121112 N ports/textproc/rasqal/Makefile N ports/textproc/rasqal/distinfo N ports/textproc/rasqal/pkg/DESCR N ports/textproc/rasqal/pkg/PLIST N ports/textproc/rasqal/patches/patch-configure_ac No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/12 06:37:21 Modified files: textproc : Makefile Log message: +rasqal CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/12 06:37:52 Modified files: databases/soprano: Makefile distinfo databases/soprano/pkg: DESCR PLIST Added files: databases/soprano/patches: patch-cmake_modules_FindRedland_cmake Removed files: databases/soprano/patches: patch-test_sopranoliteraltest_cpp Log message: update to soprano 2.8.0, cope with redland update - from openbsd-wip CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/12 06:38:04 Modified files: databases : Makefile Log message: link soprano to the build CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/12 06:38:20 Modified files: editors/libreoffice: Makefile Log message: sync wantlib; raptor update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/12 06:38:37 Modified files: multimedia/gstreamer-0.10/plugins-bad: Makefile Log message: sync wantlib; raptor update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/12 06:39:07 Modified files: net/flickcurl : Makefile distinfo net/flickcurl/pkg: PLIST Removed files: net/flickcurl/patches: patch-src_flickcurl_internal_h Log message: update to flickcurl 1.23, cope with raptor update CVSROOT: /cvs Module name: src Changes by: gsoares@cvs.openbsd.org 2012/11/12 07:01:20 Modified files: usr.sbin/ldapd : schema.c Log message: fix a potential memory leak; OK martinh@ sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/12 07:02:38 Modified files: x11/gnome/contacts: Makefile distinfo x11/gnome/contacts/pkg: PLIST Log message: - update to gnome-contact-3.6.2 CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2012/11/12 07:07:20 Modified files: lib/libutil : fmt_scaled.c Log message: make scan_scaled set errno to EINVAL rather than ERANGE if it encounters an invalid multiplier, like the man page says it should "looks sensible" deraadt@, ok ian@ CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2012/11/12 07:10:48 Modified files: regress/lib/libutil/fmt_scaled: fmt_test.c Log message: require scan_scaled to set errno to EINVAL rather than ERANGE if it encounters an invalid multiplier, like the man page says it should "looks sensible" deraadt@, ok ian@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/12 07:42:48 Modified files: devel/py-gobject3: Makefile distinfo Log message: Bugfix update to py-gobject3-3.4.2. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/11/12 07:58:53 Modified files: usr.sbin/smtpd : aliases.c bounce.c control.c dns.c enqueue.c forward.c ioev.c lka.c lka_session.c map.c map_db.c map_file.c map_static.c mda.c mfa.c mta.c mta_session.c parse.y queue.c queue_backend.c queue_fsqueue.c ruleset.c scheduler.c scheduler_ramqueue.c smtp.c smtp_session.c smtpctl.c smtpd.c smtpd.h ssl.c stat_backend.c util.c Log message: Cleanups and improvements: * Log more events (especially client session) and use a better scheme for that: each messages is prefixed with a token to easily identify its class: - info/warn/debug: general server messages - smtp-in: smtp client connections - relay: status update for relayed messages - delivery: status update for local deliveries * Implement "smtpctl monitor" to display updates of selected internal counters. * When reloading the on-disk queue at startup do not commit a message if no envelope was submitted for that message. * Remove unused stuff in the config parser. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/12 08:03:41 Modified files: emulators/fedora/base: Makefile Log message: Fix COMMENT; from Daniel Bolgheroni CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/12 10:03:53 Modified files: x11/gnome/session: Makefile Added files: x11/gnome/session/patches: patch-data_hardware-compatibility Log message: Since fallback mode will be gone for next release, consider llvmpipe as accelerated to ease testing. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/12 11:01:10 Modified files: x11/gnome/gvfs : Makefile distinfo Log message: Update to gvfs-1.14.2. CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/11/12 11:02:34 Modified files: emulators/fedora/cups: Makefile Log message: use ${FEDORA_V} here; no package change OK aja@ CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/11/12 11:19:46 Modified files: multimedia/coherence: Makefile Log message: typo in comment; noticed by Daniel Bolgheroni while here, REGRESS_IS_INTERACTIVE and tidy whitespaces in CATEGORIES = bump package revision. OK landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/12 11:21:25 Modified files: x11/gnome/yelp : Makefile distinfo Log message: Update to yelp-3.6.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/12 12:14:10 Modified files: x11/gnome/caribou: Makefile distinfo Log message: Update to caribou-0.4.4.2. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/12 13:20:12 Modified files: mail/roundcubemail: Makefile distinfo mail/roundcubemail/pkg: PLIST Log message: Bugfix update to roundcubemail 0.8.3 CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/12 13:31:32 Modified files: sys/dev/pci : if_oce.c Log message: move some stuff around, do minor cleanup CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/11/12 13:39:09 Modified files: devel/nspr : Makefile distinfo devel/nspr/patches: patch-mozilla_nsprpub_pr_src_pthreads_ptthread_c patch-mozilla_nsprpub_pr_tests_runtests_sh Added files: devel/nspr/pkg : DESCR PLIST Removed files: devel/nspr/files: nspr.pc.in devel/nspr/pkg : DESCR-docs DESCR-main PFRAG.shared-main PLIST-docs PLIST-main Log message: Update to nspr 4.9.3. - remove subpackages, it makes no sense to have -docs fetching its distfile from a separate tarball. If really needed one can make a standalone port. - remove handmade nspr.pc.in, upstream provides one - remove handrolled install target and use the one upstream provides. - merge PFRAG.shared back into PLIST Tested on amd64/i386/powerpc and in a bulk build. Needed by firefox 18. ok sthen@ ajacoutot@ jasper@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/11/12 13:43:09 Modified files: security/nss : Makefile distinfo security/nss/files: nss-config nss.pc security/nss/patches: patch-mozilla_security_coreconf_OpenBSD_mk patch-mozilla_security_coreconf_UNIX_mk patch-mozilla_security_nss_Makefile patch-mozilla_security_nss_lib_ckfw_builtins_certdata_c patch-mozilla_security_nss_lib_ckfw_builtins_certdata_txt patch-mozilla_security_nss_lib_freebl_blapi_h patch-mozilla_security_nss_lib_freebl_unix_rand_c security/nss/pkg: PLIST Log message: Update to nss 3.14. - use ${SUBST_CMD} instead of old-style perl -pi -e commands - update nss-config from debian's nss-config.in, since apparently it comes from there.. needed to fix detection by mozillas, otherwise the current script returns 3.14 for --version while configure scripts expect 3.14.0... grab version via awk on nss.h at runtime. Tested on amd64/i386/powerpc and in an amd64 bulk build. Needed by firefox 18. ok sthen@ ajacoutot@ jasper@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/11/12 13:45:32 Modified files: devel/xulrunner/1.9: Makefile mail/mozilla-thunderbird: Makefile productivity/sunbird: Makefile textproc/chmsee: Makefile www/fennec : Makefile www/firefox35 : Makefile www/firefox36 : Makefile www/mozilla : mozilla.port.mk www/mozilla-firefox: Makefile www/seamonkey : Makefile devel/spidermonkey: Makefile lang/spidermonkey: Makefile Log message: Bump all ports depending on nspr to account for the devel/nspr,-main -> devel/nspr pkgpath change. While here, make sure mozilla ports depend on the latest and greatest via mozilla.port.mk. Tested in a bulk build.. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/12 15:03:26 ports/net/p5-Net-XMPP/patches Update of /cvs/ports/net/p5-Net-XMPP/patches In directory cvs.openbsd.org:/tmp/cvs-serv16684/patches Log Message: Directory /cvs/ports/net/p5-Net-XMPP/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/12 15:03:50 Modified files: net/p5-Net-XMPP: Makefile Added files: net/p5-Net-XMPP/patches: patch-lib_Net_XMPP_Debug_pm Log message: Fix a "Use of uninitialized value" warning CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/12 15:38:26 Modified files: sys/dev/usb : if_athn_usb.c Log message: protect rxeof path with an splnet; ok kettenis CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/11/12 17:08:57 Modified files: . : plus.html Log message: plus.html Oct 29 to Nov 4th. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2012/11/12 23:34:13 Modified files: usr.sbin/npppd/common: recvfromto.c recvfromto.h usr.sbin/npppd/l2tp: l2tp_ctrl.c Log message: Constify arguments to sendto_nat_t and add missing #include "recvfromto.h" to l2tp_ctrl.c. no binary changes. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/13 00:15:51 Modified files: x11/gnome/devel-docs: Makefile distinfo Removed files: x11/gnome/devel-docs/patches: patch-platform-demos_Makefile_in Log message: Update to gnome-devel-docs-3.6.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/13 00:20:24 Modified files: net/glib2-networking: Makefile distinfo net/glib2-networking/pkg: PLIST Log message: Maintenance update to glib2-networking-2.34.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/13 00:21:46 Modified files: x11/gnome/user-docs: Makefile distinfo x11/gnome/user-docs/pkg: PLIST Log message: Update to gnome-user-docs-3.6.2. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/13 00:24:41 Modified files: net/sendxmpp : Makefile distinfo net/sendxmpp/pkg: DESCR PLIST Log message: - update to sendxmpp-1.23 - tweak DESCR/COMMENT - install examples ok pea@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/13 00:26:47 Modified files: devel/libsoup : Makefile distinfo devel/libsoup/pkg: PLIST-main Log message: Bugfix update to libsoup-2.40.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/13 00:28:15 Modified files: x11/gnome/themes-standard: Makefile distinfo x11/gnome/themes-standard/pkg: PLIST Log message: Bugfix update to gnome-themes-standard-3.6.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/13 00:32:26 Modified files: x11/gnome/desktop: Makefile distinfo x11/gnome/desktop/patches: patch-libgnome-desktop_Makefile_in Log message: Update to gnome-desktop-3.6.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/13 00:33:21 Modified files: meta/gnome : Makefile Log message: Entering GNOME 3.6.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/13 00:35:08 Modified files: x11/gnome/documents: Makefile distinfo Log message: Update to gnome-documents-3.6.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/13 00:39:51 Modified files: x11/gnome/sushi: Makefile distinfo x11/gnome/sushi/pkg: PLIST Log message: Update to sushi-3.6.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/13 00:40:11 Modified files: x11/gnome/session: Makefile distinfo x11/gnome/session/patches: patch-gnome-session_main_c Log message: Update to gnome-session-3.6.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/13 00:45:17 Modified files: x11/gnome/vino : Makefile distinfo Log message: Update to vino-3.6.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/13 00:48:29 Modified files: x11/gnome/nautilus: Makefile distinfo Log message: Bugfix update to nautilus-3.6.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/13 00:49:48 Modified files: x11/gnome/vinagre: Makefile distinfo Log message: Update to vinagre-3.6.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/13 00:54:48 Modified files: x11/gnome/at-spi2-core: Makefile distinfo x11/gnome/at-spi2-core/pkg: PLIST Log message: Minor update to at-spi2-core-2.6.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/13 00:56:18 Modified files: x11/gnome/at-spi2-atk: Makefile distinfo Log message: Minor update to at-spi2-atk-2.6.2. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/13 01:09:53 Modified files: devel/gobject-introspection: Makefile distinfo Log message: - update to gobject-introspection-1.34.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/13 01:12:21 Modified files: devel/libwnck3 : Makefile distinfo devel/libwnck3/pkg: PLIST Log message: - update to libwnck-3.4.4 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/13 01:17:45 Modified files: x11/gnome/font-viewer: Makefile distinfo x11/gnome/font-viewer/patches: patch-configure x11/gnome/font-viewer/pkg: PLIST Log message: - update to gnome-font-viewer-3.6.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/13 01:18:22 Modified files: x11/gnome/system-log: Makefile distinfo x11/gnome/system-log/pkg: PLIST Log message: - update to gnome-system-log-3.6.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/13 01:20:44 Modified files: x11/gnome/screenshot: Makefile distinfo Log message: - update to gnome-screenshot-3.6.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/13 01:24:52 Modified files: x11/gnome/gucharmap: Makefile distinfo Log message: - update to gucharmap-3.6.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/13 01:24:52 Modified files: devel/vte3 : Makefile distinfo devel/vte3/pkg : PLIST Log message: - update to vte-0.34.2 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/11/13 01:26:25 Modified files: security/nss/patches: patch-mozilla_security_nss_lib_ckfw_builtins_certdata_c Log message: Remove the chunks only containing #@!#@!$@! rcs ids changes, patch was not applying properly because of them. Reported by ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/13 01:40:55 Modified files: x11/gnome/eog : Makefile distinfo Removed files: x11/gnome/eog/patches: patch-src_Makefile_in Log message: - update to eog-3.6.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/13 01:41:02 Modified files: x11/gnome/gedit: Makefile distinfo x11/gnome/gedit/patches: patch-configure Log message: - update to gedit-3.6.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/13 01:41:51 Modified files: x11/gnome/file-roller: Makefile distinfo Log message: - update to file-roller-3.6.2 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/13 01:44:02 Modified files: x11/i3 : Makefile x11/i3/patches : patch-include_data_h patch-src_floating_c patch-src_manage_c patch-src_workspace_c patch-src_x_c Log message: Bugfix: fix workspace back_and_forth after displaying a scratchpad window (upstream git commit 81393c93c2810e098966fe4089f3c8ea09f9cbe6) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/13 01:44:59 Modified files: x11/gnome/gcalctool: Makefile distinfo x11/gnome/gcalctool/pkg: PLIST Log message: - update to gcalctool-6.6.2 CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/11/13 02:35:18 Modified files: usr.sbin/smtpd : smtpctl.c Log message: Simplify the smtpctl code: add a try_connect() function to test if the server is running, and flush()/next_message() helpers to make imsg request/response loops easier. ok gilles@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/11/13 02:47:20 Modified files: usr.sbin/bgpd : bgpd.conf.5 bgpd.h parse.y printconf.c rde_filter.c Log message: Allow filtering based on the NEXTHOP attribute. This allows to build rules like: allow from any nexthop neighbor (to allow only prefixes that use the routers IP address as nexthop). Lots of testing, input and OK florian@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/13 03:07:20 Modified files: x11/gnome/mutter: Makefile distinfo Log message: - update to mutter-3.6.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/13 03:17:35 Modified files: x11/gnome/rygel: Makefile distinfo Log message: - update to rygel-0.16.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/13 03:35:34 Modified files: x11/gnome/anjuta: Makefile distinfo Removed files: x11/gnome/anjuta/patches: patch-src_action-callbacks_c patch-src_anjuta-app_c Log message: - update to anjuta-3.6.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/13 03:42:27 Removed files: lang/sbcl/patches: patch-src_runtime_Config_x86-openbsd devel/libusb-compat/patches: patch-libusb-config_in devel/libusb1/patches: patch-libusb-1_0_pc_in Log message: remove empty files CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/13 03:42:41 Modified files: net/telepathy : Makefile Log message: unhook telepathy-python CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/13 03:43:28 Removed files: net/telepathy/telepathy-python: Makefile distinfo net/telepathy/telepathy-python/pkg: DESCR PLIST Log message: remove telepathy-python, it's been deprecated in favor of the gobject-introspection bindings in telepathy-glib. ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/13 03:54:02 Modified files: net/telepathy/telepathy-gabble: Makefile distinfo net/telepathy/telepathy-gabble/pkg: PLIST Log message: - update to telepathy-gabbler-0.16.4 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/13 04:11:03 Modified files: devel/gsettings-desktop-schemas: Makefile distinfo devel/gsettings-desktop-schemas/pkg: PLIST Log message: Update to gsettings-desktop-schemas-3.6.1. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/13 04:27:23 Modified files: net/telepathy/telepathy-glib: Makefile distinfo net/telepathy/telepathy-glib/patches: patch-telepathy-glib_Makefile_in Log message: - update to telepathy-glib-0.20.1 CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/11/13 06:23:24 Modified files: usr.sbin/smtpd : queue.c Log message: do not miss the last envelope ok gilles@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/11/13 06:37:24 Modified files: sys/dev/pci : agp.c Log message: Correct the first argument of agpmmap() making possible to mmap the AGP aperture. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/11/13 07:08:04 Modified files: www/piwik : Makefile distinfo www/piwik/pkg : PLIST Log message: Bugfix update to 1.9.2 CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/11/13 07:11:33 Modified files: x11/gnome/gedit: Makefile Log message: Add icon-theme-symbolic as a run dependency, not all icons needed are present in default theme. ok ajacoutot@ and jasper@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/11/13 07:26:26 Modified files: usr.sbin/bgpd : bgpd.conf.5 Log message: macro tweaking; CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/13 09:11:17 Modified files: graphics/hugin : Makefile Log message: "LDFLAGS += -L${X11BASE}/lib" is useless. OK sthen@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/13 09:16:28 Modified files: x11/gnome/rygel: Makefile distinfo Log message: - update to rygel-0.16.3 ok lajoie@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/11/13 09:31:40 Modified files: emulators/spim : Makefile Log message: Fix build if imake isn't installed. While here, update license and respect ${CC}. ok kevlo@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/13 09:34:59 Modified files: devel/glib2 : Makefile distinfo devel/glib2/patches: patch-gio_tests_file_c Log message: New revision of the kqueue patch; hopefully to be pushed upstream soon... CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2012/11/13 10:10:40 Modified files: usr.sbin/npppd/npppd: Makefile log.c npppd.c npppd.h parse.y usr.sbin/npppd/pptp: pptp.h pptpd.c Added files: usr.sbin/npppd/npppd: accept.c accept.h log.h Log message: Add accept.c from ldpd and use it to handle file descriptor exhaustion in accept() case. "go for it" deraadt CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/13 10:23:01 Modified files: x11/gnome/libgweather: Makefile distinfo Log message: - update to libgwheater-3.6.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/13 10:33:40 Modified files: x11/gnome/online-accounts: Makefile distinfo x11/gnome/online-accounts/pkg: PLIST Log message: - update to gnome-online-accounts-3.6.2 CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/13 10:40:41 Modified files: sys/dev/pci : if_oce.c Log message: major cleanup; get rid of the oce_destroy_queue CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/13 10:52:11 Modified files: sys/dev/pci : if_oce.c Log message: more cleanup missed in the previous commit CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/13 11:19:13 Modified files: x11/gnome/shell: Makefile distinfo x11/gnome/shell/patches: patch-configure_ac Log message: - update to gnome-shell-3.6.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/13 11:24:34 Modified files: x11/gnome/empathy: Makefile distinfo x11/gnome/empathy/pkg: PLIST Log message: - update to empathy-3.6.2 CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/13 12:13:08 Modified files: sys/dev/pci : if_oce.c Log message: enable hardware tx checksum offloading as oce doesn't seem to require an initialized pseudo-header checksum CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/13 12:17:39 Modified files: sys/dev/pci : if_oce.c Log message: do an OACTIVE/if_start dance only once per tx interrupt CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/13 12:21:19 Modified files: sys/arch/luna88k/luna88k: clock.c Log message: Do not advance the timecounter too fast on MULTIPROCESSOR kernels; noticed and ok aoyama@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/13 13:51:57 Modified files: . : Makefile.cross Log message: Make COMPILER_VERSION a definitive assignment in there, for it to override . Allows cross-gcc to be built on a host using a different compiler version than the target. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/13 13:59:43 Modified files: . : Makefile.cross Log message: Pass -DOPENBSD_CROSS to CFLAGS when cross-compiling gcc2. Temporary bandaid until we get rid of it. Soon. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2012/11/13 15:03:44 Modified files: usr.bin/mg : mg.1 Log message: Column numbers are gone for good. "yes" deraadt, input jmc CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2012/11/13 15:07:28 Modified files: usr.sbin/bgpd : kroute.c Log message: pasto in log message ok henning CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2012/11/13 15:08:33 Modified files: usr.sbin/snmpd : kroute.c Log message: pasto in log message ok henning CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2012/11/13 15:34:04 Modified files: lang/g77 : Makefile distinfo Log message: Add runtime and regress dependencies, fix being able to run regression tests. As per sthen@ comments mip64el left out, and NOT-ARCH left. Ok sthen@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/13 16:36:17 Modified files: sys/dev/pci : agp_intel.c Log message: Writing a 1 to the MEF bit of the ERRSTS0 register of the 82443LX host bridge when it is already cleared will trigger an NMI if the corresponding bit ini the ERRCMD register is enabled. So instead of unconditionally writing 1 into some of the bits, simply read the register and write back the value that we just read. This will clear any status bits that were set (since they are R/WC) and leave all other bits alone. Tested by Karlis Mikelsons. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/11/13 19:24:27 Modified files: usr.bin/ssh : auth2-pubkey.c Log message: fix username passed to helper program prepare stdio fds before closefrom() spotted by landry@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/11/13 19:32:15 Modified files: usr.bin/ssh : ssh-keygen.c Log message: allow the full range of unsigned serial numbers; 'fine' deraadt@ CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2012/11/13 20:33:04 Modified files: usr.sbin/tcpdump: privsep_pcap.c Log message: In the unlikely event that a NULL device is passed to priv_pcap_live(), ensure that the function will stop and return NULL instead of continuing (which could lead to a segfault). ok benno deraadt otto CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/13 23:59:42 Modified files: devel/libgsf : Makefile distinfo devel/libgsf/pkg: PLIST Log message: Update to libgsf-1.14.25. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/14 00:04:07 Modified files: x11/gnome/menus: Makefile distinfo Log message: Update to gnome-menus-3.6.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/14 00:04:27 Modified files: x11/gnome/icon-theme: Makefile distinfo Log message: Update to gnome-icon-theme-3.6.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/14 00:06:57 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.6.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/14 00:07:54 Modified files: x11/gnome/icon-theme-extras: Makefile distinfo Log message: Update to gnome-icon-theme-extras-3.6.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/14 00:08:20 Modified files: x11/gnome/devhelp: Makefile distinfo x11/gnome/devhelp/patches: patch-configure Log message: Update to devhelp-3.6.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/14 00:33:42 Modified files: devel/pango : Makefile distinfo Log message: Bugfix update to pango-1.32.2. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/14 01:01:01 Modified files: lang/vala : Makefile distinfo Log message: - update to vala-0.18.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/14 01:08:55 Modified files: x11/gnome/libgweather: Makefile Log message: no need for gnu libtool anymore CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/14 01:09:49 Modified files: x11/gnome/panel: Makefile distinfo Log message: - update to gnome-panel-3.6.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/14 01:34:29 Modified files: mail/p5-Mail-Box: Makefile distinfo mail/p5-Mail-Box/pkg: PLIST Log message: - update to p5-Mail-Box-2.106 - add license marker - no need for groff - install examples CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/14 02:19:39 Log message: import p5-File-Monitor-1.00 This module provides a simple interface for monitoring one or more files or directories and reporting any changes that are made to them. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20121411 N ports/sysutils/p5-File-Monitor/Makefile N ports/sysutils/p5-File-Monitor/distinfo N ports/sysutils/p5-File-Monitor/pkg/DESCR N ports/sysutils/p5-File-Monitor/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/14 02:20:10 Modified files: sysutils : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/14 02:31:21 Modified files: meta/gnome : Makefile meta/gnome/pkg : README-main Log message: Talk about /dev/drm0 perms. ok jasper@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2012/11/14 02:55:29 Modified files: usr.bin/getopt : getopt.1 Log message: fix a bug, hidden by the break statement in the special option case, in the example code. millert@ suggested using -ne instead of -gt since $# can't be negative. ok millert@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/14 04:42:26 Modified files: mail/roundcubemail: Makefile Added files: mail/roundcubemail/patches: patch-program_js_app_js Log message: Patch to fix a bug (compose screen randomly reloading) introduced in the recent Roundcube 0.8.3 release. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/14 05:19:23 Modified files: www/owncloud : Makefile distinfo www/owncloud/pkg: PLIST Log message: Bugfix update to owncloud-4.5.2. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/14 05:30:19 Modified files: sys/dev/pci : if_iwn.c Log message: Use the iwn-6030 firmware for the Intel Centrino Advanced-N 6030 as well. Makes these variants actually work. Based on a diff from James Turned, also confirmed by weerd@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/14 05:37:03 Modified files: textproc/gtranslator: Makefile Added files: textproc/gtranslator/patches: patch-data_layout_xml patch-src_gtr-tab_c Log message: Unbreak (from upstream). CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/11/14 05:53:59 Modified files: net/aget : Makefile distinfo net/aget/patches: patch-Makefile Log message: Update for Aget fo 0.4.1. 'yep' sthen@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/11/14 05:57:34 Modified files: mail/avenger : Makefile distinfo Log message: Update for Avenger to 0.8.3. While here GROFF is not needed. Ok aja@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/11/14 06:10:41 Modified files: editors/zile : Makefile distinfo Removed files: editors/zile/patches: patch-configure Log message: Update for Zile to 2.4.9: * configure.ac: fix invocation of help2man when it is run by missing * minibuf.c: fix display bugs * minibuf.c: make minibuf_clear always clear; make minibuf_refresh update the content before refreshing the minibuffer. * basic.c: fix crash on out-of-range goto-char and add a test * search.c: note inefficiency of re_search_2 on large buffers * tests: fix an incorrect comment on an interactive test * file.c: set mark on insert-file. * search.c: fix docstring of isearch-backward-regexp Ok aja@ CVSROOT: /cvs Module name: src Changes by: gsoares@cvs.openbsd.org 2012/11/14 06:22:37 Modified files: usr.bin/mail : cmd2.c Log message: use F_OK macro instead of 0 in access() when checking by file existence. make the code easier to read. no functional change. OK millert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/14 06:43:30 Modified files: x11/gnome/settings-daemon: Makefile distinfo Log message: Bugfix update to gnome-settings-daemon-3.6.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/14 07:35:38 Modified files: x11/gnome/controlcenter: Makefile distinfo Log message: Bugfix update to gnome-control-center-3.6.3. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/14 08:47:41 Modified files: sbin/dhclient : dhclient.c dhcpd.h kroute.c privsep.c Log message: Remove useless _new_ and _old_ from various function names to make them shorter and eliminate implications about what the function does. No functional change. CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2012/11/14 09:53:50 Modified files: sys/dev/usb : usbdevs Log message: add lenovo usb ethernet adapter CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2012/11/14 09:54:27 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2012/11/14 10:00:23 Modified files: sys/dev/usb : if_axe.c share/man/man4 : axe.4 Log message: add support for the lenovo usb 2.0 ethernet adapter CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/14 10:25:46 Modified files: sys/dev/pci : if_oce.c Log message: allocate a mailbox payload dma memory upfront instead of per request CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/14 10:28:36 Modified files: x11/gnome/gdm : Makefile distinfo x11/gnome/gdm/patches: patch-common_Makefile_in patch-configure patch-daemon_Makefile_in patch-gui_simple-greeter_Makefile_in Removed files: x11/gnome/gdm/patches: patch-daemon_gdm-dbus-util_c Log message: Update to gdm-3.6.2. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/14 11:09:01 Modified files: sbin/dhclient : dhclient.c Log message: When copying option.data, use option.len to specify the amount of data to copy, rather than a static value that *may* be incorrect. e.g. when option.data is NULL. Allows 'ignore subnet-mask;' to work. Prompted by a different but similar problem found by jmc@. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/14 11:10:45 Modified files: sbin/dhclient : dhclient.c Log message: Oops. Commit the one that actually compiles. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/11/14 11:42:50 Log message: Import ssh-ldap-helper, extracted with great prejudice from Red Hat's openssh-5.3p1.src.rpm. ssh-ldap-helper is a small helper for sshd's AuthorizedKeysCommand config keyword, allowing to fetch the AuthorizedKeys from an LDAP directory with a given schema. Note that you'll need an sshd with ssh/auth2-pubkey.c r1.33 for it to work fine. ok ajacoutot@ sthen@ Status: Vendor Tag: landry Release Tags: landry_20121114 N ports/security/ssh-ldap-helper/distinfo N ports/security/ssh-ldap-helper/Makefile N ports/security/ssh-ldap-helper/patches/patch-Makefile_in N ports/security/ssh-ldap-helper/patches/patch-log_h N ports/security/ssh-ldap-helper/patches/patch-ssh-ldap-helper_8 N ports/security/ssh-ldap-helper/patches/patch-ssh-ldap-wrapper N ports/security/ssh-ldap-helper/pkg/PLIST N ports/security/ssh-ldap-helper/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/11/14 11:43:31 Modified files: security : Makefile Log message: +ssh-ldap-helper CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/14 12:05:49 Modified files: devel/glib2 : Makefile distinfo Log message: New iteration of the kqueue patch. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/14 12:54:33 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k.c Log message: Revert the `sequence' part of 1.3 - it is actually not necessary and hides other problems by making the optimizer more eager to optimize out the whole prologue and epilogue away in some cases. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/14 12:56:41 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k.h Log message: Define EPILOGUE_USES(). And suddenly the life analysis pass doesn't decide reloading the return address register from the stack in the epilogue isn't a useless operation anymore. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/11/14 12:56:53 Modified files: math/fftw3 : Makefile Removed files: math/fftw3/patches: patch-kernel_cycle_h Log message: access to %tick on sparc64 is no longer privileged CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/14 12:58:47 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k.c Log message: Generously sprinkle RTX_FRAME_RELATED_P() in the prologue and epilogue code, as recommended by the documentation. I have not seen a difference in the generated code so far, but I'd rather play safe at the moment. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/14 13:01:19 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k.c Log message: Do not bother reloading r1 from the stack in the epilogue, if it has not been clobbered (e.g. in leaf functions). While saving it helps debugging, reading it back is just useless in that case. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/11/14 14:12:24 Modified files: app/cwm : menu.c Log message: tab-complete buglet fix: once exec_path is completed, allow for subsequent completion; from Alexander Polakov CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/14 14:26:15 Modified files: mail/roundcubemail: Makefile distinfo Removed files: mail/roundcubemail/patches: patch-program_js_app_js Log message: update to roundcube 0.8.4, rolling in previously patched bug in compose screen. also fixes an XSS vulnerability in handling of text/enriched messages. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/11/14 14:31:53 Modified files: app/cwm : conf.c Log message: variable name consistency; from Thomas Pfaff CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2012/11/14 14:35:00 Modified files: usr.sbin/nginx : CHANGES CHANGES.ru README.OpenBSD usr.sbin/nginx/auto: make options usr.sbin/nginx/auto/lib/perl: conf usr.sbin/nginx/src/core: nginx.c nginx.h ngx_cycle.c ngx_cycle.h ngx_file.c ngx_file.h ngx_resolver.c usr.sbin/nginx/src/event: ngx_event_openssl.c ngx_event_openssl.h ngx_event_pipe.c usr.sbin/nginx/src/http: ngx_http_request.c ngx_http_upstream.c ngx_http_variables.c usr.sbin/nginx/src/http/modules: ngx_http_log_module.c ngx_http_ssl_module.c usr.sbin/nginx/src/http/modules/perl: nginx.pm usr.sbin/nginx/src/os/unix: ngx_process.c ngx_process_cycle.c Log message: update to 1.2.5 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/11/14 15:19:02 Modified files: share/man/man4 : ddb.4 Log message: some formatting/sorting/consistency fixes for "machine"; ok guenther CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/14 17:04:30 Modified files: databases/strigi: Makefile distinfo databases/strigi/pkg: PLIST Added files: databases/strigi/patches: patch-libstreamanalyzer_lib_saxeventanalyzer_cpp patch-libstreams_lib_textutils_cpp patch-strigidaemon_bin_daemon_dbus_dbuscpp_makecode_pl Removed files: databases/strigi/patches: patch-cmake_FindQt4_cmake patch-src_archiveengine_CMakeLists_txt patch-src_archivereader_qclient_CMakeLists_txt patch-src_daemon_dbus_dbuscpp_makecode_pl patch-src_daemon_strigithread_cpp patch-src_qclient_CMakeLists_txt patch-src_searchclient_filterwidget_CMakeLists_txt patch-src_searchclient_qtdbus_CMakeLists_txt patch-src_sqliteindexer_CMakeLists_txt patch-src_streamanalyzer_saxeventanalyzer_cpp patch-src_streams_textutils_cpp Log message: update strigi to a post-0.7.7 tarball rolled from git; worked on by Vadim Zhukov, diff prepared by Amit Kulkarni CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/14 17:37:54 Modified files: databases : Makefile Log message: link strigi to the build, all but one tests pass, and it doesn't appear in a grep over bulk build log, so unlikely to get picked up by anything in-tree. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/15 00:04:39 Modified files: x11/gnome/orca : Makefile distinfo Log message: Bugfix update to orca-3.6.3. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/11/15 00:53:44 Modified files: faq/fr : current.html faq/ru : index.html ja : index.html openssh/ja : ftp.html portable.html Added files: faq/ru : faq7.html faq9.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/11/15 01:31:36 Modified files: infrastructure/db: config.guess config.sub Log message: Sync with git ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/15 01:32:36 Modified files: x11/gnome/shell: Makefile Added files: x11/gnome/shell/patches: patch-js_ui_calendar_js Log message: Handle calendar-server errors, from upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/15 01:38:03 Modified files: x11/gnome/tracker: Makefile x11/gnome/tracker/patches: patch-src_libtracker-miner_tracker-monitor_c Log message: Better kqueue integration with tracker_monitor_init. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/15 01:43:26 Modified files: devel/cmake : Makefile distinfo devel/cmake/patches: patch-Modules_CMakeDetermineJavaCompiler_cmake patch-Modules_FindFreetype_cmake patch-Modules_FindJNI_cmake patch-Modules_FindJava_cmake patch-Modules_FindMPEG2_cmake patch-Modules_FindMPEG_cmake patch-Modules_FindQt3_cmake patch-Modules_FindQt_cmake patch-Modules_FindSDL_cmake patch-Modules_FindTCL_cmake patch-Modules_FindwxWindows_cmake patch-Modules_Platform_OpenBSD_cmake patch-Modules_UseJava_cmake patch-Source_cmTarget_cxx patch-Tests_CMakeLists_txt Log message: Update to cmake-2.8.10.1 (plus some fixes) Thanks Vadim, landry@ OK landry@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/15 02:46:12 ports/x11/nx/opennx/files Update of /cvs/ports/x11/nx/opennx/files In directory cvs.openbsd.org:/tmp/cvs-serv30067/files Log Message: Directory /cvs/ports/x11/nx/opennx/files added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/15 03:12:54 Modified files: x11/nx/opennx : Makefile distinfo x11/nx/opennx/patches: patch-Makefile_in patch-configure patch-opennxApp_cpp x11/nx/opennx/pkg: PLIST Log message: - update to opennx-0.16.0.724 CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/11/15 03:25:50 Modified files: www/sogo : Makefile www/sogo/pkg : PLIST README Log message: Install updates.php script and tell people how to configure it together with Thinderbird Integrator plugin. ok sebastia@ (Maintainer) CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/15 03:32:59 Modified files: sbin/dhclient : dhclient.c Log message: If '-d' is specified to keep dhclient from daemonizing, don't redirect privileged child's STDIN/OUT/ERROR to /dev/null. This was already avoided for the unprivileged process. Makes printf/note debugging easier. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/11/15 03:46:58 Added files: www/lighttpd/patches: patch-src_connections_c patch-src_keyvalue_c patch-src_keyvalue_h patch-src_response_c Log message: More fixes from upstream.. - Fix :port handling in $HTTP["host"] checks. - Ignore EPIPE/ECONNRESET after SSL_shutdown. - Add PATCH method. - Handle ENAMETOOLONG, return 404 Not Found. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/15 04:24:39 Modified files: converters/libiconv: Makefile Log message: bump REVISION to force an update so that a working static library is installed on architectures which have moved to PIE. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/15 05:29:08 Modified files: devel/cmake : Makefile Added files: devel/cmake/patches: patch-Source_CPack_cmCPackGenerator_cxx Log message: Fix string literal typo (from upstream) CVSROOT: /cvs Module name: src Changes by: gsoares@cvs.openbsd.org 2012/11/15 06:26:26 Modified files: share/man/man9 : altq.9 Log message: splimp -> splnet; OK jmc@ claudio@ miod@ while here switch to .Xr splnet 9; pointed out by jmc@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/15 07:41:06 Modified files: x11/gnome/baobab: Makefile distinfo x11/gnome/baobab/patches: patch-configure patch-src_Makefile_in Removed files: x11/gnome/baobab/patches: patch-src_baobab-window_vala Log message: Bugfix update to baobab-3.6.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/15 07:44:14 Modified files: textproc/gtranslator: Makefile Log message: needs to be ported to gtkspell3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/15 07:49:14 Modified files: textproc/gtkspell3: Makefile distinfo textproc/gtkspell3/pkg: PFRAG.shared PLIST Log message: Update to stable gtkspell3-3.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/15 07:53:20 Modified files: news/pan : Makefile Log message: needs to be ported to gtkspell3 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/15 07:54:18 Modified files: sbin/dhclient : bpf.c conflex.c dhclient.c errwarn.c kroute.c options.c packet.c Log message: Shuffle #include's to use the majority idiom everywhere - i.e. use dhcpd.h to pull in most sys/net/netinet/etc. .h file. Eliminate superfluous #include's. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/11/15 08:21:52 Modified files: build : mirrors.dat Log message: Add new ftp/http mirror at the University of Oxford, UK. From Dominic Hargreaves. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/11/15 08:22:42 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/11/15 08:23:14 Modified files: distrib/notes : mirrors Log message: sync CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/15 08:31:36 Modified files: lib/libutil : imsg_init.3 Log message: imsg_get() returns ssize_t, not size_t. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/15 08:48:01 Modified files: net/weechat : Makefile Added files: net/weechat/patches: patch-src_plugins_irc_irc-color_c Log message: Security fix for CVE-2012-5854: weechat: Heap-based buffer overflow when decoding IRC colors CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/15 08:48:06 Modified files: net/weechat : Tag: OPENBSD_5_2 Makefile Added files: net/weechat/patches: Tag: OPENBSD_5_2 patch-src_plugins_irc_irc-color_c Log message: Security fix for CVE-2012-5854: weechat: Heap-based buffer overflow when decoding IRC colors CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/11/15 08:50:19 Modified files: sys/dev/pci : if_vr.c Log message: Do not try to transmit packets if the interface is not running. ok chris@ deraadt@ dtucker@ mikeb@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/11/15 10:44:10 Modified files: sys/net : pf_ruleset.c Log message: this code is shared into userland, and there it should not pull in sys/mbuf.h ok claudio CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/15 11:06:36 Modified files: usr.sbin/bgpd : mrt.c Log message: buf_* -> ibuf_* in various log entries to reflect correct function names. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/15 12:12:27 Modified files: fonts/cantarell-fonts: Makefile distinfo Log message: Minor update to cantarell-fonts-0.0.11. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/15 12:18:55 Modified files: news/pan : Makefile Log message: Enable GNUtls support. ok pea@ (maintainer) CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/11/15 12:55:08 Modified files: usr.sbin/bgpctl: bgpctl.c Log message: If max-prefix/restart are used, display the values in "bgpctl sh nei" output. ok henning claudio benno CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/15 12:58:47 Modified files: net/liboauth : Makefile distinfo Log message: - update to liboauth-1.0.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/15 12:58:48 Modified files: www/cgit : Makefile distinfo www/cgit/patches: patch-Makefile www/cgit/pkg : MESSAGE Removed files: www/cgit/patches: patch-parsing_c patch-ui-diff_c Log message: update to cgit 0.9.1; new upstream site. ok landry CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/15 14:42:23 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: openbsd.h Log message: Make this cross-compile friendly by defining ATTRIBUTE_UNUSED to an empty string if not defined already, when cross-compiling. (curse words censored) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/15 14:48:15 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k.md Log message: Only allow the "return" insn construct (which simply yields a "jmp r1" line) if null_prologue(), i.e. if there is no stack frame to undo and no r1 to restore. Make the "epilogue" insn construct no longer depend on "return", but rather on "(use (const_int 0))" as "prologue" and as generally done on other backends. On the other hand, make it unconditionnal, instead of "! null_prologue()". These changes make sure than a leaf procedure call does not end up "returning" (i.e. jmp r1) upon return from the call, without restoring r1 and r30 (whenever applicable) from the existing stack frame. This makes a gcc3-compiled __main() (from libgcc2.c) no longer spin after invoking the constructors, and gives the real payload (i.e. main() and whatever follows from there) a chance to run. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/11/15 14:50:00 Modified files: sys/arch/macppc/dev: uni_n.c Log message: Print UniNorth/U3 revision number, taken from opemfirmare, to know which AGP chipset is present. This will help if some quirks are needed. ok mikeb@, kettenis@, miod@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/11/15 15:41:53 Modified files: . : hackathons.html Added files: images/hackathons: c2k12-s.gif c2k12.gif Log message: hackathon happening in coimbra now CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2012/11/15 15:44:55 Modified files: . : hackathons.html Log message: typo CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2012/11/15 19:15:38 Modified files: sys/arch/amd64/conf: RAMDISK_CD sys/arch/i386/conf: RAMDISK_CD Log message: Add oce(4) / mfii(4) and virtio devices i386 CD image also build/boot tested by todd@ ok mikeb@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/16 00:22:51 Modified files: x11/gnome/tracker: Makefile x11/gnome/tracker/patches: patch-src_libtracker-miner_tracker-monitor_c Log message: tracker-monitor: add support for GKqueueDirectoryMonitor ; pushed upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/16 01:50:19 Modified files: sysutils/accountsservice: Makefile distinfo sysutils/accountsservice/patches: patch-src_daemon_c patch-src_user_c Log message: Bugfix update to accountsservice-0.6.26. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/11/16 01:56:04 Modified files: games/fortune/datfiles: fortunes2 Log message: two spelling fixes; from John-Mark Gurney (freebsd -r243048); CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/16 05:46:22 Modified files: sysutils/ykpers: Makefile Log message: add security to CATEGORIES CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/11/16 06:25:34 Modified files: usr.bin/mandoc : mdoc.c mdoc_macro.c regress/usr.bin/mandoc/mdoc/Bd: Makefile regress/usr.bin/mandoc/mdoc/Bl: Makefile Added files: regress/usr.bin/mandoc/mdoc/Bd: break.in break.out_ascii broken.in broken.out_ascii regress/usr.bin/mandoc/mdoc/Bl: break.in break.out_ascii broken.in broken.out_ascii Log message: Fix a crash triggered by .Bl -tag .It Xo .El .Sh found by florian@. * When allocating a body end marker, copy the pointer to the normalized block information from the body block, avoiding the risk of subsequent null pointer derefence. * When inserting the body end marker into the syntax tree, do not try to copy that pointer from the parent block, because not being a direkt child of the block it belongs to is the whole point of a body end marker. * Even non-callable blocks (like Bd and Bl) can break other blocks; when this happens, postpone closing them out in the usual way. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/11/16 07:15:48 Modified files: app/cwm : xmalloc.c Log message: add some checks CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/16 07:39:00 Modified files: sbin/iked : ca.c Log message: promote some debug messages to warnings; ok reyk CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/16 07:59:36 Modified files: sbin/dhclient : kroute.c Log message: Add missing 'break;' so that IFT_ETHER, etc. routes are deleted as intended. CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/11/16 08:06:57 Modified files: lang/luajit : Makefile distinfo lang/luajit/patches: patch-Makefile Log message: Update to 2.0.0 release. OK jasper@, sthen@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/11/16 08:57:52 Modified files: databases/ports-readmes: Makefile databases/ports-readmes/files: port.tt2 Log message: Escape DESCR in html pages. ok espie@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/16 09:02:41 Modified files: sysutils/symon : Makefile Log message: Somewhere between 5.2 and now, struct sensordev grew (96->108 bytes on amd64) so old binaries no longer work. Bump REVISION to enforce updates. Problem noticed by henning@, thanks CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/16 09:46:18 Modified files: sbin/dhclient : dhclient.c Log message: Call discover_interface() before forking, so both processes will know the interface index, hardware address, etc. as well as the interface name. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/11/16 09:53:53 Modified files: net/filezilla : Makefile distinfo net/filezilla/patches: patch-Makefile_in net/filezilla/pkg: PLIST Added files: net/filezilla/patches: patch-src_engine_Makefile_in patch-tests_Makefile_in Log message: Update to 3.6.0 and fix regression tests CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/16 10:05:13 Modified files: net/libdnet : Makefile net/nmap : Makefile Added files: net/libdnet/patches: patch-src_intf_c net/nmap/patches: patch-libdnet-stripped_src_intf_c Log message: cope with net/if.h struct changes. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/11/16 10:16:29 Modified files: usr.bin/mandoc : mdoc.h mdoc_term.c term.c regress/usr.bin/mandoc/mdoc/Bf: Makefile Added files: regress/usr.bin/mandoc/mdoc/Bf: break.in break.out_ascii broken.in broken.out_ascii Log message: Improve formatting of badly nested font blocks. The basic idea is to already pop the font at the end marker instead of allowing it to linger until the final end of the block. This requires a few preliminaries: * For each block, save a pointer to the previous font to be used in case the block breaks another and gets extended. * That requires making node information writable during rendering. * Now fonts may get popped in the wrong order; hence, after the stack has already been rewound further by some block that began earlier, ignore popping a font that was put on the stack later. * To be able to exploit all this for font blocks, tie processing to their body, not their block, which is more logical anyway. Triggered by florian@ reporting vaguely similar issues with list blocks. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/11/16 10:46:18 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/11/16 11:40:39 Modified files: usr.bin/mandoc : mdoc_argv.c regress/usr.bin/mandoc/mdoc/Ap: Makefile regress/usr.bin/mandoc/mdoc/In: Makefile Added files: regress/usr.bin/mandoc/mdoc/Ap: eos.in eos.out_ascii regress/usr.bin/mandoc/mdoc/In: eos.in eos.out_ascii Log message: Two more macros (.Ap and .In) do trailing delimiter handling. This fixes the end of sentence spacing in open(2) and in about 150 pages in the NetBSD base system. Reported by Nicolas Joly , merci! CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/16 13:14:42 Modified files: share/man/man4 : mpii.4 Log message: mention 2108, 2208 and 2308 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/16 15:05:43 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k.c m88k.h Log message: Rewrite the varags implementation again (third time's the charm), the upstream varagrs implementation being utterly wrong. This is the same logic as the one I wrote for gcc 2.95, with a few more optimizations whenever possible (such as not outputting instructions to fill fields of the __va_list struct we know won't be accessed, now that we have total control of the struct in the compiler). It should now be possible to mix varags code compiled by gcc 2.95, with code compiled with gcc 3, with the following exception: as I have finally found and fixed the buglet causing all arguments to be passed on the stack if any of the named arguments (before varargs) is a struct of 32 bytes or more passed by value, such a (pretty uncommon) case will not be interoperable. One such case can be found as va-arg-4.c in gcc's testsuite. With these changes, all the following varargs exercizers from gcc's testsuite now pass when compiled with the in-tree gcc 3: gcc.c-torture/execute/920625-1.c gcc.c-torture/execute/931004-10.c gcc.c-torture/execute/931004-12.c gcc.c-torture/execute/931004-14.c gcc.c-torture/execute/931004-4.c gcc.c-torture/execute/931004-6.c gcc.c-torture/execute/931004-8.c gcc.c-torture/execute/strct-varg-2.c gcc.c-torture/execute/va-arg-1.c gcc.c-torture/execute/va-arg-2.c gcc.c-torture/execute/va-arg-4.c gcc.c-torture/execute/va-arg-5.c gcc.c-torture/execute/va-arg-6.c as well as the few others of my own I had been using while working on gcc 2.95 more than 8 years ago. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/11/16 15:20:40 Modified files: usr.bin/mandoc : mandoc.h mdoc_validate.c read.c Log message: Warn about unknown volume or arch in Dt macro arguments; patch written by Nicolas Joly . CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/16 16:12:17 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k.c Log message: In SETUP_INCOMING_VARARGS(), make sure to return in pretend_size the amount of memory which will be used for the __va_reg register spill. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/11/16 17:16:54 Modified files: net/znc : Makefile distinfo net/znc/patches: patch-man_Makefile_in net/znc/pkg : PLIST Log message: Update to znc 1.0. ok jcs@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/11/16 17:25:20 Modified files: usr.bin/mandoc : libman.h libmdoc.h man.c man_html.c man_macro.c man_term.c man_validate.c mdoc.c mdoc_argv.c mdoc_html.c mdoc_macro.c mdoc_man.c mdoc_term.c mdoc_validate.c Log message: Cleanup naming of local variables to make the code easier on the eye: Settle for "struct man *man", "struct mdoc *mdoc", "struct meta *meta" and avoid the confusing "*m" which was sometimes this, sometimes that. No functional change. ok kristaps@ some time ago CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/11/16 17:55:58 Modified files: share/man/man8 : rc.subr.8 Log message: Fix some abuse of the .Ar and .Fn macros; ok ajacoutot@ and sthen@ on a previous version some time ago, using the additional suggestion ".Dq NO" from jmc@. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/16 18:47:42 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k.c Log message: In the expansion of __builtin_saveregs(), use double store instructions to spill the registers on __va_reg instead of calling move_block_from_reg(). CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/11/17 00:51:35 Modified files: etc : rc.conf Log message: Remove pre-rc.d(8) backward compatibility. See faq/current.html for more information. The local_rcconf variable is not used anywhere anymore so drop it. suggested by deraadt@ ok sthen@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/11/17 00:53:04 Modified files: faq : current.html Log message: Document how to move from old-style pre-rc.d(8) variables to the new ones. input from and ok sthen@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/11/17 02:19:16 Modified files: lib/libc/sys : sigaltstack.2 Log message: Clarify ss_sp's meaning and that alt stacks are per-thread Correct EPERM vs EINVAL bits, mention posix and stack_t ok miod@ beck@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/17 02:40:42 Modified files: databases/gq : Makefile devel/gsettings-desktop-schemas: Makefile misc/gtk3mm-documentation: Makefile net/telepathy/telepathy-inspector: Makefile net/telepathy/telepathy-pinocchio: Makefile net/telepathy/telepathy-spec: Makefile x11/gnome/backgrounds: Makefile x11/gnome/devel-docs: Makefile x11/gnome/doc-utils: Makefile x11/gnome/icon-theme: Makefile x11/gnome/icon-theme-extras: Makefile x11/gnome/icon-theme-symbolic: Makefile x11/gnome/mime-data: Makefile x11/gnome/zenity: Makefile x11/gnome/user-docs: Makefile x11/gnome/tweak-tool: Makefile Log message: Default libtool(1) is in base now so there is no point in settings USE_LIBTOOL to no since this has no implication on the build for these particular ports. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/17 03:39:24 Modified files: sbin/dhclient : kroute.c Log message: 'deeleting' -> 'deleting' in comment. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2012/11/17 03:55:21 Modified files: share/man/man9 : mbuf.9 Log message: sync m_copydata prototype with reality, ok jsg phessler CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/11/17 04:05:38 Modified files: share/man/man4 : umsm.4 Log message: Document a working ppp(8) configuration file for the Huawei Mobile E1550 modem and its Medion Mobile S4012 OEM version. Developed and tested on Hardware provided by Katja Straube, thanks. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/11/17 05:35:04 Modified files: games/fortune/datfiles: fortunes2 Log message: pjanzen spotted that my previous commit mistakenly omitted another spelling fix; CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/11/17 05:40:05 Modified files: faq : current.html Log message: fix date format, spotted by "f5b". CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/17 05:43:04 Modified files: x11/gnome/shell: Makefile Log message: Missing dependency on textproc/docbook-xsl. spotted by naddy@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/11/17 06:05:00 Modified files: share/man/man4 : mpii.4 Log message: keep things sorted; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/11/17 06:09:22 Modified files: lib/libc/sys : sigaltstack.2 Log message: tweak previous; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/17 06:09:32 Modified files: textproc/gtranslator: Makefile textproc/gtranslator/patches: patch-data_layout_xml patch-src_gtr-tab_c Log message: More run fixes against the new GDL; from upstream. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/17 06:14:10 Modified files: net/gupnp/igd : Makefile distinfo Log message: - update to gupnp-igd-0.2.1 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/11/17 06:39:24 Modified files: share/man/man4 : umsm.4 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/17 06:57:23 Modified files: sys/dev/pci : if_iwn.c Log message: Add support for Intel Centrino Wireless-N 1030. Might not fully work yet, but instead of causing a firmware crash, scanning now works. Tested by Daniel Levai. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/17 07:02:51 Modified files: sys/dev/pci : if_iwn.c if_iwnvar.h Log message: Newer chips feature "advanced" bluetooth coexistence, which is why sending them the "normal" command to configure bluetooth coexistence fails and makes the firmware crash. Rename the IWN_FLAG_NO_BT_COEX flag and adjust some comments to reflect this knowledge. ok jcs@, mikeb@, mpi@ CVSROOT: /cvs Module name: ports Changes by: ratchov@cvs.openbsd.org 2012/11/17 07:07:50 Modified files: emulators/dosbox: Makefile Added files: emulators/dosbox/files: midi_sndio.h emulators/dosbox/patches: patch-configure_in patch-src_gui_Makefile_am patch-src_gui_midi_cpp Log message: Add support for midi output using libsndio, to allow dosbox to use softsynths or remote midi hardware ok jsg CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/17 08:42:29 Modified files: sys/dev/pci : pcidevs Log message: Add missing Adaptec 2915LP entry I spotted in a dmesg a while ago. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/17 08:43:47 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/11/17 09:25:45 Modified files: etc : rc.conf Log message: Revert previous; there are more things to consider. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/11/17 09:28:30 Modified files: faq : current.html Log message: Revert previous for now. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/11/17 09:45:41 Modified files: x11/treewm : Makefile Log message: requires imake to build CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/17 09:53:51 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k.c Log message: Revert the va_start() and va_arg() optimization for functions which have no variadic arguments passed in registers: these functions may pass a va_list to another function, which will then need to rely upon a properly filled __va_list struct and can't assume anything about the way arguments have been passed to its caller. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/11/17 10:21:44 Modified files: share/man/man3 : queue.3 Log message: For macro arguments that are type or member names, consistently show them as a single word in the macro and _not_ as something that looks like a function argument (i.e., with declarator). ok beck@ schwarze@ CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2012/11/17 13:55:38 Modified files: sys/dev/pci : if_vio.c Log message: Simplify vio_iff() a bit, set own MAC in unicast MAC filter (needed by virtualbox). Original patch by Dinar Talypov t.dinar.m AT gmail.com Tweaks by brad@ and sf@ OK brad@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/11/17 15:28:26 Modified files: sys/nfs : nfs_vnops.c Log message: buf_acquire() can sleep, so advance down b_vnbufs afterwards ok beck guenther CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2012/11/17 16:08:22 Modified files: sys/sys : buf.h sys/kern : vfs_subr.c vfs_biomem.c Log message: Don't map a buffer (and potentially sleep) when invalidating it in vinvalbuf. This fixes a problem where we could sleep for kva and then our pointers would not be valid on the next pass through the loop. We do this by adding buf_acquire_nomap() - which can be used to busy up the buffer without changing its mapped or unmapped state. We do not need to have the buffer mapped to invalidate it, so it is sufficient to acquire it for that. In the case where we write the buffer, we do map the buffer, and potentially sleep. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/11/17 16:26:39 Modified files: x11/e17/eina : Makefile Log message: Remove the hack to force enabling dirfd() since we've had dirfd() as a function instead of a macro for awhile now. ok stsp@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/11/17 17:05:28 Modified files: usr.bin/mandoc : mdoc_argv.c mdoc_macro.c regress/usr.bin/mandoc/mdoc/Cd: Makefile regress/usr.bin/mandoc/mdoc/Fd: Makefile regress/usr.bin/mandoc/mdoc/Fo: Makefile regress/usr.bin/mandoc/mdoc/Lb: Makefile Added files: regress/usr.bin/mandoc/mdoc/Cd: eos.in eos.out_ascii regress/usr.bin/mandoc/mdoc/Fd: eos.in eos.out_ascii regress/usr.bin/mandoc/mdoc/Fo: eos.in eos.out_ascii regress/usr.bin/mandoc/mdoc/Lb: eos.in eos.out_ascii Log message: Fix four small whitespace issues related to trailing punctuation reported by Nicolas Joly : - add EOS spacing after trailing punctuation after .Cd, .Fc, and .Lb - suppress spacing before trailing punctuation after .Fd CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/11/17 17:17:13 src/regress/usr.bin/mandoc/man/PD Update of /cvs/src/regress/usr.bin/mandoc/man/PD In directory cvs.openbsd.org:/tmp/cvs-serv12596/PD Log Message: Directory /cvs/src/regress/usr.bin/mandoc/man/PD added to the repository CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/11/17 17:23:56 Modified files: regress/usr.bin/mandoc/man: Makefile Added files: regress/usr.bin/mandoc/man/PD: Makefile args.in args.out_ascii spacing.in spacing.out_ascii Log message: Test paragraph distance (.PD) implementation; related to man_term.c rev. 1.88, man_validate.c rev. 1.56. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/17 18:58:36 Modified files: infrastructure/bin: dpb Log message: allow for -DWAIT_TIMEOUT=0 to propagate correctly lower default for junk CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/17 18:59:31 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: fix clean + check for packages interaction CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/11/17 21:06:03 src/regress/lib/libc/strtol Update of /cvs/src/regress/lib/libc/strtol In directory cvs.openbsd.org:/tmp/cvs-serv4123/strtol Log Message: Directory /cvs/src/regress/lib/libc/strtol added to the repository CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/11/17 21:11:09 Modified files: regress/lib/libc: Makefile Added files: regress/lib/libc/strtol: Makefile strtoltest.c Log message: Add a regress test for strtol, which currently fails. ok otto@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/11/17 21:13:39 Modified files: lib/libc/stdlib: strtol.c Log message: Ensure that the base provided to strtol(3) is between 2 and 36 inclusive, or the special value of 0. ok deraadt@ otto@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/18 02:17:12 Modified files: misc/shared-mime-info: Makefile misc/shared-mime-info/pkg: PLIST devel/desktop-file-utils: Makefile devel/desktop-file-utils/pkg: PLIST Log message: Better unexec-delete. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/11/18 02:25:41 Modified files: de : ftp.html hackathons.html fr : ftp.html hackathons.html orders.html nl : ftp.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/nl : ftp.html portable.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/18 02:26:43 Modified files: x11/gnome/empathy: Makefile x11/gnome/empathy/pkg: README Log message: Add GoogleTalk and link-local to the list. CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/11/18 03:21:57 Modified files: fonts/liberation-fonts: Makefile distinfo fonts/liberation-fonts/pkg: PLIST Log message: update liberation-fonts to version 2.00.1 - license changed to SIL Open Font License, Version 1.1 - narrow is not included as Oracle has not relicensed it with help from sthen ok benoit ajacoutot CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/11/18 03:53:30 Log message: import awstats-7.0 AWStats is a free powerful and featureful tool that generates advanced web, streaming, ftp or mail server statistics, graphically. This log analyzer works as a CGI or from command line and shows you all possible information your log contains, in few graphical web pages. It uses a partial information file to be able to process large log files, often and quickly. It can analyze log files from all major server tools like Apache log files (NCSA combined/XLF/ELF log format or common/CLF log format), WebStar, IIS (W3C log format) and a lot of other web, proxy, wap, streaming servers, mail servers and some ftp servers. with help and ok ajacoutot@ sthen@ Status: Vendor Tag: rpe Release Tags: rpe_20121118 N ports/www/awstats/Makefile N ports/www/awstats/distinfo N ports/www/awstats/pkg/README N ports/www/awstats/pkg/DESCR N ports/www/awstats/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/11/18 03:55:29 Modified files: . : translation.html Log message: Add Maxime Villard to the [fr] translation team. CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/11/18 03:58:01 Modified files: www : Makefile Log message: add awstats CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2012/11/18 05:17:40 Modified files: sys/arch/i386/i386: locore.s Log message: Small memcpy optimizations On x86, the xchg operation between reg and mem has an implicit lock prefix, i.e. on MP, it is a relatively expensive atomic operation. This is not needed here. Instead of swapping arguments on the stack, load them in reverse order and jump further into bcopy (idea by kettenis@). ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/18 05:37:21 Modified files: infrastructure/bin: dpb Log message: more descriptive name CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/18 09:55:27 Modified files: graphics/hugin : Makefile Added files: graphics/hugin/patches: patch-src_hugin_base_CMakeLists_txt patch-src_tools_CMakeLists_txt Log message: Add "-pthread" to compiler flags only where it's needed and remove 'CFLAGS += -pthread' from port's Makefile. While here, remove superfluous SEPARATE_BUILD and CONFIGURE_STYLE variables: cmake module already takes care of them. ok sthen@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2012/11/18 09:56:41 Modified files: sys/kern : vfs_biomem.c Log message: These functions all should be called with splbio, so splassert(IPL_BIO) everywhere instead of setting splbio. ok krw@ pirofti@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/11/18 10:05:24 Modified files: x11/kde/webdev : Makefile Log message: don't pick up gtar in configure CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/18 10:50:32 Modified files: x11/gnome/gdl : Makefile Added files: x11/gnome/gdl/patches: patch-gdl_gdl-dock-item_c patch-gdl_gdl-dock-notebook_c Log message: Fix bgo#688585 - Unused docks don't disappear; from upstream. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/11/18 10:59:03 Modified files: usr.bin/mandoc : mdoc_man.c regress/usr.bin/mandoc/man/RS: Makefile regress/usr.bin/mandoc/mdoc/Bd: Makefile regress/usr.bin/mandoc/mdoc/Bl: Makefile Added files: regress/usr.bin/mandoc/man/RS: nested.in nested.out_ascii regress/usr.bin/mandoc/mdoc/Bd: nested.in nested.out_ascii Log message: Correct indentation for lists and displays inside lists. Inspired by a diff from millert@, but implemented rather differently and with slightly better functionality. In particular, this one respects -offset and -width arguments found in the input file. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/11/18 11:29:11 Modified files: etc : rc Log message: Remove pointless local declaration. ok halex@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/11/18 11:54:53 Modified files: etc/rc.d : rc.subr Log message: Don't output "$action is not supported" when running an rc.d(8) script from /etc/rc(8). This prevents the warning to be displayed at shutdown time when the script has rc_stop=NO. req. and input from fgsch@ "go ahead" schwarze@ input from an ok halex@, ok robert@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/18 12:33:39 ports/www/awstats/patches Update of /cvs/ports/www/awstats/patches In directory cvs.openbsd.org:/tmp/cvs-serv15430/patches Log Message: Directory /cvs/ports/www/awstats/patches added to the repository CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/11/18 12:34:12 Modified files: usr.bin/mandoc : mdoc_man.c Log message: Make the generated man(7) code more portable by using .PD instead of .sp -1v, which for example Solaris nroff handles poorly. Problem report and patch by millert@, with the print_word chunk tweaked by me. CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2012/11/18 15:08:56 Modified files: usr.sbin/smtpd : makemap.8 Log message: remove { } from example in PRIMARY DOMAIN section ok gilles CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/11/18 15:38:57 Modified files: usr.sbin/smtpd : makemap.8 Log message: knock out a useless .Pp; CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/11/18 16:10:58 Modified files: regress/usr.bin/mandoc/man/TP: Makefile regress/usr.bin/mandoc/mdoc/Bl: tag.in tag.out_ascii Added files: regress/usr.bin/mandoc/man/TP: badarg.in badarg.out_ascii Log message: Check that mandoc handles non-numeric width arguments to .Bl -tag and .TP the same way as groff, even via -Tman. Some time ago, millert@ reported issues with these; apparently, those issues were fixed since then. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/11/18 16:32:07 Modified files: distrib/notes : README.amd64 README.i386 Log message: Upate after radeon driver updates. From a diff by Tim van der Molen. Thanks. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/11/18 19:14:39 Modified files: usr.bin/mandoc : mdoc_man.c regress/usr.bin/mandoc/mdoc/Bk: Makefile Added files: regress/usr.bin/mandoc/mdoc/Bk: synopsis.in synopsis.out_ascii Log message: In -Tman mode, support automatic word keeps in the SYNOPSIS just like in -Tascii mode; requested by millert@. While here, do not escape the blank characters terminating man(7) macros; this is becoming more important as we use more keeps now. Note that -Tman still does not support .nr nS. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/11/19 00:10:59 Modified files: etc/rc.d : rc.subr Log message: Remove useless test: rc_rm_runfile() uses rm -f which always returns 0 so we don't care if the file is present or not; also this function should never return a failure. ok halex@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/19 00:35:04 Modified files: www/awstats : Makefile Added files: www/awstats/patches: patch-wwwroot_cgi-bin_awredir_pl Log message: Security fix for CVE-2012-4547, awstats: potentially susceptible to XSS attacks ok rpe@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/11/19 01:46:24 Modified files: usr.bin/mandoc : main.c Log message: sync usage(), and tidy up the output a little; ok schwarze CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/11/19 02:26:08 Modified files: sys/kern : kern_fork.c Log message: If uvm_km_kmemalloc_pla() fails when just creating a thread (and not a process), then don't decrement the total and per-user counts of processes. ok deraadt@ miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/19 03:06:34 Modified files: x11/gnome/menus: Makefile x11/gnome/menus/pkg: PLIST Log message: Remove bogus examples directories. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/11/19 03:38:06 Modified files: usr.bin/tmux : cfg.c cmd-new-session.c server.c tmux.h Log message: Use a utility function for common code to show errors in config file, from Thomas Adam. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/11/19 03:50:24 Modified files: usr.bin/tmux : tmux.1 Log message: Clarify some points about config files, notably that they are only read at server start. From Thomas Adam. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/11/19 03:51:25 Modified files: usr.bin/tmux : mode-key.c Log message: Add halfpage commands to mode command string table (missed by accident), from Thomas Adam. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/19 05:19:30 Modified files: infrastructure/mk: bsd.port.mk imake.port.mk Log message: remove some old cruft checked by naddy@ for no incidence on current builds CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/11/19 05:23:23 Modified files: share/man/man5 : port-modules.5 Log message: zap pre-install, which was a weird kludge. Explain a bit more the purpose of pre-fake. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/19 05:24:50 Modified files: infrastructure/mk: bsd.port.mk Log message: add a new value for BULK and use it as default: BULK=auto will invoke bulk behavior on dependencies, but not during normal build. (internally, deps have _SOLVING_DEP=yes, so we can distinguish them) okay ajacoutot@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/11/19 05:27:43 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document BULK change CVSROOT: /cvs Module name: www Changes by: gonzalo@cvs.openbsd.org 2012/11/19 06:35:31 Modified files: . : events.html Log message: Move BSDDay Argentina to old events. Ok sthen@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/19 06:54:40 Modified files: databases/py-redis: Makefile distinfo Log message: Update to 2.7.2 Ok rpointel@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/19 07:19:36 Modified files: infrastructure/mk: bsd.port.mk Log message: fix reverted lock logic. From Vadim Zhukov. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/19 07:56:58 Modified files: x11/gmtk : Makefile Added files: x11/gmtk/patches: patch-src_Makefile_am patch-src_Makefile_in Log message: Fix parallel build problem (upstream svn revision r192) CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/11/19 08:03:55 Modified files: sys/arch/i386/include: atomic.h sys/compat/linux: linux_futex.c Log message: Use a more descriptive name for the userland cas operation. Substitute atomic_ucas_32 with futex_atomic_ucas_int32 to make it obvious who's using this api. Suggested by and okay kettenis@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/19 08:06:51 Modified files: audio/milkytracker: Makefile distinfo Added files: audio/milkytracker/patches: patch-configure_in patch-src_tracker_sdl_SDL_Main_cpp Removed files: audio/milkytracker/patches: patch-src_milkyplay_drivers_jack_AudioDriver_JACK_cpp Log message: Update to milkytracker 0.90.85, from dhn at freebsd, minor tweaks by me. CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/11/19 08:09:52 Modified files: lang/tcl/8.5 : Makefile distinfo lang/tcl/8.5/patches: patch-unix_Makefile_in lang/tcl/8.5/pkg: PLIST Log message: Update to 8.5.13. Ok landry@ CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2012/11/19 08:10:48 Modified files: x11/tk/8.5 : Makefile distinfo x11/tk/8.5/patches: patch-unix_Makefile_in Log message: Update to 8.5.13. Ok landry@ CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/11/19 08:18:06 Modified files: sys/arch/amd64/include: atomic.h sys/arch/i386/include: atomic.h Log message: Add atomic 32-bit cas operations. This is needed for future acpi global locking routines. Okay kettenis@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/11/19 09:33:48 Modified files: lib/libc/net : resolver.3 Log message: RES_IGNTC is no longer ignored; ok sthen CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/11/19 09:39:30 Modified files: lib/libc/net : resolver.3 Log message: remove some useless Tn and double punctuation; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/19 09:42:46 Modified files: multimedia/gstreamer-0.10/mm: Makefile Log message: Missing build depends on gtk3mm for the examples; spotted by naddy@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/19 10:09:11 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k.c Log message: Sprinkle TREE_SIDE_EFFECTS annotations around all the computations done in va_arg(). __vfprintf() still unhappy in some edge cases I am investigating. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/19 11:09:20 Modified files: print/foomatic-filters: Makefile print/foomatic-filters/pkg: README Log message: Add a printcap(5) example for remote queues... found out and debugged by deraadt@ the hard way. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/19 13:07:25 Modified files: gnu/usr.bin/gcc/gcc: expr.c Log message: move_by_pieces_1(), store_by_pieces_2(): sync insn skipping logic in the predecrement cases with gcc 2.95. This had been needed for m68k but somehow etoh@ missed this when porting the gcc 2.95 fixes back to its 3.3, then 3.4 tree. This fixes passing of struct by value on m68k, and lets gcc 3 reliably bootstrap itself now. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/19 13:09:55 Modified files: gnu/usr.bin/gcc/gcc: protector.c Log message: Make sure to invoke end_sequence() before passing it to any emit_insn() flavour. From etoh@'s gcc 3.4 tree. While there, also kill change_arg_use_of_insns_2() which is now a dim wrapper around change_arg_use_of_insns(), from etoh@'s tree as well. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/19 15:14:31 Modified files: infrastructure/db: user.list Log message: +spiped CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/19 15:14:52 Log message: import ports/security/spiped, from James Turner, ok landry@ spiped (pronounced "ess-pipe-dee") is a utility for creating symmetrically encrypted and authenticated pipes between socket addresses, so that one may connect to one address (e.g., a UNIX socket on localhost) and transparently have a connection established to another address (e.g., a UNIX socket on a different system). This is similar to 'ssh -L' functionality, but does not use SSH and requires a pre-shared symmetric key. spipe (pronounced "ess-pipe") is a utility which acts as an spiped protocol client (i.e., connects to an spiped daemon), taking input from the standard input and writing data read back to the standard output. Status: Vendor Tag: sthen Release Tags: sthen_20121119 N ports/security/spiped/Makefile N ports/security/spiped/distinfo N ports/security/spiped/patches/patch-lib_events_events_network_c N ports/security/spiped/pkg/DESCR N ports/security/spiped/pkg/PLIST N ports/security/spiped/pkg/spiped.rc No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/19 15:15:15 Modified files: security : Makefile Log message: +spiped CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/11/19 15:28:35 Modified files: usr.bin/mandoc : mandoc.h mdoc_macro.c read.c regress/usr.bin/mandoc/mdoc/Bl: Makefile Added files: regress/usr.bin/mandoc/mdoc/Bl: bareTa.in bareTa.out_ascii Log message: Do not crash on stray .Ta macros found outside column lists. Problem reported by jmc@, thanks. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/11/19 16:31:55 Modified files: emulators/dgen-sdl: Makefile distinfo Log message: Update to dgen-1.31. OK rfreeman@, bentley@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/11/19 16:36:26 Modified files: mail/extsmail : Makefile distinfo Log message: Update to extsmail-1.6. From maintainer and upstream Laurence Tratt. CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/11/19 17:09:31 Modified files: . : plus.html Log message: plus.html for nov 5-11 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/19 23:57:26 Modified files: devel/harfbuzz : Makefile distinfo Log message: Bugfix update to harfbuzz-0.9.6. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/20 01:59:31 Modified files: x11/gnome/vino : Makefile Log message: - yelp isn't needed here CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/20 02:23:59 Modified files: audio/pianobar : Makefile audio/pianobar/patches: patch-src_player_c Log message: player: fix typecast (upstream git commit 12f132dd220027ee2075572d7271a5b13cfa4cbe) CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/11/20 02:47:46 Modified files: usr.sbin/smtpd : control.c queue.c scheduler.c scheduler_ramqueue.c smtpctl.8 smtpctl.c smtpd.c smtpd.h tree.c Log message: Allow "smtpctl show queue" to run in "online" mode if the smtpd server is running. The scheduler sends the runtime state of each envelope to the queue process which loads the envelope, fills the runtime bits and sends the envelope back to the client. Iteration over the envelope set happens in small chunks to make the request interruptible and to allow the server to keep doing its job in the meantime. Adpat "smtpctl schedule-all" to schedule the messages one by one using the same iteration mechanism. Document "smtpctl monitor" and "smtpctl show queue". ok gilles@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/11/20 02:50:18 Modified files: www/sope : Makefile distinfo Log message: Minor bugfix update to 2.0.2a OK giovanni@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/11/20 02:51:06 Modified files: www/sogo : Makefile distinfo Removed files: www/sogo/patches: patch-SoObjects_SOGo_NSString+Utilities_m Log message: Minor bugfix update to 2.0.2a OK giovanni@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/11/20 04:39:51 Modified files: usr.sbin/smtpd : smtpctl.8 Log message: - for lists, list type must come first - uppercase "ID" CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/20 04:40:10 Modified files: www/opera : Makefile distinfo Log message: SECURITY update to opera-12.11. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/20 05:01:08 Modified files: graphics/ffmpegthumbnailer: Makefile distinfo graphics/ffmpegthumbnailer/patches: patch-configure_ac Log message: Maintenance update to ffmpegthumbnailer-2.0.8. OK landry@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/11/20 05:27:56 Modified files: www/rt : Makefile distinfo www/rt/pkg : PLIST Log message: update to 4.0.8 CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/11/20 05:41:27 Modified files: devel/cppcheck : Makefile distinfo Log message: update to cppcheck-1.57; OK sthen@ jasper@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2012/11/20 06:10:16 Modified files: usr.bin/mg : funmap.c Log message: keep functnames sorted ok jasper, lum CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/11/20 06:11:34 Modified files: mail/zarafa/zarafa: Makefile Log message: explicitly disable swig because we do not need to regenerate the code during build time; this should also fix the bulk builds in case dpb removes swig noted by naddy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/20 07:11:48 Modified files: sysutils/polkit: Makefile distinfo sysutils/polkit/patches: patch-configure_ac patch-docs_man_pkexec_xml patch-docs_polkit_Makefile_am patch-src_examples_org_freedesktop_policykit_examples_pkexec_policy_in patch-src_polkit_polkitunixprocess_c patch-src_polkitagent_Makefile_am sysutils/polkit/pkg: PFRAG.shared PLIST README Added files: sysutils/polkit/patches: patch-docs_man_polkit_xml patch-docs_polkit_overview_xml patch-src_polkitbackend_polkitbackendinteractiveauthority_c patch-src_polkitbackend_polkitbackendjsauthority_c Removed files: sysutils/polkit/files: 10-desktop-policy.pkla 60-desktop-policy.conf sysutils/polkit/patches: patch-actions_org_freedesktop_policykit_policy_in patch-src_nullbackend_50-nullbackend_conf patch-src_polkitbackend_50-localauthority_conf patch-src_polkitbackend_polkitbackendlocalauthority_c patch-src_polkitbackend_polkitbackendlocalauthorizationstore_c patch-src_polkitd_gposixsignal_c Log message: Major update to polkit-0.108. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/11/20 08:05:44 Modified files: infrastructure/db: user.list Log message: Reserve _wesnothd user/group. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/11/20 08:08:00 Modified files: games/wesnoth : Makefile games/wesnoth/pkg: PLIST Added files: games/wesnoth/pkg: wesnothd.rc Log message: Make standalone wesnothd more useful: - Add _wesnothd user to run wesnothd as - Create socket in /var/wesnothd - Add rc script ok kirby@ (MAINTAINER) jasper@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/11/20 08:14:41 Modified files: sysutils/anacron: Makefile distinfo sysutils/anacron/pkg: PLIST Added files: sysutils/anacron/pkg: README anacron.rc Removed files: sysutils/anacron/pkg: MESSAGE UNMESSAGE Log message: Add an rcscript and move MESSAGE to README take maintainership ok Andreas Kahari (old maintainer), gonzalo@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/11/20 08:18:31 Modified files: net/unison : Makefile.inc net/unison/stable: Makefile distinfo net/unison/stable/pkg: PLIST Log message: Update to 2.40.102 fixes an incompatibility between a server compiled with ocaml3 and a client compiled with ocaml4 spotted by Jan Johansson, ok dcoppa@, chrisz@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/20 08:25:19 Modified files: sysutils/anacron: Makefile sysutils/anacron/pkg: README Log message: Use proper template for the README. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/11/20 09:52:32 Modified files: lang/ruby/1.9 : Makefile distinfo Log message: Update to ruby 1.9.3-p327. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/20 11:28:59 Modified files: x11/gnome/caribou: Makefile distinfo Removed files: x11/gnome/caribou/patches: patch-bin_antler-keyboard_in patch-bin_caribou-preferences_in patch-bin_caribou_in Log message: Update to caribou-0.4.5. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/20 11:43:19 Modified files: sys/dev/pci : if_oce.c Log message: fix typo CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/20 12:30:14 Modified files: lang/coffeescript: Makefile distinfo lang/coffeescript/pkg: PLIST Log message: - update to coffeescript-1.4.0 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/20 14:29:36 Modified files: gnu/usr.bin/gcc/gcc: combine.c loop.c gnu/usr.bin/gcc/gcc/config/mips: openbsd.h gnu/usr.bin/gcc/gcc/config/rs6000: openbsd.h Log message: Make the mips and powerpc optimizer bug workarounds permanent (i.e. apply them to all platforms). Both of them had been added very late in a release cycle, which caused us to prefer workarounds with minimal side effects. Since the issue they are avoiding may happen on other platforms, there is no harm in making sure no other platform gets bitten by them. And at the moment no supported platform runs gcc 3, so this does not cause any regression. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/20 14:32:39 Modified files: gnu/usr.bin/gcc/gcc/config/m68k: openbsd.h gnu/usr.bin/gcc/gcc/config/m88k: openbsd.h Log message: Convert to new world order by defining TARGET_OS_CPP_BUILTINS instead of CPP_PREDEFINES; try to deuglify CPP_SPEC whenever possible as well. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/20 15:17:29 Modified files: databases/sqsh : Makefile distinfo databases/sqsh/patches: patch-configure patch-src_var_date_c Removed files: databases/sqsh/patches: patch-Makefile_in patch-src_Makefile_in Log message: update sqsh to 2.1.8 - normalise the port Makefile while there, it was particularly old and crufty CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/11/20 16:10:29 Modified files: . : plus.html Log message: plus.html for Nov 12-18. OK jj@. CVSROOT: /cvs Module name: src Changes by: kirby@cvs.openbsd.org 2012/11/20 22:24:19 Modified files: sys/dev/usb : usbdevs Log message: Add D-Link DUB-E100 rev C1. ok sthen@ CVSROOT: /cvs Module name: src Changes by: kirby@cvs.openbsd.org 2012/11/20 22:26:18 Modified files: sys/dev/usb : if_axe.c Log message: Hook D-Link DUB-E100 rev C1 to axe(4) ok sthen@ CVSROOT: /cvs Module name: src Changes by: kirby@cvs.openbsd.org 2012/11/20 22:41:58 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/21 00:01:32 Modified files: x11/gnome/session: Makefile x11/gnome/session/patches: patch-data_hardware-compatibility Log message: Sync with upstream patch. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/11/21 00:30:56 Modified files: faq/pf/ru : anchors.html faq/ru : index.html lt : ftp.html nl : translation.html openbgpd/ru : ftp.html openntpd/ru : ftp.html portable.html openssh/ru : ftp.html portable.html Added files: faq/ru : faq12.html faq5.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/11/21 01:07:34 Modified files: etc/rc.d : amd Log message: rc_restart() does not exists. What the 'restart' action does is to run 'stop' then 'start'; so to prevent this daemon from restarting itself, rc_stop=NO is enough. ok robert@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/11/21 02:13:16 Modified files: devel/automake/1.12: Makefile distinfo devel/automake/1.12/patches: patch-automake_in Log message: Update to automake 1.12.4. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/21 04:24:16 Modified files: sys/dev/pci : if_oce.c Log message: Don't forget to delete an rx refill timeout when bringing an interface down (noticed by dlg@ in the other diff). While here, do some minor cleanup in the interrupt handler. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/11/21 04:41:02 Modified files: emulators/qemu : Makefile distinfo emulators/qemu/patches: patch-configure Log message: Update to QEMU 1.2.1. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/11/21 04:41:56 Modified files: www/lighttpd : Makefile Added files: www/lighttpd/patches: patch-src_mod_extforward_c Log message: Another fix from upstream.. Log address of untrusted proxy with debug.log-request-handling. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/21 05:21:10 Modified files: usr.sbin : Makefile Log message: hook up ldomctl(8) and ldomd(8). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/21 09:08:35 Modified files: x11/gnome/baker: Makefile x11/gnome/baker/pkg: PLIST Log message: Better DeviceName. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/21 11:54:04 Modified files: x11/gnome/libsecret: Makefile distinfo Removed files: x11/gnome/libsecret/patches: patch-egg_egg-hkdf_c Log message: Update to libsecret-0.12. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/11/21 12:48:49 Modified files: usr.bin/cu : xmodem.c Log message: Plug fp leak, from rustyBSD at gmx dot fr. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/21 13:37:34 Log message: import ports/audio/cd-discid, split from abcde. ok stsp@ cd-discid is a backend utility to get CDDB discid information from a CD-ROM disc. It was originally designed for cdgrab (now abcde), but can be used for any purpose requiring CDDB data. Status: Vendor Tag: sthen Release Tags: sthen_20121121 N ports/audio/cd-discid/Makefile N ports/audio/cd-discid/distinfo N ports/audio/cd-discid/pkg/PLIST N ports/audio/cd-discid/pkg/DESCR N ports/audio/cd-discid/patches/patch-Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/21 13:37:54 Modified files: audio : Makefile Log message: +cd-discid CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/21 13:38:48 Modified files: audio/abcde : Makefile distinfo audio/abcde/patches: patch-abcde audio/abcde/pkg: DESCR PLIST Added files: audio/abcde/patches: patch-cddb-tool Log message: update abcde to 2.5.4, tweaks/ok stsp@, tested by stsp and Lars von den Driesch CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/21 14:11:17 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k-protos.h m88k.c m88k.h Log message: Turn OVERRIDE_OPTIONS into a function, will make it easier to extend on a per-platform basis. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/21 14:20:13 Modified files: sys/arch/sparc64/dev: vdsk.c Log message: Try to negotiate version 1.1 of the vDisk protocol such that we can get the vdisk media type and fake a CD-ROM drive. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/21 14:22:27 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k.c Log message: Remove an md global which value is a duplicate of MI current_function_args_info. No functional change. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/21 14:25:25 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: openbsd.h Log message: Disable the stack protector in OVERRIDE_OPTIONS for the time being. The stack protector code will conflict with the way variadic functions spill the registers on the stack, causing the latter to be partially overwritten with the value of __guard. Core dumps and hilarity ensues. This can probably be fixed by changing the time registers are spilled from the backend for __builtin_expand_saveregs(), to setup_incoming_varargs(), as done on e.g. rs6000. But that's far from a trivial change, and I'd like to be able to exercize gcc 3 a bit more on m88k before sacrificing more brain cells to the gcc evil deities. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/21 14:28:26 Modified files: sys/arch/m68k/m68k: db_disasm.c pmap_motorola.c Log message: Trivial fixes for labels not followed by statements, which gcc 3 complains about. CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/11/21 14:42:07 Modified files: www/sarg : Makefile distinfo www/sarg/patches: patch-convlog_c patch-log_c patch-sarg_conf patch-splitlog_c www/sarg/pkg : DESCR PLIST Added files: www/sarg/patches: patch-usage_c Removed files: www/sarg/patches: patch-configure patch-include_conf_h patch-report_c patch-sarg_1 patch-squidguard_log_c patch-topsites_c Log message: update sarg to 2.3.3 - take maintainership from Douglas Santos - add ldap flavor for loginname to username translation via ldap feedback from and ok sthen@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/11/21 14:44:43 Modified files: www : Makefile Log message: add sarg ldap flavor CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/21 14:58:18 Modified files: www/lighttpd : Makefile distinfo Removed files: www/lighttpd/patches: patch-src_configfile-glue_c patch-src_connections_c patch-src_keyvalue_c patch-src_keyvalue_h patch-src_mod_extforward_c patch-src_response_c Log message: security update to lighttpd 1.4.32, fixing a trivial DoS introduced in 1.4.31 http://download.lighttpd.net/lighttpd/security/lighttpd_sa_2012_01.txt OK brad@ (maintainer), same update from gsoares@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/21 15:00:24 Modified files: www/lighttpd : Tag: OPENBSD_5_2 Makefile distinfo Log message: MFC security update to lighttpd 1.4.32, fixing trivial DoS introduced in 1.4.31 http://download.lighttpd.net/lighttpd/security/lighttpd_sa_2012_01.txt (also fixes other bugs previously patched in -current). CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2012/11/21 15:14:24 Modified files: usr.sbin/relayd: relay_http.c Log message: strtonum() can only handle a maximum of LLONG_MAX fixes bug reported by Bogdan Andu, thanks ok reyk@ deraadt@ sthen@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/11/21 15:27:18 Modified files: devel/hs-network: Makefile devel/hs-network/patches: patch-Network_Socket_hsc Log message: Ignore exceptions thrown by setsockopt IPV6_ONLY in the socket function. May look pointless to not just remove the call to setsockopt, but this way it's probably easier to get it accepted upstream. Problem initially reported and diff tested by Alexander Polakov. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/21 16:02:37 Modified files: sys/arch/sparc64/dev: vdsk.c Log message: Atempting to eject a CD-ROM makes the SCSI midlayer generate a READ_TOC command. Silently fail that command instead of spamming the console. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/11/21 16:21:54 Modified files: usr.bin/make : engine.c Log message: ${.ALLSRC} and ${.OODATE} should always be defined, even for empty lists of prerequisites. This prevents complaints from the var module and from other developers. That's a bug I introduced 5 years ago... found out by miod@ okay miod@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2012/11/21 19:04:50 Modified files: sys/dev/pci : if_pcn.c Log message: Don't bother to store the return value from pci_set_powerstate() as the code that used to do something with it was removed with the previous commit. ok deraadt@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/11/21 20:00:50 Modified files: . : alpha.html armish.html landisk.html loongson.html luna88k.html macppc.html mvme88k.html sgi.html sparc.html vax.html zaurus.html Log message: per discussion with landry and miod, removing "port maintainer" sections from all pages. "supported platforms are supported", miod@ Exception: kettenis wished to remain listed for the platforms he's listed on CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/22 01:53:32 Modified files: x11/awesome : Makefile x11/awesome/patches: patch-lib_naughty_lua_in Log message: naughty: Correctly handle rowstride on icons (upstream git commit ec714276ec9516afa690a207013866527fb37beb) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/11/22 03:45:46 Modified files: editors/teaqt : Makefile distinfo editors/teaqt/patches: patch-spellchecker_cpp patch-src_pro Log message: Update to teaqt 33.3.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/22 03:52:38 Modified files: databases/postgresql: Makefile databases/postgresql/pkg: README-server Log message: Lower the suggested increase to sysv semaphores to a level which is still suitable for normal use, but is a bit lower (semmni=60, semmns=1024), make it clear that the default in the kernel is *just* enough for the default max_connections value, and point out the manual section describing this in more detail. ok pea@ jeremy@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/11/22 04:52:52 Modified files: x11/irrlicht : Makefile distinfo x11/irrlicht/patches: patch-source_Irrlicht_Makefile patch-source_Irrlicht_os_cpp x11/irrlicht/pkg: PLIST Removed files: x11/irrlicht/patches: patch-include_IrrCompileConfig_h patch-source_Irrlicht_CImageLoaderPNG_cpp patch-source_Irrlicht_CImageWriterPNG_cpp Log message: Update to irrlicht 1.8. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/11/22 04:54:06 Modified files: games/supertuxkart: Makefile distinfo games/supertuxkart/pkg: PLIST Added files: games/supertuxkart/patches: patch-CMakeLists_txt patch-src_graphics_material_cpp patch-src_guiengine_widgets_CGUIEditBox_cpp patch-src_guiengine_widgets_CGUIEditBox_h Removed files: games/supertuxkart/patches: patch-src_bullet_src_BulletDynamics_ConstraintSolver_btOdeQuickstepConstraintSolver_cpp patch-src_bullet_src_BulletDynamics_ConstraintSolver_btSorLcp_cpp Log message: Update to supertuxkart 0.7.3. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/22 06:21:49 Modified files: devel/cmake : Makefile devel/cmake/patches: patch-Modules_FindQt4_cmake Log message: Append "/usr/X11R6/include" to ${QT_INCLUDES} to unbreak the build in some circumstances (i.e. QtOpenGL not finding GL/gl.h) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/22 06:33:49 Modified files: sysutils/backintime/gnome: Makefile Added files: sysutils/backintime/gnome/patches: patch-gnome_plugins_gnomeplugin_py Log message: Fix an abort(). CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/11/22 07:10:53 Modified files: usr.bin/tmux : tty.c Log message: Don't need to send DECSL on detaching now, the code using higher levels has gone. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/22 07:21:19 Modified files: www/tomcat/v7 : Makefile distinfo www/tomcat/v7/pkg: PLIST-examples Log message: Update to 7.0.33. http://tomcat.apache.org/tomcat-7.0-doc/changelog.html CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/11/22 07:26:04 Modified files: usr.bin/tmux : cmd-server-info.c tmux.h tty-keys.c tty.c Log message: Instead of worrying about xterm version, send DA and read DEC service class which is more likely to be useful. Not used for anything yet anyway. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/22 07:26:28 Modified files: sysutils/backintime/gnome/patches: patch-gnome_plugins_gnomeplugin_py Log message: tyop in comment CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/11/22 07:41:11 Modified files: usr.bin/tmux : cmd-server-info.c tmux.h tty-keys.c tty.c Log message: Put helper function back, will be needed in a bit. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/22 08:37:47 Modified files: www/owncloud : Makefile Added files: www/owncloud/patches: patch-lib_connector_sabre_node_php Log message: Fix owncloud on PostgreSQL 9.2. from upstream via "viq" CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/22 09:01:38 Modified files: security/cyrus-sasl2: Makefile distinfo security/cyrus-sasl2/files: saslauthd.conf security/cyrus-sasl2/patches: patch-configure patch-saslauthd_configure security/cyrus-sasl2/pkg: PFRAG.ldap PFRAG.shared PFRAG.shared-ldap PFRAG.shared-sql PFRAG.sql PLIST Added files: security/cyrus-sasl2/patches: patch-plugins_Makefile_in Removed files: security/cyrus-sasl2/patches: patch-plugins_gssapi_c Log message: Update to cyrus-sasl-2.1.26. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/22 10:20:52 Modified files: meta/gnome : Makefile meta/gnome/pkg : README-main Log message: Better cheat sheet. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/22 10:37:35 Modified files: sysutils/polkit: Makefile sysutils/polkit/patches: patch-configure_ac Log message: Include gmodule-2.0 to avoid linker errors; from upstream. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/11/22 10:57:22 Modified files: distrib/miniroot: install.sub Log message: Stop saying "please", people needs to run sysmerge(8) after an upgrade. Also s/repair/update . wording from sthen@ ok sthen@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/11/22 11:36:52 Modified files: audio : Makefile Log message: Unhook abcde,lame, that FLAVOR has disappeared. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/11/22 11:37:32 Modified files: net/tor : Makefile distinfo net/tor/patches: patch-src_config_torrc_sample_in Removed files: net/tor/patches: patch-configure Log message: Update to new major release, Tor 0.2.3.25. Tor 0.2.3.25, the first stable release in the 0.2.3 branch, features significantly reduced directory overhead (via microdescriptors), enormous crypto performance improvements for fast relays on new enough hardware, a new v3 TLS handshake protocol that can better resist fingerprinting, support for protocol obfuscation plugins (aka pluggable transports), better scalability for hidden services, IPv6 support for bridges, performance improvements like allowing clients to skip the first round-trip on the circuit ("optimistic data") and refilling token buckets more often, a new "stream isolation" design to isolate different applications on different circuits, and many stability, security, and privacy fixes. Also kill unneeded pthread patch. Tested by dhill & dcoppa@. ok dcoppa@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/22 12:10:27 Modified files: lib/librthread : Makefile Log message: Do not pass -Wmissing-prototypes when building on a non-ELF platform with gcc 3 as the compiler. The way constructors are built triggers this warning, which is fatal because of -Werror. ok espie@ guenther@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/11/22 13:28:15 xenocara/dist/libxcb/src/man Update of /cvs/xenocara/dist/libxcb/src/man In directory cvs.openbsd.org:/tmp/cvs-serv9485/man Log Message: Directory /cvs/xenocara/dist/libxcb/src/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/11/22 13:31:33 Modified files: dist/libxcb : NEWS configure.ac dist/libxcb/src: Makefile.am c_client.py xcb.h xcb_conn.c xcb_ext.c xcb_in.c xcb_list.c xcb_out.c xcb_util.c xcb_xid.c lib/libxcb/libxcb: shlib_version lib/libxcb/libxcb-dri2: shlib_version lib/libxcb/libxcb-glx: shlib_version lib/libxcb/libxcb-randr: shlib_version lib/libxcb/libxcb-record: shlib_version lib/libxcb/libxcb-render: shlib_version lib/libxcb/libxcb-res: shlib_version lib/libxcb/libxcb-screensaver: shlib_version lib/libxcb/libxcb-shape: shlib_version lib/libxcb/libxcb-sync: shlib_version lib/libxcb/libxcb-xf86dri: shlib_version lib/libxcb/libxcb-xfixes: shlib_version lib/libxcb/libxcb-xinerama: shlib_version lib/libxcb/libxcb-xprint: shlib_version lib/libxcb/libxcb-xv: shlib_version lib/libxcb/libxcb-xvmc: shlib_version lib/libxcb/src : Makefile bigreq.c bigreq.h composite.c composite.h damage.c damage.h dpms.c dpms.h dri2.c dri2.h glx.c glx.h randr.c randr.h record.c record.h render.c render.h res.c res.h screensaver.c screensaver.h shape.c shape.h shm.c shm.h sync.c sync.h xc_misc.c xc_misc.h xevie.c xevie.h xf86dri.c xf86dri.h xfixes.c xfixes.h xinerama.c xinerama.h xinput.c xinput.h xprint.c xprint.h xproto.c xproto.h xselinux.c xselinux.h xtest.c xtest.h xv.c xv.h xvmc.c xvmc.h Added files: dist/libxcb/src/man: xcb-examples.3 xcb-requests.3 Log message: Update to libxcb 1.9.0. tested by ajacoutot@ and naddy@ on a full ports build CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/22 13:54:12 Modified files: security/libssh: Makefile distinfo security/libssh/patches: patch-src_channels_c Log message: SECURITY update to libssh 0.5.3 More info at http://www.libssh.org/2012/11/20/libssh-0-5-3-security-release/ - CVE-2012-4559: multiple double free() flaws - CVE-2012-4560: multiple buffer overflow flaws - CVE-2012-4561: multiple invalid free() flaws - CVE-2012-4562: multiple improper overflow checks ok rpointel@ jasper@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/22 14:26:18 Modified files: databases/freetds: Makefile distinfo databases/freetds/pkg: PLIST README Log message: update to FreeTDS 0.91.49 (minor bugfix update in stable branch) and tweak the text dealing with LD_PRELOAD=libpthread.so. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/11/22 15:49:30 Modified files: regress/usr.bin/ssh: Makefile Added files: regress/usr.bin/ssh: keys-command.sh Log message: regress for AuthorizedKeysCommand; hints from markus@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/11/22 16:45:22 Log message: Import fs-uae-2.0.1; a modern Amiga emulator based on the windows version of UAE. OK sthen@, gonzalo@ Status: Vendor Tag: edd Release Tags: edd_20121122 N ports/emulators/fs-uae/Makefile N ports/emulators/fs-uae/distinfo N ports/emulators/fs-uae/patches/patch-libfsemu_Makefile N ports/emulators/fs-uae/patches/patch-src_fsusage_cpp N ports/emulators/fs-uae/patches/patch-src_od-fs_mman_cpp N ports/emulators/fs-uae/patches/patch-src_od-fs_uae_host_cpp N ports/emulators/fs-uae/patches/patch-Makefile N ports/emulators/fs-uae/patches/patch-common_mk N ports/emulators/fs-uae/patches/patch-example_conf N ports/emulators/fs-uae/patches/patch-src_od-fs_defines_h N ports/emulators/fs-uae/pkg/DESCR N ports/emulators/fs-uae/pkg/PLIST N ports/emulators/fs-uae/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/11/22 16:47:26 Modified files: emulators : Makefile Log message: Link fs-uae. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/11/22 20:53:38 Modified files: multimedia/x264: Makefile distinfo multimedia/x264/patches: patch-configure multimedia/x264/pkg: DESCR Log message: Update to x264-20121114. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/11/22 21:26:09 Modified files: net/ldns : Makefile.inc distinfo net/ldns/drill : Makefile net/ldns/utils : Makefile Log message: Update to ldns 1.6.16. ok sthen@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2012/11/22 21:34:11 Modified files: sys/dev/pci : if_ix.c Log message: - Remove return's at the end of void functions - Some minor tweaking of the use of braces in two spots ok mikeb@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/11/22 23:40:26 Modified files: lib/libsndio : amsg.h sio_aucat.c usr.bin/aucat : sock.c Log message: Make the client wait for the first flow control message rather than assuming it can send a full initial data buffer. This requires protocol version bump (but no library version bump). CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/11/23 00:00:25 src/usr.bin/sndiod Update of /cvs/src/usr.bin/sndiod In directory cvs.openbsd.org:/tmp/cvs-serv17602/sndiod Log Message: Directory /cvs/src/usr.bin/sndiod added to the repository CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/11/23 00:03:28 Modified files: usr.bin : Makefile usr.bin/aucat : Makefile lib/libsndio : aucat.c mio.c sndio.7 Added files: usr.bin/sndiod : Makefile abuf.c abuf.h defs.h dev.c dev.h dsp.c dsp.h file.c file.h listen.c listen.h midi.c midi.h miofile.c miofile.h opt.c opt.h siofile.c siofile.h sndiod.1 sndiod.c sock.c sock.h sysex.h utils.c utils.h Log message: Remplace aucat server by a new sndiod daemon aimed to be simpler smaller and faster than aucat. It's a drop in replacement with the following exceptions that don't affect the default setup: - The sample rate and the encoding are a per-device parameters thus -r and -e options must precede the corresponding -f option - MIDI thru boxes are dynamically created and no -M option is required anymore, so -M was removed. - MIDI ports are exposed with a new ``midi/N'' name, rather than abusing MIDI thru boxes. with help from armani@, ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/23 00:09:32 Modified files: emulators/fs-uae: Makefile Log message: Missing RUN_DEPENDS. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/11/23 00:15:48 Modified files: usr.bin/aucat : aucat.c Log message: Since there's no sndiod -> aucat link anymore, allow aucat to be run in server mode even when not invoked as sndiod. This allows aucat and the new sndiod daemon to live together in /usr/bin, which makes easy to quickly compare sndiod and aucat (and spot possible regressions) without having to modify /usr/bin. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/11/23 00:25:07 Modified files: usr.bin/sndiod : sndiod.c Log message: add a -M flag that does nothing; allows setups with -M in sndiod_flags to work. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/11/23 00:44:33 Modified files: usr.bin/sndiod : sndiod.1 Log message: space required between macro args and punctuation; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/23 00:47:48 Modified files: textproc/p5-XML-LibXML: Makefile textproc/p5-XML-LibXML/pkg: PLIST Added files: textproc/p5-XML-LibXML/pkg: README Removed files: textproc/p5-XML-LibXML/pkg: MESSAGE Log message: MESSAGE -> README CVSROOT: /cvs Module name: www Changes by: ratchov@cvs.openbsd.org 2012/11/23 00:56:53 Modified files: faq : current.html Log message: mention sndiod options changes CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/23 01:29:42 Modified files: databases/redis: Makefile distinfo databases/redis/patches: patch-deps_Makefile patch-deps_hiredis_Makefile patch-deps_linenoise_Makefile patch-src_redis_c Log message: Update to redis-2.6.5 CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/11/23 02:25:44 Modified files: usr.sbin/smtpd : queue.c queue_backend.c queue_fsqueue.c smtpctl.c smtpd.h Log message: Replace the qwalk API (to retreive on disk envelopes at runtime) with a simple QOP_WALK queue operation. Some knf and formating fixes while there. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/23 02:53:58 Modified files: www/owncloud/patches: patch-lib_connector_sabre_node_php Log message: Fix patch. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/11/23 02:58:49 Modified files: databases/percona-toolkit: Makefile distinfo databases/percona-toolkit/patches: patch-Makefile_PL patch-bin_pt-mysql-summary Log message: Bugfix update to 2.1.7 and regen patches CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/11/23 03:55:25 Modified files: usr.sbin/smtpd : bounce.c control.c delivery_filename.c delivery_maildir.c delivery_mbox.c delivery_mda.c dns.c enqueue.c iobuf.c ioev.c log.c makemap.c parser.c scheduler_backend.c smtp.c smtp_session.c ssl.c ssl_privsep.c stat_backend.c util.c waitq.c Log message: knf ok gilles@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/23 03:59:11 Modified files: benchmarks/sysbench: Makefile fonts/ko-baekmuk-fonts: Makefile fonts/ko-baekmuk-ttf: Makefile korean/hanterm-xf: Makefile security/fcrackzip: Makefile security/arirang: Makefile Log message: update maintainer's email address. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/11/23 05:59:21 Modified files: usr.sbin/smtpd : control.c Log message: send ack on update map. ok gilles@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/11/23 06:54:12 Modified files: usr.sbin/smtpd : config.c filter_api.c filter_api.h iobuf.h log.h mfa.c mfa_session.c Log message: knf CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/11/23 08:10:07 Modified files: usr.sbin/smtpd : smtpd.c Log message: knf CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/23 08:24:32 Modified files: net/gupnp/igd : Makefile distinfo Log message: - update to gupnp-igd-0.2.2 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/23 08:25:47 Modified files: distrib/special/dhclient: Makefile sbin/dhclient : dhclient.c dhcpd.h dispatch.c kroute.c privsep.c privsep.h Log message: Use the libutil imsg framework rather than a hand-rolled local version. This is the last hand-rolled imsg implementation I could spot. Doesn't seem to break sparc64. Suggested by chris@, tweaks from brad@ and reyk@. ok reyk@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/23 08:50:11 Modified files: sbin/dhclient : Makefile Log message: Missed file from last commit. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/23 11:35:25 Modified files: sys/net : pf.c Log message: make sure to always pass an array of struct pf_src_node pointers to the pf_map_addr. doing otherwise leads to the stack corruption. bug was reported and fix tested by arjan schrijver, thanks! ok jsing, henning, florian who has also found the same bug in pf_route and pf_route6 functions. CVSROOT: /cvs Module name: src Changes by: gsoares@cvs.openbsd.org 2012/11/23 11:40:30 Modified files: sys/dev/pci : if_ste.c if_tl.c if_txp.c if_vge.c if_vr.c if_wb.c Log message: set ifp->if_baudrate with IF_Gbps() / IF_Mbps(). OK reyk@ sthen@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/23 11:46:03 Modified files: sys/dev/pci : if_oce.c Log message: better way to set baudrate to 0; pointed out by gsoares@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/11/23 13:12:03 Modified files: sys/net : if.c if.h if_gre.c if_spppsubr.c sys/sys : sockio.h Log message: Add SIOCGIFHARDMTU to allow retrieving the driver's maximum supported MTU looks fine reyk@ ok mikeb@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/11/23 13:12:38 Modified files: sbin/ifconfig : ifconfig.c Log message: Display hardmtu value when "ifconfig hwfeatures" is used. Looks fine reyk@ ok mikeb@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/11/23 13:13:26 Modified files: share/man/man4 : netintro.4 Log message: Document SIOCGIFXFLAGS, SIOCGIFMTU, SIOCGIFHARDMTU, SIOCGIFRDOMAIN ioctls. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/11/23 13:29:21 Log message: update to NSD 3.2.14, requested by/ok brad@ Status: Vendor Tag: NLNETLABS Release Tags: NSD_3_2_14 U src/usr.sbin/nsd/dname.c U src/usr.sbin/nsd/edns.h U src/usr.sbin/nsd/zonec.h U src/usr.sbin/nsd/xfrd-notify.c C src/usr.sbin/nsd/server.c C src/usr.sbin/nsd/nsd-checkconf.8.in C src/usr.sbin/nsd/zonec.c U src/usr.sbin/nsd/tsig-openssl.h U src/usr.sbin/nsd/configlexer.lex U src/usr.sbin/nsd/rbtree.c U src/usr.sbin/nsd/xfrd.c U src/usr.sbin/nsd/configyyrename.h U src/usr.sbin/nsd/rdata.c U src/usr.sbin/nsd/xfrd-disk.c C src/usr.sbin/nsd/zonec.8.in U src/usr.sbin/nsd/namedb.c U src/usr.sbin/nsd/nsd.conf.sample.in U src/usr.sbin/nsd/netio.c U src/usr.sbin/nsd/dbaccess.c U src/usr.sbin/nsd/configparser.y U src/usr.sbin/nsd/edns.c C src/usr.sbin/nsd/nsec3.c U src/usr.sbin/nsd/xfrd-notify.h U src/usr.sbin/nsd/mkinstalldirs U src/usr.sbin/nsd/query.h C src/usr.sbin/nsd/nsd-xfer.c C src/usr.sbin/nsd/dns.h C src/usr.sbin/nsd/nsdc.8.in C src/usr.sbin/nsd/nsd-xfer.8.in C src/usr.sbin/nsd/nsd-patch.c U src/usr.sbin/nsd/difffile.c U src/usr.sbin/nsd/zlexer.lex C src/usr.sbin/nsd/nsd-patch.8.in U src/usr.sbin/nsd/namedb.h U src/usr.sbin/nsd/ipc.c C src/usr.sbin/nsd/nsd-notify.8.in C src/usr.sbin/nsd/nsd.8.in U src/usr.sbin/nsd/Makefile.in U src/usr.sbin/nsd/rdata.h U src/usr.sbin/nsd/acx_nlnetlabs.m4 U src/usr.sbin/nsd/region-allocator.h U src/usr.sbin/nsd/buffer.h C src/usr.sbin/nsd/nsd.c U src/usr.sbin/nsd/netio.h C src/usr.sbin/nsd/config.h.in U src/usr.sbin/nsd/options.h U src/usr.sbin/nsd/LICENSE U src/usr.sbin/nsd/axfr.h U src/usr.sbin/nsd/nsdc.sh.in U src/usr.sbin/nsd/nsd.h U src/usr.sbin/nsd/zparser.y U src/usr.sbin/nsd/ipc.h C src/usr.sbin/nsd/query.c U src/usr.sbin/nsd/packet.h C src/usr.sbin/nsd/nsd-notify.c U src/usr.sbin/nsd/xfrd-tcp.h U src/usr.sbin/nsd/rbtree.h U src/usr.sbin/nsd/dns.c U src/usr.sbin/nsd/xfrd-disk.h U src/usr.sbin/nsd/region-allocator.c U src/usr.sbin/nsd/difffile.h U src/usr.sbin/nsd/install-sh U src/usr.sbin/nsd/tsig.h U src/usr.sbin/nsd/answer.h C src/usr.sbin/nsd/xfrd-tcp.c U src/usr.sbin/nsd/iterated_hash.h U src/usr.sbin/nsd/util.h U src/usr.sbin/nsd/buffer.c U src/usr.sbin/nsd/iterated_hash.c U src/usr.sbin/nsd/tsig.c U src/usr.sbin/nsd/packet.c U src/usr.sbin/nsd/nsec3.h C src/usr.sbin/nsd/configure.ac U src/usr.sbin/nsd/options.c U src/usr.sbin/nsd/nsd-checkconf.c U src/usr.sbin/nsd/answer.c U src/usr.sbin/nsd/dbcreate.c U src/usr.sbin/nsd/dname.h C src/usr.sbin/nsd/axfr.c U src/usr.sbin/nsd/util.c C src/usr.sbin/nsd/nsd.conf.5.in U src/usr.sbin/nsd/tsig-openssl.c C src/usr.sbin/nsd/configure U src/usr.sbin/nsd/xfrd.h U src/usr.sbin/nsd/compat/strlcpy.c U src/usr.sbin/nsd/compat/inet_aton.c U src/usr.sbin/nsd/compat/memcmp.h U src/usr.sbin/nsd/compat/memcmp.c U src/usr.sbin/nsd/compat/b64_ntop.c U src/usr.sbin/nsd/compat/fake-rfc2553.c U src/usr.sbin/nsd/compat/strlcat.c U src/usr.sbin/nsd/compat/basename.c U src/usr.sbin/nsd/compat/pselect.c U src/usr.sbin/nsd/compat/fake-rfc2553.h U src/usr.sbin/nsd/compat/memmove.c U src/usr.sbin/nsd/compat/inet_pton.c U src/usr.sbin/nsd/compat/snprintf.c U src/usr.sbin/nsd/compat/b64_pton.c U src/usr.sbin/nsd/compat/inet_ntop.c U src/usr.sbin/nsd/compat/malloc.c U src/usr.sbin/nsd/compat/strptime.c 22 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/11/23 13:30:26 Modified files: usr.sbin/nsd : axfr.c config.h.in configure configure.ac dname.c dns.h nsd-checkconf.8.in nsd-notify.8.in nsd-notify.c nsd-patch.8.in nsd-patch.c nsd-xfer.8.in nsd-xfer.c nsd.8.in nsd.c nsd.conf.5.in nsdc.8.in nsec3.c query.c server.c xfrd-tcp.c zonec.8.in zonec.c Log message: resolve conflicts CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/11/23 13:31:02 Modified files: usr.sbin/nsd : query.c zonec.c Log message: fix mixed code and declarations, from brad@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/11/23 13:44:09 Modified files: lib/pixman : Makefile.bsd-wrapper Makefile.in aclocal.m4 config.guess config.sub configure configure.ac depcomp pixman-1.pc.in lib/pixman/demos: Makefile.am Makefile.in composite-test.c gtk-utils.c gtk-utils.h radial-test.c lib/pixman/pixman: Makefile.am Makefile.in Makefile.sources Makefile.win32 loongson-mmintrin.h pixman-access.c pixman-arm-common.h pixman-arm-neon-asm-bilinear.S pixman-arm-neon-asm.S pixman-arm-neon-asm.h pixman-arm-neon.c pixman-arm-simd-asm.S pixman-bits-image.c pixman-compiler.h pixman-conical-gradient.c pixman-fast-path.c pixman-general.c pixman-image.c pixman-implementation.c pixman-inlines.h pixman-linear-gradient.c pixman-matrix.c pixman-mips-dspr2-asm.S pixman-mips-dspr2-asm.h pixman-mips-dspr2.c pixman-mips-dspr2.h pixman-mmx.c pixman-noop.c pixman-private.h pixman-radial-gradient.c pixman-region.c pixman-solid-fill.c pixman-sse2.c pixman-trap.c pixman-utils.c pixman.c pixman.h lib/pixman/test: Makefile.in Makefile.sources affine-test.c blitters-test.c composite-traps-test.c composite.c gradient-crash-test.c lowlevel-blt-bench.c pdf-op-test.c scaling-test.c stress-test.c utils.c utils.h Added files: lib/pixman/demos: srgb-test.c srgb-trap-test.c lib/pixman/pixman: pixman-arm.c pixman-combine-float.c pixman-combine32.c pixman-combine32.h pixman-glyph.c pixman-mips.c pixman-ppc.c pixman-x86.c lib/pixman/test: combiner-test.c glyph-test.c infinite-loop.c rotate-test.c Removed files: lib/pixman : TODO lib/pixman/pixman: make-combine.pl pixman-combine.c.template pixman-combine.h.template pixman-cpu.c Log message: Update to pixman 0.28.0. Tested by ajacoutot@, mpi@ and naddy@ in a full ports build. Tweaks from mpi@ for macppc. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/11/23 13:47:04 Modified files: driver/xf86-video-r128: ChangeLog aclocal.m4 config.h.in configure configure.ac driver/xf86-video-r128/man: r128.man driver/xf86-video-r128/src: Makefile.am Makefile.in r128.h r128_accel.c r128_cursor.c r128_dri.c r128_driver.c r128_video.c Added files: driver/xf86-video-r128/src: r128_exa.c r128_exa_render.c Log message: Update to xf86-video-r128 6.9.1 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/11/23 13:49:33 Modified files: net/unbound : Makefile Log message: Bump the ldns dependency up to the latest release. ok sthen@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/11/23 14:08:19 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/11/23 14:31:17 Modified files: . : MODULES driver/xf86-video-mga: ChangeLog configure configure.ac driver/xf86-video-mga/src: Makefile.am Makefile.in mga_dri.c mga_driver.c mga_storm.c Log message: Update to xf86-video-mga 1.6.2 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/23 14:55:43 Modified files: sys/arch/sparc64/dev: cbus.c Log message: Change the way we encode devhandle and devino in the sysino such that we can handle up to 256 different interrupt vectors on cbus(4). This is enough to handle 128 channels. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/11/23 14:59:28 Modified files: sbin/ifconfig : ifconfig.8 Log message: Mention hardmtu in the list relating to hwfeatures, suggested by jmc@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/11/23 15:54:08 Modified files: lib/libc/gen : toupper.3 tolower.3 Log message: Copy from the is* manpages the CAVEAT about the input range. ok jmc@ CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2012/11/23 16:53:54 Modified files: libexec/login_yubikey: yubikey.c Log message: make hex and modhex decoding case insensitive, the latter particulary useful to avoid issues with SHIFT and CAPS LOCK on any keyboard. pointers on proper tolower usage by guenther@ "Yup" deraadt@, ok sthen@ on initial version ok guenther@ on final version CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/11/24 00:34:37 Modified files: de : alpha.html armish.html events.html landisk.html loongson.html macppc.html mvme88k.html sgi.html sparc.html translation.html vax.html zaurus.html faq/fr : current.html faq/pf/ru : index.html fr : alpha.html armish.html events.html landisk.html luna88k.html macppc.html mvme88k.html sgi.html sparc.html translation.html vax.html zaurus.html pt : translation.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/11/24 01:11:59 Modified files: games/fortune/datfiles: fortunes2 Log message: grammar fix; from Chris Petrik, freebsd pr 173868 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/24 01:18:36 Modified files: multimedia/gstreamer1/core: Makefile distinfo Log message: Update to gstreamer1-1.0.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/24 01:18:56 Modified files: multimedia/gstreamer1/plugins-base: Makefile distinfo Log message: Update to gstreamer1-plugins-base-1.0.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/24 01:19:16 Modified files: multimedia/gstreamer1/plugins-good: Makefile distinfo Log message: Update to gstreamer1-plugins-good-1.0.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/24 01:20:04 Modified files: multimedia/gstreamer1/plugins-ugly: Makefile distinfo Log message: Update to gstreamer1-plugins-ugly-1.0.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/24 01:20:24 Modified files: multimedia/gstreamer1/plugins-bad: Makefile distinfo Log message: Update to gstreamer1-plugins-bad-1.0.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/24 01:20:40 Modified files: multimedia/gstreamer1/plugins-libav: Makefile distinfo Log message: Update to gstreamer1-plugins-libav-1.0.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/24 01:36:26 Modified files: graphics/blender: Makefile Log message: Recent update broke powerpc; mark it as such. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/24 01:54:01 Modified files: games/gcompris : Makefile distinfo games/gcompris/patches: patch-Makefile_in patch-configure patch-src_electric-activity_electric_py patch-src_gcompris_Makefile_in patch-src_goocanvas_src_Makefile_in games/gcompris/pkg: PLIST Log message: Update to gcompris-12.11. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/11/24 01:54:34 Modified files: geo/postgis : Makefile distinfo geo/postgis/pkg: PLIST Added files: geo/postgis/pkg: README Removed files: geo/postgis/patches: patch-doc_Makefile_in patch-loader_Makefile_in Log message: Unbreak by finally updating to postgis 2.0.1, working with postgres 9.2. - add build dep on ImageMagick/docbook-xsl/libxslt to build the documentation - dont install the utils anymore, they're not maintained and were barely useful. postgis_restore.pl is in share/postgresql/contrib/postgis-2.0 now - provide a complete do-regress target taking care of creating/starting/tearing down a temporary database - 'CREATE EXTENSION postgis' is now the simpler way to spatially-enabled a db - add a README explaining how to LD_PRELOAD libpthread.so in postgresql since it's required by postgis - take maintainership from eric@ since he doesn't use it anymore - see http://www.postgis.org/news/20120403/ for the list of new features in the 2.x branch. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/24 01:56:51 Modified files: geo/postgis : Makefile Log message: docbook-xsl brings libxslt already. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/24 02:08:09 Modified files: x11/kde/base3 : Makefile x11/kde/pim3 : Makefile Added files: x11/kde/base3/patches: patch-kioslave_smtp_smtp_cc x11/kde/pim3/patches: patch-kioslaves_sieve_sieve_cpp Log message: fix following cyrus-sasl update; sasl.h now requires size_t ok aja@ nigel@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/24 02:09:05 Modified files: emulators/fs-uae: Makefile Log message: use MODPY_SETUPTOOLS=Yes, breakage noticed by nigel@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/24 02:09:57 Modified files: emulators/fs-uae: Makefile Log message: bump following MODPY_SETUPTOOLS, it adds to RUN_DEPENDS.. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/24 02:55:54 Modified files: textproc/mupdf : Makefile Added files: textproc/mupdf/patches: patch-apps_x11_main_c Log message: don't segfault if run with DISPLAY unset, reported by bentley@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/11/24 03:21:50 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-browser_app_profile_firefox_js patch-gfx_thebes_gfxPlatform_cpp patch-js_src_configure_in patch-js_src_ctypes_libffi_src_dlmalloc_c patch-security_manager_pki_resources_content_exceptionDialog_js patch-storage_src_mozStorageConnection_cpp patch-toolkit_library_Makefile_in patch-toolkit_mozapps_installer_packager_mk patch-toolkit_xre_nsXREDirProvider_cpp www/mozilla-firefox/pkg: PLIST Added files: www/mozilla-firefox/patches: patch-toolkit_system_gnome_nsGIOService_cpp Removed files: www/mozilla-firefox/patches: patch-configure_in patch-content_base_src_nsContentUtils_cpp patch-content_html_content_src_nsHTMLMediaElement_cpp patch-content_media_gstreamer_nsGStreamerReader_cpp patch-ipc_chromium_src_chrome_common_ipc_message_utils_h patch-memory_mozalloc_mozalloc_cpp patch-netwerk_base_src_nsSocketTransportService2_cpp patch-security_manager_ssl_src_Makefile_in patch-security_manager_ssl_src_SSLServerCertVerification_cpp patch-security_manager_ssl_src_SSLServerCertVerification_h patch-security_manager_ssl_src_nsNSSComponent_cpp patch-toolkit_components_osfile_osfile_shared_jsm patch-toolkit_components_osfile_osfile_unix_back_jsm patch-xpcom_reflect_xptcall_src_md_unix_Makefile_in Log message: Update to firefox 17.0. - see http://www.mozilla.org/en-US/firefox/17.0/releasenotes/ for details - enable the gio/libnotify interaction, since it brings no additional dep. libnotify will be dlopened at runtime if present, and gio is already in the dependency chain. The latter will interact with the gio mime database for file associations, and firefox will ask the user if he wants to register it as the default http:// handler. The former will show a notify popup upon download completion, among others. - add build depends on yasm in i386/amd64 for webm - remove patch-browser_app_profile_firefox_js, the updater is already disabled - remove gstreamer patches from #776838, #777696 & #747257, merged upstream - remove ipc_message_utils.h patch from #775428, commited upstream - remove mozalloc.cpp patch, is already included above - remove xpcshell hang patchset from #706955, cant reproduce anymore - remove patch-security_manager_ssl_src_Makefile_in, unneeded - remove OS.File extra logging from #785200, merged upstream - add patch-toolkit_system_gnome_nsGIOService_cpp, workaround for #805202 (libgio-2.0.so dlopening), to be removed in fx 19 - remove xpcom arm patch from #783875, merged upstream ok sthen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/11/24 03:22:39 Modified files: www/firefox-i18n: Makefile.inc distinfo Log message: Update to firefox-i18n 17.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/11/24 03:32:42 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/mozilla-thunderbird/files: thunderbird.desktop mail/mozilla-thunderbird/patches: patch-mozilla_gfx_thebes_gfxPlatform_cpp patch-mozilla_js_src_configure_in patch-mozilla_security_manager_pki_resources_content_exceptionDialog_js patch-mozilla_storage_src_mozStorageConnection_cpp patch-mozilla_toolkit_library_Makefile_in patch-mozilla_toolkit_xre_nsXREDirProvider_cpp mail/mozilla-thunderbird/pkg: PLIST-enigmail PLIST-lightning PLIST-main Added files: mail/mozilla-thunderbird/patches: patch-mozilla_toolkit_system_gnome_nsGIOService_cpp Removed files: mail/mozilla-thunderbird/patches: patch-mozilla_browser_app_profile_firefox_js patch-mozilla_ipc_chromium_src_chrome_common_ipc_message_utils_h patch-mozilla_memory_mozalloc_mozalloc_cpp patch-mozilla_netwerk_base_src_nsSocketTransportService2_cpp 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_xpcom_reflect_xptcall_src_md_unix_Makefile_in Log message: Update to thunderbird 17.0/enigmail 1.4.6/lightning 1.9b1. - see http://www.mozilla.org/en-US/thunderbird/17.0/releasenotes/ for details - tidy up WANTLIB/CONFIGURE_ARGS - enable the gio/libnotify interaction. If libnotify is found at runtime, a popup will show incoming messages notification. - install an icon in pixmaps/ for the desktop file, like in ffx - remove patch-mozilla_browser_app_profile_firefox_js, this is spar^Wthunderbird! - for the other patches removed/added, same comments as for ffx apply CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/11/24 03:33:14 Modified files: mail/thunderbird-i18n: Makefile.inc distinfo Log message: Update to thunderbird-i18n 17.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/11/24 03:36:20 Modified files: www/seamonkey : Makefile distinfo www/seamonkey/files: seamonkey.desktop www/seamonkey/patches: patch-mozilla_gfx_thebes_gfxPlatform_cpp patch-mozilla_js_src_configure_in patch-mozilla_security_manager_pki_resources_content_exceptionDialog_js patch-mozilla_storage_src_mozStorageConnection_cpp patch-mozilla_toolkit_library_Makefile_in patch-mozilla_toolkit_xre_nsXREDirProvider_cpp www/seamonkey/pkg: PLIST-enigmail PLIST-lightning PLIST-main Added files: www/seamonkey/patches: patch-mozilla_toolkit_system_gnome_nsGIOService_cpp Removed files: www/seamonkey/patches: patch-mozilla_browser_app_profile_firefox_js patch-mozilla_ipc_chromium_src_chrome_common_ipc_message_utils_h patch-mozilla_memory_mozalloc_mozalloc_cpp patch-mozilla_netwerk_base_src_nsSocketTransportService2_cpp 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_xpcom_reflect_xptcall_src_md_unix_Makefile_in Log message: Update to seamonkey 2.14/enigmail 1.4.6/lightning 1.9b1. - see http://www.seamonkey-project.org/releases/seamonkey2.14/ for details. - tidy up WANTLIB/CONFIGURE_ARGS - enable the gio/libnotify interaction. If libnotify is found at runtime, a popup will show incoming messages notification/download complete. - install an icon in pixmaps/ for the desktop file, like in ffx/tb - fix desktop file Exec line so that an argument can be passed to seamonkey - remove patch-mozilla_browser_app_profile_firefox_js, this is spar^Wseamonkey! - for the other patches removed/added, same comments as for ffx apply CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/11/24 03:36:57 Modified files: www/seamonkey-i18n: Makefile.inc distinfo Log message: Update to seamonkey-i18n 2.14. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/24 03:42:46 Modified files: usr.sbin/ldomctl: util.c util.h Log message: Add xasprintf. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/11/24 04:03:45 Modified files: usr.bin/make : compat.c Log message: clean-up: move up .USE handling, so that the rest becomes a simple switch() okay beck@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/11/24 04:04:55 Modified files: usr.bin/make : cond.c Log message: be more strict in recognizing .if keyword() constructs, don't ignore unknown keywords. uniform white space handling. okay beck@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/11/24 04:05:33 Modified files: usr.bin/make : job.c Log message: Don't output a . at the end of directory, as it is confusing. okay beck@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/11/24 04:06:08 Modified files: usr.bin/make : parse.c Log message: complement "need an operator" fatal error message with the actual line content. okay beck@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/24 04:40:51 Modified files: usr.sbin/ldomctl: mdesc.h mdesc.c Log message: Export a few more prototypes. Make md_get_prop_val set the returned value to -1 if the requested property isn't present. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/24 04:50:45 Modified files: usr.sbin/ldomctl: Makefile ldomctl.c ldomctl.h mdstore.c Added files: usr.sbin/ldomctl: config.c parse.y Log message: Add code to create new system configuration. Work in progress, but there's enough functionality to create a configuration for a t1k or t2k running System Firmware 6.7.x. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/24 05:13:06 Modified files: usr.sbin/ldomctl: parse.y Log message: Fix yacc warning. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/11/24 06:59:53 Modified files: lib/libc/asr : asr_debug.c asr_utils.c getaddrinfo_async.c gethostnamadr_async.c getnetnamadr_async.c res_mkquery.c res_send_async.c asr_private.h Log message: make separate structures for pack and unpack CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/11/24 07:01:51 Modified files: usr.sbin/smtpd : dns.c Log message: fix after asr update CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/11/24 07:55:30 Added files: games/minetest/patches: patch-src_irrlichttypes_h Log message: Fix with irrlicht 1.8: irr::u64 is already typedef'd in irrTypes.h. ok sthen@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/11/24 08:12:48 Modified files: lib/libc/asr : asr.c asr_debug.c asr_utils.c getaddrinfo_async.c gethostnamadr.c gethostnamadr_async.c getnameinfo_async.c getnetnamadr.c getnetnamadr_async.c getrrsetbyname_async.c res_mkquery.c res_search_async.c res_send_async.c asr.h asr_private.h Log message: knf CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/24 10:04:03 Modified files: usr.sbin/ldomctl: config.c ldomctl.c ldomctl.h Log message: Get rid of some hard-coded constants. Improve memory allocation code. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/24 10:42:31 Modified files: print/gtklp : Makefile distinfo print/gtklp/patches: patch-include_defaults_h Removed files: print/gtklp/patches: patch-Makefile_fallback patch-gtklp_gtklp_functions_c patch-gtklpq_printer_c patch-libgtklp_libgtklp_c Log message: Update to gtklp-1.2.10. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/24 11:06:14 Modified files: sbin/dhclient : dhclient.c dispatch.c Log message: Don't segfault if no subnet-mask is provided, or is marked 'ignore' in dhclient.conf. Always zero out stack masks rather than using stack garbage when no subnet-mask is provided. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/11/24 11:58:49 Modified files: lib/libc/asr : gethostnamadr_async.c getnetnamadr_async.c Log message: Saner implementation for self-contained hostent and netent, and also a couple of fixes. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/11/24 14:49:46 Modified files: editors/gummi : Makefile distinfo editors/gummi/patches: patch-configure editors/gummi/pkg: PLIST Log message: Update to 0.6.5. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/24 15:54:02 Modified files: usr.sbin/ldomctl: config.c Log message: Delete "ncp" and "n2cp" virtual devices. Makes Solaris stop whining about not being able to configure crypto work queues. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/24 16:02:43 Modified files: usr.sbin/ldomctl: mdstore.c Log message: Better error reporting. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/24 16:06:16 Modified files: sys/arch/sparc64/dev: vnet.c Log message: Do not assign the "host" MAC address to virtual switch ports. Don't print the address for those ports either. CVSROOT: /cvs Module name: ports Changes by: halex@cvs.openbsd.org 2012/11/24 17:58:38 Added files: mail/dovecot/patches: patch-src_auth_passdb-bsdauth_c Log message: missing file from last commit CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/25 00:50:40 Modified files: x11/gnome/latexila: Makefile distinfo Log message: Update to latexila-2.6.2. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/11/25 01:29:07 Modified files: devel/automake/1.12: Makefile distinfo devel/automake/1.12/patches: patch-automake_in Log message: Update to automake 1.12.5. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/25 05:49:56 Modified files: sbin/dhclient : clparse.c dhclient.c dhcpd.h Log message: Clean up parsing of option lists. Part 1. 1) Add config->required_options_count so that syntactically incorrect request statement in dhclient.conf is completely ignored. 2) Pass size of buffer being filled instead of assuming 256. 3) Always zero (a.k.a. DHO_PAD) the passed in buffer. 4) Check for out of bounds index before using it, not after. Add TOK_IGNORE to syntax in comment. No intentional functional change other than catching bad request statements. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/25 06:18:46 Modified files: devel/libpeas : Makefile distinfo devel/libpeas/patches: patch-configure patch-tests_libpeas_plugins_extension-js_Makefile_in devel/libpeas/pkg: PLIST Log message: - update to libpeas-1.6.2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/25 06:34:04 Modified files: sysutils/monit : Makefile sysutils/monit/pkg: monit.rc Log message: Remove "-d 300" from the rc script. The default monitrc configuration file comes with "set daemon 60" which is then ignored. ok jasper@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/11/25 06:34:17 Modified files: sys/arch/sparc/sparc: cpu.c Log message: Make the instruction replace struct static const so it will end up in the .rodata section. Suggested by and ok miod@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/11/25 06:49:47 Modified files: www/seamonkey : Makefile Removed files: www/seamonkey/patches: patch-configure_in Log message: Add missing BUILD_DEPEND on yasm for i386/amd64, from sthen@ Forgot to cvs rm patch-configure_in, leading to a packaging failure since libmozgnome.so was forcedly disabled by the patch. Reported by sthen@ and nigel@ No bump since it didnt package, and the PLIST doesnt change anyway. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/25 07:01:58 Modified files: usr.sbin/ldomctl: config.c Log message: Add support for building a new configuration based on a configuration that already has guest domains configured. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/25 07:08:14 Modified files: sys/arch/mvme88k/stand/libbug: prom.h Log message: Sync register clobber information in MVMEPROM_CALL() with those used in the kernel (in dev/bugio.c) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/25 07:10:47 Modified files: sys/arch/mvme88k/include: prom.h sys/arch/mvme88k/stand/tftpboot: netdev.c version.c sys/arch/mvme88k/stand/libbug: Makefile libbug.h Added files: sys/arch/mvme88k/stand/libbug: netcfig.c netctrl.c Log message: Recognize a wrong network configuration which would cause tftpboot to apparently freeze, and in any case fail to load anything; if this happens, tell the user what to do and return to the BUG (altering the configuration from tftpboot itself doesn't seem to have any effect, unfortunately). CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/25 07:56:55 Modified files: sbin/dhclient : clparse.c Log message: Clean up parsing of option lists. Part 2. DHO_PAD ("pad") and DHO_END ("option-end") are not really options and it makes no sense to require, request, or ignore them. And probably would confuse some sensitive dhcp servers. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/25 09:15:45 Modified files: usr.sbin/ldomctl: mdesc.c Log message: spacing CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/25 09:18:04 Modified files: usr.sbin/ldomctl: config.c Log message: Properly remove virtual device ports if we remove the associated channels. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/25 09:45:31 Modified files: sbin/dhclient : clparse.c Log message: Clean up parsing of option lists. Part 3. Storing an option in a list more than once is silly, wastes space and is possibly confusing to sensitive dhcp servers. Make it a syntax error to attempt to store an option in a list more than once. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/25 11:23:02 Modified files: usr.sbin/ldomctl: config.c Log message: Use "id" property as physical ID for CPUs on UltraSPARC T2 and later. CVSROOT: /cvs Module name: ports Changes by: ratchov@cvs.openbsd.org 2012/11/25 11:57:21 Modified files: www/chromium : Makefile www/chromium/patches: patch-media_audio_openbsd_audio_manager_openbsd_cc patch-media_media_gyp Added files: www/chromium/files: sndio_output.cc sndio_output.h Removed files: www/chromium/patches: patch-media__audio__pulse__pulse_output.h patch-media_audio_openbsd_sndio_output_cc patch-media_audio_openbsd_sndio_output_h Log message: Enable audio playback support using sndio. ok robert@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/25 13:38:19 Modified files: graphics/babl : Makefile Log message: sync comment with reality CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/25 13:44:40 Modified files: graphics/babl : Makefile Log message: revert previous, i thought this used gnome.port.mk CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/11/25 14:00:14 Modified files: shells/bash : Makefile distinfo Log message: update to 4.2 patchlevel 39 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/11/25 14:18:13 Modified files: share/man/man5 : login.conf.5 Log message: remove the obsolete rpasswd entry; from Michael W. Lucas ok millert CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/25 14:45:37 Modified files: usr.sbin/ldomctl: config.c Log message: More changes to make this work on UltraSPARC T2 systems. Now there's enough functionality to create a configuration for a t5120 running System Firmware 7.1.x. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/11/25 15:13:46 Modified files: sys/arch/vax/include: pmap.h sys/arch/vax/mscp: mscp_tape.c sys/arch/vax/vax: pmap.c scb.c Log message: remove the use of cast as lvalue which is verboten with newer gcc tweaks from/tested by/ok miod@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/25 15:35:19 Modified files: sys/arch/vax/include: macros.h Log message: Avoid using multiline litterals in __asm__ statement, gcc3 complains about them. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/25 16:46:36 Modified files: devel/cil : Makefile Log message: mark this as BROKEN for now; ok aja@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/11/25 16:57:54 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: Update to Postfix 2.10-20121123. ok sthen@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/11/25 18:17:41 Modified files: sys/dev/pci : if_em_hw.c if_em_hw.h Log message: Bring in some more pch2/82579 bits from the Intel code in FreeBSD: - modify em_oem_bits_config_pchlan for pch2 - sync pch2 use of gating/ungating hardware phy config - add 82579 phy workarounds - enable Energy Efficient Ethernet on 82579 From Yoshihisa Matsushita based on an earlier diff of mine. Fixes problems some people were seeing with gigabit autoneg on pch2. tested by naddy@ & jasper@, ok mikeb@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/11/26 00:32:30 Modified files: www/chromium : Makefile Added files: www/chromium/patches: patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_asm patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_h patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_asm patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_h patch-third_party_ffmpeg_libavcodec_x86_cabac_h patch-third_party_ffmpeg_libavcodec_x86_h264_i386_h Removed files: www/chromium/patches: patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_ia32_libavcodec_codec_names_h patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_x64_libavcodec_codec_names_h Log message: Add a proprietary flavor which enables the patented codecs like H.246. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/11/26 01:08:00 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.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 Log message: regen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/26 02:11:45 Modified files: net/cvsync : Makefile distinfo Log message: Update MASTER_SITES, regen distinfo. From Daniel Dickman, slight tweak by me. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/26 02:52:13 Log message: import lua-cjson-2.1.0 Lua CJSON provides JSON support for Lua. Features: - Fast, standards compliant encoding/parsing routines. - Full support for JSON with UTF-8, including decoding surrogate pairs. - Optional run-time support for common exceptions to the JSON specification (infinity, NaN,..). - No dependencies on other libraries. ok dcoppa@ Status: Vendor Tag: jasper Release Tags: jasper_20122611 N ports/devel/lua-cjson/distinfo N ports/devel/lua-cjson/Makefile N ports/devel/lua-cjson/pkg/PLIST N ports/devel/lua-cjson/pkg/DESCR N ports/devel/lua-cjson/patches/patch-Makefile N ports/devel/lua-cjson/patches/patch-lua_json2lua_lua N ports/devel/lua-cjson/patches/patch-lua_lua2json_lua No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/26 02:52:45 Modified files: devel : Makefile Log message: sync CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/11/26 04:35:28 Modified files: usr.bin/tmux : tmux.c Log message: Call realpath earlier on the socket directory path rather than on the socket file path because the latter may not exist yet and in that case realpath is allowed to fail. From Romain Francoise. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/26 05:11:35 Modified files: net/amule : Makefile Added files: net/amule/patches: patch-src_PartFile_cpp Log message: Delete broken seeds files (upstream git commit 151869b449d49155ea57a2f47579930dca71ea4a) CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/11/26 05:29:52 Removed files: audio/abcde/pkg: PFRAG.lame Log message: remove leftover after update to 2.5.4 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/26 05:32:29 Modified files: devel/cmake : Makefile devel/cmake/patches: patch-Modules_FindGettext_cmake Log message: Sync with upstream (http://cmake.org/gitweb?p=cmake.git;a=commit;h=94f37851ef5c6dccbe2dd647a3b38e3196393298) CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/11/26 08:02:40 Modified files: graphics/blender: Makefile Added files: graphics/blender/patches: patch-source_blender_avi_intern_avi_endian_c Log message: Fix copy-paste error breaking the build on powerpc. ok aja@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/26 08:22:22 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/patches: patch-data_Xsession_in Log message: Fix PATH. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/26 08:24:13 Modified files: databases/redis: Makefile databases/redis/patches: patch-redis_conf Added files: databases/redis/patches: patch-src_scripting_c Log message: Remove dofile() from Redis Lua scripting, because it allows an attacker to enumerate filesystem contents. See: http://blog.liftsecurity.io/post/35714931664/filesystem-enumeration-using-redis-and-lua While here, fix a pasto in redis.conf: "syslog-enabled no" where "syslog-enabled yes" was intended. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/26 08:57:46 Modified files: games/wesnoth : Makefile games/wesnoth/pkg: PLIST Log message: @exec %D/bin/update-desktop-database lines must come *before* @rcscript because, as pascal pointed out, @rcscript has an implicit @cwd. Simplified from a diff from dcoppa. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/26 09:03:31 Modified files: games/minetest : Makefile distinfo games/minetest/patches: patch-src_CMakeLists_txt patch-src_porting_cpp games/minetest/pkg: PLIST Removed files: games/minetest/patches: patch-CMakeLists_txt Log message: update to minetest-0.4.3, ok landry CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/26 09:24:29 Modified files: devel/glade : Makefile distinfo devel/glade/patches: patch-configure Log message: - update to glade-3.14.2 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/11/26 10:17:41 Modified files: archivers/unrar: Makefile distinfo archivers/unrar/patches: patch-makefile_unix patch-os_hpp Log message: maintenance update to 4.20; drop maintainer by his request CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/26 10:42:05 Modified files: share/man/man5 : hostname.if.5 Log message: The install scripts no longer create hostname.if files with 'dhcp NONE NONE NONE'. It's just 'dhcp'. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/26 11:58:11 Modified files: sys/dev/pci : if_oce.c if_ocereg.h Log message: get rid of some useless bitfields in oce_mbx and mbx_hdr CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/26 12:03:59 Modified files: sys/dev/pci : if_oce.c if_ocereg.h Log message: shorten MBX_RX_IFACE_* defines CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/26 13:08:16 Modified files: usr.sbin/ldomctl: config.c ldomctl.h mdesc.c mdesc.h Log message: Regeerate Hypervisor MD from scratch instead of modifying the existing one. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2012/11/26 13:21:14 Modified files: sys/net : if_ppp.c Log message: do not steal mbuf types (leads to a panic if M_ZEROIZE gets set on readonly mbufs) but use M_PROTO1 and M_LINK0 instead; ok mikeb@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/26 13:37:20 Modified files: usr.sbin/ldomctl: config.c Log message: Fix generation of "hvmd_mblock" node. Only add the "stick-frequency" property to the root node if the original Hypervisor MD had one to start with. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/26 14:01:43 Modified files: usr.sbin/ldomctl: config.c Log message: We don't really need a "rngs" node in the Hypervisor MD. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/26 14:35:20 Modified files: share/man/man5 : hostname.if.5 Log message: Make it clear that lines are processed in the given order and provide an example using dhcp, a common use case. ok sthen@ jmc@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/11/26 15:16:55 Modified files: lang/clang : clang.port.mk Log message: Add the needed glue for MODCLANG_ARCHS, to properly depend on devel/llvm only on the given archs. Taken from gcc4.port.mk ok sthen@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/11/26 18:02:07 Modified files: share/man/man8 : ssl.8 Log message: this advice was arguable back in 2003 but is spurious now; ok mikeb deraadt CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/11/26 22:00:28 Modified files: usr.sbin/relayd: carp.c config.c log.c relay.c relay_http.c relayd.c relayd.h Log message: Add format attributes to the proper functions and then fix the warnings that gcc then reports when compiling with -DDEBUG=2 ok reyk@ benno@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/11/26 22:38:08 Modified files: usr.sbin/bgpctl: bgpctl.c Log message: Fix type typo ok henning@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/26 23:37:31 Modified files: net/ocsync : Makefile distinfo Removed files: net/ocsync/patches: patch-src_csync_propagate_c Log message: Update to ocsync-0.60.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/26 23:49:49 Modified files: devel/glib2 : Makefile distinfo devel/glib2/pkg: PLIST Log message: Update to glib2-2.34.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/27 01:12:27 Modified files: devel/ptlib : Makefile distinfo devel/ptlib/patches: patch-make_lib_mak Log message: Update to ptlib-2.10.9. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/27 01:13:15 Modified files: net/opal : Makefile distinfo net/opal/patches: patch-configure patch-plugins_configure patch-plugins_video_H_264_h264-x264_cxx Log message: Update to opal-3.10.9. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/27 01:14:24 Modified files: net/gnugk : Makefile net/h323plus : Makefile Log message: Bump after recent ptlib update. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/27 01:15:12 Modified files: x11/gnome/ekiga: Makefile distinfo x11/gnome/ekiga/patches: patch-configure x11/gnome/ekiga/pkg: PLIST Log message: Update to ekiga-4.0.0; still somewhat broken (thread rape!). CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/11/27 02:20:03 Modified files: usr.bin/tmux : cmd.c names.c Log message: Fix session choice so that preferring unattached sessions actually works, reported by Drew Frank. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/11/27 02:39:44 Modified files: usr.sbin/smtpd : lka_session.c Log message: missing initialization. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/27 03:08:00 Modified files: devel/coccinelle: Makefile devel/coccinelle/pkg: PLIST Added files: devel/coccinelle/pkg: PFRAG.dynlink Removed files: devel/coccinelle/pkg: PFRAG.native PFRAG.shared Log message: - fix packaging on architectures which are native, non-dynlink for OCaml - set CLEANDEPENDS_devel_coccinelle=No to fix regress now that dependencies are auto-cleaned (coccinelle must itself be installed to run the tests) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/27 04:35:58 Modified files: infrastructure/mk: bsd.port.mk Log message: be a bit more specific in _SOLVING_DEP, so that ports that regress-depend on themselves won't clean themselves when BULK=Auto. problem reported by sthen@, okay sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/27 04:38:27 Modified files: www/owncloud : Makefile distinfo Removed files: www/owncloud/patches: patch-lib_connector_sabre_node_php Log message: Update to owncloud-4.5.3. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/27 05:12:41 Modified files: graphics/gimp/stable: Makefile Added files: graphics/gimp/stable/patches: patch-plug-ins_common_file-xwd_c Log message: Security fix for CVE-2012-5576, Memory corruption vulnerability when reading XWD files ok giovanni@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/27 05:16:07 Modified files: net/libproxy : Makefile distinfo Log message: update to libproxy 0.4.10, fixes http chunk-encoded pac files. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/27 05:23:57 Modified files: devel/coccinelle: Makefile Log message: remove CLEANDEPENDS workaround no longer needed. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/11/27 06:52:23 Modified files: usr.bin/tmux : options-table.c status.c tmux.1 Log message: Add window-status-last-* options, from Boris Faure. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/27 07:14:16 Modified files: sbin/dhclient : clparse.c Log message: Clean up parsing of option lists. Part 5. Don't toss away an existing request/require list unless the new list is successfully parsed. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/11/27 07:22:43 Modified files: usr.bin/tmux : input-keys.c Log message: If the application inside tmux has requested any mouse modes itself, do not let mode-mouse take any effect. From Sergey Naumov. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/11/27 07:26:48 Modified files: usr.bin/tmux : input-keys.c Log message: Revert last, after discussion it isn't necessary. CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/11/27 07:31:41 xenocara/lib/libdrm/libkms Update of /cvs/xenocara/lib/libdrm/libkms In directory cvs.openbsd.org:/tmp/cvs-serv17764/libkms Log Message: Directory /cvs/xenocara/lib/libdrm/libkms added to the repository CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/11/27 07:37:08 Modified files: lib/libdrm : Makefile Makefile.inc shlib_version xf86drm.c xf86drm.h xf86drmMode.c xf86drmMode.h lib/libdrm/intel: Makefile intel_bufmgr.c intel_bufmgr.h intel_bufmgr_fake.c intel_bufmgr_gem.c intel_chipset.h shlib_version lib/libdrm/radeon: Makefile shlib_version Added files: lib/libdrm/libkms: Makefile api.c dumb.c intel.c internal.h libkms.h libkms.pc.in linux.c nouveau.c radeon.c shlib_version vmwgfx.c lib/libdrm/radeon: r600_pci_ids.h radeon_surface.c radeon_surface.h Log message: Update to libdrm 2.4.31 and add the non-yet-linked libkms, prodded by jsg@ Tested by jsg@, ajacoutot@, shadchin@ and matthieu@, ok matthieu@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/11/27 07:42:56 Modified files: usr.bin/tmux : window-copy.c Log message: When scrolling in copy mode with the mouse, scroll screen rather than moving cursor. This change from Ailin Nemui, alternative to a change from Stephen Hicks. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/11/27 07:43:37 Modified files: share/man/man5 : resolv.conf.5 Log message: some notes on edns; big thanks to sthen for his help with this (and ok) CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/11/27 08:09:35 Modified files: usr.bin/tmux : cmd-run-shell.c tmux.1 Log message: Allow cmd-run-shell to accept -t to specify the pane to display the output, requested by Alexander Tsepkov. CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2012/11/27 08:40:56 Modified files: net/bitlbee : Makefile distinfo Log message: update to 3.0.6; from Tom Doherty. ok landry@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/27 08:51:48 Modified files: sbin/dhclient : dhcpd.h clparse.c dhclient.c dhclient.conf.5 Log message: Clean up parsing of option lists. Part 6. Treat 'ignore' option lists the same as 'request' and 'require' option lists. i.e. keep a list of the options rather than using an ACTION flag. So overriding a previous ignore list will not leave breadcrumbs and incorrect ACTIONs lying around. The list will be applied when the new lease is created, and will override any ACTION specified for the option. Mention in dhclient.conf(5) that each request/require/ignore statement will override any previous one. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/27 09:08:54 Modified files: sysutils/libvirt: Makefile distinfo sysutils/libvirt/patches: patch-src_Makefile_in patch-src_rpc_virnetsocket_c sysutils/libvirt/pkg: PLIST Log message: - update to libvirt-1.0.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/27 09:09:06 Modified files: sysutils/p5-Sys-Virt: Makefile distinfo sysutils/p5-Sys-Virt/pkg: PLIST Log message: - update to p5-Sys-Virt-1.0.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/27 09:09:07 Modified files: devel/libvirt-glib: Makefile distinfo devel/libvirt-glib/pkg: PLIST Log message: -update to libvirt-glib-0.1.4 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/11/27 09:12:30 Modified files: usr.bin/tmux : cfg.c cmd-source-file.c tmux.c tmux.h Log message: Correctly aggregate together errors from nested config files (with source-file). Fix by Thomas Adam, reported by Sam Livingstone-Gray CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/27 09:29:34 Modified files: x11/gnome/gdm : Makefile Added files: x11/gnome/gdm/patches: patch-daemon_gdm-session-worker_c Log message: Don't use setuid() but setusercontext() with LOGIN_SETALL to setup the complete user environment and limits. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/27 10:29:07 Modified files: sys/net : pfkey.c raw_usrreq.c Log message: remove incorrect splnet usage in pfkey interface and make raw_usrreq do an splsoftnet on its own; joint work with david hill, ok claudio CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2012/11/27 10:38:46 Modified files: sys/arch/amd64/amd64: acpi_machdep.c sys/arch/i386/i386: acpi_machdep.c sys/dev/acpi : acpivar.h Log message: Add acpi_{acquire,release}_glk locking functions. These functions represent the basic blocks for using the ACPI global lock that provides mutual exclusion between the OSPM and the BIOS. No functional change. Okay kettenis@, deraadt@. CVSROOT: /cvs Module name: src Changes by: gsoares@cvs.openbsd.org 2012/11/27 11:08:21 Modified files: sys/dev/pci : if_oce.c Log message: fix format string; OK mikeb@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/27 11:52:39 Modified files: sbin/dhclient : clparse.c Log message: Clean up parsing of option lists. Part 7 (and final). Allow 'request ;', 'require ;' and 'ignore ;' as requests to create empty lists of options. Thus enabling the removal of built-in lists or the removal of global lists inside an 'interface' declaration. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/11/27 12:00:00 Modified files: devel/cflow : Makefile distinfo devel/cflow/pkg: PLIST Log message: Update for cflow to 1.4 Tested on amd64. Ok benoit@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/27 12:29:54 Modified files: audio/pulseaudio: Makefile audio/pulseaudio/patches: patch-src_pulse_util_c Removed files: audio/pulseaudio/patches: patch-src_daemon_main_c patch-src_pulse_context_c Log message: Use __progname for pa_get_binary_name(). Remove useless patches. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/11/27 12:45:01 Modified files: usr.bin/mg : def.h fileio.c Log message: - move prototype of expandtilder() to def.h; needed by an upcoming diff. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/11/27 12:46:46 Modified files: usr.bin/mg : def.h dir.c file.c funmap.c mg.1 Log message: - add 'make-directory' (not bound to any shortcut). feedback from florian@ lum@ ok florian@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/27 12:56:52 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/patches: patch-youtube_dl_FileDownloader_py Log message: Update to youtube-dl-2012.11.27 ok pirofti@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/11/27 12:58:49 Modified files: net/p5-Geo-IP : Makefile distinfo net/p5-Geo-IP/pkg: PLIST Log message: update to 1.40; OK sthen@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/11/27 13:08:42 Modified files: usr.bin/tmux : input.c tmux.h window.c Log message: Support the 47 and 1047 SM and RM sequences (alternate screen without cursor), requested by I forget who ages ago. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/11/27 13:22:12 Modified files: usr.bin/tmux : cmd-paste-buffer.c input-keys.c paste.c tmux.h Log message: Support middle-click paste, based on a diff from Ailin Nemui. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/27 15:13:16 Modified files: x11/gnome/file-roller: Makefile distinfo Log message: - update to file-roller-3.6.3 CVSROOT: /cvs Module name: ports Changes by: chrisz@cvs.openbsd.org 2012/11/27 15:28:53 Modified files: devel/cil : Makefile devel/cil/patches: patch-bin_cilly patch-configure_in devel/cil/pkg : PLIST Log message: unbreak for i386, amd64 and powerpc. OK sthen@, jasper@ bsd.port.arch.mk is now needed again for .if ${ARCH} == ... CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/11/27 15:59:34 Modified files: usr.bin/tmux : cfg.c tmux.h Log message: Fix return value of load_cfg, from Thomas Adam. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2012/11/27 17:40:36 Modified files: regress/usr.sbin/relayd: Makefile Relayd.pm Log message: Set used environment variables explicitly in makefile and use them consistently in relayd regression test. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2012/11/27 18:15:33 Modified files: sys/arch/octeon/dev: cn30xxgmx.c sys/dev/pci : if_em.c sys/dev/pcmcia : if_xe.c sys/dev/usb : if_axe.c if_upl.c Log message: - Use IF_Gbps(1) instead of IF_Mbps(1000) - Use IF_Mbps() instead of multiplying the link speed by a bare value - Remove a useless comment as baudrate is already handled properly - Remove some commented out bits of code - Use IF_Mbps() instead of the bare value ok sthen@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2012/11/28 00:04:36 Modified files: sysutils/syslog-ng: Makefile distinfo sysutils/syslog-ng/files: syslog-ng.conf sysutils/syslog-ng/patches: patch-Makefile_in sysutils/syslog-ng/pkg: PLIST Added files: sysutils/syslog-ng/patches: patch-lib_Makefile_in patch-lib_mainloop_c patch-modules_Makefile_in Removed files: sysutils/syslog-ng/patches: patch-doc_man_syslog-ng_conf_5 Log message: update to 3.3.7 feedback and ok sthen@, "if it works for you" aja@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/11/28 00:16:09 Modified files: share/man/man5 : bsd.port.mk.5 Log message: Default LIBTOOL is /usr/bin/libtool. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/11/28 00:16:17 Added files: multimedia/kaffeine/patches: patch-kaffeine_src_player-parts_xine-part_kxinewidget_cpp Log message: Add support for newer Xine-lib. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/11/28 00:16:35 Added files: audio/amarok/patches: patch-amarok_src_engine_xine_xine-engine_cpp Log message: Add support for newer Xine-lib. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/11/28 00:17:04 Modified files: x11/kde/multimedia3: Makefile Added files: x11/kde/multimedia3/patches: patch-xine_artsplugin_xinePlayObject_impl_cpp Log message: Add support for newer Xine-lib. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2012/11/28 01:06:01 Modified files: usr.sbin/npppd/npppd: Makefile Removed files: usr.sbin/npppd : Makefile.inc Log message: Including ../../Makefile.inc was loop when npppd/obj is not a symbolic link. Delete Makefile.inc and define BINDIR at npppd/Makefile directly. CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/11/28 03:03:36 Modified files: driver/xf86-video-ati/src: radeon_exa_render.c Log message: Fix an EXA-related big endian issue, introduced in 6.14.5 with the support of accelerated solid pictures on r1xx, r2xx and r3xx. Problem reported by landry@, ok matthieu@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/28 03:47:12 Modified files: lang/php : Makefile.inc lang/php/5.2 : Makefile lang/php/5.3 : Makefile distinfo lang/php/5.3/patches: patch-sapi_fpm_fpm_fpm_atomic_h Log message: - update to PHP 5.3.19, with a re-rolled suhosin patch (the last official one has a patch conflict due to copyright date changes) - don't build pointless -ap2 flavoured subpackages (modules, fpm, fastcgi) ok robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/28 03:48:07 Modified files: lang : Makefile Log message: build PHP modules for Apache 2 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/28 04:17:23 Modified files: usr.sbin/ldomctl: ldomctl.c Log message: Prevent people from shooting themselves in the foot by not allowing them to delete the factory-default configuration. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/28 04:19:01 Modified files: audio/pulseaudio/patches: patch-src_modules_module-detect_c Log message: Cleaner patch; no pkg change. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/28 04:39:35 Log message: import ports/security/yubikey-personalization-gui, tested by various, ok/feedback jasper@ The YubiKey Personalization Tool is a Qt based cross-platform utility designed to facilitate re-configuration of YubiKeys on Windows, Linux and MAC platforms. The tool provides a sane simple step-by-step approach to make configuration of YubiKeys easy to follow and understand, while still being powerful enough to exploit all functionality of both the YubiKey 1 and YubiKey 2 generations of keys. The tool provides the same functionality and user interface on Windows, Linux and MAC platforms. The Cross-Platform YubiKey Personalization Tool provides the following main functions: * Programming the YubiKey in "Yubico OTP" mode * Programming the YubiKey in "OATH-HOTP" mode * Programming the YubiKey in "Static Password" mode * Programming the YubiKey in "Challenge-Response" mode * Checking type and firmware version of the YubiKey Status: Vendor Tag: sthen Release Tags: sthen_20121128 N ports/security/yubikey-personalization-gui/Makefile N ports/security/yubikey-personalization-gui/distinfo N ports/security/yubikey-personalization-gui/pkg/PLIST N ports/security/yubikey-personalization-gui/pkg/DESCR N ports/security/yubikey-personalization-gui/patches/patch-YKPersonalization_pro No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/28 04:40:04 Modified files: security : Makefile Log message: +yubikey-personalization-gui CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/11/28 06:53:16 Modified files: lib/libGL/dri : Makefile.inc lib/libGL/dri/swrastg: Makefile lib/libGL/mesa : Makefile.inc lib/libGL/mesa/libmesagallium: Makefile Log message: Include the software winsys and state tracker sources in the swrastg driver rather than in the libmesagallium build. This non functional change allows to use the libmesagallium in any gallium target (r300g, nouveau...) CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/11/28 06:56:29 Modified files: lib/libdrm/radeon: libdrm_radeon.pc.in Log message: Correct include path, our drm headers live in /usr/include/dev/pci/drm CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/11/28 07:14:44 Modified files: app/cwm : calmwm.h conf.c font.c Log message: replace hand rolled font_make() with XftFontOpenName() and merge into font_init(). CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/11/28 07:25:05 Removed files: app/cwm : LICENSE Log message: ever since the 9wm code bits were removed or replaced, this file has been a no-op, for each source file has a complete license marker (ISC). no objections from oga, who did the 9wm rewrite/remove work in 2008. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/11/28 07:32:44 Modified files: app/cwm : calmwm.h xmalloc.c Log message: add xasprintf() for upcoming changes. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/28 07:43:11 Added files: net/libproxy/patches: patch-libproxy_test_CMakeLists_txt Log message: missed cvs add. breakage reported by viq, thank you. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/11/28 08:41:17 Modified files: databases/mytop: Makefile distinfo Log message: Update to 1.7 distfile mirrored because upstream move to github spotted & ok william@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/11/28 08:43:02 Modified files: mail/amavisd-new: Makefile distinfo Log message: Add a run-dependency needed by amavisd-signer CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/28 10:29:30 Modified files: telephony/asterisk: Makefile Log message: This wants share/aclocal/lt~obsolete.m4 from devel/libtool; add it as BUILD_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/28 10:45:29 Modified files: www/squid : Makefile distinfo www/squid/patches: patch-src_cf_data_pre patch-tools_Makefile_in Added files: www/squid/files: krb5-config www/squid/patches: patch-configure_ac patch-helpers_basic_auth_LDAP_config_test patch-helpers_basic_auth_SASL_config_test patch-helpers_digest_auth_LDAP_config_test patch-helpers_digest_auth_eDirectory_config_test patch-helpers_external_acl_LDAP_group_config_test patch-helpers_external_acl_eDirectory_userip_config_test patch-helpers_external_acl_wbinfo_group_ext_wbinfo_group_acl_pl_in patch-src_squid_8_in www/squid/pkg : DESCR-ldap DESCR-main DESCR-ntlm PLIST-ldap PLIST-main PLIST-ntlm README-main Removed files: www/squid/patches: gcc-patch-lib_Makefile_in patch-configure_in patch-errors_Makefile_in patch-helpers_basic_auth_MSNT_Makefile_in patch-helpers_basic_auth_SMB_Makefile_in patch-helpers_external_acl_wbinfo_group_wbinfo_group_pl patch-helpers_negotiate_auth_squid_kerb_auth_Makefile_in patch-helpers_negotiate_auth_squid_kerb_auth_squid_kerb_auth_c patch-icons_Makefile_in patch-src_Makefile_in patch-src_defines_h patch-src_ssl_support_c www/squid/pkg : DESCR PFRAG.ldap PFRAG.ntlm PLIST README Log message: Update to Squid 3.2.3. This is merged from work by myself and Matthias Pitzl @ genua, thanks to Rodolfo Gouveia for testing with NTLM. Flavours have been removed: - the external helper programs for NTLM/LDAP are now in subpackages: squid-ldap and squid-ntlm. - SNMP support is built by default in Squid 3.x so this has moved to the main package (no external dependencies for this). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/28 10:45:49 Modified files: www : Makefile Log message: zap flavours for squid CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/28 13:42:01 Log message: gcc 3.3.6 Status: Vendor Tag: FSF Release Tags: gcc-3_3_6 U src/gnu/usr.bin/gcc/FAQ U src/gnu/usr.bin/gcc/config.guess U src/gnu/usr.bin/gcc/install-sh U src/gnu/usr.bin/gcc/config.sub U src/gnu/usr.bin/gcc/bugs.html U src/gnu/usr.bin/gcc/MAINTAINERS N src/gnu/usr.bin/gcc/.cvsignore U src/gnu/usr.bin/gcc/gcc/df.c U src/gnu/usr.bin/gcc/gcc/df.h U src/gnu/usr.bin/gcc/gcc/libgcc2.c U src/gnu/usr.bin/gcc/gcc/libgcc2.h U src/gnu/usr.bin/gcc/gcc/ra.c U src/gnu/usr.bin/gcc/gcc/ra.h U src/gnu/usr.bin/gcc/gcc/mkheaders.in U src/gnu/usr.bin/gcc/gcc/c-aux-info.c U src/gnu/usr.bin/gcc/gcc/expmed.c U src/gnu/usr.bin/gcc/gcc/explow.c C src/gnu/usr.bin/gcc/gcc/combine.c U src/gnu/usr.bin/gcc/gcc/sibcall.c U src/gnu/usr.bin/gcc/gcc/local-alloc.c U src/gnu/usr.bin/gcc/gcc/collect2.c U src/gnu/usr.bin/gcc/gcc/collect2.h U src/gnu/usr.bin/gcc/gcc/tree.def U src/gnu/usr.bin/gcc/gcc/debug.c U src/gnu/usr.bin/gcc/gcc/debug.h U src/gnu/usr.bin/gcc/gcc/c-errors.c U src/gnu/usr.bin/gcc/gcc/gengtype.c U src/gnu/usr.bin/gcc/gcc/gengtype.h U src/gnu/usr.bin/gcc/gcc/configure.frag U src/gnu/usr.bin/gcc/gcc/doloop.c U src/gnu/usr.bin/gcc/gcc/emit-rtl.c U src/gnu/usr.bin/gcc/gcc/reload.c U src/gnu/usr.bin/gcc/gcc/reload.h U src/gnu/usr.bin/gcc/gcc/glimits.h U src/gnu/usr.bin/gcc/gcc/ggc-none.c U src/gnu/usr.bin/gcc/gcc/c-typeck.c U src/gnu/usr.bin/gcc/gcc/ggc-page.c U src/gnu/usr.bin/gcc/gcc/genattrtab.c U src/gnu/usr.bin/gcc/gcc/genattrtab.h U src/gnu/usr.bin/gcc/gcc/dwarf2.h U src/gnu/usr.bin/gcc/gcc/recog.c U src/gnu/usr.bin/gcc/gcc/recog.h U src/gnu/usr.bin/gcc/gcc/gthr-rtems.h U src/gnu/usr.bin/gcc/gcc/cfgrtl.c U src/gnu/usr.bin/gcc/gcc/bitmap.c U src/gnu/usr.bin/gcc/gcc/bitmap.h U src/gnu/usr.bin/gcc/gcc/gthr-single.h U src/gnu/usr.bin/gcc/gcc/reorg.c U src/gnu/usr.bin/gcc/gcc/cfglayout.c U src/gnu/usr.bin/gcc/gcc/cfglayout.h U src/gnu/usr.bin/gcc/gcc/gbl-ctors.h U src/gnu/usr.bin/gcc/gcc/ONEWS U src/gnu/usr.bin/gcc/gcc/README.Portability U src/gnu/usr.bin/gcc/gcc/tree-inline.c U src/gnu/usr.bin/gcc/gcc/tree-inline.h U src/gnu/usr.bin/gcc/gcc/sbitmap.c U src/gnu/usr.bin/gcc/gcc/sbitmap.h U src/gnu/usr.bin/gcc/gcc/resource.c U src/gnu/usr.bin/gcc/gcc/resource.h U src/gnu/usr.bin/gcc/gcc/SERVICE U src/gnu/usr.bin/gcc/gcc/genmultilib U src/gnu/usr.bin/gcc/gcc/cfg.c U src/gnu/usr.bin/gcc/gcc/fold-const.c U src/gnu/usr.bin/gcc/gcc/cse.c U src/gnu/usr.bin/gcc/gcc/aclocal.m4 U src/gnu/usr.bin/gcc/gcc/doschk.c U src/gnu/usr.bin/gcc/gcc/gcc.c U src/gnu/usr.bin/gcc/gcc/gcc.h U src/gnu/usr.bin/gcc/gcc/ggc.h U src/gnu/usr.bin/gcc/gcc/lcm.c U src/gnu/usr.bin/gcc/gcc/et-forest.c U src/gnu/usr.bin/gcc/gcc/et-forest.h U src/gnu/usr.bin/gcc/gcc/scan-decls.c U src/gnu/usr.bin/gcc/gcc/rtl.c C src/gnu/usr.bin/gcc/gcc/rtl.h U src/gnu/usr.bin/gcc/gcc/ssa.c U src/gnu/usr.bin/gcc/gcc/ssa.h U src/gnu/usr.bin/gcc/gcc/c-lex.c U src/gnu/usr.bin/gcc/gcc/unwind-pe.h U src/gnu/usr.bin/gcc/gcc/COPYING.LIB U src/gnu/usr.bin/gcc/gcc/sys-protos.h U src/gnu/usr.bin/gcc/gcc/errors.c U src/gnu/usr.bin/gcc/gcc/errors.h U src/gnu/usr.bin/gcc/gcc/c-semantics.c U src/gnu/usr.bin/gcc/gcc/LANGUAGES U src/gnu/usr.bin/gcc/gcc/dwarf2asm.c U src/gnu/usr.bin/gcc/gcc/dwarf2asm.h U src/gnu/usr.bin/gcc/gcc/c-format.c U src/gnu/usr.bin/gcc/gcc/dwarf2out.c U src/gnu/usr.bin/gcc/gcc/dwarf2out.h U src/gnu/usr.bin/gcc/gcc/attribs.c U src/gnu/usr.bin/gcc/gcc/timevar.def U src/gnu/usr.bin/gcc/gcc/unwind-dw2-fde-darwin.c U src/gnu/usr.bin/gcc/gcc/config.in C src/gnu/usr.bin/gcc/gcc/configure U src/gnu/usr.bin/gcc/gcc/langhooks-def.h U src/gnu/usr.bin/gcc/gcc/gengenrtl.c U src/gnu/usr.bin/gcc/gcc/sys-types.h U src/gnu/usr.bin/gcc/gcc/cpphash.c U src/gnu/usr.bin/gcc/gcc/cpphash.h U src/gnu/usr.bin/gcc/gcc/lists.c U src/gnu/usr.bin/gcc/gcc/c-parse.in U src/gnu/usr.bin/gcc/gcc/mkmap-flat.awk U src/gnu/usr.bin/gcc/gcc/unroll.c U src/gnu/usr.bin/gcc/gcc/ssa-ccp.c U src/gnu/usr.bin/gcc/gcc/ssa-dce.c U src/gnu/usr.bin/gcc/gcc/timevar.c U src/gnu/usr.bin/gcc/gcc/timevar.h U src/gnu/usr.bin/gcc/gcc/tsystem.h U src/gnu/usr.bin/gcc/gcc/libfuncs.h U src/gnu/usr.bin/gcc/gcc/protoize.c U src/gnu/usr.bin/gcc/gcc/predict.c U src/gnu/usr.bin/gcc/gcc/predict.h U src/gnu/usr.bin/gcc/gcc/dominance.c U src/gnu/usr.bin/gcc/gcc/cppinit.c U src/gnu/usr.bin/gcc/gcc/dwarfout.c U src/gnu/usr.bin/gcc/gcc/genconfig.c U src/gnu/usr.bin/gcc/gcc/dwarf.h U src/gnu/usr.bin/gcc/gcc/gencheck.c U src/gnu/usr.bin/gcc/gcc/rtl.def U src/gnu/usr.bin/gcc/gcc/cppmacro.c U src/gnu/usr.bin/gcc/gcc/gthr-vxworks.h U src/gnu/usr.bin/gcc/gcc/reg-stack.c U src/gnu/usr.bin/gcc/gcc/cppmain.c U src/gnu/usr.bin/gcc/gcc/unwind.h U src/gnu/usr.bin/gcc/gcc/unwind-dw2-fde-glibc.c U src/gnu/usr.bin/gcc/gcc/genpreds.c U src/gnu/usr.bin/gcc/gcc/configure.in U src/gnu/usr.bin/gcc/gcc/line-map.c U src/gnu/usr.bin/gcc/gcc/line-map.h U src/gnu/usr.bin/gcc/gcc/gthr-solaris.h U src/gnu/usr.bin/gcc/gcc/scan-types.sh U src/gnu/usr.bin/gcc/gcc/dbxout.c U src/gnu/usr.bin/gcc/gcc/dbxout.h U src/gnu/usr.bin/gcc/gcc/fp-test.c U src/gnu/usr.bin/gcc/gcc/unwind-libunwind.c U src/gnu/usr.bin/gcc/gcc/c-common.c U src/gnu/usr.bin/gcc/gcc/c-common.h U src/gnu/usr.bin/gcc/gcc/c-config-lang.in U src/gnu/usr.bin/gcc/gcc/params.c U src/gnu/usr.bin/gcc/gcc/params.h U src/gnu/usr.bin/gcc/gcc/config.guess U src/gnu/usr.bin/gcc/gcc/langhooks.c U src/gnu/usr.bin/gcc/gcc/langhooks.h U src/gnu/usr.bin/gcc/gcc/genconditions.c U src/gnu/usr.bin/gcc/gcc/cpperror.c U src/gnu/usr.bin/gcc/gcc/haifa-sched.c U src/gnu/usr.bin/gcc/gcc/gencodes.c U src/gnu/usr.bin/gcc/gcc/unwind-c.c U src/gnu/usr.bin/gcc/gcc/unwind.inc U src/gnu/usr.bin/gcc/gcc/dummy-conditions.c U src/gnu/usr.bin/gcc/gcc/sdbout.c U src/gnu/usr.bin/gcc/gcc/sdbout.h U src/gnu/usr.bin/gcc/gcc/cppfiles.c U src/gnu/usr.bin/gcc/gcc/gensupport.c U src/gnu/usr.bin/gcc/gcc/gensupport.h C src/gnu/usr.bin/gcc/gcc/function.c U src/gnu/usr.bin/gcc/gcc/function.h U src/gnu/usr.bin/gcc/gcc/tree-dump.c U src/gnu/usr.bin/gcc/gcc/tree-dump.h U src/gnu/usr.bin/gcc/gcc/cppspec.c U src/gnu/usr.bin/gcc/gcc/final.c U src/gnu/usr.bin/gcc/gcc/cpptrad.c U src/gnu/usr.bin/gcc/gcc/mbchar.c U src/gnu/usr.bin/gcc/gcc/mbchar.h U src/gnu/usr.bin/gcc/gcc/config.gcc U src/gnu/usr.bin/gcc/gcc/genoutput.c U src/gnu/usr.bin/gcc/gcc/flags.h U src/gnu/usr.bin/gcc/gcc/stack.h U src/gnu/usr.bin/gcc/gcc/convert.c U src/gnu/usr.bin/gcc/gcc/convert.h U src/gnu/usr.bin/gcc/gcc/gen-protos.c U src/gnu/usr.bin/gcc/gcc/genrecog.c U src/gnu/usr.bin/gcc/gcc/global.c U src/gnu/usr.bin/gcc/gcc/typeclass.h U src/gnu/usr.bin/gcc/gcc/gcc.hlp U src/gnu/usr.bin/gcc/gcc/ra-rewrite.c U src/gnu/usr.bin/gcc/gcc/diagnostic.c U src/gnu/usr.bin/gcc/gcc/diagnostic.h U src/gnu/usr.bin/gcc/gcc/mkinstalldirs U src/gnu/usr.bin/gcc/gcc/cfgcleanup.c U src/gnu/usr.bin/gcc/gcc/conflict.c U src/gnu/usr.bin/gcc/gcc/genattr.c U src/gnu/usr.bin/gcc/gcc/tlink.c U src/gnu/usr.bin/gcc/gcc/c-pragma.c U src/gnu/usr.bin/gcc/gcc/c-pragma.h U src/gnu/usr.bin/gcc/gcc/xcoffout.c U src/gnu/usr.bin/gcc/gcc/xcoffout.h U src/gnu/usr.bin/gcc/gcc/floatlib.c U src/gnu/usr.bin/gcc/gcc/flow.c C src/gnu/usr.bin/gcc/gcc/expr.c U src/gnu/usr.bin/gcc/gcc/expr.h U src/gnu/usr.bin/gcc/gcc/gcov.c U src/gnu/usr.bin/gcc/gcc/gcse.c U src/gnu/usr.bin/gcc/gcc/hashtable.c U src/gnu/usr.bin/gcc/gcc/hashtable.h U src/gnu/usr.bin/gcc/gcc/gdbinit.in U src/gnu/usr.bin/gcc/gcc/gmon.c U src/gnu/usr.bin/gcc/gcc/builtins.def U src/gnu/usr.bin/gcc/gcc/Makefile.in U src/gnu/usr.bin/gcc/gcc/genemit.c U src/gnu/usr.bin/gcc/gcc/gthr.h U src/gnu/usr.bin/gcc/gcc/location.h U src/gnu/usr.bin/gcc/gcc/sort-protos U src/gnu/usr.bin/gcc/gcc/simplify-rtx.c U src/gnu/usr.bin/gcc/gcc/mips-tdump.c U src/gnu/usr.bin/gcc/gcc/intl.c U src/gnu/usr.bin/gcc/gcc/intl.h U src/gnu/usr.bin/gcc/gcc/fixproto U src/gnu/usr.bin/gcc/gcc/c-pretty-print.c U src/gnu/usr.bin/gcc/gcc/c-pretty-print.h U src/gnu/usr.bin/gcc/gcc/target-def.h U src/gnu/usr.bin/gcc/gcc/unwind-sjlj.c U src/gnu/usr.bin/gcc/gcc/genopinit.c U src/gnu/usr.bin/gcc/gcc/mips-tfile.c U src/gnu/usr.bin/gcc/gcc/gengtype-yacc.y U src/gnu/usr.bin/gcc/gcc/diagnostic.def U src/gnu/usr.bin/gcc/gcc/cppdefault.c U src/gnu/usr.bin/gcc/gcc/cppdefault.h U src/gnu/usr.bin/gcc/gcc/jump.c U src/gnu/usr.bin/gcc/gcc/predict.def U src/gnu/usr.bin/gcc/gcc/main.c U src/gnu/usr.bin/gcc/gcc/rtlanal.c U src/gnu/usr.bin/gcc/gcc/loop.c U src/gnu/usr.bin/gcc/gcc/loop.h U src/gnu/usr.bin/gcc/gcc/integrate.c U src/gnu/usr.bin/gcc/gcc/integrate.h U src/gnu/usr.bin/gcc/gcc/params.def U src/gnu/usr.bin/gcc/gcc/ggc-simple.c U src/gnu/usr.bin/gcc/gcc/gcov-io.h U src/gnu/usr.bin/gcc/gcc/output.h U src/gnu/usr.bin/gcc/gcc/ChangeLog.0 U src/gnu/usr.bin/gcc/gcc/ChangeLog.1 U src/gnu/usr.bin/gcc/gcc/ChangeLog.2 U src/gnu/usr.bin/gcc/gcc/ChangeLog.3 U src/gnu/usr.bin/gcc/gcc/ChangeLog.4 U src/gnu/usr.bin/gcc/gcc/ChangeLog.5 U src/gnu/usr.bin/gcc/gcc/ChangeLog.6 U src/gnu/usr.bin/gcc/gcc/ChangeLog.7 U src/gnu/usr.bin/gcc/gcc/real.c U src/gnu/usr.bin/gcc/gcc/real.h U src/gnu/usr.bin/gcc/gcc/basic-block.h U src/gnu/usr.bin/gcc/gcc/regs.h U src/gnu/usr.bin/gcc/gcc/genpeep.c U src/gnu/usr.bin/gcc/gcc/graph.c U src/gnu/usr.bin/gcc/gcc/graph.h U src/gnu/usr.bin/gcc/gcc/ra-build.c U src/gnu/usr.bin/gcc/gcc/defaults.h U src/gnu/usr.bin/gcc/gcc/scan.c U src/gnu/usr.bin/gcc/gcc/scan.h U src/gnu/usr.bin/gcc/gcc/cppexp.c U src/gnu/usr.bin/gcc/gcc/mklibgcc.in U src/gnu/usr.bin/gcc/gcc/prefix.c U src/gnu/usr.bin/gcc/gcc/prefix.h U src/gnu/usr.bin/gcc/gcc/cpplex.c U src/gnu/usr.bin/gcc/gcc/cpplib.c U src/gnu/usr.bin/gcc/gcc/cpplib.h C src/gnu/usr.bin/gcc/gcc/unwind-dw2.c U src/gnu/usr.bin/gcc/gcc/system.h U src/gnu/usr.bin/gcc/gcc/gthr-win32.h U src/gnu/usr.bin/gcc/gcc/FSFChangeLog.10 U src/gnu/usr.bin/gcc/gcc/FSFChangeLog.11 U src/gnu/usr.bin/gcc/gcc/stmt.c U src/gnu/usr.bin/gcc/gcc/stab.def U src/gnu/usr.bin/gcc/gcc/gstab.h U src/gnu/usr.bin/gcc/gcc/tree.c U src/gnu/usr.bin/gcc/gcc/tree.h C src/gnu/usr.bin/gcc/gcc/reload1.c U src/gnu/usr.bin/gcc/gcc/gccbug.in U src/gnu/usr.bin/gcc/gcc/gsyms.h U src/gnu/usr.bin/gcc/gcc/vmsdbg.h U src/gnu/usr.bin/gcc/gcc/alias.c U src/gnu/usr.bin/gcc/gcc/print-rtl.c U src/gnu/usr.bin/gcc/gcc/insn-addr.h U src/gnu/usr.bin/gcc/gcc/cfgbuild.c U src/gnu/usr.bin/gcc/gcc/builtins.c U src/gnu/usr.bin/gcc/gcc/genextract.c U src/gnu/usr.bin/gcc/gcc/read-rtl.c U src/gnu/usr.bin/gcc/gcc/c-decl.c U src/gnu/usr.bin/gcc/gcc/ra-debug.c U src/gnu/usr.bin/gcc/gcc/gthr-aix.h U src/gnu/usr.bin/gcc/gcc/gthr-dce.h U src/gnu/usr.bin/gcc/gcc/mkdeps.c U src/gnu/usr.bin/gcc/gcc/mkdeps.h U src/gnu/usr.bin/gcc/gcc/profile.c U src/gnu/usr.bin/gcc/gcc/profile.h U src/gnu/usr.bin/gcc/gcc/c-dump.c U src/gnu/usr.bin/gcc/gcc/machmode.h U src/gnu/usr.bin/gcc/gcc/c-common.def U src/gnu/usr.bin/gcc/gcc/target.h U src/gnu/usr.bin/gcc/gcc/gthr-posix.h U src/gnu/usr.bin/gcc/gcc/libgcc-std.ver U src/gnu/usr.bin/gcc/gcc/bb-reorder.c U src/gnu/usr.bin/gcc/gcc/toplev.c U src/gnu/usr.bin/gcc/gcc/hooks.c U src/gnu/usr.bin/gcc/gcc/toplev.h U src/gnu/usr.bin/gcc/gcc/vmsdbgout.c U src/gnu/usr.bin/gcc/gcc/cfganal.c U src/gnu/usr.bin/gcc/gcc/genflags.c U src/gnu/usr.bin/gcc/gcc/hooks.h U src/gnu/usr.bin/gcc/gcc/ifcvt.c U src/gnu/usr.bin/gcc/gcc/future.options U src/gnu/usr.bin/gcc/gcc/builtin-attrs.def U src/gnu/usr.bin/gcc/gcc/caller-save.c U src/gnu/usr.bin/gcc/gcc/print-tree.c U src/gnu/usr.bin/gcc/gcc/c-objc-common.c U src/gnu/usr.bin/gcc/gcc/sched-ebb.c U src/gnu/usr.bin/gcc/gcc/stringpool.c U src/gnu/usr.bin/gcc/gcc/sched-int.h U src/gnu/usr.bin/gcc/gcc/c-lang.c U src/gnu/usr.bin/gcc/gcc/machmode.def U src/gnu/usr.bin/gcc/gcc/ggc-common.c U src/gnu/usr.bin/gcc/gcc/sched-rgn.c U src/gnu/usr.bin/gcc/gcc/dbxstclass.h U src/gnu/usr.bin/gcc/gcc/sched-vis.c U src/gnu/usr.bin/gcc/gcc/except.c U src/gnu/usr.bin/gcc/gcc/except.h U src/gnu/usr.bin/gcc/gcc/gsyslimits.h U src/gnu/usr.bin/gcc/gcc/calls.c U src/gnu/usr.bin/gcc/gcc/gengtype-lex.l U src/gnu/usr.bin/gcc/gcc/fix-header.c U src/gnu/usr.bin/gcc/gcc/FSFChangeLog U src/gnu/usr.bin/gcc/gcc/longlong.h U src/gnu/usr.bin/gcc/gcc/ABOUT-NLS U src/gnu/usr.bin/gcc/gcc/stor-layout.c U src/gnu/usr.bin/gcc/gcc/mkconfig.sh U src/gnu/usr.bin/gcc/gcc/optabs.c U src/gnu/usr.bin/gcc/gcc/optabs.h U src/gnu/usr.bin/gcc/gcc/hwint.h U src/gnu/usr.bin/gcc/gcc/cstamp-h.in U src/gnu/usr.bin/gcc/gcc/regrename.c U src/gnu/usr.bin/gcc/gcc/.cvsignore U src/gnu/usr.bin/gcc/gcc/hard-reg-set.h U src/gnu/usr.bin/gcc/gcc/ChangeLog U src/gnu/usr.bin/gcc/gcc/c-opts.c U src/gnu/usr.bin/gcc/gcc/ABOUT-GCC-NLS U src/gnu/usr.bin/gcc/gcc/pretty-print.h U src/gnu/usr.bin/gcc/gcc/README-fixinc U src/gnu/usr.bin/gcc/gcc/move-if-change U src/gnu/usr.bin/gcc/gcc/ra-colorize.c U src/gnu/usr.bin/gcc/gcc/rtl-error.c C src/gnu/usr.bin/gcc/gcc/version.c U src/gnu/usr.bin/gcc/gcc/version.h U src/gnu/usr.bin/gcc/gcc/input.h U src/gnu/usr.bin/gcc/gcc/genconstants.c U src/gnu/usr.bin/gcc/gcc/genautomata.c U src/gnu/usr.bin/gcc/gcc/gccspec.c U src/gnu/usr.bin/gcc/gcc/acconfig.h U src/gnu/usr.bin/gcc/gcc/conditions.h U src/gnu/usr.bin/gcc/gcc/builtin-types.def U src/gnu/usr.bin/gcc/gcc/COPYING U src/gnu/usr.bin/gcc/gcc/cfgloop.c U src/gnu/usr.bin/gcc/gcc/varasm.c U src/gnu/usr.bin/gcc/gcc/c-tree.h U src/gnu/usr.bin/gcc/gcc/cselib.c U src/gnu/usr.bin/gcc/gcc/cselib.h U src/gnu/usr.bin/gcc/gcc/regmove.c U src/gnu/usr.bin/gcc/gcc/varray.c U src/gnu/usr.bin/gcc/gcc/varray.h U src/gnu/usr.bin/gcc/gcc/c-convert.c U src/gnu/usr.bin/gcc/gcc/ChangeLog.lib U src/gnu/usr.bin/gcc/gcc/crtstuff.c U src/gnu/usr.bin/gcc/gcc/limitx.h U src/gnu/usr.bin/gcc/gcc/limity.h U src/gnu/usr.bin/gcc/gcc/unwind-dw2-fde.c U src/gnu/usr.bin/gcc/gcc/unwind-dw2-fde.h U src/gnu/usr.bin/gcc/gcc/regclass.c U src/gnu/usr.bin/gcc/gcc/mkmap-symver.awk U src/gnu/usr.bin/gcc/gcc/sched-deps.c U src/gnu/usr.bin/gcc/gcc/tracer.c U src/gnu/usr.bin/gcc/gcc/f/intrin.c U src/gnu/usr.bin/gcc/gcc/f/intrin.h U src/gnu/usr.bin/gcc/gcc/f/st.c U src/gnu/usr.bin/gcc/gcc/f/st.h U src/gnu/usr.bin/gcc/gcc/f/lang-specs.h U src/gnu/usr.bin/gcc/gcc/f/news0.texi U src/gnu/usr.bin/gcc/gcc/f/invoke.texi U src/gnu/usr.bin/gcc/gcc/f/info-b.def U src/gnu/usr.bin/gcc/gcc/f/info-k.def U src/gnu/usr.bin/gcc/gcc/f/info-w.def U src/gnu/usr.bin/gcc/gcc/f/root.texi U src/gnu/usr.bin/gcc/gcc/f/bad.c U src/gnu/usr.bin/gcc/gcc/f/bad.h U src/gnu/usr.bin/gcc/gcc/f/bit.c U src/gnu/usr.bin/gcc/gcc/f/bit.h U src/gnu/usr.bin/gcc/gcc/f/bld.c U src/gnu/usr.bin/gcc/gcc/f/bld.h U src/gnu/usr.bin/gcc/gcc/f/com.c U src/gnu/usr.bin/gcc/gcc/f/com.h U src/gnu/usr.bin/gcc/gcc/f/lab.c U src/gnu/usr.bin/gcc/gcc/f/lab.h U src/gnu/usr.bin/gcc/gcc/f/lex.c U src/gnu/usr.bin/gcc/gcc/f/lex.h U src/gnu/usr.bin/gcc/gcc/f/src.c U src/gnu/usr.bin/gcc/gcc/f/src.h U src/gnu/usr.bin/gcc/gcc/f/sta.c U src/gnu/usr.bin/gcc/gcc/f/sta.h U src/gnu/usr.bin/gcc/gcc/f/stb.c U src/gnu/usr.bin/gcc/gcc/f/stb.h U src/gnu/usr.bin/gcc/gcc/f/stc.c U src/gnu/usr.bin/gcc/gcc/f/stc.h U src/gnu/usr.bin/gcc/gcc/f/std.c U src/gnu/usr.bin/gcc/gcc/f/std.h U src/gnu/usr.bin/gcc/gcc/f/ste.c U src/gnu/usr.bin/gcc/gcc/f/ste.h U src/gnu/usr.bin/gcc/gcc/f/stp.c U src/gnu/usr.bin/gcc/gcc/f/stp.h U src/gnu/usr.bin/gcc/gcc/f/str.c U src/gnu/usr.bin/gcc/gcc/f/str.h U src/gnu/usr.bin/gcc/gcc/f/sts.c U src/gnu/usr.bin/gcc/gcc/f/sts.h U src/gnu/usr.bin/gcc/gcc/f/stt.c U src/gnu/usr.bin/gcc/gcc/f/stt.h U src/gnu/usr.bin/gcc/gcc/f/stu.c U src/gnu/usr.bin/gcc/gcc/f/stu.h U src/gnu/usr.bin/gcc/gcc/f/stv.c U src/gnu/usr.bin/gcc/gcc/f/stv.h U src/gnu/usr.bin/gcc/gcc/f/stw.c U src/gnu/usr.bin/gcc/gcc/f/stw.h U src/gnu/usr.bin/gcc/gcc/f/top.c U src/gnu/usr.bin/gcc/gcc/f/top.h U src/gnu/usr.bin/gcc/gcc/f/symbol.def U src/gnu/usr.bin/gcc/gcc/f/ansify.c U src/gnu/usr.bin/gcc/gcc/f/bld-op.def U src/gnu/usr.bin/gcc/gcc/f/equiv.c U src/gnu/usr.bin/gcc/gcc/f/equiv.h U src/gnu/usr.bin/gcc/gcc/f/malloc.c U src/gnu/usr.bin/gcc/gcc/f/malloc.h U src/gnu/usr.bin/gcc/gcc/f/bugs.texi U src/gnu/usr.bin/gcc/gcc/f/global.c U src/gnu/usr.bin/gcc/gcc/f/global.h U src/gnu/usr.bin/gcc/gcc/f/data.c U src/gnu/usr.bin/gcc/gcc/f/data.h U src/gnu/usr.bin/gcc/gcc/f/fini.c U src/gnu/usr.bin/gcc/gcc/f/expr.c U src/gnu/usr.bin/gcc/gcc/f/expr.h U src/gnu/usr.bin/gcc/gcc/f/Make-lang.in U src/gnu/usr.bin/gcc/gcc/f/info.c U src/gnu/usr.bin/gcc/gcc/f/info.h U src/gnu/usr.bin/gcc/gcc/f/str-fo.fin U src/gnu/usr.bin/gcc/gcc/f/symbol.c U src/gnu/usr.bin/gcc/gcc/f/symbol.h U src/gnu/usr.bin/gcc/gcc/f/bugs0.texi U src/gnu/usr.bin/gcc/gcc/f/name.c U src/gnu/usr.bin/gcc/gcc/f/name.h U src/gnu/usr.bin/gcc/gcc/f/str-io.fin U src/gnu/usr.bin/gcc/gcc/f/ChangeLog.0 U src/gnu/usr.bin/gcc/gcc/f/proj.h U src/gnu/usr.bin/gcc/gcc/f/com-rt.def U src/gnu/usr.bin/gcc/gcc/f/str-nq.fin U src/gnu/usr.bin/gcc/gcc/f/str-op.fin U src/gnu/usr.bin/gcc/gcc/f/str-ot.fin U src/gnu/usr.bin/gcc/gcc/f/bad.def U src/gnu/usr.bin/gcc/gcc/f/type.c U src/gnu/usr.bin/gcc/gcc/f/type.h U src/gnu/usr.bin/gcc/gcc/f/config-lang.in U src/gnu/usr.bin/gcc/gcc/f/lang-options.h U src/gnu/usr.bin/gcc/gcc/f/target.c U src/gnu/usr.bin/gcc/gcc/f/target.h U src/gnu/usr.bin/gcc/gcc/f/parse.c U src/gnu/usr.bin/gcc/gcc/f/ffe.texi U src/gnu/usr.bin/gcc/gcc/f/intrin.def U src/gnu/usr.bin/gcc/gcc/f/implic.c U src/gnu/usr.bin/gcc/gcc/f/implic.h U src/gnu/usr.bin/gcc/gcc/f/where.c U src/gnu/usr.bin/gcc/gcc/f/where.h U src/gnu/usr.bin/gcc/gcc/f/str-1t.fin U src/gnu/usr.bin/gcc/gcc/f/.cvsignore U src/gnu/usr.bin/gcc/gcc/f/str-2t.fin U src/gnu/usr.bin/gcc/gcc/f/ChangeLog U src/gnu/usr.bin/gcc/gcc/f/storag.c U src/gnu/usr.bin/gcc/gcc/f/storag.h U src/gnu/usr.bin/gcc/gcc/f/intdoc.in U src/gnu/usr.bin/gcc/gcc/f/g77.texi U src/gnu/usr.bin/gcc/gcc/f/news.texi U src/gnu/usr.bin/gcc/gcc/f/g77spec.c U src/gnu/usr.bin/gcc/gcc/f/RELEASE-PREP U src/gnu/usr.bin/gcc/gcc/f/intdoc.c U src/gnu/usr.bin/gcc/gcc/cp/NEWS U src/gnu/usr.bin/gcc/gcc/cp/ptree.c U src/gnu/usr.bin/gcc/gcc/cp/pt.c U src/gnu/usr.bin/gcc/gcc/cp/lang-specs.h U src/gnu/usr.bin/gcc/gcc/cp/decl2.c U src/gnu/usr.bin/gcc/gcc/cp/method.c U src/gnu/usr.bin/gcc/gcc/cp/g++.1 U src/gnu/usr.bin/gcc/gcc/cp/cvt.c U src/gnu/usr.bin/gcc/gcc/cp/lex.c U src/gnu/usr.bin/gcc/gcc/cp/lex.h U src/gnu/usr.bin/gcc/gcc/cp/semantics.c U src/gnu/usr.bin/gcc/gcc/cp/typeck.c U src/gnu/usr.bin/gcc/gcc/cp/optimize.c U src/gnu/usr.bin/gcc/gcc/cp/typeck2.c U src/gnu/usr.bin/gcc/gcc/cp/error.c U src/gnu/usr.bin/gcc/gcc/cp/cp-tree.def U src/gnu/usr.bin/gcc/gcc/cp/mangle.c U src/gnu/usr.bin/gcc/gcc/cp/cfns.gperf C src/gnu/usr.bin/gcc/gcc/cp/call.c U src/gnu/usr.bin/gcc/gcc/cp/cfns.h U src/gnu/usr.bin/gcc/gcc/cp/decl.c U src/gnu/usr.bin/gcc/gcc/cp/decl.h U src/gnu/usr.bin/gcc/gcc/cp/dump.c U src/gnu/usr.bin/gcc/gcc/cp/expr.c U src/gnu/usr.bin/gcc/gcc/cp/cp-lang.c U src/gnu/usr.bin/gcc/gcc/cp/Make-lang.in U src/gnu/usr.bin/gcc/gcc/cp/search.c U src/gnu/usr.bin/gcc/gcc/cp/init.c U src/gnu/usr.bin/gcc/gcc/cp/ChangeLog.egcs U src/gnu/usr.bin/gcc/gcc/cp/ChangeLog.1 U src/gnu/usr.bin/gcc/gcc/cp/ChangeLog.2 U src/gnu/usr.bin/gcc/gcc/cp/cp-tree.h U src/gnu/usr.bin/gcc/gcc/cp/friend.c U src/gnu/usr.bin/gcc/gcc/cp/repo.c U src/gnu/usr.bin/gcc/gcc/cp/rtti.c U src/gnu/usr.bin/gcc/gcc/cp/spew.c U src/gnu/usr.bin/gcc/gcc/cp/tree.c U src/gnu/usr.bin/gcc/gcc/cp/config-lang.in U src/gnu/usr.bin/gcc/gcc/cp/lang-options.h U src/gnu/usr.bin/gcc/gcc/cp/parse.y U src/gnu/usr.bin/gcc/gcc/cp/except.c U src/gnu/usr.bin/gcc/gcc/cp/.cvsignore U src/gnu/usr.bin/gcc/gcc/cp/ChangeLog U src/gnu/usr.bin/gcc/gcc/cp/operators.def U src/gnu/usr.bin/gcc/gcc/cp/g++spec.c U src/gnu/usr.bin/gcc/gcc/cp/class.c U src/gnu/usr.bin/gcc/gcc/po/be.po U src/gnu/usr.bin/gcc/gcc/po/ca.po U src/gnu/usr.bin/gcc/gcc/po/da.po U src/gnu/usr.bin/gcc/gcc/po/de.po U src/gnu/usr.bin/gcc/gcc/po/el.po U src/gnu/usr.bin/gcc/gcc/po/es.po U src/gnu/usr.bin/gcc/gcc/po/fr.po U src/gnu/usr.bin/gcc/gcc/po/ja.po U src/gnu/usr.bin/gcc/gcc/po/nl.po N src/gnu/usr.bin/gcc/gcc/po/rw.po U src/gnu/usr.bin/gcc/gcc/po/sv.po U src/gnu/usr.bin/gcc/gcc/po/tr.po U src/gnu/usr.bin/gcc/gcc/po/EXCLUDES U src/gnu/usr.bin/gcc/gcc/po/be.gmo U src/gnu/usr.bin/gcc/gcc/po/ca.gmo U src/gnu/usr.bin/gcc/gcc/po/gcc.pot U src/gnu/usr.bin/gcc/gcc/po/da.gmo U src/gnu/usr.bin/gcc/gcc/po/de.gmo U src/gnu/usr.bin/gcc/gcc/po/el.gmo U src/gnu/usr.bin/gcc/gcc/po/es.gmo U src/gnu/usr.bin/gcc/gcc/po/fr.gmo U src/gnu/usr.bin/gcc/gcc/po/ja.gmo U src/gnu/usr.bin/gcc/gcc/po/nl.gmo N src/gnu/usr.bin/gcc/gcc/po/rw.gmo U src/gnu/usr.bin/gcc/gcc/po/sv.gmo U src/gnu/usr.bin/gcc/gcc/po/tr.gmo U src/gnu/usr.bin/gcc/gcc/po/exgettext U src/gnu/usr.bin/gcc/gcc/po/ChangeLog U src/gnu/usr.bin/gcc/gcc/doc/c-tree.texi U src/gnu/usr.bin/gcc/gcc/doc/hostconfig.texi C src/gnu/usr.bin/gcc/gcc/doc/invoke.texi U src/gnu/usr.bin/gcc/gcc/doc/compat.texi U src/gnu/usr.bin/gcc/gcc/doc/install.texi2html U src/gnu/usr.bin/gcc/gcc/doc/interface.texi U src/gnu/usr.bin/gcc/gcc/doc/rtl.texi U src/gnu/usr.bin/gcc/gcc/doc/portability.texi U src/gnu/usr.bin/gcc/gcc/doc/install-old.texi U src/gnu/usr.bin/gcc/gcc/doc/fragments.texi U src/gnu/usr.bin/gcc/gcc/doc/md.texi U src/gnu/usr.bin/gcc/gcc/doc/bugreport.texi U src/gnu/usr.bin/gcc/gcc/doc/contribute.texi U src/gnu/usr.bin/gcc/gcc/doc/install.texi U src/gnu/usr.bin/gcc/gcc/doc/tm.texi U src/gnu/usr.bin/gcc/gcc/doc/languages.texi U src/gnu/usr.bin/gcc/gcc/doc/cppenv.texi U src/gnu/usr.bin/gcc/gcc/doc/frontends.texi U src/gnu/usr.bin/gcc/gcc/doc/configfiles.texi U src/gnu/usr.bin/gcc/gcc/doc/objc.texi U src/gnu/usr.bin/gcc/gcc/doc/service.texi U src/gnu/usr.bin/gcc/gcc/doc/cpp.texi U src/gnu/usr.bin/gcc/gcc/doc/gcov.texi U src/gnu/usr.bin/gcc/gcc/doc/cppopts.texi U src/gnu/usr.bin/gcc/gcc/doc/sourcebuild.texi U src/gnu/usr.bin/gcc/gcc/doc/gty.texi U src/gnu/usr.bin/gcc/gcc/doc/configterms.texi U src/gnu/usr.bin/gcc/gcc/doc/gnu.texi U src/gnu/usr.bin/gcc/gcc/doc/collect2.texi U src/gnu/usr.bin/gcc/gcc/doc/contrib.texi U src/gnu/usr.bin/gcc/gcc/doc/makefile.texi U src/gnu/usr.bin/gcc/gcc/doc/headerdirs.texi U src/gnu/usr.bin/gcc/gcc/doc/.cvsignore U src/gnu/usr.bin/gcc/gcc/doc/trouble.texi U src/gnu/usr.bin/gcc/gcc/doc/gcc.texi U src/gnu/usr.bin/gcc/gcc/doc/cppinternals.texi U src/gnu/usr.bin/gcc/gcc/doc/passes.texi U src/gnu/usr.bin/gcc/gcc/doc/extend.texi U src/gnu/usr.bin/gcc/gcc/doc/standards.texi U src/gnu/usr.bin/gcc/gcc/doc/gccint.texi U src/gnu/usr.bin/gcc/gcc/doc/include/gcc-common.texi U src/gnu/usr.bin/gcc/gcc/doc/include/funding.texi U src/gnu/usr.bin/gcc/gcc/doc/include/fdl.texi U src/gnu/usr.bin/gcc/gcc/doc/include/texinfo.tex U src/gnu/usr.bin/gcc/gcc/doc/include/gpl.texi U src/gnu/usr.bin/gcc/gcc/java/gcj.texi U src/gnu/usr.bin/gcc/gcc/java/lang-specs.h U src/gnu/usr.bin/gcc/gcc/java/jcf-write.c U src/gnu/usr.bin/gcc/gcc/java/constants.c U src/gnu/usr.bin/gcc/gcc/java/zipfile.h U src/gnu/usr.bin/gcc/gcc/java/jcf-depend.c U src/gnu/usr.bin/gcc/gcc/java/jcf.h U src/gnu/usr.bin/gcc/gcc/java/lex.c U src/gnu/usr.bin/gcc/gcc/java/lex.h U src/gnu/usr.bin/gcc/gcc/java/gen-table.pl U src/gnu/usr.bin/gcc/gcc/java/jv-scan.c U src/gnu/usr.bin/gcc/gcc/java/jcf-dump.c U src/gnu/usr.bin/gcc/gcc/java/typeck.c U src/gnu/usr.bin/gcc/gcc/java/keyword.gperf U src/gnu/usr.bin/gcc/gcc/java/jcf-path.c U src/gnu/usr.bin/gcc/gcc/java/chartables.h U src/gnu/usr.bin/gcc/gcc/java/jcf-reader.c U src/gnu/usr.bin/gcc/gcc/java/mangle.c U src/gnu/usr.bin/gcc/gcc/java/java-tree.h U src/gnu/usr.bin/gcc/gcc/java/convert.h U src/gnu/usr.bin/gcc/gcc/java/javaop.def U src/gnu/usr.bin/gcc/gcc/java/decl.c U src/gnu/usr.bin/gcc/gcc/java/expr.c U src/gnu/usr.bin/gcc/gcc/java/Make-lang.in U src/gnu/usr.bin/gcc/gcc/java/verify.c U src/gnu/usr.bin/gcc/gcc/java/lang.c U src/gnu/usr.bin/gcc/gcc/java/win32-host.c U src/gnu/usr.bin/gcc/gcc/java/parse-scan.y U src/gnu/usr.bin/gcc/gcc/java/keyword.h U src/gnu/usr.bin/gcc/gcc/java/buffer.c U src/gnu/usr.bin/gcc/gcc/java/buffer.h U src/gnu/usr.bin/gcc/gcc/java/java-except.h U src/gnu/usr.bin/gcc/gcc/java/config-lang.in U src/gnu/usr.bin/gcc/gcc/java/lang-options.h U src/gnu/usr.bin/gcc/gcc/java/builtins.c U src/gnu/usr.bin/gcc/gcc/java/javaop.h U src/gnu/usr.bin/gcc/gcc/java/jcf-io.c U src/gnu/usr.bin/gcc/gcc/java/xref.c U src/gnu/usr.bin/gcc/gcc/java/xref.h U src/gnu/usr.bin/gcc/gcc/java/java-opcodes.h U src/gnu/usr.bin/gcc/gcc/java/jvspec.c U src/gnu/usr.bin/gcc/gcc/java/parse.h U src/gnu/usr.bin/gcc/gcc/java/parse.y U src/gnu/usr.bin/gcc/gcc/java/zextract.c U src/gnu/usr.bin/gcc/gcc/java/check-init.c U src/gnu/usr.bin/gcc/gcc/java/jcf-parse.c U src/gnu/usr.bin/gcc/gcc/java/except.c U src/gnu/usr.bin/gcc/gcc/java/jvgenmain.c U src/gnu/usr.bin/gcc/gcc/java/mangle_name.c U src/gnu/usr.bin/gcc/gcc/java/.cvsignore U src/gnu/usr.bin/gcc/gcc/java/ChangeLog U src/gnu/usr.bin/gcc/gcc/java/boehm.c U src/gnu/usr.bin/gcc/gcc/java/java-tree.def U src/gnu/usr.bin/gcc/gcc/java/gjavah.c U src/gnu/usr.bin/gcc/gcc/java/class.c U src/gnu/usr.bin/gcc/gcc/intl/plural.c U src/gnu/usr.bin/gcc/gcc/intl/plural.y U src/gnu/usr.bin/gcc/gcc/intl/config.charset U src/gnu/usr.bin/gcc/gcc/intl/finddomain.c U src/gnu/usr.bin/gcc/gcc/intl/localcharset.c U src/gnu/usr.bin/gcc/gcc/intl/locale.alias U src/gnu/usr.bin/gcc/gcc/intl/dngettext.c U src/gnu/usr.bin/gcc/gcc/intl/ref-del.sin U src/gnu/usr.bin/gcc/gcc/intl/libgnuintl.h U src/gnu/usr.bin/gcc/gcc/intl/dcigettext.c U src/gnu/usr.bin/gcc/gcc/intl/ngettext.c U src/gnu/usr.bin/gcc/gcc/intl/gettextP.h U src/gnu/usr.bin/gcc/gcc/intl/explodename.c U src/gnu/usr.bin/gcc/gcc/intl/Makefile.in U src/gnu/usr.bin/gcc/gcc/intl/l10nflist.c U src/gnu/usr.bin/gcc/gcc/intl/VERSION U src/gnu/usr.bin/gcc/gcc/intl/gettext.c U src/gnu/usr.bin/gcc/gcc/intl/gettext.h U src/gnu/usr.bin/gcc/gcc/intl/dcgettext.c U src/gnu/usr.bin/gcc/gcc/intl/loadinfo.h U src/gnu/usr.bin/gcc/gcc/intl/dcngettext.c U src/gnu/usr.bin/gcc/gcc/intl/bindtextdom.c U src/gnu/usr.bin/gcc/gcc/intl/hash-string.h U src/gnu/usr.bin/gcc/gcc/intl/intl-compat.c U src/gnu/usr.bin/gcc/gcc/intl/localealias.c U src/gnu/usr.bin/gcc/gcc/intl/ChangeLog U src/gnu/usr.bin/gcc/gcc/intl/ref-add.sin U src/gnu/usr.bin/gcc/gcc/intl/loadmsgcat.c U src/gnu/usr.bin/gcc/gcc/intl/dgettext.c U src/gnu/usr.bin/gcc/gcc/intl/libgettext.h U src/gnu/usr.bin/gcc/gcc/intl/textdomain.c U src/gnu/usr.bin/gcc/gcc/objc/lang-specs.h U src/gnu/usr.bin/gcc/gcc/objc/objc-tree.def U src/gnu/usr.bin/gcc/gcc/objc/README U src/gnu/usr.bin/gcc/gcc/objc/objc-act.c U src/gnu/usr.bin/gcc/gcc/objc/objc-act.h U src/gnu/usr.bin/gcc/gcc/objc/objc-lang.c U src/gnu/usr.bin/gcc/gcc/objc/Make-lang.in U src/gnu/usr.bin/gcc/gcc/objc/config-lang.in U src/gnu/usr.bin/gcc/gcc/objc/lang-options.h U src/gnu/usr.bin/gcc/gcc/objc/.cvsignore U src/gnu/usr.bin/gcc/gcc/treelang/lang-specs.h U src/gnu/usr.bin/gcc/gcc/treelang/treelang.h U src/gnu/usr.bin/gcc/gcc/treelang/lex.l U src/gnu/usr.bin/gcc/gcc/treelang/treetree.c U src/gnu/usr.bin/gcc/gcc/treelang/treetree.h U src/gnu/usr.bin/gcc/gcc/treelang/README U src/gnu/usr.bin/gcc/gcc/treelang/treelang.texi U src/gnu/usr.bin/gcc/gcc/treelang/Make-lang.in U src/gnu/usr.bin/gcc/gcc/treelang/tree1.c U src/gnu/usr.bin/gcc/gcc/treelang/config-lang.in U src/gnu/usr.bin/gcc/gcc/treelang/lang-options.h U src/gnu/usr.bin/gcc/gcc/treelang/parse.y U src/gnu/usr.bin/gcc/gcc/treelang/.cvsignore U src/gnu/usr.bin/gcc/gcc/treelang/ChangeLog U src/gnu/usr.bin/gcc/gcc/config/interix3.h U src/gnu/usr.bin/gcc/gcc/config/tm-dwarf2.h U src/gnu/usr.bin/gcc/gcc/config/t-netbsd U src/gnu/usr.bin/gcc/gcc/config/darwin.c U src/gnu/usr.bin/gcc/gcc/config/darwin.h U src/gnu/usr.bin/gcc/gcc/config/t-slibgcc-sld U src/gnu/usr.bin/gcc/gcc/config/dbx.h U src/gnu/usr.bin/gcc/gcc/config/t-freebsd-thread U src/gnu/usr.bin/gcc/gcc/config/gnu.h U src/gnu/usr.bin/gcc/gcc/config/t-libunwind U src/gnu/usr.bin/gcc/gcc/config/t-gnu U src/gnu/usr.bin/gcc/gcc/config/netbsd-elf.h U src/gnu/usr.bin/gcc/gcc/config/t-freebsd U src/gnu/usr.bin/gcc/gcc/config/t-slibgcc-nolc-override U src/gnu/usr.bin/gcc/gcc/config/README U src/gnu/usr.bin/gcc/gcc/config/freebsd-nthr.h U src/gnu/usr.bin/gcc/gcc/config/linux.h U src/gnu/usr.bin/gcc/gcc/config/freebsd-spec.h U src/gnu/usr.bin/gcc/gcc/config/libgloss.h U src/gnu/usr.bin/gcc/gcc/config/elfos.h U src/gnu/usr.bin/gcc/gcc/config/rtems.h U src/gnu/usr.bin/gcc/gcc/config/divmod.c U src/gnu/usr.bin/gcc/gcc/config/dbxelf.h U src/gnu/usr.bin/gcc/gcc/config/t-libgcc-pic U src/gnu/usr.bin/gcc/gcc/config/freebsd3.h U src/gnu/usr.bin/gcc/gcc/config/freebsd4.h U src/gnu/usr.bin/gcc/gcc/config/freebsd5.h U src/gnu/usr.bin/gcc/gcc/config/freebsd6.h U src/gnu/usr.bin/gcc/gcc/config/aoutos.h U src/gnu/usr.bin/gcc/gcc/config/t-openbsd U src/gnu/usr.bin/gcc/gcc/config/dbxcoff.h U src/gnu/usr.bin/gcc/gcc/config/udivmod.c U src/gnu/usr.bin/gcc/gcc/config/openbsd-oldgas.h U src/gnu/usr.bin/gcc/gcc/config/chorus.h U src/gnu/usr.bin/gcc/gcc/config/freebsd.h U src/gnu/usr.bin/gcc/gcc/config/openbsd.h U src/gnu/usr.bin/gcc/gcc/config/darwin-protos.h U src/gnu/usr.bin/gcc/gcc/config/fp-bit.c U src/gnu/usr.bin/gcc/gcc/config/fp-bit.h U src/gnu/usr.bin/gcc/gcc/config/t-interix U src/gnu/usr.bin/gcc/gcc/config/lynx-ng.h U src/gnu/usr.bin/gcc/gcc/config/lynx.h U src/gnu/usr.bin/gcc/gcc/config/netware.h U src/gnu/usr.bin/gcc/gcc/config/t-svr4 U src/gnu/usr.bin/gcc/gcc/config/t-slibgcc-elf-ver U src/gnu/usr.bin/gcc/gcc/config/psos.h U src/gnu/usr.bin/gcc/gcc/config/netbsd-aout.h U src/gnu/usr.bin/gcc/gcc/config/ptx4.h U src/gnu/usr.bin/gcc/gcc/config/t-linux U src/gnu/usr.bin/gcc/gcc/config/t-rtems U src/gnu/usr.bin/gcc/gcc/config/netbsd.h U src/gnu/usr.bin/gcc/gcc/config/sol2.h U src/gnu/usr.bin/gcc/gcc/config/svr3.h U src/gnu/usr.bin/gcc/gcc/config/svr4.h U src/gnu/usr.bin/gcc/gcc/config/darwin-c.c U src/gnu/usr.bin/gcc/gcc/config/t-linux-gnulibc1 U src/gnu/usr.bin/gcc/gcc/config/darwin-crt2.c U src/gnu/usr.bin/gcc/gcc/config/gofast.h U src/gnu/usr.bin/gcc/gcc/config/t-linux-aout U src/gnu/usr.bin/gcc/gcc/config/usegas.h U src/gnu/usr.bin/gcc/gcc/config/x-interix U src/gnu/usr.bin/gcc/gcc/config/linux-aout.h U src/gnu/usr.bin/gcc/gcc/config/libgcc-glibc.ver U src/gnu/usr.bin/gcc/gcc/config/t-libc-ok U src/gnu/usr.bin/gcc/gcc/config/interix.h U src/gnu/usr.bin/gcc/gcc/config/t-openbsd-thread U src/gnu/usr.bin/gcc/gcc/config/udivmodsi4.c U src/gnu/usr.bin/gcc/gcc/config/t-darwin U src/gnu/usr.bin/gcc/gcc/config/pa/t-pa U src/gnu/usr.bin/gcc/gcc/config/pa/pa.c U src/gnu/usr.bin/gcc/gcc/config/pa/pa.h U src/gnu/usr.bin/gcc/gcc/config/pa/quadlib.c U src/gnu/usr.bin/gcc/gcc/config/pa/milli64.S U src/gnu/usr.bin/gcc/gcc/config/pa/elf.h U src/gnu/usr.bin/gcc/gcc/config/pa/t-bsd U src/gnu/usr.bin/gcc/gcc/config/pa/t-pro U src/gnu/usr.bin/gcc/gcc/config/pa/pa.md U src/gnu/usr.bin/gcc/gcc/config/pa/x-ada U src/gnu/usr.bin/gcc/gcc/config/pa/som.h U src/gnu/usr.bin/gcc/gcc/config/pa/rtems.h U src/gnu/usr.bin/gcc/gcc/config/pa/pa-modes.def U src/gnu/usr.bin/gcc/gcc/config/pa/t-pa-hpux U src/gnu/usr.bin/gcc/gcc/config/pa/pa64-linux.h U src/gnu/usr.bin/gcc/gcc/config/pa/pa-linux.h U src/gnu/usr.bin/gcc/gcc/config/pa/pa-osf.h U src/gnu/usr.bin/gcc/gcc/config/pa/pa32-linux.h U src/gnu/usr.bin/gcc/gcc/config/pa/fptr.c U src/gnu/usr.bin/gcc/gcc/config/pa/pa64-start.h U src/gnu/usr.bin/gcc/gcc/config/pa/lib2funcs.asm U src/gnu/usr.bin/gcc/gcc/config/pa/long_double.h U src/gnu/usr.bin/gcc/gcc/config/pa/t-pa64 U src/gnu/usr.bin/gcc/gcc/config/pa/pa64-hpux.h U src/gnu/usr.bin/gcc/gcc/config/pa/t-linux U src/gnu/usr.bin/gcc/gcc/config/pa/t-mpeix U src/gnu/usr.bin/gcc/gcc/config/pa/t-hpux-shlib U src/gnu/usr.bin/gcc/gcc/config/pa/t-dce-thr U src/gnu/usr.bin/gcc/gcc/config/pa/pa-64.h U src/gnu/usr.bin/gcc/gcc/config/pa/pa-hpux10.h U src/gnu/usr.bin/gcc/gcc/config/pa/pa-hpux11.h U src/gnu/usr.bin/gcc/gcc/config/pa/pa64-regs.h U src/gnu/usr.bin/gcc/gcc/config/pa/pa-protos.h U src/gnu/usr.bin/gcc/gcc/config/pa/pa32-regs.h U src/gnu/usr.bin/gcc/gcc/config/pa/pa-pro-end.h U src/gnu/usr.bin/gcc/gcc/config/pa/pa-hiux.h U src/gnu/usr.bin/gcc/gcc/config/pa/pa-hpux.h U src/gnu/usr.bin/gcc/gcc/config/pa/pa-oldas.h U src/gnu/usr.bin/gcc/gcc/config/pa/t-linux64 U src/gnu/usr.bin/gcc/gcc/config/pa/pa-hpux7.h U src/gnu/usr.bin/gcc/gcc/config/pa/pa-hpux9.h U src/gnu/usr.bin/gcc/gcc/config/sh/crtn.asm U src/gnu/usr.bin/gcc/gcc/config/sh/t-be U src/gnu/usr.bin/gcc/gcc/config/sh/t-le U src/gnu/usr.bin/gcc/gcc/config/sh/t-sh U src/gnu/usr.bin/gcc/gcc/config/sh/sh.c U src/gnu/usr.bin/gcc/gcc/config/sh/sh.h U src/gnu/usr.bin/gcc/gcc/config/sh/shmedia.h U src/gnu/usr.bin/gcc/gcc/config/sh/little.h U src/gnu/usr.bin/gcc/gcc/config/sh/t-netbsd U src/gnu/usr.bin/gcc/gcc/config/sh/elf.h U src/gnu/usr.bin/gcc/gcc/config/sh/t-elf U src/gnu/usr.bin/gcc/gcc/config/sh/t-monolib U src/gnu/usr.bin/gcc/gcc/config/sh/sh.md U src/gnu/usr.bin/gcc/gcc/config/sh/netbsd-elf.h U src/gnu/usr.bin/gcc/gcc/config/sh/sshmedia.h U src/gnu/usr.bin/gcc/gcc/config/sh/linux.h U src/gnu/usr.bin/gcc/gcc/config/sh/rtems.h U src/gnu/usr.bin/gcc/gcc/config/sh/lib1funcs.asm U src/gnu/usr.bin/gcc/gcc/config/sh/coff.h U src/gnu/usr.bin/gcc/gcc/config/sh/t-sh64 U src/gnu/usr.bin/gcc/gcc/config/sh/t-linux U src/gnu/usr.bin/gcc/gcc/config/sh/sh64.h U src/gnu/usr.bin/gcc/gcc/config/sh/t-netbsd-sh5-64 U src/gnu/usr.bin/gcc/gcc/config/sh/embed-elf.h U src/gnu/usr.bin/gcc/gcc/config/sh/ushmedia.h U src/gnu/usr.bin/gcc/gcc/config/sh/libgcc-std.ver U src/gnu/usr.bin/gcc/gcc/config/sh/sh-protos.h U src/gnu/usr.bin/gcc/gcc/config/sh/libgcc-glibc.ver U src/gnu/usr.bin/gcc/gcc/config/sh/t-netbsd-sh5 U src/gnu/usr.bin/gcc/gcc/config/sh/crt1.asm U src/gnu/usr.bin/gcc/gcc/config/sh/rtemself.h U src/gnu/usr.bin/gcc/gcc/config/sh/crti.asm U src/gnu/usr.bin/gcc/gcc/config/c4x/c4x.c U src/gnu/usr.bin/gcc/gcc/config/c4x/c4x.h U src/gnu/usr.bin/gcc/gcc/config/c4x/t-c4x U src/gnu/usr.bin/gcc/gcc/config/c4x/c4x-c.c U src/gnu/usr.bin/gcc/gcc/config/c4x/rtems.h U src/gnu/usr.bin/gcc/gcc/config/c4x/c4x.md U src/gnu/usr.bin/gcc/gcc/config/c4x/c4x-modes.def U src/gnu/usr.bin/gcc/gcc/config/c4x/libgcc.S U src/gnu/usr.bin/gcc/gcc/config/c4x/c4x-protos.h U src/gnu/usr.bin/gcc/gcc/config/arc/arc.c U src/gnu/usr.bin/gcc/gcc/config/arc/arc.h U src/gnu/usr.bin/gcc/gcc/config/arc/t-arc U src/gnu/usr.bin/gcc/gcc/config/arc/lib1funcs.asm U src/gnu/usr.bin/gcc/gcc/config/arc/initfini.c U src/gnu/usr.bin/gcc/gcc/config/arc/arc.md U src/gnu/usr.bin/gcc/gcc/config/arc/arc-protos.h U src/gnu/usr.bin/gcc/gcc/config/arc/arc-modes.def U src/gnu/usr.bin/gcc/gcc/config/arm/crtn.asm U src/gnu/usr.bin/gcc/gcc/config/arm/t-pe U src/gnu/usr.bin/gcc/gcc/config/arm/pe.c U src/gnu/usr.bin/gcc/gcc/config/arm/pe.h U src/gnu/usr.bin/gcc/gcc/config/arm/t-xscale-elf U src/gnu/usr.bin/gcc/gcc/config/arm/t-netbsd U src/gnu/usr.bin/gcc/gcc/config/arm/aof.h U src/gnu/usr.bin/gcc/gcc/config/arm/arm.c U src/gnu/usr.bin/gcc/gcc/config/arm/arm.h U src/gnu/usr.bin/gcc/gcc/config/arm/elf.h U src/gnu/usr.bin/gcc/gcc/config/arm/t-strongarm-elf U src/gnu/usr.bin/gcc/gcc/config/arm/netbsd-elf.h U src/gnu/usr.bin/gcc/gcc/config/arm/linux-elf.h U src/gnu/usr.bin/gcc/gcc/config/arm/linux-gas.h U src/gnu/usr.bin/gcc/gcc/config/arm/lib1funcs.asm U src/gnu/usr.bin/gcc/gcc/config/arm/t-xscale-coff U src/gnu/usr.bin/gcc/gcc/config/arm/semiaof.h U src/gnu/usr.bin/gcc/gcc/config/arm/unknown-elf-oabi.h U src/gnu/usr.bin/gcc/gcc/config/arm/strongarm-coff.h U src/gnu/usr.bin/gcc/gcc/config/arm/aout.h U src/gnu/usr.bin/gcc/gcc/config/arm/arm.md U src/gnu/usr.bin/gcc/gcc/config/arm/t-arm-elf U src/gnu/usr.bin/gcc/gcc/config/arm/coff.h U src/gnu/usr.bin/gcc/gcc/config/arm/freebsd.h U src/gnu/usr.bin/gcc/gcc/config/arm/t-strongarm-coff U src/gnu/usr.bin/gcc/gcc/config/arm/uclinux-elf.h U src/gnu/usr.bin/gcc/gcc/config/arm/t-semi U src/gnu/usr.bin/gcc/gcc/config/arm/unknown-elf.h U src/gnu/usr.bin/gcc/gcc/config/arm/t-linux U src/gnu/usr.bin/gcc/gcc/config/arm/rtems-elf.h U src/gnu/usr.bin/gcc/gcc/config/arm/t-strongarm-pe U src/gnu/usr.bin/gcc/gcc/config/arm/semi.h U src/gnu/usr.bin/gcc/gcc/config/arm/netbsd.h U src/gnu/usr.bin/gcc/gcc/config/arm/strongarm-elf.h U src/gnu/usr.bin/gcc/gcc/config/arm/strongarm-pe.h U src/gnu/usr.bin/gcc/gcc/config/arm/README-interworking U src/gnu/usr.bin/gcc/gcc/config/arm/ecos-elf.h U src/gnu/usr.bin/gcc/gcc/config/arm/t-arm-aout U src/gnu/usr.bin/gcc/gcc/config/arm/t-arm-coff U src/gnu/usr.bin/gcc/gcc/config/arm/conix-elf.h U src/gnu/usr.bin/gcc/gcc/config/arm/xscale-elf.h U src/gnu/usr.bin/gcc/gcc/config/arm/vxarm.h U src/gnu/usr.bin/gcc/gcc/config/arm/arm-modes.def U src/gnu/usr.bin/gcc/gcc/config/arm/arm-protos.h U src/gnu/usr.bin/gcc/gcc/config/arm/xscale-coff.h U src/gnu/usr.bin/gcc/gcc/config/arm/crti.asm U src/gnu/usr.bin/gcc/gcc/config/avr/avr.c U src/gnu/usr.bin/gcc/gcc/config/avr/avr.h U src/gnu/usr.bin/gcc/gcc/config/avr/t-avr U src/gnu/usr.bin/gcc/gcc/config/avr/avr-protos.h U src/gnu/usr.bin/gcc/gcc/config/avr/avr.md U src/gnu/usr.bin/gcc/gcc/config/avr/libgcc.S U src/gnu/usr.bin/gcc/gcc/config/frv/cmovd.c U src/gnu/usr.bin/gcc/gcc/config/frv/cmovh.c U src/gnu/usr.bin/gcc/gcc/config/frv/cmovw.c U src/gnu/usr.bin/gcc/gcc/config/frv/frv.c U src/gnu/usr.bin/gcc/gcc/config/frv/frv.h U src/gnu/usr.bin/gcc/gcc/config/frv/t-frv U src/gnu/usr.bin/gcc/gcc/config/frv/frvbegin.c U src/gnu/usr.bin/gcc/gcc/config/frv/frv-abi.h U src/gnu/usr.bin/gcc/gcc/config/frv/frv-asm.h U src/gnu/usr.bin/gcc/gcc/config/frv/lib1funcs.asm U src/gnu/usr.bin/gcc/gcc/config/frv/frv.md U src/gnu/usr.bin/gcc/gcc/config/frv/modi.c U src/gnu/usr.bin/gcc/gcc/config/frv/uitod.c U src/gnu/usr.bin/gcc/gcc/config/frv/uitof.c U src/gnu/usr.bin/gcc/gcc/config/frv/umodi.c U src/gnu/usr.bin/gcc/gcc/config/frv/frv-modes.def U src/gnu/usr.bin/gcc/gcc/config/frv/frvend.c U src/gnu/usr.bin/gcc/gcc/config/frv/frv-protos.h U src/gnu/usr.bin/gcc/gcc/config/frv/ulltod.c U src/gnu/usr.bin/gcc/gcc/config/frv/ulltof.c U src/gnu/usr.bin/gcc/gcc/config/vax/bsd.h U src/gnu/usr.bin/gcc/gcc/config/vax/elf.h U src/gnu/usr.bin/gcc/gcc/config/vax/netbsd-elf.h U src/gnu/usr.bin/gcc/gcc/config/vax/vax.c U src/gnu/usr.bin/gcc/gcc/config/vax/vax.h U src/gnu/usr.bin/gcc/gcc/config/vax/vms.h U src/gnu/usr.bin/gcc/gcc/config/vax/vax-protos.h U src/gnu/usr.bin/gcc/gcc/config/vax/openbsd.h U src/gnu/usr.bin/gcc/gcc/config/vax/netbsd.h U src/gnu/usr.bin/gcc/gcc/config/vax/vax.md U src/gnu/usr.bin/gcc/gcc/config/vax/vaxv.h U src/gnu/usr.bin/gcc/gcc/config/vax/openbsd1.h U src/gnu/usr.bin/gcc/gcc/config/vax/ultrix.h U src/gnu/usr.bin/gcc/gcc/config/vax/xm-vms.h U src/gnu/usr.bin/gcc/gcc/config/d30v/abi U src/gnu/usr.bin/gcc/gcc/config/d30v/d30v.md U src/gnu/usr.bin/gcc/gcc/config/d30v/d30v.c U src/gnu/usr.bin/gcc/gcc/config/d30v/d30v.h U src/gnu/usr.bin/gcc/gcc/config/d30v/libgcc1.asm U src/gnu/usr.bin/gcc/gcc/config/d30v/t-d30v U src/gnu/usr.bin/gcc/gcc/config/d30v/d30v-protos.h U src/gnu/usr.bin/gcc/gcc/config/i370/oe.h U src/gnu/usr.bin/gcc/gcc/config/i370/t-oe U src/gnu/usr.bin/gcc/gcc/config/i370/i370.md U src/gnu/usr.bin/gcc/gcc/config/i370/mvs.h U src/gnu/usr.bin/gcc/gcc/config/i370/README U src/gnu/usr.bin/gcc/gcc/config/i370/linux.h U src/gnu/usr.bin/gcc/gcc/config/i370/i370.c U src/gnu/usr.bin/gcc/gcc/config/i370/i370.h U src/gnu/usr.bin/gcc/gcc/config/i370/i370-c.c U src/gnu/usr.bin/gcc/gcc/config/i370/i370-protos.h U src/gnu/usr.bin/gcc/gcc/config/i370/t-i370 U src/gnu/usr.bin/gcc/gcc/config/i386/sol2-ci.asm U src/gnu/usr.bin/gcc/gcc/config/i386/sol2-cn.asm U src/gnu/usr.bin/gcc/gcc/config/i386/freebsd-aout.h U src/gnu/usr.bin/gcc/gcc/config/i386/i386.md U src/gnu/usr.bin/gcc/gcc/config/i386/t-mingw32 U src/gnu/usr.bin/gcc/gcc/config/i386/t-rtems-i386 U src/gnu/usr.bin/gcc/gcc/config/i386/vxi386.h U src/gnu/usr.bin/gcc/gcc/config/i386/xm-djgpp.h U src/gnu/usr.bin/gcc/gcc/config/i386/freebsd64.h U src/gnu/usr.bin/gcc/gcc/config/i386/mmintrin.h U src/gnu/usr.bin/gcc/gcc/config/i386/darwin.h U src/gnu/usr.bin/gcc/gcc/config/i386/pentium.md U src/gnu/usr.bin/gcc/gcc/config/i386/djgpp.h U src/gnu/usr.bin/gcc/gcc/config/i386/t-svr3dbx U src/gnu/usr.bin/gcc/gcc/config/i386/att.h U src/gnu/usr.bin/gcc/gcc/config/i386/bsd.h U src/gnu/usr.bin/gcc/gcc/config/i386/k6.md U src/gnu/usr.bin/gcc/gcc/config/i386/gas.h U src/gnu/usr.bin/gcc/gcc/config/i386/gnu.h U src/gnu/usr.bin/gcc/gcc/config/i386/ptx4-i.h U src/gnu/usr.bin/gcc/gcc/config/i386/t-udk U src/gnu/usr.bin/gcc/gcc/config/i386/udk.h U src/gnu/usr.bin/gcc/gcc/config/i386/netbsd-elf.h U src/gnu/usr.bin/gcc/gcc/config/i386/i386-aout.h U src/gnu/usr.bin/gcc/gcc/config/i386/t-netware U src/gnu/usr.bin/gcc/gcc/config/i386/i386-coff.h U src/gnu/usr.bin/gcc/gcc/config/i386/beos-elf.h U src/gnu/usr.bin/gcc/gcc/config/i386/t-crtstuff U src/gnu/usr.bin/gcc/gcc/config/i386/linux.h U src/gnu/usr.bin/gcc/gcc/config/i386/x86-64.h U src/gnu/usr.bin/gcc/gcc/config/i386/mingw32.h U src/gnu/usr.bin/gcc/gcc/config/i386/athlon.md U src/gnu/usr.bin/gcc/gcc/config/i386/i386-interix.h U src/gnu/usr.bin/gcc/gcc/config/i386/uwin.asm U src/gnu/usr.bin/gcc/gcc/config/i386/t-openbsd C src/gnu/usr.bin/gcc/gcc/config/i386/i386.c C src/gnu/usr.bin/gcc/gcc/config/i386/i386.h U src/gnu/usr.bin/gcc/gcc/config/i386/xm-i386-interix.h U src/gnu/usr.bin/gcc/gcc/config/i386/svr3z.ifile U src/gnu/usr.bin/gcc/gcc/config/i386/freebsd.h U src/gnu/usr.bin/gcc/gcc/config/i386/cygwin.asm U src/gnu/usr.bin/gcc/gcc/config/i386/sysv3.h U src/gnu/usr.bin/gcc/gcc/config/i386/sysv4.h U src/gnu/usr.bin/gcc/gcc/config/i386/sysv5.h U src/gnu/usr.bin/gcc/gcc/config/i386/openbsd.h U src/gnu/usr.bin/gcc/gcc/config/i386/gstabs.h U src/gnu/usr.bin/gcc/gcc/config/i386/i386-interix3.h U src/gnu/usr.bin/gcc/gcc/config/i386/t-interix U src/gnu/usr.bin/gcc/gcc/config/i386/lynx-ng.h U src/gnu/usr.bin/gcc/gcc/config/i386/mach.h U src/gnu/usr.bin/gcc/gcc/config/i386/lynx.h U src/gnu/usr.bin/gcc/gcc/config/i386/moss.h U src/gnu/usr.bin/gcc/gcc/config/i386/svr3dbx.h U src/gnu/usr.bin/gcc/gcc/config/i386/netware.h U src/gnu/usr.bin/gcc/gcc/config/i386/svr3gas.h U src/gnu/usr.bin/gcc/gcc/config/i386/t-beos U src/gnu/usr.bin/gcc/gcc/config/i386/t-sco5 U src/gnu/usr.bin/gcc/gcc/config/i386/t-sol2 U src/gnu/usr.bin/gcc/gcc/config/i386/t-uwin U src/gnu/usr.bin/gcc/gcc/config/i386/xmmintrin.h U src/gnu/usr.bin/gcc/gcc/config/i386/t-djgpp U src/gnu/usr.bin/gcc/gcc/config/i386/sco5.h U src/gnu/usr.bin/gcc/gcc/config/i386/netbsd.h U src/gnu/usr.bin/gcc/gcc/config/i386/sol2.h U src/gnu/usr.bin/gcc/gcc/config/i386/biarch64.h U src/gnu/usr.bin/gcc/gcc/config/i386/gthr-win32.c U src/gnu/usr.bin/gcc/gcc/config/i386/unix.h U src/gnu/usr.bin/gcc/gcc/config/i386/sol2-gc1.asm U src/gnu/usr.bin/gcc/gcc/config/i386/t-i386elf U src/gnu/usr.bin/gcc/gcc/config/i386/netbsd64.h U src/gnu/usr.bin/gcc/gcc/config/i386/uwin.h U src/gnu/usr.bin/gcc/gcc/config/i386/vsta.h U src/gnu/usr.bin/gcc/gcc/config/i386/pmmintrin.h U src/gnu/usr.bin/gcc/gcc/config/i386/xm-cygwin.h U src/gnu/usr.bin/gcc/gcc/config/i386/emmintrin.h C src/gnu/usr.bin/gcc/gcc/config/i386/i386-protos.h U src/gnu/usr.bin/gcc/gcc/config/i386/xm-vsta.h U src/gnu/usr.bin/gcc/gcc/config/i386/svr3.ifile U src/gnu/usr.bin/gcc/gcc/config/i386/libgcc-x86_64-glibc.ver U src/gnu/usr.bin/gcc/gcc/config/i386/linux-aout.h U src/gnu/usr.bin/gcc/gcc/config/i386/cygwin.h U src/gnu/usr.bin/gcc/gcc/config/i386/gmon-sol2.c U src/gnu/usr.bin/gcc/gcc/config/i386/win32.h U src/gnu/usr.bin/gcc/gcc/config/i386/winnt.c U src/gnu/usr.bin/gcc/gcc/config/i386/t-linux64 U src/gnu/usr.bin/gcc/gcc/config/i386/rtemself.h U src/gnu/usr.bin/gcc/gcc/config/i386/i386-modes.def U src/gnu/usr.bin/gcc/gcc/config/i386/sol2-c1.asm U src/gnu/usr.bin/gcc/gcc/config/i386/ppro.md U src/gnu/usr.bin/gcc/gcc/config/i386/linux64.h U src/gnu/usr.bin/gcc/gcc/config/i386/sysv4-cpp.h U src/gnu/usr.bin/gcc/gcc/config/i386/t-crtpic U src/gnu/usr.bin/gcc/gcc/config/i386/t-cygwin U src/gnu/usr.bin/gcc/gcc/config/i386/xm-mingw32.h U src/gnu/usr.bin/gcc/gcc/config/i386/i386elf.h U src/gnu/usr.bin/gcc/gcc/config/i386/crtdll.h U src/gnu/usr.bin/gcc/gcc/config/cris/mulsi3.asm U src/gnu/usr.bin/gcc/gcc/config/cris/cris.md U src/gnu/usr.bin/gcc/gcc/config/cris/cris_abi_symbol.c U src/gnu/usr.bin/gcc/gcc/config/cris/linux.h U src/gnu/usr.bin/gcc/gcc/config/cris/t-elfmulti U src/gnu/usr.bin/gcc/gcc/config/cris/cris-protos.h U src/gnu/usr.bin/gcc/gcc/config/cris/aout.h U src/gnu/usr.bin/gcc/gcc/config/cris/arit.c U src/gnu/usr.bin/gcc/gcc/config/cris/cris.c U src/gnu/usr.bin/gcc/gcc/config/cris/cris.h U src/gnu/usr.bin/gcc/gcc/config/cris/t-aout U src/gnu/usr.bin/gcc/gcc/config/cris/t-cris U src/gnu/usr.bin/gcc/gcc/config/cris/t-linux U src/gnu/usr.bin/gcc/gcc/config/i960/i960.md U src/gnu/usr.bin/gcc/gcc/config/i960/rtems.h U src/gnu/usr.bin/gcc/gcc/config/i960/i960-c.c U src/gnu/usr.bin/gcc/gcc/config/i960/vx960-coff.h U src/gnu/usr.bin/gcc/gcc/config/i960/i960.c U src/gnu/usr.bin/gcc/gcc/config/i960/i960.h U src/gnu/usr.bin/gcc/gcc/config/i960/i960-protos.h U src/gnu/usr.bin/gcc/gcc/config/i960/t-vxworks960 U src/gnu/usr.bin/gcc/gcc/config/i960/t-960bare U src/gnu/usr.bin/gcc/gcc/config/i960/i960-modes.def U src/gnu/usr.bin/gcc/gcc/config/i960/vx960.h U src/gnu/usr.bin/gcc/gcc/config/i960/i960-coff.h U src/gnu/usr.bin/gcc/gcc/config/fr30/crtn.asm U src/gnu/usr.bin/gcc/gcc/config/fr30/lib1funcs.asm U src/gnu/usr.bin/gcc/gcc/config/fr30/fr30.md U src/gnu/usr.bin/gcc/gcc/config/fr30/fr30.c U src/gnu/usr.bin/gcc/gcc/config/fr30/fr30.h U src/gnu/usr.bin/gcc/gcc/config/fr30/t-fr30 U src/gnu/usr.bin/gcc/gcc/config/fr30/fr30-protos.h U src/gnu/usr.bin/gcc/gcc/config/fr30/crti.asm U src/gnu/usr.bin/gcc/gcc/config/m32r/initfini.c U src/gnu/usr.bin/gcc/gcc/config/m32r/m32r.c U src/gnu/usr.bin/gcc/gcc/config/m32r/m32r.h U src/gnu/usr.bin/gcc/gcc/config/m32r/m32r-protos.h U src/gnu/usr.bin/gcc/gcc/config/m32r/t-m32r U src/gnu/usr.bin/gcc/gcc/config/m32r/m32r.md U src/gnu/usr.bin/gcc/gcc/config/ia64/crtn.asm U src/gnu/usr.bin/gcc/gcc/config/ia64/crtfastmath.c U src/gnu/usr.bin/gcc/gcc/config/ia64/quadlib.c U src/gnu/usr.bin/gcc/gcc/config/ia64/crtbegin.asm U src/gnu/usr.bin/gcc/gcc/config/ia64/aix.h U src/gnu/usr.bin/gcc/gcc/config/ia64/elf.h U src/gnu/usr.bin/gcc/gcc/config/ia64/t-aix U src/gnu/usr.bin/gcc/gcc/config/ia64/ia64-c.c U src/gnu/usr.bin/gcc/gcc/config/ia64/linux.h U src/gnu/usr.bin/gcc/gcc/config/ia64/lib1funcs.asm U src/gnu/usr.bin/gcc/gcc/config/ia64/ia64-protos.h U src/gnu/usr.bin/gcc/gcc/config/ia64/fde-glibc.c U src/gnu/usr.bin/gcc/gcc/config/ia64/ia64-modes.def U src/gnu/usr.bin/gcc/gcc/config/ia64/unwind-ia64.c U src/gnu/usr.bin/gcc/gcc/config/ia64/unwind-ia64.h U src/gnu/usr.bin/gcc/gcc/config/ia64/freebsd.h U src/gnu/usr.bin/gcc/gcc/config/ia64/ia64.c U src/gnu/usr.bin/gcc/gcc/config/ia64/ia64.h U src/gnu/usr.bin/gcc/gcc/config/ia64/sysv4.h U src/gnu/usr.bin/gcc/gcc/config/ia64/hpux.h U src/gnu/usr.bin/gcc/gcc/config/ia64/t-ia64 U src/gnu/usr.bin/gcc/gcc/config/ia64/t-hpux U src/gnu/usr.bin/gcc/gcc/config/ia64/t-glibc U src/gnu/usr.bin/gcc/gcc/config/ia64/ia64.md U src/gnu/usr.bin/gcc/gcc/config/ia64/unwind-aix.c U src/gnu/usr.bin/gcc/gcc/config/ia64/ia64intrin.h U src/gnu/usr.bin/gcc/gcc/config/ia64/crtend.asm U src/gnu/usr.bin/gcc/gcc/config/ia64/hpux_longdouble.h U src/gnu/usr.bin/gcc/gcc/config/ia64/libgcc-ia64.ver U src/gnu/usr.bin/gcc/gcc/config/ia64/crti.asm U src/gnu/usr.bin/gcc/gcc/config/m68k/m68k-psos.h U src/gnu/usr.bin/gcc/gcc/config/m68k/mot3300.h U src/gnu/usr.bin/gcc/gcc/config/m68k/m68020-elf.h U src/gnu/usr.bin/gcc/gcc/config/m68k/3b1.h U src/gnu/usr.bin/gcc/gcc/config/m68k/tower-as.h U src/gnu/usr.bin/gcc/gcc/config/m68k/pbb.h U src/gnu/usr.bin/gcc/gcc/config/m68k/t-mot3300 U src/gnu/usr.bin/gcc/gcc/config/m68k/sgs.h U src/gnu/usr.bin/gcc/gcc/config/m68k/netbsd-elf.h U src/gnu/usr.bin/gcc/gcc/config/m68k/vxm68k.h U src/gnu/usr.bin/gcc/gcc/config/m68k/t-crtstuff U src/gnu/usr.bin/gcc/gcc/config/m68k/mot3300Mcrt0.S U src/gnu/usr.bin/gcc/gcc/config/m68k/t-mot3300-gas U src/gnu/usr.bin/gcc/gcc/config/m68k/t-mot3300-gld U src/gnu/usr.bin/gcc/gcc/config/m68k/linux.h U src/gnu/usr.bin/gcc/gcc/config/m68k/t-m68kelf U src/gnu/usr.bin/gcc/gcc/config/m68k/hp3bsd44.h U src/gnu/usr.bin/gcc/gcc/config/m68k/amix.h U src/gnu/usr.bin/gcc/gcc/config/m68k/m68kv4.h U src/gnu/usr.bin/gcc/gcc/config/m68k/t-openbsd U src/gnu/usr.bin/gcc/gcc/config/m68k/sun3n.h U src/gnu/usr.bin/gcc/gcc/config/m68k/coff.h U src/gnu/usr.bin/gcc/gcc/config/m68k/crds.h U src/gnu/usr.bin/gcc/gcc/config/m68k/crti.s U src/gnu/usr.bin/gcc/gcc/config/m68k/crtn.s U src/gnu/usr.bin/gcc/gcc/config/m68k/m68k.c U src/gnu/usr.bin/gcc/gcc/config/m68k/m68k.h U src/gnu/usr.bin/gcc/gcc/config/m68k/openbsd.h U src/gnu/usr.bin/gcc/gcc/config/m68k/m68k-protos.h U src/gnu/usr.bin/gcc/gcc/config/m68k/tower.h U src/gnu/usr.bin/gcc/gcc/config/m68k/math-68881.h U src/gnu/usr.bin/gcc/gcc/config/m68k/mot3300-crt0.S U src/gnu/usr.bin/gcc/gcc/config/m68k/sun3mach.h U src/gnu/usr.bin/gcc/gcc/config/m68k/t-m68kbare U src/gnu/usr.bin/gcc/gcc/config/m68k/t-hp320 U src/gnu/usr.bin/gcc/gcc/config/m68k/t-linux U src/gnu/usr.bin/gcc/gcc/config/m68k/t-rtems U src/gnu/usr.bin/gcc/gcc/config/m68k/netbsd.h U src/gnu/usr.bin/gcc/gcc/config/m68k/m68k.md U src/gnu/usr.bin/gcc/gcc/config/m68k/sun2.h U src/gnu/usr.bin/gcc/gcc/config/m68k/sun3.h U src/gnu/usr.bin/gcc/gcc/config/m68k/hp310.h U src/gnu/usr.bin/gcc/gcc/config/m68k/hp320.h U src/gnu/usr.bin/gcc/gcc/config/m68k/m68kelf.h U src/gnu/usr.bin/gcc/gcc/config/m68k/m68kemb.h U src/gnu/usr.bin/gcc/gcc/config/m68k/hp310g.h U src/gnu/usr.bin/gcc/gcc/config/m68k/hp320g.h U src/gnu/usr.bin/gcc/gcc/config/m68k/t-linux-aout U src/gnu/usr.bin/gcc/gcc/config/m68k/hpux7.h U src/gnu/usr.bin/gcc/gcc/config/m68k/ccur-GAS.h U src/gnu/usr.bin/gcc/gcc/config/m68k/3b1g.h U src/gnu/usr.bin/gcc/gcc/config/m68k/m68k-aout.h U src/gnu/usr.bin/gcc/gcc/config/m68k/atari.h U src/gnu/usr.bin/gcc/gcc/config/m68k/plexus.h U src/gnu/usr.bin/gcc/gcc/config/m68k/hp2bsd.h U src/gnu/usr.bin/gcc/gcc/config/m68k/lb1sf68.asm U src/gnu/usr.bin/gcc/gcc/config/m68k/t-mot3300-gald U src/gnu/usr.bin/gcc/gcc/config/m68k/m68k-coff.h U src/gnu/usr.bin/gcc/gcc/config/m68k/hp3bsd.h U src/gnu/usr.bin/gcc/gcc/config/m68k/linux-aout.h U src/gnu/usr.bin/gcc/gcc/config/m68k/rtemself.h U src/gnu/usr.bin/gcc/gcc/config/m68k/sun2o4.h U src/gnu/usr.bin/gcc/gcc/config/m68k/sun3n3.h U src/gnu/usr.bin/gcc/gcc/config/m68k/sun3o3.h U src/gnu/usr.bin/gcc/gcc/config/m68k/t-vxworks68 U src/gnu/usr.bin/gcc/gcc/config/m68k/m68k-none.h U src/gnu/usr.bin/gcc/gcc/config/m68k/fpgnulib.c U src/gnu/usr.bin/gcc/gcc/config/m88k/m88k-move.sh U src/gnu/usr.bin/gcc/gcc/config/m88k/m88k-aout.h U src/gnu/usr.bin/gcc/gcc/config/m88k/aout-dbx.h U src/gnu/usr.bin/gcc/gcc/config/m88k/sysv4.h U src/gnu/usr.bin/gcc/gcc/config/m88k/m88k.c U src/gnu/usr.bin/gcc/gcc/config/m88k/m88k.h U src/gnu/usr.bin/gcc/gcc/config/m88k/openbsd.h U src/gnu/usr.bin/gcc/gcc/config/m88k/t-m88k U src/gnu/usr.bin/gcc/gcc/config/m88k/t-luna U src/gnu/usr.bin/gcc/gcc/config/m88k/t-sysv4 U src/gnu/usr.bin/gcc/gcc/config/m88k/m88k.md U src/gnu/usr.bin/gcc/gcc/config/m88k/m88k-protos.h U src/gnu/usr.bin/gcc/gcc/config/m88k/m88k-modes.def U src/gnu/usr.bin/gcc/gcc/config/m88k/t-luna-gas U src/gnu/usr.bin/gcc/gcc/config/ip2k/crt0.S U src/gnu/usr.bin/gcc/gcc/config/ip2k/ip2k-protos.h U src/gnu/usr.bin/gcc/gcc/config/ip2k/ip2k.c U src/gnu/usr.bin/gcc/gcc/config/ip2k/ip2k.h U src/gnu/usr.bin/gcc/gcc/config/ip2k/t-ip2k U src/gnu/usr.bin/gcc/gcc/config/ip2k/libgcc.S U src/gnu/usr.bin/gcc/gcc/config/ip2k/ip2k.md U src/gnu/usr.bin/gcc/gcc/config/mips/crtn.asm U src/gnu/usr.bin/gcc/gcc/config/mips/t-vr U src/gnu/usr.bin/gcc/gcc/config/mips/vr.h U src/gnu/usr.bin/gcc/gcc/config/mips/t-gofast U src/gnu/usr.bin/gcc/gcc/config/mips/vxworks.h U src/gnu/usr.bin/gcc/gcc/config/mips/elf.h U src/gnu/usr.bin/gcc/gcc/config/mips/t-elf U src/gnu/usr.bin/gcc/gcc/config/mips/iris6-o32-as.h U src/gnu/usr.bin/gcc/gcc/config/mips/linux.h U src/gnu/usr.bin/gcc/gcc/config/mips/elf64.h U src/gnu/usr.bin/gcc/gcc/config/mips/rtems.h U src/gnu/usr.bin/gcc/gcc/config/mips/iris6-o32-gas.h U src/gnu/usr.bin/gcc/gcc/config/mips/sni-gas.h U src/gnu/usr.bin/gcc/gcc/config/mips/dbxmdebug.h U src/gnu/usr.bin/gcc/gcc/config/mips/r3900.h C src/gnu/usr.bin/gcc/gcc/config/mips/mips.md U src/gnu/usr.bin/gcc/gcc/config/mips/cross64.h U src/gnu/usr.bin/gcc/gcc/config/mips/mips-protos.h U src/gnu/usr.bin/gcc/gcc/config/mips/5400.md U src/gnu/usr.bin/gcc/gcc/config/mips/5500.md U src/gnu/usr.bin/gcc/gcc/config/mips/openbsd.h C src/gnu/usr.bin/gcc/gcc/config/mips/mips.c C src/gnu/usr.bin/gcc/gcc/config/mips/mips.h U src/gnu/usr.bin/gcc/gcc/config/mips/irix6-libc-compat.c U src/gnu/usr.bin/gcc/gcc/config/mips/t-isa3264 U src/gnu/usr.bin/gcc/gcc/config/mips/t-iris5-6 U src/gnu/usr.bin/gcc/gcc/config/mips/t-iris U src/gnu/usr.bin/gcc/gcc/config/mips/t-mips U src/gnu/usr.bin/gcc/gcc/config/mips/mips16.S U src/gnu/usr.bin/gcc/gcc/config/mips/t-iris5-as U src/gnu/usr.bin/gcc/gcc/config/mips/t-ecoff U src/gnu/usr.bin/gcc/gcc/config/mips/t-iris6 U src/gnu/usr.bin/gcc/gcc/config/mips/t-r3900 U src/gnu/usr.bin/gcc/gcc/config/mips/t-rtems U src/gnu/usr.bin/gcc/gcc/config/mips/t-sr71k U src/gnu/usr.bin/gcc/gcc/config/mips/_tilib.c U src/gnu/usr.bin/gcc/gcc/config/mips/netbsd.h U src/gnu/usr.bin/gcc/gcc/config/mips/rtems64.h U src/gnu/usr.bin/gcc/gcc/config/mips/iris6-o32.h U src/gnu/usr.bin/gcc/gcc/config/mips/t-cross64 U src/gnu/usr.bin/gcc/gcc/config/mips/sni-svr4.h U src/gnu/usr.bin/gcc/gcc/config/mips/sr71k.md U src/gnu/usr.bin/gcc/gcc/config/mips/t-iris5-gas U src/gnu/usr.bin/gcc/gcc/config/mips/openbsd-be.h U src/gnu/usr.bin/gcc/gcc/config/mips/elforion.h U src/gnu/usr.bin/gcc/gcc/config/mips/xm-iris5.h U src/gnu/usr.bin/gcc/gcc/config/mips/iris5gas.h U src/gnu/usr.bin/gcc/gcc/config/mips/iris3.h U src/gnu/usr.bin/gcc/gcc/config/mips/iris4.h U src/gnu/usr.bin/gcc/gcc/config/mips/iris5.h U src/gnu/usr.bin/gcc/gcc/config/mips/iris6.h U src/gnu/usr.bin/gcc/gcc/config/mips/iris6gld.h U src/gnu/usr.bin/gcc/gcc/config/mips/crti.asm U src/gnu/usr.bin/gcc/gcc/config/mmix/crtn.asm U src/gnu/usr.bin/gcc/gcc/config/mmix/mmix-modes.def U src/gnu/usr.bin/gcc/gcc/config/mmix/mmix-protos.h U src/gnu/usr.bin/gcc/gcc/config/mmix/mmix.md U src/gnu/usr.bin/gcc/gcc/config/mmix/mmix.c U src/gnu/usr.bin/gcc/gcc/config/mmix/mmix.h U src/gnu/usr.bin/gcc/gcc/config/mmix/t-mmix U src/gnu/usr.bin/gcc/gcc/config/mmix/crti.asm U src/gnu/usr.bin/gcc/gcc/config/s390/t-crtstuff U src/gnu/usr.bin/gcc/gcc/config/s390/linux.h U src/gnu/usr.bin/gcc/gcc/config/s390/s390-protos.h U src/gnu/usr.bin/gcc/gcc/config/s390/s390.md U src/gnu/usr.bin/gcc/gcc/config/s390/s390x.h U src/gnu/usr.bin/gcc/gcc/config/s390/s390.c U src/gnu/usr.bin/gcc/gcc/config/s390/s390.h U src/gnu/usr.bin/gcc/gcc/config/s390/fixdfdi.h U src/gnu/usr.bin/gcc/gcc/config/s390/s390-modes.def U src/gnu/usr.bin/gcc/gcc/config/s390/libgcc-glibc.ver U src/gnu/usr.bin/gcc/gcc/config/s390/t-linux64 U src/gnu/usr.bin/gcc/gcc/config/v850/v850.md U src/gnu/usr.bin/gcc/gcc/config/v850/v850-c.c U src/gnu/usr.bin/gcc/gcc/config/v850/rtems.h U src/gnu/usr.bin/gcc/gcc/config/v850/lib1funcs.asm U src/gnu/usr.bin/gcc/gcc/config/v850/t-v850 U src/gnu/usr.bin/gcc/gcc/config/v850/v850.c U src/gnu/usr.bin/gcc/gcc/config/v850/v850.h U src/gnu/usr.bin/gcc/gcc/config/v850/v850-protos.h U src/gnu/usr.bin/gcc/gcc/config/romp/romp.md U src/gnu/usr.bin/gcc/gcc/config/romp/romp-protos.h U src/gnu/usr.bin/gcc/gcc/config/romp/romp.c U src/gnu/usr.bin/gcc/gcc/config/romp/romp.h U src/gnu/usr.bin/gcc/gcc/config/alpha/vxworks.h U src/gnu/usr.bin/gcc/gcc/config/alpha/crtfastmath.c U src/gnu/usr.bin/gcc/gcc/config/alpha/vms-crt0-64.c U src/gnu/usr.bin/gcc/gcc/config/alpha/unicosmk.h U src/gnu/usr.bin/gcc/gcc/config/alpha/elf.h U src/gnu/usr.bin/gcc/gcc/config/alpha/xm-alpha-interix.h U src/gnu/usr.bin/gcc/gcc/config/alpha/gnu.h U src/gnu/usr.bin/gcc/gcc/config/alpha/t-vms U src/gnu/usr.bin/gcc/gcc/config/alpha/osf.h U src/gnu/usr.bin/gcc/gcc/config/alpha/x-vms U src/gnu/usr.bin/gcc/gcc/config/alpha/vms.h U src/gnu/usr.bin/gcc/gcc/config/alpha/qrnnd.asm U src/gnu/usr.bin/gcc/gcc/config/alpha/linux-elf.h U src/gnu/usr.bin/gcc/gcc/config/alpha/linux.h U src/gnu/usr.bin/gcc/gcc/config/alpha/t-unicosmk U src/gnu/usr.bin/gcc/gcc/config/alpha/lib1funcs.asm U src/gnu/usr.bin/gcc/gcc/config/alpha/ev4.md U src/gnu/usr.bin/gcc/gcc/config/alpha/ev5.md U src/gnu/usr.bin/gcc/gcc/config/alpha/ev6.md U src/gnu/usr.bin/gcc/gcc/config/alpha/freebsd.h U src/gnu/usr.bin/gcc/gcc/config/alpha/vms-psxcrt0.c U src/gnu/usr.bin/gcc/gcc/config/alpha/alpha-interix.h U src/gnu/usr.bin/gcc/gcc/config/alpha/openbsd.h U src/gnu/usr.bin/gcc/gcc/config/alpha/t-interix U src/gnu/usr.bin/gcc/gcc/config/alpha/alpha32.h U src/gnu/usr.bin/gcc/gcc/config/alpha/t-ieee U src/gnu/usr.bin/gcc/gcc/config/alpha/t-osf4 U src/gnu/usr.bin/gcc/gcc/config/alpha/vms-dwarf2eh.asm U src/gnu/usr.bin/gcc/gcc/config/alpha/osf5.h U src/gnu/usr.bin/gcc/gcc/config/alpha/vms-cc.c U src/gnu/usr.bin/gcc/gcc/config/alpha/vms-ld.c U src/gnu/usr.bin/gcc/gcc/config/alpha/t-alpha U src/gnu/usr.bin/gcc/gcc/config/alpha/vms_tramp.asm U src/gnu/usr.bin/gcc/gcc/config/alpha/t-crtfm U src/gnu/usr.bin/gcc/gcc/config/alpha/va_list.h U src/gnu/usr.bin/gcc/gcc/config/alpha/t-vms64 U src/gnu/usr.bin/gcc/gcc/config/alpha/netbsd.h C src/gnu/usr.bin/gcc/gcc/config/alpha/alpha.c C src/gnu/usr.bin/gcc/gcc/config/alpha/alpha.h U src/gnu/usr.bin/gcc/gcc/config/alpha/vms-psxcrt0-64.c U src/gnu/usr.bin/gcc/gcc/config/alpha/xm-vms64.h U src/gnu/usr.bin/gcc/gcc/config/alpha/vms64.h U src/gnu/usr.bin/gcc/gcc/config/alpha/vms-crt0.c U src/gnu/usr.bin/gcc/gcc/config/alpha/alpha-protos.h C src/gnu/usr.bin/gcc/gcc/config/alpha/alpha.md U src/gnu/usr.bin/gcc/gcc/config/alpha/vms-dwarf2.asm U src/gnu/usr.bin/gcc/gcc/config/alpha/xm-vms.h U src/gnu/usr.bin/gcc/gcc/config/h8300/crtn.asm U src/gnu/usr.bin/gcc/gcc/config/h8300/fixunssfsi.c U src/gnu/usr.bin/gcc/gcc/config/h8300/elf.h U src/gnu/usr.bin/gcc/gcc/config/h8300/t-elf U src/gnu/usr.bin/gcc/gcc/config/h8300/rtems.h U src/gnu/usr.bin/gcc/gcc/config/h8300/lib1funcs.asm U src/gnu/usr.bin/gcc/gcc/config/h8300/h8300-protos.h U src/gnu/usr.bin/gcc/gcc/config/h8300/h8300.md U src/gnu/usr.bin/gcc/gcc/config/h8300/t-h8300 U src/gnu/usr.bin/gcc/gcc/config/h8300/t-rtems U src/gnu/usr.bin/gcc/gcc/config/h8300/h8300.c U src/gnu/usr.bin/gcc/gcc/config/h8300/h8300.h U src/gnu/usr.bin/gcc/gcc/config/h8300/crti.asm U src/gnu/usr.bin/gcc/gcc/config/mcore/crtn.asm U src/gnu/usr.bin/gcc/gcc/config/mcore/mcore-protos.h U src/gnu/usr.bin/gcc/gcc/config/mcore/mcore-pe.h U src/gnu/usr.bin/gcc/gcc/config/mcore/mcore.c U src/gnu/usr.bin/gcc/gcc/config/mcore/mcore.h U src/gnu/usr.bin/gcc/gcc/config/mcore/mcore-elf.h U src/gnu/usr.bin/gcc/gcc/config/mcore/gfloat.h U src/gnu/usr.bin/gcc/gcc/config/mcore/t-mcore U src/gnu/usr.bin/gcc/gcc/config/mcore/mcore.md U src/gnu/usr.bin/gcc/gcc/config/mcore/lib1.asm U src/gnu/usr.bin/gcc/gcc/config/mcore/t-mcore-pe U src/gnu/usr.bin/gcc/gcc/config/mcore/crti.asm U src/gnu/usr.bin/gcc/gcc/config/ns32k/__unorddf2.c U src/gnu/usr.bin/gcc/gcc/config/ns32k/__unordsf2.c U src/gnu/usr.bin/gcc/gcc/config/ns32k/ns32k-protos.h U src/gnu/usr.bin/gcc/gcc/config/ns32k/ns32k.c U src/gnu/usr.bin/gcc/gcc/config/ns32k/ns32k.h U src/gnu/usr.bin/gcc/gcc/config/ns32k/t-ns32k U src/gnu/usr.bin/gcc/gcc/config/ns32k/netbsd.h U src/gnu/usr.bin/gcc/gcc/config/ns32k/ns32k.md U src/gnu/usr.bin/gcc/gcc/config/pdp11/pdp11-protos.h U src/gnu/usr.bin/gcc/gcc/config/pdp11/t-pdp11 U src/gnu/usr.bin/gcc/gcc/config/pdp11/pdp11.md U src/gnu/usr.bin/gcc/gcc/config/pdp11/pdp11-modes.def U src/gnu/usr.bin/gcc/gcc/config/pdp11/pdp11.c U src/gnu/usr.bin/gcc/gcc/config/pdp11/pdp11.h U src/gnu/usr.bin/gcc/gcc/config/pdp11/2bsd.h U src/gnu/usr.bin/gcc/gcc/config/sparc/sol2-ci.asm U src/gnu/usr.bin/gcc/gcc/config/sparc/t-sol2-64 U src/gnu/usr.bin/gcc/gcc/config/sparc/sunos4.h U src/gnu/usr.bin/gcc/gcc/config/sparc/sol2-cn.asm U src/gnu/usr.bin/gcc/gcc/config/sparc/crtfastmath.c U src/gnu/usr.bin/gcc/gcc/config/sparc/supersparc.md U src/gnu/usr.bin/gcc/gcc/config/sparc/t-sunos41 U src/gnu/usr.bin/gcc/gcc/config/sparc/sp86x-elf.h C src/gnu/usr.bin/gcc/gcc/config/sparc/sparc.md U src/gnu/usr.bin/gcc/gcc/config/sparc/bsd.h U src/gnu/usr.bin/gcc/gcc/config/sparc/elf.h U src/gnu/usr.bin/gcc/gcc/config/sparc/hal.h U src/gnu/usr.bin/gcc/gcc/config/sparc/t-elf U src/gnu/usr.bin/gcc/gcc/config/sparc/pbd.h U src/gnu/usr.bin/gcc/gcc/config/sparc/netbsd-elf.h U src/gnu/usr.bin/gcc/gcc/config/sparc/t-chorus-elf U src/gnu/usr.bin/gcc/gcc/config/sparc/cypress.md U src/gnu/usr.bin/gcc/gcc/config/sparc/openbsd1-64.h U src/gnu/usr.bin/gcc/gcc/config/sparc/sol2-gas-bi.h U src/gnu/usr.bin/gcc/gcc/config/sparc/sp86x-aout.h U src/gnu/usr.bin/gcc/gcc/config/sparc/linux.h U src/gnu/usr.bin/gcc/gcc/config/sparc/t-sparcbare U src/gnu/usr.bin/gcc/gcc/config/sparc/t-sparclite U src/gnu/usr.bin/gcc/gcc/config/sparc/sp64-elf.h U src/gnu/usr.bin/gcc/gcc/config/sparc/sol2-64.h U src/gnu/usr.bin/gcc/gcc/config/sparc/sol2-bi.h U src/gnu/usr.bin/gcc/gcc/config/sparc/t-vxsparc64 C src/gnu/usr.bin/gcc/gcc/config/sparc/sparc.c U src/gnu/usr.bin/gcc/gcc/config/sparc/sparc.h U src/gnu/usr.bin/gcc/gcc/config/sparc/splet.h U src/gnu/usr.bin/gcc/gcc/config/sparc/sun4gas.h U src/gnu/usr.bin/gcc/gcc/config/sparc/aout.h U src/gnu/usr.bin/gcc/gcc/config/sparc/t-openbsd U src/gnu/usr.bin/gcc/gcc/config/sparc/vxsparc.h U src/gnu/usr.bin/gcc/gcc/config/sparc/sparc-protos.h U src/gnu/usr.bin/gcc/gcc/config/sparc/freebsd.h U src/gnu/usr.bin/gcc/gcc/config/sparc/sysv4.h U src/gnu/usr.bin/gcc/gcc/config/sparc/openbsd.h U src/gnu/usr.bin/gcc/gcc/config/sparc/lb1spc.asm U src/gnu/usr.bin/gcc/gcc/config/sparc/lb1spl.asm U src/gnu/usr.bin/gcc/gcc/config/sparc/sp64-aout.h U src/gnu/usr.bin/gcc/gcc/config/sparc/lynx-ng.h U src/gnu/usr.bin/gcc/gcc/config/sparc/lite.h U src/gnu/usr.bin/gcc/gcc/config/sparc/lynx.h U src/gnu/usr.bin/gcc/gcc/config/sparc/t-vxsparc U src/gnu/usr.bin/gcc/gcc/config/sparc/t-sol2 U src/gnu/usr.bin/gcc/gcc/config/sparc/liteelf.h U src/gnu/usr.bin/gcc/gcc/config/sparc/openbsd64.h U src/gnu/usr.bin/gcc/gcc/config/sparc/t-crtfm U src/gnu/usr.bin/gcc/gcc/config/sparc/sol26-sld.h U src/gnu/usr.bin/gcc/gcc/config/sparc/t-halos U src/gnu/usr.bin/gcc/gcc/config/sparc/t-linux U src/gnu/usr.bin/gcc/gcc/config/sparc/sol2-gld-bi.h U src/gnu/usr.bin/gcc/gcc/config/sparc/t-sp86x U src/gnu/usr.bin/gcc/gcc/config/sparc/t-splet U src/gnu/usr.bin/gcc/gcc/config/sparc/netbsd.h U src/gnu/usr.bin/gcc/gcc/config/sparc/sol2.h U src/gnu/usr.bin/gcc/gcc/config/sparc/biarch64.h U src/gnu/usr.bin/gcc/gcc/config/sparc/sparclet.md U src/gnu/usr.bin/gcc/gcc/config/sparc/litecoff.h U src/gnu/usr.bin/gcc/gcc/config/sparc/ultra3.md U src/gnu/usr.bin/gcc/gcc/config/sparc/libgcc-sparc-glibc.ver U src/gnu/usr.bin/gcc/gcc/config/sparc/vxsparc64.h U src/gnu/usr.bin/gcc/gcc/config/sparc/t-netbsd64 U src/gnu/usr.bin/gcc/gcc/config/sparc/linux-aout.h U src/gnu/usr.bin/gcc/gcc/config/sparc/gmon-sol2.c U src/gnu/usr.bin/gcc/gcc/config/sparc/sparc-modes.def U src/gnu/usr.bin/gcc/gcc/config/sparc/ultra1_2.md U src/gnu/usr.bin/gcc/gcc/config/sparc/hypersparc.md U src/gnu/usr.bin/gcc/gcc/config/sparc/sol2-gld.h U src/gnu/usr.bin/gcc/gcc/config/sparc/t-linux64 U src/gnu/usr.bin/gcc/gcc/config/sparc/vxsim.h U src/gnu/usr.bin/gcc/gcc/config/sparc/rtemself.h U src/gnu/usr.bin/gcc/gcc/config/sparc/sun4o3.h U src/gnu/usr.bin/gcc/gcc/config/sparc/sol2-c1.asm U src/gnu/usr.bin/gcc/gcc/config/sparc/linux64.h U src/gnu/usr.bin/gcc/gcc/config/dsp16xx/dsp16xx.c U src/gnu/usr.bin/gcc/gcc/config/dsp16xx/dsp16xx.h U src/gnu/usr.bin/gcc/gcc/config/dsp16xx/dsp16xx-protos.h U src/gnu/usr.bin/gcc/gcc/config/dsp16xx/dsp16xx.md U src/gnu/usr.bin/gcc/gcc/config/mn10200/t-mn10200 U src/gnu/usr.bin/gcc/gcc/config/mn10200/lib1funcs.asm U src/gnu/usr.bin/gcc/gcc/config/mn10200/mn10200.c U src/gnu/usr.bin/gcc/gcc/config/mn10200/mn10200.h U src/gnu/usr.bin/gcc/gcc/config/mn10200/mn10200-protos.h U src/gnu/usr.bin/gcc/gcc/config/mn10200/mn10200.md U src/gnu/usr.bin/gcc/gcc/config/mn10300/t-mn10300 U src/gnu/usr.bin/gcc/gcc/config/mn10300/mn10300.c U src/gnu/usr.bin/gcc/gcc/config/mn10300/mn10300.h U src/gnu/usr.bin/gcc/gcc/config/mn10300/mn10300-protos.h U src/gnu/usr.bin/gcc/gcc/config/mn10300/mn10300.md U src/gnu/usr.bin/gcc/gcc/config/rs6000/ppc-asm.h U src/gnu/usr.bin/gcc/gcc/config/rs6000/rs6000-protos.h U src/gnu/usr.bin/gcc/gcc/config/rs6000/ppc64-fp.c U src/gnu/usr.bin/gcc/gcc/config/rs6000/windiss.h U src/gnu/usr.bin/gcc/gcc/config/rs6000/tramp.asm U src/gnu/usr.bin/gcc/gcc/config/rs6000/darwin-tramp.asm U src/gnu/usr.bin/gcc/gcc/config/rs6000/milli.exp U src/gnu/usr.bin/gcc/gcc/config/rs6000/t-netbsd U src/gnu/usr.bin/gcc/gcc/config/rs6000/darwin.h U src/gnu/usr.bin/gcc/gcc/config/rs6000/aix.h U src/gnu/usr.bin/gcc/gcc/config/rs6000/gnu.h U src/gnu/usr.bin/gcc/gcc/config/rs6000/t-ppcgas U src/gnu/usr.bin/gcc/gcc/config/rs6000/spe.h U src/gnu/usr.bin/gcc/gcc/config/rs6000/t-rs6000 U src/gnu/usr.bin/gcc/gcc/config/rs6000/rs6000-c.c U src/gnu/usr.bin/gcc/gcc/config/rs6000/altivec.h U src/gnu/usr.bin/gcc/gcc/config/rs6000/linux.h U src/gnu/usr.bin/gcc/gcc/config/rs6000/eabiaix.h U src/gnu/usr.bin/gcc/gcc/config/rs6000/rtems.h U src/gnu/usr.bin/gcc/gcc/config/rs6000/eabisim.h C src/gnu/usr.bin/gcc/gcc/config/rs6000/rs6000.c U src/gnu/usr.bin/gcc/gcc/config/rs6000/rs6000.h U src/gnu/usr.bin/gcc/gcc/config/rs6000/eabispe.h U src/gnu/usr.bin/gcc/gcc/config/rs6000/sysv4le.h U src/gnu/usr.bin/gcc/gcc/config/rs6000/beos.h U src/gnu/usr.bin/gcc/gcc/config/rs6000/rs6000.md U src/gnu/usr.bin/gcc/gcc/config/rs6000/aix3newas.h U src/gnu/usr.bin/gcc/gcc/config/rs6000/eabialtivec.h U src/gnu/usr.bin/gcc/gcc/config/rs6000/eabi.h U src/gnu/usr.bin/gcc/gcc/config/rs6000/eabi.asm U src/gnu/usr.bin/gcc/gcc/config/rs6000/altivec-defs.h U src/gnu/usr.bin/gcc/gcc/config/rs6000/freebsd.h U src/gnu/usr.bin/gcc/gcc/config/rs6000/altivec.md U src/gnu/usr.bin/gcc/gcc/config/rs6000/linuxaltivec.h U src/gnu/usr.bin/gcc/gcc/config/rs6000/sysv4.h U src/gnu/usr.bin/gcc/gcc/config/rs6000/mach.h U src/gnu/usr.bin/gcc/gcc/config/rs6000/lynx.h U src/gnu/usr.bin/gcc/gcc/config/rs6000/t-ppccomm U src/gnu/usr.bin/gcc/gcc/config/rs6000/t-beos U src/gnu/usr.bin/gcc/gcc/config/rs6000/t-aix43 U src/gnu/usr.bin/gcc/gcc/config/rs6000/t-aix52 U src/gnu/usr.bin/gcc/gcc/config/rs6000/t-newas U src/gnu/usr.bin/gcc/gcc/config/rs6000/t-ppcos U src/gnu/usr.bin/gcc/gcc/config/rs6000/t-rtems U src/gnu/usr.bin/gcc/gcc/config/rs6000/t-rs6000-c-rule U src/gnu/usr.bin/gcc/gcc/config/rs6000/netbsd.h U src/gnu/usr.bin/gcc/gcc/config/rs6000/spe.md U src/gnu/usr.bin/gcc/gcc/config/rs6000/aix31.h U src/gnu/usr.bin/gcc/gcc/config/rs6000/aix41.h U src/gnu/usr.bin/gcc/gcc/config/rs6000/aix43.h U src/gnu/usr.bin/gcc/gcc/config/rs6000/aix51.h U src/gnu/usr.bin/gcc/gcc/config/rs6000/aix52.h U src/gnu/usr.bin/gcc/gcc/config/rs6000/t-ppcendian U src/gnu/usr.bin/gcc/gcc/config/rs6000/crtsavres.asm U src/gnu/usr.bin/gcc/gcc/config/rs6000/eabi-ci.asm U src/gnu/usr.bin/gcc/gcc/config/rs6000/eabi-cn.asm U src/gnu/usr.bin/gcc/gcc/config/rs6000/sol-ci.asm U src/gnu/usr.bin/gcc/gcc/config/rs6000/sol-cn.asm U src/gnu/usr.bin/gcc/gcc/config/rs6000/t-linux64 U src/gnu/usr.bin/gcc/gcc/config/rs6000/vxppc.h U src/gnu/usr.bin/gcc/gcc/config/rs6000/xcoff.h U src/gnu/usr.bin/gcc/gcc/config/rs6000/rs6000-modes.def U src/gnu/usr.bin/gcc/gcc/config/rs6000/linux64.h U src/gnu/usr.bin/gcc/gcc/config/rs6000/t-darwin U src/gnu/usr.bin/gcc/gcc/config/m68hc11/m68hc11-crt0.S U src/gnu/usr.bin/gcc/gcc/config/m68hc11/m68hc11-protos.h U src/gnu/usr.bin/gcc/gcc/config/m68hc11/t-m68hc11-gas U src/gnu/usr.bin/gcc/gcc/config/m68hc11/m68hc11.c U src/gnu/usr.bin/gcc/gcc/config/m68hc11/m68hc11.h U src/gnu/usr.bin/gcc/gcc/config/m68hc11/m68hc12.h U src/gnu/usr.bin/gcc/gcc/config/m68hc11/larith.asm U src/gnu/usr.bin/gcc/gcc/config/m68hc11/m68hc11.md U src/gnu/usr.bin/gcc/gcc/config/xtensa/elf.h U src/gnu/usr.bin/gcc/gcc/config/xtensa/xtensa.md U src/gnu/usr.bin/gcc/gcc/config/xtensa/t-xtensa U src/gnu/usr.bin/gcc/gcc/config/xtensa/linux.h U src/gnu/usr.bin/gcc/gcc/config/xtensa/lib1funcs.asm U src/gnu/usr.bin/gcc/gcc/config/xtensa/lib2funcs.S U src/gnu/usr.bin/gcc/gcc/config/xtensa/xtensa-config.h U src/gnu/usr.bin/gcc/gcc/config/xtensa/xtensa.c U src/gnu/usr.bin/gcc/gcc/config/xtensa/xtensa.h U src/gnu/usr.bin/gcc/gcc/config/xtensa/xtensa-protos.h U src/gnu/usr.bin/gcc/gcc/config/stormy16/t-stormy16 U src/gnu/usr.bin/gcc/gcc/config/stormy16/stormy16-protos.h U src/gnu/usr.bin/gcc/gcc/config/stormy16/stormy16.md U src/gnu/usr.bin/gcc/gcc/config/stormy16/stormy16-lib2.c U src/gnu/usr.bin/gcc/gcc/config/stormy16/stormy16.c U src/gnu/usr.bin/gcc/gcc/config/stormy16/stormy16.h U src/gnu/usr.bin/gcc/gcc/config/stormy16/stormy-abi U src/gnu/usr.bin/gcc/gcc/fixinc/README U src/gnu/usr.bin/gcc/gcc/fixinc/inclhack.def U src/gnu/usr.bin/gcc/gcc/fixinc/gnu-regex.c U src/gnu/usr.bin/gcc/gcc/fixinc/gnu-regex.h U src/gnu/usr.bin/gcc/gcc/fixinc/fixinc.ptx U src/gnu/usr.bin/gcc/gcc/fixinc/fixincl.sh U src/gnu/usr.bin/gcc/gcc/fixinc/genfixes U src/gnu/usr.bin/gcc/gcc/fixinc/mkfixinc.sh U src/gnu/usr.bin/gcc/gcc/fixinc/Makefile.in U src/gnu/usr.bin/gcc/gcc/fixinc/fixlib.c U src/gnu/usr.bin/gcc/gcc/fixinc/fixlib.h U src/gnu/usr.bin/gcc/gcc/fixinc/fixinc.dgux U src/gnu/usr.bin/gcc/gcc/fixinc/fixinc.interix U src/gnu/usr.bin/gcc/gcc/fixinc/fixinc.svr4 U src/gnu/usr.bin/gcc/gcc/fixinc/fixinc.wrap U src/gnu/usr.bin/gcc/gcc/fixinc/fixincl.tpl U src/gnu/usr.bin/gcc/gcc/fixinc/check.tpl U src/gnu/usr.bin/gcc/gcc/fixinc/server.c U src/gnu/usr.bin/gcc/gcc/fixinc/server.h U src/gnu/usr.bin/gcc/gcc/fixinc/procopen.c U src/gnu/usr.bin/gcc/gcc/fixinc/fixtests.c U src/gnu/usr.bin/gcc/gcc/fixinc/fixincl.c U src/gnu/usr.bin/gcc/gcc/fixinc/fixincl.x U src/gnu/usr.bin/gcc/gcc/fixinc/fixfixes.c U src/gnu/usr.bin/gcc/gcc/fixinc/fixinc.winnt U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/pthread.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/regex.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/ctype.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/unistd.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/strings.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sym.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/obstack.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/_G_config.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/inttypes.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/fcntl.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/io-quotes-def-1.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/malloc.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/curses.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/fixinc-test-limits.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/stdio.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/tinfo.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/ctrl-quotes-def-1.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/stdio_tag.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/math.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/time.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/reg_types.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/stdlib.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/c_asm.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/libgen.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/widec.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/string.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/testing.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/assert.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/Xm/Traversal.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/Xm/BaseClassI.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/X11/Xmu.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/X11/Intrinsic.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/X11/ShellP.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/bsd/libc.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/rpc/rpc.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/rpc/svc.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/rpc/xdr.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/rpc/auth.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sys/regset.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sys/asm.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sys/signal.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sys/spinlock.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sys/byteorder.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sys/times.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sys/utsname.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sys/file.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sys/mman.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sys/types.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sys/stat.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sys/time.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sys/wait.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sys/param.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sys/cdefs.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sys/ioctl.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sys/limits.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sys/machine.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sys/socket.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/ansi/math.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/ansi/stdlib.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/ansi/string.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/arch/i960/archI960.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/arpa/inet.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/hsfs/hsfs_spec.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sparc/asm_linkage.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/types/vxTypesBase.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/machine/cpu.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sunwindow/win_lock.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/netdnet/dnetdb.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/netinet/ip.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/rpcsvc/rstat.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/rpcsvc/rusers.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sundev/vuid_event.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/pixrect/memvar.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/internal/sgimacros.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/internal/math_core.h U src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/internal/wchar_core.h U src/gnu/usr.bin/gcc/gcc/testsuite/README.compat U src/gnu/usr.bin/gcc/gcc/testsuite/README U src/gnu/usr.bin/gcc/gcc/testsuite/README.g++ U src/gnu/usr.bin/gcc/gcc/testsuite/README.gcc U src/gnu/usr.bin/gcc/gcc/testsuite/README.QMTEST U src/gnu/usr.bin/gcc/gcc/testsuite/ChangeLog U src/gnu/usr.bin/gcc/gcc/testsuite/lib/gcov.exp U src/gnu/usr.bin/gcc/gcc/testsuite/lib/compat.exp U src/gnu/usr.bin/gcc/gcc/testsuite/lib/mike-gcc.exp U src/gnu/usr.bin/gcc/gcc/testsuite/lib/file-format.exp U src/gnu/usr.bin/gcc/gcc/testsuite/lib/objc-torture.exp U src/gnu/usr.bin/gcc/gcc/testsuite/lib/objc-dg.exp U src/gnu/usr.bin/gcc/gcc/testsuite/lib/mike-g++.exp U src/gnu/usr.bin/gcc/gcc/testsuite/lib/gcc.exp U src/gnu/usr.bin/gcc/gcc/testsuite/lib/profopt.exp U src/gnu/usr.bin/gcc/gcc/testsuite/lib/f-torture.exp U src/gnu/usr.bin/gcc/gcc/testsuite/lib/mike-g77.exp U src/gnu/usr.bin/gcc/gcc/testsuite/lib/g++-dg.exp U src/gnu/usr.bin/gcc/gcc/testsuite/lib/g++.exp U src/gnu/usr.bin/gcc/gcc/testsuite/lib/gcc-dg.exp U src/gnu/usr.bin/gcc/gcc/testsuite/lib/objc.exp U src/gnu/usr.bin/gcc/gcc/testsuite/lib/scanasm.exp U src/gnu/usr.bin/gcc/gcc/testsuite/lib/prune.exp U src/gnu/usr.bin/gcc/gcc/testsuite/lib/treelang.exp U src/gnu/usr.bin/gcc/gcc/testsuite/lib/c-torture.exp U src/gnu/usr.bin/gcc/gcc/testsuite/lib/g77-dg.exp U src/gnu/usr.bin/gcc/gcc/testsuite/lib/target-supports.exp U src/gnu/usr.bin/gcc/gcc/testsuite/lib/g77.exp U src/gnu/usr.bin/gcc/gcc/testsuite/lib/old-dejagnu.exp U src/gnu/usr.bin/gcc/gcc/testsuite/lib/gcc-defs.exp U src/gnu/usr.bin/gcc/gcc/testsuite/objc/compile/compile.exp U src/gnu/usr.bin/gcc/gcc/testsuite/objc/compile/20011211-1.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/encode-1.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/class-tests-1.h U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/class-tests-2.h U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/informal_protocol.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/initialize.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/private.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/IMP.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/string1.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/string2.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/string3.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/string4.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/va_method.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/protocol.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/class_self-1.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/class_self-2.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/fdecl.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/selector-1.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/_cmd.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/bf-1.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/bf-2.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/bf-3.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/bf-4.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/bf-5.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/bf-6.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/bf-7.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/bf-8.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/bf-9.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/execute.exp U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/nil_method-1.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/bf-common.h U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/nested-1.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/nested-2.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/nested-3.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/load.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/redefining_self.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/formal_protocol-1.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/formal_protocol-2.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/formal_protocol-3.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/formal_protocol-4.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/formal_protocol-5.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/formal_protocol-6.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/formal_protocol-7.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/np-1.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/np-2.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/accessing_ivars.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/enumeration-1.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/bf-10.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/enumeration-2.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/load-2.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/load-3.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/static-1.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/static-2.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/bf-11.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/bf-12.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/bf-13.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/bf-14.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/bf-15.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/bf-16.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/bf-17.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/bf-18.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/bf-19.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/bf-20.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/bf-21.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/no_clash.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/compatibility_alias.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/class-1.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/class-2.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/class-3.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/class-4.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/class-5.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/class-6.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/class-7.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/class-8.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/class-9.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/object_is_meta_class.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/bycopy-1.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/bycopy-2.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/bycopy-3.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/root_methods.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/class-10.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/class-11.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/class-12.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/class-13.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/class-14.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/many_args_method.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/object_is_class.m U src/gnu/usr.bin/gcc/gcc/testsuite/treelang/a01gcci01.tree U src/gnu/usr.bin/gcc/gcc/testsuite/treelang/treetests.exp U src/gnu/usr.bin/gcc/gcc/testsuite/treelang/Makefile.in U src/gnu/usr.bin/gcc/gcc/testsuite/treelang/ChangeLog U src/gnu/usr.bin/gcc/gcc/testsuite/treelang/a01gcco01runpgm U src/gnu/usr.bin/gcc/gcc/testsuite/treelang/a01gcci01.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/ChangeLog.0 U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020330-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000427-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20031220-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20001018-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20001024-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/trunctfdf.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20031231-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/990203-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/cpp-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/cpp-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/960704-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930503-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930503-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/990913-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930506-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930506-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/zero-strct-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/zero-strct-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/951004-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930510-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920902-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930513-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930513-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930513-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/931102-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/931102-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/900313-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920909-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/990928-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930523-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/981223-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/981223-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930525-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920917-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930527-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20040304-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930529-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010102-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930530-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010107-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20030703-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920928-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920928-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920928-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920928-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920928-5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920928-6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/dll.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020409-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000502-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010112-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010113-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000504-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010114-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010114-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20021001-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010117-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010117-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010118-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020415-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020418-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000511-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20021007-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/dll.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010124-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/iftrap-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/iftrap-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000517-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000518-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20021015-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20021015-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20001109-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20001109-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000523-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010824-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20001116-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20001121-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20001123-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20001123-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020110.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/960106-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/980701-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20021110.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/980706-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/compile.exp U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920301-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930602-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930603-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/950512-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930607-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/900407-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930611-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/951106-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/calls.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/960130-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/980726-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/931203-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/simd-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/simd-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/simd-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/simd-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/simd-5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/simd-5.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/980729-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930618-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930621-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/951116-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930623-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/950530-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/960829-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010202-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20030110-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/951128-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010209-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000605-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000606-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010903-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010903-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20030125-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000609-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20021103-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/structs.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20021108-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010911-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010226-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010227-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20030821-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20001205-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20001205-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020530-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/cmpdi-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20021119-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20001212-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20021120-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20021120-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000629-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20021123-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20021123-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20021123-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20021123-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20021124-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20001221-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20001222-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20001226-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20001226-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/960201-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/combine-hang.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/991008-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/950607-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/960218-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930702-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/950610-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/960220-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/960221-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/980816-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/950612-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920409-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920409-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/950613-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920410-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920410-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920411-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920413-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/980821-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/950618-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920415-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/921004-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/980825-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/991026-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/991026-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/900516-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/921011-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/921011-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/921012-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/921012-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/921013-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920428-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920428-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920428-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920428-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920428-5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920428-6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920428-7.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/951220-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20030206-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/951222-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/921019-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/921021-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/921024-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020604-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020604-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020605-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/921026-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000701-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20030219-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20030907-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010313-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20021204-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20021205-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010320-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010326-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000717-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010327-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20021212-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010328-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010329-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000728-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/labels-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/labels-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/labels-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/labels-3.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930109-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930109-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/990517-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/990519-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920501-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920501-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920501-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920501-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920501-4.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920501-6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920501-7.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920501-8.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920501-9.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930111-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920502-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920502-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/960319-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/990523-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930117-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920501-10.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920501-11.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920501-12.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920501-12.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920501-13.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920501-15.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930118-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920501-16.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920501-17.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920501-18.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920501-19.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920501-20.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920501-21.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920501-22.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920501-23.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/990527-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930120-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/950719-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/921103-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930126-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/941014-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/941014-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/941014-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/941014-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920520-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920520-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/921109-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920521-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920521-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/991127-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/921111-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/941019-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/950729-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20030305-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/921116-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920529-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/921118-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000105-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000105-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010404-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020701-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20030314-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010408-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/921126-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020706-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020706-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020709-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000802-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000803-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020710-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000804-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000804-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000120-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000120-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020715-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010421-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20011010-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010423-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20030330-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000127-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010426-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000818-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000825-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20011023-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000827-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20011029-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/991202-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/990617-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/990617-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930210-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/991208-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/961004-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/950122-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930217-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/990625-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/990625-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/950124-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920608-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/991213-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/991213-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/991213-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/980329-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/991214-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/991214-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/961010-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920611-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/950816-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/950816-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/950816-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930222-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/921202-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/921202-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920615-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/921203-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/921203-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920617-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920617-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/941111-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/961019-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/921206-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/941113-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920623-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/991229-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/991229-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/991229-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020103-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920624-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920625-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920625-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920625-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920626-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020106-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20030405-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930926-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020109-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020109-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930927-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/961031-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010503-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020116-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20031002-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000211-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000211-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/921227-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010510-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020120-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20030418-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020121-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010516-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20031011-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010518-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010518-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010518-2.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20011106-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20011106-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20011109-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000224-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010525-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20011114-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20011114-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20011114-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20011114-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20011119-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20011119-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000922-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000923-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20031031-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20031031-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20011130-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20011130-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/980408-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/981001-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/981001-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/981001-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/981001-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/981006-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/981006-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/981007-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/960514-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920701-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920702-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/940611-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/950221-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920706-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/950910-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/900116-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920710-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920711-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/981022-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/981022-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/950919-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930325-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930326-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/950921-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/950922-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920721-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920723-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/961126-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020206-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920729-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020210-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010605-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010605-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010605-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/widechar-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010610-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/funcptr-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000314-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000314-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010611-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020910-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000319-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20011205-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/init-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/init-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/init-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000326-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000326-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000329-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/mipscop-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/mipscop-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/mipscop-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/mipscop-2.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/mipscop-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/mipscop-3.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/mipscop-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/mipscop-4.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020926-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20011217-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20011217-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020927-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20011218-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20011219-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20011219-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020930-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/packed-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20011229-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20011229-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/990107-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000718.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/970206-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/980504-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/990801-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/990801-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/980506-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/980506-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/980506-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/990117-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/970214-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/980511-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/981107-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930411-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/961203-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/961203-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/940712-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920806-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/931003-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/931004-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920808-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920809-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/goto-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/900216-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/990829-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/940718-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930421-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/950329-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/931013-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/931013-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/931013-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920817-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/930427-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920820-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/931018-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920821-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920821-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020303-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020304-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020304-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920825-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920825-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920826-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/pr13889.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20030604-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920828-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920829-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020309-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020309-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000403-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000403-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010701-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/920831-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000405-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000405-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000405-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020312-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020312-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/931031-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020314-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020315-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010706-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020318-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020319-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000412-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000412-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020320-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010711-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010711-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20020323-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20010714-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000420-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20000420-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/20030625-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/a.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/b.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/c.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/d.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/e.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/g.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/i.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/l.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/n.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/o.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/p.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/q.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/r.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/s.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/t.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/u.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/v.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/w.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/x.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/86.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/andmem.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/a1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/a3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/b1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/b2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/b3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/c1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/c2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/aa.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/ac.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/f1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/f2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/bc.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/bf.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/as.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/cc.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/bt.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/bx.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/cp.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/di.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/dm.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/ex.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/fq.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/m1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/m2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/hi.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/m5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/ic.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/n1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/r1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/mm.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/mu.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/or.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/pp.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/sc.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/sh.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/xb.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/xc.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/xi.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/ww.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/xp.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/xs.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/xz.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/cmphi.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/miscomp.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/signext2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/const.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/delay.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/sparcbug.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/386.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/xmtst.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/udconvert.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/shloop.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/dimul.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/divdf.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/b88.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/aaa.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/acc.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/abs.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/add.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/bb0.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/bb1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/bad.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/bbb.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/aos.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/bge.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/bfx.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/ase.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/arr.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/bit.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/blk.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/i++.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/cn1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/bug.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/cmb.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/cmp.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/ddd.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/dic.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/div.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/cvt.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/flo.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/ext.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/foo.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/m68.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/udivmod4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/imm.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/jmp.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/ll1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/lll.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/lop.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/mod.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/neg.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/msp.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/mul.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/opt.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/pmt.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/pyr.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/rel.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/sar.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/scc.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/seq.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/shm.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/sim.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/run.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/sne.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/str.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/tmp.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/sym.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/dbl_parm.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/uns.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/dblbug.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/xbg.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/xdi.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/selfrec.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/UQIcmp.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/xor.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/xpp.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/xsh.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/xzz.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/SFset.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/SIcmp.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/dimove.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/test-flow.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/SIset.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/scond.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/round.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/set88.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/simple.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/shand.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/shift.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/test-loop.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/llbug.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/symconst.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/mchar.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/load8.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/fdmul.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/mbyte.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/logic.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/trivial.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/andsparc.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/structret.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/speed.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/sound.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/pret-arg.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/cmpsi386.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/PYRBUG.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/band.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/andm.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/andn.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/sub32.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/bitf.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/bitw.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/float.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/subcc.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/call.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/gen_tst.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/USIcmp.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/stuct.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/bugc.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/buns.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/cmul.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/dead.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/comb.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/conv.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/modcc.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/add386.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/consec.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/fnul.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/charmtst.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/glob.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/mregtst.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/move_qhi.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/icmp.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/loop386.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/lbug.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/dilayout.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/trunc.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/log2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/mcmp.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/call386.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/flt_const.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/dshift.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/nand.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/HIcmp.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/move.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/addcc.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/mtst.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/loadhicc.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/uns_tst.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/mword.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/HIset.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/omit.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/pass.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/poor.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/conv_tst.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/mword1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/pyr2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/callind.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/scal.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/rmsc.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/shft.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/gronk.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/mdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/test.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/time.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/stor.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/hibug.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/stru.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/set386.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/xfoo.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/andok.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/andsi.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/uuarg.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/xlop.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/xneg.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/xopt.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/xorn.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/bcopy.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/or386.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/parms.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/forgetcc.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/bfins.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/storecc.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/ifreg.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/xcsebug.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/opout.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/BUG11.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/BUG12.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/BUG13.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/BUG16.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/BUG17.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/BUG18.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/BUG21.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/BUG22.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/BUG23.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/BUG24.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/BUG25.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/UHIcmp.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/subcse.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/loop-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/jumptab.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/bt386.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/store0.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/QIcmp.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/signext.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/QIset.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/csebug.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/isinf.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/DFcmp.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/layout.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/BUG1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/BUG2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/BUG3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/BUG4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/BUG5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/BUG6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/memtst.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20031215-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20001011-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20001013-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010723-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010724-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010724-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20001017-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20001017-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20001024-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20001026-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20001027-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20001031-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-types-compatible-p.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/struct-ini-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/struct-ini-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/struct-ini-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/struct-ini-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/pr16790-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/990208-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/990208-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/990211-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/980602-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/980602-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/980604-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/980605-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/980608-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920202-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/980612-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/990222-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/940115-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/980617-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/980618-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/981206-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/951003-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/940122-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930513-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930513-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930513-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/931102-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/931102-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/990923-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920908-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920908-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930518-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920909-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/950426-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/950426-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/wchar_t-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/931110-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/931110-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20040302-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930526-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930527-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930529-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930529-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20040307-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920922-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020402-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020402-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020402-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010106-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020404-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020406-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20040313-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920929-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000503-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010114-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020411-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020412-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010116-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020413-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/compare-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/compare-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/compare-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010118-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010119-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20030714-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020418-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20030715-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000511-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/lshrdi-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010122-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010122-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010123-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010124-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/zerolen-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/zerolen-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/cvt-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/cvt-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20021010-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20021010-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020423-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20021011-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20040331-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000519-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000519-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010129-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010129-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20001108-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20021015-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000523-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20001111-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20001112-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/anon-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000528-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20021024-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20001121-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20001124-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20001130-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20001130-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/980205.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ffs-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/980223.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/980701-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/bf-pack-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/980707-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/950503-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/960801-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/stdio-opt-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/stdio-opt-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/stdio-opt-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/980709-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/980709-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/960802-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/960116-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920302-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/960117-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/bf-sign-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/bf-sign-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930603-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930603-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930603-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/990324-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/struct-cpy-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/950511-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/980716-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ffs-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/990326-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/950512-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930608-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/divmod-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/dbra-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/900409-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930614-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930614-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/simd-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/simd-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/931208-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/951115-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/alloca-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930621-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930622-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930622-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/unroll-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/960830-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930628-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20030109-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/struct-ret-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/struct-ret-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930630-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010206-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/cbrt.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020503-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010209-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020506-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020508-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020508-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020508-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/pure-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000603-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/931228-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020510-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20030120-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20030120-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000605-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000605-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000605-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010904-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010904-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010221-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010222-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010910-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010224-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/mod-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20001203-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20001203-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20021111-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010915-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020529-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000622-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20021118-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20021118-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20021118-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/cmpdi-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20021119-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20021120-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20021120-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20021120-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010924-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010925-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20021127-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20021127-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20001221-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/memcpy-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/memcpy-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/tstdi-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/func-ptr-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/built-in-setjmp.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20001228-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ptr-arith-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20001229-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/990404-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/960209-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/990413-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/990413-2.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/950605-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/960215-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/eeprof-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/eeprof-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/950607-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/950607-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/960218-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/960219-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930702-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/960909-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/950612-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920409-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/991014-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920410-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/991016-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/memcpy-bi.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/strct-varg-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/strct-varg-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920411-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/951204-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/regstack-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/991019-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920415-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930713-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/950621-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/991023-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/921006-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/921007-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/931004-10.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/931004-11.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/931004-12.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/931004-13.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/931004-14.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930718-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930719-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/950628-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/991030-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/921013-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920428-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920428-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920428-2.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930725-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/921016-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920429-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/921017-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ashrdi-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/921019-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/921019-2.c N src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20050124-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20030218-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/921029-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20030907-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000703-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/strct-stdarg-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020611-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20030221-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000706-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000706-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000706-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000706-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000706-5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000707-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/bcp-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020614-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20030224-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020615-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20021204-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020619-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000715-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000715-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010325-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/arith-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000717-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000717-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000717-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000717-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000717-5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010329-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000722-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20021219-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000726-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-complex-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000731-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000731-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/execute.exp U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-7.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-8.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-9.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/bitfld-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/bitfld-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/bitfld-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/string-opt-10.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/string-opt-11.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/string-opt-12.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/string-opt-13.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/string-opt-14.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/string-opt-15.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/string-opt-16.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/string-opt-17.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/960301-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/960302-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/memset-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/memset-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/memset-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/cmpsi-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/990513-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930106-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/960311-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/960311-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/960311-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/pending-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/960312-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/960312-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/string-opt-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/string-opt-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/string-opt-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/string-opt-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/string-opt-5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/string-opt-6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/string-opt-7.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/string-opt-8.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/string-opt-9.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/950704-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920501-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920501-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920501-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920501-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920501-5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920501-6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920501-7.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920501-7.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920501-8.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920501-8.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920501-9.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930111-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/950706-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/960317-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920506-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/990524-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/950710-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/991112-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/scope-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/scope-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/990525-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/990525-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/960321-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/990527-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/950714-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ashldi-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/shiftdi.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/960326-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/991118-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/960327-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930123-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/990531-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930126-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/921104-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/941014-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/941014-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/941014-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920520-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/980929-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930818-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/941015-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/921110-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/strcmp-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/921112-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/loop-10.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/loop-11.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/loop-12.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/loop-13.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/loop-14.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/loop-15.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/loop-2b.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/loop-2c.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/loop-2d.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/loop-2e.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/loop-2e.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/loop-2f.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/loop-2f.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/loop-2g.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/loop-2g.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/921113-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/loop-3b.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/loop-3c.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/loop-4b.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/941021-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/921117-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20030307-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/941025-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010403-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/921123-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/921123-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20030313-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/921124-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/941031-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010409-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20030316-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000112-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000113-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000801-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000801-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000801-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000801-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000808-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000121-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020716-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20011008-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010422-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020720-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020720-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000815-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/complex-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/complex-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/complex-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/complex-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/complex-5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/complex-6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000818-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000819-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/arith-rand-ll.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/index-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/align-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/align-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20011019-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000822-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/strcpy-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20011024-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/strct-pack-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/strct-pack-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/strct-pack-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/strct-pack-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/enum-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/enum-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/990604-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/960402-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-noret-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/960405-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/inst-check.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/991201-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/991202-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/991202-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/991202-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930208-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/960416-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/960416-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/961004-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920603-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920604-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/950809-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/960419-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/960419-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/941101-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/990628-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/991216-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/991216-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/991216-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/991216-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920612-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920612-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/921202-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/921202-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/961017-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/961017-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/991221-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/941110-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/921204-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920618-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930916-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/921207-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/921208-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/921208-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/991227-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/991228-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020103-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930921-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/961026-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920625-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020107-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/921215-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020108-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/conversion.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/921218-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/921218-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930929-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000205-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930930-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930930-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020805-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/nestfunc-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/nestfunc-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/nestfunc-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/nestfunc-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020118-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000217-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020127-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010518-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010518-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020129-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000910-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000910-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000223-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010520-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20011109-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20011109-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000224-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000225-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000914-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000227-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20011113-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20031020-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000917-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20011114-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20011115-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20011121-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/strlen-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20011126-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20011126-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20011128-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/gofast.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/bf64-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/bf64-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/981001-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/bf-layout-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/960512-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/960513-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/950906-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/980424-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/950221-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/960521-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/941202-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/int-compare.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920710-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920710-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/981019-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/950915-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/961112-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920711-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-constant.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-constant.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/961122-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/961122-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920721-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920721-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920721-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920721-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020201-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/961125-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/950929-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920726-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020206-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020206-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920728-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920730-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920731-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020213-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010604-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010605-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010605-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020215-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020216-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020904-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/widechar-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/widechar-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020219-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000313-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000314-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000314-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000314-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020911-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020225-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020225-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020226-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020227-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020227-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/arith-rand.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020916-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/loop-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/loop-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/loop-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/loop-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/loop-5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/loop-6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/loop-7.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/loop-8.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/loop-9.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20011217-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20011219-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20011223-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/packed-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/packed-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-prefetch-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-prefetch-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-prefetch-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-prefetch-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-prefetch-5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-prefetch-6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/990106-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/990106-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-abs-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-abs-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20001101.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/980505-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/mayalias-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/980505-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/980506-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/980506-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/980506-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/990804-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/990117-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/compndlit-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/970214-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/970214-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/970217-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/990811-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/960608-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930406-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/990127-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/990127-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/990128-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930408-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/990130-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/divconst-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/divconst-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/divconst-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/divconst-3.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/961206-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/931002-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/980526-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/980526-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/980526-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/950322-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/931004-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/931004-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/931004-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/931004-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/931004-5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/931004-6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/931004-7.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/931004-8.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/931004-9.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/931005-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/990826-0.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/990826-0.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/990827-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920810-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/990829-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/931009-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/961213-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/970923-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920812-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/931012-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930429-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/930429-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/931017-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/931018-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/961223-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/981130-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/981130-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/comp-goto-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/comp-goto-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/nest-stdar-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020307-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-10.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-11.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-12.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-13.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-14.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-15.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-16.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/920829-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-17.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-18.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-19.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-20.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-21.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-22.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-23.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000402-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000403-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20040218-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/931031-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020314-1.c N src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/restrict-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20030613-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20031201-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000412-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000412-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000412-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000412-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000412-5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000412-6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020320-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/strncmp-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010711-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/pr15296.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020321-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/extzvsi.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000419-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20010717-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20020328-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20001009-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20001009-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/20000422-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/980619-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/980619-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/930529-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/20010114-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/20001122-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/20010226-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/minuszero.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/920518-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/rbug.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/rbug.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/hugeval.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/hugeval.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/20011123-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/20000320-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/inf-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/mzero2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/mzero2.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/mzero3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/920810-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compat/struct-i.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compat/struct-big.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compat/struct-ret-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compat/struct-ic.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compat/struct-ii.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compat/strct-layout.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compat/struct-align.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/mg.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/bprob-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/bprob-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/bprob.exp U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/arm-isr.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/sort2.exp U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/dg-test.exp U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/dhry.exp U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/gcov-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/gcov-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/gcov-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/gcov-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/gcov-6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/gcov-6.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/gcov-7.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/gcov-7.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/gcov-8.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/gcov-8.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/gcov.exp U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/arm-isr.exp U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/acker1.exp U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/i386-pf-none-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/i386-pf-athlon-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/sieve.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/i386-pf-3dnow-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/sort2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/dg-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/dg-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/dg-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/dg-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/dg-5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/dg-6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/dg-7.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/dg-8.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/dg-9.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/dhry.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/dhry.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/matrix1.exp U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/acker1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/mg.exp U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/matrix1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/gcov-4b.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/gcov-4b.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/gcov-5b.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/gcov-5b.x U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/linkage.exp U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/linkage-x.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/linkage-y.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/sieve.exp U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/i386-pf-sse-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/dg-10.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/dg-11.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/dg-12.c U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/README U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/dg.exp U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/dead1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/cond2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/ctor1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/ctor2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/ia64-1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/filter1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/filter2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/dtor1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/loop1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/spec1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/spec2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/spec3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/spec4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/spec5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/spec6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/spec7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/template1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/template2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/forced1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/forced2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/forced3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/forced4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/new1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/synth1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/nrv1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/cleanup1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/registers1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/omit-frame-pointer.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/stabilize.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/unexpected1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/delayslot1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/vcall1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/mangle10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/mangle11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/mangle12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/mangle13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/mangle14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/mangle15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/mangle16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/mangle17.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/dcast1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/dtor1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/dtor2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/rtti1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/rtti2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/enum1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/offsetof.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/empty4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/empty5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/empty6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/empty7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/empty8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/empty9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/vbase8-10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/vbase8-21.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/vbase8-22.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/vthunk1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/vthunk2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/vthunk3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/mangle1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/mangle2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/mangle3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/mangle4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/mangle5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/mangle6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/mangle7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/mangle8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/mangle9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/vbase10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/vbase11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/vbase12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/vbase13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/vbase14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/empty10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/empty11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/layout1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/layout2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/vtt1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/thunk1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/thunk2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/vague1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/vbase8-4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/vbase1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/vbase9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/bitfield1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/bitfield2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/bitfield3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/bitfield4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/bitfield5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/bitfield6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/bitfield7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/bitfield8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/bitfield11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/bitfield12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/cpp/c++98.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/cpp/c++98-pedantic.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/cpp/c++_cmd_1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/cpp/c++_cmd_1.h U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/conv1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/dllimport1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/dllimport2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/dllimport3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/dllimport4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/dllimport5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/dllimport6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/dllimport7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/dllimport8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/dllimport9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/max.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/attrib1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/attrib2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/attrib3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/attrib4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/attrib5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/attrib6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/attrib8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/forscope1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/forscope2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/typeof1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/typeof2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/typeof3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/typeof4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/typeof5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/typedef-init.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/asm1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/asm2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/asm3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/dllexport1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/alignof1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/dllimport10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/instantiate1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/instantiate2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/instantiate3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/anon-struct1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/anon-struct2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/anon-struct3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/anon-struct4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/desig1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/lvaddr.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/vla1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/vlm1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/vlm2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/lvcast.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/array1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/align1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/oper1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/member-attr.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/lvalue1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/cond1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/conj1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/conj2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/expect1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/expect2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/vt1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/dtor1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/reg-stack2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/reg-stack3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/reg-stack4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/anonunion1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/emptyunion.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/reg-stack.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/preinc1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/ptrintsum1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/asm1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/strength-reduce.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/cfg1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/cfg2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/cfg3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/cse1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/cse2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/ptrmem1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/ptrmem2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/const1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/const2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/const3.C N src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/max1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/mmx1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/nrv1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/nrv2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/nrv3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/nrv4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/nrv5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/nrv7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/unroll1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/longbranch1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/longbranch2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/reload1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/stack1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/local1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/cleanup1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/noreturn-1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/alias1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/alias2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/inline1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/inline2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/inline3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/inline4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/inline6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/static1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/static2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/thunk1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/float1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/pr6713.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/pr15054.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/operator1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/tls/diag-1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/tls/diag-2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/tls/trivial.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/tls/tls.exp U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/tls/init-1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/tls/init-2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/expr/member-of-incomplete-type-1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/expr/cond1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/expr/cond5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/expr/dtor1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/expr/comma1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/expr/anew1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/expr/anew2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/expr/anew3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/expr/anew4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/expr/static_cast1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/expr/static_cast2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/expr/static_cast3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/expr/static_cast4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/expr/static_cast5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/expr/cast1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/expr/pmf-1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/gcov/gcov-1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/gcov/gcov-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/gcov/gcov-2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/gcov/gcov-3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/gcov/gcov-3.h U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/gcov/gcov.exp U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/copy1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/copy2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/copy3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/ref10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/ref11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/ctor1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/ctor2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/ctor3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/union1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/string1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/brace1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/brace2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/brace3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/pm1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/pm2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/elide1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/elide2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/error1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/attrib1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/dtor1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/dtor2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/struct1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/enum1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/enum2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/assign1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/empty1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/byval1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/array10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/array11.C N src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/array15.C N src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/array16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/new1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/new2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/new4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/new5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/new6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/new7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/new9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/addr-const1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/goto1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/aggr1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/ref1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/ref2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/ref3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/ref5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/ref6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/ref7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/ref8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/ref9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/array1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/array2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/array3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/array4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/array5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/array6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/array7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/array8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/static1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/static2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/init-ref1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/init-ref2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/init-ref3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/rtti/cv1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/rtti/typeid2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/rtti/typeid3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/rtti/typeid4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/rtti/crash1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/rtti/dyncast1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/Wshadow-1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/Wshadow-2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/conv2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/implicit-typename1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/implicit-typename2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/implicit-typename3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/Winline-1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/Winline-2.C N src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/Winline-4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/compare1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/effc1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/oldcast1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/Woverloaded-1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/incomplete1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/return-reference.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/Wreorder-1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/deprecated.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/conversion-function-1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/Wswitch-1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/Wswitch-2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/format1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/format2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/format3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/friend.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/noreturn-1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/inline1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/weak1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/pedantic1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/ctor-init-1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/Wunused-1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/Wunused-2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/Wunused-3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/bprob/bprob.exp U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/bprob/g++-bprob-1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/debug/debug.exp U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/debug/trivial.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/debug/template1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/debug/debug1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/debug/debug2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/debug/debug3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/debug/debug4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/debug/debug5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/debug/debug6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/debug/debug7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/debug/debug8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/debug/const1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/debug/typedef1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/friend1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/concat1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/stmtexpr1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/stmtexpr2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/stmtexpr3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/error7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/saved1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/parameter-declaration-1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/elab1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/named_ops.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/template8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/varmod1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/ptrmem1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/decl-specifier-1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/namespace1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/namespace8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/namespace9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/typedef1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/defarg1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/conv_op1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/stack1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/template12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/crash2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/crash3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/crash4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/crash6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/crash7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/inline1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/attr1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/class1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/init1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/octal1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/angle-bracket.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/copy1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/copy2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/pragma-ep-1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/friend1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/do1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/gc1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/profile1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/offsetof1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/error1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/error2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/error3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/error5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/error6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/warning1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/big-struct.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/pragma-re-1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/component1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/struct-va_list.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/anon-struct.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/constref1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/constref2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/access1.C N src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/complex1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/enum1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/crash-2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/redecl1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/scope1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/ptrmem1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/ptrmem2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/ptrmem3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/ptrmem4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/const1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/const2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/conversion1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/new1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/static11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/switch1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/anon2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/array1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/packed1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/anon-union.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/linkage1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/classkey1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/init1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/init2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/bitfield1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/stdbool-if.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/cxa-atexit1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/stdarg1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/partial-specialization.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/decl1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/conv1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/conv2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/conv3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/conv4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/conv5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/conv6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/conv7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/conv8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/copy1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/friend3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/friend4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/friend5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/friend6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/friend7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/friend8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/friend9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/ctor1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/ctor2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/unify1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/unify2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/unify3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/unify4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/union1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/meminit1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/op1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/qual1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/spec10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/spec11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/spec12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/strlen1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/inherit.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/non-type1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/explicit1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/explicit-instantiation.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/dtor1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/vtable1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/partial1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/partial2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/access1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/access2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/access3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/access4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/access5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/access6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/access7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/complit1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/spec1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/spec2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/spec3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/spec4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/spec7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/spec8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/spec9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/qualttp10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/qualttp11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/qualttp12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/qualttp13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/qualttp14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/qualttp15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/qualttp16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/qualttp17.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/qualttp18.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/qualttp19.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/qualttp20.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/qualttp21.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/crash11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/scope2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/nested2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/nontype1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/nontype2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/nontype4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/nontype5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/varmod1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/alignof1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/cond.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/ptrmem1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/ptrmem2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/ptrmem3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/ptrmem4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/ptrmem6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/recurse.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/pretty1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/access10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/access12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/access13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/memclass1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/instantiate1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/instantiate2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/instantiate3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/instantiate4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/instantiate6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/deduce1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/func1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/lookup1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/sizeof1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/sizeof2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/sizeof6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/ttp10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/typedef1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/defarg2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/defarg4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/ntp1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/ntp2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/friend.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/ref1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/type1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/type2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/ttp1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/ttp2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/ttp3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/ttp4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/local1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/local3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/member3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/anon1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/inherit2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/inherit3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/qualttp1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/qualttp2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/qualttp3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/qualttp4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/qualttp5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/qualttp6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/qualttp7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/qualttp8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/qualttp9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/crash1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/crash2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/crash8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/crash9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/init-list.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/inline1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/static1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/static2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/static3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/static4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/restrict1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/subst1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/friend10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/friend12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/friend13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/friend14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/friend15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/friend16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/friend17.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/friend18.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/friend20.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/friend25.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/typename1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/typename2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/typename3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/typename4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/char1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/wrap1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/member.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/special/conpr-1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/special/conpr-2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/special/conpr-3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/special/initp1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/special/conpr-2a.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/special/conpr-3a.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/special/conpr-3b.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/special/ecos.exp U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/compat.exp U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/template1_x.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/template1_y.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/filter2_main.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/dtor1_main.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/dtor1_x.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/dtor1_y.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/ctor1.h U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/ctor2.h U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/new1_main.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/filter1_x.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/filter1_y.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/filter2_x.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/filter2_y.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/filter1.h U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/dtor1.h U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/spec3.h U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/spec3_main.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/template1.h U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/filter1_main.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/nrv1_x.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/nrv1_y.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/unexpected1_main.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/ctor1_x.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/ctor1_y.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/ctor2_x.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/ctor2_y.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/template1_main.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/ctor2_main.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/nrv1.h U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/new1_x.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/new1_y.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/spec3_x.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/spec3_y.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/unexpected1_x.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/unexpected1_y.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/nrv1_main.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/ctor1_main.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/abi/bitfield1_x.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/abi/bitfield1_y.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/abi/bitfield2_x.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/abi/bitfield2_y.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/abi/vbase8-22_main.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/abi/vbase8-10_x.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/abi/vbase8-10_y.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/abi/vbase8-21_x.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/abi/vbase8-21_y.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/abi/vbase8-22_x.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/abi/vbase8-22_y.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/abi/vbase8-4_x.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/abi/vbase8-4_y.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/abi/vbase8-10_main.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/abi/bitfield2_main.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/abi/vbase8-10.h U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/abi/vbase8-21.h U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/abi/vbase8-22.h U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/abi/vbase8-21_main.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/abi/vbase8-4_main.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/abi/bitfield1_main.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/abi/vbase8-4.h U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/abi/bitfield1.h U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/abi/bitfield2.h U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/init/array5_main.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/init/byval1_x.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/init/byval1_y.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/init/dtor1_main.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/init/dtor1_x.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/init/dtor1_y.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/init/elide1.h U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/init/byval1_main.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/init/init-ref2_main.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/init/dtor1.h U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/init/elide1_main.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/init/init-ref2_x.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/init/init-ref2_y.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/init/byval1.h U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/init/array5_x.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/init/array5_y.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/init/elide1_x.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/init/elide1_y.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/break/bitfield5_x.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/break/bitfield5_y.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/break/bitfield7_x.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/break/bitfield7_y.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/break/vbase11_main.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/break/README U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/break/bitfield5_main.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/break/empty6_x.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/break/empty6_y.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/break/vbase10_x.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/break/vbase10_y.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/break/vbase11_x.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/break/vbase11_y.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/break/empty6.h U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/break/bitfield7_main.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/break/vbase10_main.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/break/vbase10.h U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/break/vbase11.h U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/break/bitfield5.h U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/break/bitfield7.h U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/break/empty6_main.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/overload/cond1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/overload/error1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/overload/template1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/overload/pmf1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/overload/builtin1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/overload/builtin2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/overload/builtin3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/overload/member1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/overload/member2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/overload/ambig1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/overload/operator1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/lookup/decl1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/lookup/decl2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/lookup/friend1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/lookup/ns1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/lookup/struct1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/lookup/enum1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/lookup/enum2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/lookup/forscope1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/lookup/template1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/lookup/class-member-1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/lookup/class-member-2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/lookup/ptrmem1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/lookup/pretty1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/lookup/scoped1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/lookup/scoped2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/lookup/scoped3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/lookup/scoped6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/lookup/delete1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/lookup/koenig2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/lookup/using.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/lookup/struct-hack1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/lookup/anon1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/lookup/anon2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/lookup/using2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/lookup/using3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/lookup/using9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/lookup/disamb1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/conversion/to-virtual-base-1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/conversion/op2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/inherit/covariant1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/inherit/cond1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/inherit/conv1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/inherit/error1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/inherit/template-as-base.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/inherit/namespace-as-base.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/inherit/access1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/inherit/access2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/inherit/access3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/inherit/access4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/inherit/access5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/inherit/typeinfo1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/inherit/typedef1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/inherit/null1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/inherit/base1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/inherit/override1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/inherit/thunk1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/inherit/using1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/inherit/using2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/inherit/using3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/inherit/operator1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/inherit/operator2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/pr9258.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/ffixed-line-length-72.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/ffixed-line-length-0.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/ffixed-line-length-7.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/funderscoring.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/strlen0.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/fonetrip.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/ff90-1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/f77-edit-s-out.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/fcase-preserve.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/20010216-1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/fugly-assumed.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/fno-underscoring.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/pr3743-1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/pr3743-2.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/pr3743-3.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/pr3743-4.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/f77-edit-t-out.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/dg.exp U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/fvxt-1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/ffixed-line-length-none.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/ftypeless-boz.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/ffree-form-1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/f77-edit-i-in.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/fno-f90-1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/fno-onetrip.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/f77-edit-colon-out.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/f77-edit-h-out.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/fno-typeless-boz.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/f77-edit-apostrophe-out.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/f77-edit-t-in.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/7388.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/f77-edit-i-out.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/fno-fixed-form-1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/12632.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/fno-vxt-1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/fno-backslash.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/f77-edit-slash-out.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/fbackslash.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/pr5473.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/ffixed-line-length-132.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/f77-edit-x-out.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/gcov/gcov-1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/gcov/gcov-1.x U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/gcov/gcov.exp U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/bprob/bprob.exp U src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/bprob/g77-bprob-1.f U src/gnu/usr.bin/gcc/gcc/testsuite/config/default.exp U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/19990525-0.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/20010115.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/20010426.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/20000511-1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/20000511-2.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/cpp.F U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/compile.exp U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/980729-0.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/20000601-1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/20000601-2.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/20000629-1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/20000630-2.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/20010321-1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/cpp2.F U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/19990826-1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/19990826-3.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/960317-1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/20030326-1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/19990905-0.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/19990905-2.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/19990218-0.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/980310-1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/980310-2.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/980310-3.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/980310-4.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/980310-6.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/980310-7.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/980310-8.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/20010519-1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/19990305-0.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/toon_1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/980419-2.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/970125-0.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/980424-0.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/980427-0.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/19990419-0.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/alpha1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/alpha1.x U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/13060.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/20000518.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/990115-1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/980519-2.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/970915-0.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/981117-1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/20020307-1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/20000412-1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/19990502-0.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/19990502-1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/le.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/20010116.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/20010426.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/20010430.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/20010610.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/947.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/980628-0.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/980628-1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/980628-2.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/980628-3.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/980628-4.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/980628-4.x U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/980628-5.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/980628-5.x U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/980628-6.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/980628-6.x U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/980628-7.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/980628-8.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/980628-9.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/large_vec.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/20000503-1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/cpp.F U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/intrinsic-f2c-z.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/exp.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/io0.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/io0.x U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/io1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/io1.x U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/dnrm2.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/980701-0.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/980701-1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/f90-intrinsic-mathematical.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/intrinsic-vax-cd.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/f90-intrinsic-bit.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/short.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/intrinsic-unix-bessel.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/971102-1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/cabs.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/execute.exp U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/cpp2.F U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/19990826-0.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/19990826-2.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/19981119-0.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/erfc.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/intrinsic-unix-erf.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/970625-2.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/u77-test.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/1832.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/u77-test.x U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/dcomplex.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/complex_1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/f90-intrinsic-numeric.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/select.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/labug1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/19990313-0.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/19990313-1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/19990313-2.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/19990313-3.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/19990325-0.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/19990325-1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/5122.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/6177.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/6367.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/6367.x U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/970816-3.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/auto0.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/auto0.x U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/auto1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/auto1.x U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/10197.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/19990419-1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/alpha2.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/alpha2.x U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/13037.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/20001111.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/20001201.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/20001201.x U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/980520-1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/intrinsic77.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/980628-10.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/claus.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/noncompile/980615-0.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/noncompile/980616-0.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/noncompile/check0.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/noncompile/19990826-4.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/noncompile/select_no_compile.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/noncompile/970626-2.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/noncompile/19990905-1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/noncompile/19990218-1.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/noncompile/19981216-0.f U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/noncompile/noncompile.exp U src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/noncompile/9263.f U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20030627-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20001012-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20001012-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20001013-1.c N src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/pr9771-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c90-intconst-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/Wshadow-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/null-pointer-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20001023-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-float-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/i386-memset-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-digraph-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/wtr-escape-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/Wunknownprag.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/990213-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/990213-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c90-longlong-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/wtr-switch-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/990214-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-main-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ppc-spe.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/arm-asm.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c90-fordecl-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/pragma-ep-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/pragma-ep-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/pragma-ep-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-arraydecl-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/builtin-apply1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-idem-qual-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-idem-qual-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c90-hexfloat-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c90-hexfloat-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-array-nonobj-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/typespec-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-vla-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/wchar_t-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/switch-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/fnegate-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/struct-alias-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/mmix-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20040306-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/sibcall-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/sibcall-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/sibcall-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/sibcall-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20040311-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20030702-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ia64-sync-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ia64-sync-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ia64-sync-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ia64-sync-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/pr14289-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/pr14289-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/pr14289-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20030708-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/setjmp-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020411-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20030711-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/i386-ssetype-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/i386-ssetype-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/i386-ssetype-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/i386-ssetype-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/i386-ssetype-5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020415-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-const-expr-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-const-expr-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-const-expr-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20040322-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020416-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020418-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020418-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20021006-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20030717-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20001101-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/iftrap-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/iftrap-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20001102-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20030721-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/dll-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/dll-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/dll-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/dll-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020425-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/README U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020426-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020426-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20021014-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20001108-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c90-flex-array-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c90-mixdecl-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20021018-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020430-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20010822-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/h8300-stack-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20001116-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20021023-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20001117-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/attr-noinline.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/wtr-union-init-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/wtr-union-init-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/wtr-union-init-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/alpha-cix-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/alpha-cix-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20021029-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/enum1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20021029-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/Wswitch.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20001127-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/concat2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c90-array-lval-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c90-array-lval-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c90-array-lval-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c90-array-lval-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c90-array-lval-5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c90-array-lval-6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/pragma-align.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-condexpr-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/wtr-suffix-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/fastmath-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/verbose-asm.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/compare1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/compare2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/compare3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/compare4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/compare5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/compare6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/compare7.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/fshort-wchar.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/980709-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c90-impl-decl-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/builtin-inf-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/pack-test-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/pack-test-1.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/pack-test-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/pragma-re-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/pragma-re-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/overflow-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/simd-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c90-complex-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/i386-387-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/no-builtin-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/i386-387-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/pragma-darwin.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20010202-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/struct-ret-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/struct-ret-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020503-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/gnu89-init-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/gnu89-init-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/gnu89-init-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/951130-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20030120-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20030123-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20000609-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020517-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20030815-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20030129-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20001201-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20000614-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20000614-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20010912-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/wtr-unary-plus-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020523-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020523-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c90-complit-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020527-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20021116-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20000623-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020530-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/mips-args-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/mips-args-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/mips-args-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020531-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c90-restrict-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20000629-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ppc-ldstruct.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-scope-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-fordecl-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-scope-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-fordecl-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/deprecated.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20001228-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ppc-fmadd-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ppc-fmadd-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ppc-fmadd-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c90-init-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c90-const-expr-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c90-const-expr-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/asm-fs-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c90-const-expr-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c90-return-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/wtr-strcat-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-return-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/nonnull-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/nonnull-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cast-qual-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cast-qual-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/990424-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/980816-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/i386-call-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/920413-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/980827-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c90-float-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-mixdecl-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/asmreg-1.c N src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20030204-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/altivec-10.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/const-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20030213-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/typedef-init.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020607-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020607-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/i386-sse-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/i386-sse-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/i386-sse-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/i386-sse-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/sparc-constant-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20000707-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20030225-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020616-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/empty1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ifelse-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020620-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20000715-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20000720-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20030926-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20000724-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ia64-visibility-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ia64-visibility-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/va-arg-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/va-arg-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/dg.exp U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/concat.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-impl-int-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-impl-int-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/i386-mmx-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/i386-mmx-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/i386-mmx-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/decl-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/decl-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/decl-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/bitfld-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/bitfld-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/bitfld-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/bitfld-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/bitfld-5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/bitfld-6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-complex-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-complex-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/990506-0.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/conv-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/980211-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/980217-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/940409-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/alpha-max-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/alpha-max-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/Wunreachable-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/Wunreachable-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/Wunreachable-6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/Wunreachable-7.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/alias-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/980226-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/990524-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/struct-ret-libc.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/builtins-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/array-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/array-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/array-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/array-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/array-5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/array-6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/Wreturn-type.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/anon-struct-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/anon-struct-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/anon-struct-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/unused-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/unused-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/unused-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/unused-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-complit-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-complit-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/991129-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/trampoline-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/warn-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20030309-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20000108-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20010405-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/vla-init-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20000111-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20030321-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20030323-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20000807-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/Wswitch-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20030324-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-init-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-init-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20011008-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20011008-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20011009-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20010423-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20030331-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20011015-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/sequence-pt-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20011018-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/attr-alwaysinline.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/altivec-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/altivec-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/altivec-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/altivec-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/altivec-5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/altivec-7.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/altivec-8.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20011021-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/i386-signbit-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/i386-signbit-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/i386-signbit-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/nest.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20011029-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/uninit-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/uninit-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/uninit-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/vla-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/uninit-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/uninit-5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/uninit-6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/uninit-8.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/uninit-9.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/uninit-A.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/uninit-B.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/uninit-C.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-bool-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/attr-nest.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/Wswitch-enum.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ultrasp1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ultrasp2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ultrasp3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ultrasp4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ultrasp5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ultrasp6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ultrasp7.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ultrasp8.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ultrasp9.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/Wlarger-than.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/qual-return-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/qual-return-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-enum-comma-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c90-arraydecl-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c90-idem-qual-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c90-idem-qual-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/980312-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/darwin-abi-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/980313-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/wtr-int-type-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/clobbers.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/inline-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/inline-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/inline-5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-impl-decl-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/991209-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/940510-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/wtr-static-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/Wreturn-type2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/991214-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-tag-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/return-type-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/return-type-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/return-type-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ia64-asm-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c90-scope-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020103-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020104-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/991230-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/sparc-trap-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020108-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-intconst-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020115-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020116-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020116-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20030414-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20031002-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020118-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020122-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020122-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020122-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020122-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20000904-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20031009-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20000906-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20011107-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/wtr-conversion-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20010520-1.c N src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/short-compare-1.c N src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/short-compare-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20011113-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cleanup-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cleanup-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cleanup-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cleanup-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cleanup-5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cleanup-6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cleanup-7.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/attr-used.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/wtr-aggr-init-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/wtr-func-def-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20011119-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/divbyzero.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noreturn-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noreturn-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noreturn-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noreturn-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noreturn-7.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/typeof-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20000926-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-longlong-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20011127-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20011130-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ppc-stackalign-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-hexfloat-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-hexfloat-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/Wparentheses-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/attr-invalid.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/sparc-dwarf2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/980414-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c90-impl-int-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c90-impl-int-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/i386-unroll-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c94-digraph-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c90-digraph-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/asm-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/asm-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/asm-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/asm-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/asm-5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/asm-6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/asm-7.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/splet-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ultrasp10.c N src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/pr14765-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/lvalue1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020201-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020201-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020201-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020201-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/i386-loop-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/i386-loop-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/i386-loop-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/Wconversion.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20040112-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020206-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c90-enum-comma-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020210-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/builtin-choose-expr.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/darwin-ld-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/darwin-ld-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/darwin-ld-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/darwin-ld-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/darwin-ld-5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/duff-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/duff-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/duff-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020218-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020219-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20040127-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20040127-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020220-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020220-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-func-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-func-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-func-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-func-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020222-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20031108-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/wtr-label-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020224-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020919-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/loop-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/i386-bitfield1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20010622-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/struct-by-value-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20011214-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/loop-4.c N src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/loop-6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020926-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/doloop-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/unordered-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/builtin-prefetch-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/sparc-ret.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/asm-names.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/bconstp-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/complete-port.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/980502-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/i386-volatile-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/990117-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/m-un-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/m-un-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/980520-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/990130-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/980523-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/980526-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-flex-array-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-flex-array-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-flex-array-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-flex-array-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/alpha-base-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/alpha-base-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020304-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/old-style-asm-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/Wswitch-default.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-restrict-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-array-lval-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-array-lval-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-array-lval-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-array-lval-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-array-lval-5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c99-array-lval-6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/c90-vla-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020310-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020312-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020312-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020313-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20031201-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/trunc-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20031202-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/bf-spl1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020319-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/wint_t-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020326-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/gnu99-init-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20030625-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20001009-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/c89-pedantic.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/charconst.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/undef2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/19940712-1a.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/19940712-1b.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/cpp.exp U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/endif-pedantic1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/endif-pedantic2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/escape-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/escape-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/cmdlne-dM-dD.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/widestr1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/macro10.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/macro11.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/assembler.S U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/escape.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/lexstrng.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/strify1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/strify2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/strify3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/cxxcom1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/cxxcom2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/extratokens.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/c89.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/c94.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/c99.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/gnuc99-pedantic.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/20000519-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/mi1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/mi2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/mi3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/mi3.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/mi4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/mi5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/mi6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/mi7.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/ucs.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/20000529-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/mac-dir-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/mac-dir-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/Wunknown-pragmas-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/19921210-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/Wunused.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/Wunused.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/syshdr1.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/syshdr2.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/cmdlne-C.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/cmdlne-M.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/cmdlne-P.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/c99-pedantic.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/paste10.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/paste11.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/paste12.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/paste13.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/line1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/line2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/line3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/line4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/line5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/cmdlne-dD-M.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/20000628-1a.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/cmdlne-dI-M.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/cmdlne-dI-M.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/cmdlne-dM-M.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/assembl2.S U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/macro1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/macro2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/macro3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/macro4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/macro5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/macro6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/macro7.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/macro8.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/macro9.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/cmdlne-dN-M.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/vararg1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/vararg2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/vararg3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/vararg4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/poison.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/20000625-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/sysmac1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/sysmac2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/20000627-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/20000628-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/20000628-1.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/assert1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/assert2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/assert3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/endif.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/endif.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/mi3.def U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/mi1cc.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/mi1nd.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/extratokens2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/_Pragma1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/_Pragma2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/_Pragma3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/_Pragma4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/_Pragma5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/paste1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/paste2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/paste3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/paste4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/paste5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/paste6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/paste7.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/paste8.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/paste9.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/lexident.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/arith-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/arith-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/19990119-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/20000725-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/avoidpaste1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/avoidpaste2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/uchar-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/uchar-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/strp1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/strp2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/19940712-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/if-shift.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/19940712-1.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/expr.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/separate-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/macsyntx.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/backslash2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/charconst-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/charconst-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/charconst-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/if-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/if-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/if-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/if-5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/direct2s.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/lexnum.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/directiv.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/fpreprocessed.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/20000127-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/20000129-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/mi1c.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/mi2a.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/mi2b.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/mi2c.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/mi1x.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/mi6a.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/mi6b.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/mi6c.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/mi6d.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/mi6e.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/mi7a.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/mi7b.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/wchar-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/hash1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/19990228-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/19930510-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/skipping2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/19951025-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/Wsignprom.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/syshdr.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/syshdr.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/cmdlne-C2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/cmdlne-dD.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/cmdlne-dM.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/c94-pedantic.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/backslash.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/20000207-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/20000207-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/20000209-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/20000209-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/unc1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/unc2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/unc3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/unc4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/tr-paste.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/defined.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/tr-warn1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/tr-warn2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/tr-warn3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/tr-warn4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/tr-warn5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/tr-warn6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/if-sc.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/if-cexp.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/digraph1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/digraph2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/digraphs.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/ident.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/mi1ndp.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/direct2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/skipping.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/gnuc89.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/gnuc99.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/include1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/include2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/include3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/20000301-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/if-unary.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trigraphs.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/19990407-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/19990409-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/19990413-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/20020927-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/gnuc89-pedantic.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/if-mpar.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/19960224-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/if-mop.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/if-oppr.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/maccom1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/maccom2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/maccom3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/maccom4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/maccom5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/maccom6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/19951227-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/redef1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/redef2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/redef3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/spacing1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/spacing2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/pragma-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/pragma-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/if-paren.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/Wtrigraphs.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/cmdlne-dD-dM.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/multiline.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/20000419-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/inc/foo.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/null-drctv.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/funlike-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/funlike-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/funlike-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/funlike-5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/assembler.S U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/mi1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/mi2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/mi3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/mi3.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/mi4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/mi5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/mi6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/mi7.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/comment.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/quote.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/Wunused.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/Wunused.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/argcount.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/cmdlne-C.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/assert1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/assert2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/assert3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/mi3.def U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/mi1nd.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/recurse-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/recurse-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/recurse-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/macroargs.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/literals-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/literals-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/escaped-nl.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/uchar.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/hash.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/define.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/include.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/mi1c.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/mi2a.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/mi2b.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/mi2c.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/mi1x.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/mi6a.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/mi6b.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/mi6c.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/mi6d.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/mi6e.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/mi7a.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/mi7b.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/cmdlne-C2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/cmdlne-dD.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/cmdlne-dM.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/funlike.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/defined.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/paste.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/builtins.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/builtins.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/mi1ndp.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/comment-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/__STDC__.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/num-sign.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/maccom1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/maccom2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/maccom3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/maccom4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/maccom6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/strify.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/redef1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/redef2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/directive.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/trad.exp U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/escaped-eof.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/tls/diag-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/tls/diag-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/tls/diag-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/tls/struct-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/tls/section-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/tls/trivial.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/tls/tls.exp U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/tls/alias-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/tls/nonpic-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/tls/opt-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/tls/opt-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/tls/opt-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/tls/pic-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/tls/init-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/weak/typeof-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/weak/weak-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/weak/weak-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/weak/weak-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/weak/weak-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/weak/weak-5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/weak/weak-6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/weak/weak-7.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/weak/weak-8.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/weak/weak-9.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/weak/weak.exp U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/debug/20000503-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/debug/dwarf2-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/debug/dwarf2-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/debug/20010207-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/debug/debug-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/debug/debug-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/debug/debug-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/debug/debug-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/debug/debug-5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/debug/debug-6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/debug/debug.exp U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/debug/trivial.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/debug/20020104-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/debug/20020220-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/debug/20020224-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/debug/20011223-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/debug/20020327-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/special/gcsec-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/special/wkali-2a.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/special/wkali-2b.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/special/wkali-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/special/wkali-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/special/alias-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/special/alias-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/special/special.exp U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/special/mips-abi.exp U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/special/weak-1a.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/special/weak-2a.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/special/weak-2b.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/special/mips-abi.s U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/special/weak-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/special/weak-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/special/ecos.exp U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/special/20000419-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/plus-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/c99-strftime-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/c99-strftime-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/diag-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/nonlit-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/nonlit-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/nonlit-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/no-exargs-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/no-exargs-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/c94-printf-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/attr-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/attr-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/attr-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/attr-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/attr-5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/attr-6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/attr-7.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/z-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/warnll-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/sec-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/c99-scanf-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/c99-scanf-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/branch-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/c99-scanf-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/format.h U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/c90-strftime-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/c90-strftime-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/multattr-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/multattr-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/multattr-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/ext-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/ext-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/ext-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/ext-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/ext-5.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/ext-6.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/array-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/xopen-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/xopen-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/c94-scanf-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/format.exp U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/zero-length-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/c90-scanf-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/c90-scanf-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/c90-scanf-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/c90-scanf-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/miss-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/c90-printf-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/c90-printf-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/c90-printf-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/miss-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/c99-printf-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/c99-printf-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/c99-printf-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/va-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/strfmon-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/builtin-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/null-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/errmk-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/no-y2k-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/torture/cris-volatile-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/torture/dg-torture.exp U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/940112-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/920923-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/931203-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/940227-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/930622-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/930622-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/951123-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/20030818-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/20001228-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/990416-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/redecl-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/971104-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/930714-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/va-arg-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/920507-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/921102-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/invalid_asm.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/921116-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/20010425-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/20011025-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/920616-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/950825-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/20000901-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/20020130-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/20010524-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/incomplete-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/voidparam-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/noncompile.exp U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/930301-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/label-lineno-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/950921-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/920721-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/20020207-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/20020213-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/20020220-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/init-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/init-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/init-3.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/init-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/const-ll-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/920824-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/local-decl-1.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/undeclared-selector.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/fsyntax-only.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/naming-1.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/naming-2.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/method-1.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/method-2.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/selector-1.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/dg.exp U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/proto-hier-1.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/proto-hier-2.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/super-class-1.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/super-class-2.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/id-1.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/comp-types-1.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/comp-types-2.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/comp-types-3.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/comp-types-4.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/comp-types-5.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/comp-types-6.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/alias.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/fwd-proto-1.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/class-1.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/class-2.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/private-1.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/private-2.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/proto-lossage-1.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/proto-lossage-3.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/const-str-1.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/const-str-2.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/param-1.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/bitfield-1.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/bitfield-2.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/desig-init-1.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/special/unclaimed-category-1a.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/special/unclaimed-category-1.h U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/special/unclaimed-category-1.m U src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/special/special.exp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/README U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/vlad.exp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-long-1-c-double.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-zf-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-s-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-pointer-2-c-longlong.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-s-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-a-pointer.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longdouble-2-c-pointer.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/size-double.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-s-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-longdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-short-2-c-longdouble.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-float-1-c-longdouble.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-wchar_t-wchar_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-char-1-c-long.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-s-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-a-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-a-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-s-double.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-int-2-c-long.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-float.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-29-16-7.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/a-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-float-2-c-int.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-size_t-wchar_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-long-2-c-longlong.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longdouble-2-c-char.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longdouble-2-c-longlong.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-s-double.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-size_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-float.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-a-float.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-24-18-9.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longlong-1-c-int.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-float.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-10-11-10.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-short-2-c-longlong.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-21-24-20.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-24-27-8.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-size_t-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-29-4-10.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-zf-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-size_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-s-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-s-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-double-2-c-long.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-s-longdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-15-1-22.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-a-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-ptrdiff_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/align-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-pointer-2-c-char.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-zf-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-zf-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-longdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-a-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/align-wchar.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-double.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-size_t-size_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-double-1-c-double.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/a-ptrdiff_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/class-pointer-and-virtual.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-s-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-short-2-c-pointer.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-double.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-zf-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/a-pointer.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-float-2-c-short.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-s-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longlong-2-c-pointer.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/a-of-s-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-float.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-double-2-c-short.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-s-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-17-17-20.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-ptrdiff_t-pointer.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-zf-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-zf-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-pointer.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-s-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-s-float.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-float.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/a-of-s-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-char-2-c-long.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-s-pointer.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longlong-1-c-char.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-a-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-s-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-s-double.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-a-pointer.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/size-float.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-s-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-size_t-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-s-float.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-a-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-int-1-c-float.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-int-2-c-longdouble.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longlong-2-c-short.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-31-9-0.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-a-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-zf-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-s-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-s-double.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-zf-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-a-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-double.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-zf-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/class-float-and-virtual.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longlong-2-c-longlong.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-s-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-17-21-17.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-pointer-2-c-short.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-size_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-wchar_t-double.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-wchar_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/a-float.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-ptrdiff_t-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-longdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longlong-1-c-longdouble.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-a-pointer.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-zf-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/align-bool.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-a-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-ptrdiff_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-long-1-c-pointer.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-float.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-short-2-c-float.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-a-longdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-long-2-c-int.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-double-1-c-longdouble.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-long-1-c-long.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-wchar_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-size_t-float.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-s-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-s-float.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longdouble-1-c-longdouble.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-wchar_t-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-a-float.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-zf-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-char-1-c-float.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-7-14-12.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longdouble-1-c-double.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-a-double.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/class-char-and-virtual.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/a-of-s-longdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-pointer-1-c-longlong.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/class-longdouble-and-virtual.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-a-pointer.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-char-1-c-longdouble.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-wchar_t-longdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-0-0-5.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-zf-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-zf-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longlong-2-c-char.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-a-double.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-ptrdiff_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longlong-2-c-double.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/a-of-s-float.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/a-of-s-double.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-s-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-21-19-4.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-double-1-c-pointer.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-s-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-21-22-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-ptrdiff_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-17-17-2.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-size_t-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-short-1-c-short.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-size_t-ptrdiff_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-a-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-s-pointer.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-float.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-char-2-c-int.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-a-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-long-1-c-longlong.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longdouble-1-c-float.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-wchar_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longdouble-1-c-longlong.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-s-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-a-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-long-2-c-longdouble.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-26-8-6.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/a-of-s-pointer.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-s-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-a-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-float-1-c-int.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-21-5-26.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-a-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-short-1-c-longlong.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-a-double.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-float-1-c-long.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-a-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/size-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/size-longdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-zf-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-long-2-c-long.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-s-pointer.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-char-2-c-double.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-pointer.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-s-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-size_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-a-longdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-short-2-c-double.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-zf-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-0-20-17.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-size_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-ptrdiff_t-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-ptrdiff_t-ptrdiff_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-s-longdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-pointer.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-long-1-c-float.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-pointer-1-c-longdouble.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-short-1-c-long.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-long-2-c-pointer.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-s-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-a-pointer.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-31-28-16.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-pointer.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-double-2-c-int.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-int-1-c-char.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-s-float.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-size_t-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-s-pointer.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-s-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/endian.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-float-2-c-longlong.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-s-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-a-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/a-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/size-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-s-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-1-3-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-0-24-24.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-int-2-c-float.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-short-2-c-int.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-a-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-14-8-9.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-double-1-c-char.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-float-2-c-longdouble.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-s-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-float-1-c-pointer.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-a-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-float.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-ptrdiff_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-double-2-c-pointer.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-s-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-ptrdiff_t-double.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longlong-1-c-longlong.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-size_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-zf-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-float-2-c-long.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-a-float.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-wchar_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-a-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/a-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-20-20-15.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-wchar_t-size_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/size-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-a-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/size-pointer.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-23-17-8.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-pointer.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-a-float.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-s-double.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/a-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-wchar_t-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-zf-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/align-double.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-a-longdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-a-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/align-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-a-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-char-1-c-char.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-short-2-c-long.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-s-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-a-float.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-long-1-c-int.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-int-1-c-short.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-a-double.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-zf-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-s-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longdouble-1-c-long.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-char-2-c-float.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-s-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-a-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-double.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-int-2-c-char.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-a-double.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-longdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-14-22-10.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-s-longdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/size-wchar.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-a-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-s-pointer.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-zf-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-pointer-1-c-long.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-s-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-pointer-2-c-int.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longlong-1-c-double.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-s-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-longdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-int-2-c-double.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/a-of-s-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-wchar_t-pointer.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-zf-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-a-longdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/a-double.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-double-2-c-char.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-a-longdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-zf-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-20-26-14.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-19-6-22.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-short-2-c-short.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-4-14-29.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-float-1-c-float.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-a-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longdouble-2-c-float.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/size-size.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/align-pointer.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-a-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-s-double.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-char-1-c-int.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-double-1-c-float.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-size_t-pointer.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-int-2-c-int.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-char-1-c-short.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-2-25-27.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-s-float.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-wchar_t-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-a-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-a-float.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-a-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/class-int-and-virtual.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-ptrdiff_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-ptrdiff_t-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-zf-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-float-2-c-pointer.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/align-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-zf-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-a-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-a-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-a-double.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-char-2-c-char.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longlong-1-c-float.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-14-29-30.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longdouble-2-c-long.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-char-1-c-double.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/align-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-int-2-c-longlong.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-double.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-wchar_t-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-wchar_t-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-longdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longdouble-2-c-int.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-a-longdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-longdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-short-1-c-longdouble.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-zf-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longlong-2-c-longdouble.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-pointer-2-c-double.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-short-1-c-double.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-long-2-c-float.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longdouble-1-c-short.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-s-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-ptrdiff_t-wchar_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-a-double.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-30-15-26.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-wchar_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-s-longdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-pointer-1-c-float.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-double-2-c-longdouble.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-pointer-2-c-long.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-char-2-c-longlong.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-ptrdiff_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/align-longdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-14-31-26.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-s-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longdouble-2-c-longdouble.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/a-wchar_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-double-1-c-int.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-float-1-c-longlong.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/biggest-field-align.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/a-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/class-long-and-virtual.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-longdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-a-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-s-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/a-of-s-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-11-12-10.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-a-pointer.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-a-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-zf-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-zf-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-char-2-c-longdouble.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-zf-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-18-15-30.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-a-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-float-2-c-double.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-long-1-c-char.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/class-double-and-virtual.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-20-19-9.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-s-longdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-short-1-c-int.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-s-longdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-double.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-a-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-ptrdiff_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-long-1-c-short.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/a-of-s-ptrdiff_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-ptrdiff_t-size_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/minimal-struct-size-align.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/align-size.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-ptrdiff_t-longdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longlong-1-c-long.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-s-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-s-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-3-7-1.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/class-short-and-virtual.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-pointer.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-25-6-23.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-float.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-wchar_t-float.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/size-ptrdiff.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-a-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-zf-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-pointer.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-int-2-c-short.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/a-size_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/class-longlong-and-virtual.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-ptrdiff_t-float.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-s-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/align-float.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-zf-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-long-2-c-double.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/size-bool.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-size_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-double-2-c-longlong.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-zf-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-30-24-30.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-pointer-1-c-pointer.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-a-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-s-longdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-16-30-15.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-int-1-c-longdouble.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-zf-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-zf-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-s-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-s-float.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-pointer-2-c-longdouble.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-zf-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-wchar_t-ptrdiff_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-float-1-c-char.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-pointer-1-c-int.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-a-pointer.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-int-1-c-double.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/a-of-s-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-zf-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-long-2-c-char.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-s-pointer.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-float-2-c-float.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-a-longdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/a-longdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-s-float.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-double.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-s-double.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-ptrdiff_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-pointer.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/align-ptrdiff.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-double-2-c-float.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-s-float.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-zf-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-char-2-c-short.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-s-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longlong-2-c-int.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-int-1-c-pointer.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longlong-2-c-long.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-a-longdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-char-1-c-pointer.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-a-float.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-short-1-c-char.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-s-double.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-int-1-c-int.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-longdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-double.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-s-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-18-26-11.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-a-float.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-wchar_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-a-pointer.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/align-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-size_t-double.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-double-2-c-double.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-ptrdiff_t-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-5-23-7.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longlong-2-c-float.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-int-1-c-longlong.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-a-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longdouble-1-c-pointer.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-size_t-longdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-a-pointer.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-size_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-wchar_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-zf-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-27-22-7.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-float-1-c-short.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-zf-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longdouble-2-c-short.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-31-4-14.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-a-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-22-2-19.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-pointer-1-c-double.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-wchar_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-22-2-28.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longdouble-1-c-int.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-zf-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-pointer-2-c-float.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-char-1-c-longlong.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-double-1-c-short.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-s-double.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-s-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/size-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-int-a-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-zf-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-s-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-float-2-c-char.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-18-26-0.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-zf-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-s-float.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-long-1-c-longdouble.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-zf-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-a-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-a-float.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-18-4-17.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-a-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longlong-a-double.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-pointer-2-c-pointer.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longlong-1-c-short.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-s-pointer.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-size_t-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-18-5-16.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-zf-int.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-int-1-c-long.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-float-1-c-double.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-a-longdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-short-2-c-char.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-size_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-long-2-c-short.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-zf-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-s-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-1-21-31.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longdouble-1-c-char.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-s-longdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-short-1-c-pointer.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-double.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-pointer-1-c-short.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longlong-1-c-pointer.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/f-21-16-24.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-pointer.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-wchar_t.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-s-longdouble.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-a-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-s-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-double-1-c-long.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-short-1-c-float.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-pointer-1-c-char.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-ptrdiff_t-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-int-2-c-pointer.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-char-2-c-pointer.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-s-pointer.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-a-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-long-char.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-short-s-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-pointer-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-longdouble-2-c-double.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/c-double-1-c-longlong.cpp U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-char-s-pointer.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-double-a-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-longdouble-a-double.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-zf-long.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/s-float-a-longlong.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/size-short.c U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-a-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-short-1-c-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-a-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-pointer-2-c-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/align-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-long-2-c-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-zf-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-ptrdiff_t-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-zf-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-26-8-6.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-longdouble.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-7-14-12.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-s-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-27-22-7.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-short-2-c-longdouble.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-long-2-c-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/size-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-a-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-29-4-10.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/align-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-float-1-c-longdouble.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-a-double.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-s-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-s-double.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-wchar_t-longdouble.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-size_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-a-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-a-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-wchar_t-ptrdiff_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-zf-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-s-double.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/biggest-field-align.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-ptrdiff_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-a-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-1-3-1.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-0-20-17.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-0-0-5.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/align-wchar.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-wchar_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-pointer-1-c-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-a-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-size_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-18-4-17.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-s-longdouble.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/align-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-s-longdouble.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-s-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-short-2-c-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-19-6-22.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-s-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-ptrdiff_t-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-int-1-c-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-s-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-a-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-s-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-pointer-2-c-pointer.out+ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-zf-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-zf-longlong.out+ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-longlong-2-c-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-s-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/size-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-a-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-float-2-c-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-longdouble.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-ptrdiff_t-longdouble.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-a-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-size_t-longdouble.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-long-2-c-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-s-double.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-float-1-c-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-s-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-size_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-s-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-1-3-1.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-size_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-wchar_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-double-2-c-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-a-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-18-26-11.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-zf-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-long-1-c-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-zf-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-a-longdouble.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-s-longdouble.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-zf-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-s-longdouble.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-a-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-s-longdouble.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-a-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-a-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-22-2-19.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-s-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-s-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-21-22-1.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-a-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-18-26-0.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-wchar_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-zf-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-zf-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-size_t-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-double-2-c-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-22-2-28.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-short-1-c-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/align-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-s-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-longlong-2-c-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-s-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-size_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-zf-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/size-longdouble.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-double.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-zf-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-ptrdiff_t-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-a-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-int-1-c-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-a-longdouble.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-zf-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-a-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-a-longdouble.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-zf-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-a-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-pointer-1-c-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-size_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-a-double.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-31-9-0.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-double.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-size_t-size_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-s-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-wchar_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-a-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-zf-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-s-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-zf-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-int-2-c-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-a-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/size-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-wchar_t-double.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-23-17-8.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-s-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-wchar_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-longdouble.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/size-longdouble.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-s-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-long-1-c-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-char-1-c-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-s-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/align-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-a-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-s-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-longlong-1-c-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-zf-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-int-2-c-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-size_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-ptrdiff_t-size_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-zf-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-ptrdiff_t-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-a-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-0-20-17.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-ptrdiff_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-a-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-short-2-c-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-a-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-s-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/README U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-a-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-wchar_t-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-a-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-zf-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-wchar_t-ptrdiff_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-s-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-s-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-float-2-c-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-zf-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-s-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-float-1-c-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-double.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-char-1-c-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-wchar_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-ptrdiff_t-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-zf-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-a-longdouble.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/align-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-zf-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-a-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-double-2-c-longlong.out+ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-a-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-s-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/size-ptrdiff.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-a-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-ptrdiff_t-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-a-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-0-0-5.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-a-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-a-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-double-1-c-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-s-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-s-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-a-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/align-wchar.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-float-2-c-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-25-6-23.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-s-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-s-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-s-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-s-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-a-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-ptrdiff_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-char-1-c-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-30-24-30.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-zf-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-s-double.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-short-1-c-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/class-char-and-virtual.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-pointer-2-c-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-zf-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/align-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-a-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-pointer-1-c-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-short-1-c-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-31-9-0.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-ptrdiff_t-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-a-longdouble.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-longdouble-1-c-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-s-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-a-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-s-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-21-19-4.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-size_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-30-15-26.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/size-size.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-a-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-long-1-c-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-17-17-2.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-zf-short.out+ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-size_t-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-zf-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-s-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-s-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-longdouble.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-a-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-zf-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-a-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-a-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-a-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-a-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-a-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-a-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-s-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-a-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-char-2-c-longdouble.out+ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-s-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-size_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-size_t-wchar_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-s-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-24-27-8.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-s-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-wchar_t-wchar_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-longdouble-1-c-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-pointer-1-c-pointer.out+ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-20-26-14.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-a-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-char-2-c-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-a-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-a-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-4-14-29.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-longdouble.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-s-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-float-2-c-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-zf-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-s-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-a-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-zf-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-s-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-long-2-c-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-short-2-c-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/align-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/endian.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-longdouble-1-c-char.out+ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-of-s-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-size_t-size_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-wchar_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-14-8-9.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-ptrdiff_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-zf-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-size_t-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-long-1-c-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-longdouble.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-0-24-24.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-a-longlong.out+ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-longdouble.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-size_t-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-a-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-ptrdiff_t-ptrdiff_t.out+ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-s-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-longdouble.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-wchar_t-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-long-2-c-longdouble.out+ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-a-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-17-17-20.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/align-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/class-int-and-virtual.out+ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-ptrdiff_t-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-15-1-22.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-31-28-16.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-longdouble.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-s-longdouble.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-zf-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-longdouble.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/align-ptrdiff.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-a-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-longdouble-1-c-long.out+ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-a-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-s-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-double.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-ptrdiff_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-s-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-double-1-c-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-s-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-s-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-ptrdiff_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-17-21-17.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-float-1-c-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-zf-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-of-s-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-double.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-zf-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-s-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-int-2-c-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-a-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-22-2-28.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-s-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-double-2-c-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-a-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-a-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-ptrdiff_t-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-long-2-c-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-17-17-20.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-zf-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-ptrdiff_t-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/align-double.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-of-s-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-a-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-wchar_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-zf-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-1-21-31.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-int-2-c-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-a-longdouble.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-int-1-c-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-a-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-a-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-pointer-1-c-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/align-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-17-17-2.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-a-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-ptrdiff_t-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/align-size.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-s-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-of-s-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-size_t-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-zf-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-wchar_t-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-s-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-s-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-a-longdouble.out+ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-a-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-a-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-s-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-ptrdiff_t-size_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-zf-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-int-1-c-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-a-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-char-2-c-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-s-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-14-29-30.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-double-1-c-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-ptrdiff_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-float-2-c-longdouble.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-of-s-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/size-double.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-0-24-24.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-zf-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-a-double.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-float-1-c-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-s-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-s-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-s-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-zf-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-s-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-s-double.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-14-31-26.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-7-14-12.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-char-2-c-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-30-15-26.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/size-size.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-int-1-c-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-a-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-char-1-c-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-size_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-a-double.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-a-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-s-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-zf-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-a-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-20-20-15.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-wchar_t-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-a-double.out+ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-s-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-char-2-c-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-s-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-double.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-size_t-double.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-zf-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-ptrdiff_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-s-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-zf-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-a-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-zf-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-double-2-c-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-a-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-s-longdouble.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-a-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-21-16-24.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-5-23-7.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-size_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-s-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-s-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-14-22-10.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-ptrdiff_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-zf-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-19-6-22.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-double.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-a-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-29-16-7.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-a-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-s-longdouble.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-s-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-15-1-22.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-of-s-longdouble.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-float-1-c-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-of-s-ptrdiff_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-s-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-10-11-10.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-zf-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-s-longdouble.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-s-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-zf-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-pointer-1-c-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-longdouble-2-c-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-s-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-a-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-zf-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-of-s-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-2-25-27.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-s-double.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-2-25-27.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-s-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-21-22-1.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-double-1-c-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-s-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-size_t-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-s-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/align-ptrdiff.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-zf-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-a-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-float-2-c-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-longlong-2-c-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-long-1-c-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/biggest-field-align.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-size_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-double-2-c-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-a-double.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-zf-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-size_t-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-zf-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-a-double.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-24-18-9.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-a-longdouble.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/size-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-longdouble-2-c-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-a-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-zf-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-s-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-ptrdiff_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-s-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-longlong-1-c-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-size_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-pointer-2-c-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-zf-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-wchar_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/size-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-a-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-18-4-17.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-longdouble.out+ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-s-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-ptrdiff_t-wchar_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-a-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-float-1-c-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-s-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-longdouble-2-c-char.out+ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-ptrdiff_t-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-ptrdiff_t-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-ptrdiff_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-long-2-c-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-21-24-20.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-size_t-ptrdiff_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/size-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-a-double.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-s-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-a-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-s-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-s-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-pointer-1-c-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-short-1-c-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-31-28-16.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-float-1-c-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-s-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-longdouble.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-s-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-zf-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-s-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-16-30-15.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-longlong-1-c-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-a-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-a-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-s-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-5-23-7.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-wchar_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-longdouble-2-c-long.out+ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-s-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-char-2-c-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-a-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-longdouble.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-a-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-short-1-c-longdouble.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/align-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-wchar_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-wchar_t-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-zf-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-int-2-c-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-longdouble.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/align-longdouble.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-char-2-c-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-a-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-longdouble-1-c-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/size-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-wchar_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-short-2-c-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-a-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-int-1-c-longdouble.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-zf-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-wchar_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-s-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-s-double.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-18-26-11.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-s-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-10-11-10.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-s-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-a-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-size_t-ptrdiff_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/align-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-s-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-18-5-16.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-21-5-26.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-int-1-c-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-long-1-c-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-size_t-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-a-longdouble.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-s-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/align-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-zf-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-zf-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-a-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/class-long-and-virtual.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-27-22-7.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-short-2-c-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-wchar_t-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-float-1-c-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-a-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-zf-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-s-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-wchar_t-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-zf-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-a-longdouble.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-30-24-30.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-18-5-16.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-size_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-s-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-char-1-c-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-of-s-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-a-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-size_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/align-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-s-longdouble.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-ptrdiff_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-s-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-a-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-wchar_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-zf-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-s-longdouble.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-size_t-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-ptrdiff_t-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-zf-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-of-s-double.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-18-15-30.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-s-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-s-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-a-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/size-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/size-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-size_t-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-a-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-20-19-9.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-pointer-1-c-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/size-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-s-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-a-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-s-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-a-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-ptrdiff_t-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-size_t-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-s-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-26-8-6.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-zf-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/endian.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-20-20-15.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-21-5-26.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-a-longdouble.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-a-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-a-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-of-s-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-s-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-s-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-longdouble.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/align-size.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-wchar_t-size_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-s-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-of-s-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-longdouble.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-a-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-wchar_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-wchar_t-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-a-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-size_t-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-s-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-of-s-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-longlong.out+ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-s-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-14-31-26.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-double-2-c-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-double-1-c-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-a-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-14-22-10.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-s-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-wchar_t-wchar_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-a-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-zf-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-short-2-c-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-ptrdiff_t-double.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/size-wchar.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-of-s-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-longlong-1-c-double.out+ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-float-2-c-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-int-1-c-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-3-7-1.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-char-1-c-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-a-double.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-int-2-c-longdouble.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-of-s-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-a-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-longlong-2-c-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-long-1-c-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-wchar_t-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-24-18-9.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-a-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-s-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-zf-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-double-2-c-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-a-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-longdouble.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-31-4-14.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-18-26-0.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-a-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-s-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-a-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-double-1-c-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-a-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-s-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-zf-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-wchar_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-wchar_t-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-size_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-double.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/size-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-longlong-1-c-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-int-2-c-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-zf-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-zf-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-s-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-pointer-2-c-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-zf-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-s-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-zf-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-s-longdouble.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-a-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-int-2-c-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-wchar_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-longlong-2-c-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-a-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-size_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/size-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-size_t-wchar_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-20-26-14.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-zf-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-wchar_t-size_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-a-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-4-14-29.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-wchar_t-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-char-1-c-longdouble.out+ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-3-7-1.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-a-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-31-4-14.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-s-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-s-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-zf-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-pointer-2-c-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-int-1-c-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-zf-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-s-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-zf-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-long-2-c-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-s-double.out+ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-zf-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-a-longdouble.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-zf-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-a-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-ptrdiff_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-a-longdouble.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-s-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-a-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-21-24-20.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-ptrdiff_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-ptrdiff_t-ptrdiff_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/align-bool.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-a-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-pointer-2-c-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/size-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-long-1-c-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-s-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-a-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-14-8-9.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-wchar_t-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-short-2-c-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-s-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-size_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-char-1-c-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-a-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-longdouble-2-c-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-double.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-a-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-long-1-c-longdouble.out+ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/size-ptrdiff.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-20-19-9.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-s-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-of-s-longdouble.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-pointer-2-c-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-ptrdiff_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-short-1-c-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-zf-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-s-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-ptrdiff_t-wchar_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-s-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-short-1-c-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-wchar_t-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-wchar_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-s-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-ptrdiff_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-s-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-char-1-c-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-longlong-1-c-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-zf-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-ptrdiff_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-float-2-c-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-double-1-c-longlong.out+ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/size-bool.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-29-16-7.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-a-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-longlong-2-c-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-s-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-a-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/size-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-29-4-10.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-zf-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-zf-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-longlong-2-c-double.out+ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-ptrdiff_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-int-2-c-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-zf-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-a-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-char-2-c-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-s-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-21-16-24.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-zf-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/size-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-a-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-s-double.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-a-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-double-1-c-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-22-2-19.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-of-s-ptrdiff_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-s-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-short-1-c-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-a-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-of-s-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-23-17-8.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-a-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-a-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-float-2-c-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-zf-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-s-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-size_t-longdouble.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-21-19-4.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-s-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-longdouble.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-a-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-long-2-c-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-wchar_t-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-18-15-30.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-s-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-s-longdouble.out+ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-s-double.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-a-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-a-int.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-14-29-30.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-a-double.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-a-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-of-s-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/align-longdouble.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/size-wchar.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-16-30-15.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-wchar_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-s-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-of-s-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-s-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-longlong-1-c-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-wchar_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-a-pointer.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-pointer-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-zf-long.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-s-longlong.out+ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-zf-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-11-12-10.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-a-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-ptrdiff_t.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-size_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-zf-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-size_t-short.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-wchar_t-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-float-zf-longlong.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-size_t-char.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-int-s-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-char-2-c-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-25-6-23.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-char-a-float.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-s-pointer.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-short-s-longlong.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-s-float.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-wchar_t-longdouble.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-1-21-31.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/c-short-2-c-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-size_t.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-double-long.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/align-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/a-double.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-24-27-8.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longdouble-zf-char.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-11-12-10.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-long-s-int.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-size_t-short.out U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/f-17-21-17.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/s-longlong-a-double.out++ U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/old-deja.exp U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.warn/compare1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.warn/iomanip.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.warn/flow1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.warn/cast-align1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.warn/virt1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.warn/impint2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.warn/impint.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.warn/inline.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/overload1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/overload2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/overload3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/overload4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/overload5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/overload6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/overload7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/overload8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/overload9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/warnings1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/warnings2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/warnings3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/warnings4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/warnings5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/warnings6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/warnings7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/warnings8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/warnings9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ambiguity1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/overload10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/overload11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/new-array.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/copy1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/copy2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/copy3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/copy4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/copy5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/copy6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/copy7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/copy8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/copy9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/friend1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/friend2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/friend3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/friend4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ptolemy1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ptolemy2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/union1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/union2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/union3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/eh1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ns1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/warnings10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/README U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/sorry1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/explicit1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ctors1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ctors2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ctors3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/line1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/mutable1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/rtti1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/groff1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/access1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/shadow1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/complex1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/enum1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/enum2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/enum3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/enum4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/enum5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/enum6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/enum7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/enum8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/enum9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/parse1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/parse2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/parse3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/parse4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/parse5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/parse6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash17.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash18.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash20.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash22.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash23.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash24.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash25.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash26.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash27.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash28.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash29.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash30.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash31.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash32.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash33.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash34.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash35.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash36.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash37.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash38.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash39.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash40.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash41.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash42.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash43.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash44.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash45.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash46.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash47.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash48.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash49.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash50.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash51.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash52.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash53.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash54.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash55.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash56.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash57.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash58.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash60.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash61.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash62.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash63.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash64.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash65.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash66.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash67.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash68.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/redecl1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/redecl2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/redecl3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/bit-fields1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/bit-fields2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/scope1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/scope2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/scope3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/scope4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/scope5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/misc1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/misc2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/misc3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/misc4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/misc5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/misc6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/misc7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/misc8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/misc9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/template1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/template2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/template3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/template4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/template5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/template6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/template7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/template8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/arm1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/anon-union1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/arm2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/arm3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ptrmem1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ptrmem2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ptrmem3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ptrmem4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/cvt1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/cvt2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/cvt3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/cvt4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/cvt5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/recurse.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/visibility1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/visibility2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/visibility3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/visibility4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/visibility5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/visibility6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/visibility7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/visibility8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/visibility9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/nest1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/nest2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/nest3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/nest4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/delete1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/delete2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/array-refs.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/visibility10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/abstract1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/sizeof1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/sizeof2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/sizeof3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/sizeof4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/sizeof5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/alignof.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/typedef1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/new1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/new2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/new3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/reference1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/synth1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/err-msg10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/err-msg11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/err-msg12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/enum10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/enum11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/enum12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/enum13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/init1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/enum14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/code-gen1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/code-gen2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/code-gen3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/code-gen4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/code-gen6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/misc10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/misc11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/misc14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/misc15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/misc16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/misc17.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/label1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/label2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/enum-clash.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/nest10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/nest11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/nest12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/nest13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/nest15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/nest16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/nest17.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/nest18.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/nest19.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/nest20.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/nest21.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/nest22.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/nest23.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/nest24.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/prepost1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/prepost2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/prepost3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/prepost4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/template11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/template12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/template13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/template15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/template16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/template17.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/template18.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/template19.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/template20.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/template21.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/template22.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/template23.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/template24.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/template25.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/init2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/template26.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/template27.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/template28.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/template29.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/template30.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/template31.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/temporary1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/array1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/static1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/static2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/static3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/dtors1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/dtors2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/dtors3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/init10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/init11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/init12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/init13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/vtables1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/def-fns1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/init3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/init4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/init5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/init6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/init7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/init8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/init9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/bool1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/def-args1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/asm-extn1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/err-msg1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/err-msg2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/err-msg3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/err-msg4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/err-msg5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/err-msg6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/err-msg7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/err-msg8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/err-msg9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/operators1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/operators2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/operators3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/operators4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/operators5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/operators6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/operators7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/operators8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/14664-1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/14664-2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/15309-1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/15309-2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/15351-1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/15351-2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/tem01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/tem02.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/tem05.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/tem06.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/tem07.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/p12475.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/p13417.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/p13721.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/typedef01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/typedef03.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/scope01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/scope02.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/warn01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/warn02.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/warn03.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/warn04.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/typeid01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/13478.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/15756-1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/15756-2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/13523.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/bool01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/bool02.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/13908.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/14139.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/friend01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/friend02.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/14687.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/15054.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/15071.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/15799.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/15822.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/16077.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/16567.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/15800-1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/15800-2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/17922.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/17930.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/18208.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/cond1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/ctor1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/terminate1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/terminate2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/ia64-1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/fntry1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/unwind1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/spec1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/spec2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/spec3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/spec4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/spec5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/spec6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/spec7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/flow1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/ptrmem1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/tmpl1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/tmpl2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/tmpl3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/tmpl4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/tmpl5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/tmpl6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/catch1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/catch2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/catch3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/catch4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/catch5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/catch6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/catch7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/catch8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/catch9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/new1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/new2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/ptr1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/rethrow1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/rethrow2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/rethrow3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/rethrow4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/rethrow5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/rethrow6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/catch10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/catch11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/catch12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/catch13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/catch14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/catch3p.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/catch4p.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/catch5p.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/catch6p.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/catch7p.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/catch8p.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/catch9p.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/cleanup1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/cleanup2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/crash1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/crash2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/crash3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/crash4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/crash5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/crash6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/throw1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/throw2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/pdel1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/pdel2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/inline1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/inline2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/catchptr1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/vbase1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/vbase2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/vbase3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/vbase4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.gb/README U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.gb/scope01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.gb/scope02.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.gb/scope03.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.gb/scope04.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.gb/scope05.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.gb/scope06.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.gb/scope07.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.gb/scope08.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.gb/scope09.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.gb/scope10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.gb/scope11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.gb/scope12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.gb/scope13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/overload1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/overload2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/overload3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/overload4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/overload5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/undef1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/friend1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/friend2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/ns1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/ns2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/ns3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/ns4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/ns5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/ns6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/ns7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/ns8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/ns9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/main1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/using10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/using11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/using12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/using13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/using14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/template1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/template2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/template3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/template4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/template5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/template6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/template7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/template8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/template9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/scoped1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/invalid1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/lookup1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/lookup2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/lookup3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/lookup4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/lookup5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/koenig1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/koenig2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/koenig3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/koenig4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/koenig5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/koenig6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/koenig7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/koenig8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/koenig9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/new1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/ns10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/ns11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/ns12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/ns13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/ns14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/ns15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/ns16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/ns17.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/ns18.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/ns19.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/type1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/type2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/extern1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/template10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/template11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/template12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/template13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/template14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/template15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/template16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/template17.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/template18.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/anon1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/crash1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/crash2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/crash3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/crash4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/alias1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/alias2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/alias3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/alias4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/alias5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/alias6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/alias7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/bogus1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/using1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/using2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/using3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/using4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/using5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/using6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/using7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/using8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/using9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/overload1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/overload2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/overload3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/overload4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/overload5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/overload6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/overload7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/overload8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/overload9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memclass10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memclass11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memclass12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memclass13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memclass14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memclass15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memclass16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memclass17.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memclass18.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memclass19.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memclass20.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memclass21.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/m1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/m2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/m3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/m4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/m5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/m6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/m7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/m8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/m9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/tt.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/recursion2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ehspec1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/overload10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/overload11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/overload12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/overload13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/overload14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/overload15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/cond2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/cond3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/decl1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/decl2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/decl3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/decl4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/conv1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/conv2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/conv3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/copy1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/pointer1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/niklas01b.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/derived1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/derived2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/derived3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/instantiate10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/instantiate11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/instantiate12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/instantiate13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/instantiate5.cc U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/repo1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/repo2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/repo3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/repo4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/bad-type.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ctor1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ctor2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/m9a.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/unify1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/unify2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/unify3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/unify4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/unify6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/unify7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/unify8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/union1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/union2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ptrmem10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/mi1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t00.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t03.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t04.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t05.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t06.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t07.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t08.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t09.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t18.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t20.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t21.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t22.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t23.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t24.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t25.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t26.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t27.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t28.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t29.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t30.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t31.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t32.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t34.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t35.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t36.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t37.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t38.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t39.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t40.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t41.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t42.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/lookup10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/to2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/tt2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec17.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec18.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec19.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec20.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec21.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec22.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec23.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec24.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec25.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec26.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec27.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec28.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec29.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec30.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec31.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec32.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec33.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec34.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec35.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec36.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec37.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec38.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec39.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec40.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec41.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/stmtexpr2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/error1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/error2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/error3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explarg1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp100.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/fntry1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/eichin01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/incomplete1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/export1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/link1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/codegen1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit17.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit18.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit19.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit20.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit21.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit22.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit23.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit24.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit25.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit26.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit27.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit28.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit29.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit30.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit31.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit32.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit33.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit34.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit35.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit36.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit37.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit38.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit39.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit40.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit41.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit42.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit43.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit50.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit51.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit52.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit53.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit54.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit55.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit56.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit57.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit58.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit59.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit60.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit61.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit62.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit63.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit64.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit65.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit66.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit67.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit68.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit69.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit70.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit71.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit72.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit73.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit74.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit75.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit76.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit77.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit78.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit79.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit80.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit81.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit82.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit83.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/auto_ptr.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/partial1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/partial2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/partial3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/partial4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/partial5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/shadow1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/shadow2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/enum2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/enum3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/enum4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/enum5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/enum6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/enum7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/enum8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/enum9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/assign1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/recursion.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/parms1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/parms2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/parms3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/parse2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash17.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash18.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash19.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash20.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash21.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash22.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash23.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash24.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash25.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash26.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash27.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash28.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash29.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash30.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash31.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash32.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash33.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash34.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash35.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash36.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash37.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash38.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash39.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash40.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash41.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash42.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash43.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash44.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash45.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash46.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash47.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash48.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash49.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash50.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash51.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash52.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash53.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash54.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash55.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash56.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash57.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash58.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash59.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash60.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash61.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash62.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash63.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash64.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash65.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash66.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash67.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash68.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/test4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/test5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/redecl1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/redecl2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/scope1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/nested1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/nested2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/sizeof.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/nontype1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/nontype2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/nontype3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/nontype4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/nontype5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/inject1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/inject2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/asm1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/asm2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/expr1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/expr2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/expr3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/expr5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/expr6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/expr7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/expr8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ptrmem1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ptrmem2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ptrmem3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ptrmem4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ptrmem5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ptrmem6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ptrmem7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ptrmem8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ptrmem9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/debug1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/enum.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/const1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/const2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/virtual1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/virtual2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/virtual3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/virtual4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/defarg.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/goto.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/static_cast.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memclass1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memclass2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memclass3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memclass4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memclass5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memclass6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memclass7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memclass8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memclass9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/tiemann1r.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/instantiate1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/instantiate2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/instantiate3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/instantiate4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/instantiate5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/instantiate6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/instantiate7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/instantiate8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/instantiate9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/mangle1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/mangle2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/deduct1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/deduct2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/deduct3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/deduct4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/deduct5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/deduct6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/deduct7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/lookup1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/lookup2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/lookup3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/lookup4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/lookup5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/lookup6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/lookup7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/lookup8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/lookup9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/koenig1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/sizeof2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/sizeof3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp17.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp18.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp19.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp20.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp21.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp22.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp23.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp24.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp25.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp26.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp27.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp28.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp29.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp30.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp31.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp32.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp33.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp34.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp35.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp36.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp37.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp38.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp39.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp40.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp41.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp42.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp43.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp44.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp45.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp46.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp47.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp48.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp49.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp50.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp51.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp52.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp53.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp54.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp55.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp56.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp57.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp58.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp59.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp60.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp61.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp62.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp63.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp64.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp65.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/alignof.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/typedef1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/typedef2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/typedef3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/typedef4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/eichin01a.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/eichin01b.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/defarg2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/defarg3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/defarg4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/defarg5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/defarg6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t11a.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/defarg7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/defarg8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/defarg9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/defarg10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/defarg11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/defarg12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/defarg13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/defarg14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t12a.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t14a.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t32a.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t34a.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t35a.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/t37a.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/vaarg.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/enum10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/enum11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/enum12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/enum13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/enum14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/poi1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/goto2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ref1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ref2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ref3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ref4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/syntax1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/syntax2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/label1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/static10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/static11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ttp9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/var1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/local1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/local2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/local3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/local4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/local5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/local6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/local7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/builtin.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/extern1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/nttp1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/nttp2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/vaarg2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/vaarg3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/niklas01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/niklas02.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/niklas03.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/switch1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/inherit1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/inherit2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/array1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/array2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/array3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/array4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/array5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/array6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/array7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/warn1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/warn2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/inline1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/inline2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/static1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/static2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/static3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/static4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/static5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/static6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/static7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/static8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/static9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/stmtexpr.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/infinite1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/using1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/using2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/call1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/call2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/dynarray.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/cast1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/cast2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/tiemann2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/vbase1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend17.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend18.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend20.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend21.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend22.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend23.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend24.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend25.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend26.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend27.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend28.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend29.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend30.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend31.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend32.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend33.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend34.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend35.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend36.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend37.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend38.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend39.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend40.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend41.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend42.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend43.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend44.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend45.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend46.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend47.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend48.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend49.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/typename1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/typename2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/typename3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/typename4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/typename5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/typename6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/typename7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/typename8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/typename9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/typename10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/typename11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/typename12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/typename13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/typename14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/typename15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/typename16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/typename17.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/typename18.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/typename19.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/typename20.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/typename21.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/typename22.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/typename23.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/typename24.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/typename25.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/typename26.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/typename27.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/typename28.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp17.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp18.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp19.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp20.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp23.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp24.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp25.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp26.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp27.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp28.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp29.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp30.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp31.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp32.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp33.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp34.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp35.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp36.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp37.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp39.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp40.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp41.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp42.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp43.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp44.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp45.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp46.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp47.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp48.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp49.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp52.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp53.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp55.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp56.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp58.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp59.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp60.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp61.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp62.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp63.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp64.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp65.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp66.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp67.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp68.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp69.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp70.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp71.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp72.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp73.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp74.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp75.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp76.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp77.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp78.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp79.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp80.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp81.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp82.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp83.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp84.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp85.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp86.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp87.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp88.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp89.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp90.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp91.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp92.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp93.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp94.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp95.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp96.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp97.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp98.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp99.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/instantiate5-main.cc U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/operator1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb102.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb103.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb104.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb105.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb106.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb107.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb108.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb109.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb110.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb111.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb112.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb113.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb114.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb115.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb116.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb118.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb119.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb120.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb121.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb122.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb123.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb124.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb125.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb126.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb127.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb128.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb129.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb130.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb131.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb132.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb133.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/README U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eh990323-1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eh990323-2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eh990323-3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eh990323-4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eh990323-5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/ebnull-oldcast.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/ebnull-cast.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/ice990323-1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/ice990323-2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/ice990323-3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/ice990323-4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/ice990323-5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb17.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb18.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb19.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb20.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb21.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb22.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb23.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb24.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb26.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb27.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb28.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb29.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb30.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb31.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb32.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb33.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb34.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb35.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb36.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb37.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb38.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb39.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb41.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb43.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb44.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb45.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb46.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb48.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb49.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb50.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb51.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb52.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb54.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb55.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb56.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb57.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb58.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb59.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb60.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb61.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb62.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb63.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb64.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb65.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb66.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb67.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb69.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb70.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb71.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb73.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb74.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb75.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb76.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb77.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb79.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb80.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb81.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb82.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb83.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb84.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb86.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb87.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb88.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb90.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb91.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb92.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb93.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb94.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb95.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb97.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb98.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb99.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/980310-1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/ebnull.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb129a.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb133a.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb133b.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/ptrmem.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/ptrflags.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/vmihint.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/vtable2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/vtable3.h U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/empty.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/empty2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/empty3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/primary2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/primary3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/primary4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/primary5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/vtable.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/mangle1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/align.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/aggregates.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/arraynew.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/layout1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/cxa_vec.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/crash1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/vtable3a.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/vtable3b.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/vtable3c.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/vtable3d.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/vtable3e.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/vtable3f.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/vtable3g.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/vtable3h.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/vtable3i.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/vtable3j.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/vbase8-5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/vbase8-9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/vbase1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/vbase2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/vbase3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/vbase4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/vbase5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/vbase6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/vbase7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/bitfields.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/primary.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bob/cond1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bob/friend1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bob/nested1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bob/template1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bob/template2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bob/template3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bob/template4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bob/incomplete-cast1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bob/delete1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bob/protected1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bob/inherit1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bob/inherit2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bob/array1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bob/array2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bob/static1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bob/extern_C.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bob/packed1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bob/case1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/overload1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/jump1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/stmtexpr1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/attrib1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/attrib2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/attrib3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/attrib4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/attrib5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/attrib6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/syshdr1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/memconst.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/typeof1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/typeof2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/pretty2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/pretty3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/pretty4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/namedret1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/namedret2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/namedret3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/default.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/constructor.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/label1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/label2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/arrnew2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/pretty.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/asmspec1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/null1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/anon1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/anon2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/anon3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/delvoid.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/noweak1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/array1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/array2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/array3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/array4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/addrfunc1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/addrfunc2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/addrfunc3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/addrfunc4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/arrnew.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/restrict1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/typename1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/return1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/bound1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/patches1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/copy1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/copy2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/friend1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/friend4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/friend5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/refs1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/refs2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/refs3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/refs4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/union1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/union2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/union3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/union4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/mentor1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/cvt10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/cvt11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/cvt12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/cvt13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/cvt14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/cvt15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/cvt16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/cvt17.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/cvt18.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/cvt19.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/cvt20.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/cvt21.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/cvt22.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/cvt23.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/profile1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/parsing1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/parsing2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/parsing3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/parsing4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/parsing5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/parsing6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/parsing7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/parsing8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/parsing9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/except1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/except2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/except3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/except4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/except5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/except6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ctors1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ctors2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ctors3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ctors4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ctors5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ctors6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ctors7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ctors8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/enum1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ctors9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/vtable1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/vtable2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/vtable3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/temps1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/temps2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/temps3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/temps4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/temps5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/temps6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/temps7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/access1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/access2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/access3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/access4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/access5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/shadow1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/shadow2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/typeck1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/typeck2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/typeck3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/typeck4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/enum2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/enum3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/enum4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/enum6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/enum7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/enum8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/enum9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/unsorted1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/unsorted2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/static-mem2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/static-mem3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/static-mem4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/static-mem5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/bit-fields1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/bit-fields2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/bit-fields3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/incdec1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/scope1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/scope2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/scope3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/scope4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/scope5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/template1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/template3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/arg1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/arg2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/arg3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/arg4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/arg5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/arg6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/arg7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/arg8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/arg9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/arm1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/arm2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/arm3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/arm4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/arm5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/arm6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/arm7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/arm8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/arm9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/cvt1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/cvt2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/cvt3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/cvt4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/cvt5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/cvt6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/cvt7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/cvt8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/cvt9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/missing1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/virtual1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/virtual2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/virtual3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/virtual4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/visibility1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/visibility2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/visibility3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/visibility4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/visibility5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/visibility6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/visibility7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/visibility8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/visibility9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/nest1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/nest2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/nest3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/nest4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/nest5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/casts1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/casts2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/casts3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/visibility10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/visibility11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/visibility12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/visibility13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/visibility14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/visibility15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/visibility16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/visibility17.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/visibility18.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/visibility19.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/visibility20.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/visibility21.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/visibility22.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/visibility24.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/visibility25.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/visibility26.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/visibility27.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/visibility28.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/memoized1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ctors10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ctors11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ctors12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ctors13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ctors14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ctors15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ctors16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ctors17.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ctors18.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ctors19.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ctors20.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ctors21.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/code-gen1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/pic1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/code-gen2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/code-gen4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/code-gen5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/missed-error1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/missed-error2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/missed-error3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/dossier1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/global-init1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/weak.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/builtin1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/array1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/array2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/arg10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/arg11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/arm10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/arm11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/arm12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/arm13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/arm14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/arm15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/arm16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/inline4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/inline6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/inline7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/bad-error1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/bad-error3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/bad-error4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/bad-error6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/bad-error7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/dtors1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/dtors2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/dtors3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/dtors4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/dtors5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/init10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/init11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/init13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/init14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/vbase1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/operators10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/operators11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/operators12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/operators13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/operators14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/operators15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/operators16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/operators17.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/operators18.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/operators19.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/operators21.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/operators22.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/operators23.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/operators24.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/operators25.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/operators27.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/operators28.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/operators29.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/operators30.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/operators31.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/operators32.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/operators33.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/operators34.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/init1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/init2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/init3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/init4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/init5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/init6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/init7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/init8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/init9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/parsing10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/operators2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/operators3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/operators4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/operators6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/operators8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/operators9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.rfg/00321_01-.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.rfg/00324_02-.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.martin/overload1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.martin/pure1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.martin/conv1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.martin/bitset1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.martin/sts_partial.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.martin/access1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.martin/eval1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.martin/sts_conv.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.martin/sts_iarr.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.martin/lookup1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.martin/typedef1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.martin/typedef2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.martin/new1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.martin/pmf1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.martin/pmf2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.martin/crash1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.martin/sts_vectini.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.martin/ambig1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.niklas/README U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.niklas/t113.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.niklas/t114.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.niklas/t115.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.niklas/t118.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.niklas/t119.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.niklas/t120.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.niklas/t121.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.niklas/t122.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.niklas/t123.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.niklas/t124.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.niklas/t125.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.niklas/t126.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.niklas/t127.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.niklas/t128.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.niklas/t129.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.niklas/t130.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.niklas/t131.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.niklas/t132.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.niklas/t133.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.niklas/t134.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.niklas/t135.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.niklas/t136.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.niklas/t137.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.niklas/t138.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.niklas/t139.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.niklas/t140.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.niklas/t141.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/tempsub.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/warning10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/tempover.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/mi.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/tempparse.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload17.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload18.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/byval.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload19.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload20.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload21.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload22.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload23.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload24.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload26.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload27.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload28.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload29.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload30.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload31.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload32.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload33.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload34.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload35.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload36.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/cond2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/binding.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/const.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/scoping10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/scoping11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/scoping12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/scoping13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/scoping14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/scoping15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/scoping16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/scoping17.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/cleanup.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/temporary.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/method.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/friend2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ref10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ref11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ref12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/parse10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/parse11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/parse12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/parse13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/parse14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/rfg10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/rfg11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/rfg12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/rfg13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/rfg14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/rfg16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/rfg17.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/rfg18.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/rfg20.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/rfg21.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/rfg22.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/rfg23.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/rfg24.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/rfg25.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/rfg26.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/rfg27.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/rfg28.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ctor1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ctor2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/report.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/dot.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/net.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/new.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/pmf.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/tempinst1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/dcast1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/dcast2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/dcast3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/return.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/warning1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/warning2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/warning3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/warning4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/warning5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/warning6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/warning7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/warning8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/warning9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/condexp.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/typeck.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/incomplete1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/incomplete2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/optimize.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/destruct.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/dtor2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/dtor3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/dtor4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/dtor5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/mutable1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/explicit.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/virtual.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/vecdel.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/groff1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/access1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/access2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/access3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/access4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/access5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/access6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/access7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/access8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/access9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/precedence.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/enum2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/shadow1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/rvalue1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/rvalue2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/rvalue3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/typedef.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/enum3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/enum4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/enum5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/enum6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/enum7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/enum8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/typeid1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/typeid2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/local.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/trivial.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/operator.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/parse1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/parse2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/parse3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/parse4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/parse5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/parse6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/parse7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/parse8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/parse9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/crash10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/crash11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/crash12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/redecl1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/context.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/nested1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/nested2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/nested4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/nested5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/nested6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/nested7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/nested8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/anon.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/byval2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/byval3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/bool.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/expr1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/cond.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/dtor.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/binding2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/binding3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/enum.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/const2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/const3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/const4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/virtual2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/synth.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/hmc1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/scoping.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/conversion2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/conversion3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/conversion4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/conversion5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/conversion6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/conversion7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/conversion8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/conversion9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/delete1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/delete2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/delete3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/tredecl.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/pmftemp.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/access10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/access11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/access12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/access13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/access14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/access15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/access16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/access17.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/access18.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/access20.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/access21.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/access22.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/access23.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/access24.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/init.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/mangle1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/mangle2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/mangle3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/jump.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/lookup2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/lookup3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/lex1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/complete1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/typedef2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/typedef3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/net2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/new2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/new3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/new4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/new5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/synth2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/synth3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/synth4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/synth5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/synth6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/synth7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/synth8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/synth9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/opeq.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/pmf2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/pmf3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/pmf4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/pmf5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/pmf6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/pmf7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/pmf8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/pmf9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/pmem.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/defctor.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/friend.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ref1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ref2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ref3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ref4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ref5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ref6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ref7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ref8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ref9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/rfg1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/rfg2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/rfg3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/rfg4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/rfg5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/rfg6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/rfg7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/rfg8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/rfg9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/union.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/default1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/default2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/default3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/synth10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/offset1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/offset2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/offset3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/offset4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/this.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/conversion.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/builtin.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/cleanup2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/lvalue.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/builtin2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/loverload.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template17.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template18.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template19.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template20.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template21.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template22.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template23.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template24.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template25.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template26.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template27.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template28.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template29.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template30.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template31.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template32.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template33.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template34.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template35.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template36.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template37.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template39.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template40.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template41.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template42.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template43.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/template44.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/2371.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/scoping2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/scoping3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/scoping4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/scoping5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/scoping6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/scoping7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/scoping8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/scoping9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/anon2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/anon3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/anon4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/soverload.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/lineno2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/lineno3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/lineno4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/lineno5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/3523.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/optimize2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/c-inline.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/conversion10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/conversion11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/special.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/crash1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/crash3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/crash4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/crash5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/crash6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/crash7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/crash8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/crash9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/temporary2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/temporary3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/temporary4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/temporary5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/temporary6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/temporary7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/temporary8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/inline2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/inline3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/opeq2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/opeq3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/opeq4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/opeq5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/opeq6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/static1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/destruct2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/destruct3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/destruct4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/thunk1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/thunk2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/thunk3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/tredecl2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/tredecl3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/tredecl4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/lvalue2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/lvalue3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/lvalue4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/tempargs.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/opover.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ambig1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ambig2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ambig3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/tempcons.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/tempdest.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/cast1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/cast2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/cast3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/lookup.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/aggregate.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/inline.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/init2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/init3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/init4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/bool2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/bool3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/bool4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/bool5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/bool6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/bool7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/pmem2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/pmem3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/pmem4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/overload.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/loverload3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/loverload4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/return2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/return3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/member.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/lineno.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/operator2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/overload1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/partspec1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/friend1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/dwarf1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/dwarf2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/dwarf3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/ctor1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/ns1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/ns2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/ns3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/typeof1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/linkage1-main.cc U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/partord1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/template1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/template2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/template3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/template4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/template5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/template6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/template7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/template8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/template9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/expr1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/expr2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/ext1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/delete1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/delete2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/delete3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/delete4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/delete5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/nameret1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/nameret2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/new1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/template10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/inline1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/thunk1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/linkage1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/ChangeLog U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/typename1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/typename2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/stkalign.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/overload1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/overload2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/overload3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/overload4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/overload5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/overload6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/overload7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/overload8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/overload9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/eh.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/volatile1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/overload10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/overload11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/overload12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/overload13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/overload14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/comdat1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/comdat2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/comdat3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/comdat3.h U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/cond1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/cond2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/cond3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/cond4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/cond5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/cond6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/cond7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/decl1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/decl2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/decl3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/decl4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/decl5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/decl6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/decl7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/decl8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/decl9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/conv1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/conv2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/conv3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/conv4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/conv5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/conv6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/conv7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/conv8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/conv9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/copy1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/copy2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/copy3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/realloc.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/friend1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/friend2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/friend3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/friend4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/friend5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/friend6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/friend7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/friend8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/friend9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ctor1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/comdat3-aux.cc U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/union1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/union2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/union3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/union4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ptrmem10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/string1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/string2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/cvqual1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/eh1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/eh2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/eh3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/eh4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/eh5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/mangle10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/dll-1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/dll-2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/dll-3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/dll-4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/dll-5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/dll-6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/new.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/op1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/op2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/op3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/lookup10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/lookup11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/lookup12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/lookup13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/lookup14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/lookup15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/lookup16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/lookup17.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/lookup18.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/lookup19.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/lookup20.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/lookup21.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/lookup22.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/lookup23.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/lookup24.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/qual1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/sc1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/signed.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/dcast1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/dcast2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/stmtexpr1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/stmtexpr2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/incomplete.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/explicit1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/addrof1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/syshdr1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/dtor1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/dtor2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/dtor3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/dtor4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/dtor5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/dtor6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/dtor7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/dtor8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/dtor9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/fnname1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/struct1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/elab1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/refinit1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/refinit2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/field1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/field2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/mutable1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/rtti1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/rtti2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/rtti3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/rtti4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/rtti5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/main1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/main2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/access1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/access2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/access3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/access4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/access5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/access6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/access7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/access8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/access9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/shadow1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/900519_12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/typeck1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/enum1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/enum2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/enum3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/enum4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/enum5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/typeid1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/typeinfo1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/rttid2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/rttid3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/rttid4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/loop1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/loop2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/parse1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/parse2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/sibcall1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/sibcall2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash17.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash18.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash19.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash20.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash21.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash22.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash23.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash24.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash25.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash26.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash27.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash28.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash29.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash30.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash31.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash32.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash33.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash34.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash35.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash36.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash37.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash38.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash39.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash40.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash41.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash42.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash60.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/redecl1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/redecl2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/redecl3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/redecl4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/regstack.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/scope1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/nested1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/nested2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/nested3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/nested4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/empty1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/empty2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/asm1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/asm2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/asm3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/local-alloc1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/expr1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ptrmem1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ptrmem2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ptrmem3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ptrmem4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ptrmem5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ptrmem6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ptrmem7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ptrmem8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ptrmem9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/cvt1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/debug1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/debug2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/debug3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/debug4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/debug5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/debug6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/debug7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/debug8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/debug9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/const1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/const2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/for1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/for2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/900403_04.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/virtual1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/virtual2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/virtual3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/virtual4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/virtual5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/virtual6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/virtual7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/virtual8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/virtual9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/builtins10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/comdat2-aux.cc U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/delete1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/delete2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/delete3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/delete4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/delete5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/delete6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/delete7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/delete8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/virtual10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/virtual11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/access10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/access11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/warn01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/mangle2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/mangle3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/lookup1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/lookup2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/lookup3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/lookup4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/lookup5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/lookup6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/lookup7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/lookup8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/lookup9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/lex1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/sizeof1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/sizeof2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/sizeof3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/sizeof4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/sizeof5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ctor1-aux.cc U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/covar1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/exprstmt1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/typedef1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/typedef2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/typedef3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/typedef4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/typedef5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/typedef6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/typedef7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/typedef8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/new2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/new3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/new4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/new5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/new6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/new7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/unchanging1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/defarg1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/defarg2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/defarg3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/defarg4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/defarg5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/defarg6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/defarg7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/defarg8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/defarg9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/store-expr1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/store-expr2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/pmf1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/pmf2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/pmf3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/pmf4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/pmf5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/pmf6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/pmf7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/pod1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/goto1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/goto2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/goto3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/goto4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ref1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ref2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ref3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ref4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/inline10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/inline11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/inline12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/inline13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/inline14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/inline15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/inline16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/inline17.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/inline18.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/inline19.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/inline20.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/inline21.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/inline23.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/syntax1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/syntax2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/syntax3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/syntax4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/badarrow.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/deref1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/std1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/reload1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/static10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/static11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/static12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/static13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/static14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/static15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/static16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/static20.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/type.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/local1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/local2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/local3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/local4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/cleanup1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/cleanup2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/cleanup4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/align.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/null1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/null2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/null3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/base1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/vaarg1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/vaarg2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/vaarg3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/vaarg4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/anon1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/anon2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/anon3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/anon4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/anon5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/anon6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/anon7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/anon8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/anon9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/lineno1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/lineno2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/lineno3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/lineno4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/lineno5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/optimize1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/optimize2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/optimize3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/optimize4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/crash9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/temporary1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/array1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/array2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/array3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/array4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/array5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/array6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/array9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/warn3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/warn4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/warn5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/warn6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/warn7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/inline1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/inline2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/inline3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/inline4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/inline5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/inline6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/inline7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/inline8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/inline9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/static1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/static2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/static3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/static4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/static5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/static6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/static7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/static9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/overcnv1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/overcnv2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/externC1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/externC2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/externC3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/externC4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/externC5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/override1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/override2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/thunk1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/perf1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/dtor10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/dtor11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/dtor12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/dtor13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ambig1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ambig2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ambig3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/singleton.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/using1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/using2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/using3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/using4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/using5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/call1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/using6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/using7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/using8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/using9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/init10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/init11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/init12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/init13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/init14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/init15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/init16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/init17.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/vtbl1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/vtbl2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/builtins1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/builtins2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/builtins3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/builtins4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/builtins5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/builtins6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/builtins7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/builtins8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/builtins9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/cast1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/cast2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/cast3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/cast4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/cast5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/cast6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/cast7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/linkage1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/linkage2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/linkage3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/linkage4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/linkage5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/linkage6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/linkage7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/vbase1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/vbase2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/vbase3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/vbase4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/vbase5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/headers1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/init1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/init2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/init3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/init4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/init5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/init6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/init7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/init8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/init9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/friend10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/friend11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/typename1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/typename2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/comdat1-aux.cc U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/dyncast1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/dyncast2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/dyncast3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/dyncast4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/dyncast5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/dyncast6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/instan1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/bitfld1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/bitfld2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/bitfld3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/bitfld4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/bitfld5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/return1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/badopt1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/initstring.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/printf1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900127_01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900127_02.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900321_01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900321_02.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900321_04.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900321_05.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900322_01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900324_02.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900324_03.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900324_04.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900324_05.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900324_06.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900511_01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900511_02.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900511_03.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900325_01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900514_03.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900330_01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900330_02.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900331_02.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900331_03.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900331_04.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900519_01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900519_02.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900519_03.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900519_04.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900519_05.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900519_06.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900519_07.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900519_09.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900519_12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900519_13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900205_02.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900205_03.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900205_04.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900520_02.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900520_03.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900520_04.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900520_05.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900520_06.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900207_03.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900208_02.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900208_03.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900208_04.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900209_01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900210_01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900210_02.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900210_03.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900210_05.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900210_06.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900210_07.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900210_08.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900210_09.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900210_10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900211_01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900211_02.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900211_03.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900211_04.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900212_01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900212_02.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900212_03.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900213_01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900213_02.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900213_03.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900214_01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900401_01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900215_01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900215_02.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900402_01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900402_02.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900403_01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900403_04.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900404_01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900404_02.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900404_03.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900404_04.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900404_07.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900405_01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900406_01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900406_02.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900407_01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900220_01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900220_02.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900220_03.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900221_01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900227_01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/891229_02.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900107_01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/891230_01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900428_01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900428_02.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900428_03.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900119_01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900121_01.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900121_02.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900121_05.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p1248.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/conv1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p1567.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p1862.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p1989.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p2394.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p2431.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p5469a.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p2573.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p2736.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p2746.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p2793.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p2806.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p2846.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p2855.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p2960.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p3041.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p3068.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p3070.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p3139.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p3570.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p3579.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p3708.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p3764.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p3836.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p4068.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p4104.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p4173.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p4238.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p4246.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p4263.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p4484.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p4511.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p4619.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p4623.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p4667.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p4671.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p4677.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p4693.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p4750.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p5469.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p5571.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p5611.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p5673.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p5718.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p5793.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p5840.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p5958.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p6004.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p6058.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p6149.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p6311.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p6578.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p6611.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p6746.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p6901.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p6927.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p7180.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p7325.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p7476.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p755a.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p7626.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p7635.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p7651.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p7865.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p7868.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p783a.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p783b.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p7912.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p789a.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p8009.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p8018.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p8039.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p807a.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p8154.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p8155.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p8175.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p8269.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p8460.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p8483.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p8620.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p8786.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p8804.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p8825.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/mi1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/mi2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p9068.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p9129.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ns1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ns2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ns3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ns4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ns5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ns6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ns7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ns8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ns9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p9206.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/pt1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/pt2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/pt3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/pt4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p9506.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p9706.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/opr-dot1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/leak1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/explicit1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/explicit2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p6610a.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p6610b.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/scast1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/vtable1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/rtti1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/rtti2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/rtti3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/enum1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/parse1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/s24939.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p10148.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p10247.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p10416.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/misc1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/misc2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/misc3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/misc5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/misc6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p10511.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/misc7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/misc8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/misc9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p10951.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p11012.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p11110.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p11142.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p11144.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p11482.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p11667.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/asm1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/asm2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p12306.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh17.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh18.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh19.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh20.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh21.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh23.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh24.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh25.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh26.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh27.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh28.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh29.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh30.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh31.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh32.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh33.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh34.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh35.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh36.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh37.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh38.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh39.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh40.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh41.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh42.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh44.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh45.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh46.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh47.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh48.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh49.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh50.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh51.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh52.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh53.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh54.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh55.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh56.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh57.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh58.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/eh59.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/debug1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/err1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/err2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/err3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p16146.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/for1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/for2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/for3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net16.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net17.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net18.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net19.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net20.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net21.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net22.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net23.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net24.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net25.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net26.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net27.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net28.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net29.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net30.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net31.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net32.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net34.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net35.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net36.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net37.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net38.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net39.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net40.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net41.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net42.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net43.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net44.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net45.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net46.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net47.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net48.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/hog1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p418.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p438.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p646.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p658.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p700.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p701.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p710.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p755.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p783.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p784.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p786.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p789.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p807.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p811.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/mangle1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/mangle2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/mangle3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/opr-as1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p991.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/s35520.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/s9959.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/net9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ns10.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ns11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ns12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ns13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ns14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ns15.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/pmd1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/pmf1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/pmf2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/pmf3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/pmf4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/pmf6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/pmf7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/pmf8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/pmf9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/misc11.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/misc12.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/misc13.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/misc14.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ref1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/unroll1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p10769a.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p10769b.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/offset1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/temp.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p2846a.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p2846b.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p9732a.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p9732b.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p9732c.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/fresco1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p10849a.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p3060c.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p3060d.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/virt1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/virt2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/virt3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/virt4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/virt5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/virt6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p3524a.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p3524b.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p3524c.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p3538a.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p3538b.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/warn1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/warn2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/warn3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/warn4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/warn5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/warn6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/warn7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/warn8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/align1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/align2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p3708a.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p3708b.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/thunk1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/thunk2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/thunk3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ambig1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p12306a.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/init1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/init2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/bool1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/bool2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/bool4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/dyncast1.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/dyncast2.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/dyncast3.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/dyncast4.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/dyncast5.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/dyncast6.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/dyncast7.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/dyncast8.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/dyncast9.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p4736a.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p4736b.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/p4736c.C U src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/memoize1.C U src/gnu/usr.bin/gcc/gcc/ginclude/varargs.h U src/gnu/usr.bin/gcc/gcc/ginclude/float.h U src/gnu/usr.bin/gcc/gcc/ginclude/iso646.h U src/gnu/usr.bin/gcc/gcc/ginclude/stdarg.h U src/gnu/usr.bin/gcc/gcc/ginclude/stddef.h U src/gnu/usr.bin/gcc/gcc/ginclude/stdbool.h U src/gnu/usr.bin/gcc/contrib/gcc_update U src/gnu/usr.bin/gcc/contrib/texi2pod.pl U src/gnu/usr.bin/gcc/contrib/index-prop U src/gnu/usr.bin/gcc/contrib/test_summary U src/gnu/usr.bin/gcc/contrib/gennews U src/gnu/usr.bin/gcc/contrib/gcc_build U src/gnu/usr.bin/gcc/contrib/gccbug.el U src/gnu/usr.bin/gcc/contrib/newcvsroot U src/gnu/usr.bin/gcc/contrib/paranoia.cc U src/gnu/usr.bin/gcc/contrib/analyze_brprob U src/gnu/usr.bin/gcc/contrib/compare_tests U src/gnu/usr.bin/gcc/contrib/test_installed U src/gnu/usr.bin/gcc/contrib/ChangeLog U src/gnu/usr.bin/gcc/contrib/download_f2c U src/gnu/usr.bin/gcc/contrib/convert_to_f2c U src/gnu/usr.bin/gcc/contrib/convert_to_g2c U src/gnu/usr.bin/gcc/contrib/warn_summary U src/gnu/usr.bin/gcc/contrib/regression/objs-gcc.sh U src/gnu/usr.bin/gcc/contrib/regression/README U src/gnu/usr.bin/gcc/contrib/regression/site.exp U src/gnu/usr.bin/gcc/contrib/regression/ChangeLog U src/gnu/usr.bin/gcc/contrib/regression/btest-gcc.sh U src/gnu/usr.bin/gcc/INSTALL/old.html U src/gnu/usr.bin/gcc/INSTALL/configure.html U src/gnu/usr.bin/gcc/INSTALL/README U src/gnu/usr.bin/gcc/INSTALL/finalinstall.html U src/gnu/usr.bin/gcc/INSTALL/binaries.html U src/gnu/usr.bin/gcc/INSTALL/index.html U src/gnu/usr.bin/gcc/INSTALL/build.html U src/gnu/usr.bin/gcc/INSTALL/download.html U src/gnu/usr.bin/gcc/INSTALL/gfdl.html U src/gnu/usr.bin/gcc/INSTALL/test.html U src/gnu/usr.bin/gcc/INSTALL/specific.html 22 conflicts created by this import. Use the following command to help the merge: cvs checkout -jFSF:yesterday -jFSF src/gnu/usr.bin/gcc CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/11/28 13:46:16 Modified files: gnu/usr.bin/gcc: Makefile.bsd-wrapper gnu/usr.bin/gcc/gcc: combine.c configure expr.c function.c reload1.c rtl.h unwind-dw2.c version.c gnu/usr.bin/gcc/gcc/config/alpha: alpha.c alpha.h alpha.md gnu/usr.bin/gcc/gcc/config/i386: i386-protos.h i386.c i386.h gnu/usr.bin/gcc/gcc/config/mips: mips.c mips.h mips.md gnu/usr.bin/gcc/gcc/config/rs6000: rs6000.c gnu/usr.bin/gcc/gcc/config/sparc: sparc.c sparc.md gnu/usr.bin/gcc/gcc/cp: call.c gnu/usr.bin/gcc/gcc/doc: invoke.texi Log message: merge conflicts CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/28 13:51:39 Modified files: lang : Makefile lang/php : Makefile Log message: fix ap2 flavours; they should be in lang/php/Makefile not lang/Makefile reported by naddy CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/11/28 14:13:16 Modified files: lib/libdrm : Makefile Makefile.inc Log message: Don't build profiled versions of libdrm_intel and libdrm_radeon. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/11/28 14:46:42 Modified files: lang/ruby/1.9 : Makefile Log message: Mark as BROKEN-sparc64, it doesnt reliably build, and some depending ports randomly fail to build too. Someone with interest in sparc64 should look into it, in the meantime it messes up bulk builds. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/11/28 15:28:35 Modified files: www/chromium : Makefile distinfo Log message: update to 23.0.1271.91 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/28 15:54:22 Modified files: sysutils/login_oath: Makefile distinfo Log message: update to login_oath 0.8 (allow multiple totp tokens on one user a/c). CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/28 17:31:57 Modified files: sbin/dhclient : privsep.h Log message: Nuke unused 'extern' declaration. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2012/11/28 18:01:54 Modified files: usr.sbin/relayd: relay.c relayd.conf.5 Log message: Fix white spaces in relayd. No binary diff. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/11/28 19:15:44 Modified files: include : dirent.h lib/libc/gen : scandir.3 scandir.c usr.bin/diff : diffdir.c usr.sbin/lpr/common_source: rmjob.c lp.h usr.sbin/lpr/lpc: cmds.c Log message: Change scandir()'s 'select' argument from int (*)(struct dirent *) to int (*)(const struct dirent *) to match POSIX. ok millert@, ports check by naddy@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/11/28 19:35:04 Modified files: lib/libc/sys : ktrace.2 Log message: struct ktr_header changed back in April 2012, rearranging the members, adding the thread ID, and switching the timestamp to a struct timespec. Correct the description of the EINVAL error. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/11/28 20:34:19 Modified files: app/cwm : calmwm.h Log message: remove dead extern CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/11/28 20:54:46 Modified files: app/cwm : calmwm.c calmwm.h screen.c Log message: x_setupscreen -> screen_init; no functional change. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/11/28 21:25:50 Modified files: app/cwm : cwmrc.5 group.c Log message: specific last match for autogroup; few iterations with Kent Spillner. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/11/28 22:12:12 Log message: minor update to 3.7.14.1 Status: Vendor Tag: sqlite3 Release Tags: sqlite_3_7_14_1 U src/lib/libsqlite3/VERSION 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/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/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/sqliteLimit.h U src/lib/libsqlite3/src/btmutex.c U src/lib/libsqlite3/src/test_quota.h U src/lib/libsqlite3/src/date.c 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 C 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/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/test_malloc.c U src/lib/libsqlite3/src/os.h U src/lib/libsqlite3/src/test_wholenumber.c U src/lib/libsqlite3/src/delete.c U src/lib/libsqlite3/src/test_backup.c N src/lib/libsqlite3/src/sqlite3.rc 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/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 U 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 U src/lib/libsqlite3/ext/fts3/unicode/CaseFolding.txt U src/lib/libsqlite3/ext/fts3/unicode/UnicodeData.txt U 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 C 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 N src/lib/libsqlite3/tool/mkvsix.tcl 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 N src/lib/libsqlite3/tool/checkSpacing.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 N src/lib/libsqlite3/tool/build-all-msvc.bat 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 N src/lib/libsqlite3/tool/win/sqlite.vsix 2 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/11/28 22:14:10 Log message: minor update to 3.7.14.1 Status: Vendor Tag: sqlite3 Release Tags: sqlite_3_7_14_1 U src/usr.bin/sqlite3/sqlite3.1 C src/usr.bin/sqlite3/shell.c 1 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/11/28 22:16:23 Modified files: lib/libsqlite3/tool: lemon.c Log message: lemon.c fixed differently upstream, solve conflict CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/11/28 22:18:03 Modified files: usr.bin/sqlite3: shell.c Log message: fix stupid cvs conflict CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/11/28 22:22:04 Modified files: lib/libsqlite3 : shlib_version sqlite3.pc lib/libsqlite3/src: sqlite3.h Log message: bump major (new functions), regen relevant files CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/11/28 22:24:16 Removed files: lib/libsqlite3/src: mutex_os2.c os_os2.c Log message: deal with vendor branch sillyness: those files are gone CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/11/28 22:32:04 Modified files: databases/sqlite3: Makefile distinfo databases/sqlite3/patches: patch-Makefile_in patch-src_sqliteInt_h patch-src_sqlite_h_in Removed files: databases/sqlite3/patches: patch-configure Log message: update to 3.7.14.1 as well, ditch outdated -pthread patch CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/29 02:45:20 Modified files: mail/sieve-connect: Makefile distinfo Log message: update to sieve-connect 0.84, from maintainer LEVAI Daniel CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/29 02:45:37 Modified files: databases/redis: Makefile distinfo Log message: Bugfixing update to redis-2.6.6 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/29 04:28:47 Modified files: security/pcsc-lite: Makefile distinfo Log message: Bugfix update to pcsc-lite-1.8.7 Fix a problem when a reader is unplugged (and the reader is still in use) CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/29 06:16:30 Modified files: usr.sbin/snmpd : mib.c Log message: export ipintrq drops as ifInDiscards; ok reyk CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/29 06:23:00 Modified files: sys/dev/pci : if_ix.c if_ix.h Log message: make ix complile with IX_DEBUG defined, based on the patch from mxb at alumni ! chalmers ! se. thanks! CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/11/29 07:07:22 Modified files: sysutils/smartmontools: Makefile distinfo sysutils/smartmontools/patches: patch-Makefile_in Log message: Update to 6.0 test on powerpc and ok sthen@, landry@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/11/29 07:08:51 Modified files: net/dnstop : Makefile distinfo Log message: Update to version 20121017 ok sthen@ (Maintainer) CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/29 07:13:31 Modified files: sbin/dhclient : dhclient.c Log message: Nobody looks at the result of fork_privchld(), so make it return void and not int/pid_t. CVSROOT: /cvs Module name: src Changes by: shadchin@cvs.openbsd.org 2012/11/29 07:51:27 Modified files: sys/dev/sun : sunkbdmap.c Log message: Fix asterisk symbol in de layout. ok miod@, pointed Stefan Koerner CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2012/11/29 07:53:24 Modified files: usr.sbin/snmpd : control.c snmpd.c snmpe.c Log message: Wrong argument was passed to control_dispatch_imsg(). Use always (struct imsgev *)->data for the argument of imsgev handlers. ok reyk CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2012/11/29 08:08:08 Modified files: sbin/iked : iked.8 iked.c iked.h pfkey.c types.h Log message: Prevent VPN traffic leakages in dual-stack hosts/networks. See http://tools.ietf.org/html/draft-gont-opsec-vpn-leakages. We forcibly block IPv6 traffic by loading a "flow esp out from ::/0 to ::/0 type deny" unless the protocol is used in any of the flows. Note that this will block any IPv6 traffic, superseding routes and pf, on the host by default when iked is running with IPv4 flows only. This auto-blocking feature can be disabled by specifying the "-6" command line flag to iked. Thanks to Fernando Gont. ok mikeb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/29 08:59:21 Modified files: x11/gnome/gdm/patches: patch-daemon_gdm-session-worker_c Log message: Link to BZ. CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2012/11/29 09:29:17 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 distrib/sets/lists/xserv: md.amd64 md.i386 md.macppc Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/29 09:36:56 Modified files: audio/openal : Makefile Log message: mark this broken on mips64 too CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/29 09:38:04 Modified files: audio/pulseaudio: Makefile Log message: mark broken on mips64 due to lack of atomic_ops.h CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/11/29 09:46:10 Modified files: lib/pixman/pixman: pixman-ppc.c Log message: fix botched file. I managed to commit a file with a typo. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/11/29 09:50:03 Modified files: app/cwm : calmwm.c Log message: zap extra lines CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/11/29 11:38:24 Log message: Import xprintproto, needed for CDE. ok landry@ Status: Vendor Tag: pascal Release Tags: pascal_20122911 N ports/print/xprintproto/Makefile N ports/print/xprintproto/distinfo N ports/print/xprintproto/pkg/PLIST N ports/print/xprintproto/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/11/29 11:40:05 Log message: Import libXp, needed for CDE. "Xprint" is an advanced printing system which enables X11 applications to use devices like printers, FAX or create documents in formats like PostScript, PDF, PCL, etc. feedback matthieu@, ok landry@ Status: Vendor Tag: pascal Release Tags: pascal_20122911 N ports/print/libXp/Makefile N ports/print/libXp/distinfo N ports/print/libXp/pkg/PLIST N ports/print/libXp/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/11/29 11:41:01 Modified files: print : Makefile Log message: + xprintproto, libXp CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/11/29 11:58:40 Modified files: devel/gdb : Makefile distinfo Log message: Small bugfix update to 7.5.1. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/11/29 12:07:57 Modified files: converters/wv2 : Makefile distinfo converters/wv2/pkg: PLIST Added files: converters/wv2/patches: patch-CMakeLists_txt patch-cmake_MacroCreateLibtoolFile_cmake patch-src_CMakeLists_txt patch-src_zcodec_cxx Removed files: converters/wv2/patches: patch-configure Log message: Update to wv2 0.4.2. With tweaks from dcoppa@, ok dcoppa@ brad@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/11/29 13:06:16 Modified files: usr.sbin/bgpd : Tag: OPENBSD_5_2 rde.c rde.h rde_attr.c Log message: MFC fix for interoperability problem with some newer Junipers which don't clear reserved bits: -- -- -- By default mask the reserved bits and the ext len bit in the attribute flags field. Some systems seem to start sending bad flags around which cause session failures in bgpd. Make sure that bgpd ignores the must be zero flags correctly and ensure that they are always reset to zero when sending updates out. Reported and patch tested by Laurent CARON, OK henning@ Members: rde.c:1.316->1.317 rde.h:1.142->1.143 rde_attr.c:1.90->1.91 -- -- -- CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/29 13:14:19 Modified files: editors/ged : Makefile distinfo editors/ged/patches: patch-Makefile_in Log message: minor up to GNU ed 1.7; while there, drop some s/=/?=/ patches in Makefile which are unneeded as they are overriden via flags to make, which take precedence anyway. ok pascal@ (maintainer). CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/11/29 13:18:21 Modified files: multimedia/xine-lib: Makefile distinfo multimedia/xine-lib/patches: patch-configure_ac patch-m4_libFLAC_m4 patch-src_post_deinterlace_plugins_Makefile_in patch-src_xine-engine_Makefile_in multimedia/xine-lib/pkg: PLIST Added files: multimedia/xine-lib/patches: patch-m4_decoders_m4 Removed files: multimedia/xine-lib/patches: patch-src_combined_ffmpeg_ff_video_decoder_c patch-src_demuxers_demux_image_c patch-src_demuxers_demux_matroska_c patch-src_demuxers_demux_mpc_c patch-src_demuxers_matroska_h patch-src_video_out_yuv2rgb_mmx_c patch-src_xine-engine_alphablend_c patch-src_xine-engine_xine_c patch-src_xine-utils_color_c Log message: Update to Xine-lib 1.2.2. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2012/11/29 14:10:32 Modified files: sys/arch/socppc/dev: if_tsec.c sys/dev/ic : dc.c if_wi.c mtd8xx.c rtl81x9.c sys/dev/pci : if_age.c if_alc.c if_ale.c if_ix.c if_jme.c if_lge.c if_msk.c if_myx.c if_nfe.c if_nge.c if_sis.c if_sk.c if_ste.c if_tl.c if_vge.c if_vr.c if_vte.c if_wb.c Log message: Remove setting an initial assumed baudrate upon driver attach which is not necessarily correct, there might not even be a link when attaching. ok mikeb@ reyk@ CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/11/29 14:34:24 Modified files: . : plus.html Log message: plus.html for Nov 18-25 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/11/29 14:34:31 Modified files: sbin/iked : iked.8 Log message: use Nm instead of Xr to self; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/11/29 14:37:13 Modified files: lib/libc/net : resolver.3 Log message: - put the various options into the same order as those in resolv.h - sync RES_DEBUG with resolv.conf.5 - document RES_PRIMARY, but mark it unsupported (like we already do for RES_AAAONLY) - use the exact same text (about being enabled by default) for RES_RECURSE as for the other two defaults - document RES_INSECURE{1,2} - description lifted from resolv.conf.5 - document RES_NOALIASES - mostly sync the RES_USE_EDNS0 text with resolv.conf.5 - RES_USE_DNSSEC not documented for now. something to come... ok sthen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/29 15:10:01 Modified files: misc/memcached : Makefile distinfo Log message: Update to memcached 1.4.14. Generous maintainer timeout, previous update was also timed out -> drop maintainer. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/11/29 15:15:49 Modified files: usr.sbin/ldomctl: ldomctl.8 Log message: s/daemon/program/ Pointed out by Jung Lee. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/11/29 15:17:46 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 Added files: mail/dovecot/patches: patch-Makefile_in Log message: Update to Dovecot 2.1.11. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/11/29 15:19:09 Modified files: mail/dovecot-antispam: Makefile mail/dovecot-pigeonhole: Makefile Log message: Update to Dovecot 2.1.11. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/29 15:34:16 Modified files: net/icinga/core: Makefile distinfo net/icinga/core/patches: patch-Changelog patch-cgi_Makefile_in patch-configure patch-sample-config_icinga_cfg_in Log message: Bugfix update to Icinga 1.8.2, including - fix bug in classic UI for ack's and notifications - fix performance problem and some memory leaks with IDOUtils https://wiki.icinga.org/display/Dev/Icinga+Core+Changelog#IcingaCoreChangelog-182-28112012 Also fix static cgi binaries on PIE architectures. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2012/11/29 15:56:08 Modified files: sys/net : if_ppp.c Log message: Delete needless check for NULL. From Michael W. Bombardieri. no binary changes on i386. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/11/29 16:36:34 Modified files: sys/conf : files sys/dev/pci : files.pci Added files: sys/dev/ic : rtsx.c rtsxreg.h rtsxvar.h sys/dev/pci : rtsx_pci.c Log message: Add rtsx(4), a new driver for the Realtek RTS5209 card reader. This card reader does not comply to the standard SDHC interface supported by sdhc(4) and hence requires a custom driver. With help from uwe and mikeb. Useful hints were also provided by the author of the corresponding Linux driver (wwang at realsil com cn), thanks a lot! Tested by myself and weerd on i386 and amd64. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/11/29 16:38:25 Modified files: sys/arch/i386/conf: GENERIC sys/arch/amd64/conf: GENERIC Log message: Enable rtsx(4) in GENERIC on i386 and amd64. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/11/29 16:40:03 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : rtsx.4 Log message: Add man page for rtsx(4). CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/11/29 16:45:06 Modified files: textproc/py-pygments: Makefile distinfo textproc/py-pygments/pkg: PLIST Log message: Update to py-pygments 1.5. From David Hill, tested by benoit@, MAINTAINER timeout CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2012/11/29 19:18:41 Modified files: share/man/man4 : sdmmc.4 Log message: Add rtsx(4). ok stsp@ CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2012/11/30 01:07:24 Modified files: sys/dev/pci : if_vio.c share/man/man4 : vio.4 Log message: Support large MTUs Add support for the VIRTIO_NET_F_MRG_RXBUF feature, i.e. allow to chain several rx buffers when receiving large packets. This requires to put the rx meta data headers at the beginning of the mbuf cluster instead of dedicated buffers. ok mikeb@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/30 01:42:03 Modified files: sysutils/monit : Makefile Log message: take over maintainership ok ben lovett (previous maintainer) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/30 02:41:54 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/files: setup.py www/youtube-dl/patches: patch-youtube_dl_FileDownloader_py Log message: Bugfix update to youtube-dl-2012.11.29 ok pirofti@, sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/30 03:23:55 Modified files: x11/gnome/ekiga: Makefile Log message: Missing BUILD+RUN_DEPENDS. spotted by sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/30 04:29:05 Modified files: lang/smlnj : Makefile Log message: mark as BROKEN. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/30 04:55:45 Modified files: x11/gnome/ekiga: Makefile Log message: uncomment MODGNOME_TOOLS=yelp; ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/30 05:00:09 Modified files: net/gupnp : Makefile Log message: unhook gupnp-vala CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/30 05:01:01 Removed files: net/gupnp/vala : Makefile distinfo net/gupnp/vala/pkg: DESCR PLIST Log message: remove gupnp-vala, it's been dropped upstream and the vala bindings are generated through GOI nowadays. ok aja@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/11/30 05:05:45 Modified files: sys/dev/pci : azalia_codec.c Log message: Fix speakers on Apple MacBook Air 2010, they require gpio unmuting. From ray@, adapted from a diff by jakemsr@, commit req'd by Alexey Suslikov CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/30 05:13:04 Modified files: x11/gnome/rygel: Makefile Log message: - no need for vala here. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/30 05:26:15 Modified files: audio/pulseaudio: Makefile audio/pulseaudio/pkg: PLIST Added files: audio/pulseaudio/patches: patch-src_daemon_main_c patch-src_daemon_pulseaudio_desktop_in Log message: Enable X11 and xdg/autostart support. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/11/30 05:54:45 Modified files: x11/gnome/rygel: Makefile Log message: Add commented MODGNOME_TOOLS since it'll be needed on next release... so that we don't forget. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/30 05:56:02 Modified files: lang/php : Makefile.inc lang/php/5.2 : Makefile lang/php/5.3 : Makefile Log message: For the ap2 flavour, strip the unwanted subpackages from MULTI_PACKAGES rather than BUILD_PACKAGES (which is for pseudo-flavours). Reported by naddy. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/30 06:31:02 Modified files: databases/kyotocabinet: Makefile Log message: mark broken on mips64 for the same reasons it's broken on hppa/powerpc. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/11/30 06:48:12 Modified files: sys/netinet6 : in6.c Log message: Fix typo in comment. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/11/30 06:49:20 Modified files: share/locale/ctype: en_US.UTF-8.src Log message: Fix width of several zero-width characters in the Hebrew range (0590–05FF). Pointed out by naddy some time ago. Our definition of the Hebrew range is incomplete wrt current Unicode editions. The proper fix would be to generate this entire file based on current Unicode data but nobody is currently working on that. I'm committing this intermediate fix partly to draw attention to that problem :-) CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/11/30 06:51:11 Modified files: lib/libc/crypt : crypt.3 Log message: Document a known bug in the DES crypt cipher implementation which we're not going to fix in order to stay compatible with legacy password data. Nobody should use DES crypt anyway these days. See http://www.freebsd.org/security/advisories/FreeBSD-SA-12:02.crypt.asc for details about this bug. Discussed with deraadt and beck about half a year ago (I'm pruning Ms from my tree). CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/11/30 07:40:03 Modified files: usr.bin/fstat : fstat.c Log message: makes cloned devices line up well with the rest of the output; ok guenther, krw CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2012/11/30 07:56:22 Modified files: . : want.html Log message: Request unsupported hardware which could be supported by rtsx(4). CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/11/30 07:57:33 Modified files: share/man/man4 : pci.4 rtsx.4 Log message: - pci.4: add rtsx - rtsx.4: lowercase Nd CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/30 08:16:48 Modified files: lang/swi-prolog: Makefile Log message: mark broken on mips64 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/11/30 08:52:56 Modified files: audio/pianobar : Makefile Added files: audio/pianobar/patches: patch-src_libwaitress_waitress_c patch-src_libwaitress_waitress_h patch-src_settings_c Log message: Unbreak after pandora.com's api changes: waitress: Fix chunked decoder Fix "Get stations... Network error: Invalid encoded data." New default TLS fingerprint Fix "(i) Login... Network error: TLS handshake failed." From upstream github. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/11/30 08:53:20 Modified files: www/squidguard : Makefile Log message: bump; @depend change due to squid update. spotted by naddy. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/11/30 08:59:42 Modified files: x11/gmrun/patches: patch-src_gtkcompletionline_cc Log message: fix build now that our scandir() prototype conforms to POSIX; ok kili@ CVSROOT: /cvs Module name: src Changes by: gsoares@cvs.openbsd.org 2012/11/30 11:06:11 Modified files: sbin/ifconfig : brconfig.c Log message: get rid of unneeded \n here. err(3) family already does it for us. OK mikeb@ camield@ reyk@ sobrado@ henning@ krw@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/11/30 11:19:42 Modified files: lib/libssl : cert.pem Log message: Remove retired Thawte/Verisign certificates. Remove intermediate GoDaddy certificate, this file should just contain roots. ok beck@ phessler@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/30 11:24:54 Modified files: x11/gnome/grilo-plugins: Makefile distinfo x11/gnome/grilo-plugins/pkg: PLIST Log message: - update to grilo-plugins-0.2.4 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/11/30 11:24:59 Modified files: x11/gnome/grilo: Makefile distinfo Removed files: x11/gnome/grilo/patches: patch-libs_net_grl-net-mock_c Log message: - update to grilo-0.2.4 CVSROOT: /cvs Module name: ports Changes by: chrisz@cvs.openbsd.org 2012/11/30 12:38:09 Modified files: devel/ocaml-pcre: Makefile devel/ocaml-react: Makefile devel/ocaml-zed: Makefile devel/omake : Makefile devel/ounit : Makefile graphics/ocaml-camlimages: Makefile lang/obc : Makefile lang/ocaml : Makefile distinfo ocaml.port.mk lang/ocaml/pkg : PFRAG.dynlink-native PFRAG.native PFRAG.shared PLIST lang/ocamlduce : Makefile math/coq : Makefile net/mldonkey/stable: Makefile net/unison : Makefile.inc net/unison/snapshot: Makefile net/unison/stable: Makefile productivity/wyrd: Makefile security/ocaml-cryptokit: Makefile security/ocaml-ssl: Makefile sysutils/findlib: Makefile textproc/gonzui: Makefile textproc/hevea : Makefile textproc/ocaml-csv: Makefile textproc/ocaml-rss: Makefile textproc/ocaml-text: Makefile textproc/ocaml-xml-light: Makefile textproc/ocaml-xmlm: Makefile x11/lablgtk2 : Makefile Log message: update lang/ocaml to 4.00.1. Let all ocaml ports RUN_DEPEND on the version of ocaml they were built with. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/11/30 13:25:32 Modified files: usr.bin/sndiod : dev.c Log message: don't exit if midi control port is destroyed (it never is) CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/11/30 13:30:24 Modified files: usr.bin/sndiod : midi.c midi.h miofile.c sock.c Log message: Process incoming MIDI data on the fly rather than using an input fifo; besides being simpler, this way there's no data to drain when a connection is dropped. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/11/30 13:38:24 Modified files: usr.bin/sndiod : dev.h Log message: make DEV_xxx contiguous CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/11/30 13:44:31 Modified files: usr.bin/sndiod : dev.c Log message: When the audio device is closed, mark it as closed before dropping connections otherwise clients may try to drain their buffer and would attempt to reopen the device CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/11/30 13:48:00 Modified files: usr.bin/sndiod : midi.c midi.h sock.c sock.h Log message: For MIDI ports, use the same open/close logic as for audio devices: drop clients using it when the port is closed (eg. umidi disconnected) and try to reopen it whenever a new client connects. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/11/30 14:04:35 Modified files: usr.bin/sndiod : midi.c midi.h sndiod.c Log message: use the hold flag for midi ports as well CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/11/30 14:16:30 Modified files: devel/git : Makefile distinfo devel/git/patches: patch-Makefile patch-gitweb_gitweb_perl patch-perl_Makefile_PL devel/git/pkg : PLIST-main PLIST-svn PLIST-x11 Added files: devel/git/patches: patch-t_t0000-basic_sh Removed files: devel/git/patches: patch-t_t9400-git-cvsserver-server_sh Log message: Update to git 1.8.0.1. * do not install/build documentation except for manpages. * re-enable threads ok jasper@ benoit@ (MAINTAINER) on earlier update CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/11/30 14:20:26 Modified files: lib/libssl : cert.pem Log message: Regenerate the text information for all certificates with recent openssl and include sha1 signatures for all certs (some were missing). No certificate changes, this is just for consistency. ok beck@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/11/30 14:23:27 Modified files: www/xombrero : Makefile distinfo www/xombrero/pkg: PLIST Log message: Update to xombrero 1.4.0; do not use custom do-install. ok gonzalo@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/11/30 14:37:11 ports/devel/hs-concurrent-extra/patches Update of /cvs/ports/devel/hs-concurrent-extra/patches In directory cvs.openbsd.org:/tmp/cvs-serv2275/patches Log Message: Directory /cvs/ports/devel/hs-concurrent-extra/patches added to the repository CVSROOT: /cvs Module name: src Changes by: tobiasu@cvs.openbsd.org 2012/11/30 15:02:38 Modified files: regress/sys/net: Makefile Log message: Generate pf_print_host.c before mkdep uses it. ok guenther@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/11/30 15:26:34 Modified files: usr.bin/sndiod : midi.c midi.h miofile.c Log message: drain midi port output buffer before closing it ensuring the last few bytes are not lost CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2012/11/30 15:42:33 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: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2012/11/30 16:00:29 Modified files: distrib/sets/lists/base: md.sparc64 Log message: sync CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/11/30 17:13:32 Modified files: sbin/dhclient : privsep.h Log message: A couple of whitespace nits. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2012/11/30 21:16:03 Modified files: sys/dev/pci : if_vio.c Log message: The return value of vio_link_state() is not used so change the return type from int to void. ok sf@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/12/01 01:19:16 Modified files: usr.bin/units : units.lib Log message: update currency exchange rates; CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/12/01 02:22:33 Modified files: lib/libssl : cert.pem Log message: Additional CA root certificates: GeoTrust/Equifax, Go Daddy, StartCom, thawte. ok beck@ william@ todd@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/12/01 02:45:33 Modified files: mail/dovecot : Makefile distinfo Removed files: mail/dovecot/patches: patch-Makefile_in Log message: Update to Dovecot 2.1.12. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/12/01 02:46:17 Modified files: mail/dovecot-pigeonhole: Makefile mail/dovecot-antispam: Makefile Log message: Update to Dovecot 2.1.12. ok sthen@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2012/12/01 02:55:04 Modified files: sys/dev/pci : if_txp.c if_vr.c Log message: Don't bother to zero initialize the if_capabilities field first and then set the flags. Just set the flags as is done everywhere else. ok sthen@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2012/12/01 03:04:58 Modified files: sys/dev/ic : gem.c Log message: Add RX TCP/UDP checksum offload support. ok naddy@ sthen@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2012/12/01 03:35:17 Modified files: usr.sbin/bgpd : session.c Log message: The capability parser should only return an error in extreme cases. If a particular capability is bad, log the fact and ignore it. This may give us a chance to bring up session that have e.g. unexpected AFI,SAFI pairs in them. Also make the error messages more user friendly. OK henning@, sthen@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/01 03:39:38 Modified files: usr.sbin/ldomctl: config.c ldomctl.h Log message: Make it possible to share cores between domains. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/01 04:59:05 Modified files: sys/arch/sparc64/dev: vdsp.c Log message: Silently ignore VD_OP_GET_DEVID as Solaris uses it even though we don't advertise it. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/12/01 04:59:45 Modified files: sbin/dhclient : dhclient.c Log message: Make privileged process daemonize too. Using same function as the non-privileged process, go_daemon(). As pointed out by kettenis@, otherwise it is still attached to a controlling terminal and subject to the dangers thereof. Prep for having the privileged process pay attention to signals. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/12/01 05:06:14 Modified files: usr.bin/sndiod : sndiod.c Log message: Parse "-m mode1,mode2,.. " strings strictly. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/12/01 05:13:34 Modified files: usr.bin/sndiod : dsp.c midi.c sock.c Log message: remove misleading XXXs and TODOs CVSROOT: /cvs Module name: ports Changes by: chl@cvs.openbsd.org 2012/12/01 06:39:16 Modified files: www/py-requests: Makefile distinfo www/py-requests/pkg: PLIST Log message: update py-requests to 0.14.2 ok jasper@ CVSROOT: /cvs Module name: ports Changes by: chl@cvs.openbsd.org 2012/12/01 06:41:56 Removed files: www/py-requests/patches: patch-setup_py patch-test_requests_py Log message: forgot to remove some patch files in the previous commit ok jasper@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/01 07:35:41 Modified files: usr.sbin/ldomctl: config.c Log message: Add support for older firmware on UltraSPARC T1 machines. CVSROOT: /cvs Module name: ports Changes by: chl@cvs.openbsd.org 2012/12/01 08:21:54 Modified files: www/py-requests: Makefile Log message: fix MASTER_SITES ok jasper@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/12/01 14:07:27 Modified files: usr.sbin/nginx : README.OpenBSD usr.sbin/nginx/src/pcre: pcre_compile.c Log message: If compiling with gcc 3, initialize a local variable to prevent -Wuninitialized from firing a false positive; ok robert@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/12/01 14:08:20 Modified files: sys/arch/mvme88k/stand: Makefile.inc distrib/sets/lists/base: md.aviion md.luna88k md.mvme88k distrib/sets/lists/comp: md.aviion md.luna88k md.mvme88k share/mk : bsd.own.mk Log message: Switch m88k ports to gcc 3. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/12/01 14:08:50 Modified files: sys/arch/mvme88k/stand/bootsd: Makefile version.c sys/arch/mvme88k/stand/bootst: Makefile version.c sys/arch/mvme88k/stand/bootxx: Makefile sys/arch/mvme88k/stand/netboot: Makefile version.c sys/arch/mvme88k/stand/sboot: Makefile sys/arch/mvme88k/stand/tftpboot: Makefile version.c Log message: Crank boot blocks version because of the compiler change. CVSROOT: /cvs Module name: xenocara Changes by: miod@cvs.openbsd.org 2012/12/01 14:10:42 Modified files: . : Makefile Log message: Do not build kdrive on static arches, for libGL doesn't get build on them. ok matthieu@ CVSROOT: /cvs Module name: xenocara Changes by: miod@cvs.openbsd.org 2012/12/01 14:10:49 Modified files: distrib/sets/lists/xbase: md.mvme88k distrib/sets/lists/xserv: md.mvme88k Log message: Sync CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2012/12/01 14:11:37 Modified files: faq : current.html Log message: m88k compiler upgrade instructions (not for the faint of the heart) CVSROOT: /cvs Module name: ports Changes by: miod@cvs.openbsd.org 2012/12/01 14:12:28 Modified files: infrastructure/mk: arch-defines.mk Log message: m88k ports now use gcc 3; ok espie@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/12/01 15:54:02 Modified files: gnu/usr.bin/gcc/gcc: reload1.c Log message: reload_cse_noop_set_p(): invoking rtx_equal_for_cselib_p() is not enough; if it reports the dest and source parts of the set insn are identical, we need to check whether they are volatile memory references, and return 0 (not a noop) in that case. This allows `*volatile_ptr = *volatile_ptr;' constructs to no longer be incorrectly optimized away on platforms which can perform memory to memory transfers in a single instruction (i.e. m68k and vax). Found the hard way on vax, where some systems need to frob the interrupt stack early, before being able to handle faults, and a gcc3-built kernel would have this operation optimized away, leading to a quick system reset. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/12/02 00:03:32 Modified files: sys/arch/alpha/alpha: machdep.c sys/arch/alpha/include: cpu.h signal.h sys/arch/amd64/amd64: machdep.c sys/arch/amd64/include: cpu.h signal.h sys/arch/arm/arm: sig_machdep.c sys/arch/arm/include: cpu.h signal.h sys/arch/hppa/hppa: machdep.c sys/arch/hppa/include: cpu.h signal.h sys/arch/hppa64/hppa64: machdep.c sys/arch/hppa64/include: cpu.h signal.h sys/arch/i386/i386: machdep.c sys/arch/i386/include: cpu.h signal.h sys/arch/m68k/include: cpu.h signal.h sys/arch/m68k/m68k: sig_machdep.c sys/arch/m88k/include: cpu.h signal.h sys/arch/m88k/m88k: sig_machdep.c sys/arch/macppc/macppc: machdep.c sys/arch/mips64/include: cpu.h signal.h sys/arch/mips64/mips64: sendsig.c sys/arch/powerpc/include: cpu.h signal.h sys/arch/sh/include: cpu.h signal.h sys/arch/sh/sh : sh_machdep.c sys/arch/socppc/socppc: machdep.c sys/arch/solbourne/solbourne: machdep.c sys/arch/sparc/include: cpu.h signal.h sys/arch/sparc/sparc: machdep.c sys/arch/sparc64/include: cpu.h signal.h sys/arch/sparc64/sparc64: machdep.c sys/arch/vax/include: cpu.h signal.h sys/arch/vax/vax: machdep.c sys/kern : kern_sig.c sys/sys : signalvar.h Log message: Determine whether we're currently on the alternative signal stack dynamically, by comparing the stack pointer against the altstack base and size, so that you get the correct answer if you longjmp out of the signal handler, as tested by regress/sys/kern/stackjmp/. Also, fix alt stack handling on vax, where it was completely broken. Testing and corrections by miod@, krw@, tobiasu@, pirofti@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/12/02 00:22:33 Modified files: mail/mailscanner: Makefile distinfo Log message: Update to MailScanner 4.84.5-3. ok sthen@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/12/02 08:54:20 Modified files: usr.bin/sndiod : sndiod.1 Log message: simpler text; ok ratchov CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/12/02 08:59:42 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k.c Log message: m88k_layout_frame(): return early if the frame computations have already been done. CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2012/12/02 09:19:18 Modified files: etc : netstart Log message: - remove isalphanumeric() and replace it with a shell pattern, that tries a bit harder to identify invalid interface names and in this case emit an error message. - use [[ $1 == autoboot ]] to avoid a shell error message due to possible spaces in first argument - no change in functionality discussed with krw and halex ok ("I like this") krw CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/12/02 10:03:19 Modified files: sbin/dhclient : dhclient.c dhcpd.h kroute.c privsep.c privsep.h Log message: Try harder to cleanup when exiting. In particular catch signals SIGHUP, SIGINT, SIGTERM, SIGUSR1, SIGUS2 and cleanup before exiting when getting them. Cleanup meaning removing routes and the interface address added. Tweaks and feedback from phessler@, sthen@, otto@, deraadt@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/12/02 10:59:25 Modified files: driver/xf86-video-intel/src: intel_driver.c Log message: Check return value of I830MapMMIO(). Allows the server to fail with a useful error message instead of segfaulting later, like reported by Alexei Malinin on misc@. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/02 12:09:36 Modified files: lang/luajit : Makefile Log message: remove mips64 from ONLY_FOR_ARCHS until gcc 4.6 has been ported to it. ok abieber@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/02 12:13:07 Modified files: audio/easytag : Makefile Log message: - easytag moved over to the gnome infrastructure, so adjust HOMEPAGE accordingly. current releases will stay of sf.net for now. - adjust license marker while here CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/02 12:20:46 Modified files: infrastructure/templates: network.conf.template Log message: layout of ftp.belnet.be changed; adjust MASTER_SITE_GNOME accordingly CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/02 12:29:46 Modified files: net/gupnp/core : Makefile Added files: net/gupnp/core/patches: patch-libgupnp_Makefile_in Log message: - record a "package name" in the generated .gir file. from upstream. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2012/12/02 12:34:14 Modified files: sys/kern : vfs_bio.c Log message: Don't wake the cleaner and potentially throw away pages we shouldn't be throwing away when growing the buffer cache - ok mlarkin@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/02 12:34:35 Modified files: sys/arch/sparc64/dev: vdsp.c Log message: Add "support" for VD_OP_GET_WCE and VD_OP_SET_WCE. These operations don't really make sense for virtual disks backed by disk images, so we return ENOTSUP just like Solaris does. But advertising support for these operations works around a bug in the Linux kernel. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/02 12:40:45 Modified files: sys/arch/sparc64/dev: vcctty.c Log message: Implement hardware flow control and enable it by default (by setting CRTSCTS). ok miod@, deraadt@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2012/12/02 12:42:36 Modified files: sys/kern : vfs_bio.c vfs_biomem.c sys/sys : buf.h Log message: Fix kva reserve - ensure that kva reserve is checked for, as well as fix the case where buffers can be returned on the vinvalbuf path and we do not get woken up when waiting for kva. An earlier version looked at and ok'd by guenther@ in coimbra. - helpful comments from kettenis@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:10:22 Log message: A higher-level interface over threads, in which an "Async a" is a concurrent thread that will eventually deliver a value of type "a". The package provides ways to create "Async" computations, wait for their results, and cancel them. ok sthen@ Status: Vendor Tag: kili Release Tags: kili_20121202 N ports/devel/hs-async/Makefile N ports/devel/hs-async/distinfo N ports/devel/hs-async/pkg/DESCR N ports/devel/hs-async/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:15:31 Modified files: devel/hs-vector-algorithms: Makefile distinfo Log message: Update to vector-algorithms-0.5.4.2 (relaxing dependencies). CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:19:36 Modified files: devel/hs-test-framework-quickcheck2: Makefile distinfo Log message: Update to test-framework-quickcheck2-0.2.12.3 (relaxing dependencies). CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:21:44 Modified files: net/hs-HTTP : Makefile distinfo Log message: Update to HTTP-4000.2.5. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/02 13:21:50 Modified files: telephony/kamailio: Makefile Log message: unfuck RCS ID CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:22:42 Modified files: devel/hs-vector: Makefile distinfo devel/hs-vector/pkg: PLIST Log message: Update to vector-0.10.0.1. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:23:25 Modified files: devel/hs-primitive: Makefile distinfo devel/hs-primitive/pkg: PLIST Log message: Update to primitive-0.5.0.1. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:23:55 Modified files: devel/hs-text : Makefile distinfo Log message: Update to text-0.11.2.3 CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:24:26 Modified files: devel/hs-syb : Makefile distinfo Log message: Update to syb-0.3.7. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:25:06 Modified files: devel/hs-stm : Makefile distinfo devel/hs-stm/pkg: PLIST Log message: Update to stm-2.4. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:25:33 Modified files: devel/hs-split : Makefile distinfo Log message: Update to split-0.2.1.1. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:25:56 Modified files: devel/hs-regex-posix: Makefile distinfo Log message: Update to regex-posix-0.95.2. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/12/02 13:26:11 Modified files: usr.bin/ssh : ssh_config.5 sshconnect2.c Log message: Make IdentitiesOnly apply to keys obtained from a PKCS11Provider. This allows control of which keys are offered from tokens using IdentityFile. ok markus@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:26:18 Modified files: devel/hs-parsec: Makefile distinfo Log message: Update to parsec-3.1.3. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:26:48 Modified files: devel/hs-parallel: Makefile distinfo Log message: Update to parallel-3.2.0.3. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:27:19 Modified files: devel/hs-network: Makefile distinfo devel/hs-network/patches: patch-Network_Socket_hsc patch-configure_ac patch-include_HsNetworkConfig_h_in Log message: Update to network-2.3.1.0. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:27:43 Modified files: devel/hs-mtl : Makefile distinfo Log message: Update to mtl-2.1.2. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:28:19 Modified files: devel/hs-QuickCheck: Makefile distinfo Log message: Update to QuickCheck-2.5.1.1. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:28:44 Modified files: devel/hs-HUnit : Makefile distinfo Log message: Update to HUnit-1.2.5.1. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:29:17 Modified files: devel/happy : Makefile distinfo Log message: Update to happy-1.18.10. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:29:39 Modified files: devel/alex : Makefile distinfo devel/alex/pkg : PLIST Log message: Update to alex-3.0.2. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:30:13 Modified files: archivers/hs-zlib: Makefile distinfo Log message: Update to zlib-0.5.4.0. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/12/02 13:34:10 Modified files: usr.bin/ssh : auth.c auth.h auth1.c auth2-chall.c auth2-gss.c auth2-jpake.c auth2.c monitor.c monitor.h Log message: Fixes logging of partial authentication when privsep is enabled Previously, we recorded "Failed xxx" since we reset authenticated before calling auth_log() in auth2.c. This adds an explcit "Partial" state. Add a "submethod" to auth_log() to report which submethod is used for keyboard-interactive. Fix multiple authentication when one of the methods is keyboard-interactive. ok markus@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:37:45 Modified files: meta/haskell-platform: Makefile Log message: Update to haskell-platform-2012.4.0.0, with REVISION = 0. The previous version of this port wasn't 2012.4.0.0. but 2012.2.0.0. I just got the version number wrong (sorry). CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:39:33 Modified files: devel/hs-hashable: Makefile Log message: Bump. Set NO_REGRESS, because of missing dependencies. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:40:09 Modified files: graphics/hs-cairo: Makefile Log message: Bump. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:40:37 Modified files: devel/hs-glade : Makefile Log message: Bump. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:41:04 Modified files: devel/hs-enumerator: Makefile Log message: Bump. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/12/02 13:42:15 Modified files: usr.bin/ssh : ssh-add.1 ssh-add.c Log message: make deleting explicit keys "ssh-add -d" symmetric with adding keys - try to delete the corresponding certificate too and respect the -k option to allow deleting of the key only; feedback and ok markus@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:42:39 Modified files: textproc/hs-attoparsec: Makefile Log message: Bump. Set NO_REGRESS, because --enable-tests will cause haddock to fail. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:43:10 Modified files: devel/hs-stringtable-atom: Makefile Log message: Bump. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:43:34 Modified files: textproc/hs-polyparse: Makefile Log message: Bump. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:43:57 Modified files: devel/hs-HsSyck: Makefile Log message: Bump. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:46:08 Modified files: devel/hs-concurrent-extra: Makefile Added files: devel/hs-concurrent-extra/patches: patch-concurrent-extra_cabal Log message: Relax dependencies and bump. Set NO_REGRESS until --enable-tests will be set by default. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/12/02 13:46:11 Modified files: usr.bin/ssh : auth-options.c channels.c servconf.c servconf.h serverloop.c session.c sshd_config.5 Log message: make AllowTcpForwarding accept "local" and "remote" in addition to its current "yes"/"no" to allow the server to specify whether just local or remote TCP forwarding is enabled. ok markus@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:46:28 Modified files: databases/hs-redis: Makefile Log message: Bump. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:47:11 Modified files: www/hs-snap-server: Makefile Log message: Relax dependencies and bump. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:47:45 Modified files: textproc/hs-heist: Makefile distinfo Log message: Update to heist-0.8.2. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/12/02 13:47:48 Modified files: regress/usr.bin/ssh: Makefile Added files: regress/usr.bin/ssh: forward-control.sh Log message: regress for AllowTcpForwarding local/remote; ok markus@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:48:05 Modified files: security/hs-cprng-aes: Makefile Log message: Bump. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:48:34 Modified files: www/hs-clientsession: Makefile Log message: Bump. Set NO_REGRESS because of missing dependencies. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:48:54 Modified files: www/hs-snap : Makefile Log message: Bump. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 13:49:28 Modified files: x11/xmobar : Makefile x11/xmobar/patches: patch-xmobar_cabal Log message: Relax dependencies and bump. CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2012/12/02 14:02:45 Modified files: etc : netstart Log message: use the more compact version of the check for ifconfig'able interfaces from install.sub with feedback from and ok halex CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/12/02 14:13:42 Modified files: distrib/sets/lists/comp: md.mvme88k Log message: sync CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/02 14:26:23 Modified files: devel : Makefile Log message: + hs-async CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/02 15:18:21 Modified files: telephony/kamailio/patches: patch-Makefile_defs Log message: - unbreak on mips64 by fixing recognition macros and unsupported GCC flag CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/12/02 15:51:26 Modified files: driver/xf86-video-mga: configure.ac driver/xf86-video-mga/src: mga_driver.c mga_dri.c Log message: Fix XAA support. Problem noticed by sthen@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/12/02 15:59:11 Modified files: driver/xf86-video-mga: config.h.in configure Log message: regen CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/12/02 17:14:06 Modified files: usr.bin/ssh : auth2-chall.c ssh-keygen.c Log message: Fix compilation with -Wall -Werror (trivial type fixes) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/12/03 00:00:11 Modified files: sys/arch/mvme68k/include: bus.h sys/arch/mvme88k/include: bus.h Log message: avoid depending on gcc cast as lvalue extension which was removed in gcc4 ok miod@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/03 00:32:05 Modified files: print/bibview/patches: patch-Imakefile Log message: fix build on sgi, we got detected as irix. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/12/03 01:33:03 Modified files: usr.bin/ssh : ssh-add.1 sshd_config.5 Log message: tweak previous; CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/12/03 02:51:21 Modified files: faq/ru : faq9.html lt : armish.html landisk.html vax.html Added files: faq/ru : faq11.html faq8.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/03 03:11:07 Modified files: graphics/colord: Makefile distinfo graphics/colord/patches: patch-configure patch-etc_colord_conf_in patch-src_Makefile_in patch-src_cd-main_c patch-src_cd-profile-store_c patch-src_cd-profile_c graphics/colord/pkg: PLIST Log message: Update to colord-0.1.25. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/12/03 03:19:09 Modified files: lib/libssl : cert.pem Log message: New CA root certificates, ok beck@. - additional cert's from GlobalSign. - additional cert's from VeriSign and replace existing ones with 'Signature Algorithm: md2WithRSAEncryption' with their currently distributed sha1WithRSAEncryption versions. - new CAs: AddTrust (root for most Comodo certificates also heavily used in academic networks), Comodo (most of their certs are rooted in AddTrust but TERENA use the Comodo AAA Certificate Services root for some things so add that separately), UserTrust Network/UTN (part of Comodo) and Starfield (part of Go Daddy). CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/12/03 03:32:48 Added files: x11/kde/office3/patches: patch-filters_kword_msword_conversion_cpp patch-filters_kword_msword_document_cpp patch-filters_kword_msword_tablehandler_cpp patch-filters_kword_msword_texthandler_cpp Log message: Adapt to wv2 changes; sorry for the breakage. same diff from brad@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/03 04:17:04 Modified files: mail/cyrus-imapd: Makefile distinfo mail/cyrus-imapd/patches: patch-configure patch-lib_imapoptions patch-man_imapd_conf_5 Added files: mail/cyrus-imapd/pkg: DESCR PLIST README Removed files: mail/cyrus-imapd/pkg: DESCR-main DESCR-perl PLIST-main PLIST-perl README-main Log message: Update to cyrus-imapd-2.4.17. Merge both subpackages into one -- it made sense when the port was not SHARED_ONLY but it's been for a while now. Use /nonexistent for the _cyrus user homedir. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/03 04:17:23 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: 'cyrus-imapd-perl' => 'cyrus-imapd' CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/03 06:08:08 Modified files: www/py-httplib2: Makefile www/py-httplib2/pkg: DESCR Log message: minor style nit CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/03 07:12:34 Modified files: net/ocsync : Makefile distinfo Log message: Bugfix update to ocsync-0.60.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/03 07:13:00 Modified files: www/owncloud : Makefile distinfo Log message: Bugfix update to owncloud-4.5.4. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/03 07:48:51 Modified files: japanese/mecab : Makefile Log message: mark broken on mips64 for the same reason it's broken on hppa (lack of atomic ops) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/03 08:34:42 Modified files: print/cups-pk-helper: Makefile Log message: add HOMEPAGE ok aja@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/12/03 08:35:25 Modified files: usr.bin/aucat : aucat.1 aucat.c Log message: Remove server capability description from the documentation and from the usage string, and just say that for historic reasons aucat behaves like sndiod. with help from jmc@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/03 08:48:56 Modified files: net/gssdp : Makefile Log message: add a HOMEPAGE CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/03 08:52:12 Modified files: print/cups-pk-helper: Makefile distinfo Removed files: print/cups-pk-helper/patches: patch-src_cups_c Log message: Minor update to cups-pk-helper-0.2.4. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/03 08:59:30 Modified files: graphics/libungif: Makefile Log message: add license CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/03 09:21:25 Modified files: www/mollify : Makefile distinfo www/mollify/pkg: PLIST Log message: update to mollify 1.8.9.3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/03 10:15:11 Modified files: x11/gnome/shell: Makefile Log message: Drop useless RUN_DEPENDS. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2012/12/03 12:26:24 Modified files: usr.bin/rs : rs.c Log message: don't try to stuff ptr differences into an int; from Arto Jonsson; ok espie@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/03 12:57:04 Modified files: sys/arch/sparc64/dev: vdsp.c Log message: Close disk images if the client disconnects. This makes it possible to replace a disk image and have it visible to the guest when it reboots instead of having to reboot the primary domain. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2012/12/03 13:08:33 Modified files: include : stdlib.h lib/libc/stdlib: Makefile.inc lib/libc : shlib_version Added files: lib/libc/stdlib: posix_openpt.3 ptsname.3 posix_pty.c Log message: Simple emulation of POSIX pty APIs posix_openpt(), ptsname(), grantpt() and unlockpt() using /dev/ptm. Man pages from FreeBSD. OK kettenis@ deraadt@ beck@ ajacoutot@ naddy@ CVSROOT: /cvs Module name: ports Changes by: chrisz@cvs.openbsd.org 2012/12/03 13:08:46 Modified files: devel/coccinelle: Makefile Log message: Bump revision after ocaml update. ok from anil and @jasper CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/03 13:09:40 Modified files: lib/libc/arch/sparc64/fpu: fpu_qp.c Log message: Add two missing quad-precision emulation functions: _Qp_cmp and _Qp_cmpe. At least the former is emitted by modern versions of GCC. CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2012/12/03 14:04:49 Modified files: sys/dev/pci : if_vio.c Log message: wrap bpf.h header with NBPFILTER ok gsoares@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/03 14:26:50 Modified files: editors/nvi-m17n: Makefile Added files: editors/nvi-m17n/patches: patch-build_configure_in patch-ex_ex_script_c Removed files: editors/nvi-m17n/patches: patch-build_configure Log message: use openpty(); ex_script.c part from millert@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/03 14:44:04 Modified files: editors/nvi-m17n: Makefile Log message: fix wantlib CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2012/12/03 15:05:46 Modified files: usr.bin/vi/ex : ex_script.c Log message: Fix hang when exiting shell in script mode. OK naddy@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/12/03 15:19:47 Modified files: sbin/dhclient : dhclient.c kroute.c Log message: Cleanup after a 'ifconfig down', but stick around so 'ifconfig up' will get a new lease without having to restart dhclient. Also tweak cleanup() to cancel any existing timeout, so one doesn't fire between 'down' and 'up'. Makes sense to chris@ beck@. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/12/03 15:30:26 Modified files: converters/wv2 : Makefile x11/kde/office3: Makefile Log message: Further tweaks for Pacal's sloppy wv2 update. ok kili@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/12/03 15:36:17 Modified files: sbin/dhclient : dhclient.c kroute.c Log message: Backout last. It breaks existing 'ifconfig down ; dhclient' usage. Pointed out by deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/03 16:10:37 Modified files: www/squid : Makefile Log message: Don't allow autoconf to pick up et/com_err.h from e2fsprogs. dpb build failure reported by naddy@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/12/03 19:12:00 Modified files: . : query-pr.html Log message: google and sendbug(1) still point to this page, so stub it out, point people in the right directions. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/12/03 19:24:47 Modified files: bin/pax : ar_io.c ar_subs.c buf_subs.c cache.c cpio.c ftree.c gen_subs.c options.c pat_rep.c pax.c sel_subs.c tables.c tar.c tty_subs.c sbin/ifconfig : brconfig.c sbin/pflogd : privsep_fdpass.c sbin/pfctl : pfctl_parser.c bin/chio : chio.c bin/chmod : chmod.c bin/csh : extern.h misc.c bin/rcp : rcp.c bin/rmail : rmail.c bin/systrace : alias.c filter.c intercept-translate.c intercept.c policy.c register.c systrace.c sbin/iked : chap_ms.c util.c sbin/pdisk : convert.c sbin/ping : ping.c sbin/ping6 : ping6.c usr.bin/mandoc : manpath.c usr.bin/nc : atomicio.c usr.bin/sendbug: atomicio.c usr.bin/systat : pf.c libexec/comsat : comsat.c libexec/fingerd: fingerd.c libexec/ftpd : ftpd.c libexec/identd : identd.c libexec/login_chpass: login_chpass.c libexec/login_lchpass: login_lchpass.c libexec/login_radius: raddauth.c libexec/login_reject: login_reject.c libexec/login_tis: login_tis.c libexec/login_token: login_token.c token.c tokendb.c libexec/rpc.yppasswdd: yppasswdd_mkpw.c libexec/rshd : rshd.c libexec/spamd-setup: spamd-setup.c Log message: remove some unnecessary sys/param.h inclusions CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/12/03 19:27:00 Modified files: bin/cp : extern.h bin/dd : extern.h bin/ls : main.c bin/pax : extern.h sbin/mount_msdos: mount_msdos.c sbin/newfs_ext2fs: mke2fs.c newfs_ext2fs.c sbin/scsi : libscsi.h sbin/ttyflags : ttyflags.c Log message: remove some unnecessary sys/cdefs.h inclusions CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/12/03 19:30:34 Modified files: sbin/route : route.c show.c usr.bin/netstat: inet.c inet6.c Log message: remove some unnecessary sys/mbuf.h inclusions CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/12/03 19:34:06 Modified files: bin/mt : mtrmt.c Log message: remove sunos backwards compat CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/12/03 19:36:38 Modified files: libexec/spamd : sync.c Log message: rather than a mishmash of headers, this only needs with guenther CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/12/03 19:38:51 Modified files: bin/date : date.c bin/md5 : md5.c bin/mt : mtrmt.c sbin/ldattach : atomicio.c libexec/rpc.rusersd: rusers_proc.c Log message: replace sys/param.h with sys/types.h (and sometimes add limits.h if needed) ok guenther CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/12/03 19:40:48 Modified files: bin/ed : ed.h glbl.c undo.c Log message: remove sunos backwards compat ok guenther CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/12/03 21:48:10 Modified files: sbin/ifconfig : ifconfig.c Log message: only needs sys/types.h not sys/param.h CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/12/03 22:00:40 Modified files: sys/arch/mips64/include: fpu.h Log message: Only pull in sys/cdefs.h if needed ok miod CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2012/12/03 23:30:20 Modified files: lang/ghc : Makefile Log message: Fix license comment: the package now also contains a (patched) libgmp, which is LGPLv3. CVSROOT: /cvs Module name: ports Changes by: chrisz@cvs.openbsd.org 2012/12/03 23:53:06 Modified files: databases/ocaml-sqlite3: Makefile distinfo Log message: update to new upstream version. ok by @avsm and @jasper CVSROOT: /cvs Module name: ports Changes by: chrisz@cvs.openbsd.org 2012/12/03 23:54:25 Modified files: devel/cil : Makefile Log message: update HOMEPAGE ok by @jasper and @avsm CVSROOT: /cvs Module name: ports Changes by: chrisz@cvs.openbsd.org 2012/12/03 23:55:30 Modified files: devel/ocaml-calendar: Makefile Log message: update HOMEPAGE ok by @avsm and @jasper CVSROOT: /cvs Module name: ports Changes by: chrisz@cvs.openbsd.org 2012/12/03 23:56:39 Modified files: devel/ocaml-lambda-term: Makefile distinfo Log message: update to version 1.3 ok by @avsm, @jasper CVSROOT: /cvs Module name: ports Changes by: chrisz@cvs.openbsd.org 2012/12/03 23:57:39 Modified files: devel/ocaml-lwt: Makefile distinfo Log message: update to version 2.4.2 ok by @avsm, @jasper CVSROOT: /cvs Module name: ports Changes by: chrisz@cvs.openbsd.org 2012/12/04 00:01:07 Modified files: lang/ocamlduce : Makefile distinfo Log message: - update to version 3.12.1 - make use of bsd.port.arch.mk properties - update MASTER_SITES but still doesn't work with the current ocaml. ok by @avsm, @jasper CVSROOT: /cvs Module name: ports Changes by: chrisz@cvs.openbsd.org 2012/12/04 00:02:08 Modified files: textproc/ocaml-xmlm: Makefile distinfo textproc/ocaml-xmlm/pkg: PFRAG.native Added files: textproc/ocaml-xmlm/pkg: PFRAG.dynlink-native Log message: update to version 1.1.1 ok by @avsm, @jasper CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/04 00:10:53 Modified files: devel/libgee06 : Makefile distinfo Log message: Bugfix update to libgee06-0.6.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/04 00:14:34 Modified files: devel/libgee : Makefile distinfo Removed files: devel/libgee/patches: patch-gee_Makefile_in Log message: Bugfix update to libgee-0.8.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/04 01:09:34 Modified files: x11/gnome/clocks: Makefile distinfo Log message: Update to gnome-clocks-0.1.5. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/12/04 03:14:25 Modified files: sys/arch/macppc/macppc: dma.c Log message: Make bus_dmamem_mmap(9) understand the BUS_DMA_NOCACHE flag, required for upcoming agp changes. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/04 03:40:19 Modified files: www/squid : Makefile distinfo www/squid/patches: patch-src_cf_data_pre Added files: www/squid/patches: patch-compat_xstrerror_h Log message: update to Squid 3.2.4 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/12/04 03:40:57 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: mpi@cvs.openbsd.org 2012/12/04 03:42:05 Modified files: sys/dev/pci : agpreg.h files.agp sys/arch/macppc/conf: files.macppc sys/arch/macppc/macppc: conf.c sys/arch/macppc/pci: pchb.c Added files: sys/dev/pci : agp_apple.c sys/arch/macppc/pci: agp_machdep.c Log message: Add support for Uninorth AGP bridges found in most if not all the macppc machines with a G3 or G4 microprocessor. It would not be difficult to add support for U3 bridges found in G5 powered macppc to this driver but I don't have such hardware. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/12/04 03:44:20 Modified files: etc/etc.macppc : MAKEDEV.md Log message: Add agp node CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/12/04 03:45:15 Modified files: etc/etc.macppc : MAKEDEV share/man/man8/man8.macppc: MAKEDEV.8 Log message: sync CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2012/12/04 03:54:20 Modified files: usr.bin/mg : def.h display.c funmap.c mg.1 Log message: Bring back column numbers and make them configurable, off by default to not kill slow serial lines. Committing my independently written, slightly different version, as requested by jasper@. OK jasper@, OK reyk@ for jasper@'s version of the diff "Sure, if you think so then." deraadt@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/12/04 03:58:05 Modified files: sys/arch/macppc/conf: GENERIC Log message: Enable agp(4) CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2012/12/04 04:20:47 Modified files: . : macppc.html Log message: sync a bit with reality, nobody is actively working on smp. and "multi-speed alptops are not adjustable", which isn't true anymore since 5.0. with mpi@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/04 04:25:25 Modified files: devel/glade3 : Makefile distinfo devel/glade3/pkg: PLIST Log message: - update to glade-3.8.3 CVSROOT: /cvs Module name: xenocara Changes by: mpi@cvs.openbsd.org 2012/12/04 07:06:32 Modified files: lib/libGL/dri/swrastg: Makefile lib/libGL/mesa/libmesagallium: Makefile Log message: Correctly define HAVE_POSIX_MEMALIGN, missed in previous. Breakage reported by ajacoutot@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/12/04 07:54:33 Modified files: sbin/ifconfig : ifconfig.c Log message: add group support back (for the ramdisk version) spotted by rpe and sthen; ok krw CVSROOT: /cvs Module name: ports Changes by: florian@cvs.openbsd.org 2012/12/04 09:10:25 Log message: import dnsfilter; input/ok landry@, sthen@ some time ago dnsfilter is a filter and rate limiter for the Domain Name System. DNS queries should be redirected into the filter using the pf(4) divert-packet command. Status: Vendor Tag: florian Release Tags: florian_20121204 N ports/net/dnsfilter/Makefile N ports/net/dnsfilter/distinfo N ports/net/dnsfilter/pkg/dnsfilter.rc N ports/net/dnsfilter/pkg/DESCR N ports/net/dnsfilter/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: florian@cvs.openbsd.org 2012/12/04 09:29:26 Modified files: infrastructure/db: user.list Log message: +dnsfilter CVSROOT: /cvs Module name: ports Changes by: florian@cvs.openbsd.org 2012/12/04 09:32:23 Modified files: net : Makefile Log message: +dnsfilter CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/12/04 09:39:54 Modified files: x11/spectrwm : Makefile distinfo x11/spectrwm/patches: patch-spectrwm_c Log message: Update for Spectrwm to 2.1.1: * Avoid a free on an uninitialized variable by setting optval to NULL. * Fix fparseln flags to remove escape characters in the result. * Fix issue where rapid window crossing events might get ignored. * Validate bound spawn programs after conf is loaded. * Fix move/resize to bail if the window gets destroyed. * Fix bar clock not getting updated during periods of inactivity. Ok aja@ CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2012/12/04 11:39:52 Modified files: distrib/sets/lists/xserv: md.i386 md.macppc Log message: sync CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2012/12/04 11:42:16 Modified files: lib/libc/stdlib: ptsname.3 Log message: Use "path name" not "pathname". CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2012/12/04 11:53:45 Modified files: lib/libc/stdlib: posix_openpt.3 Log message: Rewritten posix_openpt manual that doesn't include any of the POSIX text. OK deraadt@ CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2012/12/04 12:00:02 Modified files: faq : current.html Log message: typo; rustyBSD CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/12/04 12:24:03 Modified files: sbin/dhclient : bpf.c clparse.c dhclient.c dhcpd.h dispatch.c errwarn.c kroute.c privsep.c Log message: Eliminate hand-rolled pseudo-strerror() %m strangeness by replacing all occurances of %m with strerror(errno). And then nuking do_percentm() and related buffer shuffling. Also simplify parse_warn() so it takes a simple char * of the error, and thus rely on pointing to error location in input for details. Makes sense to beck@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/04 12:31:17 Modified files: usr.bin/tip : tip.c Log message: Get rid of two 10-year-old XXX comments and do check for getchar(3) returning EOF. Fixes a very annoying bug where cu(1) will start sending the EOF "character" down the serial line at high speed if it loses its input terminal. ok deraadt@, nicm@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/04 13:51:10 Modified files: sys/arch/i386/i386: machdep.c sys/arch/i386/include: bus.h Log message: Implement bus_space_mmap(9). ok miod@, mpi@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/04 14:00:21 Modified files: sys/arch/sparc64/sparc64: cpu.c Log message: Attach the 2nd core of SPARC64-VI and SPARC64-VII CPUs. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/04 14:05:30 Modified files: www/mozilla : mozilla.port.mk www/firefox36 : Makefile www/fennec : Makefile productivity/sunbird: Makefile devel/xulrunner: Makefile.inc devel/xulrunner/1.9: Makefile Log message: Winter cleanup of the mozillas : - Add gtar to BUILD_DEPENDS everywhere in moz.port.mk, since fx 18 will start using gtar-only options. Ditto for unzip, used during install. - special-case the deps for firefox/thunderbird/seamonkey, since those are maintained on the long-term. Only those need to depend on the latest and greatest nss/nspr. - move the '--relax LDFLAGS for ppc' to moz.port.mk - move the 'yasm BUILD_DEPENDS for i385/amd64' to moz.port.mk - move more common CONFIGURE_ARGS to moz.port.mk (libevent,gio,bz2,gconf..) - fix MODMOZ_WANTLIB wrt nss/nspr majors - ensure we depend on sqlite3>=21, needed for fx/tb 18 - use --with-system-jpeg only in firefox36/sunbird/fennec/xulrunner, fx/tb 18 will have to use its bundled libjpeg-turbo (#791305) - bump REVISIONs for the WANTLIB/LIB_DEPENDS change. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/12/04 14:06:52 Removed files: sys/arch/aviion/include: va-m88k.h sys/arch/luna88k/include: va-m88k.h sys/arch/m88k/include: va-m88k.h sys/arch/mvme88k/include: va-m88k.h Log message: Remove the gcc 2 m88k varargs logic. You gave me a lot of trouble and no pony, therefore I don't mind you rotting in the Attic for eternity (scheduled to start on the 21st anyway, according to MayaBSD developers). reminded by deraadt@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/04 14:10:12 Modified files: www : Makefile Removed files: www/firefox35 : Makefile distinfo www/firefox35/files: browserconfig.properties firefox35.desktop mozilla-firefox.1 www/firefox35/patches: patch-accessible_src_atk_nsAppRootAccessible_cpp patch-browser_app_application_ini patch-browser_app_profile_firefox_js patch-browser_components_certerror_content_aboutCertError_xhtml patch-browser_components_nsBrowserGlue_js patch-build_unix_mozilla_in patch-build_unix_run-mozilla_sh patch-config_autoconf_mk_in patch-config_rules_mk patch-configure_in patch-content_media_video_src_nsAudioStream_cpp patch-content_xslt_public_txDouble_h patch-content_xslt_src_base_txDouble_cpp patch-extensions_auth_nsAuthGSSAPI_cpp patch-extensions_pref_system-pref_src_gconf_nsSystemPrefService_cpp patch-extensions_spellcheck_hunspell_src_mozHunspell_cpp patch-gfx_ots_include_opentype-sanitiser_h patch-gfx_qcms_iccread_c patch-gfx_qcms_qcmstypes_h patch-gfx_src_thebes_nsThebesDeviceContext_cpp patch-js_src_configure_in patch-js_src_jsgc_cpp patch-js_src_jsnum_h patch-js_src_jsscript_cpp patch-js_src_nanojit_NativeSparc_cpp patch-js_src_nanojit_Nativei386_cpp patch-js_src_nanojit_avmplus_h patch-js_src_xpconnect_shell_Makefile_in patch-js_src_xpconnect_src_Makefile_in patch-js_src_xpconnect_src_dom_quickstubs_cpp_diff patch-layout_build_Makefile_in patch-media_liboggplay_src_liboggplay_std_semaphore_h patch-media_liboggz_include_oggz_oggz_off_t_generated_h patch-media_libsydneyaudio_include_sydney_audio_h patch-media_libsydneyaudio_src_Makefile_in patch-modules_libimg_png_pngerror_c patch-modules_plugin_base_src_nsPluginsDirUnix_cpp patch-other-licenses_branding_firefox_pref_firefox-branding_js patch-security_coreconf_OpenBSD_mk patch-security_coreconf_UNIX_mk patch-security_manager_pki_resources_content_exceptionDialog_js patch-security_manager_ssl_src_Makefile_in patch-security_manager_ssl_src_nsNSSComponent_cpp patch-storage_src_mozStorageConnection_cpp patch-toolkit_components_downloads_src_nsDownloadManager_cpp patch-toolkit_crashreporter_client_crashreporter_linux_cpp patch-toolkit_library_Makefile_in patch-toolkit_xre_nsXREDirProvider_cpp patch-widget_src_gtk2_Makefile_in patch-widget_src_xpwidgets_nsPrintSettingsImpl_cpp patch-xpcom_base_nsStackWalk_cpp patch-xpcom_io_SpecialSystemDirectory_cpp patch-xpcom_io_nsAppFileLocationProvider_cpp patch-xpcom_reflect_xptcall_src_md_unix_Makefile_in patch-xpcom_reflect_xptcall_src_md_unix_xptcinvoke_asm_ppc_openbsd_s patch-xpcom_reflect_xptcall_src_md_unix_xptcstubs_asm_ppc_openbsd_s www/firefox35/pkg: DESCR PFRAG.debug PLIST README Log message: Retire www/firefox35. You served us well but you're EOL'ed upstream since 18 months, and your only reason d'etre was the java plugin from jdk 1.6. But those days this one doesnt receive updates from oracle, and icedtea-web seems to do a good job at running java crapplets. Users will be upgraded for free to www/mozilla-firefox ! General agreement/yays from ajacoutot@ tobiasu@ dcoppa@ krw@ kurt@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/04 14:13:32 Modified files: mail/mozilla-thunderbird: Makefile Log message: Bump REVISION-main after the moz.port.mk changes, tb wont see a 17.0.1 for this cycle. Readd the --with-system-jpeg locally (to remove in 18), and remove all the configure_env/args/build_depends stuff that moved to moz.port.mk. Shrinks Makefile by 18 lines. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/04 14:17:29 Modified files: www/seamonkey : Makefile distinfo www/seamonkey-i18n: Makefile.inc distinfo Log message: Bugfix update to seamonkey(,-i18n) 2.14.1. See http://www.seamonkey-project.org/releases/seamonkey2.14/changes#fixes2141 for the list of fixes. Readd the --with-system-jpeg locally (to remove in 2.15), and remove all the configure_env/args/build_depends stuff that moved to moz.port.mk. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/04 14:24:35 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/pkg: PLIST www/firefox-i18n: Makefile.inc distinfo Log message: Bugfix update to firefox 17.0.1. - Fixes bug #814101 - Font Issue - Reverted user agent change (was bug #588909) causing some website incompatibilities, see #815743 - Readd the --with-system-jpeg locally (to remove in 18), and remove all the configure_env/args/build_depends stuff that moved to moz.port.mk. - add @pkgpath/@conflict markers to update www/firefox35 users to the latest and greatest ! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/04 14:48:27 Modified files: net/isc-bind : Makefile distinfo net/isc-bind/pkg: PLIST Log message: SECURITY update to BIND 9.9.2-P1 A specific query can cause BIND nameservers using DNS64 to exit with a REQUIRE assertion failure. BIND nameservers that are not using DNS64 are not at risk. https://kb.isc.org/article/AA-00828 CVE-2012-5688 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/04 14:49:22 Modified files: net/isc-bind : Tag: OPENBSD_5_2 Makefile distinfo net/isc-bind/pkg: Tag: OPENBSD_5_2 PLIST Log message: MFC: SECURITY update to BIND 9.9.2-P1 A specific query can cause BIND nameservers using DNS64 to exit with a REQUIRE assertion failure. BIND nameservers that are not using DNS64 are not at risk. https://kb.isc.org/article/AA-00828 CVE-2012-5688 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/12/04 15:41:42 Modified files: net/dnsmasq : Makefile distinfo net/dnsmasq/patches: patch-man_dnsmasq_8 Log message: Update to dnsmasq 2.64. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/12/04 17:34:03 Modified files: lang/libv8 : Makefile distinfo Log message: Downgrade libv8 to 3.12.19 to make it compatible with the ports that require it. OK jeremy@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/12/04 17:40:28 Modified files: lang/node : Makefile node.port.mk Added files: lang/node/patches: patch-common_gypi Removed files: lang/node/patches: patch-deps_v8_SConstruct patch-deps_v8_src_atomicops_h patch-deps_v8_src_heap_cc patch-deps_v8_src_platform_h Log message: Update node to use lang/libv8 OK jeremy@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/12/04 17:41:34 Modified files: databases/node-sqlite3: Makefile databases/node-sqlite3/patches: patch-binding_gyp Log message: Update node-sqlite3 to use libv8 OK jeremy@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/12/04 17:42:38 Modified files: databases/node-pg: Makefile Log message: Update node-pg to use libv8 OK jeremy@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/12/04 17:45:05 Modified files: devel/node-fibers: Makefile distinfo devel/node-fibers/patches: patch-binding_gyp devel/node-fibers/pkg: PLIST Added files: devel/node-fibers/patches: patch-build_js patch-fibers_js Log message: Make node-fibers use libv8 OK jeremy@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/12/04 17:46:04 ports/security/node-bcrypt/patches Update of /cvs/ports/security/node-bcrypt/patches In directory cvs.openbsd.org:/tmp/cvs-serv13793/patches Log Message: Directory /cvs/ports/security/node-bcrypt/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/12/04 17:46:38 Modified files: security/node-bcrypt: Makefile Added files: security/node-bcrypt/patches: patch-binding_gyp Log message: Make node-bcrypt work with libv8 OK jeremy@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/12/04 17:47:53 Modified files: devel/node-gir : Makefile Added files: devel/node-gir/patches: patch-binding_gyp Log message: Make node-gir use libv8 OK jeremy@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/12/04 17:48:30 Modified files: graphics/node-canvas: Makefile Log message: Make node-canvas work with libv8 OK jeremy@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/12/04 17:49:05 Modified files: sysutils/node-daemon: Makefile Log message: Make node-daemon use libv8 OK jeremy@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/12/04 17:54:32 ports/sysutils/node-syslog/patches Update of /cvs/ports/sysutils/node-syslog/patches In directory cvs.openbsd.org:/tmp/cvs-serv3607/patches Log Message: Directory /cvs/ports/sysutils/node-syslog/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/12/04 17:54:54 Modified files: sysutils/node-syslog: Makefile Added files: sysutils/node-syslog/patches: patch-binding_gyp Log message: Make node-syslog use libv8 OK jeremy@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/12/04 18:07:45 Added files: lang/libv8/patches: patch-src_atomicops_h patch-src_platform_h Log message: Add i386 compat to libv8 - was removed in previous version as the patches are upstream. OK jeremy@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/12/04 20:14:10 Modified files: sbin/dhclient : dhclient.c Log message: If there is no domain-name and no domain-name-servers provided in the lease (or if they are 'ignore'd in dhclient.conf), and there is no resolv,conf.tail then do not remove any existing resolv.conf. Restores the behaviour ajacoutot@ expected and todd@ thinks makes sense. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/12/04 23:40:59 Modified files: lib/libc/stdlib: posix_openpt.3 Log message: no need for .Pp before lists; CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2012/12/05 00:08:38 Modified files: etc : netstart Log message: remove "Invalid interface name" message requested by krw@ ok halex@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/12/05 00:38:15 Log message: import swiggle 0.4 from openbsd-wip swiggle is a small command line tool that generates HTML pages, including thumbnail indexes, for given images (a so called "web gallery"). It's intended to be easy to use, and since it is written in C, it's quite speedy. with feedback from ajacoutot@ and sthen@ ok sthen@ and Sergey Bronnikov (MAINTAINER Status: Vendor Tag: rpe Release Tags: rpe_20121205 N ports/www/swiggle/Makefile N ports/www/swiggle/distinfo N ports/www/swiggle/pkg/DESCR N ports/www/swiggle/pkg/PLIST N ports/www/swiggle/patches/patch-Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/12/05 00:41:54 Modified files: www : Makefile Log message: add swiggle CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/12/05 01:35:56 Modified files: sys/dev/usb : udl.h Log message: minor spacing nit. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2012/12/05 01:41:30 Modified files: geo/foxtrotgps : Makefile Log message: Add textproc/intltool to MODULES. Spotted by naddy@, thanks! CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/12/05 01:49:42 Modified files: faq/fr : current.html fr : macppc.html want.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/05 02:38:41 Modified files: mail/milter-spamd: Makefile mail/milter-spamd/pkg: milter_spamd.rc Log message: Make the pexp match on "${daemon}"; when using the `-i' option (for regex), the process name would not match otherwise. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/12/05 04:32:04 Modified files: devel/cmake : Makefile distinfo devel/cmake/patches: patch-Modules_CMakeDetermineJavaCompiler_cmake patch-Modules_FindJNI_cmake patch-Modules_FindJava_cmake patch-Modules_FindLua51_cmake patch-Modules_FindTCL_cmake patch-Modules_Platform_OpenBSD_cmake Added files: devel/cmake/patches: patch-Modules_FindPackageHandleStandardArgs_cmake Removed files: devel/cmake/patches: patch-Modules_FindGettext_cmake patch-Modules_FindwxWindows_cmake Log message: Bugfix update to cmake-2.8.10.2. Sync patches with what has been committed upstream (kudos to Amit) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/12/05 04:42:55 Modified files: databases/redis: Makefile distinfo Log message: Bugfixing update to redis-2.6.7 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/12/05 05:20:43 Modified files: audio/pianobar : Makefile distinfo audio/pianobar/patches: patch-src_libpiano_crypt_c Removed files: audio/pianobar/patches: patch-src_libwaitress_waitress_c patch-src_libwaitress_waitress_h patch-src_main_c patch-src_player_c patch-src_settings_c patch-src_ui_c Log message: Update to pianobar-2012.12.01 CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/12/05 05:21:12 Modified files: sys/dev/pci : if_ix.c Log message: fix from freebsd to correctly account rx errors; problem reported and fix tested on 82599 by tony sarendal tony@polarcap.org, tested on X540 and 82598 by me, ok jsg CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/12/05 05:46:19 Modified files: audio/ncmpcpp : Makefile Added files: audio/ncmpcpp/patches: patch-src_song_info_cpp Log message: Trying to use TagLib with mpd_music_dir unset resulted in a segfault in TagLib when trying to open the file: its path was just the filename (upstream git commit 1e1aba121d512f8fadc627d093c54e063416da67) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2012/12/05 05:54:15 Modified files: usr.bin/kdump : kdump.c Log message: Explicitly include sys/resource.h for RLIM_INF, etc. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/12/05 06:14:52 Modified files: devel/arduino : Makefile distinfo devel/arduino/patches: patch-hardware_arduino_boards_txt devel/arduino/pkg: PLIST Log message: Update for Arduino to 1.0.2 http://arduino.cc/en/Main/ReleaseNotes Ok jasper@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/12/05 06:44:35 Modified files: graphics/feh : Makefile graphics/feh/patches: patch-man_feh_pre Added files: graphics/feh/patches: patch-src_winwidget_c Log message: Do not apply --scale-down to a thumbnail window (upstream git commit 7c00adf853acc76520d43a12eb63ec151924d5ab) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/12/05 07:31:43 Modified files: x11/gnome-mplayer: Makefile Added files: x11/gnome-mplayer/patches: patch-src_support_c Log message: Check for 'iTunes_Control' as well as 'iPod_Control', otherwise gnome-mplayer won't detect some older iPod models (upstream svn revision r2371) While here, sync WANTLIB. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/12/05 07:41:28 Modified files: sys/dev/pci : ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_phy.c ixgbe_type.h Log message: minor cleanup, whitespaces, mostly synced with freebsd CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2012/12/05 08:42:53 Modified files: usr.bin/ssh : ssh-add.c Log message: prevent double-free of comment; ok djm@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/12/05 10:17:48 Modified files: share/man/man5 : resolv.conf.5 Log message: document that resolv.conf is now not unconditionally overwritten; text/ok krw CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/12/05 11:11:33 Modified files: sbin/dhclient : dhclient.c Log message: Archeological investigation shows dhclient-script did not overwrite resolv.conf unless at least one of domain-name or domain-name-servers were provided in the lease being bound. Tweak priv_resolv_conf() to do the same. i.e. don't overwrite resolv.conf with resolv.conf.tail when neither domain-name nor domain-name-servers are provided in the lease. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/05 11:51:56 Modified files: mail/mimedefang: Makefile mail/mimedefang/patches: patch-examples_mimedefang-filter-openbsd-ports mail/mimedefang/pkg: PLIST README Added files: mail/mimedefang/pkg: mimedefang.rc Removed files: mail/mimedefang/pkg: mimedefang_daemon.rc Log message: Add `-r' to mimedefang flags by default. Add an example for filter_relay() that works out of the box. Rename the mimedefang_daemon rc.d(8) script to mimedefang as it's supposed to be... ok okan@ (maintainer) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2012/12/05 12:21:39 Modified files: lib/libc/sys : statfs.2 Log message: Cross-reference getfsstat(2); OK jmc@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/12/05 16:20:26 Modified files: games/backgammon/teachgammon: data.c games/hunt/hunt: display.c games/sail : assorted.c games/trek : getpar.h trek.h include : bm.h db.h errno.h fts.h glob.h grp.h kvm.h langinfo.h math.h md4.h md5.h pwd.h regex.h resolv.h rmd160.h sgtty.h sha1.h sha2.h signal.h spawn.h unistd.h include/arpa : inet.h nameser.h lib/csu/arm : crt0.c lib/csu/common_elf: crtend.c crtendS.c lib/csu/ia64 : md_init.h lib/csu/sh : crt0.c lib/libarch/alpha: bwx.c io.c lib/libarch/amd64: amd64_get_fsbase.c amd64_get_ioperm.c amd64_iopl.c amd64_set_fsbase.c amd64_set_ioperm.c lib/libarch/arm: arm_drain_writebuf.c arm_sync_icache.c lib/libarch/i386: i386_get_fsbase.c i386_get_gsbase.c i386_get_ioperm.c i386_get_ldt.c i386_iopl.c i386_set_fsbase.c i386_set_gsbase.c i386_set_ioperm.c i386_set_ldt.c i386_vm86.c lib/libc/arch/arm/gen: fabs.c lib/libc/arch/hppa/gen: fabs.c lib/libc/arch/hppa64/gen: fabs.c lib/libc/arch/ia64: SYS.h lib/libc/arch/ia64/gen: flt_rounds.c fpgetmask.c fpsetmask.c lib/libc/arch/powerpc/gen: fabs.c lib/libc/arch/sh/gen: fabs.c lib/libc/arch/sparc64/fpu: fpu_add.c fpu_compare.c fpu_div.c fpu_explode.c fpu_implode.c fpu_mul.c fpu_qp.c fpu_sqrt.c fpu_subr.c lib/libc/arch/vax/gen: fpclassify.c frexp.c isfinite.c isinf.c isnan.c isnormal.c signbit.c lib/libc/citrus: citrus_ctype.c citrus_none.c citrus_utf8.c lib/libc/gen : _sys_errlist.c _sys_nerr.c _sys_siglist.c err.c errx.c fpclassify.c frexp.c isfinite.c isinf.c isnan.c isnormal.c ldexp.c posix_spawn.c siglist.c signbit.c verr.c verrx.c vwarn.c vwarnx.c warn.c warnx.c lib/libc/locale: ___runetype_mb.c _wctrans.c btowc.c iswctype.c mblen.c mbrlen.c mbstowcs.c mbtowc.c multibyte_citrus.c rune.c runeglue.c runetable.c runetype.h setrunelocale.c wcscoll.c wcstombs.c wcsxfrm.c wctob.c wctomb.c lib/libc/nls : _catclose.c _catgets.c _catopen.c lib/libc/softfloat: eqdf2.c eqsf2.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c fpsetsticky.c gedf2.c gesf2.c gtdf2.c gtsf2.c ledf2.c lesf2.c ltdf2.c ltsf2.c nedf2.c negdf2.c negsf2.c nesf2.c softfloat.c timesoftfloat.c unorddf2.c unordsf2.c lib/libc/stdio : fwscanf.c swprintf.c swscanf.c vswprintf.c vswscanf.c vwscanf.c wscanf.c lib/libc/stdlib: cfree.c lib/libkvm : kvm_amd64.c kvm_sparc64.c lib/libm/arch/amd64: fenv.c lib/libm/arch/arm: fenv.c lib/libm/arch/hppa: e_remainder.c e_sqrt.c fenv.c s_rint.c lib/libm/arch/hppa64: fenv.c lib/libm/arch/i387: fenv.c lib/libm/arch/m88k: fenv.c lib/libm/arch/mc68881: fenv.c lib/libm/arch/mips64: fenv.c lib/libm/arch/powerpc: fenv.c lib/libm/arch/sh: e_sqrt.c fenv.c lib/libm/arch/sparc: fenv.c lib/libm/arch/sparc64: fenv.c lib/libm/noieee_src: n_asincos.c n_atan.c n_atan2.c n_cbrt.c n_fdim.c n_floor.c n_fmax.c n_fmin.c n_sincos.c n_support.c n_tan.c lib/libm/src : b_tgamma.c e_acos.c e_acosh.c e_asin.c e_atan2.c e_atanh.c e_cosh.c e_exp.c e_fmod.c e_hypot.c e_log.c e_log10.c e_log2.c e_pow.c e_remainder.c e_sinh.c e_sqrt.c s_asinh.c s_atan.c s_cabs.c s_cacos.c s_cacosh.c s_carg.c s_casin.c s_casinh.c s_catan.c s_catanh.c s_cbrt.c s_ccos.c s_ccosh.c s_ceil.c s_cexp.c s_cimag.c s_clog.c s_conj.c s_copysign.c s_cos.c s_cpow.c s_cproj.c s_creal.c s_csin.c s_csinh.c s_csqrt.c s_ctan.c s_ctanh.c s_erf.c s_exp2.c s_exp2f.c s_expm1.c s_fdim.c s_floor.c s_fma.c s_fmaf.c s_fmal.c s_fmax.c s_fmin.c s_ilogb.c s_log1p.c s_lrintl.c s_lroundl.c s_nan.c s_nextafter.c s_remquo.c s_remquof.c s_rint.c s_round.c s_roundl.c s_scalbn.c s_scalbnl.c s_sin.c s_tan.c s_tanh.c s_trunc.c s_truncf.c w_lgamma.c lib/libm/src/ld128: s_cbrtl.c s_nextafterl.c s_remquol.c s_truncl.c lib/libm/src/ld80: e_fmodl.c s_cbrtl.c s_nextafterl.c s_remquol.c s_truncl.c lib/libocurses : curses.h lib/libpthread/include: pthread.h sched.h semaphore.h spinlock.h lib/libutil : fparseln.c opendisk.c pty.c util.h lib/libwrap : tcpd.h libexec/ld.so : dl_printf.c libexec/ld.so/alpha: rtld_machine.c libexec/ld.so/amd64: rtld_machine.c libexec/ld.so/hppa: rtld_machine.c libexec/ld.so/i386: rtld_machine.c libexec/ld.so/sparc: rtld_machine.c libexec/ld.so/sparc64: rtld_machine.c libexec/tcpd/tcpdchk: inetcf.h regress/lib/libc/regex: t_exhaust.c regress/lib/libm/fenv: fenv.c regress/libexec/ld.so/weak/libweak: weak.c regress/sys/arch/m68k/emuspeed: speed.h sys/arch/alpha/alpha: dec_kn300.c sys/arch/alpha/include: sysarch.h sys/arch/alpha/mcbus: mcbus.c mcmem.c sys/arch/alpha/pci: mcpcia.c mcpcia_bus_io.c mcpcia_bus_mem.c mcpcia_dma.c mcpcia_pci.c pci_kn300.c pciide_machdep.c sys/arch/amd64/amd64: bus_dma.c intr.c ipi.c ipifuncs.c sys/arch/amd64/include: cpufunc.h sysarch.h sys/arch/amd64/pci: vga_post.c sys/arch/arm/arm: fiq.c pmap.c sys/arch/arm/armv7: armv7_a4x_space.c armv7_space.c sys/arch/arm/include: sysarch.h sys/arch/arm/xscale: pxa2x0_dmac.c pxa2x0_intr.c sys/arch/beagle/dev: omap_com.c sys/arch/i386/i386: gdt.c ipifuncs.c kvm86.c lock_machdep.c sys/arch/i386/include: cpufunc.h sysarch.h sys/arch/i386/pci: geodesc.c glxsb.c vga_post.c sys/arch/ia64/include: setjmp.h sys/arch/macppc/dev: esp.c mediabay.c pm_direct.c sys/arch/macppc/stand: openfirm.h sys/arch/mips64/include: sysarch.h sys/arch/mvme68k/stand/sboot: clock.c etherfun.c if_le.c sboot.c sys/arch/mvme88k/stand/sboot: clock.c etherfun.c if_le.c sboot.c sys/arch/octeon/dev: cn30xxasx.c cn30xxfau.c cn30xxfpa.c cn30xxgmx.c cn30xxipd.c cn30xxpko.c cn30xxpow.c cn30xxsmi.c sys/arch/powerpc/powerpc: bcopy.c sys/arch/sparc64/stand/ofwboot: openfirm.h sys/arch/vax/include: cpu.h sys/arch/vax/mscp: mscp.c mscp_subr.c mscp_tape.c sys/arch/vax/vsa: asc_vsbus.c sys/crypto : cmac.h des_locl.h gmac.h hmac.h key_wrap.h md5.h michael.h sha2.h sys/ddb : db_structinfo.c sys/dev/cardbus: if_rtw_cardbus.c sys/dev/ic : acx.c aic79xx.c aic79xx_openbsd.c aic7xxx.c an.c bwi.c malo.c pgt.c rtw.c sys/dev/microcode/aic7xxx: aicasm.c aicasm_symbol.c sys/dev/pci : ahd_pci.c if_bnx.c if_em_hw.c if_rtw_pci.c if_vio.c mmuagp.c safe.c vioblk.c virtio.c virtio_pci.c sys/dev/sbus : if_le_lebuffer.c lebuffer.c sys/dev/usb : if_axe.c if_mos.c if_udav.c if_urndis.c ubsa.c sys/dev/vesa : vesabios.c sys/dev/videomode: edid.c modelines2c.awk vesagtf.c videomode.c sys/dev/wscons : wsevent.c wskbdutil.c sys/lib/libkern: getsn.c softfloat.c sys/lib/libkern/arch/powerpc: __eabi.c sys/lib/libsa : netif.c printf.c snprintf.c stand.h sys/net : if_dl.h pipex.h trunklacp.c sys/netbt : l2cap_socket.c l2cap_upper.c sco_socket.c sco_upper.c sys/nfs : krpc.h nfs_kq.c sys/sys : midiio.h param.h select.h signal.h stat.h sysctl.h time.h sys/ufs/ufs : quota.h usr.bin/ar : archive.h usr.bin/find : extern.h usr.bin/ftp : stringlist.h usr.bin/gencat : gencat.c usr.bin/lex : libmain.c libyywrap.c usr.bin/mklocale: lex.l yacc.y usr.bin/netstat: net80211.c netstat.h usr.bin/rpcgen : rpc_cout.c rpc_hout.c rpc_sample.c rpc_scan.c rpc_svcout.c rpc_tblout.c rpc_util.c usr.bin/systat : swap.c systat.h usr.bin/telnet : auth-proto.h usr.bin/top : top.h usr.bin/tr : str.c usr.sbin/config: config.h usr.sbin/lpr/common_source: lp.h usr.sbin/lpr/lpc: cmdtab.c extern.h usr.sbin/lpr/lpd: extern.h usr.sbin/netgroup_mkdb: str.h util.h usr.sbin/npppd/common: radish.c usr.sbin/npppd/npppd: chap_ms.c fsm.c npppd.c npppd.h npppd_subr.c usr.sbin/rtadvd: advcap.h Log message: Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/12/05 23:06:54 Modified files: regress/usr.bin/ssh: keys-command.sh Log message: Fix some problems with the keys-command test: - use string comparison rather than numeric comparison - check for existing KEY_COMMAND file and don't clobber if it exists - clean up KEY_COMMAND file if we do create it. - check that KEY_COMMAND is executable (which it won't be if eg /var/run is mounted noexec). ok djm. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/05 23:56:08 Modified files: x11/gnome/font-viewer: Makefile distinfo Log message: - update to gnome-font-viewer-3.6.2 CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/12/06 01:13:04 Modified files: usr.bin/sndiod : sock.c Log message: set port = NULL for new connctions, fixes crashes found by brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/06 01:13:24 Modified files: x11/gtk+2 : Makefile distinfo x11/gtk+2/patches: patch-gtk_Makefile_in x11/gtk+2/pkg : PLIST-main Log message: Update to gtk+2-2.24.14. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/12/06 03:33:16 Modified files: usr.bin/make : suff.c suff.h Log message: old code is gone, remove comments and prototypes CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/12/06 05:35:22 Modified files: sys/arch/macppc/include: bus.h sys/arch/macppc/macppc: machdep.c Log message: Implement bus_space_mmap(9). ok kettenis@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/12/06 05:47:48 Modified files: usr.bin/tmux : cmd-string.c Log message: Simplify command string parsing with a helper function from Tiago Cunha. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/12/06 05:49:13 Modified files: usr.bin/tmux : server.c Log message: Fix argument order in a log statement. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/12/06 06:06:05 Modified files: usr.bin/tmux : cfg.c Log message: Use strlcat not strncat in load_cfg and some other trivial tidying from Tiago Cunha. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/12/06 07:30:35 Modified files: usr.bin/make : suff.h Log message: ... and zap redundant declaration. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/12/06 07:33:37 Modified files: usr.bin/make : targ.h Log message: missing extern CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/06 07:35:48 Modified files: sysutils/accountsservice: Makefile distinfo sysutils/accountsservice/patches: patch-src_Makefile_in patch-src_libaccountsservice_Makefile_in sysutils/accountsservice/pkg: PLIST Log message: Update to accountsservice-0.6.29. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/12/06 07:46:17 Modified files: sys/dev/pci/drm: drm_agpsupport.c Log message: Make sure we try to unbind AGP memory regions if the aperture base address is 0, otherwise we never free the memory region bound at offset 0x00 when exiting X on macppc. ok kettenis@ as part of larger diff CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/12/06 08:04:15 Modified files: www/aria2 : Makefile distinfo www/aria2/pkg : PLIST Log message: Update for Aria2 to 1.16.0: * Enabled TCP_NODELAY * Don't use AC_FUNC_MMAP * Added --force-save option. * Get the correct uploaded data size * Made --http-no-cache false by default * Fixed memory leak in AsyncNameResolver * Fixed resource leak in XmlParser and GenericParser * Reset iostream format state * gnutls: Added more status checking when verifying peer * Content-Disposition parser conforming to RFC 6266. * Reworked download/upload statistics calculation * Added --rpc-save-upload-metadata option * Perform SSL/TLS handshake after checking whether connection is established * Fixed bug that --enable-mmap won't work if MultiDiskAdaptor is used * RPC over SSL/TLS transport * aria2rpc: Added appendUri command * Don't send Proxy-Connection header field * Don't set SNI hostname if it does not include "." for GNUTLS * Disable SSL/TLS compression with OpenSSL * Pause download even if download is completed * Use execlp() instead of execl() Ok remi@ (ex-maintainer) CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/12/06 08:05:21 Modified files: sys/dev/pci : agp.c agpvar.h sys/dev/pci/drm: drmP.h drm_agpsupport.c drm_drv.c drm_memory.c radeon_cp.c Log message: Rework how AGP memory regions are mapped and add support for AGP bridges that do not support remapping for processor accesses. Add new functions to map/unmap/mmap agp memory and let the agp layer decides how these memory regions should be accessed. It's assumed here that the bridge does not support remapping if its aperture address is 0. This is the last diff required for having drm(4) on macppc using agp(4). Joint work with and ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/12/06 08:11:07 Modified files: devel/cmake : Makefile devel/cmake/patches: patch-Modules_FindQt3_cmake Log message: Sync with upstream. Thanks Amit Kulkarni and brad.king@kitware.com CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/06 08:12:10 Modified files: x11/gtk+3 : Makefile Log message: mark -cups as not for mips64el, since it'll try to build spidermonkey otherwise. ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/06 08:43:21 Modified files: devel/spidermonkey: Makefile x11/gtk+3 : Makefile Log message: actually, use ONLY_FOR_ARCHS-cups; prompted by landry@ ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/06 08:46:11 Added files: editors/emacs : Makefile distinfo editors/emacs/pkg: DESCR PLIST README Log message: import (rather add since cvs re-import sucks) emacs-24.2 from Jeremie Courreges-Anglas (MAINTAINER) with feedback from various people ok sthen@ mikeb@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/06 08:52:17 Modified files: editors : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/06 09:47:36 Modified files: devel/harfbuzz : Makefile distinfo devel/harfbuzz/pkg: PLIST Log message: Update to harfbuzz-0.9.9. CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/12/06 13:30:09 Modified files: sysutils/parallel: Makefile distinfo Log message: update parallel to 20121122 notable changes, besides press coverage: * niceload --sensor makes it possible to use a program to control if a program should be suspended. * Bug fixes and man page updates. ok ajacoutot@, pascal@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/06 15:30:22 Modified files: sysutils/wmmon/patches: patch-wmmon_Makefile patch-wmmon_wmmon_c Log message: sync patches CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/12/06 15:51:09 Modified files: lang/node : Makefile Log message: Add v8 to WANTLIB Add lang/libv8 to LIB_DEPENDS Remove lang/libv8 from BUILD_DEPENDS OK sthen@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/12/06 18:51:36 Modified files: usr.bin/ssh : serverloop.c Log message: Cast signal to int for logging. A no-op on openbsd (they're always ints) but will prevent warnings in portable. ok djm@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/12/07 00:08:16 Modified files: usr.bin/make : config.h Log message: gc old define CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/12/07 00:15:31 Modified files: usr.bin/make : dir.c dir.h Log message: gc dead code CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/07 00:30:57 Modified files: devel/pango : Makefile distinfo Log message: Update to pango-1.32.4. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/12/07 01:04:58 Modified files: usr.bin/sndiod : abuf.c defs.h dsp.c file.c opt.c utils.h Log message: move log_level in utils.h with other logging bits CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/07 01:13:52 Modified files: x11/gnome/gdlmm: Makefile x11/gnome/gdlmm/patches: patch-gdl_src_gdl_method_defs x11/gnome/gdlmm/pkg: PLIST Added files: x11/gnome/gdlmm/patches: patch-codegen_m4_convert_gdl_m4 patch-gdl_src_dockbar_ccg patch-gdl_src_dockitem_ccg patch-gdl_src_docklayout_ccg patch-gdl_src_dockobject_ccg patch-gdl_src_dockobject_hg patch-gdl_src_gdl_enum_defs Removed files: x11/gnome/gdlmm/patches: patch-gdl_gdlmm_docklayout_cc Log message: Unbreak: merge patches from upstream to build with the latest gdl 3.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/07 01:41:22 Modified files: www/luakit : Makefile Log message: Mark BROKEN on powerpc, help2man: can't get `--help' info from ./luakit CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/07 01:43:06 Modified files: emulators/fs-uae: Makefile Log message: Mark BROKEN on powerpc, error: invalid 'asm': invalid %k value CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/07 01:44:05 Modified files: lang/rakudo : Makefile Log message: This has been BROKEN forever on powerpc, exists_keyed_str() not implemented in class 'NQPMu'. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/07 05:11:28 Modified files: databases/openldap: Makefile Log message: use more consistent spacing in Makefile, no pkg change CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/07 05:19:27 Modified files: databases/openldap: Makefile Log message: Use a RUN_DEPENDS-server which doesn't change depending on the flavour; avoids PLIST_DB problem reported by nigel@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/07 05:20:27 Modified files: telephony/asterisk: Makefile distinfo Log message: Update to Asterisk 10.10.1; fix reference leak in chan_local (no other changes). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/07 05:31:58 Modified files: editors : Makefile Log message: remove double entry as spotted by mikeb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/07 06:01:05 Modified files: telephony : Makefile Removed files: telephony/appkonference: Makefile distinfo telephony/appkonference/patches: patch-Makefile patch-konference_conference_c patch-konference_member_c patch-konference_member_h telephony/appkonference/pkg: DESCR PLIST Log message: rm appkonference, suggested a while ago by dhill; the built-in conferencing in recent Asterisk works fine on OpenBSD, whereas appkonference is somewhat fragile, not well-maintained upstream, and only works with i386/amd64. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/12/07 06:03:31 Modified files: sys/dev/pci : ixgbe_82598.c Log message: ixgbe_phy_aq is an x540 so kill stale references in the 82598 module CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/07 07:56:06 Modified files: multimedia/get_iplayer: Makefile distinfo multimedia/get_iplayer/patches: patch-get_iplayer Log message: update to newer get_iplayer snapshot, supports multiple default versions of one programme (e.g. short and longer versions of Sky at Night). CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/12/07 08:08:03 Modified files: usr.bin/make : engine.c engine.h Log message: document engine interface, remove internal function from visible interface CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/12/07 08:08:58 Modified files: usr.bin/make : job.h Log message: job.h is also used for compat sequential mode. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/07 08:15:32 Modified files: infrastructure/db: config.site Log message: we now have the Unix 98 PTY functions; noticed by ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/07 08:16:49 Modified files: comms/wy60 : Makefile comms/wy60/patches: patch-wy60_c Added files: comms/wy60/patches: patch-configure_ac Log message: use posix_openpt(3) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/07 08:18:38 Modified files: devel/vte : Makefile devel/vte/patches: patch-src_pty_c patch-src_table_c patch-src_vteseq_c Removed files: devel/vte/patches: patch-configure_in Log message: Unbreak since we now have support for Unix 98 PTY functions. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/12/07 10:03:22 Modified files: sys/crypto : cryptosoft.c cryptosoft.h Log message: Fix one of the two issues with ESN support in the GCM case: supply correct AAD length to the final round of hashing. While here rename swcr_combined to swcr_authenc. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/12/07 10:13:41 Modified files: lib/libGL/dri : Makefile Log message: Enable the radeon r100 dri module on macppc. ok mpi@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/12/07 10:39:59 Modified files: multimedia/xine-ui: Makefile Log message: Make sure to disable execinfo. ok naddy@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/07 11:23:40 Modified files: x11/rxvt : Makefile x11/rxvt/patches: patch-configure x11/rxvt/pkg : PLIST-main Added files: x11/rxvt/patches: patch-src_ptytty_c Log message: fix build with unix 98 ptys; switch from setuid root to setgid utmp also tested by jasper@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/07 11:40:43 Modified files: editors/jed : Makefile Added files: editors/jed/patches: patch-src_pty_c Log message: actually use openpty(3) and fix build with Unix 98 ptys CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/07 12:05:25 Modified files: korean/hanterm-xf: Makefile Log message: fix build after introduction of grantpt(3) CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/12/07 13:55:51 Modified files: sys/crypto : cryptosoft.c Log message: RFC 4106, Section 5 states that the SPI and a 64-bit Sequence Number are provided to the GCM as an Additional Authenticated Data. Usually an SPI and a lower 32-bit part of the ESN are contained within the same memory buffer whereas an upper part of the ESN comes from an external location. To accommodate that RFC 4303, Section 3.3.2.1 states that upper part of the ESN is hashed in the end. Unfortunately this advice is not applicable for the combined authentication/encryption modes and RFC 4106 decided not to follow that advice, effectively requiring large API changes to accommodate that poor choice. For now implement a kludge that will take an effect in case CRD_F_ESN flag is set in the crypto operation descriptor. Successfully tested against Linux 3.2 with strongSwan 4.6.4. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/07 14:56:07 Modified files: sys/arch/sparc64/dev: vnet.c Log message: Use a timeout to do a delayed handshake if the receive queue of the LDC channel transitions into the "up" state. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/12/07 15:18:56 Modified files: sys/dev/ic : rtsx.c Log message: Remove support for waiting for an interrupt within hostcmd_send(), since only one of the two callers of hostcmd_send() needs to wait for an interrupt. Make the single caller which needs it wait instead. No functional change; ok phessler CVSROOT: /cvs Module name: src Changes by: weerd@cvs.openbsd.org 2012/12/07 16:52:09 Modified files: sys/net : if_bridge.c Log message: Remove stray semicolon. Fixes mbuf leak with devices sending BPDUs to bridge(4) members that are not configured with stp. Lots of debug help (and actual find) sthen@ OK sthen@, mpf@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/08 00:26:20 Modified files: devel/pango : Makefile Added files: devel/pango/patches: patch-pango_pango-font_h Log message: Fix header; reported by landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/08 01:19:57 Modified files: security/libtasn1: Makefile distinfo security/libtasn1/pkg: PLIST Log message: Update to libtasn1-3.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/08 01:20:10 Modified files: security/gnutls: Makefile distinfo security/gnutls/pkg: PLIST Log message: Update to gnutls-3.1.5. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/12/08 02:03:18 Added files: multimedia/xine-lib/patches: patch-src_post_deinterlace_plugins_greedy2frame_template_c patch-src_post_deinterlace_plugins_greedy2frame_template_sse2_c Log message: Fix the build on non-x86 architectures. ok ajacoutot@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/12/08 02:15:21 Modified files: de : macppc.html faq/pf/ru : options.html queueing.html ru : 52.html why-cvs.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/08 03:10:22 Modified files: devel/coccigrep: Makefile distinfo devel/coccigrep/patches: patch-src_coccigrep_py devel/coccigrep/pkg: DESCR Log message: update to coccigrep 1.11 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/08 03:39:01 Modified files: mail/dovecot : Tag: OPENBSD_5_2 Makefile Added files: mail/dovecot/patches: Tag: OPENBSD_5_2 patch-src_lib-storage_mail-search_c Log message: Security fix for CVE-2012-5620 dovecot: DoS when handling a search for multiple keywords ok brad@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/08 05:04:15 Modified files: net : Makefile Removed files: net/slirp : Makefile distinfo net/slirp/patches: patch-configure patch-main_c patch-misc_c patch-mkpro patch-options_c patch-tcp_subr_c net/slirp/pkg : DESCR PLIST Log message: Remove slirp, it dates back from '96, newer version have LP64 issues, it doesnt build since we have openpty() and it's not worth fixing it. ok sthen@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/12/08 05:04:21 Modified files: sys/arch/i386/i386: bus_dma.c sys/arch/amd64/amd64: bus_dma.c Log message: Make bus_dmamem_mmap(9) honor BUS_DMA_NOCACHE. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/08 05:35:04 Modified files: sys/arch/sparc64/dev: vdsp.c Log message: Descriptor rings can be larger than a single page, so add the offset instead of or-ing it in. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/12/08 05:49:00 Modified files: sys/arch/powerpc/include: cpu.h sys/arch/macppc/macppc: cpu.c Log message: Recognize PowerPC 970 CPUs present in early PowerMac G5 from 2003 (7,2 and 7,3) and let OpenBSD boot on these machines, yay! The 970 are similar to the 970FX except that they are manufactured in 130nm. Fix an issue reported by Andrew Fresh and kirby@ on misc@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/12/08 05:51:35 Modified files: sys/arch/macppc/include: cpu.h Log message: Fix a comment now that PowerPC 970 are recognized, make it clear that changing the frequency to a quarter mode is only supported by 970MP. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/12/08 05:51:46 Modified files: usr.sbin/ikectl: ikeca.c Log message: don't forget to include a path separator after an SSLDIR; reported by david hill CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/12/08 05:54:17 Modified files: usr.bin/make : job.c job.h make.c Log message: document a bit of job.c notice that Job_Finish() really returns a boolean, so unconfuse that accordingly (it's likely the extra Fatal() message is not needed and we could just call finish) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/08 06:17:41 Modified files: x11/remmina : Makefile x11/remmina/patches: patch-remmina_src_remmina_ssh_c Removed files: x11/remmina/patches: patch-CMakeLists_txt patch-config_h_in patch-remmina-plugins_nx_CMakeLists_txt 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_xdmcp_CMakeLists_txt patch-remmina_CMakeLists_txt patch-remmina_src_remmina_pref_dialog_c Log message: Remove uneeded patches now that we support Unix 98 PTY. Add the include dirs to CFLAGS instead of patching all the CMakeLists.txt files. ok jasper@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/08 06:18:46 Modified files: textproc/icu4c : Makefile distinfo textproc/icu4c/patches: patch-source_Makefile_in patch-source_common_Makefile_in patch-source_common_putilimp_h patch-source_icudefs_mk_in textproc/icu4c/pkg: PLIST Added files: textproc/icu4c/patches: patch-source_common_ucnvmbcs_c patch-source_tools_genrb_derb_c Removed files: textproc/icu4c/patches: patch-source_common_unicode_uset_h Log message: Update to icu4c-50.1. big thank to landry@ for testing this in a bulk CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/08 07:24:38 Modified files: net/ytalk : Makefile Added files: net/ytalk/patches: patch-configure_in patch-exec_c Log message: use UNIX98 ptys instead of falling back to Berkeley pty search; original master site and home page are long gone ok espie@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/08 07:32:29 Modified files: infrastructure/db: config.site Log message: do not define ac_cv_func_openpty=no since it breaks this idiom: AC_CHECK_LIB(util, openpty) AC_CHECK_FUNCS(openpty) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/08 07:46:48 Modified files: editors/jed : Makefile Log message: no need to override ac_cv_func_openpty after config.site fix CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/08 07:50:40 Modified files: comms/conserver: Makefile Log message: * bump as this will now use openpty() * drop configure argument that doesn't exist any longer * no need for groff CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/08 08:11:40 Modified files: usr.sbin/ldomctl: config.c Log message: Add a few missing properties to vnet-port devices to make Linux happy. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/12/08 09:47:56 Modified files: gnu/usr.bin/gas/config: tc-vax.c Log message: Bring in a couple of bugfixes from old (Aug 2000), but more recent than this one, gas, to correctly output pc-relative jumps. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/12/08 09:58:35 Modified files: gnu/usr.bin/gcc/gcc: config.gcc gnu/usr.bin/gcc/gcc/config/vax: openbsd.h vax.c vax.md Log message: Work-in-progress gcc 3.3.6 configuration for OpenBSD/vax. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/12/08 10:05:57 Modified files: usr.bin/tmux : screen-write.c Log message: Handle resetting 256-colours properly when parsing #[default], #[fg=default] and #[bg=default] styles. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/12/08 11:36:51 Modified files: share/man/man7 : hier.7 Log message: add /etc/nginx/ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/12/08 11:42:43 Modified files: net/quagga : Makefile Added files: net/quagga/patches: patch-bgpd_bgp_open_c Log message: Fix a BGP DoS issue in bgp_capability_orf(). CVE-2012-1820 ok sthen@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/08 11:45:26 Modified files: usr.sbin/ldomctl: config.c Log message: Fix previous. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/12/08 11:50:05 Modified files: usr.bin/pkg-config: pkg-config Log message: fix a pasto which broke (or rather, disabled) --max-version from Brian Manning (upstream ExtUtils::PkgConfig maintainer) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/08 11:50:49 Modified files: devel/p5-ExtUtils-PkgConfig: Makefile distinfo Log message: - update to ExtUtils-PkgConfig-1.13 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/08 11:56:13 Modified files: sysutils/ruby-puppet-lint: Makefile Log message: - fix CONFIGURE_STYLE, it had a bogus 'ext'. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/08 11:57:05 Log message: import ruby-rexical-1.0.5 Rexical is a lexical scanner generator. It is written in Ruby itself, and generates Ruby program. It is designed for use with Racc. ok jeremy@ Status: Vendor Tag: jasper Release Tags: jasper_20120812 N ports/textproc/ruby-rexical/Makefile N ports/textproc/ruby-rexical/distinfo N ports/textproc/ruby-rexical/pkg/PLIST N ports/textproc/ruby-rexical/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/08 11:58:35 Modified files: textproc : Makefile Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/08 13:38:10 Modified files: usr.sbin/ldomd : ldomd.c sys/arch/sparc64/conf: files.sparc64 sys/arch/sparc64/dev: vdsp.c sys/arch/sparc64/include: conf.h sys/arch/sparc64/sparc64: conf.c Log message: Make ldomd(8) to control the availability of virtual disks to guest domains. This is done by opening the corresponding /dev/vdspN device file. The virtual disk will remain available until that device is closed, which happens automatically when ldomd(8) exits. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/08 13:40:04 Modified files: etc/etc.sparc64: MAKEDEV.md Log message: Add /dev/vdsp[0-7]. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/08 13:40:30 Modified files: etc/etc.sparc64: MAKEDEV Log message: regen CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/08 13:44:44 ports/lang/gawk/files Update of /cvs/ports/lang/gawk/files In directory cvs.openbsd.org:/tmp/cvs-serv778/files Log Message: Directory /cvs/ports/lang/gawk/files added to the repository CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/08 13:46:05 Modified files: lang/gawk : Makefile Added files: lang/gawk/files: automake.dep lang/gawk/patches: patch-configure_ac patch-io_c Log message: use posix_openpt() and UNIX98 ptys CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/12/08 14:41:47 Modified files: x11/i3/patches : patch-i3-config-wizard_main_c Log message: Change comment (patch committed upstream) CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/12/08 16:23:27 Modified files: driver/xf86-video-ati: Makefile.bsd-wrapper Log message: remove white space at end of line CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/12/09 00:29:57 Modified files: audio/audacity : Makefile audio/calf : Makefile audio/caps-plugins: Makefile audio/fluidsynth: Makefile audio/hydrogen : Makefile audio/jack : Makefile audio/lmms : Makefile audio/mcp-plugins: Makefile audio/milkytracker: Makefile audio/portaudio-svn: Makefile audio/swh-plugins: Makefile audio/tap-plugins: Makefile audio/vamp-plugin-sdk: Makefile devel/sdl : Makefile multimedia/k3b : Makefile multimedia/libmp4v2: Makefile print/ijs : Makefile textproc/liblrdf: Makefile textproc/mxml : Makefile www/minitube : Makefile Log message: Jacob Meuser disappeared a year and a half ago so remove him as MAINTAINER. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/09 00:35:48 Modified files: mail/mimedefang: Makefile mail/mimedefang/pkg: mimedefang_multiplexor.rc Log message: Use md-mx-ctrl(8) in rc_reload(); it's made exactly for this. ok okan@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/12/09 01:23:31 Modified files: devel/boost : Makefile distinfo Log message: Mostly cosmetic tweaking and sync distinfo. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/09 06:21:43 Modified files: telephony/asterisk: Tag: OPENBSD_5_2 Makefile distinfo telephony/asterisk/patches: Tag: OPENBSD_5_2 patch-channels_chan_unistim_c patch-main_features_c Log message: Update Asterisk in 5.2-stable to 1.8.18.1, various fixes including deadlocks, crashes, thread and memory leaks and heap corruption. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/09 07:17:41 Modified files: . : INDEX Log message: sync; 7843. 1255(+), 1146(-) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/12/09 11:21:44 Modified files: share/man/man7 : hier.7 Log message: make the description of /etc/mail less sendmail-specific; ok millert CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/12/09 11:23:22 Modified files: share/man/man5 : resolv.conf.5 Log message: when only one "family" argument is given, only that family is tried; confirmed by pyr CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/09 13:24:53 Modified files: usr.sbin/ldomctl: ldomctl.8 ldomctl.c Log message: Implement panic command. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/12/09 13:28:03 Modified files: sbin/dhclient : dhclient.c dhclient.8 Log message: Add a new option to the dhclient command line interface. '-i' takes a list of option names, and any values provided for those options in leases will be ignored. Requested by phessler@ and djm@. Tested by phessler@. Possible non-optimality of ignoring list in case of error pointed out by tedu@. ok phessler@ todd@ beck@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/12/09 15:04:51 Modified files: gnu/usr.bin/gcc: Makefile.bsd-wrapper Log message: Remove vax-specific configuration constructs. CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/12/09 15:05:25 Modified files: www/awstats : Makefile www/awstats/pkg: README Log message: - set NO_REGRESS=Yes - mark as arch independed - make the pre-configure/do-install blocks more compact using vars - adjust paths in docs/*.html too to reflect the installation - mention in README, that the default config works for localhost httpd out of the box and how to access the reports - bump REVISION feedback from and ok kirby@, sthen@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2012/12/09 15:32:29 Modified files: sys/arch/macppc/macppc: cpu.c Log message: Recognize 7448 and 970MP processors. ok mpi@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/12/09 15:47:29 Modified files: sys/arch/amd64/amd64: aes_intel.S Log message: whitespace cleanup that's been due a long time CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/12/09 16:11:13 Modified files: sys/arch/amd64/amd64: aes_intel.S Log message: get rid of awkward label names and use simple forward/backward notation; no binary change CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/12/09 16:14:28 Modified files: sys/arch/amd64/amd64: aes_intel.S Log message: clarify that changes to this module were not done by intel CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/12/09 16:17:35 Modified files: usr.bin/tmux : cmd-capture-pane.c cmd-display-message.c cmd-list-panes.c cmd-new-session.c cmd-new-window.c cmd-paste-buffer.c cmd-send-keys.c cmd-split-window.c Log message: Use the CMD_*_USAGE defines consistently, from Thomas Adam. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2012/12/09 21:30:56 Modified files: sys/arch/alpha/conf: RAMDISKBIG Log message: Add cdce(4). ok deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/09 23:42:12 Modified files: usr.sbin/ldomd : hvctl.h Log message: Implement panic command. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/12/09 23:59:20 Modified files: usr.sbin/ldomctl: ldomctl.8 Log message: OpenBSD->.Ox CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/10 00:16:39 Modified files: devel/pango/patches: patch-pango_pango-font_h Log message: Committed upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/10 00:20:29 Modified files: mail/gmime : Makefile distinfo Log message: Minor update to gmime-2.6.13. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/10 01:22:19 Modified files: emulators/openmsx: Makefile Log message: mips64 is not a supported platform currently CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/12/10 01:49:17 Modified files: www/chromium : Makefile distinfo Log message: update to 23.0.1271.95 CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/12/10 03:12:12 Modified files: usr.bin/pkg-config: pkg-config pkg-config.1 Log message: Document --{exact,max}-version CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/12/10 03:23:27 Modified files: regress/usr.bin/pkg-config: Makefile Log message: - add tests for --{atleast,min,max}-version CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/12/10 03:38:56 Modified files: sys/dev/pci : if_bnx.c if_bnxreg.h Log message: Under some circumstances (currently only reproducible with IPsec) bnx can be left w/o clusters on the receive ring and will stall. To prevent that schedule a timeout if refill fails. Bug was reported by jj@, fix tested by me, ok dlg CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/12/10 03:39:01 Modified files: sbin/dhclient : dhclient.c Log message: add -i to usage(); ok krw CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/12/10 06:01:26 Modified files: share/man/man9 : bus_dma.9 Log message: Mention the BUS_DMA_NOCACHE flag, prodded by oga, reads ok to jmc@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/12/10 06:03:54 Modified files: share/man/man9 : Makefile bus_space.9 Log message: Document bus_space_mmap(9) from NetBSD with some tweaks by jmc@. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/10 06:37:57 Modified files: devel/boost : Makefile Log message: Remove BROKEN-hppa marker, not needed anymore since gcc is now built without -pie. At least boost builds fine without ICE. Tested on hppa.ports. CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2012/12/10 06:45:49 Modified files: databases/postgresql: Makefile distinfo databases/postgresql/pkg: PLIST-docs Log message: Bugfixes update to 9.2.2 ok jeremy@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/10 08:01:56 Added files: sysutils/coreutils/patches: patch-src_longlong_h Log message: add hppa-only patch from upstream; build was broken, reported by landry@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/12/10 08:05:12 Modified files: net/libtorrent : Makefile net/libtorrent/patches: patch-scripts_checks_m4 patch-test_Makefile_in Log message: Add a comment explaining why this patch is needed (for future reference). While here, fix pthread linking. From a discussion with ajacoutot@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/12/10 08:06:45 Modified files: sys/arch/amd64/amd64: aesni.c Log message: Implement support for Extended Sequence Numbers for the aesni driver exercising the same approach as in sys/crypto/cryptosoft.c rev1.67. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/10 08:25:06 Modified files: mail/cyrus-imapd: Makefile Added files: mail/cyrus-imapd/patches: patch-imap_statuscache_db_c Log message: From upstream: Bug #3757 - don't segfault on mailbox close with no user CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/10 08:42:53 Log message: import p5-Puppet-Tidy-0.1 This module parses the Puppet code and applies a subset of checks from the Puppet Style Guide onto it. Currently the set of checks is rather limited, but already enough is implemented to catch common mistakes and to save you a great deal of time cleaning up your manifests. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20121012 N ports/sysutils/p5-Puppet-Tidy/Makefile N ports/sysutils/p5-Puppet-Tidy/distinfo N ports/sysutils/p5-Puppet-Tidy/pkg/PLIST N ports/sysutils/p5-Puppet-Tidy/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/10 08:43:22 Modified files: sysutils : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/10 09:00:12 Modified files: print/hplip : Makefile distinfo print/hplip/patches: patch-Makefile_in patch-check_py patch-io_hpmud_musb_c patch-prnt_hpcups_HPCupsFilter_cpp patch-scan_py patch-ui4_devmgr5_py print/hplip/pkg: PLIST-gui PLIST-hpcups PLIST-hpijs PLIST-main Log message: Update to hplip-3.12.11. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/12/10 09:32:13 Modified files: sys/arch/macppc/pci: macobio.c macobio.h Log message: Correct macobio functions to only read and write one byte of data instead of four. This fix a kernel panic on PowerMac G5 present since r1.22 of i2s.c, issue reported by Chris Jackman, thanks! CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/12/10 10:36:10 Modified files: sys/dev/pci : if_oce.c Log message: adjust mbuf chain data pointer so that ip header would appear word aligned; remove pool constraints insanity while here CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2012/12/10 11:06:12 Modified files: gnu/gcc/gcc/config/alpha: alpha.md Log message: Fix unaligned memory loads on Alpha. GCC used to generate them in the following manner: ([reg:A & -8] << (64 - (((reg:FP+reg:B) & 0x7) << 3))) >> 56 This fails when we're doing loads with the offset from the frame pointer %8. Since it's aligned, optimizer makes it a zero. The correct expression is: ([reg:A & -8] << (56 - (((reg:FP+reg:B-1) & 0x7) << 3))) >> 56 This is actually a 13-year-old bug. Checked by Miod; a few files in the kernel were affected. Spotted with SSP for Alpha. OK miod@. Tested by naddy@. CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2012/12/10 11:07:46 Modified files: gnu/gcc/gcc : c-bounded.c Log message: Fix c-bounded when arrays are declared without the size expression. The array_size was uninitialized and used to work by accident. Spotted with SSP on MIPS. OK miod@. Tested by jasper@. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/10 13:06:10 Modified files: audio/flac : Makefile Log message: FLAC has moved to Xiph.Org CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/10 13:08:23 Modified files: audio/opus : Makefile distinfo Log message: update to 1.0.2: fixes an out-of-bounds read CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/12/10 13:51:24 Modified files: x11/wxWidgets : Makefile Log message: Enable graphicscontext support in wxWidgets. Adds a dependency upon pthread. Tested a handful of dependent ports with success. This change allows the fs-uae launcher to render correctly. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/10 14:19:41 Modified files: www/squid : Makefile www/squid/patches: patch-configure_ac Log message: - move -ldap to a "MULTI_PACKAGES+= -ldap" within the 'if flavor != no_ldap' block - squid optionally uses atomic ops if available, however in the code it requires 4 byte operations, whereas configure only tests for int. change configure test which may give hppa a chance to build; breakage reported by landry CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/12/10 14:35:52 Modified files: sbin/atactl : atactl.8 Log message: escape some exclamation marks to avoid unwanted double spacing; CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/12/10 15:32:00 Modified files: sys/sys : types.h Log message: does not need cdefs.h (it might come back if guenther and i cleanup the endian.h mess) ok guenther CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2012/12/10 15:34:54 Modified files: sys/nfs : nfs_syscalls.c Log message: Ensure NFS will only consume up to 1/4 of the available buffer mapping kva when busying up buffers in an nfsiod. (this in addition to the previous check for 1/4 of the total buffer space) This makes sparc installs work over nfsv2. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2012/12/10 15:42:54 Modified files: sys/uvm : uvm_pdaemon.c Log message: Always back the buffer cache off on any page daemon wakeup. This avoids a few problems noticed by phessler@ and beck@ where certain allocations would repeatedly wake the page daemon even though the page daemon's targets were met already so it didn't do any work. We can avoid this problem when the buffer cache has pages to throw away by always doing so any time the page daemon is woken, rather than only when we are under the free page target. ok phessler@ deraadt@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2012/12/10 15:58:04 Modified files: sys/ufs/ffs : ffs_softdep.c Log message: Fix potential for use-after-free of bufs in softdep. Softdep uses it's own "getdirtybuf" which has (always) potentially slept - this wasn't noticable when buffers were static and never freed, however now that the bufs it was trying to busy is might have been written out and freed by someone else we can see use-after free if we fast-recycle buffers. We fix this by either re-trying operations or ensuring we don't use the buf pointer after waiting. ok guenther@ (in coimbra) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/12/10 18:57:28 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: weerd@cvs.openbsd.org 2012/12/11 01:22:59 Modified files: regress/usr.bin/grep: Makefile Added files: regress/usr.bin/grep: t25.in t25.out Log message: Add a (currently failing) regression test for a bug in grep. Otto@ has a fix under review. OK otto@ blambert@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/11 04:01:31 Modified files: converters/mpack: Makefile distinfo converters/mpack/patches: patch-decode_c patch-encode_c patch-magic_c patch-unixos_c patch-unixpk_c Added files: converters/mpack/patches: patch-uudecode_c Log message: - fix unpacking of multiple parts (from Gentoo, possibly via FreeBSD). - recognise PNG files and set appropriate mime type (from FreeBSD). - remove botched mkstemp() conversion which broke mpack(1); a proper mkstemp conversion is intrusive. - use some additional XXXX in the temporary filename. - let this build with CLang scan-build. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/12/11 04:51:39 Modified files: devel/cmake : Makefile Log message: Add DPB_PROPERTIES=parallel Test/OK sthen@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/12/11 04:59:31 Modified files: devel/libevent2: Makefile distinfo Log message: Bugfix update to libevent-2.0.21 From David Hill CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/11 06:31:38 ports/mail/geary/patches Update of /cvs/ports/mail/geary/patches In directory cvs.openbsd.org:/tmp/cvs-serv24219/patches Log Message: Directory /cvs/ports/mail/geary/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/11 06:33:06 Modified files: mail/geary : Makefile distinfo mail/geary/pkg : PLIST Added files: mail/geary/patches: patch-cmake_FindIntltool_cmake patch-src_client_geary-application_vala Log message: Update to geary 0.2.2. Based on a diff from Juan Francisco Cantero, added gettext MODULE and run depends on gnome-keyring. CVSROOT: /cvs Module name: ports Changes by: mpi@cvs.openbsd.org 2012/12/11 07:27:29 Modified files: devel/tig : Makefile distinfo Log message: Update to tig 1.1 ok tobiasu@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/11 07:46:41 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-configure_ac patch-pbx_pbx_spool_c Log message: bugfix update to Asterisk 10.11.0 - while there, revise pbx_spool.c kevent timeout fix; rather than clamping the timestamp, in the particular problem situation we hit the loop (where dirlist is empty), pass in NULL rather than INT_MAX-timenow similar to what's done in the inotify case. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/12/11 07:49:31 Modified files: sys/crypto : cryptosoft.c Log message: Bring back a small copy optimization in the aes-gcm handling: with ESN AAD is 12 bytes long so it's faster to zero out 4 bytes than to copy 12. Without ESN it's either copying or zeroing out 8 bytes but we'll rely on the cache locality here. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/11 08:30:56 Modified files: net/net-snmp : Makefile Added files: net/net-snmp/patches: patch-agent_mibgroup_default_modules_h Log message: disable notification-log-mib for now; causes an 8KB/trap leak in snmptrapd CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/11 08:33:55 Modified files: net/net-snmp : Tag: OPENBSD_5_2 Makefile Added files: net/net-snmp/patches: Tag: OPENBSD_5_2 patch-agent_mibgroup_default_modules_h Log message: MFC: disable notification-log-mib for now; causes an 8KB/trap leak in snmptrapd CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2012/12/11 09:40:01 Modified files: usr.bin/grep : util.c Log message: use proper eol offset for -o matching; spotted by ajacoutot@; ok millert@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2012/12/11 10:09:50 Modified files: etc : daily Log message: Add a SMART check using atactl(8) against disks that support and have SMART enabled. Committing now so that it gets broader testing. Man page bits will be added once we are confident there is no side effect and this can stay. inputs from sthen@ halex@ weerd@ ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/11 10:11:07 Modified files: x11/gnome/at-spi2-core: Makefile distinfo x11/gnome/at-spi2-core/pkg: PLIST Log message: Bugfix update to at-spi2-core-2.6.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/11 10:26:51 Modified files: sysutils/ruby-puppet: Makefile sysutils/ruby-puppet/patches: patch-lib_puppet_defaults_rb Log message: Fix default modulepath to follow upstream's behavior. ok robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/11 10:54:13 Modified files: x11/gnome/grilo-plugins: Makefile distinfo x11/gnome/grilo-plugins/pkg: PLIST Log message: - update to grilo-plugins-0.2.5 CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/12/11 11:15:13 Modified files: net/balance : Makefile distinfo net/balance/patches: patch-balance_h net/balance/pkg: PLIST Removed files: net/balance/patches: patch-balance_c Log message: Update for balance to 3.54 * A bug with hash_fold() regarding incoming IPv4 and IPv6 source addresses has been fixed. The "hash" group mechanism is now working as expected. * Buffering has been disabled for interactive shell IO. A new "assign" command has been added to allow changing of the host:port assignment of a channel (only if disabled). A locking bug has been fixed. * A new option -6 has been added to force IPv6 bind. * Problems with setting IPV6_V6ONLY socket option are now handled more nicely with a syslog warning message. * Balance now compiles also on systems where IPV6_V6ONLY is undefined (like some Solaris systems). * IPv6 support on the listening side has been added. MAXCHANNELS in balance.h has been increased to 64. Ok aja@ brad@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/11 11:22:54 Modified files: www/squid : Makefile www/squid/patches: patch-configure_ac Log message: mark BROKEN-hppa and remove my broken attempt at fixing the broken autoconf test for atomic ops. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/11 13:47:45 Modified files: security/gnupg/patches: patch-cipher_Makefile_in patch-g10_Makefile_in patch-keyserver_Makefile_in patch-tools_Makefile_in patch-util_Makefile_in Log message: Regen patches CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/11 14:09:18 Modified files: misc/xnc : Makefile misc/xnc/patches: patch-configure_in Log message: use openpty() CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/11 14:12:36 Modified files: security/gnupg : Makefile Log message: Fix on hppa, broken since the PIE switch. mpi/hppa1.1/udiv-qrnnd.S is not PIE-safe, let's use mpi/hppa/udiv-qrnnd.S instead. with kettenis@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/11 15:12:12 Modified files: lang/lua : lua.port.mk Log message: allow MODLUA_VERSION to be overridden; ok jasper@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2012/12/11 15:16:21 Modified files: usr.bin/ssh : monitor.c Log message: drain the log messages after receiving the keystate from the unpriv child. otherwise it might block while sending. ok djm@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/12/11 15:20:02 Modified files: lang/ruby/1.9 : Makefile Log message: In the dbm subpackage, drop dependency on databases/db/v4. Since ruby 1.9.3, ruby uses the libc dbopen support as the backend for the dbm extension. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2012/12/11 15:31:18 Modified files: usr.bin/ssh : PROTOCOL authfile.c cipher.c cipher.h kex.h mac.c myproposal.h packet.c ssh_config.5 sshd_config.5 Log message: add encrypt-then-mac (EtM) modes to openssh by defining new mac algorithms that change the packet format and compute the MAC over the encrypted message (including the packet size) instead of the plaintext data; these EtM modes are considered more secure and used by default. feedback and ok djm@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2012/12/11 15:32:56 Modified files: regress/usr.bin/ssh: try-ciphers.sh Log message: add etm modes CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2012/12/11 15:42:11 Modified files: regress/usr.bin/ssh: Makefile Added files: regress/usr.bin/ssh: modpipe.c integrity.sh Log message: test the integrity of the packets; with djm@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/12/11 15:51:45 Modified files: usr.bin/ssh : mac.c Log message: fix typo, s/tem/etm in hmac-ripemd160-tem. ok markus@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2012/12/11 16:12:13 Modified files: regress/usr.bin/ssh: try-ciphers.sh Log message: add hmac-ripemd160-etm@openssh.com CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2012/12/11 16:48:07 Modified files: regress/usr.bin/ssh: modpipe.c Log message: include commented RCD ID - it helps our tools to sync with portable OpenSSH CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/12/11 19:17:40 Modified files: www/cherokee : Makefile distinfo www/cherokee/patches: patch-Makefile_in patch-admin_wizards_php_py patch-cherokee_Makefile_in patch-cherokee_conf_sample_pre patch-cherokee_main_admin_c patch-constants_h_pre www/cherokee/pkg: PLIST-geoip PLIST-ldap PLIST-main PLIST-mysql PLIST-streaming cherokee.rc Removed files: www/cherokee/patches: patch-admin_CTK_Makefile_in patch-admin_SystemStats_py Log message: Upgrade to cherokee 1.2.101. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/12/11 23:07:14 Modified files: devel/mercurial: Makefile distinfo devel/mercurial/pkg: PLIST Log message: Update mercurial to 2.4. ok landry@, thanks to Samir Saada to have tested on loongson. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/12/11 23:07:53 Modified files: devel/tortoisehg: Makefile distinfo devel/tortoisehg/pkg: PLIST Log message: update tortoisehg to 2.6. ok landry@. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/12 02:39:53 Modified files: www/hiawatha : Makefile distinfo www/hiawatha/pkg: PLIST Added files: www/hiawatha/patches: patch-config_cgi-wrapper_conf patch-config_hiawatha_conf_in patch-config_php-fcgi_conf_in patch-man_hiawatha_1_in patch-src_serverconfig_c www/hiawatha/pkg: PFRAG.shared Removed files: www/hiawatha/patches: patch-Makefile_in patch-configure patch-doc_hiawatha_1_in patch-etc_hiawatha_cgi-wrapper_conf patch-etc_hiawatha_hiawatha_conf_in patch-etc_hiawatha_php-fcgi_conf patch-libip_c patch-monitor_c patch-serverconfig_c Log message: - update to hiawatha-8.6 CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/12/12 02:50:06 Modified files: . : errata52.html Log message: Added entry and link to the bgpd patch. CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/12/12 02:51:02 Modified files: . : plus.html Log message: plus.html for Nov 26 to Dec 02. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/12 02:56:35 Modified files: www/glpi : Makefile distinfo www/glpi/pkg : PLIST Log message: - update to glpi-0.83.7 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2012/12/12 04:12:24 Modified files: usr.bin/grep : util.c Log message: Don't print zero length matches in -o mode. Found by otto@ who initially proposed a different fix. OK otto@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/12 06:51:44 Modified files: misc/geekcode : Makefile misc/geekcode/pkg: PLIST Log message: - remove defunct HOMEPAGE CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/12/12 07:48:18 Modified files: lib/libc/net : resolver.3 Log message: document RES_USE_DNSSEC; text tweaked by sthen ok jakob CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/12/12 07:58:00 Modified files: games/numptyphysics: Makefile distinfo games/numptyphysics/patches: patch-Array_h patch-Canvas_cpp patch-Canvas_h patch-Config_h patch-Game_cpp patch-Game_h patch-Levels_cpp patch-Makefile_am patch-Overlay_cpp patch-Path_cpp patch-ZipFile_cpp patch-configure_in patch-data_numptyphysics_desktop games/numptyphysics/pkg: PLIST-main PLIST-npcomplete Added files: games/numptyphysics/patches: patch-App_cpp patch-Config_cpp patch-Dialogs_cpp patch-OsFreeDesktop_cpp patch-Scene_cpp patch-Scene_h patch-Script_h patch-Ui_h Removed files: games/numptyphysics/patches: patch-Box2D_Source_Collision_Shapes_b2Shape_cpp Log message: Update to the latest svn snapshots: numptyphysics -> 2010/09/16 npcomplete -> 2010/01/24 Kudos to sthen@ for mirroring the distfiles CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/12/12 08:07:43 Modified files: build : mirrors.dat Log message: - fix mirrorservice.org rsync url, reported by Tim Bishop - add ftp.belnet.be, requested by Pascal Panneels CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/12/12 08:08:56 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: weerd@cvs.openbsd.org 2012/12/12 08:11:25 Modified files: regress/usr.bin/grep: Makefile Log message: Add a regression test for the bug millert@ fixed previously. OK millert@ CVSROOT: /cvs Module name: src Changes by: weerd@cvs.openbsd.org 2012/12/12 08:12:01 Added files: regress/usr.bin/grep: t26.out Log message: Add the test output. No cookie for me. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/12 09:00:34 Modified files: net/unbound : Makefile distinfo net/unbound/patches: patch-Makefile_in patch-doc_example_conf_in net/unbound/pkg: PLIST Log message: update to Unbound 1.4.19, ok jakob@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/12 09:38:33 Modified files: net/putty : Makefile Added files: net/putty/patches: patch-unix_configure_ac patch-unix_uxpty_c Log message: We need to use posix_openpt(). Pull in aclocal because the distributed source doesn't include aclocal.m4. ok djm@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2012/12/12 09:45:52 Modified files: usr.bin/ssh : packet.c Log message: reset incoming_packet buffer for each new packet in EtM-case, too; this happens if packets are parsed only parially (e.g. ignore messages sent when su/sudo turn off echo); noted by sthen/millert CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2012/12/12 09:46:10 Modified files: usr.bin/ssh : cipher.c usr.bin/ssh/lib: Makefile Removed files: usr.bin/ssh : cipher-ctr.c Log message: use OpenSSL's EVP_aes_{128,192,256}_ctr() API and remove our hand-rolled counter mode code; ok djm@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/12/12 09:51:23 Modified files: lang/node : Makefile distinfo lang/node/patches: patch-deps_npm_node_modules_node-gyp_lib_configure_js lang/node/pkg : PLIST Log message: Update lang/node to 0.8.15 OK jeremy@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/12/12 10:23:53 Modified files: sys/net : raw_usrreq.c Log message: Rearrange the code a bit to prevent splx() from being called with an uninitialized variable. Found by Owain G. Ainsworth, ok guenther CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/12 10:35:03 Modified files: print/cups-filters: Makefile distinfo print/cups-filters/pkg: PLIST Removed files: print/cups-filters/patches: patch-backend_serial_c patch-filter_pdftoopvp_oprs_OPRS_cxx patch-filter_pdftopdf_pptypes_cc Log message: Update to cups-filters-1.0.25. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/12/12 11:01:08 Modified files: emulators/qemu : Makefile distinfo emulators/qemu/patches: patch-configure Log message: Upgrade to QEMU 1.2.2. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/12 11:53:08 Modified files: x11/gtk+3 : Makefile Log message: Better fix, instead of using ONLY_FOR_ARCHS-cups, let's make the graphics/colord dependency arch-dependent, ie only enabled on archs where devel/spidermonkey is available. Disable colord support on other archs. gtk+3-cups will now build on all archs where gtk+3 builds. ok ajacoutot@ (MAINTAINER) jasper@ CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/12/12 12:32:35 Modified files: emulators/fedora/gtk+2: Makefile emulators/fedora/sdl: Makefile Log message: tweak COMMENT (use ${FEDORA_V} instead of hardcoding it); no package change. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/12 13:39:25 Modified files: misc/xnc : Makefile Added files: misc/xnc/patches: patch-rxvt2_command_c Log message: reserve sufficient space for tty name CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/12/12 13:54:54 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k.c Log message: Previous commit introduced a bug; only return early from m88k_layout_frame() if reload_completed; INITIAL_ELIMINATION_OFFSET() invokes it (which is very likely a source for more bugs, to be investigated) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/12 14:40:02 Modified files: x11/mrxvt : Makefile Added files: x11/mrxvt/patches: patch-src_ptytty_c Log message: * Don't explicitly chgrp tty (and certainly not to utmp); openpty() gives us a tty with proper permissions/owner/group. * Reserve enough space for tty name. ok benoit@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/12/12 14:49:38 Log message: Import ruby-ref-1.0.2. ruby-ref provides object references for Ruby as well as some common utilities for working with references. Object references are used to point to other objects and come in three distinct flavors that interact differently with the garbage collector. * Ref::StrongReference - This is a plain old pointer to another object. * Ref::WeakReference - This is a pointer to another object, but it is not seen by the garbage collector and the memory used by the object can be reclaimed at any time. * Ref::SoftReference - This is similar to a weak reference, but the garbage collector is not as eager to reclaim the referenced object. All of these classes extend from a common Ref::Reference class and have a common interface. Weak and soft references are useful when you have instantiated objects that you may want to use again but can recreate if necessary. Since the garbage collector determines when to reclaim the memory used by the objects, you don't need to worry about bloating the Ruby heap. OK abieber@ Status: Vendor Tag: jeremy Release Tags: jeremy_2012-Dec-12 N ports/devel/ruby-ref/Makefile N ports/devel/ruby-ref/distinfo N ports/devel/ruby-ref/pkg/DESCR N ports/devel/ruby-ref/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/12/12 14:50:40 Log message: Import ruby-therubyracer-0.11.0. Embed the V8 Javascript interpreter into Ruby. Features: * Evaluate Javascript from within Ruby * Embed your Ruby objects into the Javascript world * Manipulate JavaScript objects and call JavaScript functions from Ruby OK abieber@ Status: Vendor Tag: jeremy Release Tags: jeremy_2012-Dec-12 N ports/devel/ruby-therubyracer/Makefile N ports/devel/ruby-therubyracer/distinfo N ports/devel/ruby-therubyracer/pkg/DESCR N ports/devel/ruby-therubyracer/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/12 14:54:41 Modified files: lang/g77/patches: patch-gcc_config_gcc Log message: - unbreak g77 on mips64* by defining PIE_DEFAULT in the right place. ok pascal@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/12/12 14:57:58 Modified files: devel : Makefile Log message: Link ruby-ref and ruby-therubyracer to the build CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/12 15:02:51 Modified files: emulators/fedora/sdl: Makefile Log message: Revert, this pkg is for Fedora Core 4, not 10 (and it explicitely says it needs an update to F10). CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2012/12/12 15:25:21 Modified files: usr.bin/pkill : pkill.c Log message: properly handle the case where a process has disappeared in between grep'ing and printing it discussed with and ok millert@ CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2012/12/12 18:23:08 Modified files: driver/xf86-video-intel/src: i830_lvds.c Log message: Recent thinkpads try to set a backlight value one greater than the maximum causing backlight control to be disabled. Limit the backlight values to the maximum so xbacklight will work. Backlight control via the brightness buttons won't yet work as that likely requires opregion/acpi bits. Tested by jcs@ jasper@ phessler@ naddy@ and Amarendra Godbole ok phessler@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2012/12/12 19:48:15 Modified files: net/yt : Makefile net/yt/files : yt.lua Log message: unbreak after recent youtube changes, ok martynas@ take maintainership as suggested by martynas (previous maintainer). CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/12/12 23:59:36 Modified files: sys/net : pipex.c Log message: pipex_init can be called multiple times (by whatever subsystems want to use it), so return early if the work has already been done. ok yasuoka@ jmatthew@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/12/13 01:35:43 Modified files: www/tomcat/v7 : Makefile distinfo www/tomcat/v7/pkg: PLIST-examples PLIST-main Log message: Update to apache-tomcat-7.0.34 CVSROOT: /cvs Module name: ports Changes by: chrisz@cvs.openbsd.org 2012/12/13 04:51:34 Modified files: textproc/hevea : Makefile distinfo textproc/hevea/patches: patch-Makefile textproc/hevea/pkg: PLIST Removed files: textproc/hevea/patches: patch-config_sh Log message: Update hevea to 2.00 maintainer timed out; ok jasper@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/12/13 05:10:14 Modified files: x11/i3 : Makefile distinfo x11/i3/patches : patch-i3_config patch-i3_config_keycodes patch-man_i3-migrate-config-to-v4_1 patch-src_cfgparse_y patch-src_commands_c patch-src_config_c patch-src_i3_mk patch-src_ipc_c patch-src_main_c patch-src_startup_c patch-src_x_c x11/i3/pkg : PLIST Added files: x11/i3/patches : patch-i3-dmenu-desktop patch-parser-specs_config_spec Removed files: x11/i3/patches : patch-i3-config-wizard_main_c patch-i3_xsession_desktop patch-include_data_h patch-src_con_c patch-src_floating_c patch-src_manage_c patch-src_sighandler_c patch-src_workspace_c Log message: Update to i3-4.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/13 06:46:01 Log message: import ports/textproc/redland-bindings, reworked from a port by dlg, ok jasper Status: Vendor Tag: sthen Release Tags: sthen_20121213 N ports/textproc/redland-bindings/Makefile N ports/textproc/redland-bindings/distinfo N ports/textproc/redland-bindings/pkg/DESCR-main N ports/textproc/redland-bindings/pkg/PLIST-python N ports/textproc/redland-bindings/pkg/PLIST-main N ports/textproc/redland-bindings/pkg/PLIST-php N ports/textproc/redland-bindings/pkg/DESCR-php N ports/textproc/redland-bindings/pkg/PLIST-ruby N ports/textproc/redland-bindings/pkg/DESCR-python N ports/textproc/redland-bindings/pkg/DESCR-ruby N ports/textproc/redland-bindings/pkg/MESSAGE-main N ports/textproc/redland-bindings/patches/patch-configure No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/13 06:46:21 Modified files: textproc : Makefile Log message: +redland-bindings CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/12/13 06:55:18 Modified files: sys/arch/macppc/pci: vgafb_pci.c vgafb_pcivar.h Log message: iMac G3 grahic cards have a ``misc'' pci subclass that's why they weren't attached to vgafb(4) since the use of the generic DEVICE_IS_VGA_PCI macro in r1.26. Correct this and document why we should attach devices with such subclass. Fix a regression introduced in august when adding the glue to attach drm(4) on macppc, reported by brynet@ and nick@ on bugs@, thanks and sorry for the delay! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/13 07:20:14 Modified files: devel/doxygen : Makefile distinfo devel/doxygen/patches: patch-configure patch-examples_Makefile_in patch-src_dirdef_cpp patch-src_libdoxygen_pro_in devel/doxygen/pkg: PLIST-main Removed files: devel/doxygen/patches: patch-src_doxytag_pro_in Log message: update to doxygen 1.8.2 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/13 07:41:51 Modified files: lang/gambit : Makefile Log message: bump: this uses openpty since we fixed ac_cv_func_openpty in config.site CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2012/12/13 08:19:19 Modified files: www/mod_jk : Makefile distinfo www/mod_jk/patches: patch-conf_workers_properties_minimal patch-native_configure www/mod_jk/pkg : README Added files: www/mod_jk/patches: patch-native_apache-1_3_mod_jk_c Removed files: www/mod_jk/patches: patch-native_apache-1_3_Makefile_in patch-native_common_Makefile_in Log message: Update to 1.2.37. Update README and drop MAINTAINER. okay dcoppa@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/12/13 08:36:16 Modified files: usr.bin/tmux : cfg.c Log message: Change load_cfg to fix a crash reported by jasper. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/13 08:43:11 Modified files: devel/ddd : Makefile Added files: devel/ddd/patches: patch-configure_ac patch-ddd_TTYAgent_C Log message: use posix_openpt() rather than trying to open /dev/ptmx CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/13 09:34:48 Modified files: astro/wmglobe : Makefile astro/wmmoonclock: Makefile astro/wmspaceweather: Makefile astro/wmsun : Makefile audio/ascd : Makefile audio/libworkman: Makefile audio/mixer.app: Makefile audio/wmmixer : Makefile audio/wmmp3 : Makefile databases/mysqlcc: Makefile databases/p5-DBD-mysqlPP: Makefile devel/argp-standalone: Makefile devel/libdockapp: Makefile devel/mysql++ : Makefile devel/p5-Data-ShowTable: Makefile devel/p5-Term-ReadKey: Makefile devel/p5-Term-ReadLine-Gnu: Makefile games/speyes : Makefile games/wmminichess: Makefile games/wmtictactoe: Makefile graphics/wmgrabimage: Makefile graphics/wmicons: Makefile graphics/wmphoto: Makefile lang/gawk : Makefile mail/wmmail : Makefile mail/wmpop3 : Makefile math/wmcalc : Makefile misc/wmmand : Makefile misc/wmtimer : Makefile net/no-ip : Makefile net/p5-Net-DNS : Makefile net/p5-Net-MySQL: Makefile net/wmifinfo : Makefile net/wmnetload : Makefile security/p5-Crypt-OpenSSL-Bignum: Makefile security/p5-Digest-BubbleBabble: Makefile sysutils/bubblemon-dockapp: Makefile sysutils/freeipmi: Makefile sysutils/ipmitool: Makefile sysutils/wmapm : Makefile sysutils/wmcube: Makefile x11/asfiles : Makefile x11/astime : Makefile x11/fleditor : Makefile x11/fltk : Makefile x11/flvw : Makefile x11/libdnd : Makefile x11/windowmaker: Makefile x11/windowmaker-extra: Makefile x11/wmbutton : Makefile x11/wmcalclock : Makefile x11/wmdate : Makefile x11/wmfishtime : Makefile x11/wminfo : Makefile x11/wmitime : Makefile x11/wmmenu : Makefile x11/wmpinboard : Makefile x11/wmthemeinstall: Makefile x11/wmtz : Makefile x11/wmweather : Makefile x11/wterm : Makefile Log message: remove Peter Stromberg as maintainer: "I haven't used any of those ports myself for a long time, so I think it's best you remove me as maintainer." CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/13 12:37:50 Modified files: devel/vte3 : Makefile Added files: devel/vte3/patches: patch-src_pty_c Log message: Unbreak runtime by using posix_openpt; I'm not quite sure how I missed this in my tests... CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/13 13:42:01 ports/devel/py-gevent/patches Update of /cvs/ports/devel/py-gevent/patches In directory cvs.openbsd.org:/tmp/cvs-serv6469/patches Log Message: Directory /cvs/ports/devel/py-gevent/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/13 13:42:45 Modified files: devel/py-gevent: Makefile Added files: devel/py-gevent/patches: patch-setup_py Log message: Properly link with libeventextra, fix WANTLIB while here. Fixes missing symbols issue reported by armani@ CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2012/12/13 17:08:47 Modified files: . : plus.html Log message: plus.html for Dec 3-9, ok jj@ (who also prompted me to clean up the gcc(1) entries on this page). CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2012/12/13 18:19:26 Modified files: sys/net : pipex.c Log message: oops, debug printf sneaked in. i must be out of practice. spotted by krw@, poked by jmatthew@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2012/12/13 19:56:41 Modified files: www/wordpress : Makefile distinfo www/wordpress/pkg: PLIST Log message: Update to Wordpress 3.5. ok gonzalo@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2012/12/13 22:26:43 Modified files: usr.bin/ssh : auth.c Log message: use correct string in error message; from rustybsd at gmx.fr CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/14 02:52:16 Modified files: telephony/asterisk-sounds: asterisk-sounds.port.mk Log message: mark the Asterisk sound files as SHARED_ONLY; they are only useful with Asterisk which is itself SHARED_ONLY. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/12/14 03:22:31 Modified files: sys/dev/pci : pcidevs Log message: Add U3 HyperTransport found in PowerMac7,3, name suggested by kettenis@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/12/14 03:23:15 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/14 03:26:00 Modified files: games/naev/data: Makefile Log message: mark naev-data as shared only, it's only useful with naev which itself requires lua which is shared only. saves building a useless ~250MB package on vax. ok kirby@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2012/12/14 03:36:35 Modified files: games/ufoai/data: Makefile Log message: useless without ufoai, which can only be built on shared lib arches. saves a useless 530MB package on !shared arch. idea and ok from sthen@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/12/14 04:10:03 Modified files: usr.bin/make : job.c job.h Log message: a few more comments CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/12/14 06:17:29 Modified files: sys/dev/isa : it.c itvar.h Log message: Support IT8772F; from form@, ok kettenis CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/12/14 06:21:03 Modified files: share/man/man4 : it.4 isa.4 Log message: Mention IT8772F CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2012/12/14 06:24:55 Modified files: devel/p5-IO-Tty: Makefile Removed files: devel/p5-IO-Tty/patches: patch-Tty_xs Log message: zap unneeded patch since that now we support unix98 ptys family functions; OK millert@ jasper@ From: RD Thrush , thanks! CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/14 11:33:03 Modified files: x11/mlterm/patches: patch-kiklib_src_Makefile_in patch-mkf_lib_Makefile_in patch-xwindow_x_imagelib_gdk_c Log message: sync patches CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/12/14 15:21:00 Modified files: mail/postfix/stable: Makefile distinfo Log message: Update to Postfix 2.9.5. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/12/14 15:21:36 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: Update to Postfix 2.10-20121210. sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/14 16:50:09 Modified files: net/nagios/nagios: Makefile distinfo net/nagios/nagios/patches: chroot-cgi_Makefile_in net/nagios/nagios/pkg: PLIST-web Removed files: net/nagios/nagios/patches: patch-html_Makefile_in Log message: update to Nagios 3.4.3, tested by/ok merdely@ rpe@ (thanks!) CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2012/12/15 03:23:31 Modified files: www/chromium : Makefile distinfo Log message: update to 23.0.1271.97 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/12/15 06:26:28 Modified files: sbin/dhclient : dhclient.c Log message: Nuke unused parameter 'ifname' to get_ifname(). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/15 06:50:53 Modified files: productivity/rednotebook: Makefile distinfo productivity/rednotebook/pkg: PLIST Removed files: productivity/rednotebook/patches: patch-setup_py productivity/rednotebook/pkg: MESSAGE Log message: Update to rednotebook-1.6.3. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/12/15 09:04:13 Modified files: share/man/man5 : resolv.conf.5 Log message: some small simplifications; CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/12/15 11:31:00 Modified files: faq/fr : current.html fr : errata52.html ftp.html nl : ftp.html openbgpd/fr : ftp.html openntpd/fr : ftp.html portable.html openssh/fr : ftp.html portable.html openssh/nl : ftp.html portable.html openssh/ru : donations.html ftp.html portable.html security.html Added files: openssh/ru : bank-donation.html press.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2012/12/15 16:12:21 Modified files: sbin/iked : policy.c ikev2_pld.c Log message: Don't dereference NULL pointers (and some cleanup here). CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2012/12/15 16:15:11 Modified files: sbin/iked : ikev2.c Log message: Don't pass an uninitialized arg to ibuf_release(); initialize it to NULL. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2012/12/15 16:17:01 Modified files: sbin/iked : chap_ms.c Log message: Fix a very hidden but harmless overflow in the MSCHAPv2 code. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2012/12/15 16:18:17 Modified files: sbin/iked : crypto.c dh.c Log message: Plug two memory leaks when cleaning up the dh/dsa crypto structures. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2012/12/15 16:19:35 Modified files: sbin/iked : iked.c Log message: Don't print an error if the process exited normally. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2012/12/15 16:20:17 Modified files: sbin/iked : config.c eap.c ikev2_msg.c Log message: Remove unused variables. CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2012/12/15 20:15:46 Modified files: sbin/dhclient : dhclient.c Log message: Prevent a potential segfault that could occur if certain calloc() and strdup() calls happen to return NULL. If they do return NULL, error out to be consistent with what most of the rest of the code does when memory allocation fails. feedback/ok krw CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/12/16 00:54:13 Modified files: lt : ftp.html openbgpd/ru : ftp.html openntpd/ru : ftp.html index.html portable.html openssh/ru : features.html history.html index.html openbsd.html press.html users.html openssh/usage/ru: index.html ssh-stats.html ru : anoncvs.html hackathons.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/16 04:30:50 Modified files: multimedia/libquicktime: Makefile multimedia/libquicktime/pkg: PLIST Log message: sync plist; doxygen update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/16 04:34:33 Modified files: graphics/opencv: Makefile graphics/opencv/pkg: PLIST-docs Log message: sync plist; doxygen update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/16 04:35:24 Modified files: devel/libmtp : Makefile devel/libmtp/pkg: PLIST Log message: sync plist; doxygen update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/16 04:36:04 Modified files: devel/simulavr : Makefile devel/simulavr/pkg: PLIST Log message: sync plist; doxygen update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/16 04:39:51 Modified files: graphics/lensfun: Makefile graphics/lensfun/pkg: PLIST Log message: sync plist; doxygen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/16 04:40:07 Modified files: textproc/ebook-tools: Makefile textproc/ebook-tools/pkg: PLIST Log message: sync plist; doxygen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/16 04:40:47 Modified files: geo/geos : Makefile geo/geos/pkg : PLIST Log message: sync plist; doxygen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/16 05:09:17 Modified files: graphics/opencv: Makefile graphics/opencv/pkg: PLIST-docs Log message: set DOXYGEN_ENCODE_PATH_STRIP=${WRKSRC} and regen plist CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2012/12/16 08:31:40 Modified files: games/supertuxkart: Makefile distinfo games/supertuxkart/pkg: PLIST Added files: games/supertuxkart/patches: patch-lib_irrlicht_source_Irrlicht_COSOperator_cpp patch-lib_irrlicht_source_Irrlicht_Makefile patch-lib_irrlicht_source_Irrlicht_os_cpp Removed files: games/supertuxkart/patches: patch-CMakeLists_txt patch-src_graphics_material_cpp patch-src_guiengine_widgets_CGUIEditBox_cpp patch-src_guiengine_widgets_CGUIEditBox_h Log message: Update to supertuxkart 0.8. New tracks, better AI and a story mode. Also needs an internal irrlicht now ... CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/12/16 09:35:32 Modified files: www/sope : Makefile distinfo www/sope/patches: patch-sope-appserver_NGObjWeb_GNUmakefile_preamble patch-sope-xml_DOM_GNUmakefile_preamble patch-sope-xml_SaxObjC_GNUmakefile_preamble Added files: www/sope/patches: patch-sope-core_NGStreams_NGActiveSocket_m Removed files: www/sope/patches: patch-sope-appserver_WEExtensions_GNUmakefile_preamble patch-sope-appserver_WOExtensions_GNUmakefile_preamble patch-sope-core_EOControl_GNUmakefile_preamble patch-sope-core_NGStreams_GNUmakefile_preamble patch-sope-gdl1_GDLAccess_GNUmakefile_preamble patch-sope-ldap_NGLdap_GNUmakefile_preamble patch-sope-mime_GNUmakefile_preamble patch-sope-xml_XmlRpc_GNUmakefile_preamble Log message: update to 2.0.3a based on initial patch from giovanni@ OK giovanni@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2012/12/16 09:36:26 Modified files: www/sogo : Makefile distinfo www/sogo/patches: patch-SOPE_NGCards_GNUmakefile_preamble patch-SoObjects_SOGo_GNUmakefile_preamble www/sogo/pkg : PLIST README Removed files: www/sogo/patches: patch-OGoContentStore_GNUmakefile_preamble patch-SOPE_GDLContentStore_GNUmakefile_preamble patch-Tests_Unit_GNUmakefile patch-UI_SOGoUI_GNUmakefile_preamble Log message: update to 2.0.3a based on initial patch, testing and ideas from giovanni@ OK giovanni@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/12/16 10:48:52 Modified files: openssh : index.html Log message: Link [ru]. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/12/16 11:08:35 Modified files: faq : faq12.html Log message: got a complaint that modern Soekris machines aren't slow. Well, compared to modern hardware, yes, they still are. HOWEVER, Soekris isn't the only player in the sub-trash-day-on-curb-but-sold-as-new market anymore. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/12/16 11:21:26 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/12/16 11:28:53 Modified files: regress/lib/libc/time/strptime: Makefile Log message: - use diff -u like most anywhere to make the output readable. ok phessler@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/12/16 12:01:13 Modified files: sys/dev/usb : usbdevs Log message: - put the Moxa products where they belong alphabetically - add the Validity vendor and some products of which one is found on the vostro 3360. ok mikeb@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/12/16 12:01:35 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2012/12/16 13:01:26 Modified files: distrib/miniroot: install.sub Log message: use grep -q instead of redirecting to /dev/null ok krw@ halex@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/12/16 14:26:22 Modified files: x11/vlc : Makefile distinfo x11/vlc/pkg : PLIST-main Removed files: x11/vlc/patches: patch-modules_audio_output_portaudio_c Log message: Update to VLC 2.0.5. ok ajacoutot@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/12/16 16:04:18 Modified files: driver/xf86-video-geode: ChangeLog Makefile.in NEWS aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing driver/xf86-video-geode/src: Makefile.am Makefile.in cim_dev.h cimarron.c durango.c geode.h geode_blend.h geode_common.c geode_dcon.c geode_ddc.c geode_driver.c geode_msr.c geode_pcirename.h gx_accel.c gx_cursor.c gx_driver.c gx_randr.c gx_regacc.c gx_rotate.c gx_vga.c gx_video.c lx_cursor.c lx_display.c lx_driver.c lx_exa.c lx_memory.c lx_output.c lx_panel.c lx_video.c panel.c z4l.c driver/xf86-video-geode/src/cim: cim_defs.h cim_df.c cim_filter.c cim_gp.c cim_init.c cim_modes.c cim_msr.c cim_parm.h cim_regs.h cim_rtns.h cim_vg.c cim_vip.c cim_vop.c driver/xf86-video-geode/src/gfx: disp_gu1.c disp_gu2.c gfx_dcdr.c gfx_defs.h gfx_disp.c gfx_i2c.c gfx_init.c gfx_mode.h gfx_msr.c gfx_priv.h gfx_regs.h gfx_rndr.c gfx_rtns.h gfx_tv.c gfx_type.h gfx_vga.c gfx_vid.c gfx_vip.c i2c_acc.c i2c_gpio.c init_gu1.c init_gu2.c msr_rdcl.c rndr_gu1.c rndr_gu2.c saa7114.c tv_1200.c tv_fs450.c tv_fs450.h vga_gu1.c vid_1200.c vid_5530.c vid_rdcl.c vip_1200.c driver/xf86-video-geode/src/panel: 92xx.h cen9211.c cen9211.h dora9211.c dora9211.h drac9210.c drac9210.h gx2_9211.c gx2_9211.h panel.c panel.h platform.c pnl_bios.c pnl_defs.h pnl_init.c Added files: driver/xf86-video-geode/src: compat-api.h Log message: Update to xf86-video-geode 2.11.14 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/12/16 16:05:35 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/16 16:06:16 Modified files: textproc/ebook-tools: Makefile Log message: BUILD_DEPENDS on graphviz, doxygen picks it up CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/12/16 17:52:58 Modified files: net/samba : Makefile distinfo net/samba/patches: patch-source3_configure_in Added files: net/samba/patches: patch-source3_rpc_server_samr_srv_samr_chgpasswd_c Log message: Update to Samba 3.6.10. Also add a patch from naddy@ to make use of posix_openpt(). From MAINTAINER ok sthen@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/12/16 19:28:45 Modified files: app/cwm : calmwm.c calmwm.h conf.c cwmrc.5 font.c menu.c mousefunc.c parse.y xutil.c Log message: non-trivial menu drawing rewrite, moving to Xft and solving various font/color drawing issues; from Alexander Polakov CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/12/16 19:53:29 Modified files: app/cwm : calmwm.h conf.c cwmrc.5 font.c menu.c parse.y Log message: knf CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/12/17 01:51:12 Modified files: x11/i3 : Makefile x11/i3/patches : patch-parser-specs_config_spec Log message: Fix bind[code|sym] --release (upstream git commit 6dfb08170cb1b0bd1875b80c85fbc225ff22274d) CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/12/17 04:34:44 Modified files: net/adsuck : Makefile distinfo Log message: Update for Adsuck to 2.5.0: * Automatically watch for changes to resolv.conf and reread it when that happens. * Refresh all the hosts files. * Start using libevent2 in favor of libevent Ok brad@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/12/17 05:03:16 Modified files: sys/dev/pci : if_ix.c if_ix.h ixgbe.c ixgbe_82598.c Log message: Fix a link autonegotiation bug on 10GbaseT controllers and improve link information reporting in general. Obtained for the most part from FreeBSD, tested by mxb at alumni ! chalmers ! se on X540 and me on 82598 (XAUI, KR4), 82599 (SFP+) and X540 (baseT); ok jsg CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/12/17 05:28:06 Modified files: sys/dev/pci : if_ix.c ixgbe_82599.c Log message: Implement SFP+ module hot-plug support for 82599 obtained from FreeBSD. This also adds untested and hence disabled support for multispeed fiber interrupts. With input from and ok jsg. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/12/17 06:46:23 Modified files: sys/dev/pci : if_ix.c if_ix.h Log message: Get rid of the split header code as it was never used in OpenBSD and now is finally removed from the upstream. No real functional change (we've lost some weight though). Tested on 82599. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/12/17 07:03:03 Modified files: sys/dev/pci : if_ix.c Log message: Don't forget to decrement a number of clusters on the ring in case of an error. Previous change made the problem evident. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/12/17 07:20:52 Modified files: app/cwm : calmwm.h font.c Log message: screen font -> xftfont CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/12/17 07:23:48 Modified files: sys/dev/pci : if_ix.c if_ix.h Log message: Catch up with upstream, where rxbuf->m_pack was renamed to rxbuf->buf and rxbuf->pmap to rxbuf->map. Tested on 82599 and X540. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/12/17 07:26:29 Modified files: app/cwm : client.c Log message: current_client() returns _curcc, so use it where appropriate CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/12/17 07:32:39 Modified files: app/cwm : calmwm.h group.c kbfunc.c menu.c mousefunc.c Log message: create and use menuq_clear() helper; from Tiago Cunha CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/12/17 07:39:28 Modified files: sys/dev/pci : if_ix.c Log message: sync some comments and variable names in rxeof with freebsd CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/17 07:43:00 Modified files: graphics/clutter/clutter-gtk: Makefile distinfo Log message: - update to clutter-gtk-1.4.2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/17 07:55:08 Modified files: www/bacula-web : Makefile distinfo www/bacula-web/patches: patch-application_config_config_php_sample www/bacula-web/pkg: PLIST Log message: Update to bacula-web-5.2.11. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/12/17 07:58:46 Modified files: app/cwm : calmwm.h client.c Log message: make client_mtf static CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/17 08:04:05 Modified files: x11/gnome/gitg : Makefile Log message: mark this broken for now, due to unknown reasons it throws "Invalid object type `GitgWindow'" at startup. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/17 08:04:58 Modified files: lang/gfortran/patches: patch-gcc_config_mips_openbsd_h Log message: - don't define ENABLE_EXECUTE_STACK, just like mips64's gcc from base. this doesn't unbreak gfortran on mips64* yet, but at least it's getting a bit further now CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/17 09:06:52 Modified files: textproc/ebook-tools: Makefile Log message: math/graphviz is the name CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/12/17 10:48:57 Modified files: app/cwm : calmwm.h client.c group.c Log message: replace client highlight with a client flag CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/17 10:58:05 Modified files: net/ruby-net-ssh-gateway: Makefile distinfo Log message: - update to ruby-net-ssh-gateway-1.1.0 CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/12/17 11:30:28 Modified files: sys/dev/pci : if_ix.c Log message: Sync up advanced transmitter descriptor setup code to the upstream. There are a number of bugs that this commit fixes. The main issue is that ixgbe_tx_ctx_setup sets up a descriptor for TCP and UDP checksum calculation, but not for IP, therefore it must use TXSM instead of IXSM. Which is what FreeBSD does now. I've tested this on 82599 with TCP, UDP, ICMP, ICMP6, VLANs and OSPF with TCP and UDP checksums turned on against oce(4). ixgbe_tso_setup is updated as well, albeit remains disabled (as well as checksums themselves). Parts of the change were obtained from brad's diff he sent me a while ago. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/12/17 11:34:06 Modified files: app/cwm : calmwm.h font.c screen.c xutil.c Log message: stash the default screen visual and colormap in screen_ctx CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/12/17 11:35:26 Modified files: app/cwm : calmwm.h client.c Log message: cmap -> colormap in client_ctx CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/17 11:37:59 Modified files: x11/eterm : Makefile x11/eterm/pkg : PLIST Added files: x11/eterm/patches: patch-configure_in patch-src_command_c Removed files: x11/eterm/patches: patch-config_h_in patch-configure Log message: fix pty handling and switch from setuid root to setgid utmp CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/12/17 11:38:27 Modified files: sys/dev/pci : ixgbe_type.h Log message: spacing; sync up ixgbe_bus_speed enum with freebsd CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/17 11:39:29 Modified files: x11/mlterm : Makefile Added files: x11/mlterm/patches: patch-kiklib_configure_in patch-kiklib_src_kik_pty_streams_c Log message: Use posix_openpt(). This incidentally fixes ownership of the slave ttys which will now belong to group tty. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/17 11:42:13 Modified files: x11/kde/base3 : Makefile Added files: x11/kde/base3/patches: patch-configure_in Log message: fix the detection of openpty(), which in turn will be used by kio_fish CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/12/17 11:44:27 Modified files: sys/dev/pci : ixgbe_phy.c ixgbe_type.h Log message: sync up ixgbe_raise_i2c_clk with freebsd which basically allows for larger timeouts and should be more reliable; tested on 82598, 82599 and x540. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/17 11:56:56 Modified files: www/squid : Makefile distinfo www/squid/patches: patch-configure_ac Removed files: www/squid/patches: patch-compat_xstrerror_h Log message: squid 3.2.5; minor update, it just rolls in the compat/xstrerror.h diff. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/17 11:59:35 ports/x11/x11vnc/files Update of /cvs/ports/x11/x11vnc/files In directory cvs.openbsd.org:/tmp/cvs-serv28832/files Log Message: Directory /cvs/ports/x11/x11vnc/files added to the repository CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/17 12:02:48 Modified files: x11/x11vnc : Makefile Added files: x11/x11vnc/files: automake.dep x11/x11vnc/patches: patch-configure_ac patch-x11vnc_unixpw_c Removed files: x11/x11vnc/patches: patch-configure Log message: Use posix_openpt() to open pty. Drop obsolete pthread patch while here. CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2012/12/17 12:03:22 Modified files: sys/arch/alpha/stand: Makefile.inc Log message: Unbreak bootblocks on Alpha by fixing the primary load address. A typo crept in in rev. 1.13. "yeah! the as800 netboots" naddy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/17 12:04:03 Modified files: x11/gnome/nautilus-sendto: Makefile distinfo x11/gnome/nautilus-sendto/pkg: PLIST Log message: Update to nautilus-sendto-3.6.1. CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2012/12/17 12:08:56 Modified files: gnu/gcc/gcc/config/sh: sh.md Log message: Make the SH register spill failure for R0 workaround work again after switching to __guard_local. OK matthew@, miod@. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/12/17 12:15:38 Modified files: sysutils/cyphertite: Makefile distinfo sysutils/cyphertite/pkg: PLIST Log message: Update cyphertite to 1.4.3, from David Hill (maintainer). ok gonzalo@. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/12/17 13:28:05 Modified files: print/texlive : Makefile.inc README print/texlive/base: Makefile distinfo print/texlive/base/pkg: PLIST print/texlive/tests: README print/texlive/tests/gmverb: gmtest.tex print/texlive/texmf: Makefile distinfo print/texlive/texmf/files/rblatter/lib: eqnparser.rb pkgfilter.rb pkgscanner.rb plistdeduper.rb spinner.rb subsetconf.rb subsetshaper.rb tlpdbindex.rb print/texlive/texmf/patches: patch-texmf_web2c_texmf_cnf patch-texmf_web2c_texmfcnf_lua print/texlive/texmf/pkg: PLIST-context PLIST-docs PLIST-full PLIST-main Removed files: print/texlive/base/patches: patch-configure patch-texk_dvipsk_dospecial_c patch-texk_web2c_Makefile_in patch-texk_web2c_alephdir_com16bit_ch patch-texk_web2c_alephdir_eobase_ch patch-texk_web2c_enctex_ch patch-texk_web2c_eptexdir_eptex_ech patch-texk_web2c_etexdir_etex_ch patch-texk_web2c_luatexdir_image_pdftoepdf_cc patch-texk_web2c_luatexdir_luafontloader_fontforge_fontforge_psread_c patch-texk_web2c_luatexdir_tex_inputstack_w patch-texk_web2c_luatexdir_tex_printing_w patch-texk_web2c_pdftexdir_pdftoepdf_cc patch-texk_web2c_pdftexdir_pdftosrc_cc patch-texk_web2c_synctexdir_synctex-e-rec_ch0 patch-texk_web2c_synctexdir_synctex-luatex_h patch-texk_web2c_synctexdir_synctex-xetex_h patch-texk_web2c_tex_ch patch-texk_web2c_xetexdir_xetex_ch print/texlive/texmf/files: TLConfig.pm TLUtils.pm print/texlive/texmf/patches: patch-texmf-dist_tex_latex_minted_minted_sty Log message: Update to TeX Live 2012. Many people have mailed me successful test reports and matthieu tells me he has been running this for some time now. Thanks to those that tested. OK matthieu@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/12/17 13:31:26 Modified files: sys/arch/alpha/conf: ld.script Log message: Add a list of alpha systems and their SRM footprint in the linker script comments, in the discussion about the kernel load address, for reference purpose. While there, admit the current value will not let the kernel boot on a GS160. If you are the happy owner of a GS160, can afford the electricity bill, and want to run OpenBSD on it, please contact alpha@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/12/17 14:13:16 Modified files: lib/libc/asr : gethostnamadr_async.c Log message: Allow gethostbyname() to accept a numeric IP string. No lookup is done in this case. regression reported by espie@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2012/12/17 14:15:33 Modified files: regress/lib/libc/asr: regress.sh Log message: add test case for gethostbyname() called with numeric hostname CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/17 14:29:36 Modified files: math/galculator: Makefile distinfo Log message: maintenance update to 2.0.1 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/12/17 15:52:59 Modified files: sbin/dhclient : dhclient.c kroute.c Log message: Don't daemonize until the RTM_NEWADDR message is received. Shuffle things a bit so configuring the address and default route are done last. This makes it much more likely that all the work is done when the 'bound to ...' message is displayed. Amoung other things fixes a problem with the install scripts, where the first (hostname-associated) dhclient can exit so quickly the interface doesn't yet have an address and a second (free-floating) dhclient is therefore often run. Noted by rpe@, who also tested the fix. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/12/17 16:03:41 Modified files: app/cwm : calmwm.c calmwm.h conf.c kbfunc.c Log message: pull user home directory via getenv or getpwuid and stash it so we don't need to do this everytime; with Tiago Cunha CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/12/17 16:54:57 Modified files: app/cwm : calmwm.h conf.c kbfunc.c Log message: put a default known_hosts into conf CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/12/17 16:55:29 Log message: Import lang/io 20110905 Io is a prototype-based programming language inspired by Smalltalk (all values are objects, all messages are dynamic), Self (prototype-based), NewtonScript (differential inheritance), Act1 (actors and futures for concurrency), LISP (code is a runtime inspectable/modifiable tree) and Lua (small, embeddable). OK sthen@ Status: Vendor Tag: jeremy Release Tags: jeremy_2012-Dec-17 N ports/lang/io/Makefile N ports/lang/io/distinfo N ports/lang/io/patches/patch-addons_Socket_CMakeLists_txt N ports/lang/io/patches/patch-addons_Clutter_CMakeLists_txt N ports/lang/io/patches/patch-modules_FindUUID_cmake N ports/lang/io/patches/patch-libs_coroutine_source_Coro_c N ports/lang/io/patches/patch-libs_CMakeLists_txt N ports/lang/io/pkg/DESCR N ports/lang/io/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/12/17 16:57:13 Modified files: lang : Makefile Log message: + SUBDIR += io CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/12/17 17:14:41 Modified files: app/cwm : calmwm.c calmwm.h conf.c Log message: simplify config file setup; with Tiago Cunha CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/17 23:58:21 Modified files: devel/pango : Makefile distinfo Removed files: devel/pango/patches: patch-pango_pango-font_h Log message: Bugfix update to pango-1.32.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/18 00:01:39 Modified files: x11/gnome/caribou: Makefile distinfo x11/gnome/caribou/pkg: PLIST Log message: Update to caribou-0.4.6. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/12/18 07:34:58 Modified files: sbin/dhclient : dhclient.c Log message: Don't clean up twice when the non-privileged process exits. Let the privileged process now cleans up itself. Continuous rapid repeated running of dhclient now more reliable. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/18 08:21:33 Modified files: education/gtypist: Makefile distinfo Log message: Update to 2.9.2: Fixes a collision between Unicode 0x107 (c with acute) and KEY_BACKSPACE CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2012/12/18 08:34:07 Modified files: usr.sbin/relayd: ssl.c Log message: reorder the variables a bit, no functionaly change. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2012/12/18 08:36:44 Modified files: usr.sbin/relayd: relay_udp.c Log message: cnl is only allocated if F_NATLOOK was specified before, so skip the extra check for F_NATLOOK and check if cnl is not NULL only. no functional change, but this might make it clear that there is no and was no memleak here. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2012/12/18 08:39:42 Modified files: usr.sbin/relayd: relayd.c Log message: doin't complain if the child processes exited cleanly. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2012/12/18 08:41:44 Modified files: usr.sbin/relayd: relayd.c Log message: no nead to touch argv later since we don't support non-getopt arguments. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/18 08:54:08 Modified files: misc/shared-mime-info: Makefile misc/shared-mime-info/pkg: PLIST Log message: Revert previous, it was wrong (my mistake); this port is "special"... This fixes pkg_delete as reported by fgsch@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2012/12/18 08:57:16 Modified files: usr.sbin/relayd: config.c Log message: remove unused variable CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2012/12/18 08:58:25 Modified files: usr.sbin/relayd: relay.c Log message: reorder some variables and move large buffers to the top of the stack. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/18 09:25:25 Modified files: net/p5-Net-DNS : Makefile distinfo net/p5-Net-DNS/pkg: PLIST Log message: update to p5-Net-DNS 0.71 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/18 09:42:16 Modified files: audio/opus-tools: Makefile distinfo Log message: maintenance update to 0.1.6 CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/12/18 10:37:39 Modified files: app/cwm : calmwm.h xevents.c Log message: define LockMask|Mod2Mask; no functional change CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/12/18 10:44:18 Modified files: app/cwm : calmwm.h Log message: remove unused SEARCHMASK CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/12/18 11:35:36 Modified files: app/cwm : calmwm.h Log message: use MOUSEMASK since we already have it CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/12/18 11:39:55 Modified files: app/cwm : calmwm.h screen.c Log message: expand CHILDMASK CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/18 13:09:08 Modified files: games/freeciv : Makefile Added files: games/freeciv/patches: patch-common_packets_c Log message: Security fix for CVE-2012-5645 freeciv: DoS (memory exhaustion or excessive CPU consumption) via malformed network packets CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/18 13:09:57 Modified files: games/freeciv : Tag: OPENBSD_5_2 Makefile Added files: games/freeciv/patches: Tag: OPENBSD_5_2 patch-common_packets_c Log message: Security fix for CVE-2012-5645 freeciv: DoS (memory exhaustion or excessive CPU consumption) via malformed network packets CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/18 13:41:36 Modified files: x11/gnome/moserial: Makefile distinfo x11/gnome/moserial/patches: patch-src_MainWindow_c patch-src_SerialConnection_c patch-src_Settings_c x11/gnome/moserial/pkg: PLIST Log message: - update to moserial-3.0.8 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2012/12/18 14:28:45 Modified files: sys/sys : sysctl.h usr.bin/tmux : procname.c usr.bin/top : machine.c usr.bin/w : proc_compare.c usr.sbin/pstat : pstat.c usr.sbin/snmpd : mib.c usr.sbin/tcpdrop: tcpdrop.c usr.sbin/watchdogd: watchdogd.c Log message: We no longer use struct eproc for kinfo_proc in sysctl.h so there is no direct need for sys/proc.h or sys/resource.h. Some consumers of kinfo_proc need these for the proc flags and rlimit defines like RLIM_INF so add the appropriate includes to them. OK deraadt@ sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/18 14:38:12 Modified files: databases/pg_top/patches: patch-machine_m_openbsd_c net/net-snmp/patches: patch-agent_mibgroup_host_data_access_swrun_kinfo_c sysutils/accountsservice/patches: patch-src_util_c sysutils/conky/patches: patch-src_openbsd_c sysutils/gamin/patches: patch-server_gam_kqueue_c sysutils/skill/patches: patch-machdep_nbsd-44_c sysutils/toprump/patches: patch-machine_c sysutils/wmmon/patches: patch-wmmon_wmmon_c sysutils/xps/patches: patch-src_NetBSD_os_c www/chromium/patches: patch-base_debug_debugger_posix_cc patch-base_process_util_openbsd_cc x11/dbus/patches: patch-dbus_dbus-sysdeps-util-unix_c x11/gnome/tracker/patches: patch-src_libtracker-common_tracker-dbus_c x11/xfce4/xfce4-taskmanager/patches: patch-src_task-manager-bsd_c Added files: devel/libgtop2/patches: patch-sysdeps_openbsd_glibtop_machine_h Log message: cope with sysctl.h changes CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/18 14:48:47 Modified files: devel/libgtop2/patches: patch-sysdeps_openbsd_glibtop_machine_h Log message: committed upstream CVSROOT: /cvs Module name: ports Changes by: jmatthew@cvs.openbsd.org 2012/12/18 18:47:25 Modified files: databases/riak : Makefile databases/riak/pkg: PLIST Added files: databases/riak/patches: patch-deps_riak_kv_src_riak_kv_stat_erl Log message: update riak to work with erlang r15b02, prodded by dlg@ and looked at by aja@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/12/18 20:29:02 Modified files: sys/dev/usb : usbdevs Log message: add another umsm device CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/12/18 20:30:56 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/12/18 20:35:54 Modified files: sys/dev/usb : umsm.c Log message: add another umsm device that uses the qualcomm vid. named Aeon 921T by the importer, it isn't clear what the real name is. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/19 00:29:02 Modified files: x11/gob2 : Makefile distinfo Log message: - update to gob2-2.0.19 - convert to use gnome.port.mk CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/19 00:34:10 Modified files: devel/vte : Makefile Log message: - move post-install target into the !mips64* block as it's removing some files which aren't built for mips64, and would thus rm would bail out. ok aja@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/19 00:53:02 Log message: Import lasem-0.4.1. Lasem is a library for rendering SVG and Mathml, implementing a DOM like API. It's based on GObject and use Pango and Cairo for the rendering. Included in the package, there is a simple application, lasemrender, which is able to convert a Mathml, a latex math or a SVG file to either a PNG, PDF or SVG image. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20121219 N ports/graphics/lasem/distinfo N ports/graphics/lasem/Makefile N ports/graphics/lasem/pkg/DESCR N ports/graphics/lasem/pkg/PLIST N ports/graphics/lasem/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/19 00:53:36 Modified files: graphics : Makefile Log message: +lasem CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/19 01:05:09 Modified files: www/opera : Makefile distinfo Log message: SECURITY update to opera-12.12. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2012/12/19 02:23:54 Modified files: usr.sbin/npppd/npppd: mppe.c Log message: Remove extra semicolon in "if (...);" which caused an incorrect flag to be set in _this->keylenbits. Found by scanning the tree using coccinelle. ok yasuoka CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/12/19 02:54:05 Modified files: kerberosV/usr.sbin/kadmin: Makefile kerberosV/usr.sbin/ktutil: Makefile Log message: generate .h during depend. remove work-around now that t1 t2: works for parallel mode. tested and okay matthieu@, krw@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/19 03:40:09 Log message: Re-import devel/goffice under devel/goffice08. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20121219 N ports/devel/goffice08/Makefile N ports/devel/goffice08/distinfo N ports/devel/goffice08/patches/patch-docs_reference_Makefile_in N ports/devel/goffice08/patches/patch-configure N ports/devel/goffice08/patches/patch-goffice_utils_regutf8_c N ports/devel/goffice08/pkg/DESCR N ports/devel/goffice08/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/19 03:40:40 Modified files: devel : Makefile Log message: +goffice08 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/19 03:41:14 Modified files: productivity/gnucash: Makefile Log message: Depend on devel/goffice08. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/19 03:42:05 Modified files: devel/goffice : Makefile distinfo devel/goffice/pkg: DESCR PLIST Removed files: devel/goffice/patches: patch-configure patch-docs_reference_Makefile_in patch-goffice_utils_regutf8_c Log message: Update to goffice-0.10.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/19 03:43:02 Modified files: math/gnumeric : Makefile distinfo math/gnumeric/pkg: PFRAG.shared PLIST Added files: math/gnumeric/patches: patch-src_gnm-so-path_c Log message: Update to gnumeric-1.12.0. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/19 03:54:51 Modified files: net/weechat : Makefile distinfo net/weechat/pkg: PLIST-main Removed files: net/weechat/patches: patch-doc_CMakeLists_txt patch-src_plugins_irc_irc-color_c Log message: - update to weechat-0.3.9.2 from Simon Kuhnle CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/12/19 05:03:19 Modified files: faq/pf : carp.html Log message: make things a little more clear, perhaps. ok sthen@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/12/19 05:25:38 Modified files: sbin/dhclient : kroute.c dhcpd.h dhclient.c Log message: Don't attempt to delete an address that has already been deleted by a new dhclient (or anyone else). Instead, use add_address(..., INADDR_ANY, ...) to tell the privileged process that its active address is gone. Thus the cleanup process doesn't try to delete it. Eliminates extraneous log entries complaining that the address can't be deleted. Narrows race window where old dhclient might delete the address the new dhclient has just added. Make rapid-fire starting of dhclient even more reliable. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/12/19 05:26:59 Modified files: build : mirrors.dat Log message: mirror.yandex.ru now carries OpenBSD, hosted in Moscow and cache-servers at many cities in Russia, Ukraine and some other ex-USSR countries. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/12/19 05:27:27 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/12/19 05:27:56 Modified files: distrib/notes : mirrors Log message: sync from mirrors.dat CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2012/12/19 06:37:12 Modified files: lib/libutil : imsg.c Log message: Fix a purely theoretical NULL-pointer dereference in the case that we would be able to receive multiple SCM_RIGHTS messages. ok claudio@ gilles@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/12/19 08:04:36 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: Some improvements in the audio department: Fix some problems on initial volume setup (upstream svn revision r2378) Don't monitor system volume when running in softvol mode (upstream svn revision r2377) CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/12/19 08:05:27 Modified files: build : mirrors.dat Log message: change yandex entry, mark it as syncing every 12 hours rather than 6 (their infrastructure involves syncing from an internal master so might be more than 6-hourly). CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2012/12/19 08:21:34 Modified files: app/cwm : calmwm.h conf.c parse.y Log message: gc unused cmd 'flags' variable CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/12/19 10:00:09 Modified files: net/filezilla : Makefile distinfo net/filezilla/pkg: PLIST Log message: Update to 3.6.0.2 Fix problems with stalling FTP over TLS uploads, minor performance improvements CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2012/12/19 10:12:12 Modified files: net/nmap : Makefile distinfo net/nmap/patches: patch-FPEngine_cc patch-Makefile_in patch-configure patch-libdnet-stripped_src_intf_c patch-libnetutil_netutil_cc patch-ncat_ncat_core_c patch-ncat_ncat_core_h patch-nping_ProbeMode_cc patch-nse_nsock_cc patch-nsock_include_nsock_h patch-nsock_src_nsock_core_c patch-nsock_src_nsock_internal_h patch-output_cc patch-scan-engine_cc patch-service_scan_cc patch-tcpip_cc patch-zenmap_install_scripts_unix_su-to-zenmap_sh net/nmap/pkg : PFRAG.shared-main PLIST-zenmap Log message: Update to 6.25 lot of improvements in nse scripting engine and in ipv6 support Full changelog: http://nmap.org/changelog.html Help and ok sthen@ and dcoppa@ CVSROOT: /cvs Module name: src Changes by: jj@cvs.openbsd.org 2012/12/19 11:51:03 Modified files: sys/conf : Tag: OPENBSD_5_2 newvers.sh Log message: enter -stable. ok deraadt@, reported by Mitja M. CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2012/12/19 12:40:30 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: use (()) for arithmetic tests ok @ajacoutot CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/19 12:52:11 Modified files: sys/scsi : sd.c sdvar.h Log message: Temporarily bring back the shutdown hook, but only use it to flush the disk cache. This shouldn't interfere with the hibernate code and makes sure we still flush the cache for controller that don't pass DVACT_POWRDOWN down to their children yet. This will be removed when the autoconf subsystem gets changed to do that for us by default. ok deraadt@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/12/19 12:53:39 Modified files: de : ftp.html faq/de : faq12.html faq/nl : faq12.html faq/pf/pt : index.html queueing.html nl : ftp.html openbgpd/de : ftp.html openbgpd/pt : ftp.html openntpd/de : ftp.html portable.html openntpd/pt : ftp.html portable.html openssh/de : ftp.html index.html portable.html openssh/nl : ftp.html index.html portable.html openssh/ru : report.html users.html papers/pt : index.html pt : query-pr.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/12/19 12:56:03 Modified files: net/dnsmasq : Makefile distinfo net/dnsmasq/patches: patch-src_config_h Log message: Update to dnsmasq 2.65. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2012/12/19 13:09:13 Modified files: games/wesnoth : Makefile distinfo games/wesnoth/pkg: PLIST Log message: Update to 1.10.5. Upstream fixed building with boost>=1.51. Changelog: http://svn.gna.org/viewcvs/*checkout*/wesnoth/tags/1.10.5/changelog Add NO_REGRESS=Yes while here. OK from sthen@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/19 13:26:52 Modified files: lib/csu/powerpc: Makefile Log message: crtbeginS.o needs to be built with -fPIC, otherwise bloated shared libraries silently crash when running constructors. Tested by landry@. ok beck@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/19 13:30:23 Modified files: etc/etc.sparc64: MAKEDEV.md Log message: Make it easier to create more /dev/ldomN devices. As a bonus this stops polluting ramdisks with devices that aren't needed there. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/19 13:31:03 Modified files: etc/etc.sparc64: MAKEDEV Log message: regen CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/19 14:10:16 Modified files: etc/etc.sparc64: MAKEDEV.md Log message: Tweak to generate a better man page. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/19 14:11:24 Modified files: etc/etc.sparc64: MAKEDEV share/man/man8/man8.sparc64: MAKEDEV.8 Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/12/19 14:19:51 Modified files: driver/xf86-video-intel: Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp driver/xf86-video-intel/man: Makefile.in driver/xf86-video-intel/src: Makefile.in i830_crt.c intel_module.c driver/xf86-video-intel/src/bios_reader: Makefile.in driver/xf86-video-intel/src/ch7017: Makefile.in driver/xf86-video-intel/src/ch7xxx: Makefile.in driver/xf86-video-intel/src/ivch: Makefile.in driver/xf86-video-intel/src/legacy: Makefile.in legacy.h driver/xf86-video-intel/src/legacy/i810: Makefile.am Makefile.in i810.h i810_accel.c i810_common.h i810_cursor.c i810_dga.c i810_dri.c i810_driver.c i810_hwmc.c i810_reg.h i810_video.c driver/xf86-video-intel/src/legacy/i810/xvmc: I810XvMC.c Makefile.in driver/xf86-video-intel/src/reg_dumper: Makefile.in driver/xf86-video-intel/src/render_program: Makefile.in driver/xf86-video-intel/src/sil164: Makefile.in driver/xf86-video-intel/src/tfp410: Makefile.in driver/xf86-video-intel/src/xvmc: Makefile.in driver/xf86-video-intel/src/xvmc/shader: Makefile.in driver/xf86-video-intel/src/xvmc/shader/mc: Makefile.in driver/xf86-video-intel/src/xvmc/shader/vld: Makefile.in driver/xf86-video-intel/uxa: Makefile.in Added files: driver/xf86-video-intel/src/legacy/i810: i810_xaa.c Removed files: driver/xf86-video-intel/src/legacy/i810: i810_io.c Log message: - sync the "legacy" i810 driver, used only on true i810 and i815 chipsets to the one in recent intel driver from X.Org. - remove one of the output probe method in i830PreInit(). This method is calling functions that are normally forbidden in PreInit(). With xserver 1.13 this causes a fatal error at run time. Tested by bluhm@, nick@ and shadchin@ back in september. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/12/19 14:37:23 Modified files: driver/xf86-video-vmware: ChangeLog Makefile.in aclocal.m4 compile config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing driver/xf86-video-vmware/man: Makefile.in driver/xf86-video-vmware/saa: Makefile.in saa.c saa.h driver/xf86-video-vmware/src: Makefile.am Makefile.in vmware.c vmware.h vmware_common.h vmwarecurs.c vmwarevideo.c driver/xf86-video-vmware/vmwarectrl: Makefile.in driver/xf86-video-vmware/vmwgfx: Makefile.in vmwgfx_crtc.c vmwgfx_dri2.c vmwgfx_driver.c vmwgfx_driver.h vmwgfx_saa.c vmwgfx_tex_video.c vmwgfx_xa_surface.c Added files: driver/xf86-video-vmware/src: compat-api.h Log message: Update to xf86-video-vmware 2.1 RC1 (aka 2.0.99.901) CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/12/19 15:43:29 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2012/12/20 02:23:12 Modified files: . : want.html Log message: nice servers, but definitely need a drac CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2012/12/20 05:05:22 Modified files: devel/node-gir : Makefile devel/node-gir/patches: patch-binding_gyp devel/node-gir/pkg: PLIST Added files: devel/node-gir/patches: patch-gir_js Log message: Fix node-gyp from recent upgrade of lang/node to 0.8.15. OK sthen CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2012/12/20 05:31:37 Modified files: papers : index.html Added files: papers : eurobsdcon2010-iked.pdf Log message: Upload the presentation slides of an iked(8) talk that I gave two years ago. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/12/20 05:36:28 Modified files: www/bluefish : Makefile distinfo www/bluefish/pkg: MESSAGE PLIST Log message: Update to 2.2.3: http://bluefish.svn.sourceforge.net/viewvc/bluefish/tags/bluefish_2_2_3/ChangeLog?revision=7537&view=markup Tons of change from our version on tree, a lot of help from aja@ and giovanni@, thanks for your time guys. Ok aja@ giovanni@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/12/20 05:38:12 Removed files: www/bluefish/pkg: MESSAGE Log message: whoops, delete MESSAGE CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2012/12/20 06:58:06 Modified files: gnu/gcc/gcc/config/alpha: alpha.c alpha.h Log message: Bring stack smashing protector for Alpha; enabled by default. Reorganize soft frame pointer so that locals are below it and grow downwards. Thanks Nick for the access. OK miod@. CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2012/12/20 07:01:23 Modified files: gnu/gcc/gcc/config/mips: mips.c mips.h Log message: Bring stack smashing protector for MIPS; enabled by default. Reorganize soft frame pointer so that locals are below it and grow downwards. Tested by miod@, jasper@. OK miod@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/20 07:24:05 ports/mail/mailgraph/patches Update of /cvs/ports/mail/mailgraph/patches In directory cvs.openbsd.org:/tmp/cvs-serv25621/patches Log Message: Directory /cvs/ports/mail/mailgraph/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/20 07:24:58 Modified files: mail/mailgraph : Makefile Added files: mail/mailgraph/patches: patch-mailgraph_pl Log message: Support long queue IDs. From Liviu Daia. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/20 08:18:01 Modified files: www/owncloud : Makefile distinfo www/owncloud/pkg: PLIST Log message: SECURITY update to owncloud-4.5.5. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/20 08:52:36 Modified files: lang/swi-prolog: Makefile Log message: Mark as BROKEN on sparc64 and hppa. crashes/infinite loops on the former, undefined refs to atomic ops on the latter. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2012/12/20 09:15:55 Modified files: usr.bin/sndiod : midi.c Log message: readjust midi flow control after consuming input data CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/12/20 09:16:34 Log message: Add postgresql-plv8 1.3.0 PLV8 is a shared library that provides a PostgreSQL procedual language powered by V8 JavaScript Engine. With this program you can write in JavaScript your function that is callable from SQL. Supported features are: * Functions can receive any arguments, and return a value or set of records. * Execute any SQL commands with built-in plv8.execute() function. * Automatic data conversion between PostgreSQL and JavaScript, including string, numbers, timestamps, arrays, and records. * Records are converted to JSON which keys are column names. * Other types are converted to strings. * Partial support to write TRIGGER handlers. * EXTENSION support. * CoffeeScript and LiveScript support. OK abieber@ Status: Vendor Tag: jeremy Release Tags: jeremy_2012-Dec-20 N ports/databases/postgresql-plv8/Makefile N ports/databases/postgresql-plv8/distinfo N ports/databases/postgresql-plv8/pkg/DESCR N ports/databases/postgresql-plv8/pkg/PLIST N ports/databases/postgresql-plv8/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/12/20 09:18:25 Modified files: databases : Makefile Log message: + SUBDIR += postgresql-plv8 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/12/20 09:20:31 Log message: Add ruby-xpath-0.1.4 XPath is a Ruby DSL around a subset of XPath 1.0. Its primary purpose is to facilitate writing complex XPath queries from Ruby code. OK sthen@ Status: Vendor Tag: jeremy Release Tags: jeremy_2012-Dec-20 N ports/www/ruby-xpath/distinfo N ports/www/ruby-xpath/Makefile N ports/www/ruby-xpath/pkg/DESCR N ports/www/ruby-xpath/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/12/20 09:21:24 Log message: Add ruby-capybara-1.1.2 Capybara helps you test Rails and Rack applications by simulating how a real user would interact with your app. It is agnostic about the driver running your tests and comes with Rack::Test and Selenium support built in. WebKit is supported through an external gem. OK sthen@ Status: Vendor Tag: jeremy Release Tags: jeremy_2012-Dec-20 N ports/www/ruby-capybara/distinfo N ports/www/ruby-capybara/Makefile N ports/www/ruby-capybara/patches/patch-_metadata N ports/www/ruby-capybara/pkg/DESCR N ports/www/ruby-capybara/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/12/20 09:22:28 Log message: Add ruby-capybara-webkit-0.13.0 A capybara driver that uses WebKit via QtWebKit. OK sthen@ Status: Vendor Tag: jeremy Release Tags: jeremy_2012-Dec-20 N ports/www/ruby-capybara-webkit/Makefile N ports/www/ruby-capybara-webkit/distinfo N ports/www/ruby-capybara-webkit/patches/patch-lib_capybara_webkit_connection_rb N ports/www/ruby-capybara-webkit/patches/patch-lib_capybara_webkit_builder_rb N ports/www/ruby-capybara-webkit/patches/patch-webkit_server_pro N ports/www/ruby-capybara-webkit/pkg/DESCR N ports/www/ruby-capybara-webkit/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2012/12/20 09:25:36 Modified files: www : Makefile Log message: + SUBDIR += ruby-capybara + SUBDIR += ruby-capybara-webkit + SUBDIR += ruby-xpath CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/20 09:46:39 Modified files: fonts/cantarell-fonts: Makefile distinfo Log message: Update to cantarell-fonts-0.0.12. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/12/20 10:07:37 Modified files: sys/dev/pci : if_ix.c Log message: max_frame_size must be set after ether_ifattach updates if_mtu; verified with the upstream driver CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/12/20 10:32:38 Modified files: sys/dev/pci : ixgbe.c Log message: correctly update the current flow control mode CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/12/20 10:34:54 Modified files: sys/dev/pci : if_ix.c Log message: report flow control mode in the media status callback CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/12/20 10:38:36 Modified files: emulators/openmsx: Makefile distinfo emulators/openmsx/pkg: PLIST Removed files: emulators/openmsx/patches: patch-build_detectsys_py Log message: Update to openmsx-0.9.1. While here, take maintainership. Release notes: http://sourceforge.net/projects/openmsx/files/openmsx/0.9.0/README_release-notes.txt/view http://sourceforge.net/projects/openmsx/files/openmsx/0.9.1/README_release-notes.txt/view CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/20 12:51:29 Modified files: emulators/fs-uae: Makefile Log message: Mark BROKEN-sparc64 : error: invalid 'asm': invalid operand output code CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2012/12/20 13:28:12 Modified files: usr.bin/vi/build: Makefile config.h usr.bin/vi/ex : ex_script.c Log message: use openpty() rather than hand-rolled pty opening code; ok millert@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/20 13:30:54 Modified files: net/transmission: Makefile distinfo Log message: bugfix update to 2.75; requested and tested by brad@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2012/12/20 14:05:07 Modified files: lib/libarch/alpha: bwx.c io.c Log message: include machine/cpu.h now that is isn't any longer pulled in indirectly by sys/sysctl.h; ok deraadt@ millert@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/20 14:23:43 Modified files: net/openconnect: Makefile Log message: build depends on py-xml CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/20 14:48:41 Modified files: www/squid : Makefile Log message: mark broken on mips64 for the same reason hppa fails. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/12/20 15:29:32 Modified files: emulators/fs-uae: Makefile emulators/fs-uae/patches: patch-libfsemu_Makefile Log message: Make fs-uae listen to CFLAGS and CXXFLAGS. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/12/20 15:44:37 Modified files: print/texlive/base: Makefile Log message: Unbreak build on big endian arches. This fix was supposed to be in the big update, but went missing somewhere. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/12/20 16:12:20 Modified files: emulators/qemu : Makefile Added files: emulators/qemu/patches: patch-hw_e1000_c Log message: e1000: Also discard oversized packets if LPE is enabled. ok sthen@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2012/12/20 23:17:29 Modified files: usr.bin/sort : Makefile Log message: the gcc bug seems to have been fixed... ok miod CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/12/21 00:48:51 Modified files: sys/dev/pci : pcidevs Log message: - add some pcidevs taken from a dmesg on bugs@ ok jsg@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2012/12/21 00:49:49 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/12/21 00:56:42 Modified files: www/ruby-capybara-webkit: Makefile www/ruby-capybara-webkit/pkg: DESCR Log message: tweak DESCR CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/21 01:42:36 Log message: import kawa-1.13 Kawa is a programming language for the Java platform. It is an implementation of Scheme, which, is in the Lisp family of programming languages. Kawa has many useful features, including convenient integration with Java. It can be used as a "scripting language", but includes a compiler and all the benefits of a "real" programming language, including optional static typing, so Kawa programs can be as efficient as Java. Kawa is also a useful framework for implementing other programming languages on the Java platform. It has has many useful utility classes. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20122112 N ports/lang/kawa/distinfo N ports/lang/kawa/Makefile N ports/lang/kawa/pkg/PLIST N ports/lang/kawa/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/21 01:43:04 Modified files: lang : Makefile Log message: sync CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/12/21 01:50:27 Modified files: lib/libkeynote : Makefile sbin/isakmpd : Makefile lib/libcurses : Makefile usr.bin/awk : Makefile Log message: remove makefile hacks that are no longer needed with t1 t2: working properly okay krw@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/21 02:42:04 ports/lang/kawa/patches Update of /cvs/ports/lang/kawa/patches In directory cvs.openbsd.org:/tmp/cvs-serv9802/patches Log Message: Directory /cvs/ports/lang/kawa/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/21 02:42:28 Modified files: lang/kawa : Makefile lang/kawa/pkg : PLIST Added files: lang/kawa/patches: patch-bin_Makefile_in Log message: - enable readline support on the REPL CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/12/21 03:33:10 Modified files: faq/de : faq12.html faq/pf/de : carp.html faq/pf/nl : carp.html papers/de : index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/12/21 04:13:43 Modified files: sys/net : bpf.c Log message: bpf allocates packet buffers in the ioctl path and can sleep waiting for memory to become available obtained from netbsd with tweaks, with input from deraadt and blambert, ok deraadt, claudio CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2012/12/21 04:17:22 Modified files: sys/net : bpf.c Log message: Rather than calling mircotime in bpf_catchpacket each time it's called on a packet, make bpf_catchpacket take a timeval indicating when the packet was captured. Move microtime to the calling functions and grab the timestamp as soon as we know that we're going to call catchpacket at least once. From NetBSD, ok deraadt, claudio, sthen CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/21 04:29:20 Modified files: misc/xnc/patches: patch-configure_in Log message: Fix on hppa, we're not HPUX and our ld doesnt like -b without argument. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/21 04:32:39 Modified files: textproc/sphinx: Makefile Log message: Mark BROKEN-hppa: internal compiler error: internal consistency failure Probable fallout of the PIE switch. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/21 05:13:36 Modified files: emulators/BasiliskII: Makefile graphics/openexr: Makefile net/tclcurl : Makefile x11/Xdialog : Makefile editors/abiword: Makefile mail/abook : Makefile x11/aewm : Makefile graphics/agg : Makefile audio/amarok : Makefile graphics/amide : Makefile net/ap-utils : Makefile www/ap2-mod_fastcgi: Makefile devel/apr : Makefile devel/apr-util : Makefile audio/ardour : Makefile www/arora : Makefile textproc/aspell/core: Makefile devel/atk2mm : Makefile games/atomix : Makefile audio/audacious: Makefile audio/audacious-plugins: Makefile x11/autocutsel : Makefile net/avahi : Makefile multimedia/avidemux: Makefile Log message: sync wantlib CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/21 05:26:16 Modified files: infrastructure/lib/DPB: Engine.pm Log message: quicker restart: when adding a new_path, directly check whether it was built already... so things will go straight to B/I instead of getting through T/Q... less noise in engine.log, and much more accurate information for choosing queue items. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/21 05:50:14 Modified files: editors/beaver : Makefile devel/beediff : Makefile games/belooted : Makefile audio/bmp : Makefile devel/boehm-gc : Makefile sysutils/bubblemon-dockapp: Makefile games/burgerspace: Makefile Log message: sync wantlib CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/21 06:01:32 Modified files: news/tin : Makefile Log message: missing LIB_DEPENDS/wantlib CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/21 06:04:27 Modified files: misc/gpsd : Makefile Log message: missing LIB_DEPENDS/wantlib CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/21 06:08:47 Modified files: math/moo : Makefile Log message: fix homepage/master_sites CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/21 06:22:26 Modified files: www/webkit : Makefile Log message: sync WANTLIB CVSROOT: /cvs Module name: src Changes by: gsoares@cvs.openbsd.org 2012/12/21 06:53:01 Modified files: usr.sbin/sasyncd: conf.y Log message: valid port interval 1 through 65535, not 1 - 65534 check interval with yacc/$5 variable instead of cfgstate.listen_port that is an in_port_t type, for avoid warnings, due to limited range of data type; use IPPORT_HILASTAUTO for more consistence (input from millert@) "yeah, I like that. ok" henning@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2012/12/21 07:44:29 Modified files: sysutils/multitime: Makefile distinfo Log message: Update to multitime-1.2. From upstream and MAINTAINER, Laurence Tratt. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/21 08:36:32 Modified files: telephony/asterisk-openbsd-moh: Makefile distinfo telephony/asterisk-openbsd-moh/pkg: PLIST Log message: add 5.2 release song; ok ian@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/21 10:10:39 Modified files: security/aircrack-ng/patches: patch-src_sha1-sse2_S Log message: Fix on hppa: add a gratuitous tab before .section in sha1-sse2.S. For some reason the hppa asm doesnt like .section to start at column 0. No fallout on amd64. With hints from kettenis@ CVSROOT: /cvs Module name: src Changes by: gsoares@cvs.openbsd.org 2012/12/21 10:30:39 Modified files: sys/dev : ipmi.c Log message: tweak for malloc(9) calls: - M_CANFAIL is useless here since that M_NOWAIT will return NULL immediately if no resources. OK mikeb@ mpi@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/21 10:40:29 Modified files: devel/openmpi : Makefile Log message: Mark as BROKEN-hppa: it never built there. error: Could not determine global symbol label prefix It tries to check for .globl support and fails on hppa, see config/ompi_config_asm.m4 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/21 10:44:47 Modified files: emulators/dosbox: Makefile Log message: Mark as BROKEN-hppa: it never built there. mpu401.cpp:42: error: expected identifier before numeric constant mpu401.cpp:42: error: expected `}' before numeric constant mpu401.cpp:42: error: expected unqualified-id before numeric constant mpu401.cpp:42: error: expected declaration before '}' token mpu401.cpp:42: error: expected `}' before numeric constant mpu401.cpp:42: error: expected unqualified-id before numeric constant mpu401.cpp:42: error: expected declaration before '}' token CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/21 10:46:55 Modified files: emulators/openmsx: Makefile Log message: Mark as BROKEN-hppa: it never built there OOM when compiling src/cpu/CPUCore.cc CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/21 10:49:43 Modified files: games/neverball: Makefile Log message: Mark as BROKEN-hppa: it never built there, SIGILL on snowglobe-inner.sol CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/21 10:52:11 Modified files: geo/geos : Makefile Log message: Mark as BROKEN-hppa, since last update to 3.3.4. undefined reference to `std::auto_ptr::~auto_ptr()' CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/21 10:55:57 Modified files: graphics/enblend-enfuse: Makefile Log message: Mark as BROKEN-hppa: it never built there. /usr/bin/ld: enfuse-enfuse.o(.gnu.linkonce.t._ZNSaIPN5vigra15CachedFileImageIiEEEC1Ev+0x28): cannot reach 00001346__ZN9__gnu_cxx13new_allocatorIPN5vigra15CachedFileImageIiEEEC2Ev+0, recompile with -ffunction-sections /usr/bin/ld: enfuse-enfuse.o(.gnu.linkonce.t._ZNSaIPN5vigra15CachedFileImageIiEEEC1Ev+0x28): cannot handle R_PARISC_PCREL17F for __gnu_cxx::new_allocator*>::new_allocator() CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/21 10:59:00 Modified files: graphics/openimageio: Makefile Log message: Mark as BROKEN-hppa: it never built there. Probably missing atomic ops ? src/include/tbb/machine/gcc_generic.h:97: error: '__TBB_atomic' does not name a type src/include/tbb/machine/gcc_generic.h:99: error: '__TBB_machine_try_lock_byte' declared as an 'inline' variable src/include/tbb/machine/gcc_generic.h:99: error: '__TBB_atomic_flag' was not declared in this scope etc etc CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/21 11:04:02 Modified files: lang/gambit : Makefile Log message: Mark as BROKEN-hppa: it never built there. cc: Internal error: Illegal instruction on _gambc.c CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/21 11:13:08 Modified files: lang/gfortran : Makefile Log message: Mark as BROKEN-hppa: never built there. There should probably be a easy fix, but that'd involve a brave soul digging into the patch maze. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/21 11:16:09 Modified files: lang/nhc98 : Makefile Log message: Mark as BROKEN-hppa: Segfault during build since the PIE switch CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/21 11:18:55 Modified files: lang/nqp : Makefile Log message: Mark as BROKEN-hppa: never built there. error: unsupported architecture hppa CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/12/21 11:19:38 Modified files: lang/python : python.port.mk Log message: - expose _MODPY_MAJOR_VERSION (remove underscore) - use :R to extract the major - remove unneeded check rpointel@ ok. while here add some spaces for consistency with the rest of the file. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/21 11:25:03 Modified files: math/freemat : Makefile Log message: Mark as BROKEN-hppa: never built there. libumfpack.so has undefined refs to a bunch of lapack funcs ? dgemm, zgemm, dtrsm, ztrsv, dger, zgemv, dgemv, ztrsm, dtrsv, zgeru CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/12/21 11:25:57 Modified files: databases/py-couchdb: Makefile Log message: Remove no longer required dependency and bump revision. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/21 11:27:00 Modified files: math/netcdf : Makefile Log message: Mark as BROKEN-hppa, doesnt pass configure since the PIE switch. checking if Fortran "byte" is C "signed char"... configure: error: Could not link conftestf.o and conftest.o CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/21 11:30:47 Modified files: x11/gnustep/libobjc2: Makefile Log message: Mark as BROKEN-hppa: never built there. block_trampolines.S:76:2: warning: #warning imp_implementationWithBlock() not implemented for your architecture block_trampolines.S: Assembler messages: block_trampolines.S:15: Error: junk at end of line, first unrecognized character is `"' block_trampolines.S:25: Fatal error: Unknown opcode: `__objc_block_trampoline_sret' CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/21 11:33:55 Modified files: x11/gnome/mutter: Makefile Log message: Mark as BROKEN-hppa for the same reason as on sparc64. cast increases required alignment of target type + uses -Werror CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/21 11:50:37 Modified files: graphics/hugin : Makefile Log message: mark BROKEN-hppa; if enblend-enfuse (run dep for this) is broken there's no point wasting time on this. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2012/12/21 13:31:58 Modified files: faq : current.html Log message: Tweak text about PF frags limits to make it clear that the ruleset will not be loaded if the value in config is higher than the limit. Found the hard way by me. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/12/21 13:37:29 Modified files: sbin/dhclient : dhclient.c Log message: When binding to a new lease, wait for the RTM_NEWADDR message in S_BOUND state, which prevents confusion when another DHCPACK arrives. Problem found and fix tested by kettenis@. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2012/12/22 00:32:17 Modified files: lib/libc/stdlib: malloc.c Log message: Fix bug in random offset introduced in rev 1.143; random range was expanded, but not enough due to precedence error. Spotted by Thorsten Glaser. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/12/22 02:49:29 Modified files: faq/fr : current.html faq12.html fr : ftp.html want.html openbgpd/fr : ftp.html openntpd/fr : ftp.html portable.html openssh/fr : ftp.html index.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/12/22 03:10:04 Modified files: lib/libsndio : sndio.7 Log message: some fixes, based on a diff from Martin Toft; CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/22 03:48:19 Modified files: net/gophernicus: Makefile distinfo Log message: Update to gophernicus 1.4, from MAINTAINER Brian Callahan. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/22 04:45:12 ports/graphics/liblqr/files Update of /cvs/ports/graphics/liblqr/files In directory cvs.openbsd.org:/tmp/cvs-serv27045/files Log Message: Directory /cvs/ports/graphics/liblqr/files added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/22 04:46:16 Modified files: libexec/ld.so/arm: ldasm.S Log message: Zero %r0 before transferring control to the main program, to indicate that the main program should not register a cleanup handler with atexit(3). This will allow us to add the cleanup handler registration code to crt0.c and have ld.so pass its cleanup handler to the main program in the future. tested by tobiasu@ ok kurt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/22 04:46:34 Modified files: graphics/gimp/liquid-rescale: Makefile distinfo graphics/gimp/liquid-rescale/pkg: PLIST Log message: update liquidrescale gimp plugin to 0.7.1, from Vadim Zhukov CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/22 04:46:35 Modified files: graphics/liblqr: Makefile distinfo graphics/liblqr/pkg: PFRAG.shared PLIST Added files: graphics/liblqr/files: FindLqr-1.cmake Log message: update liblqr to 0.4.1, from Vadim Zhukov CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2012/12/22 05:01:05 Modified files: faq : current.html Log message: Tell people to update their ld.so. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/22 05:09:23 Modified files: lang/php/5.3 : Makefile distinfo Log message: update to php 5.3.20, ok robert@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/22 05:14:32 Modified files: lib/csu/hppa : crt0.c Log message: Register cleanup handler passed by ld.so with atexit(3). ok kurt@ CVSROOT: /cvs Module name: src Changes by: camield@cvs.openbsd.org 2012/12/22 06:20:32 Modified files: sbin/ifconfig : brconfig.c sys/net : if_bridge.c Log message: Return EEXIST to 'add' when a port is already a bridge member. This makes reconfiguration with /etc/netstart silent again. (noticed by deraadt) And do the same for 'addspan'. ok deraadt CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2012/12/22 07:33:35 Modified files: share/man/man4 : acx.4 Log message: acx(4) supports power-saving in hostap mode now; ok claudio CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/22 09:56:37 Modified files: x11/gnome/rygel: Makefile distinfo Log message: - update to rygel-0.16.4 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/22 10:26:46 Modified files: sys/arch/sparc64/sparc64: machdep.c Log message: We already zero out the trapframe, so there is no reason to set individual members to zero. Gets rid of a bogus comment as a bonus. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/22 10:35:40 Modified files: sysutils/bubblemon-dockapp: Makefile Log message: missing bump CVSROOT: /cvs Module name: www Changes by: matthieu@cvs.openbsd.org 2012/12/22 10:40:14 Modified files: . : events.html Log message: Move to past. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/22 11:35:24 Modified files: astro/celestia : Makefile Added files: astro/celestia/patches: patch-src_celengine_image_cpp patch-src_celengine_image_h Log message: mips platforms already have 'mips' defined, so rename a variable named 'mips' to fix the build of celestia on mips64*. ok aja@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/12/22 12:02:05 Modified files: usr.bin/make : suff.c Log message: cosmetic changes: - pref -> prefix as pref is somewhat ambiguous - rework tests so loop doesn't intend off the screen - zap unneeded variable okay krw@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/12/22 12:07:50 Modified files: sys/arch/macppc/pci: pchb.c Log message: Attach all known U3 AGP bridges CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2012/12/22 12:17:36 Modified files: sys/dev/pci : agpreg.h agp_apple.c Log message: Add support for U3 brigdes present in macppc G5 machines. Many thanks to Chris Jackman for sending me a PowerMac G5! CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/12/22 12:36:14 Modified files: graphics/libwebp: Makefile distinfo graphics/libwebp/pkg: PLIST Log message: Update to libwebp 0.2.1. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/12/22 12:37:35 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 GraphicsMagick 1.3.17. ok sthen@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/22 14:07:50 Modified files: lib/libc/arch/i386/sys: tfork_thread.S Log message: Make sure the stack is 16-byte aligned otherwise the use of certain SSE instructions will fail. ok guenther@ CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2012/12/22 17:50:44 Modified files: libexec/login_yubikey: login_yubikey.c Log message: Make the per-user counter file r/w by group auth xlock issue pointed out and diff tested by Andreas Bartelt, thanks! CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/12/22 20:25:18 Modified files: emulators/openmsx: Makefile Added files: emulators/openmsx/patches: patch-build_detectsys_py Log message: Give this a chance to build on sgi. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/12/22 20:27:22 Modified files: net/quvi/libquvi: Makefile distinfo net/quvi/scripts: Makefile distinfo net/quvi/scripts/pkg: PLIST Removed files: net/quvi/libquvi/patches: patch-src_libquvi_lua_wrap_c net/quvi/scripts/patches: patch-share_lua_website_youtube_lua Log message: Update libquvi to 0.4.1 and libquvi-scripts to 0.4.10. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/12/22 20:28:44 Modified files: www/cclive : Makefile distinfo Log message: Update cclive to 0.7.10. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/23 03:39:21 Modified files: security/gnutls: Makefile Log message: New MASTER_SITES. CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2012/12/23 04:50:19 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: simplify setting FETCH_CMD and move it upwards to where the other global variables are defined ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/23 05:00:48 Modified files: lib/csu/i386 : md_init.h Log message: Explicitly align the stack on a 16-byte boundary such that constructors can use SSE instructions. In principle we should be able to rely on the stack to be aligned properly, but the i386 calling convention makes this rather fragile. ok guenther@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/23 05:06:24 Added files: lang/kawa/patches: patch-gnu_kawa_slib_Makefile_in Log message: bump -Xmx, fails to compile swing otherwise. ok jasper@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/23 05:24:14 Modified files: lib/csu/sparc64: crt0.c Log message: Register cleanup handler passed by ld.so with atexit(3). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/23 05:25:31 Modified files: net/cadaver : Makefile graphics/cairomm: Makefile audio/calf : Makefile textproc/calibre: Makefile devel/ccrtp : Makefile astro/celestia : Makefile www/cgicc : Makefile x11/chbg : Makefile devel/chmlib : Makefile www/chromium : Makefile games/circuit : Makefile lang/classpath : Makefile mail/claws-mail: Makefile mail/claws-mail-attremover: Makefile mail/claws-mail-htmlviewer: Makefile mail/claws-mail-notification: Makefile mail/claws-mail-rssyl: Makefile mail/claws-mail-vcalendar: Makefile games/clines : Makefile devel/codeblocks: Makefile devel/commoncpp: Makefile x11/compiz/core: Makefile sysutils/conky : Makefile games/corewars : Makefile mail/courier-authlib: Makefile games/crack-attack: Makefile games/crossfire-client: Makefile devel/cryptopp : Makefile games/csmash : Makefile www/cssed : Makefile graphics/ctl : Makefile x11/dbus : Makefile Log message: sync wantlib CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/23 06:25:11 Modified files: x11/dbus-python: Makefile net/dclib : Makefile devel/dconf : Makefile x11/devilspie : Makefile graphics/dia : Makefile graphics/digikam: Makefile graphics/djview4: Makefile emulators/dosbox: Makefile mail/dovecot-antispam: Makefile devel/doxygen : Makefile education/drgeo: Makefile x11/driftnet : Makefile devel/droplet : Makefile mail/dspam : Makefile audio/easytag : Makefile textproc/ebook-tools: Makefile editors/emacs22: Makefile x11/gnome/empathy: Makefile x11/enlightenment: Makefile productivity/entomologist: Makefile Log message: sync wantlib CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/23 06:27:08 Modified files: infrastructure/bin: clean-old-distfiles Log message: cutdate is first parameter, not second. tighten parenthesis. add -h history for testing. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/23 06:28:55 Modified files: infrastructure/man/man1: clean-old-distfiles.1 Log message: testing option CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/23 06:49:06 Modified files: games/dopewars : Makefile Log message: fix no_x11 to not require sdl sync wantlib CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/23 07:23:13 Modified files: games/dopewars : Makefile games/dopewars/patches: patch-src_dopewars_c games/dopewars/pkg: DESCR PLIST Log message: use .desktop files, don't hardcode /usr/bin/mozilla to open URLs in x11 version (use xdg-open instead + add run dep), sync PLIST and use a nicer DESCR from the installed docs. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/23 07:59:25 Modified files: www/epiphany : Makefile Log message: sync WANTLIB/LIB_DEPENDS (gobject-introspection, checked with jasper@ that nothing special is needed as it uses MODGNOME_TOOLS=goi) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/23 08:06:47 src/regress/misc/sse2 Update of /cvs/src/regress/misc/sse2 In directory cvs.openbsd.org:/tmp/cvs-serv19965/sse2 Log Message: Directory /cvs/src/regress/misc/sse2 added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/23 08:07:03 src/regress/misc/sse2/foo Update of /cvs/src/regress/misc/sse2/foo In directory cvs.openbsd.org:/tmp/cvs-serv26145/foo Log Message: Directory /cvs/src/regress/misc/sse2/foo added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/23 08:07:14 src/regress/misc/sse2/libbar Update of /cvs/src/regress/misc/sse2/libbar In directory cvs.openbsd.org:/tmp/cvs-serv28520/libbar Log Message: Directory /cvs/src/regress/misc/sse2/libbar added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/23 08:07:41 src/regress/misc/sse2/foo/obj Update of /cvs/src/regress/misc/sse2/foo/obj In directory cvs.openbsd.org:/tmp/cvs-serv1016/foo/obj Log Message: Directory /cvs/src/regress/misc/sse2/foo/obj added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/23 08:11:10 Added files: regress/misc/sse2: Makefile regress/misc/sse2/foo: Makefile foo.c regress/misc/sse2/libbar: Makefile bar.c shlib_version Log message: Regression test for proper stack alignment for SSE2 instructions. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/23 08:12:32 Modified files: regress/misc : Makefile Log message: Hook up the SSE2 alignment tests. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/23 09:12:29 Modified files: regress/misc/sse2/foo: foo.c regress/misc/sse2/libbar: bar.c Log message: Check proper alignment in destructors too. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/12/23 10:01:27 Modified files: usr.bin/systat : systat.1 Log message: %zfod was removed in -r1.24; from Naughty CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/12/23 13:40:39 Modified files: graphics/GraphicsMagick: Makefile Log message: - Re-add some paths to LDFLAGS to allow GraphicsMagick to build if a previous copy is not already installed. - Remove the PTHREAD_LIBS override. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/12/23 13:49:29 Modified files: devel/llvm : Makefile distinfo devel/llvm/patches: patch-CMakeLists_txt patch-Makefile_config_in patch-lib_CodeGen_StackProtector_cpp patch-tools_clang_lib_Driver_ToolChains_h patch-tools_clang_lib_Driver_Tools_cpp patch-tools_clang_tools_scan-build_scan-build devel/llvm/pkg : PLIST Removed files: devel/llvm/patches: patch-cmake_config-ix_cmake patch-tools_clang_lib_Basic_Targets_cpp patch-tools_clang_lib_Frontend_InitHeaderSearch_cpp Log message: Update to LLVM 3.2 and switces to __guard_local for stack protector support. Initial work from landry@ with some fixes and further tweaking from pascal@ and brad@ ok sthen@ landry@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/12/23 14:36:33 Modified files: lang/clang : clang.port.mk Log message: Bump MODCLANG_VERSION after the update to LLVM 3.2. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/12/24 02:23:07 Modified files: emulators/mupen64plus: Makefile.inc emulators/mupen64plus/audio-sdl: Makefile emulators/mupen64plus/core: Makefile emulators/mupen64plus/input-sdl: Makefile emulators/mupen64plus/rsp-hle: Makefile emulators/mupen64plus/ui-console: Makefile emulators/mupen64plus/video-rice: Makefile Log message: Cleanup emulators/mupen64plus. - don't build with -O3 - downgrade other plugins' lib dep on core plugin to build dep - fix some MAKE_FLAGS overwriting that snuck in - remove old post-patch targets - update wantlib - take maintainership CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/12/24 05:24:21 Modified files: usr.bin/tmux : window-choose.c Log message: Remove an unnecessary redraw, from Raghavendra D Prabhu. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/12/24 05:25:52 Modified files: usr.bin/tmux : cmd-choose-tree.c tmux.1 Log message: Add a -u flag to choose-tree to start uncollapsed, from Raghavendra D Prabhu. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/12/24 05:33:05 Modified files: usr.bin/tmux : tmux.h Log message: Add missing function prototype. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/12/24 05:34:32 Modified files: usr.bin/tmux : cmd-select-window.c tmux.1 window-choose.c Log message: Add -T option to select-window to toggle to last window if already current, from Raghavendra D Prabhu. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2012/12/24 05:38:57 Modified files: usr.bin/tmux : cmd.c tmux.1 Log message: Add ^ and $ special command targets to select lowest and highest numbered windows, from Raghavendra D Prabhu. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/12/24 06:11:03 Modified files: x11/e17/e : Makefile distinfo x11/e17/e/patches: patch-configure x11/e17/e/pkg : PFRAG.shared PLIST x11/e17/e_dbus : Makefile distinfo x11/e17/ecore : Makefile distinfo x11/e17/edje : Makefile distinfo x11/e17/edje/pkg: PLIST x11/e17/eet : Makefile distinfo x11/e17/efreet : Makefile distinfo x11/e17/efreet/patches: patch-src_Makefile_in patch-src_bin_Makefile_in x11/e17/eina : Makefile distinfo x11/e17/eio : Makefile distinfo x11/e17/embryo : Makefile distinfo x11/e17/evas : Makefile distinfo Added files: x11/e17/e/patches: patch-src_modules_Makefile_in Removed files: x11/e17/e/patches: patch-src_bin_e_start_main_c patch-src_modules_battery_e_mod_openbsd_c patch-src_modules_cpufreq_Makefile_in patch-src_modules_temperature_tempget_c patch-src_modules_wizard_page_011_c Log message: Update e17 ports to the final 0.17.0 release. Major bump for all shared libs for safety (requested by sthen and landry). ok sthen landry CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/12/24 06:58:53 Modified files: share/man/man7 : ports.7 Log message: add some clues for people who want to run full bulks CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/24 07:03:34 Modified files: games/circuit : Makefile Log message: Missing bump in previous wantlib sync CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2012/12/24 07:31:36 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: simplify things by using shell patterns ok ajacoutot@ halex@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/24 10:19:01 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: reorg the tests slightly, no functional change CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/24 10:22:15 Modified files: infrastructure/lib/DPB: Engine.pm Log message: be slightly more aggressive when a pkgpath is done: for multi-packages, zap all subpackages from the queue. need to distinguish the normal case (is_done) with a simpler case (is_done_quick) that's used when scanning the ports tree. Otherwise, we would check multi-packages loads of time. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/24 10:24:46 Modified files: infrastructure/bin: dpb infrastructure/man/man1: dpb.1 infrastructure/lib/DPB: Core.pm Engine.pm PkgPath.pm PortBuilder.pm Added files: infrastructure/lib/DPB: Affinity.pm Log message: add affinity information to restart jobs on the right host preferentially. - affinity info is similar to locks, but with a completely different lifetime. - streamline the main loop of the engine, so that it can do two passes: first pass shuns paths with the wrong affinity. If no good path is found, those are considered during the second pass. - make the Core factory aware of what hosts might be running, so that affinity info for machines removed from a config file will be ignored. thanks to landry@ for a few tests. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/24 12:28:10 Modified files: lib/csu/i386 : crt0.c Log message: Register cleanup handler passed by ld.so with atexit(3). Fix stack alignment. ok guenther@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2012/12/24 12:29:12 Modified files: lib/csu/sparc : crt0.c Log message: Register cleanup handler passed by ld.so with atexit(3). tested by benno@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/12/24 12:41:14 Modified files: sys/dev/acpi : acpi.c Log message: In acpiioctl(), Return though the splx() path if suser() returns an error ok deraadt@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/12/24 12:43:11 Modified files: sys/sys : pool.h sys/kern : subr_pool.c Log message: Fix compilation with POOL_DEBUG but !DDB ok jsing@ krw@ mikeb@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/12/24 17:07:01 Log message: Import fceux-2.2.0. FCEUX is a portable and highly accurate NES/Famicom/Famicom Disk System emulator with excellent compatibility with almost every rom dump available, supports both PAL and NTSC modes, save states, game genie support, and networking. FCEUX also offers tools for debugging, rom-hacking, map making, Tool-assisted movies, and Lua scripting. Finally FCEUX includes a GTK2 GUI to assist in configuration and gameplay. ok rfreeman@ landry@ Status: Vendor Tag: bentley Release Tags: bentley_20121224 N ports/emulators/fceux/Makefile N ports/emulators/fceux/distinfo N ports/emulators/fceux/pkg/DESCR N ports/emulators/fceux/pkg/PLIST N ports/emulators/fceux/patches/patch-SConstruct N ports/emulators/fceux/patches/patch-fceux-server_server_cpp No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/12/24 17:08:07 Modified files: emulators : Makefile Log message: +fceux CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/12/24 17:17:37 Modified files: games/openttd : Makefile distinfo games/openttd/patches: patch-Makefile_bundle_in patch-src_fileio_cpp patch-src_music_extmidi_cpp games/openttd/pkg: PLIST Added files: games/openttd/patches: patch-src_os_unix_unix_cpp Removed files: games/openttd/patches: patch-src_rail_cmd_cpp patch-src_table_settings_h Log message: Update to openttd-1.2.3. ok tobiasu@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/12/24 18:05:46 Log message: Import flare-0.17.1. Flare (Free Libre Action Roleplaying Engine) is a simple game engine built to handle a very specific kind of game: single-player 2D action RPGs. Flare is not a reimplementation of an existing game or engine. It is a tribute to and exploration of the action RPG genre. Rather than building a very abstract, robust game engine, the goal of this project is to build several real games and harvest an engine from the common, reusable code. The first game, in progress, is a fantasy dungeon crawl. Flare uses simple file formats (INI style config files) for most of the game data, allowing anyone to easily modify game contents. Open formats are preferred (png, ogg). The game code is C++. ok kirby@ Status: Vendor Tag: bentley Release Tags: bentley_20121223 N ports/games/flare/distinfo N ports/games/flare/Makefile N ports/games/flare/pkg/DESCR N ports/games/flare/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/12/24 18:06:25 Modified files: games : Makefile Log message: +flare CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/12/24 18:29:54 Modified files: textproc/gsed : Makefile distinfo textproc/gsed/patches: patch-lib_Makefile_in patch-lib_regex_internal_h textproc/gsed/pkg: PLIST Log message: Update to GNU sed 4.2.2. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/25 02:31:54 Modified files: infrastructure/lib/DPB: Engine.pm Log message: will work better with a non-reversed test... CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/12/25 02:35:51 Modified files: usr.bin/kdump : kdump.c kdump_subr.h mksubr Log message: Report macro names for the second argument to shutdown(), getrusage(), pathconf(), and fpathconf(), and for poll()'s INFTIM. When open()'s flag arg doesn't include O_CREAT, don't show the third argument unless th e-n option is given. Ditto for fcntl()'s F_GETFD and F_GETFL ops. Show sysctl()'s KERN_PROC_KTHREAD as "kthread". ok otto@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/25 02:46:24 Modified files: infrastructure/lib/DPB: Engine.pm Log message: also take things off the later list if they were there. Prevents behavior like the following: 14426@1356424364: B: x11/kde/graphics3 14426@1356424364: B: x11/kde/graphics3,-kpov 14426@1356424364: B: x11/kde/graphics3,-kamera 14426@1356424364: B: x11/kde/graphics3,-sane 14426@1356424364: B: x11/kde/graphics3,-main 14426@1356424364: V: x11/kde/graphics3,-kpov <--- note put back on queue 14426@1356424364: V: x11/kde/graphics3 14426@1356424364: V: x11/kde/graphics3,-kamera 14426@1356424364: I: x11/kde/graphics3,-sane 14426@1356424364: I: x11/kde/graphics3 14426@1356424364: I: x11/kde/graphics3,-kamera 14426@1356424364: I: x11/kde/graphics3,-main 14426@1356424366: J: graphics/povray echo.home 0 14426@1356424496: B: devel/goffice 14426@1356424496: I: devel/goffice 14426@1356424496: Q: math/gnumeric 14426@1356424498: B: x11/kde/graphics3 <--- so, duh rebuilt... 14426@1356424498: B: x11/kde/graphics3,-main 14426@1356424498: B: x11/kde/graphics3,-kamera 14426@1356424498: B: x11/kde/graphics3,-sane 14426@1356424498: J: graphics/opencv,-docs echo.home 0 14426@1356424675: B: graphics/povray 14426@1356424675: I: x11/kde/graphics3,-sane 14426@1356424675: I: graphics/povray 14426@1356424675: I: x11/kde/graphics3 <-- and installable, again. 14426@1356424675: I: x11/kde/graphics3,-kpov 14426@1356424675: I: x11/kde/graphics3,-kamera 14426@1356424675: I: x11/kde/graphics3,-main CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/25 03:00:08 Modified files: infrastructure/lib/DPB: PortBuilder.pm Log message: on rebuild, mark all existing files as 'uptodate'. Will prevent extra rebuilds on @option always-update multi-packages when using -R. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/25 03:25:04 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: compute dependencies right away in the job: we don't actually have to fork depends/prepare/prepare-results for ports which don't have any depends. This also prevents some lock contention, obviously. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/25 03:43:36 Modified files: infrastructure/lib/DPB: PortBuilder.pm infrastructure/lib/DPB/Job: Port.pm Log message: make "rebuild" behavior a proper subclass of DPB::PortBuilder, instead of having tests all over the place. Take advantage of that to not rechecking signatures if already done. CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2012/12/25 04:09:11 Modified files: . : plus.html Log message: From Brett Mahar, upto 16th Dec CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2012/12/25 06:26:45 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: replace one grep with awk patterns and simplify another using -q ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/25 09:07:02 Modified files: infrastructure/lib/DPB: Engine.pm Log message: if we have a sizeable queue (>50) and we ran check_buildable less than 30s ago, don't run it again right now. This prevents the Engine from busy-checking the same data when it's building lots of small packages very fast. (50 and 30 may need some fine-tuning) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/12/25 10:00:16 Modified files: sys/arch/luna88k/compile: .cvsignore Log message: Add GENERIC.MP CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/12/25 10:10:53 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k.c m88k.h openbsd.h Log message: Define INCOMING_RETURN_ADDR_RTX and DWARF_FRAME_RETURN_COLUMN to allow for DWARF debugging information to be produced, but define DWARF2_UNWIND_INFO to zero to prevent it from being output yet. This exposes dire weaknesses in the way the dwarf unwinder recognizes stack frame setup instructions, so borrow code from rs6000 to rewrite and annotate them as dwarf-edible instructions. No functional change intended - although this enables one more optimization code path in gcc. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/12/25 10:16:16 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k.h Log message: Fix longstanding bug in FRAME_POINTER_REQUIRED; unless -fomit-frame-pointer is used, a frame pointer is required for all non-leaf functions, and for leaf functions unless -momit-leaf-frame-pointer is specified. Also, a frame pointer is mandatory when profiling. This used to be mostly harmless with gcc 2.95, but is required with gcc 3 to get profiling to work. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/25 11:43:28 Modified files: x11/gnome/gedit-code-assistance: Makefile Log message: Unbreak; llvm->=3.2p9 doesnt exist. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/25 13:41:42 Modified files: infrastructure/lib/DPB: Engine.pm Log message: self-adaptive delay... with a bit of log scaffolding for now. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/12/25 14:44:39 Modified files: textproc/gsed : Makefile Log message: Simplify the version/PKGNAME handling. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/12/25 16:14:03 Modified files: x11/vlc : Makefile Log message: Switch to using LLVM. ok sthen@ CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2012/12/26 03:38:10 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Combine almost identical code for fetching and checking of the etcXX.tgz/xetcXX.tgz sets into a more generic function get_sets(). Move the SRCDIR check into the getopts while-loop as well. ok ajacoutot@ halex@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2012/12/26 04:44:12 Modified files: gnu/usr.sbin/sendmail: LICENSE RELEASE_NOTES gnu/usr.sbin/sendmail/cf: README gnu/usr.sbin/sendmail/cf/feature: ldap_routing.m4 gnu/usr.sbin/sendmail/cf/m4: proto.m4 version.m4 gnu/usr.sbin/sendmail/doc/op: op.me gnu/usr.sbin/sendmail/include/libmilter: mfapi.h gnu/usr.sbin/sendmail/include/sm: clock.h tailq.h gnu/usr.sbin/sendmail/libmilter: worker.c gnu/usr.sbin/sendmail/libmilter/docs: api.html smfi_setsymlist.html smfi_settimeout.html gnu/usr.sbin/sendmail/sendmail: TRACEFLAGS collect.c conf.c daemon.c deliver.c headers.c main.c map.c milter.c parseaddr.c queue.c sasl.c savemail.c sendmail.h srvrsmtp.c stab.c util.c version.c Log message: Update to sendmail 8.14.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/26 05:07:51 Modified files: www/chromium : Makefile Log message: unfuck packaging, sorry.. WANTLIB sync changed libusb (from libusb-compat) to libusb1 but missed that the LIB_DEPENDS also needed to change; as a result libusb-compat was stripped from the package dependency list (because libusb was no longer used) but this broke the dependency chain to libusb1 so packaging failed. pointed out by landry@ CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2012/12/26 05:28:26 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: correction of the SRCDIR check CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/26 06:53:29 Modified files: x11/gnome/gedit-code-assistance: Makefile Log message: Fix the fix : libclang SHARED_LIBS was renamed to clang. Reported by naddy@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/26 08:07:18 Removed files: x11/gnome/gedit-code-assistance/patches: patch-configure Log message: Really fix for good : remove the configure patch making it look for liblibclang, which is now libclang. Reported by naddy@ again. This time should be okay, i checked it packaged :) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/26 08:07:57 Modified files: lang : Makefile Removed files: lang/pm3 : Makefile distinfo lang/pm3/patches: patch-graphics_gr-libs_opengl_src_POSIX_m3makefile patch-language_modula3_m3compiler_m3cc_gcc_config_i386_i386_c patch-language_modula3_m3compiler_m3cc_gcc_config_i386_i386_h patch-language_modula3_m3compiler_m3cc_gcc_config_i386_openbsd_h patch-language_modula3_m3compiler_m3cc_gcc_config_i386_openbsdelf_h patch-language_modula3_m3compiler_m3cc_gcc_config_i386_xm-openbsd_h patch-language_modula3_m3compiler_m3cc_gcc_config_openbsd_h patch-language_modula3_m3compiler_m3cc_gcc_config_sub patch-language_modula3_m3compiler_m3cc_gcc_config_xm-openbsd_h patch-language_modula3_m3compiler_m3cc_gcc_configure patch-language_modula3_m3compiler_m3cc_gcc_m3_c patch-m3config_src_COMMON patch-m3config_src_OpenBSD patch-m3config_src_OpenBSD_386 patch-m3config_src_m3makefile patch-network_mail_llscan_src_SRCstdlib_h patch-network_mail_llscan_src_err_c patch-network_mail_llscan_src_err_h patch-network_mail_llscan_src_llscan_c patch-network_mail_llscan_src_strlib_c patch-network_mail_llscan_src_strlib_h lang/pm3/pkg : DESCR PFRAG.shared PLIST Log message: remove pm3: it has been broken for eight years CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/26 09:15:19 Modified files: lang/gcc/4.6 : Makefile Log message: do not run parallel fake until the race condition there has been fixed CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/26 10:47:56 Modified files: lang/mono : Makefile Log message: Mark as BROKEN. The build is unreliable and fails most of the time in bulk builds. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/12/26 12:22:49 Modified files: lib/libc/arch/m88k/sys: sigreturn.S Log message: Actually invoke the system call in libc's sigreturn() wrapper; went unnoticed for 15 years or so (sigcode, of course, was correct). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/12/26 15:32:13 Modified files: sys/arch/aviion/aviion: machdep.c sys/arch/luna88k/luna88k: machdep.c sys/arch/mvme88k/mvme88k: machdep.c Log message: Nuke commons. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2012/12/26 18:20:08 Modified files: faq : faq14.html Log message: dead link due to restructure, spotted by notstop at live dot com, thanks! CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/27 01:13:19 Modified files: net/rtorrent : Makefile Log message: mark broken on mips64 for the same reason it's broken on hppa CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/12/27 01:26:43 Modified files: share/man/man5 : hostname.if.5 Log message: add a FILES section; requested by Maximo Pech CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/27 01:46:33 Added files: comms/mgetty+sendfax/patches: patch-mgetty_h Log message: unbreak on mips64; no pkg change on other platforms so no bump. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/27 04:04:43 Modified files: infrastructure/lib/DPB: Engine.pm Log message: remove 'dead' cycles: changes in ToBuild can't trigger new changes in Built. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2012/12/27 05:02:33 Modified files: audio/cmus : Makefile distinfo audio/cmus/files: sndio.c audio/cmus/patches: patch-configure audio/cmus/pkg : PLIST-main Added files: audio/cmus/patches: patch-discid_c patch-lib_c Log message: Update for cmus to 2.5.0: Two further changes: * I added CONFIG_ALSA=n back. Someone added it, I don't really know why, but I see that some other ports are explicitely disabling ALSA support, too. So I'll continue doing the same. * I added a patch from upstream which fixes a segfault. From maintainer Donovan Watteau, Thanks! Ok aja@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/27 05:03:34 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: add timestamp in phases for Job/Port.pm. may help synchronize events from distinct logs in case this matters. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/27 05:20:36 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: oops CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/12/27 06:51:17 Modified files: x11/fluxbox : Makefile Added files: x11/fluxbox/patches: patch-src_FbTk_Theme_cc Log message: Bugfix: use expanded style/theme filename (upstream git commit d8cd6a928b76dbe63afa82327c51715cb1a1bdc8) While here, sync WANTLIB. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/27 07:14:19 Modified files: infrastructure/lib/DPB: Engine.pm Log message: remove the need to loop around adjust_tobuild, fudge things a bit: Most things will move as a result of {install} changes. Things that move because of EXTRA depends that are satisfied are unlikely to trigger further changes. So, stagger changes for "normal" tobuild -> queue first, and extra depends later. CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/12/27 07:51:54 Modified files: net/icinga : Makefile.inc net/icinga/core: Makefile distinfo net/icinga/web : Makefile distinfo net/icinga/web/pkg: PLIST Log message: - update icinga-core to 1.8.3 - update icinga-web to 1.8.1 - now, as the versions of icinga-core and icinga-web seem to diverge, move version information to the individual Makefiles in core/ and web/ ok sthen@ (MAINTAINER) Changes for icinga-core 1.8.3: Bugs * idoutils: fix unknown column contactaddress_id (thx fmbiete) #3483 - MF Changes for icinga-web 1.8.1: Bugs * Removed duplicate insert in sql upgrade scripts #3328 * IE7 window fix for cronk save dialog * Disabled grouping of of unhandled problems grid #3320 * Re-added missing command restriction class #3457 * Removed ghost column after changing to new grid events #3458 * Fixes PNP extension #3427 * Removed flash for packaging and flash security fixes * Various custom cronk dialog fixes Features * Allow xtypes in grid events to customize menues * Clearcache enhancements * Make ApiComboBox default for filters (Pagination) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/27 09:23:17 Modified files: infrastructure/lib/DPB: Engine.pm Log message: replace next_check = last_check + check_interval tweak the algorithm slightly (since we forget the old check_interval). In particular, never keep old times in reserve. Makes for simpler and clearer reading CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/27 11:16:44 Modified files: lang/gcc/4.2 : Makefile Log message: make darn sure we don't detect gnu stuff CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/27 11:44:42 Modified files: devel/libsigsegv: Makefile Log message: prevent some configure tests from taking up hours to run on mips64 since we already know their obvious outcome. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2012/12/27 11:49:59 Modified files: usr.bin/mg : def.h region.c Log message: Move code for shell-command-on-region around to make pipeio() usable in other functions. ok jasper@, benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2012/12/27 11:51:52 Modified files: usr.bin/mg : buffer.c def.h funmap.c mg.1 Log message: diff-buffer-with-file input gsoares@, Sunil Nimmagadda, jasper@ ok jasper@, benno@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/27 11:56:59 Modified files: x11/gnome/librsvg: Makefile Added files: x11/gnome/librsvg/patches: patch-configure Log message: make darn sure we don't use gtk+2/gtk+3, as these CAN disappear during build. okay ajacoutot@, hoping he gets time for a more permanent solution... CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/12/27 12:58:05 Modified files: x11/i3 : Makefile x11/i3/patches : patch-src_main_c patch-src_x_c Added files: x11/i3/patches : patch-i3-input_main_c patch-libi3_libi3_mk patch-src_click_c patch-src_handlers_c Log message: Fixes, fixes, fixes: i3-input: restore input focus on exit() (upstream git commit 5779f573e7316664e4bff9d3ff17a234edc9d337) Repect AR environment variable (upstream git commit ef81bd183b579688b9f1a46a41c817b577d0b39e) Fix scrolling on a tabbed titlebar which contains split cons (upstream git commit 721fa7bdadac6d7f0c78f8c1eac0e66252ba2dc6) Bugfix: ignore ConfigureRequests for scratchpad windows (upstream git commit 36b106a9d39727b06909113e3f11552f2f1b6abe) Bugfix: handle MapRequests sent between i3 registering as a wm and handling events (upstream git commit 625401d1628757a67a2ab4eeaa68be965683889c) Bugfix: draw right tab border for split containers (upstream git commit ae605bdd394bdf83a8015ac626b222fd40e35b04) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/27 13:28:48 Modified files: emulators/gxemul: Makefile Log message: homepage moved to sourceforge (and it could use an update in case anyone's interested) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/12/27 13:33:59 Modified files: audio/audacious: Makefile distinfo audio/audacious/pkg: PLIST audio/audacious-plugins: Makefile distinfo audio/audacious-plugins/pkg: PLIST Log message: Bugfixing update to version 3.3.3 OK stsp@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/12/27 19:03:58 Modified files: databases/mysql: Makefile distinfo databases/mysql/patches: patch-scripts_mysqld_safe_sh patch-sql_mysqld_cc databases/mysql/pkg: PLIST-tests Log message: Update to MySQL 5.1.67. ok giovanni@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/27 23:31:03 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: since we have a quick path where stuff move from tobuild to install without adjusting things, stuff that can be built may have BEXTRA which are not completed... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/27 23:40:11 Modified files: infrastructure/bin: dpb infrastructure/lib/DPB: BasePkgPath.pm Engine.pm Log message: remove optimization that no longer makes sense. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/28 02:54:47 Modified files: x11/gnome/librsvg: Makefile x11/gnome/librsvg/pkg: PLIST Added files: x11/gnome/librsvg/patches: patch-Makefile_am patch-configure_in Removed files: x11/gnome/librsvg/patches: patch-configure Log message: Add some autohell goo to disable gtk support. Enable vala bindings. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/28 05:12:38 Modified files: x11/rxvt-unicode: Makefile distinfo x11/rxvt-unicode/patches: patch-doc_Makefile_in x11/rxvt-unicode/pkg: PLIST Removed files: x11/rxvt-unicode/patches: patch-libev_ev_c Log message: update to urxvt 9.16, from maintainer LEVAI Daniel, tests/ok dcoppa@ abieber@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/28 05:26:39 Modified files: x11/e17 : Makefile.inc x11/e17/e : Makefile x11/e17/e/pkg : PLIST x11/e17/e_dbus : Makefile x11/e17/e_dbus/pkg: PLIST x11/e17/ecore : Makefile x11/e17/ecore/pkg: PLIST x11/e17/edje : Makefile x11/e17/edje/pkg: PLIST x11/e17/eet : Makefile x11/e17/eet/pkg: PLIST x11/e17/efreet : Makefile x11/e17/efreet/pkg: PLIST x11/e17/eina : Makefile x11/e17/eina/pkg: PLIST x11/e17/eio : Makefile x11/e17/eio/pkg: PLIST x11/e17/embryo : Makefile x11/e17/embryo/pkg: PLIST x11/e17/evas : Makefile x11/e17/evas/pkg: PLIST Removed files: x11/e17/e/pkg : PFRAG.shared x11/e17/e_dbus/pkg: PFRAG.shared x11/e17/ecore/pkg: PFRAG.shared x11/e17/edje/pkg: PFRAG.shared x11/e17/eet/pkg: PFRAG.shared x11/e17/efreet/pkg: PFRAG.shared x11/e17/eina/pkg: PFRAG.shared x11/e17/eio/pkg: PFRAG.shared x11/e17/embryo/pkg: PFRAG.shared x11/e17/evas/pkg: PFRAG.shared Log message: Mark e17 as SHARED_ONLY and merge down PFRAG.shared files into PLISTs. From stsp@. Also, use LIBTOOL_FLAGS to remove static libraries suggested by and OK ajacoutot@. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2012/12/28 07:05:39 Modified files: sys/kern : vfs_bio.c Log message: Avoid spinning in the cleaner when there are insufficient clean pages, but there are no buffers on the dirty queue to clean. ok beck@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2012/12/28 07:27:57 Modified files: x11/e17/ecore : Makefile Log message: Make ecore's dependency on inputmethods/ibus explicit. ok sthen CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/28 07:32:01 Modified files: lang/gcc/4.2 : Makefile lang/gcc/4.6 : Makefile lang/gcc/4.7 : Makefile Log message: a little overkill on autoconf override magic... CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/28 07:44:56 Modified files: lang/newlisp : Makefile lang/newlisp/patches: patch-configure-alt Added files: lang/newlisp/patches: patch-guiserver_newlisp-edit_lsp Log message: - unbreak newlisp-edit as the path to newlisp was wrong. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/28 07:48:42 Modified files: lang/newlisp : Makefile lang/newlisp/patches: patch-guiserver_newlisp-edit_lsp Log message: use xdg-open instead of hardcoding a list of browsers CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/12/28 08:09:09 Modified files: usr.sbin/pkg_add/OpenBSD: PackingList.pm Log message: base on landry's remarks, stuff like .libs* and partial* shouldn't ever have manual annotation markers. (the read part is there for legacy, as some stuff is already written back that way. Eventually, no .libs* will have @option manual-install left). CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2012/12/28 09:12:50 Modified files: usr.bin/mg : main.c mg.1 Log message: Respect locale for ctype purposes, e.g. display ISO Latin 1 characters; ok stsp@ reyk@ Document that multi-byte character sets are not supported; from stsp@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/28 09:43:11 Modified files: lang/datalog : Makefile distinfo lang/datalog/patches: patch-configure Log message: - update to datalog-2.3 CVSROOT: /cvs Module name: src Changes by: gsoares@cvs.openbsd.org 2012/12/28 10:52:06 Modified files: sys/net : bpf.c pf_if.c pfkeyv2.c radix.h sys/netinet : tcp_subr.c sys/netinet6 : frag6.c Log message: change the malloc(9) flags from M_DONTWAIT to M_NOWAIT; OK millert@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/12/28 11:13:51 Modified files: www/awstats : Makefile distinfo www/awstats/pkg: PLIST Removed files: www/awstats/patches: patch-wwwroot_cgi-bin_awredir_pl Log message: - update to awstats-7.1 New features/improvements: - Update translations. - Update browsers list. - Add example of nginx setup. - Add some patches from debian package. - Rename domain name into documentation to awstats.org - Can allow urls with awredir without using md5 key parameter. - Usage of databasebreak option possible with awstats_buildstaticpages. - Add rel=nofollow on links. - Add option AddLinkToExternalCGIWrapper to add link to a wrapper script into each title of Dolibarr reports. This can be used to add a wrapper to download data into a CSV file for example. Fixes: - Security fix into awredir.pl - Fix: Case of uk in googlechart api. - Fix: Compatibility with recent perl version. ok ajacoutot@ kirby@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/12/28 11:27:23 Modified files: devel/libev : Makefile devel/libev/patches: patch-ev_c Log message: Sync with upstream cvs. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/12/28 11:32:15 Modified files: de : events.html ftp.html faq/de : faq14.html faq/fr : faq5.html fr : events.html openbgpd/de : ftp.html openntpd/de : ftp.html portable.html openssh/de : ftp.html portable.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2012/12/28 13:36:25 Modified files: regress/usr.sbin/relayd: Client.pm Makefile Proc.pm Relayd.pm Server.pm relayd.pl Added files: regress/usr.sbin/relayd: Remote.pm remote.pl Log message: Allow the relayd regression tests to run the relayd on a different host from client and server. Real TCP connections not running on localhost provide a different timing uncovering more bugs. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/28 14:03:40 Modified files: net/nfsen : Makefile net/nfsen/pkg : PLIST-main www/drupal6/session_api: Makefile www/drupal6/session_api/pkg: PLIST Log message: remove trailing whitespace in PLIST CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/28 14:09:45 Modified files: infrastructure/lib/DPB: Affinity.pm Log message: log the markers we retrieve on any restart... I suspect something foul happening with localhost. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2012/12/28 18:32:44 Modified files: usr.bin/grep : grep.c grep.h util.c Log message: Fix exit status when there is an error reading a file. Reported by Jeramey Crawford, fix adapted from FreeBSD. OK guenther@ CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2012/12/29 00:16:38 Modified files: www/py-django : Makefile distinfo www/py-django/pkg: PLIST Log message: update django to 1.4.3. ok Ryan Boggs (maintainer). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/29 00:20:51 Added files: lang/nqp/patches: patch-3rdparty_dyncall_configure Log message: unbreak on mips64 ok pascal@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/29 00:42:38 Modified files: infrastructure/templates: network.conf.template Log message: CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/29 00:58:03 Modified files: infrastructure/templates: network.conf.template Log message: cleanup GCC, XCONTRIB, SUNSITE and GNOME mirror lists. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/12/29 01:09:40 Modified files: faq/nl : faq14.html openbgpd/ru : ftp.html openntpd/ru : ftp.html portable.html openssh/ru : faq.html ftp.html index.html portable.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/29 04:32:45 Log message: import augeas-1.0.0 Augeas is a configuration editing tool. It parses configuration files in their native formats and transforms them into a tree. Configuration changes are made by manipulating this tree and saving it back into native config files. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20122912 N ports/sysutils/augeas/Makefile N ports/sysutils/augeas/distinfo N ports/sysutils/augeas/pkg/PLIST N ports/sysutils/augeas/pkg/PFRAG.shared N ports/sysutils/augeas/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/29 04:34:15 Modified files: sysutils : Makefile Log message: sync CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2012/12/29 05:01:28 Modified files: build : mirrors.dat Log message: i upgraded my mirror, it shouldnt embarrass me now. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/29 06:17:44 ports/sysutils/augeas/patches Update of /cvs/ports/sysutils/augeas/patches In directory cvs.openbsd.org:/tmp/cvs-serv9511/patches Log Message: Directory /cvs/ports/sysutils/augeas/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/29 06:19:27 Modified files: sysutils/augeas: Makefile Added files: sysutils/augeas/patches: patch-lenses_resolv_aug Log message: add two new views (family and lookup) which aren't supported by the default resolv.conf lens but that are supported by our resolv.conf. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/29 06:38:51 Added files: sysutils/augeas/patches: patch-tests_cutest_c Log message: Give regress tests a chance to run. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/29 06:55:35 Modified files: x11/rxvt-unicode: Makefile Log message: revert unintentional addition to CONFIGURE_ARGS (untested diff to enable utmp recording) which was in my tree already and which wasn't in Daniel's submitted diff for the previous commit, as pointed out by dcoppa@. (add an XXX comment reminder; as an xterm alternative, this *should* do utmp recording.) CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/12/29 07:04:54 Modified files: devel/p5-BSD-stat: Makefile distinfo Removed files: devel/p5-BSD-stat/patches: patch-stat_xs patch-t_utimes_t Log message: - update p5-BSD-stat to 1.34 - remove OpenBSD specific patches, they have been commited upstream CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/12/29 07:22:31 Modified files: net/p5-Net-IMP : Makefile distinfo Log message: update p5-Net-IMP to 0.52 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/12/29 07:39:49 Modified files: net/p5-Net-Inspect: Makefile distinfo Log message: update p5-Net-Inspect to 0.24 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2012/12/29 07:40:01 Modified files: sbin/dhclient : bpf.c dhclient.c dispatch.c kroute.c privsep.c Log message: Make HUP to either one of the processes cause a restart that will have dhclient re-read dhclient.conf and get a new lease. Constrain the filename passed to '-l' (alternate dhclient.lease.if location) to be a regular file for the moment. Original suggestion from phessler@. Feedback from deraadt@ and espie@. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2012/12/29 07:53:06 Modified files: sys/net : pf_lb.c pf_table.c pfvar.h Log message: pass pf_pool directly to pfr_pool_get(); simplifies the API; ok henning@, zinke@, mikeb@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2012/12/29 07:54:11 Modified files: sys/ufs/mfs : mfs_vfsops.c mfs_vnops.c mfsnode.h Log message: Keep mfs from potentially consuming the entire buffer cache if it gets behind. ok jsing@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2012/12/29 07:54:45 Modified files: sys/net : pf_lb.c Log message: reset the counter in case its current value has been removed from the pool (e.g. ifconfig em0 1.2.3.4 -alias) ok henning@, mikeb@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2012/12/29 07:59:52 Modified files: sys/net : pf_lb.c Log message: make sure the entry from tree_src_tracking is still in the pool; fixes nat with sticky address and ip address change on pppoe(4) for example; ok henning@, zinke@; mikeb@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/29 08:13:11 Removed files: base/xenocara/lib/freetype: typescript Log message: oops CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/12/29 08:30:54 Modified files: net/p5-NetAddr-IP: Makefile distinfo Log message: update p5-NetAddr-IP to 4.066 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/12/29 08:36:59 Modified files: security/p5-Module-Signature: Makefile distinfo Log message: update p5-Module-Signature to 0.70 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/12/29 08:45:14 Modified files: telephony/p5-Net-SIP: Makefile distinfo Log message: update p5-Net-SIP to 0.68 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/12/29 09:02:15 Modified files: usr.bin/units : units.lib Log message: siderealhour is measured in terms of siderealday, not "sidereal day"; from Alan Barrett, netbsd fix -r1.16; CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/12/29 09:31:21 Modified files: devel/p5-Time-Format: Makefile distinfo Added files: devel/p5-Time-Format/patches: patch-t_doc_t patch-t_funcs_t patch-t_manip_t Log message: - update p5-Time-Format to 1.12 - use no groff - patch broken tests, do not fiddle with @INC CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/12/29 11:06:20 Modified files: security/p5-Net_SSLeay: Makefile distinfo Log message: - update p5-Net-SSLeay to 1.51 - remove some left over directories from source tree CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/12/29 11:08:31 Modified files: security/p5-IO-Socket-SSL: Makefile distinfo Log message: update p5-IO-Socket-SSL to 1.81 CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/12/29 11:28:49 Modified files: www/py-httplib2: Makefile distinfo www/py-httplib2/pkg: PLIST Added files: www/py-httplib2/patches: patch-python2_httplib2test_py patch-python3_httplib2test_py Log message: Update to httplib2 0.7.7. Remove maintainer as per his request. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/29 12:14:28 Modified files: infrastructure/lib/DPB: Affinity.pm Log message: on start-up, log affinity in a more consistent way, with pid of running dpb. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/29 12:14:51 Modified files: infrastructure/lib/DPB: Core.pm Log message: allow looking for a given core when trying to match affinity CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/29 12:15:37 Modified files: infrastructure/lib/DPB: Engine.pm Log message: smarter affinity mismatch handling: if we have other cores idle, ask them. also, officialize the engine-perf log somewhat (and give it a more descriptive name). CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/29 12:58:23 Modified files: devel/nspr : Makefile distinfo devel/nspr/patches: patch-mozilla_nsprpub_configure_in devel/nspr/pkg : PLIST Log message: Update to nspr 4.9.4. Tested on sparc64 & hppa, and went into an amd64 bulk build. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/29 13:03:17 Modified files: security/nss : Makefile distinfo security/nss/patches: patch-mozilla_security_nss_Makefile Removed files: security/nss/patches: patch-mozilla_security_nss_lib_ckfw_builtins_certdata_c Log message: Update to nss 3.14.1, required by upcoming fx 18. Tested on sparc64 & hppa, and went into an amd64 bulk build. Node that builtins/certdata.c patch goes to the attic since it's autogenerated at build time from builtins/certdata.txt (which we patch too for CACert roots) since bug #683266. There might be a chemspill for a TURKTRUST CA distrust soon (bug #825022, sg-only) but let's get this in now. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/29 13:41:27 Modified files: x11/wmclockmon : Makefile Log message: Mark BROKEN-sparc64, ICE in change_address_1, at emit-rtl.c:1784 Probably fallout of the PIE switch, was building fine before. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/29 13:49:17 Modified files: graphics/opencv: Makefile Log message: Mark as BROKEN-sparc64 : error: cannot convert 'int*' to 'volatile _Atomic_word* It never built there.. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/29 13:52:14 Modified files: devel/ruby-home_run: Makefile Log message: Mark as BROKEN-sparc64 : Assembler messages: Error: Illegal operands on date_ext.c. It never built there. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/29 14:04:54 Modified files: sysutils/syslog-ng: Makefile Log message: Use --with-json=json-glib to ensure json-glib is picked. Otherwise json-c can be detected at configure time, and removed later on by dpb, failing the build. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/12/29 15:12:43 Modified files: share/man/man4 : tty.4 Log message: remove unused .Pp; CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/12/29 17:58:19 Modified files: sys/kern : kern_sysctl.c Log message: In sysctl_proc_cwd(), vref() the target proc's fd_cdir before calling malloc(), so that it can't exit and be freed if we sleep. (another sparc.p nightmare test case) ok beck@, phessler@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/12/29 18:48:51 Modified files: lib/libm/arch/mc68881: s_scalbnf.S s_scalbnl.S Log message: Provide proper ldexp{f,l} aliases to scalbn{f,l} to match the MI (ld80) code. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2012/12/29 19:54:14 Modified files: education/anki : Makefile distinfo education/anki/pkg: PLIST Added files: education/anki/patches: patch-anki patch-aqt_share_py patch-libanki_anki_sync_py Log message: Update to anki 2.0.3. List of changes at http://ankisrs.net/docs/dev/changes.html For upgrade details see http://ankisrs.net/anki2.html CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/12/29 21:42:24 Log message: Import automake 1.13. ok jasper@ Status: Vendor Tag: brad Release Tags: brad_20121229 N ports/devel/automake/1.13/Makefile N ports/devel/automake/1.13/distinfo N ports/devel/automake/1.13/patches/patch-automake_in N ports/devel/automake/1.13/patches/patch-doc_automake_texi N ports/devel/automake/1.13/pkg/DESCR N ports/devel/automake/1.13/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/12/29 21:43:43 Modified files: devel/automake : Makefile Log message: Add 1.13. CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2012/12/29 23:06:36 Modified files: . : anoncvs.html Log message: regen. anoncvs.au.openbsd.org should cope now. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/12/29 23:50:46 Modified files: devel/automake/1.13: Makefile Log message: Correct the version within the info page as this was copied from 1.12. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/30 01:17:16 Modified files: textproc/gtranslator: Makefile distinfo textproc/gtranslator/patches: patch-man_Makefile_in textproc/gtranslator/pkg: PLIST Removed files: textproc/gtranslator/patches: patch-data_layout_xml patch-src_gtr-tab_c Log message: Bugfix update to gtranslator-2.91.6. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/12/30 01:49:15 Modified files: emulators/qemu/patches: patch-hw_e1000_c Log message: Add the CVE id. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/30 04:47:24 Modified files: infrastructure/lib/DPB: Engine.pm infrastructure/lib/DPB/Job: Port.pm Log message: why not ? track total distsize for each port. might correlate with other stuff later. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/12/30 05:01:32 Modified files: net/p5-Net-SMTP-TLS-ButMaintained: Makefile distinfo Removed files: net/p5-Net-SMTP-TLS-ButMaintained/patches: patch-lib_Net_SMTP_TLS_ButMaintained_pm Log message: - update p5-Net-SMTP-TLS-ButMaintained to 0.21 - remove the patch, it has been fixed upstream OK sthen@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2012/12/30 05:12:13 Modified files: sys/dev/pci/drm: radeon_drv.c Log message: add Radeon HD4550 from/tested by James Ballantine CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2012/12/30 06:45:18 Modified files: devel/p5-Devel-NYTProf: Makefile distinfo Log message: update p5-Devel-NYTProf to 4.12 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/30 07:04:17 Modified files: infrastructure/lib/DPB: Affinity.pm Log message: fix elusive "jobs don't show up where they should". duh. put "live" affinity markers while we're building stuff. We don't re-read the on-disk markers outside of restart (should we ?) so they HAVE to be in the pkgpath struct proper. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/30 07:33:46 Modified files: infrastructure/lib/DPB: Engine.pm Log message: mismatches are more annoying than extra cpu: if we end up with only mismatches and we didn't run check_buildable last time around, try a check_buildable first. CVSROOT: /cvs Module name: ports Changes by: jim@cvs.openbsd.org 2012/12/30 08:09:26 Modified files: devel/perltidy : Makefile distinfo Log message: Update to 20121207. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/30 09:09:33 Modified files: x11/xfce4/xfce4-dev-tools: Makefile x11/xfce4/xfce4-dev-tools/patches: patch-scripts_xdt-commit Removed files: x11/xfce4/xfce4-dev-tools/patches: patch-scripts_xdt-autogen Log message: Bring some sanity, dont hardcode AUTOMAKE/AUTOCONF_VERSION in xdt-autogen, the script respect env vars since bug #8683 was fixed. Replace a bogus ${PREFIX} by ${TRUEPREFIX} while here. CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2012/12/30 10:05:10 Modified files: sysutils/parallel: Makefile distinfo Removed files: sysutils/parallel/patches: patch-src_parallel Log message: update to parallel-20121222 Changes: * --shebang-wrap makes is possible to parallelize scripts by putting parallel in the shebang line (the first #! line in scripts). * --delay puts in a delay after starting each job. Useful to avoid raceconditions and thundering herd problems. * --results now uses / as separator instead of TAB and thus creates subdirs. Thanks to Drew Frank. * parallel: OpenBSD CPU detection. Thanks to Michal Markowski. * niceload --sensor allows for negative numbers to signify a lower number means the limit is lower. * niceload --prg suspend a named program that is already running. * niceload multiple --pid suspend process ids that are already running. * Bug fixes and man page updates. ok ajacoutot@ sthen@ pascal@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/30 10:17:28 Modified files: www/py-requests: Makefile distinfo www/py-requests/pkg: PLIST Log message: - update to py-requests-1.0.4 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/30 10:17:53 Modified files: sysutils/augeas: Makefile Added files: sysutils/augeas/patches: patch-lenses_dhclient_aug Log message: Use the dhclient lense for our /etc/dhclient.conf, though it could probably use some work for error checking. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/30 10:46:54 Modified files: print/cups-filters: Makefile distinfo print/cups-filters/pkg: PLIST Added files: print/cups-filters/pkg: cups_browsed.rc Log message: Update to cups-filters-1.0.28. -> adds a cups-browsed daemon that allows browsing for dns-sd/bonjour/avahi shared printers and creating queues automatically. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/30 10:59:36 Log message: Import stfl-0.22. STFL is a library which implements a curses-based widget set for text terminals. The public STFL API is only 14 simple function calls big and there are already generic SWIG bindings. Thus is very easy to port STFL to additional scripting languages. <...> ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20121230 N ports/devel/stfl/Makefile N ports/devel/stfl/distinfo N ports/devel/stfl/pkg/DESCR N ports/devel/stfl/pkg/PLIST N ports/devel/stfl/patches/patch-stfl_internals_h N ports/devel/stfl/patches/patch-Makefile N ports/devel/stfl/patches/patch-stfl_pc_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/30 11:00:14 Modified files: devel : Makefile Log message: +stfl CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/12/30 11:09:30 Modified files: gnu/usr.bin/gcc/gcc: config.gcc gnu/usr.bin/gcc/gcc/config/m88k: openbsd.h Added files: gnu/usr.bin/gcc/gcc/config/m88k: openbsd1.h Log message: Stop including other files in m88k/openbsd.h; instead specific the complete list of files to include, in proper order, as tm_file at configure time. This requires openbsd.h to be split, as also encountered on other platforms, and will make further work easier. No functional change introduced. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/12/30 11:13:19 Modified files: sys/arch/m88k/m88k: eh_common.S Log message: Prevent a branch-with-delay-slot instruction to be the delay slot of a previous branch-with-delay-slot instruction, in the 88100 exception code path, in kernels configured without DDB. This is undefined behaviour, but we have apparently be lucky enough since RAMDISK is known to work on 88100. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/30 12:09:23 Modified files: sysutils/augeas: Makefile Added files: sysutils/augeas/patches: patch-lenses_shellvars_aug Log message: adduser.conf is not a shell script, so don't try to parse it as such. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/30 12:38:44 Modified files: sysutils/augeas: Makefile sysutils/augeas/patches: patch-lenses_dhclient_aug patch-lenses_shellvars_aug Log message: - also parse /etc/rc.conf.local as a shell script. - dhclient.aug patch submitted upstream CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/30 13:40:41 Modified files: infrastructure/mk: bsd.port.mk Log message: forgot to GC this along with the imake weirdness. seen by landry@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/30 14:30:57 Modified files: sysutils/augeas/patches: patch-lenses_dhclient_aug patch-lenses_resolv_aug patch-lenses_shellvars_aug patch-tests_cutest_c Log message: committed upstream CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/30 14:38:58 Modified files: sysutils/augeas: Makefile Added files: sysutils/augeas/patches: patch-lenses_inetd_aug patch-lenses_tests_test_inetd_aug Log message: add a patch from upstream which adds support for ipv6 addresses to the inetd lens. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/12/30 21:24:34 Modified files: share/man/man4 : usb.4 Log message: List ucycom as a serial interface, not a human interface device. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/12/30 21:25:46 Modified files: sys/dev/usb : ucom.c Log message: Declare ucom as a DV_TTY class device, not DV_DULL; Alexander Polakov CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/12/30 23:44:11 Modified files: sys/arch/i386/i386: trap.c Log message: Eliminate orig_errno, which could be uninitialized in one case, by doing the emulation errno mapping directly into the register in the trapframe. Range check the value in that case to guarantee there isn't an out-of-bounds array access. Uninitialized variable issue pointed out by David Hill. Range check suggested by matthew@ ok miod@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2012/12/30 23:46:14 Modified files: sys/arch/alpha/alpha: trap.c sys/arch/amd64/amd64: trap.c sys/arch/hp300/hp300: trap.c sys/arch/hppa/hppa: trap.c sys/arch/hppa64/hppa64: trap.c sys/arch/m88k/m88k: trap.c sys/arch/mvme68k/mvme68k: 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 Log message: Remove emulation errno mapping code from platforms that no longer have non-native emulations. ok miod@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/12/31 00:12:19 Modified files: emulators/qemu : Makefile Log message: Update ONLY_FOR_ARCHS and remove a few archs that do not build or just do not make sense anyway. ok sthen@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2012/12/31 00:16:59 Modified files: gnu/usr.bin/gcc/gcc/config/vax: openbsd.h Log message: Make use of OPENBSD_OS_CPP_BUILTINS_COMMON here as well. ok miod@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/12/31 00:18:22 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/12/31 01:17:33 Modified files: devel/py-greenlet: Makefile Log message: remove mips64/mips64el from ONLY_FOR_ARCHS it never built and has badly messed up asm. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2012/12/31 01:27:57 Modified files: gnu/gcc/gcc/config/mips: openbsd.h Log message: Remove GLIBC_DYNAMIC_LINKER which is only relevant for Linux. ok miod@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/31 01:29:31 Modified files: infrastructure/man/man1: dpb.1 Log message: document extra log files... CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2012/12/31 01:41:27 Modified files: security/nss : Makefile distinfo Log message: Update to nss-3.14.1.with.ckbi.1.93, which explicitely distrusts "TURKTRUST Mis-issued Intermediate CA 1" & "TURKTRUST Mis-issued Intermediate CA 2". (added in #768547, removed in #825022) CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/12/31 01:43:14 Log message: Import xournal-0.4.7. Xournal is an application for notetaking, sketching, keeping a journal using a stylus. It is similar to Microsoft Windows Journal or to other alternatives such as Jarnal, Gournal, and NoteLab. It can also be used to annotate PDF files (highlight, underline etc.), and either save the annotations in a seperate file, or export the annotated document as a new PDF file. ok edd@ Status: Vendor Tag: bentley Release Tags: bentley_20121231 N ports/print/xournal/Makefile N ports/print/xournal/distinfo N ports/print/xournal/patches/patch-Makefile_in N ports/print/xournal/pkg/DESCR N ports/print/xournal/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2012/12/31 01:43:57 Modified files: print : Makefile Log message: +xournal CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/12/31 02:00:07 Modified files: print/xournal : Makefile print/xournal/pkg: PLIST Log message: Fix PACKAGE_LOCALE_DIR. Use the gettext MODULE. Enable translation. Fix the gtk-update-icon-cache goo in @exec/@unexec. Add missing RUN_DEPENDS. Don't use USE_LIBTOOL. Don't use USE_GMAKE. Fix WANTLIB and LIB_DEPENDS. s/CONFIGURE_ARGS/CONFIGURE_ENV and add missing LDFLAGS. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/31 02:14:07 Modified files: infrastructure/mk: bsd.port.mk Log message: following landry's suggestion, add module hooks for post-install I'm not too happy about stuff that will remove .la automatically though, seems to me this shouldn't be generated in the first place. ETOOMUCHMAGIC ? CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/12/31 02:18:46 Modified files: share/man/man5 : port-modules.5 Log message: document post-install hooks CVSROOT: /cvs Module name: ports Changes by: chrisz@cvs.openbsd.org 2012/12/31 02:36:39 Modified files: sysutils/conky : Makefile distinfo sysutils/conky/patches: patch-src_conky_c patch-src_core_c sysutils/conky/pkg: PLIST Added files: sysutils/conky/patches: patch-data_conky_no_x11_conf patch-src_fs_c Removed files: sysutils/conky/patches: patch-configure patch-src_ccurl_thread_c patch-src_eve_c patch-src_xmms2_c Log message: update to conky-1.9.0 OK jasper@, benoit@ (maintainer) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2012/12/31 02:42:05 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: simple optimization: if we're already erroring out, there's totally no need to compute those pesky checksums. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2012/12/31 02:50:55 Modified files: infrastructure/man/man1: dpb.1 infrastructure/lib/DPB: Core.pm Log message: allow overriding the start-up script from the command line. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/12/31 03:07:51 Modified files: lib/csu/powerpc: crt0.c sys/dev : softraid_raid6.c sys/dev/ic : bwi.c libexec/ld.so/powerpc: ldasm.S Log message: Spell `calculation' correctly. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/12/31 03:27:17 Modified files: x11/gnome-mplayer: Makefile x11/gnome-mplayer/patches: patch-src_gui_c Log message: Various cleanup to the gui code, adapted from upstream svn. Tighten up dependency on gnome-icon-theme. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2012/12/31 03:29:28 Modified files: share/man/man5 : port-modules.5 Log message: missing full stop in previous; CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/12/31 03:38:17 Modified files: audio/pianobar : Makefile Added files: audio/pianobar/patches: patch-contrib_config-example Log message: config-example: update fingerprint of internal-tuner (upstream git commit 214050e0567f1d152a001c7dd0ee903c6039ce37) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/12/31 03:41:03 Modified files: sys/arch/m68k/include: exec.h Log message: Allow native ELF binaries (none yet) to run. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2012/12/31 04:21:08 Modified files: de : anoncvs.html faq/fr : faq14.html nl : anoncvs.html openbgpd/pt : ftp.html openntpd/pt : ftp.html portable.html papers/pt : index.html pt : plus.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/12/31 05:03:09 Modified files: graphics/feh : Makefile distinfo graphics/feh/patches: patch-man_feh_pre patch-src_events_c Removed files: graphics/feh/patches: patch-src_winwidget_c Log message: Update to feh-2.8 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2012/12/31 06:45:14 Modified files: sys/kern : uipc_socket2.c Log message: Extend the sbcheck() function to make it work with socket buffers containing m_nextpkt chains. OK markus@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2012/12/31 06:46:49 Modified files: sys/kern : uipc_socket.c sys/sys : socketvar.h Log message: Put the #ifdef SOCKBUF_DEBUG around sbcheck() into a SBCHECK macro. That is consistent to the SBLASTRECORDCHK and SBLASTMBUFCHK macros. OK markus@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/31 07:51:45 Log message: import ruby-augeas-0.4.1 ruby-augeas provides bindings for the augeas configuration management API. ok jeremy@ Status: Vendor Tag: jasper Release Tags: jasper_20123112 N ports/sysutils/ruby-augeas/distinfo N ports/sysutils/ruby-augeas/Makefile N ports/sysutils/ruby-augeas/pkg/PLIST N ports/sysutils/ruby-augeas/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/31 07:52:16 Modified files: sysutils : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/31 07:52:45 Modified files: lang/newlisp : Makefile distinfo lang/newlisp/pkg: PLIST Log message: - update to newlisp-10.4.5 maintainer timed-out CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2012/12/31 07:57:15 Modified files: lang/newlisp : Makefile lang/newlisp/pkg: PLIST Added files: lang/newlisp/pkg: README Log message: - add a README to explain how to run and use the guiserver. maintainer timed-out. CVSROOT: /cvs Module name: ports Changes by: chrisz@cvs.openbsd.org 2012/12/31 08:17:00 Modified files: lang/ocaml : ocaml.port.mk Log message: always define -Ddynlink= in PKG_ARGS and MODOCAML_NATDYNLINK. This unbreaks devel/coccinelle OK jasper@, landry@, avsm@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/31 08:48:10 Modified files: devel/hs-pugs-DrIFT: Makefile devel/hs-pugs-DrIFT/pkg: DESCR print/xournal : Makefile print/xournal/pkg: DESCR textproc/ruby-liquid: Makefile textproc/ruby-liquid/pkg: DESCR Log message: spelling CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2012/12/31 09:34:35 Modified files: security/gnupg : Makefile distinfo security/gnupg/patches: patch-cipher_Makefile_in patch-doc_Makefile_in patch-g10_Makefile_in patch-keyserver_Makefile_in patch-tools_Makefile_in patch-util_Makefile_in patch-util_secmem_c security/gnupg/pkg: DESCR PLIST Log message: SECURITY update GnuPG to 1.4.13; earlier versions were vulnerable to memory access violations and public keyring database corruption when importing manipulated public keys. http://seclists.org/bugtraq/2012/Dec/151 Tweaked from a submission from David Hill. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2012/12/31 09:47:38 Modified files: audio/mpg123 : Makefile audio/mpg123/pkg: PFRAG.shared Added files: audio/mpg123/patches: patch-src_output_Makefile_in Log message: don't build useless static equivalents of modules CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/12/31 10:41:44 Modified files: x11/awesome : Makefile distinfo x11/awesome/patches: patch-CMakeLists_txt patch-awesomeConfig_cmake patch-awesome_c patch-lib_naughty_lua_in Removed files: x11/awesome/patches: patch-awesome_desktop patch-lib_awful_client_lua_in Log message: Update awesome to v3.4.14 (White Christmas) CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2012/12/31 10:50:13 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2012/12/31 12:21:45 Modified files: x11/awesome : Makefile x11/awesome/patches: patch-awesomeConfig_cmake Log message: Simplify ; no bump needed CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/12/31 14:35:32 Modified files: sys/arch/mvme68k/include: prom.h sys/arch/mvme68k/stand: Makefile.inc sys/arch/mvme68k/stand/bootsd: Makefile boot.c version.c sys/arch/mvme68k/stand/bootst: Makefile boot.c conf.c dev_tape.c rawfs.c version.c sys/arch/mvme68k/stand/bootxx: Makefile bootxx.c sys/arch/mvme68k/stand/bugcrt: Makefile Makefile.inc bugcrt.c sys/arch/mvme68k/stand/installboot: installboot.c sys/arch/mvme68k/stand/libbug: libbug.h sys/arch/mvme68k/stand/libsa: Makefile bugdev.c clock.c exec_mvme.c libsa.h parse_args.c sys/arch/mvme68k/stand/netboot: Makefile boot.c conf.c dev_net.c dev_net.h devopen.c if_ie.c if_le.c version.c sys/arch/mvme68k/stand/prtvid: prtvid.c sys/arch/mvme68k/stand/sboot: Makefile clock.c etherfun.c if_le.c sboot.c sboot.h srec.c sys/arch/mvme68k/stand/wrtvid: wrtvid.c Added files: sys/arch/mvme68k/include: loadfile_machdep.h sys/arch/mvme68k/stand/bugcrt: bugcrtS.S Removed files: sys/arch/mvme68k/stand/bootxx: version.c Log message: Switch mvme68k boot blocks to use the MI libsa loadfile routines to load kernel images, instead of their own; gives us the ability to load ELF kernels for free. Fix many warnings, and generally make the code closer to the current mvme88k boot blocks to help diffability. Rewrite bugcrt and bugexec() as a short assembly shim around a compiler-independent C block; this will allow compilers other than gcc2 to be used, and removes the need for bugcrt to be compiled without optimization. Crank all bootblocks versions. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/12/31 15:04:20 Modified files: etc : changelist Log message: Do not mail out diffs of the /etc/moduli file. They are not interesting, but they are annoying during system upgrades. ok sthen@ ajacoutot@ henning@ dtucker@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2012/12/31 15:34:01 Modified files: usr.bin/mandoc : mdoc_man.c regress/usr.bin/mandoc/mdoc/Bl: nested.in nested.out_ascii tag.in tag.out_ascii Log message: Rewrite indentation handling for nested lists in a more systematic way to fix multiple issues reported by Todd Miller; thanks! Specifically, - avoid double indentation after .Bd inside .Bl - set up correct indentation after .Bl inside .Bl - set up correct indentation after .Dl and .D1 inside .Bl While here, also - set up correct indentation *inside* .Dl and .D1 inside .Bl. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/12/31 15:53:43 Modified files: net/ircd-ratbox: Makefile distinfo net/ircd-ratbox/patches: patch-Makefile_in patch-configure_ac patch-src_Makefile_in Log message: Update to ircd-ratbox 3.0.8. Fixes a remote DoS issue. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2012/12/31 15:54:56 Modified files: net/ircd-hybrid: Makefile distinfo net/ircd-hybrid/patches: patch-doc_example_conf Log message: Update to ircd-hybrid 8.0.3. ok sthen@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/12/31 16:54:21 Modified files: gnu/usr.bin/binutils/opcodes: m88k-dis.c Log message: Correctly disassemble {ld,st}.*.usr opcodes. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/12/31 17:02:01 Modified files: gnu/usr.bin/binutils/bfd: bfd-in2.h elf32-m88k.c elf32-vax.c libbfd.h reloc.c gnu/usr.bin/binutils/binutils: readelf.c gnu/usr.bin/binutils/gas: configure configure.in gnu/usr.bin/binutils/gas/config: aout_gnu.h tc-m88k.c tc-m88k.h gnu/usr.bin/binutils/ld: Makefile.am Makefile.in configure.tgt Added files: gnu/usr.bin/binutils/include/elf: m88k.h gnu/usr.bin/binutils/ld/emulparams: elf32m88k.sh elf32m88k_obsd.sh m88kopenbsd.sh Log message: m88k ELF toolchain, supporting static binaries only so far. Assembler supports a register prefix of `#' when configured for SVR4, and `%' when configured for OpenBSD. Pseudo-ops do not need a leading dot, except when configured for OpenBSD, allowing the `set' instruction to be recognized correctly. Based upon various unfinished or unreliable works, including smurph@'s early work in 2003, my own attempts in 2004 and 2005, and Michael Kato's binutils 2.15 diff from 2005. Support for register prefixes, as well as fixing an evil off-by-one in resolving 16-bit pc-relative relocations in ld (which would only affect kernel .S files branching to global symbols), came as part of the 2012 work. Not enabled yet (needs Makefile.bsd-wrapper, bfd/config.bfd and gdb/configure.tgt updates to completely enable) so as not to disturb the existing a.out toolchain builds; will hopefully be enabled very soon. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/12/31 17:05:04 Modified files: sys/arch/m88k/include: asm_macro.h Log message: Add a "memory" clobber to the flush_pipeline() assembly construct, to make sure the compiler won't try to outsmart me. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/12/31 17:58:25 Modified files: sys/lib/libsa : Makefile Makefile.inc Log message: Remove unused XCPPFLAGS. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/12/31 17:59:08 Removed files: sys/arch/alpha/include: aout_machdep.h sys/arch/vax/include: aout_machdep.h Log message: is not used anywhere in the tree, move to the Attic. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/12/31 18:00:14 Modified files: sys/arch/sparc/dev: fd.c sys/arch/sparc64/dev: fd.c Log message: Fix gap value when formatting 1.44MB 3"1/2 floppy disks; from NetBSD CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/12/31 18:01:08 Modified files: sys/arch/m68k/m68k: pmap_bootstrap.c pmap_motorola.c Log message: Remove unused mem_size global. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2012/12/31 18:02:19 Modified files: sys/arch/m68k/include: param.h sys/arch/m88k/include: param.h Log message: Crank NMBCLUSTERS to 4096 to match other 32-bit platforms. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/01 07:12:36 Modified files: audio/pulseaudio: Makefile distinfo audio/pulseaudio/patches: patch-configure_ac patch-libpulse-mainloop-glib_pc_in patch-libpulse-simple_pc_in patch-libpulse_pc_in patch-src_Makefile_am patch-src_daemon_default_pa_in patch-src_daemon_pulseaudio_desktop_in patch-src_tests_rtpoll-test_c audio/pulseaudio/pkg: PLIST Log message: Woken up by the strangest ring, I hear in my head like a ping. Now wait is that PulseAudio? Yeah mate, it's time for three point O! From all of my heart, Happy New Year Except Lennart, what do we care... ok robert@ (maintainer) CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2013/01/01 07:19:56 Modified files: app/cwm : calmwm.h client.c group.c kbfunc.c xutil.c Log message: make num of groups no longer off-by-one; from Alexander Polakov note that a re-exec of cwm will not rewrite the group number atom of *existing* clients, so they will remain off-by-one until each client has its atom updated, or of course a restart of X. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/01 07:23:25 Modified files: x11/gnome/controlcenter: Makefile x11/gnome/settings-daemon: Makefile x11/gnome/empathy: Makefile multimedia/gstreamer1/plugins-good: Makefile x11/gnome/shell: Makefile Log message: Bump after the pulseaudio update. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2013/01/01 07:26:29 Modified files: app/cwm : client.c Log message: replace emptystring with strdup here as well so we know we are free'ing a malloc'd variable everytime; from Tiago Cunha CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2013/01/01 07:33:52 Modified files: app/cwm : calmwm.h conf.c Log message: least intrusive way to plug a memleak when unbinding a duplicate key for kbfunc_cmdexec; from Tiago Cunha CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/01 07:36:11 Modified files: x11/dbus : Makefile x11/dbus/pkg : PLIST dbus_daemon.rc Log message: Install the unique machine identifier file under /etc/machine-id and add a /var/db/dbus/machine-id symlink pointing to it. /etc/machine-id is the "new" path to store this data nowadays. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2013/01/01 07:50:01 Modified files: app/cwm : group.c Log message: after we toggle a group hidden, it makes no sense to set it as active (in sticky or non-stick mode), regardless of existing clients assigned to that group; oga marked this bit XXX in -r1.34 for it didn't seem make sense then either. pulled from a diff from from Alexander Polakov. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/01 09:27:20 Modified files: devel/py-asn1 : Makefile distinfo devel/py-asn1/pkg: PLIST Log message: - update py-asn1 to 0.1.5 - update PLIST ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/01 10:17:44 Modified files: sys/arch/hp300/dev: sti_machdep.h sys/arch/hp300/stand: Makefile.inc sys/arch/hp300/stand/cdboot: Makefile sys/arch/hp300/stand/common: Makefile sys/arch/hp300/stand/libsa: Makefile sys/arch/hp300/stand/libz: Makefile sys/arch/hp300/stand/mkboot: Makefile sys/arch/hp300/stand/uboot: Makefile Log message: Define _STANDALONE, not STANDALONE, in the hp300 bootblocks, to follow the common (and expected) practice. This exposes a flaw, in that mkboot, a host tool, gets built with boot block settings (and won't compile if _STANDALONE is defined). Fix this by using different set of CPPFLAGS for host tools and boot blocks. While there, avoid sourcing ../Makefile.inc twice. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/01 10:18:49 Modified files: sys/arch/hp300/stand/common: version.c sys/arch/hp300/stand/libsa: Makefile Added files: sys/arch/hp300/include: loadfile_machdep.h sys/arch/hp300/stand/libsa: exec_hp300.c Log message: Switch hp300 boot blocks to MI loadfile code. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2013/01/01 10:41:13 Added files: lib/libc/stdio : fmemopen.3 fmemopen.c open_memstream.3 open_memstream.c Log message: Add an implementation based on tedu@'s design of fmemopen(3) and open_memstream(3) so they can be polished in-tree. One of the manpages comes from NetBSD with some tweaks. Prodded by espie@, krw@, guenther@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2013/01/01 10:41:48 src/regress/lib/libc/fmemopen Update of /cvs/src/regress/lib/libc/fmemopen In directory cvs.openbsd.org:/tmp/cvs-serv7648/fmemopen Log Message: Directory /cvs/src/regress/lib/libc/fmemopen added to the repository CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2013/01/01 10:42:21 src/regress/lib/libc/open_memstream Update of /cvs/src/regress/lib/libc/open_memstream In directory cvs.openbsd.org:/tmp/cvs-serv10703/open_memstream Log Message: Directory /cvs/src/regress/lib/libc/open_memstream added to the repository CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2013/01/01 10:43:07 Added files: regress/lib/libc/fmemopen: Makefile fmemopentest.c regress/lib/libc/open_memstream: Makefile open_memstreamtest.c Log message: Simple tests for fmemopen(3) and open_memstream(3) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/01 11:35:42 Modified files: devel/git : Makefile distinfo devel/git/patches: patch-gitweb_gitweb_perl Log message: Bugfix update to git-1.8.0.3 OK benoit@ (maintainer) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/01 11:49:33 Modified files: sys/lib/libsa : Makefile sys/arch/sgi/stand/libsa: Makefile sys/arch/sparc/stand/libsa: Makefile sys/arch/sparc64/stand/libsa: Makefile Removed files: sys/lib/libsa : exec.c Log message: Remove libsa exec.c, not used by anything anymore; all boot blocks now use loadfile or a derivative of. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2013/01/01 12:39:50 Modified files: sys/kern : init_main.c Log message: copyright++; CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/01 14:16:56 Modified files: sysutils/augeas: Makefile Added files: sysutils/augeas/patches: patch-lenses_simplevars_aug Log message: - handle /etc/{wscons,mixer}ctl.conf with the simplevars lens CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2013/01/01 17:32:07 Modified files: usr.bin/ssh : clientloop.c mux.c Log message: channel_setup_local_fwd_listener() returns 0 on failure, not -ve bz#2055 reported by mathieu.lacage AT gmail.com CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2013/01/01 17:33:49 Modified files: usr.bin/ssh : PROTOCOL.agent Log message: correct format description for SSH_AGENTC_ADD_RSA_ID_CONSTRAINED bz#2051 from david AT lechnology.com CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/01 17:58:49 Modified files: emulators/qemu : Tag: OPENBSD_5_2 Makefile Added files: emulators/qemu/patches: Tag: OPENBSD_5_2 patch-hw_e1000_c Log message: MFC: e1000: Discard oversized packets based on SBP|LPE. CVE-2012-6075 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/01 18:06:45 Modified files: net/ircd-ratbox: Tag: OPENBSD_5_2 Makefile distinfo net/ircd-ratbox/patches: Tag: OPENBSD_5_2 patch-Makefile_in patch-configure_ac patch-src_Makefile_in Log message: MFC: Update to ircd-ratbox 3.0.8. Fixes a remote DoS issue. ok sthen@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/01/01 18:06:57 Modified files: sbin/dhclient : clparse.c Log message: Delete misleading comment and a pointless check of !ifi. Since ifi is either successfully calloc'd or dhclient dies early. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2013/01/01 19:02:08 Modified files: app/cwm : client.c Log message: info->xine, for consistent variable names CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2013/01/01 19:19:20 Modified files: app/cwm : client.c menu.c Log message: more variable consistency CVSROOT: /cvs Module name: ports Changes by: william@cvs.openbsd.org 2013/01/01 21:19:55 Modified files: mail/nmh : Makefile Added files: mail/nmh/patches: patch-uip_rcvtty_c Log message: As of 1.5, upstream no longer supported utmp: http://git.savannah.gnu.org/cgit/nmh.git/patch/?id=7ba29497ff3f164e2a507eda35e81f1cb0658c74 Without utmp support (or utmpx in openbsd), rcvtty(1) will not notify the terminal upon receipt of new mail... which is why it exists. We still want rcvtty to work, so bring the utmp support back as a local patch. ok bentley@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2013/01/01 22:45:41 Modified files: sys/dev/pci : pcidevs Log message: Add the remaining Radeon rv610/rv620/rv630/rv635/rv670, rv710/rv730/rv740/rv770 and rs880 devices linux matches I could find marketing names for. ok brynet@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2013/01/01 22:46:38 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2013/01/01 22:52:12 Modified files: sys/dev/pci/drm: radeon_drv.c Log message: Add the remaining Radeon rv610/rv620/rv630/rv635/rv670, rv710/rv730/rv740/rv770 and rs880 devices linux matches I could find marketing names for. ok brynet@ CVSROOT: /cvs Module name: ports Changes by: shadchin@cvs.openbsd.org 2013/01/02 00:18:46 Modified files: misc/mc : Makefile distinfo misc/mc/patches: patch-configure misc/mc/pkg : PLIST Removed files: misc/mc/patches: patch-src_filemanager_mountlist_c Log message: Update to 4.8.1.7. ok benoit@, robert@ (maintainer) CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/02 01:12:13 Modified files: sys/ntfs : ntfs_ihash.c ntfs_subr.c ntfs_vfsops.c Log message: Remove code that is not used on OpenBSD. ok miod@ krw@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/02 01:34:32 Modified files: devel/cil : Makefile Log message: This is BROKEN on powerpc. /usr/local/libexec/cil/obj/x86_OPENBSD/cilly.asm.exe does not exist /usr/local/libexec/cil/obj/x86_OPENBSD/cilly.byte.exe does not exist CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/02 01:59:59 Modified files: devel/cmake : Makefile Log message: Do not pick up gmake first if installed (even without 'USE_GMAKE=Yes') Add '--parallel=${MAKE_JOBS}' to CONFIGURE_ARGS Add '--verbose' to CONFIGURE_ARGS Remove USE_GROFF CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/02 02:12:58 Modified files: devel/cil : Makefile Log message: ARCH -> MACHINE_ARCH to unbreak. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/02 03:12:03 Log message: Re-import squid 2.7.STABLE9 under www/squid27, same as the previous port in www/squid as of 2012/11/26 plus a REVISION bump. The newer version works well in most cases, but is less portable and seems to have problems with certain configurations. ok ajacoutot. Status: Vendor Tag: sthen Release Tags: sthen_20130102 N ports/www/squid27/Makefile N ports/www/squid27/distinfo N ports/www/squid27/patches/gcc-patch-lib_Makefile_in N ports/www/squid27/patches/patch-configure_in N ports/www/squid27/patches/patch-errors_Makefile_in N ports/www/squid27/patches/patch-icons_Makefile_in N ports/www/squid27/patches/patch-helpers_basic_auth_MSNT_Makefile_in N ports/www/squid27/patches/patch-helpers_basic_auth_SMB_Makefile_in N ports/www/squid27/patches/patch-helpers_negotiate_auth_squid_kerb_auth_Makefile_in N ports/www/squid27/patches/patch-helpers_external_acl_wbinfo_group_wbinfo_group_pl N ports/www/squid27/patches/patch-helpers_negotiate_auth_squid_kerb_auth_squid_kerb_auth_c N ports/www/squid27/patches/patch-src_Makefile_in N ports/www/squid27/patches/patch-src_cf_data_pre N ports/www/squid27/patches/patch-src_defines_h N ports/www/squid27/patches/patch-src_ssl_support_c N ports/www/squid27/patches/patch-tools_Makefile_in N ports/www/squid27/pkg/PFRAG.ldap N ports/www/squid27/pkg/DESCR N ports/www/squid27/pkg/PFRAG.ntlm N ports/www/squid27/pkg/PLIST N ports/www/squid27/pkg/README N ports/www/squid27/pkg/squid.rc No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/02 03:14:06 Modified files: x11/vlc : Makefile Log message: Our llvm on i386 doesn't support SSE so, on i386, build vlc with GCC 4.6 again for now. ok espie@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/02 03:14:29 Modified files: www : Makefile Log message: build squid27 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/02 04:13:52 Modified files: infrastructure/lib/DPB: Engine.pm Log message: stats are comparatively cheap, run them even when the engine doesn't run. Yields more accurate stat output, where we can see a staircase effect on the queue when the engine is run not that often, and Built actually go up until it goes back down again. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/02 04:14:12 Modified files: security/gnupg : Tag: OPENBSD_5_2 Makefile distinfo security/gnupg/patches: Tag: OPENBSD_5_2 patch-cipher_Makefile_in patch-doc_Makefile_in patch-g10_Makefile_in patch-keyserver_Makefile_in patch-tools_Makefile_in patch-util_Makefile_in patch-util_secmem_c security/gnupg/pkg: Tag: OPENBSD_5_2 DESCR PLIST Log message: MFC gnupg update. CVE-2012-6085 has now been assigned to this issue. ====== SECURITY update GnuPG to 1.4.13; earlier versions were vulnerable to memory access violations and public keyring database corruption when importing manipulated public keys. http://seclists.org/bugtraq/2012/Dec/151 Tweaked from a submission from David Hill. ====== CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/02 04:21:13 Modified files: www/squid27 : Makefile Added files: www/squid27/patches: patch-src_client_side_c Log message: add a patch from upstream's stable diff; fix memleak with malformed headers. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2013/01/02 04:50:17 Modified files: www/py-CherryPy: Makefile distinfo www/py-CherryPy/pkg: PLIST Log message: Little update for py-Cherrry to 3.2.2 And zinke@ drop maintership. 'Looks good to me' zinke@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/02 05:26:58 Modified files: www/squid : Makefile Log message: build with gcc 4.6 on ppc to avoid "unrecognizable insn" in src/ipc/StoreMap.cc breakage reported by aja@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2013/01/02 05:29:33 Modified files: sys/arch/loongson/stand/libsa: Makefile Log message: miod let one exec.c slide CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/02 06:49:20 Removed files: print/cups/patches: patch-desktop_cups_desktop_in Log message: Remove useless patch; the Desktop file is not installed anymore. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/02 06:59:05 Modified files: databases/hs-HDBC-postgresql: Makefile Log message: update homepage from Dawe CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/01/02 07:47:40 Modified files: sbin/dhclient : tables.c Log message: Sync dhcpd and dhclient list of dhcp options. There's only one dhcp-options(5) so lists of defined option names should be the same. In this case add relay-agent-information, tftp-config-file, voip-configuration-server and autoproxy-script option names. Prompted by a man page update from Marcus Merighi via tech@. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2013/01/02 08:06:46 Modified files: usr.sbin/bgpd : bgpd.conf.5 Log message: man page bits for "announce restart yes" default ok sthen@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2013/01/02 08:13:02 Modified files: audio/libmikmod: Makefile Added files: audio/libmikmod/patches: patch-playercode_mloader_c Log message: Fix a NULL dereference in libmikmod triggered by the games/ri-li port. While here, make the build honour CFLAGS. Tweak and ok brad CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/02 08:42:02 Modified files: devel/coccigrep: Makefile Log message: Mark as NOT_FOR_ARCHS=hppa, it run_depends on coccinelle which depends on ocaml which is not available on hppa. Makes sure that dpb doesnt try to build it. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/02 08:50:28 Modified files: editors/emacs : Makefile editors/emacs22: Makefile Log message: Mark as BROKEN-hppa: Illegal operands in asm on callproc.c for emacs 22 Invalid function: "DEAD" for emacs24 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2013/01/02 09:14:56 Modified files: sys/kern : tty_pty.c Log message: Fix a bug in ptcwrite() that could result in up to 100 lost bytes when we block due to hitting the TTYHOG limit. OK miod@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2013/01/02 09:20:55 Modified files: sys/arch/amd64/stand/libsa: softraid.c sys/arch/i386/stand/libsa: softraid.c Log message: Zero out sbv_maskkey to make it boot when there's a softraid crypto partition. OK jsing@. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2013/01/02 09:26:34 Modified files: app/cwm : calmwm.h client.c menu.c screen.c Log message: have screen_find_xinerama() return struct geom *reliably* instead of XineramaScreenInfo; simplifies goop around the callers. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/01/02 09:27:42 Modified files: sbin/dhclient : dhclient.c Log message: Only check '-l' parameter for regular-fileness. Not built-in default path. And only error out if the file is successfully lstat()'d and is not a regular file. i.e. aleady exists. Fixes (U)pdate. Removes some accidentally duplicated code. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/02 09:28:19 Modified files: audio/pulseaudio: Makefile audio/pulseaudio/patches: patch-src_daemon_default_pa_in Removed files: audio/pulseaudio/patches: patch-src_daemon_pulseaudio_desktop_in patch-src_pulsecore_pstream_c Log message: Remove a couple of useless patches. Add a BUILD_DEPENDS on devel/check for regression tests. Re-order loading of the sndio(7) module in the configuration file. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/01/02 09:41:58 Modified files: usr.sbin/dhcpd : dhcp-options.5 Log message: Rework to simply list all options in alphabetical order. Functional groupings and sub-ordering them in RFC/numerical order did not make for a readable man page. Add a number of missing option descriptions. Started by man page update from Marcus Merighi via tech@. Thanks! Further fixes and tweaks by jmc@. ok jmc@. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/02 10:12:23 Modified files: x11/xfce4 : xfce4.port.mk x11/xfce4/exo : Makefile x11/xfce4/exo/pkg: PLIST x11/xfce4/garcon: Makefile x11/xfce4/garcon/pkg: PLIST x11/xfce4/gtk-xfce-engine: Makefile x11/xfce4/gtk-xfce-engine/pkg: PLIST-gtk3 PLIST-main x11/xfce4/libxfce4ui: Makefile x11/xfce4/libxfce4ui/pkg: PLIST x11/xfce4/libxfce4util: Makefile x11/xfce4/libxfce4util/pkg: PLIST x11/xfce4/libxfcegui4: Makefile x11/xfce4/libxfcegui4/pkg: PLIST x11/xfce4/mousepad: Makefile 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/thunar: Makefile x11/xfce4/thunar/pkg: PLIST 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/tumbler: Makefile x11/xfce4/tumbler/pkg: PLIST x11/xfce4/xfce4-appfinder: Makefile 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-diskperf: Makefile x11/xfce4/xfce4-diskperf/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-mailwatch: Makefile x11/xfce4/xfce4-mixer: Makefile x11/xfce4/xfce4-mount: Makefile x11/xfce4/xfce4-mount/pkg: PLIST x11/xfce4/xfce4-mpc: Makefile x11/xfce4/xfce4-mpc/pkg: PLIST x11/xfce4/xfce4-notes: Makefile x11/xfce4/xfce4-notes/pkg: PLIST x11/xfce4/xfce4-notifyd: Makefile x11/xfce4/xfce4-panel: Makefile x11/xfce4/xfce4-panel/pkg: PLIST x11/xfce4/xfce4-places: Makefile x11/xfce4/xfce4-places/pkg: PLIST x11/xfce4/xfce4-power-manager: Makefile x11/xfce4/xfce4-quicklauncher: Makefile x11/xfce4/xfce4-quicklauncher/pkg: PLIST x11/xfce4/xfce4-screenshooter: Makefile x11/xfce4/xfce4-session: Makefile x11/xfce4/xfce4-session/pkg: PLIST x11/xfce4/xfce4-settings: Makefile x11/xfce4/xfce4-smartbookmark: Makefile x11/xfce4/xfce4-smartbookmark/pkg: PLIST x11/xfce4/xfce4-systemload: Makefile x11/xfce4/xfce4-systemload/pkg: PLIST x11/xfce4/xfce4-taskmanager: Makefile x11/xfce4/xfce4-time-out: Makefile x11/xfce4/xfce4-time-out/pkg: PLIST x11/xfce4/xfce4-verve: Makefile x11/xfce4/xfce4-wavelan: Makefile x11/xfce4/xfce4-wavelan/pkg: PLIST x11/xfce4/xfce4-weather: Makefile x11/xfce4/xfce4-weather/pkg: PLIST x11/xfce4/xfce4-wmdock: Makefile x11/xfce4/xfce4-xkb: Makefile x11/xfce4/xfconf: Makefile x11/xfce4/xfconf/pkg: PLIST x11/xfce4/xfdesktop: Makefile x11/xfce4/xfmpc: Makefile x11/xfce4/xfprint: Makefile x11/xfce4/xfprint/pkg: PLIST x11/xfce4/xfwm4: Makefile Log message: Winter cleanup of the Xfce ports: - use LIBTOOL_FLAGS=--tag=disable-static to avoid building useless static libs. - add a MODXFCE_PURGE_LA variable holding the list of dirs to purge from libtool archive useless files. - add a MODXFCE4_post-install hook in xfce4.port.mk to purge the la files. This requires bsd.port.mk r1.1201. - remove --disable-linker-opts now that --as-needed seems to work fine - fix WANTLIB (mostly adding harfbuzz icudata icule icuuc in lots of places) - update PLISTs: remove @comment'ed static/la files, redundant dirs ok sthen@ ajacoutot@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2013/01/02 10:53:12 src/regress/sys/kern/pty Update of /cvs/src/regress/sys/kern/pty In directory cvs.openbsd.org:/tmp/cvs-serv8907/pty Log Message: Directory /cvs/src/regress/sys/kern/pty added to the repository CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2013/01/02 10:54:46 Modified files: regress/sys/kern: Makefile Added files: regress/sys/kern/pty: Makefile ptyhog.c Log message: regress test for pty TTYHOG bug; OK miod@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2013/01/02 11:03:05 Modified files: regress/sys/kern/pty: ptyhog.c Log message: tyop in comment CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2013/01/02 11:11:23 Modified files: app/cwm : screen.c Log message: merge in Xinerama screen query; no functional change. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/02 11:25:27 Modified files: x11/xfce4/exo : Makefile distinfo x11/xfce4/exo/pkg: PLIST Log message: Update to exo-0.10.2. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/02 11:28:22 Modified files: x11/xfce4/thunar: Makefile distinfo x11/xfce4/thunar/pkg: PLIST Log message: Update to thunar 1.6.2. Adds tab support, a new sidebar and lots of bugfixes. See http://git.xfce.org/xfce/thunar/tree/NEWS for details. tested by & ok giovanni@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/02 11:29:09 Modified files: x11/xfce4/tumbler: Makefile distinfo x11/xfce4/tumbler/pkg: PLIST Log message: Update to tumbler 0.1.26. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/02 11:32:21 Modified files: x11/xfce4/mousepad: Makefile distinfo x11/xfce4/mousepad/pkg: PLIST Added files: x11/xfce4/mousepad/patches: patch-mousepad_main_c Removed files: x11/xfce4/mousepad/patches: patch-src_search_c Log message: Major update to mousepad 0.3.0. Now features syntax hilighting, multiple instance support, statusbar, DND between windows, reorderable/detachable tabs.. See http://git.xfce.org/apps/mousepad/tree/NEWS for details. Cherry pick a git commit to fix locale initialization. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/02 11:42:19 Modified files: sysutils/augeas: Makefile sysutils/augeas/patches: patch-lenses_shellvars_aug Removed files: sysutils/augeas/patches: patch-lenses_simplevars_aug Log message: actually, move /etc/{audio,mixer}ctl.conf into the shellvars lens. as discussed with upstream. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/02 11:53:21 Modified files: x11/xfce4/ristretto: Makefile distinfo x11/xfce4/ristretto/pkg: PLIST Log message: Update to ristretto 0.6.3. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/02 11:56:15 ports/x11/xfce4/xfce4-screenshooter/patches Update of /cvs/ports/x11/xfce4/xfce4-screenshooter/patches In directory cvs.openbsd.org:/tmp/cvs-serv11912/patches Log Message: Directory /cvs/ports/x11/xfce4/xfce4-screenshooter/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/02 11:56:43 Modified files: x11/xfce4/xfce4-screenshooter: Makefile distinfo x11/xfce4/xfce4-screenshooter/pkg: PLIST Added files: x11/xfce4/xfce4-screenshooter/patches: patch-Makefile_in Log message: Update to xfce4-screenshooter 1.8.1. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/02 11:58:25 Modified files: x11/xfce4/xfce4-weather: Makefile distinfo x11/xfce4/xfce4-weather/pkg: PLIST Log message: Update to xfce4-weather 0.8.2. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/02 12:01:12 Modified files: x11/xfce4/xfce4-mixer: Makefile distinfo x11/xfce4/xfce4-mixer/pkg: PLIST Log message: Update to xfce4-mixer 4.10.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/02 12:10:52 Modified files: x11/xfce4/terminal: Makefile distinfo x11/xfce4/terminal/pkg: PLIST Log message: Major update to xfce4-terminal 0.6.1. Now supports colorschemes, a search dialog, and a quake-like drop-down mode to bind on a kbd shortcut - and also a lots of bugfixes. See http://git.xfce.org/apps/xfce4-terminal/tree/NEWS for details. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/02 13:18:48 Modified files: sysutils/augeas: Makefile sysutils/augeas/patches: patch-lenses_shellvars_aug Added files: sysutils/augeas/patches: patch-lenses_fonts_aug patch-lenses_simplevars_aug patch-man_augparse_1 Log message: - fix a path in the manpage - adjust the fonts lens' exclusion rule to ignore all README files CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/02 13:26:23 ports/sysutils/augeas/files Update of /cvs/ports/sysutils/augeas/files In directory cvs.openbsd.org:/tmp/cvs-serv25937/files Log Message: Directory /cvs/ports/sysutils/augeas/files added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/02 13:28:08 Modified files: sysutils/augeas: Makefile sysutils/augeas/pkg: PLIST Added files: sysutils/augeas/files: bootconf.aug test_bootconf.aug Log message: add a lens which parses our boot.conf(8). CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/02 13:29:49 Modified files: print/lyx : Makefile distinfo print/lyx/pkg : PLIST Removed files: print/lyx/patches: patch-src_frontends_qt4_Menus_cpp Log message: Update to LyX 2.0.4. Based on a diff from Marc Peters on ports@ ages ago, thanks! Tested by matthieu@, and then i completely forgot to commit it... CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/01/02 13:35:00 Modified files: distrib/miniroot: install.sub Log message: Sync hostname.if parsing with /etc/netstart. Toss in a ipv6 'prefix' parsing fix. ok rpe@ naddy@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/02 13:37:11 Added files: sysutils/augeas/patches: patch-tests_Makefile_in Log message: missed in previous CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/02 13:40:21 Modified files: databases/luma : Makefile distinfo databases/luma/pkg: DESCR PLIST Added files: databases/luma/patches: patch-setup_py Removed files: databases/luma/files: setup.py databases/luma/patches: patch-lib_luma_base_backend_PluginLoader_py Log message: Update to luma 3.0.7, now uses py-qt4. Nothing uses x11/py-qt3 anymore, so it will hit the Attic after a grace period... CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/02 14:27:59 Modified files: gnu/usr.bin/binutils/bfd: elf32-vax.c Log message: Oops, commited this by accident when adding the m88k ELF toolchain bits. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2013/01/02 14:37:21 Modified files: app/cwm : client.c kbfunc.c mousefunc.c Log message: re-work client_snapcalc() so it takes client and edge dimensions with snapdist; allows for simplier snap calculations. required for an upcoming diff for honoring gap. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2013/01/02 14:41:14 Modified files: app/cwm : kbfunc.c mousefunc.c Log message: pass the screen workarea, as opposed to viewarea, allowing client snapping to honor gap. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/02 15:01:18 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k-protos.h m88k.c m88k.h m88k.md gnu/usr.bin/gcc/gcc/doc: invoke.texi Log message: Start removing obsolete features from the m88k backend (it's not like we'll need to sync with upstream anymore) to make things a bit simpler and get rid of unintended bitrotting. This time: - remove the small-data feature. It was only supported for COFF binaries anyway. This allows us to stop providing TARGET_ASM_SELECT_SECTION and use the default flavour, from which this backend had derived a bit in addition to sdata support, so this is a good thing... - remove the -midentify-version option - remove the -mbig-pic option, it has been superseded by -fPIC since years and was supposed to be removed `in a future version' since a long time as well. - remove the old MONITOR_GCC debug hooks. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/02 15:05:10 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k-protos.h m88k.c m88k.h sysv4.h Log message: Remove last boolean argumont of output_function_profiler(), it is always invoked with the same value. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/02 15:16:16 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k.c m88k.h Log message: Help the DWARF code to handle our prologues correctly: - add the frame pointer to EPILOGUE_USES when profiling - when the initial stack adjustement is larger than 64KB and requires a temporary register to be used, add a REG_FRAME_RELATED_EXPR of the original computation (not constrained by the adjustement size) to the REG_NOTES of the stack pointer adjustement sequence. Borrowed from alpha which has a similar issue. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/02 15:25:33 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k.h gnu/usr.bin/gcc/gcc/doc: invoke.texi Log message: More dead features recycling: -mwarn-passed-struct doesn't do anything, and -m{no-,}optimize-arg-area doesn't do anything either since the arg area has been removed in gcc 2.95. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/02 15:33:43 Modified files: telephony/asterisk: Makefile distinfo Log message: update to Asterisk 10.11.1, fixing: AST-2012-014: crashes due to large stack allocations in TCP; affects remote unauthenticated SIP *over TCP* and remote authenticated XMPP/HTTP connections. AST-2012-015: DoS through resource consumption by exploiting device state caching; exploitable if anonymous calls are permitted. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/02 15:34:16 Modified files: telephony/asterisk: Tag: OPENBSD_5_2 Makefile distinfo telephony/asterisk/patches: Tag: OPENBSD_5_2 patch-configure_ac patch-pbx_pbx_spool_c Log message: update -stable to Asterisk 1.8.19.1, fixing: AST-2012-014: crashes due to large stack allocations in TCP; affects remote unauthenticated SIP *over TCP* and remote authenticated XMPP/HTTP connections. AST-2012-015: DoS through resource consumption by exploiting device state caching; exploitable if anonymous calls are permitted. CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2013/01/02 17:56:15 Modified files: . : plus.html Log message: plus.html for Dec 17-23, checked by jj@. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/02 20:07:29 Added files: x11/vlc/patches: patch-include_vlc_common_h patch-include_vlc_cpu_h patch-modules_video_filter_deinterlace_yadif_h Log message: Switch back to using LLVM on i386. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/02 20:18:21 Modified files: x11/vlc : Makefile x11/vlc/pkg : PLIST-main Log message: Disable the media library support as its buggy at the moment and causes VLC to crash upon exit especially with some of the malloc flags being enabled. It isn't a default enabled feature anyway. ok sthen@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2013/01/02 22:49:36 Modified files: usr.bin/ssh : servconf.h Log message: add a couple of ServerOptions members that should be copied to the privsep child (for consistency, in this case they happen only to be accessed in the monitor); ok dtucker@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/03 00:53:22 Modified files: share/man/man9 : mbuf.9 Log message: update from Ryan Ozmun; CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/03 00:53:29 Modified files: sysutils/augeas/patches: patch-tests_Makefile_in Log message: committed upstream CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/03 01:05:40 Modified files: lib/libc/stdio : fmemopen.3 open_memstream.3 Log message: some small cleanup; CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/03 01:06:58 Modified files: geo/py-proj : Makefile distinfo geo/py-proj/pkg: PLIST Log message: - update py-proj to 1.9.2 - update PLIST ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/03 01:23:22 Modified files: editors/ht : Makefile distinfo editors/ht/patches: patch-configure Log message: - update ht to 2.0.21 - regen patches tweaks and ok @sthen CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/03 01:30:54 Modified files: emulators/qemu : Makefile emulators/qemu/pkg: README Log message: - Remove unused sparc CONFIGURE_ARGS option - Clear contents of INSTALL_STRIP when using the debug FLAVOR so that the binary is not stripped - Some small tweaks to the README ok sthen@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/03 01:33:44 Modified files: graphics/pngcrush: Makefile distinfo Log message: - update pngcrush to 1.7.41 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/03 02:14:54 Log message: Import tinyxml-2.6.2. TinyXML is a simple, small, C++ XML parser that can be easily integrated into other programs. In brief, TinyXML parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modified, and saved. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20130103 N ports/textproc/tinyxml/Makefile N ports/textproc/tinyxml/distinfo N ports/textproc/tinyxml/pkg/DESCR N ports/textproc/tinyxml/pkg/PLIST N ports/textproc/tinyxml/patches/patch-tinyxml_h No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/03 02:15:24 Modified files: textproc : Makefile Log message: +tinyxml CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/03 02:29:21 Modified files: databases/hs-HDBC: Makefile distinfo Log message: Update to HDBC-2.3.1.2 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/03 02:37:58 Modified files: databases/hs-HDBC-mysql: Makefile distinfo Log message: Update to HDBC-mysql-0.6.6.1 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/03 03:02:59 Modified files: lib/libc/gen : sysctl.3 sbin/sysctl : sysctl.8 Log message: sysctl.3: remove some confusing text about NFS_NIOTHREADS sysctl.8: remove the vfs.nfs.iothreads example, since a) showing how to set a default value is not particularly helpful and b) EXAMPLES is bloated enough as it is; further, remove the text which points to other pages for further discussion, since those pages no longer provide relevant info diff started by an email from Jan Stary; blambert helped me prepare this diff CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/03 03:22:06 ports/databases/hs-HDBC-postgresql/patches Update of /cvs/ports/databases/hs-HDBC-postgresql/patches In directory cvs.openbsd.org:/tmp/cvs-serv4422/patches Log Message: Directory /cvs/ports/databases/hs-HDBC-postgresql/patches added to the repository CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2013/01/03 04:20:15 Modified files: papers : index.html Log message: and the actual talk on youtube. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/03 04:52:29 Modified files: databases/openldap: Makefile distinfo databases/openldap/patches: patch-configure_in patch-servers_slapd_Makefile_in Log message: update OpenLDAP to 2.4.33 CVSROOT: /cvs Module name: ports Changes by: shadchin@cvs.openbsd.org 2013/01/03 04:54:49 Modified files: audio/deadbeef : Makefile distinfo audio/deadbeef/patches: patch-conf_c patch-configure_ac patch-junklib_c patch-playlist_c patch-plugins_aac_Makefile_am patch-plugins_c patch-plugins_converter_Makefile_am patch-plugins_ffmpeg_ffmpeg_c patch-plugins_gtkui_Makefile_am patch-plugins_gtkui_prefwin_c patch-plugins_shellexecui_Makefile_am patch-utf8_c audio/deadbeef/pkg: PLIST Added files: audio/deadbeef/patches: patch-plugins_aac_aac_c patch-plugins_alac_Makefile_am Log message: Update to 0.5.6. tested mikeb@, tweaks and ok brad@, ok dcoppa@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2013/01/03 05:49:01 Modified files: usr.bin/ssh : PROTOCOL Log message: fix description of MAC calculation for EtM modes; ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2013/01/03 05:54:49 Modified files: usr.bin/ssh : sftp-server.8 sftp-server.c Log message: allow specification of an alternate start directory for sftp-server(8) "I like this" markus@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/03 06:12:21 Modified files: net/arping : Makefile distinfo Log message: - update arping to 2.13 ok @sthen CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/03 06:46:29 Modified files: databases/hs-HDBC-postgresql: Makefile Added files: databases/hs-HDBC-postgresql/patches: patch-HDBC-postgresql_cabal Log message: Unbreak when used within GHCi Problem reported by dawedawe (at) gmx (dot) de OK kili@ CVSROOT: /cvs Module name: ports Changes by: chrisz@cvs.openbsd.org 2013/01/03 07:30:57 Modified files: sysutils/findlib: Makefile Added files: sysutils/findlib/patches: patch-Makefile patch-configure patch-src_findlib_Makefile Log message: - on bytecode-archs build executable without custom runtime - use /etc/findlib.conf instead of /usr/local/share/examples/findlib.conf. - add commented out option to enable ocamldoc.opt by default to findlib.conf OK jasper@, anil@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: chrisz@cvs.openbsd.org 2013/01/03 07:32:11 Modified files: lang/ocaml : ocaml.port.mk Log message: by default use ocamldoc.opt on native-dynlink archs. This will greatly speed up builds for several ports. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/03 07:56:34 Modified files: audio/pulseaudio: Makefile audio/pulseaudio/files: module-sndio.c Log message: Drop unused variable. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/01/03 08:00:27 Modified files: driver/xf86-video-intel: Makefile.in aclocal.m4 config.h.in configure driver/xf86-video-intel/man: Makefile.in driver/xf86-video-intel/src: Makefile.in driver/xf86-video-intel/src/bios_reader: Makefile.in driver/xf86-video-intel/src/ch7017: Makefile.in driver/xf86-video-intel/src/ch7xxx: Makefile.in driver/xf86-video-intel/src/ivch: Makefile.in driver/xf86-video-intel/src/legacy: Makefile.in driver/xf86-video-intel/src/legacy/i810: Makefile.in driver/xf86-video-intel/src/legacy/i810/xvmc: Makefile.in driver/xf86-video-intel/src/reg_dumper: Makefile.in driver/xf86-video-intel/src/render_program: Makefile.in driver/xf86-video-intel/src/sil164: Makefile.in driver/xf86-video-intel/src/tfp410: Makefile.in driver/xf86-video-intel/src/xvmc: Makefile.in driver/xf86-video-intel/src/xvmc/shader: Makefile.in driver/xf86-video-intel/src/xvmc/shader/mc: Makefile.in driver/xf86-video-intel/src/xvmc/shader/vld: Makefile.in driver/xf86-video-intel/uxa: Makefile.in Log message: Regen autotools files once more. Apparently previous version was generated with some of my local changes to use /usr/bin/libtool. This is causiing problems with the XvMC libs shared libraries versions. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/03 08:43:27 Modified files: infrastructure/bin: dpb Log message: fix infamous "doesn't really quit when it's done" stop bug. also move the report to the main package, and show a prominent STOPPED in the title bar if you forget you stopped it during a previous run ('why is my dpb not building anything ?') CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/03 08:45:18 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: add support for unjunk property, that will prevent junking from actually happening while some 'unjunk' ports are building. this is a work-around for a known problem with cmake and qt4 include dependency handlers... Also, cache fullpkgpath while building a job, as this contributes for a large part to the speed (not) of the display when building lots of ports. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/03 08:47:45 Modified files: infrastructure/lib/DPB: Engine.pm Log message: tweak the Engine some more: don't bother adjusting distfiles in a loop while dependencies are missing Following landry's remark, also take packages to build out of the race if some RUN_DEPENDS are going to be ignored. Only do it right before we put the package in the queue, so that the test is run exactly once per package instead of during every scan. I was also worried about multi-packages, but this only takes one fullpkgpath out of the loop, and "make package" is going to fail half-way through anyways. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/03 08:48:42 Modified files: devel/cmake : cmake.port.mk x11/qt4 : Makefile Log message: use new dpb annotation to work around bug in dependency scanners. as discussed with dcoppa@, sthen@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/03 09:05:40 Modified files: devel/libestr : Makefile distinfo Log message: - update libestr to 0.1.4 From David Hill CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/03 09:06:01 Modified files: sys/ntfs : ntfs_vnops.c Log message: Ensure that a directory link count is always 1 so that things like fts_read() do not try to be smart and end up skipping over directories. Additionally, ip->i_nlink will not be initialised until the ntnode has been loaded for the file. Makes find(1) behave predictably on a mounted NTFS file system. ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/03 09:13:17 Modified files: sys/ntfs : ntfs_subr.c Log message: Correct error handling in two hard to hit ENOTDIR error cases. These would previously leave the ntnode locked and neglect to decrement the use count. ok krw@ miod@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/03 09:17:18 Modified files: devel/coccigrep: Makefile Log message: Revert r1.4 (remove NOT_FOR_ARCHS=hppa) now that dpb has been told to properly ignore paths with non-existent RUN_DEPENDS in DPB/Engine.pm r1.66.. i'll see what happens in next bulk. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/03 09:26:44 Modified files: devel/libee : Makefile distinfo devel/libee/pkg: PLIST Log message: - update libee to 0.4.1 - bump SHARED_LIBS - regen PLIST From David Hill CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/01/03 09:35:22 Modified files: usr.sbin/dhcpd : dhcp-options.5 Log message: Don't mention the (incorrect) option number of autoproxy-script, since we don't mention the option numbers for other options. Noticed by Marcus Merighi vi tech@. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2013/01/03 10:36:29 Modified files: distrib/sets/lists/base: md.alpha md.vax distrib/sets/lists/comp: md.alpha md.vax Log message: sync CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2013/01/03 10:36:39 Log message: Reengineer the socket splicing regression tests: - Move the tests from splice to new sosplice directory for consistent naming. - Split the API tests and the TCP splicing tests into separate directories. - Create some tests for the upcoming UDP splicing. - Tests can be run in obj directories now. - The API tests can run both on a local and on a remote machine now. - Fix the forking TCP tests which splice and read or write simultaneously. - Bunch of little fixes for races in the tests. - Deduplicate code, move checks into common functions. Status: Vendor Tag: bluhm Release Tags: bluhm_20130103 N src/regress/sys/kern/sosplice/Proc.pm N src/regress/sys/kern/sosplice/Child.pm N src/regress/sys/kern/sosplice/Client.pm N src/regress/sys/kern/sosplice/Relay.pm N src/regress/sys/kern/sosplice/Remote.pm N src/regress/sys/kern/sosplice/Server.pm N src/regress/sys/kern/sosplice/Makefile N src/regress/sys/kern/sosplice/Makefile.inc N src/regress/sys/kern/sosplice/funcs.pl N src/regress/sys/kern/sosplice/tcp/args-default.pl N src/regress/sys/kern/sosplice/tcp/args-idle-reverse.pl N src/regress/sys/kern/sosplice/tcp/args-idle-timeout.pl N src/regress/sys/kern/sosplice/tcp/args-idle-trickle.pl N src/regress/sys/kern/sosplice/tcp/args-inet6-client.pl N src/regress/sys/kern/sosplice/tcp/args-inet6-server.pl N src/regress/sys/kern/sosplice/tcp/args-inet6.pl N src/regress/sys/kern/sosplice/tcp/args-long.pl N src/regress/sys/kern/sosplice/tcp/args-max-sleep-client-nonblock.pl N src/regress/sys/kern/sosplice/tcp/args-max-sleep-client-short.pl N src/regress/sys/kern/sosplice/tcp/args-max-sleep-client.pl N src/regress/sys/kern/sosplice/tcp/args-max-sleep-relay-short.pl N src/regress/sys/kern/sosplice/tcp/args-max-sleep-relay.pl N src/regress/sys/kern/sosplice/tcp/args-max-sleep-server.pl N src/regress/sys/kern/sosplice/tcp/echo.pl N src/regress/sys/kern/sosplice/tcp/args-max-time.pl N src/regress/sys/kern/sosplice/tcp/args-max.pl N src/regress/sys/kern/sosplice/tcp/args-maxcopy-sleep-client.pl N src/regress/sys/kern/sosplice/tcp/args-maxcopy-sleep-relay.pl N src/regress/sys/kern/sosplice/tcp/args-maxcopy-sleep-server.pl N src/regress/sys/kern/sosplice/tcp/args-nonblock.pl N src/regress/sys/kern/sosplice/tcp/args-null-max-sleep-client-nonblock.pl N src/regress/sys/kern/sosplice/tcp/args-null-max-sleep-client.pl N src/regress/sys/kern/sosplice/tcp/args-null-sleep-client.pl N src/regress/sys/kern/sosplice/tcp/args-null.pl N src/regress/sys/kern/sosplice/tcp/args-oob-max-sleep-client.pl N src/regress/sys/kern/sosplice/tcp/args-oob-max-sleep-relay.pl N src/regress/sys/kern/sosplice/tcp/args-oob-max-sleep-server.pl N src/regress/sys/kern/sosplice/tcp/args-oob-max.pl N src/regress/sys/kern/sosplice/tcp/args-oob-nonblock.pl N src/regress/sys/kern/sosplice/tcp/args-oob-reverse-nonblock.pl N src/regress/sys/kern/sosplice/tcp/args-oob-reverse.pl N src/regress/sys/kern/sosplice/tcp/args-oob.pl N src/regress/sys/kern/sosplice/tcp/args-oobinline-max-sleep-client.pl N src/regress/sys/kern/sosplice/tcp/args-oobinline-max-sleep-relay.pl N src/regress/sys/kern/sosplice/tcp/args-oobinline-max-sleep-server.pl N src/regress/sys/kern/sosplice/tcp/args-oobinline-max.pl N src/regress/sys/kern/sosplice/tcp/args-oobinline-nonblock.pl N src/regress/sys/kern/sosplice/tcp/args-oobinline-reverse-nonblock.pl N src/regress/sys/kern/sosplice/tcp/args-oobinline-reverse.pl N src/regress/sys/kern/sosplice/tcp/args-oobinline.pl N src/regress/sys/kern/sosplice/tcp/args-relay-close-in.pl N src/regress/sys/kern/sosplice/tcp/args-relay-read-blocking.pl N src/regress/sys/kern/sosplice/tcp/args-relay-read-eof.pl N src/regress/sys/kern/sosplice/tcp/args-relay-read-forked.pl N src/regress/sys/kern/sosplice/tcp/args-relay-write-forked.pl N src/regress/sys/kern/sosplice/tcp/args-reset-eof.pl N src/regress/sys/kern/sosplice/tcp/args-reset-sleep-server.pl N src/regress/sys/kern/sosplice/tcp/args-reset.pl N src/regress/sys/kern/sosplice/tcp/args-reverse-long.pl N src/regress/sys/kern/sosplice/tcp/args-reverse-nonblock.pl N src/regress/sys/kern/sosplice/tcp/args-reverse-null.pl N src/regress/sys/kern/sosplice/tcp/args-reverse-sleep-client.pl N src/regress/sys/kern/sosplice/tcp/args-reverse-sleep-relay.pl N src/regress/sys/kern/sosplice/tcp/args-reverse-sleep-server.pl N src/regress/sys/kern/sosplice/tcp/args-reverse.pl N src/regress/sys/kern/sosplice/tcp/args-server-abort.pl N src/regress/sys/kern/sosplice/tcp/args-server-exit.pl N src/regress/sys/kern/sosplice/tcp/args-short.pl N src/regress/sys/kern/sosplice/tcp/args-sleep-relay.pl N src/regress/sys/kern/sosplice/tcp/args-sleep-client.pl N src/regress/sys/kern/sosplice/tcp/args-sleep-server.pl N src/regress/sys/kern/sosplice/tcp/args-smallbuf-sleep-client.pl N src/regress/sys/kern/sosplice/tcp/args-smallbuf-sleep-relay.pl N src/regress/sys/kern/sosplice/tcp/args-smallbuf-sleep-server.pl N src/regress/sys/kern/sosplice/tcp/args-smallbuf.pl N src/regress/sys/kern/sosplice/tcp/args-smallrcv-sleep-client.pl N src/regress/sys/kern/sosplice/tcp/args-smallrcv-sleep-relay.pl N src/regress/sys/kern/sosplice/tcp/args-smallrcv-sleep-server.pl N src/regress/sys/kern/sosplice/tcp/args-smallrcv.pl N src/regress/sys/kern/sosplice/tcp/args-smallsnd-sleep-client.pl N src/regress/sys/kern/sosplice/tcp/args-smallsnd-sleep-relay.pl N src/regress/sys/kern/sosplice/tcp/Makefile N src/regress/sys/kern/sosplice/tcp/args-smallsnd-sleep-server.pl N src/regress/sys/kern/sosplice/tcp/args-smallsnd.pl N src/regress/sys/kern/sosplice/tcp/args-unsplice-forked.pl N src/regress/sys/kern/sosplice/tcp/args-write-sleep-server.pl N src/regress/sys/kern/sosplice/tcp/args-write.pl N src/regress/sys/kern/sosplice/tcp/direct.pl N src/regress/sys/kern/sosplice/tcp/relay.pl N src/regress/sys/kern/sosplice/tcp/remote.pl N src/regress/sys/kern/sosplice/udp/Makefile N src/regress/sys/kern/sosplice/udp/args-default.pl N src/regress/sys/kern/sosplice/udp/direct.pl N src/regress/sys/kern/sosplice/udp/args-nospace.pl N src/regress/sys/kern/sosplice/udp/relay.pl N src/regress/sys/kern/sosplice/udp/args-multi.pl N src/regress/sys/kern/sosplice/udp/args-max.pl N src/regress/sys/kern/sosplice/udp/remote.pl N src/regress/sys/kern/sosplice/udp/args-idle-timeout.pl N src/regress/sys/kern/sosplice/udp/args-idle-trickle.pl N src/regress/sys/kern/sosplice/udp/args-inet6-client.pl N src/regress/sys/kern/sosplice/udp/args-inet6-server.pl N src/regress/sys/kern/sosplice/udp/args-inet6.pl N src/regress/sys/kern/sosplice/udp/args-long.pl N src/regress/sys/kern/sosplice/error/args-EOPNOTSUPP.pl N src/regress/sys/kern/sosplice/error/args-idle-EINVAL.pl N src/regress/sys/kern/sosplice/error/args-udp-EPROTONOSUPPORT.pl N src/regress/sys/kern/sosplice/error/remote.pl N src/regress/sys/kern/sosplice/error/args-max-EINVAL.pl N src/regress/sys/kern/sosplice/error/args-splice-EBADF.pl N src/regress/sys/kern/sosplice/error/args-splice-EBUSY.pl N src/regress/sys/kern/sosplice/error/args-splice-EINVAL.pl N src/regress/sys/kern/sosplice/error/args-splice-ENOTCONN.pl N src/regress/sys/kern/sosplice/error/args-splice-ENOTSOCK.pl N src/regress/sys/kern/sosplice/error/args-splice-EOPNOTSUPP.pl N src/regress/sys/kern/sosplice/error/args-splice-EPROTONOSUPPORT.pl N src/regress/sys/kern/sosplice/error/args-udp-ENOTCONN.pl N src/regress/sys/kern/sosplice/error/Makefile N src/regress/sys/kern/sosplice/error/error.pl N src/regress/sys/kern/sosplice/error/args-EBUSY.pl N src/regress/sys/kern/sosplice/error/args-unix-EPROTONOSUPPORT.pl N src/regress/sys/kern/sosplice/error/args-ENOTCONN.pl No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2013/01/03 10:43:34 Modified files: regress/sys/kern: Makefile Log message: Add subdir sosplice. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2013/01/03 10:48:16 Removed files: regress/sys/kern/splice: Child.pm Client.pm Makefile Proc.pm Relay.pm Remote.pm Server.pm args-default.pl args-idle-reverse.pl args-idle-timeout.pl args-idle-trickle.pl args-inet6-client.pl args-inet6-server.pl args-inet6.pl args-long.pl args-max-sleep-client-nonblock.pl args-max-sleep-client-short.pl args-max-sleep-client.pl args-max-sleep-relay-short.pl args-max-sleep-relay.pl args-max-sleep-server.pl args-max-time.pl args-max.pl args-maxcopy-sleep-client.pl args-maxcopy-sleep-relay.pl args-maxcopy-sleep-server.pl args-nonblock.pl args-null-max-sleep-client-nonblock.pl args-null-max-sleep-client.pl args-null-sleep-client.pl args-null.pl args-oob-max-sleep-client.pl args-oob-max-sleep-relay.pl args-oob-max-sleep-server.pl args-oob-max.pl args-oob-nonblock.pl args-oob-reverse-nonblock.pl args-oob-reverse.pl args-oob.pl args-oobinline-max-sleep-client.pl args-oobinline-max-sleep-relay.pl args-oobinline-max-sleep-server.pl args-oobinline-max.pl args-oobinline-nonblock.pl args-oobinline-reverse-nonblock.pl args-oobinline-reverse.pl args-oobinline.pl args-relay-close-in.pl args-relay-read-blocking.pl args-relay-read-eof.pl args-relay-read-forked.pl args-relay-write-forked.pl args-reset-eof.pl args-reset-sleep-server.pl args-reset.pl args-reverse-long.pl args-reverse-nonblock.pl args-reverse-null.pl args-reverse-sleep-client.pl args-reverse-sleep-relay.pl args-reverse-sleep-server.pl args-reverse.pl args-server-abort.pl args-server-exit.pl args-short.pl args-sleep-client.pl args-sleep-relay.pl args-sleep-server.pl args-smallbuf-sleep-client.pl args-smallbuf-sleep-relay.pl args-smallbuf-sleep-server.pl args-smallbuf.pl args-smallrcv-sleep-client.pl args-smallrcv-sleep-relay.pl args-smallrcv-sleep-server.pl args-smallrcv.pl args-smallsnd-sleep-client.pl args-smallsnd-sleep-relay.pl args-smallsnd-sleep-server.pl args-smallsnd.pl args-write-sleep-server.pl args-write.pl direct.pl echo.pl error-EBUSY.pl error-ENOTCONN.pl error-EOPNOTSUPP.pl error-EPROTONOSUPPORT.pl error-idle-EINVAL.pl error-max-EINVAL.pl error-splice-EBADF.pl error-splice-EBUSY.pl error-splice-EINVAL.pl error-splice-ENOTCONN.pl error-splice-ENOTSOCK.pl error-splice-EOPNOTSUPP.pl error-splice-EPROTONOSUPPORT.pl funcs.pl relay.pl remote.pl Log message: The socket splicing tests have been moved from directory splice to sosplice. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/03 11:29:07 Modified files: shells/ksh93 : Makefile Log message: mark BROKEN-mips64, libast doesn't build and we have no idea how or why. ok pascal@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: gonzalo@cvs.openbsd.org 2013/01/03 11:37:19 Modified files: etc/bind : root.hint Log message: sync; new IPv4 address for d.root-servers.net Ok sthen@ CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2013/01/03 12:45:57 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Refactor code for extracting and checksumming of (x)etcXX.tgz sets or preparing from /usr/src into extract_set() and prepare_src(). - extend error handling and quoting of user supplied input - move and rename get_sets() to get_set(), change parameter order and allow arbitrary filenames in url pattern (see r1.62 msg) ok halex@, 'go ahead' ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/03 12:50:47 Modified files: sysutils/augeas: Makefile sysutils/augeas/files: bootconf.aug test_bootconf.aug Added files: sysutils/augeas/patches: patch-lenses_monit_aug Log message: - various fixes to the BootConf lens, thanks to william@ for providing a few boot.conf results. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/03 13:05:15 Modified files: mail/roundcubemail: Makefile Added files: mail/roundcubemail/patches: patch-program_include_rcube_imap_php patch-program_lib_washtml_php patch-program_steps_mail_get_inc Log message: add fixes from Roundcube upstream git: - Workaround IE<=8 bug where Content-Disposition:inline was ignored - Fix XSS vulnerability in vbscript: and data:text links handling - Fix cache (in)validation after setting \Deleted flag CVSROOT: /cvs Module name: www Changes by: phessler@cvs.openbsd.org 2013/01/03 13:43:45 Modified files: papers : index.html Log message: Add the video for my EuroBSDCon presentation. from chl@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2013/01/03 14:03:15 Modified files: editors/libreoffice: Makefile distinfo Log message: update to 3.6.4.3 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/03 14:51:01 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k.c m88k.h Log message: The removal of sdata support also removed the only use of SYMBOL_REF_FLAG in the m88k backend; as a result, SHORT_ADDRESS_P() will always return 0, therefore remove all code depending on it being nonzero. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/03 15:41:56 Modified files: mail/rcube-sieverules: Makefile distinfo mail/rcube-sieverules/pkg: PLIST Log message: update rcube-sieverules to 1.17.1 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/03 15:52:01 Modified files: infrastructure/man/man1: dpb.1 Log message: explain rationale and working of unjunk CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2013/01/03 16:22:58 Modified files: usr.bin/ssh : ssh-keygen.c Log message: allow fingerprinting of keys hosted in PKCS#11 tokens: ssh-keygen -lD ... ok markus@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/03 17:24:10 Modified files: net/quagga : Makefile Added files: net/quagga/patches: patch-lib_sockopt_c patch-lib_sockopt_h patch-ospfd_ospf_network_c patch-ripd_rip_interface_c Log message: revert multicast changes in last upstream release, they do not work on OS which require the interface IP address for IP_{ADD,DROP}_MEMBERSHIP reported by Raphael Mazelier CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/03 17:40:37 ports/sysutils/login_oath/patches Update of /cvs/ports/sysutils/login_oath/patches In directory cvs.openbsd.org:/tmp/cvs-serv11925/patches Log Message: Directory /cvs/ports/sysutils/login_oath/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/03 17:41:42 Modified files: sysutils/login_oath: Makefile Added files: sysutils/login_oath/patches: patch-login_totp-and-pwd_login_totp-and-pwd_8 patch-login_totp_login_totp_8 Log message: add a clue to the manual re 60 second x-step-size used by the c200 TOTP tokens. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/03 17:56:48 Modified files: net/ircd-hybrid: Makefile distinfo Log message: Update to ircd-hybrid 8.0.4. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/03 18:10:30 Modified files: devel/llvm : Makefile devel/llvm/patches: patch-tools_clang_lib_Driver_Tools_cpp Log message: Silence some warnings and allow passing down some feature flags to the linker. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/03 18:17:02 Modified files: x11/xfce4/orage: Makefile Log message: missed bump CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/03 18:30:47 Modified files: devel/py-hg-git: Makefile distinfo devel/py-hg-git/pkg: PLIST Log message: Update py-hg-git to 0.3.4, from Dmitrij D. Czarkoff, plus an ugly tweak to get a sensible distfile name from me. (Previous version doesn't work with current Mercurial). CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2013/01/03 19:47:46 Modified files: sys/dev/usb : usbdevs Log message: add Huawei E353 from Zavisa Nikac CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2013/01/03 19:48:27 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2013/01/03 19:49:44 Modified files: sys/dev/usb : umsm.c Log message: add Huawei E353 from/tested by Zavisa Nikac CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2013/01/03 19:53:54 Modified files: share/man/man4 : umsm.4 Log message: add Huawei E353 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/03 22:16:49 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k.h Log message: Remove extern declarations redundant with "flags.h" CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2013/01/03 22:31:35 Modified files: sys/dev/pci/drm: radeon_drv.c Log message: fix a logical or that was inteded to be binary in the last revision spotted by clang, blindly accepted by gcc... CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/04 00:23:39 Modified files: sysutils/augeas/patches: patch-lenses_fonts_aug Log message: committed upstream, no pkg change. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/04 00:47:44 Log message: import naturaldocs-1.52 Natural Docs is an extensible, multi-language source code documentation generator. The syntax is transparent so that the comments in the source code read just as easily as the generated documentation. Also focuses on automation and high-quality output. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20130401 N ports/textproc/naturaldocs/distinfo N ports/textproc/naturaldocs/Makefile N ports/textproc/naturaldocs/pkg/PLIST N ports/textproc/naturaldocs/pkg/DESCR N ports/textproc/naturaldocs/files/NaturalDocs.sh No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/04 00:49:15 Modified files: textproc : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/04 00:55:47 Modified files: sysutils/augeas: Makefile sysutils/augeas/pkg: PLIST Added files: sysutils/augeas/files: ntpd.aug test_ntpd.aug sysutils/augeas/patches: patch-lenses_rx_aug Log message: add a parser for openntpd's ntpd.conf (committed upstream) CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2013/01/04 00:56:36 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: simplify chroot cases ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/04 01:06:34 Modified files: x11/gtk+3 : Makefile distinfo Log message: Maintenance update to gtk+3-3.6.3. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2013/01/04 01:06:44 Modified files: de : anoncvs.html faq/pt : index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/04 02:28:30 Modified files: devel/cscope : Makefile distinfo Log message: - update cscope to 15.8a - remove USE_GROFF ok tobiasu@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/04 03:26:29 Modified files: . : INDEX Log message: sync; 7867 CVSROOT: /cvs Module name: ports Changes by: chrisz@cvs.openbsd.org 2013/01/04 04:07:29 Modified files: math/coq : Makefile distinfo math/coq/patches: patch-configure math/coq/pkg : DESCR PFRAG.native PLIST Added files: math/coq/patches: patch-Makefile_build patch-ide_preferences_ml patch-ide_utils_okey_ml patch-test-suite-Makefile math/coq/pkg : PFRAG.dynlink-native PFRAG.shared Log message: update to version 8.4 OK jasper@, sthen@, Yozo Toda (maintainer) CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/04 04:27:20 Modified files: textproc/py-nltk: Makefile distinfo textproc/py-nltk/patches: patch-setup_py textproc/py-nltk/pkg: PLIST Log message: - update py-nltk to 2.0.4 - regen PLIST - update patches and MASTER_SITES - add MODPY_SETUPTOOLS comments and ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/04 04:42:18 Modified files: devel/xdg-utils: Makefile devel/xdg-utils/patches: patch-scripts_xdg-open Log message: Fix sed(1) usage to open the proper application according to its mime type. breakage reported by edd@, fixed by sthen@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/04 05:03:06 Modified files: infrastructure/lib/DPB: Locks.pm Log message: forgot that one commit for nojunk. Oops CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/04 05:06:25 Modified files: infrastructure/bin: dpb infrastructure/lib/DPB: Engine.pm Reporter.pm Util.pm Added files: infrastructure/lib/DPB: Limiter.pm Log message: take the rate-limiting concept used for the engine, and make it available elsewhere. Also use it for the Reporter, as it makes no sense to spend THAT much time reporting quick changes, which actually slows the build. ($factor to tweak as needed). CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2013/01/04 05:14:44 Modified files: . : want.html Log message: Thanks to the folks at www.linuxfund.org, I'm now the happy owner of an all-in-one HP OfficeJet 7500A-W which means I'll be able to fix/update print drivers without being blind :-) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/04 05:16:51 Modified files: infrastructure/man/man1: dpb.1 Log message: document new exhaustive rate-limiting CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/04 05:34:29 Modified files: infrastructure/lib/DPB: Limiter.pm Log message: remove unneeded scaffold CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2013/01/04 05:43:52 Modified files: regress/sys/kern/sosplice: funcs.pl Log message: Fix another race in socket splicing test. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/04 05:45:44 Modified files: infrastructure/lib/DPB: Limiter.pm Log message: tweak limiter output some more. offset display is not really needed, but knowing about force computes might. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/04 05:46:20 Modified files: infrastructure/bin: dpb Log message: force report display to fire whenever some new ports get built. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/04 05:49:06 Modified files: infrastructure/lib/DPB: Reporter.pm Log message: ... and don't forget to propagate it thru CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/04 05:56:26 Modified files: infrastructure/man/man1: dpb.1 Log message: synch manpage with reality CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/04 06:34:51 Modified files: net/isc-bind : Makefile Added files: net/isc-bind/patches: patch-lib_dns_rootns_c Log message: sync new address for D root CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/04 06:56:24 Modified files: devel/py-monthdelta: Makefile distinfo devel/py-monthdelta/pkg: PLIST Log message: - update py-monthdelta to 1.0b - update licence - add MODPY_SETUPTOOLS - regen PLIST - remove mpi@ from maintainer as per his request. ok mpi@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2013/01/04 07:01:49 Modified files: regress/usr.sbin/relayd: Client.pm Makefile Proc.pm Remote.pm Server.pm direct.pl funcs.pl relayd.pl remote.pl Log message: Sync relayd tests with socket splicing tests. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2013/01/04 07:05:41 Modified files: math/maxima : Makefile distinfo math/maxima/patches: patch-configure patch-share_Makefile_in patch-src_Makefile_in math/maxima/pkg: PLIST Added files: math/maxima/patches: patch-src_init-cl_lisp Log message: update to maxima-5.29.1 OK shadchin@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2013/01/04 07:06:33 Modified files: math/wxMaxima : Makefile distinfo math/wxMaxima/pkg: PLIST Log message: update to wxMaxima-12.09.0 OK shadchin@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/04 08:50:26 Modified files: audio/last.fm : Makefile audio/shell-fm : Makefile Log message: Drop maintainership Last.fm is no longer able to provide radio streaming to my country CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2013/01/04 08:57:41 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.mvme88k md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus mi distrib/sets/lists/xserv: md.macppc Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/01/04 09:22:22 xenocara/app/xterm/package/freebsd Update of /cvs/xenocara/app/xterm/package/freebsd In directory cvs.openbsd.org:/tmp/cvs-serv8302/package/freebsd Log Message: Directory /cvs/xenocara/app/xterm/package/freebsd added to the repository CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2013/01/04 09:23:04 Modified files: app/cwm : calmwm.h client.c conf.c parse.y Log message: get rid of struct color CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2013/01/04 09:23:51 Modified files: app/cwm : conf.c Log message: spacing CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2013/01/04 09:27:58 Modified files: app/cwm : calmwm.h conf.c parse.y Log message: really these are just border colors, so adjust the define CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2013/01/04 09:30:03 Modified files: app/cwm : calmwm.h client.c kbfunc.c Log message: rename {h,v}max functions for consistency; from Jan Stary CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/01/04 09:40:18 Modified files: app/xterm : INSTALL MANIFEST THANKS Tekproc.c VTPrsTbl.c VTparse.def VTparse.h XTerm.ad button.c charproc.c configure.in ctlseqs.ms ctlseqs.txt cursor.c data.h df-install.in error.h fontutils.c input.c koi8rxterm.man linedata.c main.c main.h menu.c menu.h minstall.in misc.c os2main.c print.c ptyx.h resize.man screen.c scrollbar.c tabs.c termcap terminfo trace.c trace.h util.c uxterm.desktop uxterm.man version.h xcharmouse.h xterm.desktop xterm.h xterm.log.html xterm.man xtermcfg.h xtermcfg.hin app/xterm/icons: xterm-color_32x32.xpm xterm-color_48x48.xpm xterm_32x32.xpm xterm_48x48.xpm app/xterm/package: xterm.spec app/xterm/package/debian: changelog rules xterm-xres.sed app/xterm/vttests: 256colors2.pl 88colors2.pl Added files: app/xterm/icons: filled-xterm.png filled-xterm.svg filled-xterm.xpms filled-xterm_16x16.xpm filled-xterm_32x32.xpm filled-xterm_48x48.xpm mini.xterm.svg mini.xterm.xpms mini.xterm_16x16.png mini.xterm_16x16.xpm mini.xterm_256x256.png mini.xterm_32x32.png mini.xterm_32x32.xpm mini.xterm_48x48.png mini.xterm_48x48.xpm terminal_48x48.svg terminal_48x48.xpm xterm-color.png xterm-color.svg xterm-color.xpms xterm-color_16x16.xpm xterm.png xterm.svg xterm.xpms xterm_16x16.xpm app/xterm/package/debian: xterm-dev.menu app/xterm/package/freebsd: Makefile pkg-descr pkg-message pkg-plist app/xterm/vttests: query-color.pl Log message: Update to xterm 287. tested by mpi@ and krw@. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/01/04 09:46:31 Modified files: . : 3RDPARTY Log message: update CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/01/04 09:51:59 Modified files: lib/freetype : ChangeLog Jamfile Makefile README shlib_version lib/freetype/builds: toplevel.mk lib/freetype/builds/unix: configure.ac configure.raw unix-def.in 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 CUSTOMIZE INSTALL.CROSS 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 ftchapters.h fterrdef.h ftmodapi.h ttnameid.h tttables.h lib/freetype/include/freetype/config: ftconfig.h ftheader.h ftoption.h ftstdlib.h lib/freetype/include/freetype/internal: autohint.h ftcalc.h ftdriver.h ftobjs.h ftpic.h ftrfork.h ftserv.h fttrace.h pshints.h sfnt.h lib/freetype/src/autofit: afangles.c afcjk.c afcjk.h afdummy.c afglobal.c afglobal.h afhints.c afhints.h afindic.c afindic.h aflatin.c aflatin.h aflatin2.c aflatin2.h afloader.c afloader.h afmodule.c afmodule.h afpic.c afpic.h aftypes.h lib/freetype/src/base: basepic.c ftgloadr.c ftglyph.c ftinit.c ftobjs.c ftoutln.c ftrfork.c ftstroke.c ftsynth.c fttrigon.c lib/freetype/src/bdf: bdflib.c lib/freetype/src/cache: ftccmap.c lib/freetype/src/cff: cffdrivr.c cffload.c cffobjs.c cffparse.c cffpic.c cffpic.h lib/freetype/src/cid: cidload.c lib/freetype/src/psaux: psconv.c psconv.h t1decode.c lib/freetype/src/pshinter: pshglob.c pshmod.c pshpic.c pshpic.h lib/freetype/src/psnames: psmodule.c pspic.c pspic.h lib/freetype/src/raster: rastpic.c lib/freetype/src/sfnt: sfdriver.c sfntpic.c sfntpic.h sfobjs.c ttcmap.c ttcmap.h ttcmapc.h ttload.c lib/freetype/src/smooth: ftgrays.c ftsmooth.c ftspic.c lib/freetype/src/tools/docmaker: content.py sources.py lib/freetype/src/truetype: rules.mk truetype.c ttdriver.c ttgload.c ttgxvar.c ttinterp.c ttinterp.h ttobjs.c ttobjs.h ttpic.c ttpic.h lib/freetype/src/type1: t1load.c t1parse.c lib/freetype/src/type42: t42parse.c Added files: lib/freetype/docs/reference: ft2-auto_hinter.html lib/freetype/include/freetype: ftautoh.h lib/freetype/include/freetype/internal/services: svprop.h lib/freetype/src/truetype: ttsubpix.c ttsubpix.h Log message: Update to freetype 2.4.11. Tested by krw@, jasper@ and on a bulk ports build by naddy@. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/04 11:20:00 Modified files: security/assl : Makefile distinfo security/assl/pkg: PLIST Log message: - update assl to 1.2.0 - bump SHARED_LIBS - regen PLIST From David Hill CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/04 11:21:54 Modified files: print/hplip : Makefile print/hplip/pkg: PLIST-hpcups PLIST-hpijs Log message: Move files where they belong. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/04 11:29:13 Modified files: infrastructure/bin: dpb Log message: fix typo. Symptom: errors out at end of build noticed by rpe@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/04 11:49:39 Modified files: infrastructure/lib/DPB: Core.pm Log message: another half-baked change CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/04 12:21:52 Modified files: graphics/clutter/cogl: Makefile distinfo graphics/clutter/cogl/pkg: PLIST Log message: - update to cogl-1.12.2 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/04 12:26:38 Modified files: usr.bin/ssh : sftp-server.8 sftp-server.c Log message: sftp-server.8: add argument name to -d sftp-server.c: add -d to usage() ok djm CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/04 12:27:46 Modified files: usr.bin/calendar/calendars: calendar.birthday Log message: no more ussr; diff originally from Jeff Ross CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/04 12:31:28 Modified files: usr.bin/units : units.1 units.c Log message: an undocumented feature of units was the ability to specify a prefix in non-interactive mode. document that now, but also allow for the prefix to be given without a need to quote it; code lifted from atatat (netbsd -r1.10); otto helped me paste it in. ok otto millert CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/04 12:34:10 Modified files: infrastructure/lib/DPB: Engine.pm Grabber.pm Logger.pm Log message: switch to IO::File and explicit flush for the engine log. should be slightly faster CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/04 13:46:58 Modified files: net/py-dnspython: Makefile distinfo net/py-dnspython/pkg: PLIST Log message: - update py-dnspython to 1.10.0 - regen PLIST 'Looks good to me!' wcmaier@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/04 14:19:19 Modified files: infrastructure/lib/DPB/Core: Distant.pm Log message: make sure we zap any lingering socket before we restart our master. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2013/01/04 15:57:07 Log message: Import hex-a-hop port. Hex-a-Hop is a hexagonal tile-based puzzle game with one simple goal: destroy all green tiles! There are infinite undos and no time limits -- you just have to find a way to destroy all the green tiles and step on a safe tile at the end. ok landry Status: Vendor Tag: stsp Release Tags: stsp_20130104 N ports/games/hex-a-hop/Makefile N ports/games/hex-a-hop/distinfo N ports/games/hex-a-hop/pkg/PLIST N ports/games/hex-a-hop/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2013/01/04 16:11:53 Modified files: games : Makefile Log message: += hex-a-hop CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2013/01/04 16:19:40 Modified files: sys/dev/pci : rtsx_pci.c sdhc_pci.c Log message: Attach rtsx(4) only to devices using the 'undefined' PCI class, and do not ever attach sdhc(4) to devices matching the rtsx(4) vendor/product ID. Fixes an issue reported by Dave Anderson where on his hardware both drivers attached to apparently the same device which then failed to work reliably. ok deraadt CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/04 20:04:45 Modified files: databases/mysql: Tag: OPENBSD_5_2 Makefile distinfo databases/mysql/patches: Tag: OPENBSD_5_2 patch-scripts_mysqld_safe_sh patch-sql_mysqld_cc databases/mysql/pkg: Tag: OPENBSD_5_2 PLIST-tests Log message: MFC: Update to MySQL 5.1.67. ok jasper@ sthen@ CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2013/01/04 22:29:53 Modified files: . : sparc64.html Log message: Fujitsu PRIMEPOWER 1 works according to a submitted dmesg CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2013/01/04 22:31:08 Modified files: distrib/notes/sparc64: hardware Log message: add Fujitsu PRIMEPOWER 1 CVSROOT: /cvs Module name: ports Changes by: sasano@cvs.openbsd.org 2013/01/04 23:18:06 Modified files: geo/gpsbabel : Makefile distinfo geo/gpsbabel/patches: patch-configure_in geo/gpsbabel/pkg: PLIST-main Added files: geo/gpsbabel/patches: patch-gbser_posix_c Log message: update to gpsbabel 1.4.4 - add patch to open serial port with non-blocking mode (useful for USB-GPS dongle) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/05 00:01:44 Modified files: infrastructure/man/man1: dpb.1 Log message: fix thinko. as noticed by Mikolaj Kucharski. CVSROOT: /cvs Module name: www Changes by: sebastia@cvs.openbsd.org 2013/01/05 00:59:22 Modified files: . : want.html Log message: Clean up my wishlist, got an PPC notebook cheap on E-Bay myself, but really would like to have some amd64 notebook, soon I have to start commuting daily. The old stuff I have around don't stand a 45mins train ride battery lifetime. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2013/01/05 01:27:49 Modified files: sys/dev/pci : pciide.c Log message: - add some intel 7 series sata ids. ok jsg@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2013/01/05 02:43:25 Modified files: share/man/man5 : bsd.port.mk.5 Log message: Gnome > GNOME CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/05 03:37:14 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k.c m88k.h Log message: Rename m88k_pound_sign to m88k_register_prefix (even though the prefix is used for more than registers). Convert all output of registers to asm_fprintf with %R. Stop altering reg_names[] at runtime depending on the selected register prefix. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/05 03:40:12 Modified files: devel/py-isodate: Makefile distinfo devel/py-isodate/pkg: PLIST Log message: - update py-isodate to 0.4.9 - regen PLIST ok shadchin@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/05 03:49:58 Modified files: devel/py-mxDateTime: Makefile distinfo devel/py-mxDateTime/pkg: PLIST Log message: - update py-mxDateTime to 3.2.5 - update WANTLIB - regen PLIST tweaks and ok shadchin@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2013/01/05 04:06:40 Modified files: www/links+ : Makefile distinfo Log message: update to links+ 2.7 Changes since 2.6 * Fixed a bug that horizontal line
was not displayed when terminal was set to utf-8 * Fixed bad palette in framebuffer on TGA on Alpha * Fixed a bug that \001 was displayed instead of a non-breaking space when converting to ascii * Support IPv6 Support multiple addresses (try to connect to all of them) * Fix memory leak in ftp * Fixed incorrect display when aspect ratio was changed while multiple windows were open * Fixed a bug that blocked URLs didn't work if proxy was used * Support extended coordinates in xterm mouse reporting, avoid previous limit 222 on maximum possible coordinate * Use enter to scale image * PMshell driver was hacked to support also Win32 api * HTTPS proxy ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/05 04:07:53 Modified files: gnu/usr.bin/gcc/gcc/doc: invoke.texi gnu/usr.bin/gcc/gcc/config/m88k: m88k.c m88k.h Log message: Remove the -mno-underscores, -msvr3 and -msvr4 options. They suppose the compiler can be built on one particular m88k system and output code for another with the proper options, but it only does half the job since there is too much knowledge of the native toolchain embedded (at compile-time) in the compiler. Building code for a different operating system and toolchain is what cross-compiler are for. Remove support for SDB debug information (only used by SVR3) and tdesc debug information (only used by SVR4). The latter is questionable, but this helps making the code less entangled. Tell m88k.h to not rewrite almost all ASM_WHATEVER macros gratuitously on the false pretense that `all m88k assemblers use the same syntax for pseudo-ops'. This was already not true with SVR4, and is getting worse with our ELF toolchain. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/05 04:16:24 Modified files: databases/p5-Redis: Makefile distinfo Log message: - update p5-Redis to 1.955 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/05 04:19:25 Modified files: libexec/ld.so : Makefile Log message: if defined(NOPIC), do not attempt to .include arch/Makefile.inc for it may not exist yet. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/05 04:20:56 Modified files: . : Makefile.cross distrib/luna88k/ramdisk: Makefile distrib/mvme88k/ramdisk: Makefile distrib/sets/lists/base: md.aviion md.luna88k md.mvme88k distrib/sets/lists/comp: md.aviion md.luna88k md.mvme88k distrib/sets/lists/man: md.aviion md.luna88k md.mvme88k gnu/usr.bin/binutils: Makefile.bsd-wrapper gnu/usr.bin/binutils/bfd: config.bfd gnu/usr.bin/binutils/gdb: configure.tgt gnu/usr.bin/gcc/gcc: config.gcc lib/csu/m88k : Makefile crt0.c lib/libc/arch/m88k: SYS.h lib/libc/arch/m88k/gen: _setjmp.S fabs.S flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c fpsetsticky.c setjmp.S sigsetjmp.S lib/libc/arch/m88k/net: htonl.S htons.S ntohl.S ntohs.S lib/libc/arch/m88k/sys: Ovfork.S brk.S cerror.S exect.S fork.S sbrk.S sigpending.S sigprocmask.S sigreturn.S sigsuspend.S syscall.S tfork_thread.S lib/libm/arch/m88k: fenv.c lib/librthread/arch/m88k: _atomic_lock.c cerror.S libexec/ld.so/ldconfig: prebind.c share/mk : bsd.own.mk sys/arch/aviion/aviion: eh.S locore.S prom.c sys/arch/aviion/conf: Makefile.aviion sys/arch/luna88k/conf: Makefile.luna88k sys/arch/luna88k/luna88k: eh.S locore.S sys/arch/m88k/include: asm.h asm_macro.h atomic.h cdefs.h cpu.h db_machdep.h lock.h mmu.h profile.h sys/arch/m88k/m88k: atomic.S eh_common.S m88100_fp.S m88110_fp.c m88110_mmu.S m88k_machdep.c mutex.S process.S subr.S vectors_88100.S vectors_88110.S sys/arch/mvme88k/conf: Makefile.mvme88k sys/arch/mvme88k/dev: bpp.c bugio.c sys/arch/mvme88k/mvme88k: eh.S locore.S m1x7_machdep.c m88410.c sys/arch/mvme88k/stand/bootsd: Makefile boot.c version.c sys/arch/mvme88k/stand/bootst: Makefile boot.c version.c sys/arch/mvme88k/stand/bootxx: Makefile sys/arch/mvme88k/stand/bugcrt: Makefile crt0.S sys/arch/mvme88k/stand/libbug: delay.c diskrd.c diskwr.c getbrdid.c inchr.c instat.c netcfig.c netctrl.c netfopen.c netfread.c outln.c outstr.c prom.h putchar.c rtc_rd.c sys/arch/mvme88k/stand/netboot: Makefile boot.c version.c sys/arch/mvme88k/stand/tftpboot: Makefile boot.c version.c sys/lib/libkern/arch/m88k: bzero.S copy_subr.S Added files: gnu/usr.bin/gcc/gcc/config/m88k: openbsdelf.h lib/csu/m88k : md_init.h sys/arch/aviion/include: reloc.h sys/arch/luna88k/conf: ld.script sys/arch/luna88k/include: reloc.h sys/arch/m88k/include: reloc.h sys/arch/mvme88k/include: reloc.h sys/arch/mvme88k/stand: ld.script Log message: Switch m88k ports to ELF. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/05 05:16:18 Modified files: distrib/notes/mvme88k: contents Log message: Update sets sizes, comp52 now expands to 75MB more data. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/01/05 05:34:53 Modified files: usr.sbin/dhcpd : packet.c Log message: Check UDP length field for short as well as long values. Fixes a dhcpd crash when a UDP packet arrives saying it has 0 length. Spotted by Martin Pelikan, who also noted it was fixed a while ago in ISC DHCP 3.0b2p17. Fix tested by Martin. Thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/05 05:45:45 Modified files: net/samba : Makefile Log message: Explicitely compile --without-pam. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/05 05:47:45 Modified files: print/cups : Makefile Log message: Add avahi support. Apple removed the CUPS polling daemon so this is the only way we can browse for shared printers. discussed with and agreed by several CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2013/01/05 05:53:08 Modified files: devel/subversion: Makefile distinfo Log message: Update to Subversion 1.7.8. ok benoit CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/05 05:53:09 Modified files: graphics/sane-backends: Makefile print/cups-filters: Makefile print/gtklp : Makefile print/gutenprint: Makefile print/hplip : Makefile x11/gnome/controlcenter: Makefile x11/gnome/settings-daemon: Makefile x11/gtk+2 : Makefile x11/gtk+3 : Makefile x11/xfce4/xfprint: Makefile Log message: Adapt dependencies after recent print/cups change. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/01/05 05:55:10 Modified files: lib/libc/time : strftime.3 Log message: Fix verbiage to make it clear that on success the return value of strftime() is the number of characters printed. POSIX verbiage verified by jmc@, ok jmc@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/05 05:56:59 Modified files: www/epiphany : Makefile Log message: Loosen up dependency on net/avahi. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/05 06:09:38 Modified files: audio/gmpc-plugins: Makefile Log message: Adapt LIB_DEPENDS/WANTLIB. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/05 06:10:22 Modified files: devel/py-parsing: Makefile distinfo devel/py-parsing/pkg: PLIST Log message: -update py-parsing to 1.5.7 - regen PLIST CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/05 06:16:05 Modified files: textproc/icu4c : Makefile distinfo textproc/icu4c/pkg: PLIST Log message: Maintenance update to icu4c-50.1.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/05 06:29:03 Modified files: devel/harfbuzz : Makefile distinfo Log message: Update to harfbuzz-0.9.10. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/05 06:32:28 Modified files: infrastructure/bin: dpb Log message: make it possible to skip "UPDATING DISTFILES" if we're just running dpb again without any change. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/05 06:34:28 Modified files: infrastructure/bin: dpb infrastructure/man/man1: dpb.1 Log message: change to NO_HISTORY and document (since there are other NO_* thingies) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/05 06:39:36 Modified files: infrastructure/lib/DPB: Engine.pm Reporter.pm Log message: crank factors up to 150, so that dpb consumes a bit less cpu yet. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/01/05 06:41:56 Modified files: sbin/dhclient : packet.c Log message: Apply same fix to UDP length check as was just committed in dhcpd. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2013/01/05 06:53:42 Modified files: regress/sys/kern/sosplice: funcs.pl regress/sys/kern/sosplice/tcp: args-inet6-client.pl args-inet6-server.pl args-inet6.pl args-maxcopy-sleep-client.pl args-maxcopy-sleep-relay.pl args-maxcopy-sleep-server.pl regress/sys/kern/sosplice/udp: args-idle-timeout.pl args-idle-trickle.pl args-inet6-client.pl args-inet6-server.pl args-inet6.pl args-long.pl args-max.pl args-multi.pl args-nospace.pl direct.pl relay.pl remote.pl Added files: regress/sys/kern/sosplice/udp: args-max-multi.pl args-max-nosplit.pl args-maxcopy-sleep-client.pl args-sleep-client.pl args-sleep-relay.pl args-write.pl args-zero.pl Log message: Add more tests for UDP socket splicing and enhance existing tests. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2013/01/05 07:58:18 Modified files: regress/sys/kern/sosplice/error: args-splice-EPROTONOSUPPORT.pl args-udp-EPROTONOSUPPORT.pl args-unix-EPROTONOSUPPORT.pl Log message: Fix test descriptions. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/01/05 07:59:39 Modified files: lib/libXcomposite: ChangeLog Makefile.am Makefile.in aclocal.m4 config.guess config.sub configure configure.ac depcomp lib/libXcomposite/man: Makefile.in Xcomposite.man Xcomposite.xml lib/libXcomposite/src: Makefile.am Makefile.in Xcomposite.c Log message: Update to libXcomposite 0.4.4. No actual code change. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/05 08:02:05 Modified files: sysutils/accountsservice: Makefile distinfo sysutils/accountsservice/patches: patch-src_user_c Added files: sysutils/accountsservice/patches: patch-src_libaccountsservice_act-user_c Log message: Update to accountsservice-0.6.30. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/01/05 08:02:20 Modified files: lib/libXdamage : ChangeLog Makefile.am Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh ltmain.sh missing lib/libXdamage/include/X11/extensions: Xdamage.h lib/libXdamage/src: Makefile.am Makefile.in Xdamage.c xdamageint.h Log message: Update to libXdamage 1.4.4. No actual code change. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/05 08:10:58 Modified files: textproc/py-nltk: Makefile Log message: - add EPOCH to resolve the problem 2.0b9p4 -> 2.0.4 problem found by nigel@, thanks ! ok sthen@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/05 08:13:49 Modified files: infrastructure/bin: dpb Log message: fix typo CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/05 08:18:54 Modified files: devel/py-setproctitle: Makefile distinfo Log message: - update py-setproctitle to 1.1.6 - remove mpi@ from maintainer as per his request. ok mpi@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2013/01/05 08:19:50 Modified files: faq/fr : current.html faq14.html faq/pf/pt : authpf.html ftp.html options.html perf.html faq/pt : faq7.html faq9.html truetype.html fr : anoncvs.html sparc64.html want.html papers/de : index.html papers/pt : index.html pt : plus.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2013/01/05 08:42:44 Modified files: sys/dev/pci : rtsx_pci.c Log message: Enable MSI for rtsx(4). Tested on i386 and amd64. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/05 08:50:27 Modified files: games/eliot : Makefile Log message: autoconf picks up execinfo.h (but doesn't use the lib); add it as a build dep to prevent dpb from junking it CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/05 09:10:18 Modified files: infrastructure/lib/DPB: Fetch.pm Log message: thought I had done this already: don't blindly append to history, but recreate it from scratch. We need to remove lines corresponding to stuff that vanished at some point but came back later! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/05 09:36:08 Modified files: print/cups : Makefile print/cups/pkg : README-main Log message: Document printer sharing. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2013/01/05 09:51:28 Modified files: lang/gfortran/patches: patch-gcc_config_gcc patch-gcc_config_mips_openbsd_h Added files: lang/gfortran/patches: patch-gcc_config_mips_mips_h patch-gcc_config_mips_openbsd64_h Log message: Sync mips* configuration with base. Fixes gfortran on mips64 (loongson untested). tested by and ok jasper@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/05 09:57:32 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: move the "running prepare" message up to handle_output, so that *every* phase gets tagged. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/01/05 10:00:06 Modified files: driver/xf86-video-mach64: ChangeLog Makefile.in aclocal.m4 config.guess config.sub configure configure.ac depcomp driver/xf86-video-mach64/man: Makefile.in driver/xf86-video-mach64/src: Makefile.in atimach64exa.c atimach64render.c atiscreen.c atistruct.h Log message: Update to xf86-video-mach64 6.9.4 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/05 10:22:05 Modified files: infrastructure/lib/DPB: Job.pm infrastructure/lib/DPB/Job: Port.pm Log message: avoid opening filehandle again and again. also, close STDERR after the STDOUT stuff was done, so that we get error messages otherwise! CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/05 10:29:14 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: log junk lock handling CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/05 11:06:31 Modified files: audio/pulseaudio: Makefile Removed files: audio/pulseaudio/patches: patch-src_pulse_util_c Log message: Remove bogus patch. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/05 11:08:06 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: move install out of the way (no code change) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/05 11:09:30 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: and put serialize next to the code it protects (again, no actual code change) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/05 11:13:56 Modified files: x11/gtk+2 : Makefile Added files: x11/gtk+2/patches: patch-gtk_gtkmountoperation-x11_c Log message: Implement GMountOperation from gtk+3. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/05 11:26:31 Modified files: infrastructure/bin: dpb infrastructure/man/man1: dpb.1 Log message: allow independent setup for the locks location. I strongly suggest using a local fs. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/05 11:27:42 Modified files: audio/pulseaudio: Makefile Log message: Useless SUBST_CMD, no pkg change. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2013/01/05 11:36:54 Modified files: usr.bin/file/magdir: lua Log message: teach file about lua 5.2. ok miod@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/05 12:20:31 Modified files: textproc/tinyxml: Makefile Log message: use correct homepage; Ryan Boggs CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2013/01/05 12:45:21 Modified files: shells/bash : Makefile distinfo Log message: update to 4.2 patchlevel 42 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/05 12:59:43 Modified files: infrastructure/lib/DPB: Locks.pm Log message: retrieve the lists of paths locked per-host from the old lock scanner, to eventually be able to clean them in init. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/05 13:03:06 Modified files: gnu/usr.bin/binutils-2.17: Makefile.bsd-wrapper gnu/usr.bin/binutils: Makefile.bsd-wrapper Log message: Replace the list of platforms enabled (or not) to build the whole binutils with a test of ELF_TOOLCHAIN provided by bsd.own.mk. No functional change. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/05 13:06:29 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: store information about live dependencies in dpb proper, to avoid synchronization issues with external fs... the external locks are still used to synchronize with other dpbs running CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/05 13:08:39 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: even if we've got pre-empted, we still have to lock. otherwise, we're going to unlock something we don't own, which might be a race. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/01/05 13:17:19 Modified files: . : events.html Log message: Future events are in 2013 not 2012; from James Turner CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2013/01/05 13:28:21 Modified files: faq : current.html Log message: Instructions to manually switch an m88k port to ELF. Assuming you're a fool enough not to use the snapshots (soon to hit a ftp mirror near you), that is. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/05 13:32:02 Modified files: devel/qt-creator: Makefile devel/qt-creator/pkg: PLIST Added files: devel/qt-creator/patches: patch-src_plugins_debugger_debuggerrunner_h Removed files: devel/qt-creator/pkg: PFRAG.shared Log message: Build and install Qt debugging helper library for system Qt with QtCreator, and allow it being automatically loaded even when debugging external applications. While there, mark QtCreator as SHARED_ONLY, as the Qt4 itself already is. ok espie@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/01/05 13:34:17 Modified files: sbin/dhclient : dhcpd.h dhclient.c Log message: Change write_client_lease() into lease_as_string() and modify rewrite_client_leases() to use lease_as_string(), writing out complete leases at a time. While here replace hand formatting of dates with strftime(). This will add leading zeros to months and days, but not affect the ability of dhclient to parse the resulting files. CVSROOT: /cvs Module name: www Changes by: mikeb@cvs.openbsd.org 2013/01/05 14:03:04 Modified files: . : events.html Log message: Add FOSDEM 2013 CVSROOT: /cvs Module name: www Changes by: matthieu@cvs.openbsd.org 2013/01/05 14:14:09 Modified files: . : events.html Log message: I'm talking at FOSDEM's X.Org devroom. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/05 14:21:53 Modified files: games/lbreakout2: Makefile distinfo games/lbreakout2/pkg: PLIST Log message: - update lbreakout2 to 2.6.4 - regen PLIST CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/05 14:43:15 Modified files: emulators/stella: Makefile distinfo emulators/stella/pkg: PLIST Log message: - update stella to 3.7.5 - regen PLIST CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/05 14:48:18 Modified files: infrastructure/lib/DPB: Core.pm Job.pm Log message: give every task a "name". CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/05 14:48:50 Modified files: infrastructure/lib/DPB: Core.pm Log message: better CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2013/01/05 15:19:00 Modified files: usr.bin/mandoc : man_term.c regress/usr.bin/mandoc/man/RS: Makefile Added files: regress/usr.bin/mandoc/man/RS: literal.in literal.out_ascii Log message: In literal mode (.nf), each input line must be kept together on the same output line, even if it is longer than the output width. This commit fixes a bug allowing an overly long last line of an indented block (.RS) to be broken even in literal mode. The bug was found using the sudo_plugin(4) manual provided by millert@. I introduced the bug in rev. 1.84 during the g2k12 Budapest hackathon. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/05 15:42:58 Modified files: www/dillo : Makefile distinfo www/dillo/patches: patch-dillorc www/dillo/pkg : PLIST Removed files: www/dillo/patches: patch-configure Log message: update to Dillo 3.0.2, from Brian Callahan (taking MAINTAINER) also tested by James Turner CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/05 15:52:07 Modified files: net/smokeping : Makefile distinfo net/smokeping/pkg: DESCR PLIST Added files: net/smokeping/files: httpd.conf net/smokeping/patches: patch-bin_smokeinfo patch-bin_smokeping patch-bin_smokeping_cgi patch-bin_tSmoke patch-etc_config_dist_in net/smokeping/pkg: README smokeping.rc Removed files: net/smokeping/patches: patch-bin_smokeping_dist patch-etc_basepage_html_dist patch-etc_config_dist patch-htdocs_smokeping_cgi_dist patch-lib_Smokeping_pm net/smokeping/pkg: MESSAGE Log message: update Smokeping to 2.6.8 and add an rc.d script - note that the script file location has changed, it's probably simplest to use the new sample httpd config. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/05 16:15:54 Modified files: devel/py-country: Makefile distinfo devel/py-country/pkg: PLIST Log message: - update py-country to 0.14.7 - regen PLIST - add EXTRACT_SUFX and post-configure tweaks and ok sthen@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/05 16:38:09 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: perl's gc doesn't play well with filehandles. So explicitly close what it will have problems tracking... problem noticed by sthen@, obviously linked to my previous change to avoid opening the same log file again and again... CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2013/01/05 18:01:26 Modified files: app/cwm : client.c Log message: use cc->bwidth in client_vmax since we've yet to reset it (matches client_hmax); from Jan Stary CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/06 00:54:13 Modified files: net/smokeping : Makefile net/smokeping/pkg: README Log message: Adapt to README.template. ok sthen@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/06 01:42:08 Modified files: print/cups : Makefile print/cups/pkg : README-main Log message: tyop CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/06 01:58:24 Modified files: print/cups : Makefile Log message: Remove now useless LIB_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/06 02:14:53 Modified files: devel/py-addons: Makefile distinfo devel/py-addons/pkg: PLIST Log message: - update py-addons to 0.7 - update licence ok martynas@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/06 03:41:14 Modified files: meta/gnome : Makefile meta/gnome/pkg : README-main Log message: Default limits on OpenBSD are way too low; document that kern.shminfo.shmall must be bumped. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/06 04:57:21 Modified files: infrastructure/mk: bsd.port.mk pkgpath.mk Log message: allow unlock to be called with SUBDIR= CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/06 04:59:40 Modified files: infrastructure/bin: dpb infrastructure/lib/DPB: Core.pm Locks.pm Log message: ask the ports tree to clean up stale locks, finally... CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2013/01/06 05:06:20 Modified files: net/weechat : Makefile Added files: net/weechat/patches: patch-src_core_wee-config_c Log message: point weechat to the correct cert file. bump revision. sthen@ ajacoutot@ dcoppa@ ok. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2013/01/06 07:11:12 Modified files: etc : daily Log message: backout atactl check; I had warned that this would try a lot of code paths which are rarely tried. Problem reported by a few on the list. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/06 07:38:14 Modified files: infrastructure/lib/DPB: Locks.pm Log message: if I run into lockfiles that don't contain the requisite dpb property, just hold on until they're there. Should happen right away, so easy to spot ! CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/01/06 08:33:12 Modified files: sbin/dhclient : dhclient.c Log message: Make buffer for lease_as_string() 8192 bytes. A pathological lease string listing all possible option names turns out to be about 6900 characters long. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/06 09:14:10 Modified files: . : Makefile Log message: stupid thing I should have done years ago: grab bsd.own.mk (and /etc/mk.conf) first thing, so that we can override any definition in there. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2013/01/06 11:07:07 Modified files: sys/dev/pckbc : pckbd.c sys/dev/wscons : wskbd.c Log message: don't propagate XF86XK_Audio{Lower,Raise}Volume keys to userspace, otherwise volume may be adjusted twice: once by X apps and once in the kernel. feedback from many, ok shadchin@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/06 11:21:53 Modified files: infrastructure/man/man1: dpb.1 Log message: document asynchrony in engine.log CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/06 14:20:58 Modified files: databases/sqlports/files: Info.pm mksqlitedb Log message: make it work even if dump-vars doesn't record empty vars CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2013/01/06 14:53:49 Modified files: share/man/man1 : gcc-local.1 Log message: Update information about PIE status in gcc-local(1). OK pascal@. CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2013/01/06 14:59:28 Modified files: sbin/dump : Makefile Log message: The sparc optimization bug is believed to be fixed. OK naddy@. CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2013/01/06 15:06:54 Modified files: sys/arch/vax/dec: sii.c sys/dev/ic : aacvar.h sys/dev/isa : aha.c sys/dev/microcode/siop: osiop.ss sys/netbt : l2cap_upper.c usr.sbin/httpd/src/modules/standard: mod_log_config.c usr.sbin/ppp/ppp: slcompress.h Log message: acknowlege -> acknowledge compatability -> compatibility OK jmc@. CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2013/01/06 15:12:28 Modified files: usr.bin/ftp : cmdtab.c Log message: Remove empty[]. Unused after rev. 1.26. CVSROOT: /cvs Module name: www Changes by: martynas@cvs.openbsd.org 2013/01/06 16:28:05 Modified files: . : want.html Log message: A few things needed. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2013/01/06 17:11:21 Modified files: devel/p5-Devel-NYTProf: Makefile distinfo devel/p5-Devel-NYTProf/pkg: PLIST Log message: update p5-Devel-NYTProf to 4.23 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2013/01/06 18:01:11 Modified files: lib/libc/gen : getpwent.c Log message: use a size_t instead of an int to avoid signed compare spotted by Ilja Van Sprundel ok millert CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2013/01/06 20:14:00 Modified files: emulators/fceux: Makefile Log message: Don't junk packages. Even though x264 isn't actually used in the final executable, scons barfs if it disappears during build. suggested by sthen@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/06 22:22:51 Modified files: regress/lib/csu/init_priority: init_priority_test.cc Log message: gcc 3 needs the same syntax as gcc 2 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/06 22:24:51 Modified files: regress/sys/arch/m88k/usertrap: trap.c Log message: update asm syntax to match toolchain requirements CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/06 22:32:09 Modified files: regress/sys/kern/kqueue: kqueue-flock.c Log message: missing argument to printf CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2013/01/07 00:06:58 Modified files: games/freeciv : Makefile distinfo games/freeciv/pkg: DESCR-client PLIST-client PLIST-main PLIST-share Removed files: games/freeciv/patches: patch-common_packets_c Log message: Update to freeciv-2.3.3. See http://freeciv.wikia.com/wiki/NEWS for changelogs since 2.2.7. ok sthen@ schwarze@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/07 00:28:04 Modified files: x11/gtk+3 : Makefile Added files: x11/gtk+3/patches: patch-gtk_gtkstylecontext_c Log message: Bring a fix from upstream to fix a crash in gtk_style_context_get_font(). CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/07 01:08:39 Modified files: x11/rxvt-unicode: Makefile x11/rxvt-unicode/pkg: PLIST Added files: x11/rxvt-unicode/patches: patch-libptytty_src_fdpass_C Log message: Unbreak and enable utmp support. Take maintainership as requested by Daniel Levai (previous maintainer) OK sthen@, naddy@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/07 02:12:22 Modified files: devel/py-asn1 : Makefile distinfo Log message: - update py-asn1 to 0.1.6 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2013/01/07 03:50:41 Modified files: usr.sbin/pkg_add/OpenBSD: PkgDelete.pm Log message: only protest midly if we're in exclude mode, so that you can exclude stuff that does not exist, and that you will still see typos. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/07 03:57:31 Modified files: infrastructure/bin: dpb Log message: fix a long-standing stupid bug. Now I know why weight changes didn't matter, I wasn't passing them through, sigh. Add new -X option that sets xpaths, to be used... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/07 03:59:41 Modified files: infrastructure/lib/DPB: Grabber.pm PortBuilder.pm infrastructure/lib/DPB/Job: Port.pm Log message: pass -X paths thru: - the grabber passes them to PortBuilder ... which builds a hash of pkgnames ... and the port uninstall job excludes these from the list of ports to junk. Note this only works with -current pkg_delete, as I had to tell it to ignore non-existent pkgnames in that context CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/07 04:04:25 Modified files: infrastructure/man/man1: dpb.1 Log message: document -X CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/07 04:05:17 Modified files: infrastructure/man/man1: dpb.1 Log message: remove todo, affinity now works, and the rest turned out to be completely not needed in practice CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2013/01/07 04:09:33 Modified files: share/man/man7 : ports.7 Log message: more hints for efficient bulks CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/07 04:37:29 Modified files: mail/evolution : Makefile mail/evolution/pkg: PLIST-plugins Log message: Fix sub-version string. While here, sort PLIST-plugins. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2013/01/07 04:45:21 Modified files: x11/smplayer : Makefile distinfo x11/smplayer/pkg: PLIST Log message: Update for SMPlayer to 0.8.3: * Fix for Youtube playback. * Support for 6.1 and 7.1 audio output. * A "Privacy" section in the preferences dialog has been added. You can disable saving the recent files or URLs. * The main window can be moved by dragging the video area. Ok edd@ CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2013/01/07 06:05:14 Modified files: sys/arch/luna88k/conf: Makefile.luna88k Log message: Fix typos. "Please commit." miod@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/07 06:07:08 Modified files: databases/py-pygresql: Makefile distinfo databases/py-pygresql/pkg: PLIST Removed files: databases/py-pygresql/patches: patch-setup_py Log message: - update py-pygresql to 4.1 - update WANTLIB and MASTER_SITES - add MODPY_SETUPTOOLS - update patches - regen PLIST CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2013/01/07 07:15:16 Modified files: net/ii : Makefile distinfo net/ii/patches : patch-config_mk patch-ii_c Log message: Update to ii-1.7. Changes since last release (http://lists.suckless.org/dev/1301/13945.html): 1.7 (2013-01-05) - -k now specifies an environment variable that contains the server key. This behaviour has been changed in order to not expose the password in the process list. - Fix parsing of JOIN messages for certain servers. Thanks Ivan Kanakarakis! - Use , rather than _ for slash characters in channel names. As per RFC , is not allowed in a channel name, while _ is. Thanks plomplomplom and Nils Dagsson Moskopp! ok gsoares@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/07 07:25:58 Modified files: devel/ccache : Makefile distinfo devel/ccache/patches: patch-execute_c patch-test_sh Log message: bugfix update to 3.1.9 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/07 07:34:31 Modified files: x11/gtk+3 : Makefile distinfo Removed files: x11/gtk+3/patches: patch-gtk_gtkstylecontext_c Log message: Bugfix update to gtk+3-3.6.4. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/07 09:23:24 Modified files: net/py-snmp : Makefile distinfo net/py-snmp/pkg: PLIST Log message: - update py-snmp to 4.2.3 - regen PLIST CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2013/01/07 09:57:46 Log message: Import mupen64plus-rsp-z64-1.99.5. Mupen64Plus is a cross-platform plugin-based N64 emulator which is capable of accurately playing many games. This is a low-level signal co-processor (RSP) plugin for Mupen64Plus, based on Ziggy's Z64 plugin. ok rfreeman@ Status: Vendor Tag: bentley Release Tags: bentley_mupen64plusextra N ports/emulators/mupen64plus/rsp-z64/Makefile N ports/emulators/mupen64plus/rsp-z64/distinfo N ports/emulators/mupen64plus/rsp-z64/pkg/DESCR N ports/emulators/mupen64plus/rsp-z64/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2013/01/07 09:59:52 Log message: Import mupen64plus-video-arachnoid-1.99.5. Mupen64Plus is a cross-platform plugin-based N64 emulator which is capable of accurately playing many games. This is a video plugin for Mupen64Plus, based on the Arachnoid plugin for Project64. ok rfreeman@ Status: Vendor Tag: bentley Release Tags: bentley_mupen64plusextra N ports/emulators/mupen64plus/video-arachnoid/Makefile N ports/emulators/mupen64plus/video-arachnoid/distinfo N ports/emulators/mupen64plus/video-arachnoid/pkg/DESCR N ports/emulators/mupen64plus/video-arachnoid/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2013/01/07 10:01:50 Log message: Import mupen64plus-video-glide64-1.99.5. Mupen64Plus is a cross-platform plugin-based N64 emulator which is capable of accurately playing many games. This is a video plugin for Mupen64Plus, based on the Glide64 plugin from Mupen64Plus 1.5. ok rfreeman@ Status: Vendor Tag: bentley Release Tags: bentley_mupen64plusextra N ports/emulators/mupen64plus/video-glide64/Makefile N ports/emulators/mupen64plus/video-glide64/distinfo N ports/emulators/mupen64plus/video-glide64/pkg/DESCR N ports/emulators/mupen64plus/video-glide64/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2013/01/07 10:04:25 Log message: Import mupen64plus-video-z64-1.99.5. Mupen64Plus is a cross-platform plugin-based N64 emulator which is capable of accurately playing many games. This is a low-level RDP plugin for Mupen64Plus, based on Ziggy's Z64 plugin. ok rfreeman@ Status: Vendor Tag: bentley Release Tags: bentley_mupen64plusextra N ports/emulators/mupen64plus/video-z64/Makefile N ports/emulators/mupen64plus/video-z64/distinfo N ports/emulators/mupen64plus/video-z64/pkg/DESCR N ports/emulators/mupen64plus/video-z64/pkg/PLIST N ports/emulators/mupen64plus/video-z64/patches/patch-projects_unix_Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2013/01/07 10:06:33 Modified files: emulators/mupen64plus: Makefile Log message: +mupen64plus-{rsp-z64,video-arachnoid,video-glide64,video-z64} Also sort the list. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2013/01/07 10:18:39 Log message: Import gnusim8085-1.3.7. GNUSim8085 is a 8085 microprocessor simulator with the following features: - A simple editor component with syntax highlighting. - A keypad to input assembly language instructions with appropriate arguments. - Easy view of register contents. - Easy view of flag contents. - Hexadecimal <--> Decimal converter. - View of stack, memory and I/O contents. - Support for breakpoints for programming debugging. - Stepwise program execution. - One click conversion of assembly program to opcode listing. - Printing support. - UI translated in various languages. ok benoit@ Status: Vendor Tag: bentley Release Tags: bentley_20130107 N ports/emulators/gnusim8085/Makefile N ports/emulators/gnusim8085/distinfo N ports/emulators/gnusim8085/pkg/DESCR N ports/emulators/gnusim8085/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2013/01/07 10:19:43 Modified files: emulators : Makefile Log message: +gnusim8085 CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2013/01/07 10:41:03 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: espie@cvs.openbsd.org 2013/01/07 10:46:14 Modified files: infrastructure/mk: bsd.port.mk Log message: don't bother outputting empty but defined variables. this trims 1/3 of the lines from a dump-vars output... CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2013/01/07 11:12:08 Modified files: usr.sbin/npppd/npppd: ppp.c ppp.h Log message: Remove inline from ppp_output() function to fix building with LLVM. ok yasuoka@ millert@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2013/01/07 11:43:33 Modified files: usr.sbin/httpd/src/include: ap_config.h Log message: Use __attribute__((__gnu_inline__)) with __inline__ if __GNUC_STDC_INLINE__ is defined. Fixes build with LLVM. From and OK millert@ CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2013/01/07 12:35:20 Modified files: security/cyrus-sasl2: Makefile security/cyrus-sasl2/files: saslauthd.conf Log message: fix path to LDAP_SASLAUTHD doc file. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/07 13:02:11 Modified files: sys/lib/libsa : stand.h sys/arch/hp300/stand/include: samachdep.h sys/arch/hp300/stand/libsa: exec_hp300.c Log message: Move exec() libsa prototype to hp300 stand, now that it can no longer be found in libsa. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/07 13:03:42 Modified files: graphics/inkscape: Makefile Added files: graphics/inkscape/patches: patch-src_extension_implementation_script_cpp Log message: Security fix for CVE-2012-6076 inkscape: Reads .eps files from /tmp instead of current working directory CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/07 13:04:40 Modified files: distrib/sets/lists/base: md.hp300 distrib/sets/lists/comp: md.hp300 Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2013/01/07 13:32:19 Modified files: app/cwm : screen.c Log message: unbreak xinerama support from r1.41 for panning setups CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/07 13:45:40 Modified files: graphics/inkscape: Tag: OPENBSD_5_2 Makefile Added files: graphics/inkscape/patches: Tag: OPENBSD_5_2 patch-src_extension_implementation_script_cpp Log message: Security fix for CVE-2012-6076 inkscape: Reads .eps files from /tmp instead of current working directory CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/07 14:23:23 Modified files: graphics/xv : Makefile Added files: graphics/xv/patches: patch-xvgif_c Log message: prevent segfault on some invalid gif okay naddy2 CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2013/01/07 14:45:24 Modified files: app/cwm : screen.c Log message: revert previous CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2013/01/07 14:53:23 Modified files: app/cwm : menu.c client.c Log message: fix menu/client placement in panning setups; XineramaQueryScreens gives us the width of the psuedo screen, but here we need the edge instead (xmax/ymax); just re-use w/h here for now. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/07 15:13:40 Modified files: devel/luafs : Makefile distinfo devel/luafs/patches: patch-config patch-tests_test_lua Log message: Update to luafs-1.6.2 ok jasper@ CVSROOT: /cvs Module name: src Changes by: bcallah@cvs.openbsd.org 2013/01/07 15:23:05 Modified files: gnu/usr.bin/binutils/gas/config: tc-mips.c tc-mips.h gnu/usr.bin/binutils-2.17/gas/config: tc-mips.c tc-mips.h Log message: Teach as(1) how to handle mips symbolic register names. Backported from a commit made after binutils 2.17 but before the GPLv3 switch. ok miod@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/07 15:47:18 Modified files: sys/arch/m88k/m88k: trap.c Log message: Correctly signal SIGSEGV, instead of SIGBUS, for faults caused by access to pages mapped without read (or write) permissions. The existing logic would incorrectly match uvm_fault() returning EACCES with the CMMU fault logic reporting a bus error (which will still cause SIGBUS to be sent). CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2013/01/07 17:18:01 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: Add my coordinates. ok brad@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2013/01/07 17:23:14 Modified files: www/dillo : Makefile www/dillo/pkg : DESCR Log message: Change DESCR, dillo is now based on FLTK. Bump REVISION. ok brad@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2013/01/07 17:28:13 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: Add my coordinates too. ok brad@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/07 17:36:17 Modified files: infrastructure/mk: arch-defines.mk Log message: Enable LLVM on mips64. ok sthen@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2013/01/07 19:26:09 Modified files: lib/libc/gen : auth_subr.c exec.c Log message: More int's that should be size_t for strlen() use ok millert CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2013/01/07 19:30:25 Modified files: sys/dev/pci : pucdata.c Log message: a single-com in the Exsys EX-4109x family; Gregory Edigarov CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2013/01/07 19:31:24 Modified files: . : donations.html Log message: new CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2013/01/07 21:11:55 Modified files: games/scummvm : Makefile games/scummvm/patches: patch-configure Log message: equate amd64 with x86_64 so alignment checks in configure will work as intended on amd64. from Donovan Watteau CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2013/01/07 21:12:51 Modified files: app/cwm : client.c screen.c Log message: teach screen_find_xinerama() about gap and adjust (simplify) callers; menu becomes gap-aware for free. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/08 00:03:08 Modified files: textproc/xmlto : Makefile distinfo textproc/xmlto/pkg: DESCR PLIST Removed files: textproc/xmlto/patches: patch-xmlto_in Log message: Update to xmlto-0.0.25. tested in a bulk by landry@ CVSROOT: /cvs Module name: src Changes by: jakob@cvs.openbsd.org 2013/01/08 00:15:18 Modified files: usr.sbin/bind/lib/dns: rootns.c Log message: new IPv4 address for D.ROOT-SERVERS.NET CVSROOT: /cvs Module name: src Changes by: jakob@cvs.openbsd.org 2013/01/08 00:20:04 Modified files: usr.sbin/unbound/iterator: iter_hints.c usr.sbin/unbound/ldns/drill: root.c Log message: new IPv4 address for D.ROOT-SERVERS.NET CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/08 01:13:28 Modified files: x11/e17 : Makefile.inc x11/e17/e : Makefile x11/e17/e_dbus : Makefile x11/e17/ecore : Makefile x11/e17/edje : Makefile x11/e17/eet : Makefile x11/e17/efreet : Makefile x11/e17/eina : Makefile x11/e17/eio : Makefile x11/e17/embryo : Makefile x11/e17/evas : Makefile Log message: laurent@ drops maintainership. committing on his behalf CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/08 02:30:27 Modified files: x11/dbus : Makefile x11/dbus/patches: patch-configure_ac patch-dbus_dbus-sysdeps-unix_c patch-dbus_dbus-sysdeps-util-unix_c Added files: x11/dbus/patches: patch-dbus_dbus-spawn_c patch-dbus_dbus-sysdeps-pthread_c patch-tools_dbus-launch_c Log message: Bring some fixes from upstream: * sync configure.ac patch * dbus-spawn: set SIGPIPE to SIG_IGN before activating services * dbus-sysdeps-pthread.c: don't fail if !HAVE_MONOTONIC_CLOCK under -Werror=unused * Remove redundant close() calls * Don't leak temporary fds pointing to /dev/null CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2013/01/08 02:42:16 Modified files: share/man/man7 : ports.7 Log message: - add a hint to sh(1) for patterns in SKIPDIR - add example to show the flavors of a ports - change like "packages in PORTSDIR" to ${PORTSDIR}/packages - some other minor cleanups/corrections consistently use ... - .Ar for make targets - .Dv for values of variables (e.g. Yes) - .Ev for environment vars - .Pa for filenames/paths and ports - .Qq instead of literal "" - .Sq for quoting _ (underscore) within text ok espie@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2013/01/08 02:44:10 Modified files: usr.sbin/bind/lib/dns: rootns.c Log message: add other root servers from named.root that were missed in previous updates CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/08 02:51:09 Modified files: net/h323plus : Makefile net/h323plus/pkg: PLIST Log message: Disable the H.263 / H.264 codec support within H323Plus as it is not necessary for GnuGK to work and the unmaintained code does not build with anything modern for FFmpeg getting in the way of updating FFmpeg. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/08 02:53:46 Modified files: devel/llvm : Makefile Log message: - Remove USE_LIBTOOL and explicit CONFIGURE_STYLE as the CMake module does that for us - Shuffle some of the Makefile bits around ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/08 02:57:43 Modified files: net/pidgin-sipe: Makefile distinfo net/pidgin-sipe/pkg: PLIST Log message: update to pidgin-sipe-1.14.1, from maintainer Tom Doherty CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/08 03:13:13 Modified files: graphics/ffmpeg: Makefile distinfo graphics/ffmpeg/patches: patch-configure Log message: - Fix generated libavcodec pkgc-config file for static linking. - sync distinfo. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/08 03:14:13 Modified files: devel/llvm : Makefile devel/llvm/patches: patch-tools_clang_lib_Driver_Tools_cpp Log message: Add some initial bits for mips64 to pass down the proper flags to the assembler and linker. Still work in progress. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/08 03:16:10 Modified files: net/unbound : Makefile Added files: net/unbound/patches: patch-iterator_iter_hints_c Log message: add hints for d-root CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/08 03:16:56 ports/net/ldns/drill/patches Update of /cvs/ports/net/ldns/drill/patches In directory cvs.openbsd.org:/tmp/cvs-serv10010/patches Log Message: Directory /cvs/ports/net/ldns/drill/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/08 03:17:14 Modified files: net/ldns/drill : Makefile Added files: net/ldns/drill/patches: patch-drill_root_c Log message: update hints for d-root CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/08 03:23:08 Modified files: games/eduke32 : Makefile Log message: fix MASTER_SITES CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2013/01/08 03:38:19 Modified files: sbin/iked : Makefile ca.c chap_ms.c chap_ms.h config.c control.c crypto.c dh.c dh.h eap.c eap.h genmap.sh iked.8 iked.c iked.conf.5 iked.h ikev1.c ikev2.c ikev2.h ikev2_msg.c ikev2_pld.c imsg_util.c log.c parse.y pfkey.c policy.c proc.c timer.c types.h util.c usr.sbin/ikectl: Makefile ikeca.c ikectl.8 ikectl.c parser.c parser.h Log message: Remove private CVS tag from an obsolete repository and bump copyright to 2013 while I'm here... this is my way of saying "happy new year!". CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/08 03:43:58 Modified files: devel/glib2/patches: patch-gio_tests_socket_c Log message: Skip /socket/ipv6_v4mapped, we don't support that. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/08 03:49:21 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: Add myself and sort list while there. "Sure" espie@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2013/01/08 04:14:02 Modified files: net/munin : Makefile distinfo net/munin/pkg : PLIST-main munin_node.rc Log message: - update to 2.0.9 http://munin-monitoring.org/browser/munin/ChangeLog?rev=2.0.9 - take maintainership (suggested by sthen@, previous maintainer) - fix font license notice - install netbsd uptime plugin OK sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/08 06:08:52 Modified files: www/zendframework: Makefile distinfo www/zendframework/pkg: PLIST Log message: Security update to zendframework-1.12.1, addresses CVE-2012-5657 php-ZendFramework: information disclosure flaw due to error when processing XML data ok robert@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/08 06:36:47 Modified files: lang/swi-prolog: Makefile Added files: lang/swi-prolog/patches: patch-src_os_pl-buffer_h patch-src_os_pl-glob_c patch-src_os_pl-os_c Log message: Security fixes for CVE-2012-6089 and CVE-2012-6090, Multiple (stack-based) buffer overflows in patch canonisation code and when expanding file-names with long paths Patches taken from upstream CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/08 06:36:53 Modified files: lang/swi-prolog: Tag: OPENBSD_5_2 Makefile Added files: lang/swi-prolog/patches: Tag: OPENBSD_5_2 patch-src_os_pl-buffer_h patch-src_os_pl-glob_c patch-src_os_pl-os_c Log message: Security fixes for CVE-2012-6089 and CVE-2012-6090, Multiple (stack-based) buffer overflows in patch canonisation code and when expanding file-names with long paths Patches taken from upstream CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/08 06:47:59 Modified files: multimedia/gstreamer1/core: Makefile distinfo multimedia/gstreamer1/core/pkg: PLIST Log message: Update to gstreamer1-1.0.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/08 06:48:24 Modified files: multimedia/gstreamer1/plugins-base: Makefile distinfo multimedia/gstreamer1/plugins-base/pkg: PLIST Log message: Update to gstreamer1-plugins-base-1.0.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/08 06:48:54 Modified files: multimedia/gstreamer1/plugins-good: Makefile distinfo multimedia/gstreamer1/plugins-good/patches: patch-configure_ac patch-sys_oss_Makefile_in patch-sys_v4l2_gstv4l2object_h multimedia/gstreamer1/plugins-good/pkg: PLIST-main Log message: Update to gstreamer1-plugins-good-1.0.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/08 06:49:15 Modified files: multimedia/gstreamer1/plugins-ugly: Makefile distinfo multimedia/gstreamer1/plugins-ugly/pkg: PLIST Log message: Update to gstreamer1-plugins-ugly-1.0.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/08 06:49:40 Modified files: multimedia/gstreamer1/plugins-bad: Makefile distinfo multimedia/gstreamer1/plugins-bad/pkg: PLIST Log message: Update to gstreamer1-plugins-bad-1.0.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/08 06:50:12 Modified files: multimedia/gstreamer1/plugins-libav: Makefile distinfo Log message: Update to gstreamer1-plugins-libav-1.0.5. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/08 06:51:20 Modified files: share/man/man4 : midi.4 Log message: simpler text; from Jan Stary ok ratchov CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/08 07:35:28 Modified files: mail/re-alpine : Makefile distinfo mail/re-alpine/patches: patch-pith_pine_hlp Log message: Update the re-alpine suite to version 2.03. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2013/01/08 08:16:05 Modified files: app/cwm : calmwm.h client.c conf.c cwmrc.5 kbfunc.c Log message: add per-group vert/horiz tiling support; introduces 2 new bind commands, 'vtile' and 'htile'; from Alexander Polakov. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/08 08:23:15 Modified files: graphics/scratch: Makefile distinfo graphics/scratch/files: iniscratch Log message: fix paths in iniscratch; pointed out by "Beni" and Lars Engblom (there still a problem apparently with the squeak vm in -current, so this port doesn't actually work at present..). CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/08 08:42:26 Modified files: databases/py-pygresql: Makefile distinfo Log message: - fix the problem of MASTER_SITES with distfile re-rolled - bump REVISION report by naddy@ and nigel@, ok nigel@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/08 08:43:30 Modified files: usr.bin/units : units.lib Log message: from pjanzen: Reference (as per slashdot): http://www.nature.com/news/the-astronomical-unit-gets-fixed-1.11416 ... The astronomical unit (au) - the rough distance from the Earth to the Sun - has been transformed from a confusing calculation into a single number. The new standard, adopted in August by unanimous vote at the International Astronomical Union's meeting in Beijing, China, is now 149,597,870,700 metres ... CVSROOT: /cvs Module name: ports Changes by: shadchin@cvs.openbsd.org 2013/01/08 08:43:54 Modified files: editors/texmaker: Makefile distinfo editors/texmaker/patches: patch-configdialog_cpp patch-texmaker_cpp patch-texmaker_pro Log message: Update to texmaker-3.5.2. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/08 08:59:05 Modified files: lang/squeak/vm : Makefile distinfo Log message: link squeak with -lpthread; it's needed for, at least, some X things. ok espie@ - this fixes basic operation of scratch, though there are still issues CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/08 09:19:04 Modified files: security/py-paramiko: Makefile distinfo security/py-paramiko/pkg: PLIST Log message: - update py-paramiko to 1.9.0 - update HOMEPAGE and MASTER_SITES - regen PLIST CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/08 09:53:53 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/pkg: PLIST Log message: All pulseaudio files are under ~/.config/pulse now. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/08 10:02:32 Modified files: devel/libexude : Makefile distinfo Log message: - update libexude to 0.7.2 from David Hill (maintainer) CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/08 10:07:21 Modified files: devel/libclog : Makefile distinfo Log message: - update libclog to 0.6.3 from David Hill (maintainer) CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/08 10:12:24 Modified files: archivers/libshrink: Makefile distinfo Log message: - update libshrink to 0.5.2 from David Hill (maintainer) CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/08 10:29:46 Modified files: textproc/libxmlsd: Makefile distinfo Log message: - update libxmlsd to 0.10.0 - minor bump SHARED_LIBS from David Hill (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/08 10:36:39 Modified files: sysutils/librelp: Makefile distinfo Log message: update to librelp-1.0.1, from dhill, maintainer ETOOBUSY CVSROOT: /cvs Module name: src Changes by: shadchin@cvs.openbsd.org 2013/01/08 10:41:31 Modified files: distrib/special/kbd: Makefile Log message: Remove unnecessary dependencies (-lkvm) ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2013/01/08 10:50:44 Modified files: multimedia/lives: Makefile multimedia/lives/pkg: PLIST Log message: Correct dependencies and wantlib. Ok sthen@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2013/01/08 11:49:05 Modified files: usr.bin/ssh : PROTOCOL authfile.c cipher.c cipher.h kex.c kex.h monitor_wrap.c myproposal.h packet.c ssh_config.5 sshd_config.5 Log message: support AES-GCM as defined in RFC 5647 (but with simpler KEX handling) ok and feedback djm@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/08 12:37:31 Modified files: devel/p5-Log-Any: Makefile distinfo Log message: - update p5-Log-Any to 0.14 - update maintainer email from David Hill (maintainer) CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2013/01/08 12:44:13 Modified files: share/man/man7 : mirroring-ports.7 Log message: .Pa for path/filenames ok espie@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2013/01/08 13:13:22 Modified files: net/p5-Net-MySQL: Makefile distinfo Log message: update net/p5-Net-MySQL to 0.11 from Davi Hill. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2013/01/08 13:35:36 Modified files: net/synergy : Makefile distinfo Added files: net/synergy/patches: patch-CMakeLists_txt patch-src_lib_ipc_CIpcClientProxy_cpp patch-src_lib_ipc_CIpcServerProxy_cpp patch-src_lib_synergy_CProtocolUtil_h Removed files: net/synergy/patches: patch-cmake_CMakeLists_config_txt patch-cmake_CMakeLists_lib_txt patch-cmake_CMakeLists_synergyc_txt patch-cmake_CMakeLists_synergys_txt patch-lib_arch_CMultibyte_cpp Log message: Update to synergy 1.4.10 and take MAINTAINERSHIP. CMakeLists.txt patch done by dcoppa@ ok landry@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2013/01/08 14:20:00 Modified files: regress/usr.sbin/relayd: Proc.pm regress/sys/kern/sosplice: Proc.pm Log message: Autoflush the log file of the child process. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/08 14:24:17 Modified files: share/man/man7 : mirroring-ports.7 Log message: fix a broken display; CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2013/01/08 14:37:04 src/regress/sys/kern/sosplice/perf Update of /cvs/src/regress/sys/kern/sosplice/perf In directory cvs.openbsd.org:/tmp/cvs-serv11562/perf Log Message: Directory /cvs/src/regress/sys/kern/sosplice/perf added to the repository CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2013/01/08 14:42:19 Modified files: regress/sys/kern/sosplice: Makefile Makefile.inc Added files: regress/sys/kern/sosplice/perf: Makefile relay.c Log message: Add performance test for socket splicing. Two tcpbench processes are used as server and client. Between them is a relay process that can either copy or splice the data. Benchmarking is done for TCP and UDP and for copy and splice. All tests are executed on localhost per default. Alternatively the relay process can be started on a remote machine. Depending on hardware and environment socket splicing has increased my throughput by 30% or up to 150% in this test. CVSROOT: /cvs Module name: ports Changes by: chrisz@cvs.openbsd.org 2013/01/08 14:50:17 Modified files: devel/ocaml-batteries: Makefile distinfo devel/ocaml-batteries/pkg: PFRAG.dynlink-native PFRAG.native PLIST Removed files: devel/ocaml-batteries/patches: patch-src_batteries_mllib Log message: update to version 2.0.0 regression tests depend on qtest. They will be broken until qtest is in ports, too. OK jasper@, avsm@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/08 14:58:08 Modified files: devel/p5-Devel-StackTrace: Makefile distinfo Log message: - update p5-Devel-StackTrace to 1.30 - remove USE_GROFF from David Hill CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/08 16:06:44 Modified files: lib/libc/arch/m88k/sys: cerror.S Log message: fix __cerror non-weak symbol name CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2013/01/08 16:27:00 Log message: Import port of svndumptool. SvnDump is a python package containing classes for processing subversion dump files. SvnDumpTool is a commandline tool using the SvnDump classes. Features are: reading and writing of dump files, check, copy, diff, eolfix, export, join, log, merge and ... tweaks & ok landry Status: Vendor Tag: stsp Release Tags: stsp_20130109 N ports/textproc/svndumptool/distinfo N ports/textproc/svndumptool/Makefile N ports/textproc/svndumptool/pkg/DESCR N ports/textproc/svndumptool/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2013/01/08 16:28:22 Modified files: textproc : Makefile Log message: add svndumptool CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/08 16:55:14 Modified files: converters/libdvdcss: Makefile converters/libdvdcss/patches: patch-configure_ac Added files: converters/libdvdcss/patches: patch-src_dvdcss_dvdcss_h Log message: Back port the ELF visibility support. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/08 16:58:44 Modified files: mail/dovecot : Makefile distinfo mail/dovecot/pkg: PLIST-server Log message: Update to Dovecot 2.1.13. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/08 17:01:16 Modified files: mail/dovecot-antispam: Makefile mail/dovecot-pigeonhole: Makefile Log message: Update after update to Dovecot 2.1.13. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/08 17:02:15 Modified files: devel/nasm : Makefile distinfo Log message: Update to nasm 2.10.07. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/08 17:07:30 Modified files: devel/cvs2svn : Makefile distinfo devel/cvs2svn/pkg: PLIST Log message: update to cvs2svn-2.4.0 CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2013/01/08 18:59:16 Modified files: share/man/man7 : packages.7 Log message: - use # for prompts in examples - update base and ports source size - change PKG_PATH example to ksh(1) style ok espie@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/08 19:00:04 Modified files: sys/dev/mii : brgphy.c Log message: comments are lies. brgphy definitely supports more thant the BCR5400. ok deraadt@ sthen@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2013/01/08 22:40:17 Modified files: usr.bin/ssh : ssh-keygen.c Log message: correctly initialise fingerprint type for fingerprinting PKCS#11 keys CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2013/01/09 00:01:45 Modified files: de : donations.html events.html sparc64.html nl : donations.html pt : donations.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2013/01/09 01:04:25 Modified files: usr.sbin/bgpd : bgpd.h Log message: Almost exactly 10 years ago, we changed the length of PF table names to 32 chars. Allow bgpd to use these newfangled longer names. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/09 02:46:54 Modified files: devel/git : Makefile devel/git/patches: patch-Makefile patch-gitweb_gitweb_perl patch-t_Makefile patch-t_t0000-basic_sh devel/git/pkg : PLIST-main Log message: Clean git/patches/patch-Makefile by using MAKE_FLAGS instead of MAKE_ENV when overriding variables defined in git's Makefile. (REGRESS_SHELL remains in MAKE_ENV as it's used by child make processes which don't pass the flags across). Regen PLIST while there & typo fix in comment. ok benoit@ CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2013/01/09 03:29:47 Modified files: devel/ocaml-batteries: Makefile Log message: Remove ocaml-qtest from REGRESS_DEPENDS until available else breaks sqlports Ok sthen@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2013/01/09 03:33:42 Modified files: sys/dev/pci/drm: drm.h i915_drm.h Added files: sys/dev/pci/drm: drm_mode.h Log message: Sync the userland facing drm headers with FreeBSD minus some cruft mpi says has been removed upstream. ok mpi@ CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2013/01/09 03:47:08 Modified files: lib/libdrm : shlib_version xf86drm.c xf86drmMode.c lib/libdrm/intel: intel_bufmgr_gem.c Log message: Enable more libdrm functions. Determine if modesetting is supported based on a modesetting ioctl that checks the DRIVER_MODESET flag on the kernel side instead of the sysfs approach linux takes. ok mpi@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/09 04:29:52 Modified files: x11/gnome/empathy: Makefile distinfo x11/gnome/empathy/patches: patch-configure x11/gnome/empathy/pkg: PLIST Log message: - update to empathy-3.6.3 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/09 04:51:33 Modified files: www/py-gunicorn: Makefile distinfo www/py-gunicorn/pkg: PLIST Log message: - update py-gunicorn to 0.17.0 - update license and REGRESS_DEPENDS - regen PLIST CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2013/01/09 04:52:52 Modified files: share/man/man7 : pkgpath.7 Log message: fix typos. From remco@d-compu.dyndns.org CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2013/01/09 04:54:38 Modified files: devel/mercurial: Makefile distinfo devel/mercurial/patches: patch-tests_run-tests_py Log message: Update mercurial to 2.4.2 and regen patch. ok benoit@ sthen@. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2013/01/09 04:55:13 Modified files: devel/tortoisehg: Makefile distinfo Log message: Update tortoisehg to 2.6.2. ok sthen@. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2013/01/09 04:56:34 Modified files: www/moinmoin : Makefile distinfo www/moinmoin/pkg: PLIST Log message: Update MoinMoin to 1.9.6. ok fgsch@ sthen@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2013/01/09 05:17:38 Modified files: sys/sys : types.h Log message: add support for using c99 bool in the kernel based on our stdbool.h ok deraadt@ millert@ espie@ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2013/01/09 05:18:59 Modified files: databases/postgresql: Tag: OPENBSD_5_2 Makefile distinfo databases/postgresql/pkg: Tag: OPENBSD_5_2 PLIST-docs Log message: Bugfix update to 9.1.7 ok jasper@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/09 05:22:30 Modified files: devel/py-coverage: Makefile distinfo Log message: - update py-coverage to 3.5.3 - update WANTLIB CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/09 05:40:38 Modified files: textproc/svndumptool: Makefile textproc/svndumptool/pkg: PLIST Log message: use MODPY_EGG_VERSION which gets automatically subst'ed in the PLIST, ok stsp@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/09 06:12:21 Modified files: devel/p5-DateTime-Format-Builder: Makefile distinfo Log message: - update p5-DateTime-Format-Builder to 0.80 - remove USE_GROFF - add EPOCH CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/09 08:32:33 Modified files: devel/glib2/patches: patch-gio_tests_socket_c Log message: Tweaked and committed upstream. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/09 08:51:33 Modified files: devel/p5-DateTime-Format-Strptime: Makefile distinfo Log message: - update p5-DateTime-Format-Strptime to 1.52 - remove USE_GROFF - add EPOCH CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/09 09:09:34 Modified files: net/py-ftpdlib : Makefile distinfo net/py-ftpdlib/pkg: PLIST Log message: - update py-ftpdlib to 0.7.0 - add MODPY_SETUPTOOLS - regen PLIST Tested by Juan Francisco Cantero Hurtado CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/09 09:33:50 Modified files: mail/py-authres: Makefile distinfo mail/py-authres/pkg: PLIST Log message: - update py-authres to 0.402 - update license - regen PLIST CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2013/01/09 10:38:03 Modified files: lang/ruby : ruby.port.mk Log message: Add pthread to WANTLIB for ruby C extensions on ruby 1.9, since on ruby 1.9 they are linked to pthread. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2013/01/09 10:38:52 Modified files: audio/ruby-id3lib: Makefile audio/ruby-vorbis_comment: Makefile converters/ruby-json: Makefile databases/ruby-amalgalite: Makefile databases/ruby-bdb: Makefile databases/ruby-do_mysql: Makefile databases/ruby-do_postgres: Makefile databases/ruby-do_sqlite3: Makefile databases/ruby-ldap: Makefile databases/ruby-mysql: Makefile databases/ruby-mysql2: Makefile databases/ruby-mysqlplus: Makefile databases/ruby-sqlite3: Makefile databases/ruby-swift: Makefile databases/ruby-tiny_tds: Makefile devel/ruby-fastthread: Makefile devel/ruby-ffi : Makefile devel/ruby-home_run: Makefile devel/ruby-kgio: Makefile devel/ruby-ncurses: Makefile devel/ruby-prof: Makefile devel/ruby-rcov: Makefile devel/ruby-subset_sum: Makefile graphics/ruby-rmagick: Makefile net/ruby-eventmachine: Makefile net/ruby-pcaprub-msf: Makefile security/ruby-bcrypt: Makefile sysutils/ruby-augeas: Makefile sysutils/ruby-libvirt: Makefile textproc/ruby-fast-stemmer: Makefile textproc/ruby-hpricot: Makefile textproc/ruby-rdiscount: Makefile textproc/ruby-redcarpet: Makefile textproc/ruby-redcloth: Makefile www/ruby-capybara-webkit: Makefile www/ruby-passenger: Makefile www/ruby-rainbows: Makefile www/ruby-raindrops: Makefile www/ruby-thin : Makefile www/ruby-unicorn: Makefile Log message: Revision bump ruby C extension ports after addition of pthread to WANTLIB. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2013/01/09 10:39:57 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.6. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2013/01/09 10:40:41 Modified files: databases/ruby-pg: Makefile distinfo Log message: Update to pg 0.14.1. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2013/01/09 10:41:16 Modified files: databases/ruby-sequel: Makefile distinfo databases/ruby-sequel/pkg: PLIST Log message: Update to sequel 3.43.0. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2013/01/09 10:41:40 Modified files: databases/ruby-sequel_pg: Makefile distinfo Log message: Update to sequel_pg 1.6.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/09 10:42:43 Modified files: mail/re-alpine : Makefile Log message: Re-introduce REVISION-pilot which was wrongly removed. Add REVISION-pilot. spotted by nigel@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/09 12:24:27 Modified files: databases/ruby-amalgalite: Makefile Log message: unbreak on mips64el by compiling the extensions with -O1. with help from jeremy@ on figuring out the needed CONFIGURE_ARGS CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/09 14:14:34 Modified files: emulators/fuse : Makefile Log message: use the correct libtool for fuse; avoids a hidden dep in their bundled copy of libtool on gtar, which can break with dpb junking. sync WANTLIB while there. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/09 14:41:49 Modified files: www/squid : Makefile distinfo Log message: bugfix update to squid-3.2.6 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/09 14:51:48 Modified files: devel/argtable : Makefile distinfo Log message: - update to argtable-2.13 CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2013/01/09 15:17:58 Modified files: gnu/usr.sbin/sendmail: Makefile.inc Log message: In the WANT_LDAP=yes case, always link libsasl2 (libdap depends on it). ok millert@ ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/09 16:00:51 Modified files: misc/cmdpack : Makefile distinfo misc/cmdpack/pkg: PLIST math/ecm : Makefile distinfo math/ecm/pkg : PLIST Log message: mark conflict: misc/cmdpack, math/ecm CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/09 16:06:24 Modified files: astro/jday : Makefile distinfo astro/jday/pkg : PLIST net/netatalk : Makefile distinfo net/netatalk/pkg: PLIST Log message: mark conflict: astro/jday, net/netatalk CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/09 16:24:09 Modified files: graphics/openimageio: Makefile distinfo graphics/openimageio/pkg: PLIST textproc/idiff : Makefile distinfo textproc/idiff/pkg: PLIST Log message: mark conflict: textproc/idiff, graphics/openimageio CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/09 17:24:11 Modified files: sys/dev/mii : brgphy.c Log message: when checking if a particular phy has a particular model number, make sure we check the oui as well. broadcom has 4 or 5 ouis with overlapping model numbers, so they should be scoped when you look them up. tested on at least: bge0 at pci3 dev 4 function 0 "Broadcom BCM5714" rev 0xa3, BCM5715 A3 (0x9003): ivec 0x795, address 00:14:4f:a9:34:90 brgphy0 at bge0 phy 1: BCM5714 10/100/1000baseT/SX PHY, rev. 0 bnx0 at pci7 dev 0 function 0 "Broadcom BCM5709" rev 0x20: apic 0 int 6 bnx0: address 1c:c1:de:e4:5e:b0 brgphy0 at bnx0 phy 1: BCM5709 10/100/1000baseT PHY, rev. 8 bge0 at pci0 dev 5 function 0 "Broadcom BCM5702X" rev 0x02, BCM5702/5703 A2 (0x1002): eb164 irq 2, address 00:10:18:00:98:e9 brgphy0 at bge0 phy 1: BCM5703 10/100/1000baseT PHY, rev. 2 bge0 at pci2 dev 0 function 0 "Broadcom BCM5761" rev 0x10, BCM5761 A1 (0x5761100): apic 2 int 18, address 00:10:18:4b:23:b4 brgphy0 at bge0 phy 1: BCM5761 10/100/1000baseT PHY, rev. 0 some tests by and ok mikeb@ and naddy@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/09 17:32:35 Modified files: sys/dev/mii : miidevs Log message: fix model ids for Broadcom BCM5720C and BCM5717C phys. tested on real 5720 hardware. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/09 17:33:13 Modified files: sys/dev/mii : miidevs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/09 17:37:24 Modified files: sys/dev/mii : brgphy.c Log message: apparently broadcom finally made a series of phys that done need a bunch of workarounds in the 5718 family and up. we dont attach bge to those chips yet, so this cant break anything that isnt already broken. from freebsd. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/09 17:47:39 Modified files: sys/dev/pci : if_bgereg.h Log message: macros describing necessary bits on newer chips. just extra cruft, it doesnt change anything that already exists so it cant (and empirically doesnt) change existing chip support. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/09 18:02:12 Modified files: sys/dev/pci : if_bge.c Log message: oh hey guys, ive got this cool new thing called a "switch statement". your if (thing == foo || thing == bar || thing == baz) is ugly. no functional change. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/09 18:17:00 Modified files: sys/dev/pci : if_bge.c if_bgereg.h Log message: dont hardcode the phy address at 1. the 5718 family of chips can have phys as 1, 2, 8, or 9 depending on which pci function its on and whether its serdes. this tells every other bge that the phy is still at 1, so they still work. CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2013/01/09 19:58:23 Modified files: . : plus.html Log message: plus.html for Dec 24-30, ok jj@. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2013/01/09 22:28:33 Modified files: www/moinmoin : Tag: OPENBSD_5_2 Makefile distinfo www/moinmoin/pkg: Tag: OPENBSD_5_2 PLIST Removed files: www/moinmoin/patches: Tag: OPENBSD_5_2 patch-MoinMoin_security___init___py Log message: Update MoinMoin to 1.9.6 for -stable to fix few security issues. Details: http://moinmo.in/SecurityFixes ok sthen@. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/10 00:10:15 Modified files: mail/osbf-lua : Makefile mail/osbf-lua/pkg: PLIST Log message: - fix a mistake introduced in -r1.8, this also fixes a conflict with luastdlib, as noticed by sthen@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/10 01:20:52 Modified files: x11/i3 : Makefile Added files: x11/i3/patches : patch-libi3_ipc_send_message_c Log message: Fix IPC messages writes with low buffer sizes (upstream git commit f5b7bfb12ef74ddbf250e5076bbfaafd0027474c) This fixes a problem (reported by jasper@) where i3bar would exit due to malformed IPC messages when switching workspaces with some windows opened. OK jasper@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2013/01/10 02:56:58 Modified files: usr.sbin/bgpd : log.c Log message: Don't log "unknown subcode" for subcode 0 when the hold timer expires, this is a normal condition. ok phessler@ florian@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/10 03:25:25 Modified files: infrastructure/lib/DPB: Heuristics.pm Log message: small optimization, fullpkgpath is expensive, and ordering by pkgpath is vastly enough in the current case CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/10 03:26:34 Modified files: infrastructure/lib/DPB: Core.pm PortInfo.pm Log message: a bit of refactoring: provide simple ways to check DPB_PROPERTIES without having a hash element spring into existence, and to list jobs running on the same host. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/10 03:28:29 Modified files: infrastructure/lib/DPB: Engine.pm Log message: zap info DIST if we don't actually need it. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/10 03:30:13 Modified files: infrastructure/lib/DPB: Engine.pm Log message: 'memoryhog' property: avoid starting two such jobs on the same host, if possible (mostly to be used for moz stuff which gobbles huge amounts of memory while linking) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/10 03:35:36 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: deleting DIST from child is pointless, do a proper finalize CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/10 04:13:39 Modified files: sysutils/augeas/patches: patch-lenses_simplevars_aug Log message: commmitted upstream CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/10 04:56:53 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: use new functions to simplify CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/10 05:00:38 Modified files: infrastructure/lib/DPB: Fetch.pm infrastructure/lib/DPB/Job: Port.pm Log message: there's no need to fork a process if the checksums are all cached CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/10 05:04:23 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: say goodbye to prepare/show-prepare-results, there's no need for a separate step: show-prepare-results should be practically instantaneous, and if there's noise, prepare will exit(1) anyways. just need to explicitly log the output of prepare. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/10 05:05:55 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: keep a trace of "small" ports: we won't log every detail concerning these CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2013/01/10 05:19:50 Modified files: cad/ngspice : Makefile distinfo cad/ngspice/patches: patch-tests_bin_check_sh cad/ngspice/pkg: PLIST Log message: Update to ngpsice-25. Release notes: http://ngspice.git.sourceforge.net/git/gitweb.cgi?p=ngspice/ngspice;a=blob;f=NEWS ok benoit@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/10 05:27:21 Modified files: infrastructure/bin: dpb infrastructure/lib/DPB/Job: Port.pm Log message: don't go thru patch/configure/build for very small ports. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/10 06:53:24 Modified files: sysutils/polkit: Makefile distinfo sysutils/polkit/patches: patch-configure_ac patch-src_polkitbackend_polkitbackendjsauthority_c sysutils/polkit/pkg: PLIST Log message: Bugfix update to polkit-0.110. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/10 06:53:56 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.6.1. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/10 07:01:51 Modified files: audio/mpd : Makefile distinfo Log message: Bugfix update to mpd-0.17.3 Ok landry@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/10 07:21:47 Modified files: lib/libedit : editline.3 editrc.5 Log message: editline.3: editrc only read from $HOME; from LEVAI Daniel editrc.5: add FILES for ~/.editrc patches passed onto net/free CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/10 07:43:46 Modified files: devel/openmpi : Makefile Log message: this needs gfortran instead of g77 to build ok sthen@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2013/01/10 08:00:55 Modified files: lang/gcc/4.6/patches: patch-gcc_config_gcc Added files: lang/gcc/4.6/patches: patch-gcc_config_mips_openbsd64_h patch-libgo_go_debug_proc_regs_openbsd_mips64_go patch-libgo_syscalls_syscall_openbsd_mips64_go Log message: Bring in some WIP mips64 work; fails atm due to a binutils bug when linking liblto_plugin.so: /usr/bin/ld: not enough GOT space for local GOT entries /usr/bin/ld: BFD 2.15 internal error, aborting at /usr/src/gnu/usr.bin/binutils/bfd/elfxx-mips.c line 6483 in _bfd_mips_elf_relocate_section with/tested by jasper@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2013/01/10 08:28:11 Modified files: app/cwm : group.c Log message: set the initial group to '1', missed by recent off-by-one group numbering re-work; discovered the hard way by sthen@. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/10 09:20:10 Modified files: infrastructure/lib/DPB: Vars.pm Log message: create pkgpaths objects is rather costly, so first do a string comparison instead of creating the same object again and again. removes *most* of the calls to PkgPath->create/compose ! CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/10 11:11:00 Modified files: net/transmission: Makefile distinfo Log message: Update to transmission 2.76. ok naddy@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/10 11:11:14 Modified files: net/ettercap : Makefile distinfo net/ettercap/patches: patch-plug-ins_stp_mangler_stp_mangler_c patch-share_etter_conf net/ettercap/pkg: PLIST Added files: net/ettercap/patches: patch-CMakeFiles_lib_check_cmake patch-man_ettercap_8_in patch-plug-ins_CMakeLists_txt net/ettercap/pkg: PFRAG.no-no_x11 Removed files: net/ettercap/patches: patch-configure_in patch-include_ec_stdint_h patch-man_ettercap_8 patch-src_ec_capture_c patch-src_interfaces_gtk_ec_gtk_conf_c patch-src_protocols_ec_tcp_c Log message: update ettercap to 0.7.5.1 but also mark it as BROKEN; mutex locking problems at runtime means this no longer works since the move to rthreads. CVSROOT: /cvs Module name: ports Changes by: chrisz@cvs.openbsd.org 2013/01/10 11:54:51 ports/devel/ocaml-lambda-term/patches Update of /cvs/ports/devel/ocaml-lambda-term/patches In directory cvs.openbsd.org:/tmp/cvs-serv3022/patches Log Message: Directory /cvs/ports/devel/ocaml-lambda-term/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: chrisz@cvs.openbsd.org 2013/01/10 11:55:30 Modified files: devel/ocaml-lambda-term: Makefile Added files: devel/ocaml-lambda-term/patches: patch-_oasis patch-_tags patch-myocamlbuild_ml patch-setup_ml patch-src_lTerm_unix_stubs_c Log message: work around nl_langinfo(CODESET) returning 646 in "C" locale see http://hackage.haskell.org/trac/ghc/ticket/4080 http://www.haible.de/bruno/packages-libcharset.html OK jasper@, avsm@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/10 13:46:18 src/libexec/ld.so/m88k Update of /cvs/src/libexec/ld.so/m88k In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/libexec/ld.so/m88k Log Message: Directory /cvs/src/libexec/ld.so/m88k added to the repository CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2013/01/10 14:34:29 Modified files: usr.bin/libtool/LT/Mode: Link.pm Log message: Honor -Wc and -Xcompiler in link mode like GNU does. OK espie@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/10 14:41:55 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: get rid of show-prepare-results temp file, add glue to synchronize to normal log. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/10 15:33:57 Modified files: sysutils/god : Makefile Log message: God was missed when bumping Ruby C extensions. Pointed out by nigel@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/10 15:39:07 Modified files: geo/merkaartor : Makefile distinfo geo/merkaartor/patches: patch-src_src_pro geo/merkaartor/pkg: PLIST Removed files: geo/merkaartor/patches: patch-3rdparty_qtsingleapplication-2_6_1-opensource_src_qtlocalpeer_cpp patch-src_MainWindow_cpp patch-src_Maps_Coord_cpp patch-src_Preferences_BookmarksList_cpp patch-src_Preferences_TmsServersList_cpp patch-src_Preferences_WmsServersList_cpp patch-src_Tools_RegionMapWidget_cpp geo/merkaartor/pkg: PFRAG.shared Log message: Update to merkaartor 0.18.1. Doesnt need boost anymore to build, drop useless g++3 patches, depend on gdal. From kirby@ : remove duplicated qt4 from LIB_DEPENDS, set SHARED_ONLY and merge PFRAG.shared into PLIST. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/10 15:42:21 Modified files: infrastructure/lib/DPB: Heuristics.pm Log message: make this a little bit shorter and faster. (considering how often it's called, yes, it's worth it) CVSROOT: /cvs Module name: src Changes by: rpe@cvs.openbsd.org 2013/01/10 15:52:28 Modified files: share/man/man7 : mirroring-ports.7 Log message: history file format correction ok espie@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/10 22:18:50 Modified files: etc : Makefile Log message: typo CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/11 01:11:26 Modified files: x11/fluxbox : Makefile distinfo x11/fluxbox/patches: patch-src_Makefile_in patch-src_Window_cc patch-util_fluxbox-generate_menu_in x11/fluxbox/pkg: PLIST Added files: x11/fluxbox/patches: patch-src_FbTk_FbTime_cc patch-util_fbsetbg Removed files: x11/fluxbox/patches: patch-src_FbAtoms_cc patch-src_FbAtoms_hh patch-src_FbTk_App_cc patch-src_FbTk_StringUtil_cc patch-src_FbTk_TextureRender_cc patch-src_FbTk_Theme_cc patch-src_main_cc Log message: Update to fluxbox-1.3.3. Tested on sparc64. Tested by bcallah@ on amd64 and loongson. OK bcallah@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/11 02:44:12 Modified files: x11/i3 : Makefile x11/i3/patches : patch-man_i3_1 Added files: x11/i3/patches : patch-src_manage_c Log message: Bugfix for a segfault when creating assigned and to be moved windows (upstream git commit 138e04fd4d50e5f80d445761de86c0c9617916b3) While here, do not mention '--shmlog-size' in the i3 manpage: we don't have this option due to lack of POSIX shared memory support. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/11 03:07:46 Modified files: devel/gsettings-desktop-schemas: Makefile devel/gsettings-desktop-schemas/pkg: PLIST Added files: devel/gsettings-desktop-schemas/files: 10_org.gnome.desktop.lockdown.gschema.override 10_org.gnome.desktop.media-handling.gschema.override 10_org.gnome.desktop.screensaver.gschema.override Removed files: devel/gsettings-desktop-schemas/files: org.gnome.desktop.lockdown.gschema.override org.gnome.desktop.media-handling.gschema.override org.gnome.desktop.screensaver.gschema.override Log message: Fix gschema.override files naming. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/11 03:09:20 Modified files: devel/dconf : Makefile Added files: devel/dconf/patches: patch-editor_dconf-model_vala patch-editor_dconf-schema_vala Log message: Properly decode schema overrides in dconf-editor (from upstream). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/11 03:11:57 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/pkg: PLIST Added files: x11/gnome/gdm/files: 10_org.gnome.login-screen.gschema.override Removed files: x11/gnome/gdm/files: org.gnome.login-screen.gschema.override Log message: Properly rename the gschema.override file and remove a bogus entry from it. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2013/01/11 03:17:19 Modified files: audio/exaile : Makefile distinfo audio/exaile/patches: patch-Makefile patch-tools_generate-launcher patch-xl_main_py patch-xlgui___init___py audio/exaile/pkg: PLIST Log message: bugfix update to 3.3.1 many plugins fixed, dynamic playlists are now working correctly CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2013/01/11 04:21:26 Modified files: databases/percona-toolkit: Makefile distinfo databases/percona-toolkit/patches: patch-Makefile_PL patch-bin_pt-mysql-summary Log message: Bugfix update to 2.1.8, more info about bugs fixed: https://launchpad.net/percona-toolkit/2.1/2.1.8 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/11 05:58:08 Modified files: databases/redis: Makefile distinfo Log message: Bugfixing update to redis-2.6.8 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/11 06:11:23 Modified files: devel/mysql++ : Makefile distinfo Added files: devel/mysql++/pkg: DESCR PLIST Removed files: devel/mysql++/patches: patch-lib_stadapter_h devel/mysql++/pkg: DESCR-docs DESCR-main PLIST-docs PLIST-main Log message: Merge -docs into -main; the package is small and there's absolutely no reason to split it. Remove gcc3 patch. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/11 06:18:36 Modified files: devel/mysql++ : Makefile devel/mysql++/pkg: PLIST Log message: grr forgot this bit in previous. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/11 06:20:50 Modified files: x11/gnome-mplayer: Makefile x11/gnome-mplayer/patches: patch-src_gui_c Added files: x11/gnome-mplayer/patches: patch-src_playlist_c Log message: Fix some layout issues when playing audio only files (upstream svn revision r2390) Resize player when on 'videopresent' event (upstream svn revision r2391) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/11 06:22:25 Modified files: infrastructure/lib/DPB: Reporter.pm Log message: force when redraw CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/11 06:43:59 Modified files: devel/libsigc++-2: Makefile Added files: devel/libsigc++-2/pkg: DESCR PFRAG.shared PLIST Removed files: devel/libsigc++-2/pkg: DESCR-docs DESCR-main PFRAG.shared-main PLIST-docs PLIST-main Log message: Merge -docs into -main; the package is small so there is no point in complicating things. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/11 06:44:25 Modified files: audio/ardour : Makefile devel/atk2mm : Makefile devel/glib2mm : Makefile devel/libglademm: Makefile devel/pangomm : Makefile devel/varconf : Makefile editors/subtitleeditor: Makefile emulators/vbam : Makefile graphics/cairomm: Makefile graphics/goocanvasmm2: Makefile graphics/inkscape: Makefile graphics/mapnik: Makefile multimedia/gstreamer-0.10/mm: Makefile net/libtorrent : Makefile net/rtorrent : Makefile productivity/workrave: Makefile sysutils/gsmartcontrol: Makefile textproc/libxml++: Makefile x11/gnome/gdlmm: Makefile x11/gnome/glom : Makefile x11/gnome/gnote: Makefile x11/gnome/libgdamm: Makefile x11/gnome/libgnomecanvasmm: Makefile x11/gnome/system-monitor: Makefile x11/gtk2mm : Makefile x11/gtk3mm : Makefile x11/gtkglextmm : Makefile x11/gtksourceviewmm3: Makefile x11/nitrogen : Makefile x11/pinot : Makefile Log message: Bump after libsigc++-2 -docs => -main merge. CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2013/01/11 06:52:12 Modified files: . : want.html Log message: I cannot find an affordable set of rails for my t1000, so let's ask here. Perhaps someone out there has a spare set? CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/11 08:05:03 Modified files: x11/gnome/baobab: Makefile Added files: x11/gnome/baobab/patches: patch-src_baobab-connect-server_vala Log message: Fix spawning of nautilus-connect-server. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/11 08:07:18 Modified files: x11/kde/pim3 : Makefile Added files: x11/kde/pim3/patches: patch-libkmime_kmime_util_cpp Log message: Fix a crash in KDE 3 PIM, patch found in my archives. "can go in" espie@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/11 08:12:55 Modified files: x11/kde/multimedia3/patches: patch-configure_in Log message: Update patches for kdemultimedia-3.5.10, no bump needed. "... as well" espie@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/11 08:14:44 Modified files: x11/gnome/baobab/patches: patch-src_baobab-connect-server_vala Log message: Pushed upstream. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/11 08:16:21 Modified files: x11/kde : Makefile.inc Log message: Do not create ${PREFIX}/lib/kde3 unless really needed. Fixes, e.g., update-plist for x11/kde/kdoc3. "can go in as well" espie@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/11 08:35:53 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: revamp tasks a bit more: have Job::Port let each task do its own setup. as a result, try locking directly before the fork, so we can distinguish tasks that did enter the lock directly from those that have to wait. (stuff like depend! means it has to wait/had to wait). Also, allows tasks to just "vanish" after setup: used for checksum (the whole code is now in there), and for junk (if several ports try to junk simultaneously). keep better track of the junk lock thru a job, so that it's released when we get out of a serialized sequence of tasks (thus, no longer release/reobtain at end of show-prepare-results/junk). checksum prints its own distsize now, something that was awkward before. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/11 08:48:52 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: run handle_job earlier, so we can see which junk_locks occurred in setup. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/11 09:11:21 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: ouch CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/11 09:20:00 Modified files: x11/kde/libs3 : Makefile Log message: Force disabling of Lua, kdelibs-3.5 tries to detect it otherwise. Lua was used for scripts in Kate and nobody missed it until now. okay espie@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/11 09:24:27 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: logic goof CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/11 09:35:47 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: task->name misused, go grab directly phase/name so that it works like I want it to CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/11 09:47:28 Modified files: sysutils/d-feet: Makefile distinfo sysutils/d-feet/patches: patch-setup_py sysutils/d-feet/pkg: PLIST Added files: sysutils/d-feet/patches: patch-dfeet_bus_watch_py Removed files: sysutils/d-feet/patches: patch-dfeet__util_py Log message: Update to a newer unstable release: d-feet-0.3.2. (upstream never released a stable version so far) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/11 09:59:07 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: oopsie, broke junk CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/11 10:23:51 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: explicitly wait for junk_lock... doesn't happen that often, a lot of try_lock will succeed, so the extra processes are cheap CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/11 10:35:43 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: ... and tweak to waiting-for-nfs so that things are clearer CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/11 10:39:03 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: show how many locks we waited for, that's easy to do and always fun CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2013/01/11 11:24:45 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish 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 2013/01/11 12:20:46 Modified files: x11/gnome/gdm/patches: patch-daemon_gdm-session-worker_c Log message: Pushed upstream. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/11 13:11:54 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: belt and suspenders... don't know why, but sometimes, the stuff is not where I think it should be CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/11 13:17:21 Log message: libcurl is a client-side URL transfer library, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE. libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos4), file transfer resume, http proxy tunneling and more! This package provides a Haskell binding to libcurl. From MAINTAINER David Schaefer. ok dcoppa@ Status: Vendor Tag: kili Release Tags: kili_20130111 N ports/net/hs-curl/Makefile N ports/net/hs-curl/distinfo N ports/net/hs-curl/pkg/PLIST N ports/net/hs-curl/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/11 13:19:49 Log message: Haskell binding to libpq: the C application programmer's interface to PostgreSQL. libpq is a set of library functions that allow client programs to pass queries to the PostgreSQL backend server and to receive the results of these queries. From David Schaefer. ok dcoppa@ Status: Vendor Tag: kili Release Tags: kili_20130111 N ports/databases/hs-postgresql-libpq/Makefile N ports/databases/hs-postgresql-libpq/distinfo N ports/databases/hs-postgresql-libpq/patches/patch-postgresql-libpq_cabal N ports/databases/hs-postgresql-libpq/pkg/PLIST N ports/databases/hs-postgresql-libpq/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/11 13:22:25 Log message: Mid-level PostgreSQL client library, forked from mysql-simple. From David Schaefer. ok dcoppa@ Status: Vendor Tag: kili Release Tags: kili_20130111 N ports/databases/hs-postgresql-simple/Makefile N ports/databases/hs-postgresql-simple/distinfo N ports/databases/hs-postgresql-simple/pkg/PLIST N ports/databases/hs-postgresql-simple/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/11 13:23:45 Modified files: databases : Makefile Log message: hook hs-postgresql-libpq and hs-postgresql-simple. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/11 13:25:09 Modified files: net : Makefile Log message: hook hs-curl. CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2013/01/11 14:08:44 Modified files: infrastructure/man/man1: check-manpages.1 Log message: sync manpage with code more X for mktemp ok espie@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/11 14:16:08 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: inheritance works better when you don't forget to call superclass CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/11 14:17:07 Modified files: libexec/ld.so : loader.c Log message: Proper bounds checking for DT_xxx values in _dl_boot_bind(). Turned out to be harmless because we have full control over the array being processed, and none of the values we set up may trigger the bug; yet this may change in the future. ok drahn matthew@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2013/01/11 14:18:17 Modified files: infrastructure/man/man1: check-common-dirs.1 Log message: - fix typo in SYNOPSIS - document options -m -x - describe what happens, if no pkgnames are listed on cmdline ok espie@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/11 14:19:45 Modified files: sys/arch/m88k/include: asm.h Log message: Make ENTRY() generate a .type @function declaration as well if __ELF__. Add an END() macro, to be used to match ENTRY(), which produces a .size directive. CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2013/01/11 14:21:32 Modified files: infrastructure/bin: check-common-dirs Log message: - sync usage text with manpage - show usage and exit if no pkgnames are listed on cmdline and none are found in current directory ok espie@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/11 14:21:48 Modified files: lib/libc/arch/m88k: SYS.h Log message: Add a bunch of macros to help writing PIC code for libc .S routines. Handles both -fpic and -fPIC. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/11 14:23:24 Modified files: lib/libc/arch/m88k/gen: _setjmp.S fabs.S setjmp.S sigsetjmp.S lib/libc/arch/m88k/net: htonl.S htons.S ntohl.S ntohs.S lib/libc/arch/m88k/sys: Ovfork.S brk.S cerror.S exect.S fork.S sbrk.S sigpending.S sigprocmask.S sigreturn.S sigsuspend.S syscall.S tfork_thread.S lib/librthread/arch/m88k: cerror.S Log message: Add END() directives to the various functions. Make the code PIC-aware when necessary (i.e. invoke other functions through the PLT, and access global data through the GOT). No change for non-PIC compilation. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/11 14:25:05 Modified files: gnu/usr.bin/gcc/gcc: c-common.c Log message: Automagically define __PIC__ and __pic__ to 1 or 2, when building with -fpic or -fPIC. Same for __PIE__ and __pie__; matches the behaviour of the in-tree gcc 4. CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2013/01/11 14:51:16 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 Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/11 15:15:32 Modified files: sysutils/bacula: Makefile distinfo sysutils/bacula/pkg: PLIST-main Removed files: sysutils/bacula/patches: patch-src_lib_bsys_c Log message: update to Bacula 5.2.12, ok aja@ merdely@ - minor bugfix (and rolling in a more important fix we already had in patches) CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2013/01/11 15:18:18 Modified files: . : plus.html Log message: plus.html for Dec 31 to Jan 5th, ok and tweaks from jj@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/11 15:20:12 Modified files: multimedia : Makefile multimedia/ogmrip: Makefile Added files: multimedia/ogmrip/pkg: DESCR-dvdcpy DESCR-main PLIST-dvdcpy PLIST-main Removed files: multimedia/dvdcpy: Makefile distinfo multimedia/dvdcpy/files: config.h dvdcpy.1 multimedia/dvdcpy/patches: patch-dvdcpy_c multimedia/dvdcpy/pkg: DESCR PLIST multimedia/ogmrip/pkg: DESCR PLIST Log message: Remove multimedia/dvdcpy which was a subset of multimedia/ogmrip, in favour of a dvdcpy subpackage in ogmrip. Sync WANTLIB while there. ok jeremy@ pascal@ Missing @conflict marker in my PLIST-dvdcpy spotted by Mikolaj Kucharski. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/11 15:34:43 Modified files: sys/arch/m88k/m88k: subr.S Log message: Do not use `#' to introduce comments anymore, as(1) will no longer support this RSN. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/11 15:51:45 Modified files: www/mozilla : mozilla.port.mk Log message: Ensure fx/sm/tb depend on nspr 4.9.4 / nss 3.14.1p0 (not technically needed for tb, but oh well..) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/11 15:57:14 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-browser_app_profile_firefox_js patch-gfx_thebes_gfxPlatform_cpp patch-js_src_configure_in 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 Removed files: www/mozilla-firefox/patches: patch-ipc_chromium_src_base_atomicops_h Log message: Update to firefox 18.0 : - see http://www.mozilla.org/en-US/firefox/18.0/releasenotes/ - fixes MFSA 2013-14 -> 20 - build with clang on i386/amd64 and with gcc 4.6 on powerpc. Required since upstream dropped support for gcc < 4.4. - don't build against systemwide jpeg anymore since it now needs its internal libjpeg-turbo. - add a stub method to sydney_audio_sndio.c in post-patch. Cant add it to the file in cvs directly otherwise it breaks other mozillas - remove patch-ipc_chromium_src_base_atomicops_h, not needed anymore ok sthen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/11 15:57:39 Modified files: www/firefox-i18n: Makefile.inc distinfo Log message: Update to firefox-i18n 18.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/11 16:06:36 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/mozilla-thunderbird/pkg: PLIST-enigmail Added files: mail/mozilla-thunderbird/patches: patch-mailnews_extensions_enigmail_ipc_src_Makefile_enig Removed files: mail/mozilla-thunderbird/patches: patch-mailnews_extensions_enigmail_genxpi Log message: Update to thunderbird 17.0.2/enigmail 1.5.0. Next major release will be tb 24, in synch with fx 24 - we track the stable/bugfix releases (which are not ESR. Not sure this is very clear..) Users interested in testing the beta releases (tracking fx betas) can grab them from my git tree. - Fixes MFSA 2013-01 -> 20 - remove enigmail genxpi patch, and to a SUBST_VARS dance with an XPCOM_ABI variable for the consistent naming of the new internal libsuprocess ipc lib. - add an enigmail patch to link with -shared, and remove a -Woption not recognized by our gcc. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/11 16:06:55 Modified files: mail/thunderbird-i18n: Makefile.inc distinfo Log message: Update to thunderbird-i18n 17.0.2 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/11 16:17:32 Modified files: www/seamonkey : Makefile distinfo www/seamonkey/patches: patch-mozilla_gfx_thebes_gfxPlatform_cpp patch-mozilla_js_src_configure_in 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 www/seamonkey/pkg: PLIST-enigmail PLIST-lightning Added files: www/seamonkey/patches: patch-mailnews_extensions_enigmail_ipc_src_Makefile_enig patch-mozilla_toolkit_mozapps_installer_packager_mk Removed files: www/seamonkey/patches: patch-mailnews_extensions_enigmail_genxpi patch-mozilla_ipc_chromium_src_base_atomicops_h Log message: Update to seamonkey 2.15/enigmail 1.5.0/lightning 2.0beta1 - see http://www.seamonkey-project.org/releases/seamonkey2.15/ - fixes MFSA 2013-01 -> 20 - build with clang on i386/amd64 and with gcc 4.6 on powerpc. Required since upstream dropped support for gcc < 4.4. - don't build against systemwide jpeg anymore since it now needs its internal libjpeg-turbo. - add a stub method to sydney_audio_sndio.c in post-patch. - add patch-mozilla_toolkit_mozapps_installer_packager_mk to fix a tar vs $(TAR) usage (bug #815793) - remove patch-ipc_chromium_src_base_atomicops_h, not needed anymore - remove enigmail genxpi patch, and to a SUBST_VARS dance with an XPCOM_ABI variable for the consistent naming of the new internal libsuprocess ipc lib. - add an enigmail patch to link with -shared CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/11 16:18:21 Modified files: www/seamonkey-i18n: Makefile.inc distinfo Log message: update to seamonkey-i18n 2.15 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/11 16:18:26 Modified files: graphics/libcaca: Makefile Log message: configure tests for it, but it's not really needed. libcaca is already marginally useful, don't bloat it with those fake deps okay sthen@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/11 16:22:35 Modified files: sys/arch/hp300/stand/cdboot: devopen.c sys/arch/hp300/stand/common: version.c sys/arch/hp300/stand/libsa: devopen.c Log message: Change boot commandline parsing to only force lowercase of the device name part, and keep the filename unchanged. This allows a kernel which name contains uppercase letters to be bootable, instead of getting a `file not found' error with the filename being all lower case. A workaround was to prepend the filename with `/', to give an absolute path. Yet there is no reason to lowercase the filename unless there is a boot device prefix. Crank version. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2013/01/11 17:18:06 Modified files: net/p5-Net-IMP : Makefile distinfo Log message: update p5-Net-IMP to 0.56 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2013/01/11 17:38:22 Modified files: security/p5-Net_SSLeay: Makefile distinfo Log message: update p5-Net-SSLeay to 1.52 CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2013/01/11 18:35:00 Modified files: . : want.html Log message: Sevan / Venture37 has kindly offered to send me rails for the t1000 so remove my request. Thanks! CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2013/01/12 00:47:15 Modified files: faq/fr : current.html faq/pf/ru : options.html tagging.html faq/ru : faq11.html faq12.html faq8.html faq9.html index.html fr : donations.html want.html openssh/ru : faq.html papers/fr : index.html ru : 52.html anoncvs.html hackathons.html smp.html why-cvs.html Added files: faq/ru : faq4.html faq6.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/12 00:54:04 Modified files: infrastructure/templates: network.conf.template Log message: Put belnet first in MASTER_SITE_GNOME and remove some duplicates. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/12 00:58:19 Modified files: x11/gnome/baobab: Makefile distinfo x11/gnome/baobab/pkg: PLIST Removed files: x11/gnome/baobab/patches: patch-src_baobab-connect-server_vala Log message: Update to baobab-3.6.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/12 04:21:10 Modified files: x11/kde/base3 : Makefile x11/kde/base3/pkg: PLIST-main x11/kde/graphics3: Makefile x11/kde/graphics3/pkg: PLIST-main x11/kde/office3: Makefile x11/kde/office3/pkg: PLIST x11/kde/pim3 : Makefile x11/kde/pim3/pkg: PLIST x11/kde/sdk3 : Makefile x11/kde/sdk3/pkg: PLIST-main Log message: Fix crystalsvg icon path in @unexec-delete CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2013/01/12 04:22:04 Modified files: usr.bin/ssh : cipher.c Log message: improve error message for integrity failure in AES-GCM modes; ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2013/01/12 04:23:53 Modified files: regress/usr.bin/ssh: integrity.sh cipher-speed.sh try-ciphers.sh Log message: test AES-GCM modes; feedback markus@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/12 04:46:28 Modified files: devel/mysql++ : Makefile Log message: Add ONLY_FOR_ARCHS and mark for gcc4 archs. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/12 05:34:21 Modified files: devel/sdl : Makefile Log message: Add ONLY_FOR_ARCHS and only allow this for gcc4 and no shared archs. SDL requires symbol visibility support on a shared arch. ok sthen@ CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2013/01/12 06:02:22 Modified files: share/man/man4 : Makefile sys/arch/i386/conf: GENERIC sys/dev/pci : files.pci Added files: share/man/man4 : viomb.4 sys/dev/pci : viomb.c Log message: add viomb driver for virtio balloon device This allows the host to request some memory back from the openbsd guest in case of a shortage. Patch by Dinar Talypov OK jasper@ OK jmc@ (man page) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/12 06:51:43 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: fix problem noticed by nigel@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/12 06:54:57 Modified files: sysutils/d-feet: Makefile distinfo Log message: Update to d-feet-0.3.3. CVSROOT: /cvs Module name: ports Changes by: shadchin@cvs.openbsd.org 2013/01/12 07:03:41 Modified files: graphics/djview4: Makefile distinfo graphics/djview4/patches: patch-desktopfiles_Makefile_in graphics/djview4/pkg: PLIST Removed files: graphics/djview4/patches: patch-src_qdjvuwidget_cpp Log message: Update to djview4-4.9. CVSROOT: /cvs Module name: ports Changes by: shadchin@cvs.openbsd.org 2013/01/12 07:11:27 Modified files: devel/tkdiff : Makefile distinfo Log message: Update to tkdiff-4.2. tweaks and ok sthen@, maintainer timeout CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/12 07:14:53 Modified files: net/p5-Net-Whois-RIPE: Makefile distinfo net/p5-Net-Whois-RIPE/pkg: PLIST Log message: - update p5-Net-Whois-RIPE to 2.002 - add EPOCH - regen PLIST CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/12 07:44:41 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: work-around for special need users CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/12 08:15:23 Modified files: devel/smarty : Makefile Log message: - bump REVISION Drop maintainership. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/12 08:37:43 Modified files: math/ecm : Makefile distinfo Log message: - update ecm to 6.4.2 - bump SHARED_LIBS - add USE_LIBTOOL - update license and MASTER_SITES CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/12 08:43:43 Modified files: www/yui : Makefile Log message: - bump REVISION Drop maintainership. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/12 08:45:24 Modified files: distrib/sets/lists/base: md.mvme68k distrib/sets/lists/comp: md.mvme68k Log message: sync CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/12 09:11:37 Modified files: graphics/pngcrush: Makefile distinfo Log message: - update pngcrush to 1.7.43 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/12 09:14:22 Modified files: net/adsuck : Makefile net/adsuck/pkg : adsuck.rc Log message: Add an rc_post() to prevent the adsuck monitor process to be left hanging there... ok gonzalo@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2013/01/12 09:21:43 Modified files: games/stone-soup: Makefile distinfo games/stone-soup/patches: patch-source_command_cc games/stone-soup/pkg: PFRAG.no-no_x11 PLIST Added files: games/stone-soup/patches: patch-source_Makefile Removed files: games/stone-soup/patches: patch-source_makefile patch-source_rltiles_Makefile Log message: Update Dungeon Crawl Stone Soup to version 0.11.0. with silent agreement from ports@ CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2013/01/12 10:21:59 Modified files: infrastructure/db: user.list Log message: _nikto user for security/nikto Ok benoit@ CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2013/01/12 10:38:14 Modified files: security/nikto : Makefile distinfo security/nikto/patches: patch-nikto_pl security/nikto/pkg: PLIST Added files: security/nikto/patches: patch-plugins_nikto_core_plugin Log message: original update from gsoares@, sthen@ comments "no checksum" shouldn't be used, removed and updates placed into /var/db/nikto instead by changing nikto.conf. Ok benoit@ CVSROOT: /cvs Module name: www Changes by: jeremy@cvs.openbsd.org 2013/01/12 10:44:50 Modified files: faq : faq14.html Log message: Switch from "cpio -pdum" to "pax -rw -p e" to copy partitions since cpio requires find which isn't available on bsd.rd. Also, use a more complete example. OK naddy@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/12 19:18:47 Modified files: lang/classpath : Makefile lang/classpath/pkg: DESCR Log message: - Change RUN_DEPENDS to point to gcc 4.6 instead of 4.2. - Capitalize Java properly. ok kurt@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2013/01/12 20:45:00 Modified files: lib/libm/arch/amd64: invtrig.c lib/libm/arch/hppa: e_sqrt.c s_rint.c lib/libm/arch/i387: invtrig.c lib/libm/arch/sh: e_sqrt.c lib/libm/noieee_src: n_asincos.c n_atan.c n_atan2.c n_fdim.c n_floor.c n_fmax.c n_fmin.c n_sincos.c n_support.c n_tan.c lib/libm/src : b_tgamma.c e_acos.c e_acosh.c e_asin.c e_atan2.c e_atanh.c e_cosh.c e_exp.c e_fmod.c e_hypot.c e_log.c e_log10.c e_log2.c e_pow.c e_remainder.c e_sinh.c e_sqrt.c s_asinh.c s_atan.c s_cabs.c s_cacos.c s_cacosh.c s_carg.c s_casin.c s_casinh.c s_catan.c s_catanh.c s_cbrt.c s_ccos.c s_ccosh.c s_ceil.c s_cexp.c s_cimag.c s_clog.c s_conj.c s_copysign.c s_cos.c s_cpow.c s_cproj.c s_creal.c s_csin.c s_csinh.c s_csqrt.c s_ctan.c s_ctanh.c s_erf.c s_exp2.c s_expm1.c s_floor.c s_fma.c s_fmax.c s_fmin.c s_ilogb.c s_llrint.c s_llround.c s_log1p.c s_lrint.c s_lround.c s_nan.c s_nextafter.c s_remquo.c s_rint.c s_round.c s_scalbn.c s_sin.c s_tan.c s_tanh.c s_trunc.c w_lgamma.c Removed files: lib/libm/src : n_argred.c n_infnan.c n_sincos.c n_sqrt.c n_tan.c Log message: Get rid of the very ugly lint workarounds: LINTLIBRARY, PROTOLIB, and a few empty files for lint to chew on. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2013/01/12 20:58:09 Modified files: sys/kern : vfs_bio.c Log message: After some discussion with deraadt and kettenis, revert previous decision to set a high water mark, as this will likely cause us problems in low memory situations where we can't get a struct buf. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/12 21:07:49 Modified files: sys/ntfs : ntfs_subr.c ntfs_vfsops.c ntfs_vnops.c Log message: Destatic. ok krw@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/01/12 21:51:28 Modified files: sbin/dhclient : dhclient.c Log message: Check results of strdup() of domainname and nameservers options. Original diff from lteo@, tweaked by me. ok lteo@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2013/01/12 22:40:05 Modified files: sys/dev/mii : brgphy.c brgphyreg.h Log message: Add support for reporting flow control status for 5708S/5709S fibre PHY. ok dlg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2013/01/12 22:45:10 Modified files: sys/dev/pci : if_bnx.c Log message: Enable flow control support with 5708S/5709S adapters. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/13 00:10:09 Modified files: lang/smlnj : Makefile Added files: lang/smlnj/patches: patch-src_runtime_config_gen-posix-names_sh Log message: Fix the gen-posix-names.sh script to look for the sysconf(3) SC_* constants from the correct header so as to fix the crashing issue with smlnj. From Alexander Polakov ok sthen@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/13 01:16:26 Modified files: devel/py-bytecodeassembler: Makefile distinfo devel/py-bytecodeassembler/pkg: PLIST Log message: - update py-bytecodeassembler to 0.6 - regen PLIST OK martynas@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/13 01:34:52 Modified files: www/py-jonpy : Makefile distinfo www/py-jonpy/pkg: PLIST Log message: - update py-jonpy to 0.10 - regen PLIST CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/13 02:10:40 Modified files: audio/libmikmod: Makefile distinfo audio/libmikmod/files: drv_sndio.c audio/libmikmod/patches: patch-configure patch-include_mikmod_h_in patch-libmikmod_Makefile_in patch-playercode_mdreg_c patch-playercode_mplayer_c Removed files: audio/libmikmod/patches: patch-drivers_drv_wav_c patch-include_mikmod_internals_h patch-libmikmod_m4 patch-playercode_mloader_c Log message: update to libmikmod 3.2.0, with/ok tobiasu@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/13 02:26:35 Modified files: games/eduke32 : Makefile Added files: games/eduke32/patches: patch-build_src_dynamicgtk_c Log message: This has a hidden dep on gtk+2 (which is dlopen'd); add LIB_DEPENDS/WANTLIB (and a comment to remind people not to remove it when they see as Extra), and fix the dlopen string so it actually uses it at runtime. ok ryan@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/13 02:28:00 Modified files: devel/p5-Test-Tester: Makefile distinfo Log message: update to Test::Tester 0.108, from dhill, ok bluhm (maintainer timeout) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/13 02:28:09 Modified files: devel/p5-Test-NoWarnings: Makefile distinfo Log message: update to Test::NoWarnings 1.04, from dhill, ok bluhm (maintainer timeout) CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2013/01/13 02:31:06 Modified files: faq/fr : faq4.html faq6.html fr : 52.html crypto.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 errata49.html errata50.html errata51.html errata52.html events.html index.html plat.html porting.html security.html want.html Added files: fr : errata47.html errata48.html loongson.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/13 03:12:52 Modified files: net/putty : Makefile distinfo net/putty/patches: patch-unix_configure_ac patch-unix_uxnoise_c patch-unix_uxpty_c net/putty/pkg : PLIST-gui PLIST-main Log message: Update to PuTTY 0.62. ok djm@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/13 06:38:32 Modified files: graphics/jhead : Makefile distinfo graphics/jhead/patches: patch-jhead_c Log message: - update jhead to 2.96 - update patches - remove USE_GROFF ok okan@ (maintainer) CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2013/01/13 06:55:12 Modified files: app/cwm : group.c Log message: put back r1.68 which allows an empty group to be sticky; behavior change noticed by Thomas Pfaff and diagnosis why we need to group_setactive in this case by Alexander Polakov. replace XXX with a useful comment. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/13 07:03:20 Modified files: infrastructure/lib/DPB: Fetch.pm Log message: zap SUPDISTFILES earlier if not needed. framework to save listings of archives CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/13 07:04:00 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: ChecksumAndList: unused yet. make it possible to save archive-file-lists for later perusal (e.g., locatedb for distfiles) CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2013/01/13 07:53:40 Modified files: lang/node : Makefile distinfo lang/node/patches: patch-tools_gyp_pylib_gyp_common_py lang/node/pkg : PLIST Removed files: lang/node/patches: patch-deps_npm_node_modules_node-gyp_legacy_tools_gyp_pylib_gyp_common_py patch-tools_install_py Log message: Upgrade node to 0.8.17 - remove two of our patches OK jasper@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2013/01/13 08:28:51 Modified files: infrastructure/bin: check_register Log message: add missing backslash in find command ok espie@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/13 08:42:10 Modified files: graphics/shotwell: Makefile distinfo graphics/shotwell/patches: patch-Makefile patch-src_camera_CameraTable_vala graphics/shotwell/pkg: PLIST Log message: Bugfix update to shotwell-0.13.1. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2013/01/13 08:42:12 Modified files: devel/ocaml-mlgmp: Makefile Log message: don't use RUN_DEPENDS=${BUILD_DEPENDS} as it mistakenly picks up gmake ok edd@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2013/01/13 08:45:16 Modified files: faq/fr : faq4.html faq/nl : faq14.html faq/pf/pt : anchors.html faq/pt : faq2.html faq3.html fr : donations.html pt : plus.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2013/01/13 09:33:58 Log message: Import of audio/mikmod, a module audio player. Patches done by tobiasu@ ok tobiasu@ sthen@ landry@ Status: Vendor Tag: bcallah Release Tags: bcallah_20130113 N ports/audio/mikmod/Makefile N ports/audio/mikmod/distinfo N ports/audio/mikmod/pkg/PLIST N ports/audio/mikmod/pkg/DESCR N ports/audio/mikmod/patches/patch-src_marchive_c N ports/audio/mikmod/patches/patch-src_mlistedit_c N ports/audio/mikmod/patches/patch-mikmodrc No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2013/01/13 09:48:17 Modified files: audio/mikmod : Makefile Log message: Add archivers/bzip2 to RUN_DEPENDS. Bump REVISION. Spotted by aja@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/13 09:52:21 Modified files: productivity/gtg: Makefile Log message: Add missing devel/gettext module, otherwise translations are not installed in fake and packaging fails. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2013/01/13 10:01:58 Modified files: audio : Makefile Log message: +mikmod CVSROOT: /cvs Module name: src Changes by: sebastia@cvs.openbsd.org 2013/01/13 10:47:21 Modified files: share/man/man5 : port-modules.5 Log message: MODGCC3_ARCHS -> MODCLANG_ARCHS for the lang/clang module OK landry@ CVSROOT: /cvs Module name: www Changes by: rpe@cvs.openbsd.org 2013/01/13 10:52:08 Modified files: faq : faq15.html Log message: - provide a hint to pkglocate to find packages - no need to install the sqlite3 package, as we have it in base ok nick@ espie@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2013/01/13 10:52:33 Modified files: x11/gnustep/sqlclient: Makefile distinfo Log message: Update to 1.6.0 * Change execute methods to return a count of the rows to which the executed operation applies, or -1 if not supported. Implement for postgresql and mysql. * Add support for asynchronous notifications OK landry@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2013/01/13 10:53:53 Modified files: x11/gnustep/mpdcon: Makefile distinfo x11/gnustep/mpdcon/pkg: PLIST Log message: Update to 1.4 Some new features: * now possible to rate songs * new Playlist Inspector * allows to configure a random feed to the playlist * random feed can be based on the song ratings * other minor fixes and additions * new dependency to x11/gnustep/sqlclient OK landry@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/13 10:55:29 Modified files: x11/xfce4/tumbler: Makefile distinfo x11/xfce4/tumbler/pkg: PLIST Log message: Update to tumbler 0.1.27. Now provides a movie cover tumbnailer disabled by default; see http://docs.xfce.org/xfce/thunar/tumbler for how to enable it via the new config file. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/01/13 11:11:34 Modified files: sbin/dhclient : dhcp.h Log message: Add DHO_ defines for all known options. Use same names as ISC where available. No functional change. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/01/13 11:24:23 Modified files: usr.sbin/dhcpd : dhcp.h Log message: Add DHO_ defines for all known options. Use same names as ISC where available. No functional change. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/01/13 11:38:02 Modified files: sbin/dhclient : dhcp.h usr.sbin/dhcpd : dhcp.h Log message: Tweak whitespace, add missing #defines, use DHO_RELAY_AGENT_INFORMATION rather than DHO_DHCP_AGENT_OPTIONS. Makes these files identical again. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/13 11:44:55 Modified files: libexec/ld.so/hppa: archdep.h Log message: Correctly process RELOC_DIR32 while relocating ld.so itself; this allow global data initializers to work as intended. ok drahn kettenis@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/13 12:32:12 Modified files: devel/xdg-utils: Makefile Added files: devel/xdg-utils/patches: patch-scripts_xdg-screensaver Log message: Fix xdg-screensaver: we don't have mv -T. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/13 12:35:42 Modified files: x11/kde : kde.port.mk x11/kde/games3 : Makefile x11/kde/libs3 : Makefile Log message: Enable Avahi support in KDE 3. Tested in a bulk build by landry@. okay by espie@ and ajacoutot@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/13 12:49:37 Modified files: net/avahi : Makefile net/avahi/pkg : README-main Log message: Add a pf.conf(5) example rule. CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2013/01/13 13:03:59 Modified files: graphics/gmt : Makefile Log message: - remove MASTER_SITES not holding the DISTFILES anymore - remove MAINTAINER - bump REVISION ok sthen@ ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2013/01/13 13:21:53 Modified files: audio/mikmod : Makefile Log message: After more discussion, add archivers/unzip as a RUN_DEPENDS. Bump REVISION. ok sthen@ aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/13 13:23:06 Modified files: www/gtkhtml4 : Makefile distinfo Log message: - update to gtkhtml-4.6.2 CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2013/01/13 13:24:13 Modified files: lib/libc/arch/hppa64/gdtoa: Makefile.inc Removed files: lib/libc/arch/hppa64/gdtoa: strtold.c Log message: Remove machine-dependent glue for strtorQ, since hppa64 quad-precision support has been removed from our compiler a year ago. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2013/01/13 13:47:05 Modified files: gnu/usr.sbin/sendmail/cf/cf: Makefile Log message: Change an instance of submit.cf that should now be openbsd-submit.cf. From grunk@ CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2013/01/13 14:21:17 Modified files: libexec/login_token: init.c login_token.c token.c Log message: Fix warnings. millert@ ok. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2013/01/13 14:38:37 Modified files: lang/mono : Makefile Added files: lang/mono/patches: patch-mono_metadata_gc_c Log message: Fix termination segfault caused by a use-after free race by having the finalizer_thread exit as soon as it finishes. okay robert@ naddy@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/01/13 15:09:38 Modified files: sbin/dhclient : dhclient.c options.c Log message: Make pretty_print_option() return "" rather than "" when the option fails validation tests. Make pretty_print_option() bail on all bad format strings, and on all incorrect option data lengths. Check pretty_print_option() return value rather than repeating validation with check_option(). Do res_hnok() check on host name, domain name, and nis domain while creating lease from packet info. As a result, nuke ipv4addrs() and check_option(). Ignore options that do not validate rather than summarily rejecting offered lease. Treat all options whose names start with "option-" as unknown rather than relying on a big switch on DHO_ names. Started when reading dhclient(8) -u verbiage. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/01/13 15:50:33 Modified files: sbin/dhclient : options.c Log message: More informative error message. CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2013/01/13 16:40:26 Modified files: papers : index.html Log message: link to my eurobsdcon presentation was missing, pointed out by chl@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/13 17:47:53 Modified files: sys/dev/pci : if_myx.c Log message: ;; is a long way of saying ; CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/13 18:36:04 Modified files: comms/smstools : Makefile distinfo Log message: update smstools to 3.1.15 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/13 18:42:24 Modified files: mail/fetchmail : Makefile distinfo mail/fetchmail/patches: patch-Makefile_in patch-configure_ac mail/fetchmail/pkg: PLIST Removed files: mail/fetchmail/patches: patch-fetchmail_man patch-socket_c Log message: update to fetchmail 6.3.24 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/13 19:14:41 Modified files: graphics/ffmpeg: Makefile distinfo graphics/ffmpeg/patches: patch-configure patch-libavcodec_libgsm_c graphics/ffmpeg/pkg: PFRAG.shared PLIST Added files: graphics/ffmpeg/patches: patch-library_mak Removed files: graphics/ffmpeg/patches: patch-subdir_mak Log message: Update to FFmpeg 20121026 snapshot. From 0.10 branch. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/13 19:15:46 Modified files: multimedia/ffmpeg2theora: Makefile Removed files: multimedia/ffmpeg2theora/patches: patch-SConstruct patch-src_ffmpeg2theora_c Log message: Update after FFmpeg 20121026 update. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/13 19:17:15 Modified files: x11/mplayer : Makefile x11/mplayer/patches: patch-configure Log message: Update after FFmpeg 20121026 update. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/13 19:20:41 Added files: x11/mplayer/patches: patch-libmpcodecs_ae_lavc_c patch-libmpcodecs_vd_ffmpeg_c patch-libmpcodecs_ve_lavc_c patch-libmpcodecs_vf_pp_c patch-libmpdemux_demux_lavf_c patch-libmpdemux_mp_taglists_c patch-libmpdemux_muxer_lavf_c Log message: Update after FFmpeg 20121026 update. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/13 19:26:20 Modified files: audio/audacious-plugins: Makefile audio/audacious-plugins/pkg: PLIST Log message: Enable FFmpeg based audio decoding now that FFmpeg is new enough. Allows for playback for formats such as WMA. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/13 19:39:15 Modified files: net/icinga/core: Makefile distinfo net/icinga/core/patches: patch-Changelog Log message: bugfix update to icinga 1.8.4; including SECURITY stack-based buffer overflow in history.cgi from the classic cgi programs (CVE-2012-6096) and some other minor fixes. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/13 19:41:03 Modified files: sys/ntfs : ntfs_compr.c ntfs_ihash.c ntfs_subr.c ntfs_vfsops.c Log message: Ansify and apply style(9) to function definitions. ok krw@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/01/13 19:46:29 Modified files: sbin/dhclient : dhclient.c Log message: First convert packet to lease, which validates option data and discards bad options. THEN check to see if any required options are missing and reject both OFFER and ACK packets that lack required options. Since it is the latter's lease we actual bind. Move required option check into packet_to_lease() instead of duplicating it. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/13 21:02:02 Modified files: sys/dev/pci : if_myx.c Log message: the myri doco suggests its nice to post stuff by filling in everything in the rings except the first descriptor. once you've written as much as you can out, then you go back and post the first descriptor to signal that the chip should go ahead and work. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/13 22:13:50 Modified files: usr.sbin/snmpd : usm.c Log message: sm_usmerr should be initialized with OIDVAL, not MIB; ok reyk@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/13 22:24:07 Modified files: libexec/ld.so/mips64: ldasm.S Log message: Do not bogusly attempt to mprotect ld.so's .rodata area RW at bootstrap time: the logic is wrong, and there are no relocations to apply to .rodata anyway. ok jsing@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/13 22:52:34 Modified files: audio/pulseaudio: Makefile Log message: Fix up how the auto* bits are used within the Makefile. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/13 23:00:48 Modified files: sys/dev/pci : if_myx.c Log message: when posting descriptors to the chips rings, avoid going write barrier write barrier write barrier when using myx_write to post descriptors. instead let its go write write write barrier by using the appropriate bus_space write directly followed by a single bus_space barrier. the story above is mostly true, except that myx wants use to write all the descriptors except the first, barrier, and then write the first one out to signale that the chip can proceed. it is also worth noting that the barriers cover more address space than what we actually wrote to. this makes the code much simpler, and avoids generating extra fence operations (which is what barrier functions end up as on most of our archs) when we wrap around the end of the ring. the bus_space doco encourages this. bus_space use was discussed with krw@ kettenis@ deraadt@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2013/01/13 23:32:37 Modified files: lib/libkvm : kvm_proc.c Log message: No longer need the "miniproc" glue, as we only have kinfo_proc now. ok deraadt@ pirofti@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/14 01:13:03 Modified files: editors : Makefile Log message: unhook emacs 22/23 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/14 01:14:34 Removed files: editors/emacs22: Makefile distinfo editors/emacs22/patches: patch-configure_in patch-src_image_c patch-src_m_alpha_h patch-src_m_mips64_h patch-src_m_mips64el_h patch-src_unexelf_c editors/emacs22/pkg: DESCR-el DESCR-main PFRAG.no-no_x11-main PLIST-el PLIST-main editors/emacs23: Makefile distinfo editors/emacs23/patches: patch-configure_in patch-lisp_files_el patch-src_m_mips64_h patch-src_m_mips64el_h patch-src_minibuf_c patch-src_s_openbsd_h patch-src_unexelf_c patch-src_xgselect_c editors/emacs23/pkg: DESCR-el DESCR-main PLIST-el PLIST-main Log message: Remove Emacs 22/23, we've got 21 and 24 already, and there's no need for four different Emacsen. as discussed with deraadt@ and several others. ok aja@ gsoares@ eric@ (emacs 22 maintainer) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/14 01:52:24 Modified files: databases/redis: Makefile Log message: Zap bogus CFLAGS CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/14 02:17:03 Modified files: www/lighttpd : Makefile Added files: www/lighttpd/patches: patch-src_mod_fastcgi_c Log message: mod_fastcgi: Fix mix up of "mode" => "authorizer" in other FastCGI configs. ok sthen@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/14 02:44:57 Modified files: sys/ntfs : ntfs_vnops.c Log message: Free the directory block buffer at the completion of a readdir, significantly reducing NTFS kernel memory usage. Without this the buffer is not usually freed until the vnode is reclaimed. Tested by Sebastian Neuper. ok beck@ krw@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/14 02:48:24 Modified files: sys/dev/usb : if_athn_usb.c Log message: Call the correct callback on node disassociation. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/14 02:50:31 Modified files: sys/dev/ic : athn.c sys/dev/usb : if_athn_usb.c Log message: Fix the sotfware. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/14 03:47:45 Modified files: databases/mongodb: Makefile Log message: Mark BROKEN after the switch to rthreads. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/14 04:57:44 Modified files: net/nagios/nagios: Makefile distinfo net/nagios/nagios/patches: chroot-cgi_Makefile_in Log message: update nagios to 3.4.4; SECURITY stack-based buffer overflow in history.cgi (CVE-2012-6096, http://pastebin.com/FJUNyTaj) CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/14 05:09:59 Modified files: x11/kde/graphics3: Makefile x11/kde/graphics3/pkg: PLIST-kamera PLIST-kpov PLIST-main PLIST-sane Log message: Move more stuff to subpackages of kdegraphics-3.5.10 and fix a few RUN_DEPENDS-* while there. input and ok landry@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/14 05:14:21 Modified files: net/nagios/nagios: Makefile net/nagios/nagios/patches: patch-sample-config_nagios_cfg_in Log message: disable the phone-home "check for updates" option in default config. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/14 05:21:59 Modified files: devel/automake/1.12: Makefile distinfo Log message: Update to automake 1.12.6. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/14 05:25:23 Modified files: net/icinga : Tag: OPENBSD_5_2 Makefile.inc net/icinga/core: Tag: OPENBSD_5_2 Makefile distinfo net/icinga/web : Tag: OPENBSD_5_2 Makefile Removed files: net/icinga/core/patches: Tag: OPENBSD_5_2 patch-base_utils_c Log message: update icinga in -stable to 1.7.4; CVE-2012-6096 stack-based buffer overflow in history.cgi CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/14 05:26:25 Modified files: net/nagios/nagios: Tag: OPENBSD_5_2 Makefile Added files: net/nagios/nagios/patches: Tag: OPENBSD_5_2 patch-cgi_history_c Log message: Add a patch for CVE-2012-6096 to nagios in -stable, stack-based buffer overflow in history.cgi CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/14 05:35:20 Modified files: x11/kde/accessibility3: Makefile x11/kde/admin3 : Makefile x11/kde/base3 : Makefile x11/kde/edu3 : Makefile x11/kde/libs3 : Makefile x11/kde/multimedia3: Makefile x11/kde/network3: Makefile x11/kde/pim3 : Makefile x11/kde/sdk3 : Makefile Log message: Unbreak FLAVORs for KDE 3. ok by espie@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/14 05:44:18 Modified files: x11/faenza-icon-theme: Makefile distinfo x11/faenza-icon-theme/pkg: PLIST Log message: Update to faenza-icon-theme-1.3 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/14 06:09:54 Modified files: databases/sqlports: Makefile databases/sqlports/files: Info.pm Var.pm Log message: integrate DPB_PROPERTIES (noticed by nigel@ if memory serves) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/14 06:17:50 Modified files: textproc/catdoc: Makefile Log message: switch textproc/catdoc to using default Tcl/Tk, don't USE_GROFF CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/14 06:43:36 Modified files: databases/sqlite: Makefile databases/sqlite/pkg: PLIST Log message: Use Tcl 8.5 in the build/regress tests of sqlite 2; sync plist and remove useless PKGNAME=DISTNAME while there CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/14 06:52:59 Modified files: www/mozilla-firefox: Makefile Added files: www/mozilla-firefox/patches: patch-ipc_glue_GeckoChildProcessHost_cpp Log message: Fix external plugin spawning (bug #830303), reported by nigel@. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/14 07:11:11 Modified files: www/seamonkey : Makefile Added files: www/seamonkey/patches: patch-mozilla_ipc_glue_GeckoChildProcessHost_cpp Log message: Fix external plugin spawning (bug #830303) in seamonkey too. Tb not affected. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/14 07:27:42 Modified files: x11/fluxbox : Makefile Added files: x11/fluxbox/patches: patch-src_FbTk_Timer_cc Log message: Fix bug: handle the list of Timers not in-place (upstream git commit 4d307dcd10af9d817ff5c05fc40ae7487564cb31) See: http://sourceforge.net/tracker/?func=detail&aid=3590078&group_id=35398&atid=413960 Also reported by nigel@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2013/01/14 07:39:38 Modified files: usr.sbin/ospf6d: kroute.c ospf6d.h Log message: kroute.c rev 1.69 of ospfd for ospf6d ------------------------------------------------------------------------ date: 2009/06/02 20:16:59; author: claudio; state: Exp; lines: +13 -3 Track reject and blackhole routes and allow them to be redistributed even though they point to the loopback. Mainly used for redistribute default since on default free routers we need to have a fake route now. After discussion with Tonnerre Lombard, idea OK henning@ ------------------------------------------------------------------------ ok claudio@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/14 07:46:46 Modified files: x11/kde/bindings3: Makefile x11/kde/bindings3/pkg: PLIST Added files: x11/kde/bindings3/patches: patch-python_Makefile_in Removed files: x11/kde/bindings3/patches: patch-smoke_qt_generate_pl_in Log message: Enable Perl and Python bindings. Note that Perl bindings are not that relevant until we get threaded Perl (noted by Espie). Python bindings still use 2.5, moving to 2.7 is in post-KDE4 plans. "if it builds, go for it" espie@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/14 08:04:49 Modified files: x11/pinot : Makefile distinfo x11/pinot/pkg : PLIST Log message: Update to pinot-1.03. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/14 08:52:22 Modified files: sysutils/dfc : Makefile distinfo sysutils/dfc/pkg: PLIST Log message: - update dfc to 3.0.1 - regen PLIST - update MASTER_SITES CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/14 08:57:56 Modified files: x11/fluxbox : Makefile Added files: x11/fluxbox/patches: patch-src_FbTk_TextureRender_cc Log message: Bugfix: ensure textures have the correct size before applying 'bevel' (upstream git commit 239e895826b2f843bc50cc6fef8108db174c33e8) CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/14 08:59:54 Modified files: textproc/py-polib: Makefile distinfo Log message: - update py-polib to 1.0.2 - add regression tests CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/14 09:07:41 Modified files: www/bacula-web : Makefile www/bacula-web/pkg: README Log message: Fix config file path in the pkg-readme. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/14 09:16:59 Modified files: lang/smlnj : Makefile distinfo lang/smlnj/pkg : PLIST Removed files: lang/smlnj/patches: patch-config__arch-n-opsys patch-config_install_sh patch-src_runtime_c-libs_smlnj-math_fp-dep_h patch-src_runtime_c-libs_smlnj-sockets_sockets-osdep_h patch-src_runtime_config_gen-posix-names_sh patch-src_runtime_include_asm-base_h patch-src_runtime_include_machine-id_h patch-src_runtime_include_ml-osdep_h patch-src_runtime_include_ml-unixdep_h patch-src_runtime_mach-dep_signal-sysdep_h patch-src_runtime_objs_makefile patch-src_runtime_objs_mk_x86-openbsd Log message: - update to smlnj-110.75 joint work with Alexander Polakov CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/14 09:19:50 Modified files: lang/smlnj : Makefile Log message: typo that snuck in.. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/14 09:28:50 Modified files: audio/amarok : Makefile graphics/libkipi: Makefile Log message: Fixup FLAVORS in those ports, too, following recent changes in x11/kde/*3. okay espie@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/14 10:02:15 Modified files: x11/mplayer : Makefile Log message: Correct capitalization of MPlayer and FFmpeg. ok MAINTAINER CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2013/01/14 10:08:13 Modified files: usr.sbin/nginx : CHANGES CHANGES.ru usr.sbin/nginx/src/core: nginx.h ngx_connection.c ngx_cycle.c ngx_shmtx.c usr.sbin/nginx/src/http: ngx_http_header_filter_module.c ngx_http_request_body.c ngx_http_special_response.c ngx_http_upstream.c ngx_http_upstream_round_robin.c ngx_http_variables.c usr.sbin/nginx/src/http/modules: ngx_http_dav_module.c usr.sbin/nginx/src/http/modules/perl: nginx.pm usr.sbin/nginx/src/os/unix: ngx_files.c ngx_process_cycle.c Log message: update to nginx-1.2.6 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2013/01/14 10:35:59 Modified files: sysutils/ruby-puppet: Makefile distinfo sysutils/ruby-puppet/pkg: PLIST Log message: update to 3.0.2 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2013/01/14 10:45:36 Modified files: sysutils/ruby-facter: Makefile distinfo Added files: sysutils/ruby-facter/patches: patch-lib_facter_util_virtual_rb Removed files: sysutils/ruby-facter/patches: patch-lib_facter_virtual_rb Log message: update to 1.6.17 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2013/01/14 11:42:24 Modified files: textproc/ruby-haml: Makefile distinfo textproc/ruby-haml/pkg: PLIST Added files: textproc/ruby-haml/patches: patch-test_test_helper_rb Removed files: textproc/ruby-haml/patches: patch-Rakefile Log message: Update to haml 3.1.7. Skip Rails-related regress tests. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2013/01/14 12:31:44 Modified files: databases : Makefile devel : Makefile mail : Makefile sysutils : Makefile textproc : Makefile www : Makefile Removed files: databases/ruby-activerecord: Makefile distinfo databases/ruby-activerecord/pkg: DESCR PLIST databases/ruby-arel: Makefile distinfo databases/ruby-arel/pkg: DESCR PLIST databases/ruby-couch_potato: Makefile distinfo databases/ruby-couch_potato/pkg: DESCR PLIST devel/ruby-actionpack: Makefile distinfo devel/ruby-actionpack/pkg: DESCR PLIST devel/ruby-activemodel: Makefile distinfo devel/ruby-activemodel/pkg: DESCR PLIST devel/ruby-activesupport: Makefile distinfo devel/ruby-activesupport/pkg: DESCR PLIST devel/ruby-hike: Makefile distinfo devel/ruby-hike/pkg: DESCR PLIST devel/ruby-paper_trail: Makefile distinfo devel/ruby-paper_trail/pkg: DESCR PLIST devel/ruby-sprockets: Makefile distinfo devel/ruby-sprockets/pkg: DESCR PLIST devel/ruby-tzinfo: Makefile distinfo devel/ruby-tzinfo/pkg: DESCR PLIST mail/ruby-actionmailer: Makefile distinfo mail/ruby-actionmailer/pkg: DESCR PLIST sysutils/ruby-thor: Makefile distinfo sysutils/ruby-thor/pkg: DESCR PLIST textproc/ruby-erubis: Makefile distinfo textproc/ruby-erubis/patches: patch-test_test-users-guide_rb textproc/ruby-erubis/pkg: DESCR PLIST www/ruby-activeresource: Makefile distinfo www/ruby-activeresource/pkg: DESCR PLIST www/ruby-rack-cache: Makefile distinfo www/ruby-rack-cache/pkg: DESCR PLIST www/ruby-rack-mount: Makefile distinfo www/ruby-rack-mount/pkg: DESCR PLIST www/ruby-rack-ssl: Makefile distinfo www/ruby-rack-ssl/pkg: DESCR PLIST www/ruby-rails : Makefile distinfo www/ruby-rails/pkg: DESCR PLIST www/ruby-railties: Makefile distinfo www/ruby-railties/pkg: DESCR PLIST Log message: Remove www/ruby-rails and dependencies. The current version is out of date and subject to serious security vulnerabilities, updating it causes a lot of ports churn for little benefit, and nobody has offered to maintain it. OK ajacoutot@, jcs@, jasper@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/14 12:33:33 Modified files: x11/xfce4/parole: Makefile distinfo x11/xfce4/parole/pkg: PLIST Log message: Update to parole 0.4.0. See for a list of new features & improvements : http://www.smdavis.us/2013/01/11/parole-0-4-0-available-testers-needed/ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2013/01/14 13:16:56 Modified files: devel/jdk/1.7 : Makefile distinfo devel/jdk/1.7/patches: patch-hotspot_make_bsd_makefiles_gcc_make patch-jdk_make_javax_sound_FILES_c_gmk patch-jdk_make_javax_sound_Makefile patch-jdk_src_share_classes_sun_net_spi_DefaultProxySelector_java patch-jdk_src_share_native_com_sun_media_sound_Platform_c devel/jdk/1.7/pkg: PFRAG.client_vm-jre PFRAG.client_vm-main PLIST-jre PLIST-main Added files: devel/jdk/1.7/patches: patch-jdk_src_macosx_classes_java_lang_ClassLoaderHelper_java Removed files: devel/jdk/1.7/patches: patch-hotspot_make_bsd_makefiles_adlc_make patch-hotspot_make_bsd_makefiles_buildtree_make patch-hotspot_make_bsd_makefiles_vm_make patch-hotspot_src_share_vm_utilities_globalDefinitions_gcc_hpp patch-hotspot_src_share_vm_utilities_globalDefinitions_hpp patch-jdk_make_javax_sound_jsoundalsa_Makefile patch-jdk_src_share_classes_java_lang_ClassLoader_java patch-jdk_src_solaris_native_java_lang_java_props_md_c Log message: Update jdk 1.7 to u9 level: - Update to u6 via patchset from upstream bsd_port and u6 source from Oracle - Copied u6 -> u9 patchset from FreeBSD/Greg Lewis's port - Updated classloader patch from Matthew Dempsky (matthew@) okay landry@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/01/14 13:54:23 xenocara/app/editres/man Update of /cvs/xenocara/app/editres/man In directory cvs.openbsd.org:/tmp/cvs-serv4112/man Log Message: Directory /cvs/xenocara/app/editres/man added to the repository CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2013/01/14 14:18:47 Modified files: sys/arch/loongson/conf: GENERIC files.loongson sys/arch/loongson/dev: mainbus.c sys/arch/loongson/loongson: machdep.c yeeloong_machdep.c sys/arch/mips64/mips64: mips64_machdep.c sys/dev/pci : files.pci glxpcib.c glxvar.h Added files: sys/arch/loongson/dev: glxclk.c Log message: Loongson: Replace the system clock provided by the CPU with a GLX MFGPT. CPU throttling was not possible due to the fact that the system clock was the CPU clock. So slowing down the CPU would also slow down the passing of time. This commit adds a driver for the MFGPT1 clock from the AMD companion chip found on lemote and hooks it up as the system clock. It also changes the frequency value of hz from the default, which was 100, to 128. That's because the scaling on MFGPT clocks is represented by powers of two. Okay miod@. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2013/01/14 14:33:59 Modified files: usr.bin/top : display.c display.h top.c Log message: When showing threads, say so. Fix up some comments and names at the same time. original diff by zhuk@ ok jsing@ mpi@ zhuk@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2013/01/14 14:35:08 Modified files: usr.bin/top : display.c Log message: Remove an unnecessary function cast ok jsing@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/01/14 14:35:37 Modified files: app/editres : ChangeLog Makefile.am Makefile.in aclocal.m4 actions.c comm.c config.guess config.h.in config.sub configure configure.ac depcomp editres.c editresP.h geometry.c handler.c install-sh missing setvalues.c svpopup.c utils.c widgets.c wtree.c app/editres/app-defaults: Editres Editres-color Added files: app/editres/man: Makefile.am Makefile.in editres.man Removed files: app/editres : autogen.sh editres.man Log message: Update to editres 1.0.6 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/01/14 14:39:37 xenocara/app/showfont/man Update of /cvs/xenocara/app/showfont/man In directory cvs.openbsd.org:/tmp/cvs-serv5125/man Log Message: Directory /cvs/xenocara/app/showfont/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/01/14 14:41:14 Modified files: app/showfont : COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing mkinstalldirs showfont.c Added files: app/showfont/man: Makefile.am Makefile.in showfont.man Removed files: app/showfont : showfont.man Log message: update to showfont 1.0.4 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2013/01/14 14:43:23 Modified files: databases/ruby-sequel_pg: Makefile distinfo Log message: Update to sequel_pg 1.6.4. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/01/14 14:44:03 xenocara/app/viewres/man Update of /cvs/xenocara/app/viewres/man In directory cvs.openbsd.org:/tmp/cvs-serv308/man Log Message: Directory /cvs/xenocara/app/viewres/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/01/14 14:45:33 Modified files: app/viewres : ChangeLog Makefile.am Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing Added files: app/viewres/man: Makefile.am Makefile.in viewres.man Removed files: app/viewres : viewres.man Log message: update to viewres 1.0.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/01/14 14:55:13 xenocara/app/xconsole/man Update of /cvs/xenocara/app/xconsole/man In directory cvs.openbsd.org:/tmp/cvs-serv15443/man Log Message: Directory /cvs/xenocara/app/xconsole/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/01/14 14:57:37 Modified files: app/xconsole : ChangeLog Makefile.am Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing xconsole.c app/xconsole/app-defaults: XConsole Removed files: app/xconsole : xconsole.man Log message: Upate to xconsole 1.0.5 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/01/14 15:00:53 xenocara/app/xedit/man Update of /cvs/xenocara/app/xedit/man In directory cvs.openbsd.org:/tmp/cvs-serv28645/man Log Message: Directory /cvs/xenocara/app/xedit/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/01/14 15:01:59 Added files: app/xconsole/man: Makefile.am Makefile.in xconsole.man Log message: missed files in xconsole 1.0.5 update CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/01/14 15:05:52 Modified files: app/xedit : AUTHORS COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 compile config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing realpath.c util.c app/xedit/lisp : core.c lisp.c mathimp.c read.c app/xedit/lisp/mp: mp.c mp.h mpi.c app/xedit/lisp/re: re.c Added files: app/xedit/lisp : getenv.c setenv.c app/xedit/man : Makefile.am Makefile.in xedit.man Removed files: app/xedit : xedit.man app/xedit/lisp : env.c Log message: update to xedit 1.2.1 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2013/01/14 15:09:43 Modified files: x11/qt4/patches: patch-src_3rdparty_javascriptcore_JavaScriptCore_wtf_Platform_h Added files: x11/qt4/patches: patch-src_3rdparty_webkit_Source_JavaScriptCore_wtf_Platform_h Log message: Allow qt4 to build on mips64* - note that build is quite literal here. The resulting qt4 does not work. ok espie@ landry@ jasper@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/01/14 15:10:54 xenocara/app/xgc/man Update of /cvs/xenocara/app/xgc/man In directory cvs.openbsd.org:/tmp/cvs-serv23526/man Log Message: Directory /cvs/xenocara/app/xgc/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/01/14 15:13:39 Modified files: app/xgc : ChangeLog Makefile.am Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing mkinstalldirs text.c ylwrap Added files: app/xgc/man : Makefile.am Makefile.in xgc.man Removed files: app/xgc : xgc.man Log message: Update to xgc 1.0.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/01/14 15:15:27 xenocara/app/xmag/man Update of /cvs/xenocara/app/xmag/man In directory cvs.openbsd.org:/tmp/cvs-serv25481/man Log Message: Directory /cvs/xenocara/app/xmag/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/01/14 15:17:01 Modified files: app/xmag : ChangeLog Makefile.am Makefile.in Scale.c aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing Added files: app/xmag/man : Makefile.am Makefile.in xmag.man Removed files: app/xmag : xmag.man Log message: update to xmag 1.0.5 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/01/14 15:18:46 xenocara/app/xmessage/man Update of /cvs/xenocara/app/xmessage/man In directory cvs.openbsd.org:/tmp/cvs-serv27722/man Log Message: Directory /cvs/xenocara/app/xmessage/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/01/14 15:20:02 Modified files: app/xmessage : ChangeLog Makefile.am Makefile.in aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh missing Added files: app/xmessage/man: Makefile.am Makefile.in xmessage.man Removed files: app/xmessage : xmessage.man Log message: Update to xmessage 1.0.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/01/14 15:26:04 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/14 15:35:04 Modified files: misc/memcached : Makefile Log message: - add --disable-docs to memcached CONFIGURE_ARGS, fixing the build if xml2rfc was installed at build time. - enable regression tests. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2013/01/14 16:06:10 Modified files: sys/netinet : ip_ether.c ip_ether.h Log message: after OpenBSD requested a etherip rev 3 to solve a byte order weakness, and worked with them to define a specific format, ietf quietly changed their mind and did something different. First step of transitioning over two release -- accept both types, but continue sending old format. pointed out by david.dahlberg@fkie.fraunhofer.de ok claudio CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2013/01/14 16:19:39 Modified files: sys/dev/pci : if_tht.c Log message: use one interrupt handler for the thtc headend, rather than seperate interrupt handlers for the ports. this ensures that the 2nd port does not get starved. ok dlg CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2013/01/14 16:25:08 Modified files: databases/ruby-sqlite3: Makefile distinfo Log message: Update to ruby-sqlite3 1.3.7. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/14 16:46:01 Modified files: sys/dev/pci : if_myx.c Log message: avoid extra bus_space barriers in the interrupt handler. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/14 16:58:35 Modified files: sys/dev/pci : if_myx.c Log message: map the registers PREFETCHABLE so things that can do write combining can try and do write combining like the myx doco likes. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2013/01/14 17:20:37 Modified files: sys/arch/loongson/dev: glxclk.c Log message: Loongson: Unbreak the tree after my last commit. Patch appended my final work on glxclk to an earlier version that I forgot was there. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/14 17:22:32 Modified files: sys/dev/pci : if_myx.c Log message: use bus_space_write_raw_region_8 on 64bit archs when writing to the rings CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2013/01/14 18:08:43 Modified files: sys/arch/loongson/dev: glxclk.c Log message: Loongson: Remove some of the unused defines. Increases readability. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2013/01/14 18:34:27 Modified files: sys/sys : core.h sys/kern : exec_elf.c kern_sig.c sys/uvm : uvm_unix.c Log message: Slice & dice coredump write requests into MAXPHYS blocks, and yield between operations. Re-grab the vnode every operation, so that multiple coredumps can be saved at the same time. ok guenther beck etc CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/14 18:38:34 Modified files: telephony/asterisk: Makefile distinfo Log message: bugfix update to Asterisk 10.12.0 - this is the last regular release in the 10.x series, future 10.x releases will be security fixes only. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2013/01/14 19:03:38 Modified files: sys/sys : proc.h sys/kern : kern_sig.c sys/uvm : uvm_unix.c Log message: Allow SIGKILL to terminate coredumping processes. Semantics decided with kettenis guenther and beck. ok guenther CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2013/01/14 20:14:01 Modified files: sys/arch/sparc64/dev: iommu.c viommu.c Log message: Fix segmentation of buffers that straddle a boundary. ok dlg@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/14 20:47:10 Modified files: sys/dev : softraid.c softraidvar.h Log message: Factor out workunit initialisation code. ok krw@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/14 20:48:20 Modified files: sys/dev/pci : if_myx.c Log message: dont use amd64 is currently broken cos it has no bus_space_write_raw_region_8. disabling it for now. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/14 21:03:01 Modified files: sys/dev : softraid.c softraid_aoe.c softraid_concat.c softraid_crypto.c softraid_raid0.c softraid_raid1.c softraid_raid6.c softraid_raidp.c softraidvar.h Log message: Keep a function pointer to the per-discipline I/O interrupt handler in the discipline data structure. To be used with an upcoming diff. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2013/01/14 22:04:17 Modified files: sys/dev/pci : if_bgereg.h Log message: put a tab after #define to make the diff between Fx and Ox smaller. No binary change. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2013/01/14 22:11:47 Modified files: sys/dev/pci : if_bge.c Log message: Fix typos in comments and change the syntactic sugar of a function to reduce the diff between Fx and Ox. OK gcc CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2013/01/14 22:15:43 Modified files: . : plus.html Log message: plus.html for Jan 6-13, ok jj@. CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2013/01/14 22:44:41 Modified files: lib/libc/stdlib: strtod.3 Log message: Don't pull just because it can return HUGE_VAL in the corner cases. OK millert@. CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2013/01/14 23:05:47 Modified files: sys/msdosfs : msdosfs_vnops.c Log message: Make the FAT setattr handling more consistent about unsupported attributes; making it more "user-friendly". Mostly from FreeBSD. OK guenther@, krw@. CVSROOT: /cvs Module name: xenocara Changes by: martynas@cvs.openbsd.org 2013/01/14 23:31:43 Modified files: driver/xf86-video-intel/src: i830_display.c Log message: Remove annoying is lvds, is crt debug stuff. OK jsg@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/15 00:11:52 Modified files: devel/libsoup : Makefile distinfo devel/libsoup/pkg: PLIST-main Log message: Bugfix update to libsoup-2.40.3. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/15 02:28:29 Modified files: sys/dev : softraid_aoe.c softraid_concat.c softraid_crypto.c softraid_raid0.c softraid_raid1.c softraid_raid6.c softraid_raidp.c Log message: Always initialise the discipline name, not just when we are doing a create. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/15 02:33:30 Modified files: sys/arch/amd64/include: bus.h sys/arch/amd64/amd64: bus_space.c Log message: implement bus_space_foo_8 for amd64. it will panic on attempts to do 8 byte operations on I/O space with "invalid I/O operation", but works great for mem mappings. compiled AND tested on myx(4) on amd64. ok deraadt@ kettenis@ miod@ pirofti@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/15 02:51:22 Modified files: sys/dev : softraid.c softraidvar.h Log message: Implement a function that gets and correctly initialises a ccb for I/O, along with a function that enqueues a ccb on a workunit. ok krw@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/15 02:52:14 Modified files: x11/gnome/mutter: Makefile Log message: mark broken on sgi CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2013/01/15 03:15:19 Modified files: sys/netinet6 : nd6.c Log message: Flushing prefixes of autoconfigured IPv6 addresses with ndp -P caused an uvm fault. The function in6_purgeaddr() might already free the prefix before prelist_remove() is called. So call in6_purgeaddr() for all addresses first and then loop over the remaining prefixes and call prelist_remove(). OK claudio@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/15 03:18:11 Modified files: x11/gnome/mutter: Makefile Log message: drop unneeded dependency on gnome-doc-utils CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2013/01/15 03:43:17 Modified files: regress/sys/kern/sosplice: funcs.pl regress/sys/kern/sosplice/tcp: args-null-max-sleep-client-nonblock.pl args-null-max-sleep-client.pl Log message: The socket splicing tests allow the kernel to return EFBIG in case the splicing maximum has been reached. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2013/01/15 03:47:36 Modified files: sys/compat/linux: linux_futex.c Log message: Process futex requeuing even when the thread times out or is signaled. Bug report from frantisek holop (minusf at obiit.org) ok pirofiti@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2013/01/15 04:12:57 Modified files: sys/kern : sys_socket.c uipc_socket.c uipc_socket2.c sys/sys : socketvar.h Log message: Changing the socket buffer flags sb_flags was not interrupt safe as |= and &= are non-atomic operations. To avoid additional locks, put the flags that have to be accessed from interrupt into a separate sb_flagsintr 32 bit integer field. sb_flagsintr is protected by splsoftnet. Input from miod@ deraadt@; OK deraadt@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/15 04:20:55 Modified files: sys/ufs/mfs : mfs_vfsops.c mfs_vnops.c mfsnode.h Log message: Switch mfs to bufq. This simplifies the code, gives us queue limits for free and uses FIFO queueing (rather than the current LIFO queueing). Tested by sthen@ ok beck@ krw@ CVSROOT: /cvs Module name: xenocara Changes by: sthen@cvs.openbsd.org 2013/01/15 04:47:43 Modified files: lib/fontconfig/fontconfig: fontconfig.h Log message: C++11 requires a space between literal and identifier; backport fix from 7069d717e9 upstream. ok matthieu@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/15 04:58:46 Modified files: share/man/man4 : vio.4 virtio.4 vioblk.4 Log message: tidy up the vio docs; ok sf CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/15 05:46:53 Modified files: sysutils/bacula: Makefile sysutils/bacula/pkg: README-server Log message: Document device permissions. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/15 06:09:15 Modified files: infrastructure/templates: network.conf.template Log message: ftp.acc.umu.se is always the most up-to-date gnome mirror. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/15 06:10:51 Modified files: x11/gnome/menus: Makefile distinfo Log message: Minor update to gnome-menus-3.6.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/15 07:30:42 Modified files: audio/rhythmbox: Makefile audio/rhythmbox/pkg: PLIST Log message: Remove the replaygain plugin for the time being. It makes rhythmbox sefgault. CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2013/01/15 08:22:57 Modified files: lang/node : Tag: OPENBSD_5_2 Makefile Added files: lang/node/patches: Tag: OPENBSD_5_2 patch-src_v8_typed_array_cc patch-test_simple_test-typed-arrays_js Log message: add a fix for 32bit size/index overflow - https://github.com/joyent/node/commit/ed825f488867d7586bee6ca4feb5fe5b0461775e OK jasper@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/15 08:40:19 Modified files: multimedia/gstreamer-0.10/plugins-base: Makefile Added files: multimedia/gstreamer-0.10/plugins-base/patches: patch-gst-libs_gst_video_video_h Log message: C++11 compat fix; space between literal and identifier. ok aja@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/15 09:20:50 Modified files: www/seamonkey/pkg: PLIST-enigmail Log message: Fix packaging on !amd64. Damn you make update-plist! CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2013/01/15 09:51:10 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/15 10:31:18 Modified files: x11/kde/bindings3: Makefile x11/kde/bindings3/pkg: PLIST Added files: x11/kde/bindings3/patches: patch-smoke_qt_generate_pl_in Removed files: x11/kde/bindings3/patches: patch-python_Makefile_in Log message: Backout kdebindings-3.5.10 at least until includes-related problems get fixed. Prodded by espie@ after reports from naddy@ and nigel@. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/15 10:49:55 Modified files: net : Makefile Log message: unhook emacs-jabber CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/15 10:51:19 Removed files: net/emacs-jabber: Makefile distinfo net/emacs-jabber/pkg: DESCR PLIST Log message: remove emacs-jabber now that both emacs22 and 23 are gone, also, this port doesn't work with emacs21 and the version that can be installed through ELPA for emacs24 works just fine. ok gsoares@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2013/01/15 12:02:58 Modified files: www/aria2 : Makefile distinfo Log message: Update for Aria to 1.16.1 * Save gid option with --save-session option * Added --gid option * Use 64 bits random bytes as GID * Fixed BitfieldMan::getOffsetCompletedLength overflow on 32-bit systems * Changed console readout, making it more compact * Compact readout when more than 1 simultaneous downloads are going on * Console color output * Logger: Simplified console output and change level format in log Ok benoit@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/15 12:34:35 Modified files: gnu/usr.bin/binutils/gas/config: tc-m88k.c tc-m88k.h Log message: When configured for ELF object format output, recognize #abdiff, #got_rel and #plt symbol modifiers, and produce the appropriate relocation types. This allows as(1) to correctly assemble PIC code. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/15 12:37:08 Modified files: lib/csu/m88k : Makefile Log message: build crt{begin,end}S.o with -fpic. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2013/01/15 13:26:28 Modified files: bin/ed : main.c Log message: tidy okay miod@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/01/15 14:44:28 Modified files: sbin/dhclient : dhclient.c privsep.c privsep.h Log message: Add IMSG_WRITE_FILE and associated bits to allow the unprivileged process to ask that a file be written by the privileged process. Not yet used. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2013/01/15 14:48:32 Modified files: sys/kern : uipc_socket.c Log message: Pass an EFBIG error to user land when the maximum splicing length has been reached. This creates a read event on the spliced source socket that can be noticed with select(2). So the kernel passes control to the relay process immediately. This could be used to log the end of an http request within a persistent connection. deraadt@ reyk@ mikeb@ like the idea CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/15 15:25:23 Modified files: gnu/usr.bin/gcc/gcc: configure configure.in Log message: Bring back symbol visibility support. This had been done, then backed out, a long time ago, because I had not realized symbol visibility required a lot of shared library major bumps to avoid mixed binaries. However, at the moment, none of the platforms using gcc 3 supports shared libraries (this is being worked on), and the remaining gcc 2 platforms won't support gcc 3 until switching from a.out to ELF, which makes the risk of mixing visibility-unaware binaries with visibility-aware binaries moot. Reminded by brad@. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2013/01/15 15:55:29 Modified files: usr.bin/tmux : options-table.c server-client.c tmux.1 tmux.h Log message: If timing between keys is less than (by default) 1 millisecond, assume the text is being pasted. assume-paste-time option changes the value (0 disables). Based on a diff from Marcin Kulik. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/15 16:01:40 Modified files: infrastructure/db: user.list Log message: reserve userid for xl2tpd CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/15 16:02:19 Log message: import ports/net/xl2tpd, ok pirofti@ xl2tpd is an implementation of the Layer 2 Tunnelling Protocol (RFC 2661), which works by opening a pseudo-tty for communicating with pppd. L2TP allows you to tunnel PPP over UDP. Some ISPs use L2TP to tunnel user sessions from dial-in servers (modem banks, ADSL DSLAMs) to back-end PPP servers. Another important application is Virtual Private Networks where the IPsec protocol is used to secure the L2TP connection (L2TP/IPsec, RFC 3193). Status: Vendor Tag: sthen Release Tags: sthen_20130115 N ports/net/xl2tpd/Makefile N ports/net/xl2tpd/distinfo N ports/net/xl2tpd/pkg/PLIST N ports/net/xl2tpd/pkg/xl2tpd.rc N ports/net/xl2tpd/pkg/DESCR N ports/net/xl2tpd/pkg/README N ports/net/xl2tpd/patches/patch-Makefile N ports/net/xl2tpd/patches/patch-network_c N ports/net/xl2tpd/patches/patch-examples_ppp-options_xl2tpd N ports/net/xl2tpd/patches/patch-doc_l2tpd_conf_sample No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/15 16:02:40 Modified files: net : Makefile Log message: +xl2tpd CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2013/01/15 16:03:37 Modified files: usr.sbin/authpf: authpf.8 authpf.c pathnames.h Log message: Per group support for authpf rules files in /etc/authpf/groups. largely by Frank Timmers with fixups by me and jmc@. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2013/01/15 16:06:12 Modified files: sys/dev/pci : if_bgereg.h Log message: More syncing with FreeBSD bge version. No binary change. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2013/01/15 16:18:55 Modified files: usr.bin/tmux : input.c screen-write.c tmux.h tty-term.c tty.c Log message: Implement ECH (erase character, CSI X). Reported by Christian Neukirchen. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2013/01/15 16:30:37 Modified files: sys/arch/loongson/dev: glx.c glxclk.c sys/arch/loongson/include: intr.h sys/arch/loongson/loongson: machdep.c sys/arch/mips64/mips64: mips64_machdep.c Log message: Loongson: Add a stat clock for the lemote machines. The stat clock is implemented so that it also covers, at least according to the tests I've done, Torek's paper on randomized sampling. Most of the bits for randomizing the stat ticks were taken from sparc's implementation and adapted to the companion chip's MFGPT frequencies. Before this my lemote showed a 8% cpu usage for the cpuhog example from Torek's paper even though openssl speed showed differences up to 27% when ran with and without cpuhog. With the new stat clock it shows cpuhog around 18-22%, which I think is the proper value. Okay miod@. CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2013/01/15 16:30:39 Modified files: sys/kern : kern_sysctl.c Log message: restrict KERN_PROC_ARGS lookup of KERN_PROC_NENV and KERN_PROC_ENV to process owner and root ok deraadt millert guenther CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2013/01/15 16:38:06 Modified files: gnu/gcc/gcc/config: openbsd-libpthread.h gnu/usr.bin/gcc/gcc/config: openbsd-libpthread.h Log message: Simplify OBSD_LIB_SPEC a bit for gcc3/4. ok miod@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/15 16:45:03 Modified files: usr.sbin/dhcrelay: dhcrelay.c Log message: VMware PXE "ROMs" confuse the DHCP gateway address with the IP gateway address. This is a problem if your DHCP relay is running on something that's not your network gateway. It is purely informational from the relay to the client so we can safely clear it. stupid vmware. ok krw@ beck@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2013/01/15 17:07:22 Modified files: sys/netinet : in_pcb.c in_pcb.h Log message: Pass struct inpcb pointer to in_pcb...() functions instead of void pointer. Allows stricter type checking. No functional change. OK claudio@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2013/01/15 17:13:23 Modified files: usr.sbin/procmap: procmap.c Log message: document a safe cast, which should be (unsigned int) instead of simply (unsigned) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2013/01/15 17:24:33 Modified files: sys/uvm : uvm_unix.c Log message: oops, one IO_NODELOCKED left behind in the a.out coredumper ok guenther CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2013/01/15 17:30:48 Modified files: share/man/man4 : vio.4 vioblk.4 viomb.4 virtio.4 Log message: - bhyve is now officially all lower case. - Further tweaking to the viomb(4) page. ok sf@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/15 18:02:03 Modified files: graphics/ffmpeg: Makefile Log message: Disable the AVX support since it cannot be used yet on OpenBSD. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/15 18:49:02 Modified files: devel/sdl : Makefile devel/sdl/patches: patch-configure Added files: devel/sdl/patches: patch-include_begin_code_h Log message: Allow SDL to utilize symbol visibility with GCC 3 so it can build on shared archs using GCC 3. ok sthen@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2013/01/15 18:49:20 Modified files: share/man/man5 : pf.conf.5 sbin/pfctl : parse.y pfctl_parser.c Log message: for consistency with prio etc, the queue assignment really belongs into the set block. so make pfctl accept, print and the manpage document . match set queue foo instead of . match queue foo but keep accepting the old way without the explicit set. ok bob, man jmc CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2013/01/15 19:10:13 Modified files: faq : current.html Log message: bonjour miod, c'est 2013 CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2013/01/15 19:15:06 Modified files: faq : current.html Log message: queue -> set queue CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2013/01/15 19:43:24 Modified files: share/man/man5 : pf.conf.5 Log message: move the "set queue" block a bit down so that a) things are in alphabetical order again b) the "described below" in the set prio section actually refers to a block of text below and not above it... ok jsing CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2013/01/15 20:21:14 Modified files: sys/dev/pci : if_vr.c Log message: Keep a count of packets added to the chip's TX queue and only poke the chip if we've added a packet. Reduces CPU util a tiny bit. ok brad@ jsing@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2013/01/15 20:33:14 Modified files: sys/dev/pci : pcidevs Log message: Add D-Link DFE-520TX C1 CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2013/01/15 20:35:13 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2013/01/15 21:05:22 Modified files: sys/nfs : nfs_vfsops.c sys/sys : param.h swap.h Log message: do not expose NETDEV to userland from param.h CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2013/01/15 21:23:43 Modified files: sys/dev/pci : if_vr.c Log message: Add hardware VLAN tag/untag support for VT6105M chips. Help/feedback/ok brad@ chris@ jsing@ kettenis@ mikeb@ sthen@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2013/01/15 21:42:44 Modified files: sys/dev/pci : if_re_pci.c if_rl_pci.c Log message: Sort the PCI ids. ok dtucker@ jsing@ CVSROOT: /cvs Module name: ports Changes by: lteo@cvs.openbsd.org 2013/01/15 21:48:39 Modified files: net/daq : Makefile distinfo net/daq/patches: patch-configure Log message: Update to DAQ 2.0.0. From Markus Lude (maintainer). OK sthen@ CVSROOT: /cvs Module name: ports Changes by: lteo@cvs.openbsd.org 2013/01/15 21:52:53 Modified files: net/snort : Makefile distinfo net/snort/patches: patch-etc_snort_conf patch-src_decode_h patch-src_dynamic-plugins_sf_dynamic_plugins_c patch-src_dynamic-plugins_sf_engine_Makefile_in patch-src_dynamic-preprocessors_Makefile_in patch-src_dynamic-preprocessors_dcerpc2_Makefile_in patch-src_dynamic-preprocessors_dnp3_Makefile_in patch-src_dynamic-preprocessors_dns_Makefile_in patch-src_dynamic-preprocessors_ftptelnet_Makefile_in patch-src_dynamic-preprocessors_gtp_Makefile_in patch-src_dynamic-preprocessors_imap_Makefile_in patch-src_dynamic-preprocessors_modbus_Makefile_in patch-src_dynamic-preprocessors_pop_Makefile_in patch-src_dynamic-preprocessors_reputation_Makefile_in patch-src_dynamic-preprocessors_sdf_Makefile_in patch-src_dynamic-preprocessors_sip_Makefile_in patch-src_dynamic-preprocessors_smtp_Makefile_in patch-src_dynamic-preprocessors_ssh_Makefile_in patch-src_dynamic-preprocessors_ssl_Makefile_in patch-src_log_c patch-src_log_text_c patch-src_ppm_c patch-src_preprocessors_Stream5_snort_stream5_tcp_c patch-src_preprocessors_spp_sfportscan_c patch-src_util_c net/snort/pkg : PLIST Log message: Update to Snort 2.9.4.0, from Markus Lude (maintainer). Notable changes: * Consolidation of IPv6 -- now only a single build supports both IPv4 & IPv6, and removal of the IPv4 "only" code paths. * File API and improvements to file processing for HTTP downloads and email attachments via SMTP, POP, and IMAP to facilitate broader file support * Use of address space ID for tracking Frag & Stream connections when it is available with the DAQ * Logging of packet data that triggers PPM for post-analysis via Snort event * Decoding of IPv6 with PPPoE This commit also includes a patch to snort.conf that was done by myself with feedback from Markus. The snort.conf patch ensures that Snort will load the latest Snort ruleset since the rule files have been reorganized by upstream. It also excludes local.rules by default, since rule managers like Oinkmaster skip that file when downloading rules. Tested by Markus on i386 and sparc64, Rodolfo Gouveia on 5.2/amd64 with his own snort.conf, and myself on amd64 and i386. OK sthen@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/01/15 22:16:02 Modified files: sbin/dhclient : dhclient.c Log message: Don't tell the priviledged process to discard active_addr if there is a pending address addition. Should fix "routehandler: interface address added" messages and premature exiting of dhclient seen by henniing@ amoung others. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2013/01/15 22:25:57 Modified files: sys/dev/pci : if_vrreg.h Log message: Add hardware VLAN tag/untag support for VT6105M chips. Help/feedback/ok brad@ chris@ jsing@ kettenis@ mikeb@ sthen@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/15 22:49:48 Modified files: sys/arch/amd64/amd64: machdep.c Log message: init comconsiot to X86_BUS_SPACE_IO in case someone changes the value of that thing to be something other than 0, which as a global it gets initted to. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/01/15 23:11:21 Modified files: sbin/dhclient : dhclient.c dhcpd.h options.c Log message: Use the magic of asprintf() to produce more informative error and log messages. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2013/01/15 23:15:50 Modified files: sys/dev/pci : if_vr.c Log message: fix typo in comment CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2013/01/15 23:15:58 Modified files: sys/dev/pci : pcidevs if_rl_pci.c if_ste.c share/man/man4 : rl.4 vr.4 Log message: Some corrections for D-Link device names. ok jsing@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2013/01/15 23:17:39 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/15 23:29:14 Modified files: sys/dev : softraid.c softraid_raid1.c softraid_raid6.c softraid_raidp.c softraidvar.h Log message: Factor out code used to release ccbs from a workunit. ok krw@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/15 23:42:22 Modified files: sys/dev : softraid.c softraid_aoe.c softraid_concat.c softraid_crypto.c softraid_raid0.c softraid_raid1.c softraid_raid6.c softraid_raidp.c Log message: Set resid to zero if the scsi transfer completed without error. ok krw@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/16 00:06:29 Modified files: sys/dev : softraid_raid1.c softraid_raid6.c softraid_raidp.c softraidvar.h Log message: Add a new capability flag to identify disciplines where read failures are not necessarily terminal (i.e. we have redundancy). ok krw@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/16 00:07:38 Modified files: sys/dev : softraid.c softraidvar.h Log message: Add a function that handles the completion of a ccb. ok krw@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/16 00:09:50 Modified files: x11/gnome/caribou: Makefile distinfo x11/gnome/caribou/pkg: PLIST Log message: Update to caribou-0.4.7. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2013/01/16 00:17:59 Modified files: sys/arch/loongson/loongson: loongson2_machdep.c yeeloong_machdep.c sys/dev/pci : glxpcib.c Log message: Loongson: add throttling support. This commit allows CPU throttling on the 2F systems. Inspired by an old diff from otto@. Help from and okay miod@. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/16 00:35:56 Modified files: net/p5-Net-Daemon: Makefile distinfo Log message: - update p5-Net-Daemon to 0.48 - remove USE_GROFF and WRKDIST from David Hill, ok kevlo@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/16 00:39:59 Modified files: www : Makefile Log message: unhook amaya CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/16 00:40:36 Removed files: www/amaya : Makefile Makefile.inc www/amaya/browser: Makefile distinfo www/amaya/browser/patches: patch-Amaya_Makefile_in patch-Amaya_Options_in patch-Amaya_amaya_Makefile_in patch-Amaya_amaya_Makefile_libwww patch-Amaya_annotlib_Makefile_in patch-Amaya_configure_in patch-Amaya_thotlib_base_registry_c patch-Amaya_thotlib_dialogue_input_c patch-Amaya_thotlib_include_ustring_h patch-Amaya_thotlib_internals_var_boxes_tv_h patch-libwww_Library_src_HTXML_h patch-libwww_Library_src_Makefile_am patch-libwww_Library_src_Makefile_in patch-libwww_config_ltconfig patch-libwww_configure_in www/amaya/browser/pkg: DESCR PLIST SECURITY www/amaya/english-dict: Makefile distinfo www/amaya/english-dict/pkg: DESCR PLIST www/amaya/french-dict: Makefile distinfo www/amaya/french-dict/pkg: DESCR PLIST Log message: remove amaya, it's been marked broken for 1.5 years now, and hasn't been updated in over a decade...time to officially put this browser to rest in the Attic. ok kili@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/16 00:43:51 Modified files: lang/verilator : Makefile distinfo lang/verilator/pkg: PLIST Log message: - update verilator to 3.844 - regen PLIST ok jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/16 00:47:10 Modified files: devel : Makefile Log message: unhook emacs-python CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/16 00:47:18 Removed files: devel/emacs-python: Makefile distinfo devel/emacs-python/pkg: DESCR MESSAGE PLIST Log message: remove emacs-python, the port is outdated and a nightmare to update; whereas the version available through ELPA is up-to-date and easy to keep updated. ok gsoares@ CVSROOT: /cvs Module name: src Changes by: dcoppa@cvs.openbsd.org 2013/01/16 00:55:16 Modified files: share/termtypes: termtypes.master Log message: Add terminfo entries for rxvt-unicode and rxvt-unicode-256color ok sthen@, nicm@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/16 00:55:26 Modified files: net/py-dns : Makefile distinfo Log message: - update py-dns to 2.3.6 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/16 01:02:10 Modified files: geo/py-proj : Makefile distinfo geo/py-proj/pkg: PLIST Log message: - update py-proj to 1.9.3 - update WANTLIB - regen PLIST CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/16 01:59:06 Modified files: devel/py-mox : Makefile distinfo Log message: - update py-mox to 0.5.3 CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2013/01/16 02:18:34 Modified files: sys/net : pf_table.c Log message: Unbreak the negation toggle code when re-loading pf tables. Otherwise negating existing entries on re-load does not work (e.g. changing 192.168.6.0/24 to !192.168.6.0/24 in table was ignoed). ok mikeb@, henning@ mpf@, bluhm@, CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/16 02:21:50 Modified files: sys/dev : softraid_raid1.c softraid_raid6.c softraid_raidp.c Log message: Consistently call sr_scsi_done instead of scsi_done. ok krw@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/16 02:27:13 Modified files: devel/py-minimock: Makefile distinfo devel/py-minimock/pkg: PLIST Log message: - update py-minimock to 1.2.7 - update HOMEPAGE - regen PLIST CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/16 02:53:19 Modified files: sys/net : if_pflow.c Log message: switch from using softclock ticks to getnanotime when putting time on the wire for v5 packets. ok (and lots of gentle prodding from) florian@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2013/01/16 03:38:27 Modified files: sys/sys : mbuf.h param.h Log message: Move MAXMCLBYTES to mbuf.h so that fewer parts of userland see it. ok matthieu CVSROOT: /cvs Module name: www Changes by: pirofti@cvs.openbsd.org 2013/01/16 03:38:49 Modified files: . : loongson.html Log message: Just committed throttling support for 2F systems. Mark it here as well. Okay deraadt@. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/16 03:38:57 Modified files: infrastructure/lib/DPB: PortBuilder.pm infrastructure/lib/DPB/Job: Port.pm Log message: log the time spent waiting for locks. remove most of the "list distfiles" ad-hoc code, this stuff belongs in bsd.port.mk. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2013/01/16 03:53:14 Modified files: usr.bin/netstat: route.c show.c Log message: sys/mbuf.h not needed CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/01/16 04:02:10 Modified files: sbin/dhclient : dhclient.c dhcpd.h options.c Log message: Revert last. asprintf() breaks something. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/16 04:17:18 Modified files: lang/kawa : Makefile lang/kawa/patches: patch-gnu_kawa_slib_Makefile_in Log message: Previous setting of -Xmx to java was good for amd64, but not i386. Change to passing the flag in via the environment and use different values for different arch. Definitely builds on amd64/i386 now. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/16 05:20:40 Modified files: lang/smlnj : Makefile Log message: don't fail in fake-install if ccache isn't used (smlnj builds in ${WRKDIR} directly and fake-install copies everything from WRKDIR/bin), discussed with jasper@ CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2013/01/16 05:27:06 Modified files: . : plus.html Log message: Fix an annoying spelling mistake. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/16 06:13:03 Modified files: databases/redis: Makefile databases/redis/patches: patch-deps_Makefile patch-deps_hiredis_Makefile patch-deps_linenoise_Makefile patch-src_Makefile Added files: databases/redis/patches: patch-deps_lua_src_lua_cjson_c patch-deps_lua_src_lua_cmsgpack_c patch-deps_lua_src_lua_struct_c patch-src_Makefile_dep Log message: Switch Redis to use lua from ports instead of the one that comes bundled with it. OK jasper@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/16 06:35:22 Modified files: databases/p5-Redis: Makefile distinfo Log message: - update p5-Redis to 1.958 - add RUN_DEPENDS tweaks and ok dcoppa@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/16 06:54:59 Modified files: net/putty/patches: patch-unix_configure_ac Log message: Unbreak build on a system without x11/gtk+ installed when autoconf is run; the AM_PATH_GTK macro that was in configure.ac comes from the gtk+ package itself. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/16 07:18:17 Modified files: net/h323plus : Makefile distinfo net/h323plus/patches: patch-Makefile_in net/h323plus/pkg: PLIST Added files: net/h323plus/patches: patch-src_h323_cxx Removed files: net/h323plus/patches: patch-plugins_audio_GSM0610_Makefile_in patch-plugins_audio_Speex_Makefile_in patch-plugins_configure patch-plugins_video_H_261-vic_vic_config_h patch-plugins_video_H_263-1998_h263-1998_cxx patch-plugins_video_H_263-ffmpeg_h263ffmpeg_cxx patch-plugins_video_H_264_Makefile_in Log message: Update to h323plus-1.24.99. (cvs checkout needed for upcoming GnuGK update). Remove plugins support, they are useless for GnuGK and other apps using H323 plugins use opal nowadays. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/16 07:18:53 Modified files: net/gnugk : Makefile distinfo net/gnugk/patches: patch-configure patch-docs_gnugk_1 Log message: Update to gnugk-3.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/16 07:28:35 Modified files: graphics/cairo : Makefile graphics/cairo/patches: patch-util_Makefile_in graphics/cairo/pkg: PLIST Removed files: graphics/cairo/patches: patch-util_cairo-trace_Makefile_in Log message: Don't enable experimental backends (e.g. gl) except for tee which is used by Firefox. While here, explicitely disable gtk-doc and remove libtool archives and files from modules. discussed with and ok brad@ (eric@ is slacking) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/16 07:29:15 Added files: graphics/cairo/patches: patch-util_cairo-trace_Makefile_in Log message: Not sure what happened here... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/16 07:36:00 Modified files: net/h323plus : Makefile net/h323plus/pkg: PLIST Log message: Remove bogus @extra marker. spotted by brad@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2013/01/16 08:35:33 Modified files: sys/arch/amd64/stand/installboot: installboot.c sys/arch/i386/stand/installboot: installboot.c Log message: properly distinguish /boot and biosboot in informational and error messages ok guenther@ CVSROOT: /cvs Module name: src Changes by: zhuk@cvs.openbsd.org 2013/01/16 09:24:53 Modified files: share/man/man5 : bsd.port.mk.5 Log message: Remove description of functionality that never was implemented, e.g. CCACHE_DIR_${PKGPATH} . ok sthen@, jmc@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/16 09:39:11 Modified files: emulators/frodo: Makefile Log message: - switch to the default Tcl/Tk version (8.5) - following discussions on ports@, use default C optimization flags rather than hardcoding -O3 ok naddy@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/16 11:06:46 Modified files: sys/arch/mvme68k/dev: sbicvar.h Log message: Nuke common. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/16 11:30:54 Modified files: textproc/hs-tagsoup: Makefile distinfo Log message: Update to hs-tagsoup-0.12.8. From David Schaefer. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/16 11:31:25 Modified files: devel/hs-hoogle: Makefile Log message: Bump after update of hs-tagsoup (library signature change). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/16 12:04:43 Modified files: sys/arch/alpha/alpha: vm_machdep.c sys/arch/amd64/amd64: vm_machdep.c sys/arch/arm/arm: vm_machdep.c sys/arch/hp300/hp300: vm_machdep.c sys/arch/hppa/hppa: vm_machdep.c sys/arch/hppa64/hppa64: vm_machdep.c sys/arch/i386/i386: vm_machdep.c sys/arch/m88k/m88k: vm_machdep.c sys/arch/mips64/mips64: vm_machdep.c sys/arch/mvme68k/mvme68k: vm_machdep.c sys/arch/powerpc/powerpc: vm_machdep.c sys/arch/sh/sh : vm_machdep.c sys/arch/sparc/sparc: vm_machdep.c sys/arch/sparc64/sparc64: vm_machdep.c sys/arch/vax/vax: vm_machdep.c Log message: cpu_coredump() also needs to invoke vn_rdwr() without IO_NODELOCKED; only affects a.out binaries' core dumps. CVSROOT: /cvs Module name: ports Changes by: yasuoka@cvs.openbsd.org 2013/01/16 12:09:34 Modified files: editors : Makefile Log message: + nvi,iconv ok sthen naddy CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/16 12:18:28 Modified files: devel/hs-tar : Makefile distinfo Log message: Update to hs-tar-0.4.0.1. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2013/01/16 12:28:48 Modified files: lang/gcc/4.6 : Makefile lang/gcc/4.6/patches: patch-gcc_config_gcc patch-gcc_opts_c patch-libffi_configure patch-libgcc_config_host Added files: lang/gcc/4.6/patches: patch-gcc_config_pa_openbsd_h patch-gcc_config_pa_pa_c patch-gcc_config_pa_pa_h patch-gcc_config_pa_t-openbsd Log message: Add hppa support. Still a bit rough around the edges: Some optimisations (-foptimize-sibling-calls and -freorder-blocks) cause segfaults during build, so don't include them in -O2 on hppa. Also, -go is not supported. requested by and ok brad@ and tested on one of his machines CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/16 12:52:11 Modified files: distrib/sets/lists/base: md.hp300 md.mvme68k distrib/sets/lists/comp: md.hp300 md.mvme68k Removed files: sys/arch/m68k/include: asm_single.h sysctl.h Log message: Remove orphaned files. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/16 13:23:54 Modified files: sys/arch/mips64/mips64: mips64_machdep.c Log message: Do not register the internal cpu timer-based timecounter if we support cpu throttling. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/16 13:25:30 Modified files: textproc/xml2rfc: Makefile distinfo textproc/xml2rfc/files: xml2rfc textproc/xml2rfc/pkg: PLIST Removed files: textproc/xml2rfc/files: xml2rfc.no_x11 Log message: update to xml2rfc 1.34, allow redistribution in PERMIT_* as there is now a proper license, use default Tcl/Tk 8.5, use SUBST_CMD and MODTCL_BIN rather than a handrolled subst, drop no_x11 flavour. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/16 13:25:47 Modified files: textproc : Makefile Log message: no more no_x11 for xml2rfc CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/16 13:28:06 Modified files: sys/arch/loongson/loongson: loongson2_machdep.c yeeloong_machdep.c sys/arch/mips64/include: loongson2.h Log message: On second thought, do not unconditionnaly register the cpu throttling code on all Loongson2F systems yet; Gdium does not have a separate scheduling clock yet and can't afford throttling until then. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2013/01/16 13:38:37 Modified files: net/p5-Net-Inspect: Makefile distinfo Log message: update p5-Net-Inspect to 0.25 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/16 13:45:09 Modified files: sys/arch/mvme88k/stand/bootsd: Makefile sys/arch/mvme88k/stand/bootst: Makefile sys/arch/mvme88k/stand/bootxx: Makefile sys/arch/mvme88k/stand/libsa: bugdev.c sys/arch/mvme88k/stand/netboot: Makefile dev_net.c sys/arch/mvme88k/stand/tftpboot: Makefile Log message: Nuke commons with libsa and add --warn-common to the ld command lines. No functional change. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/16 13:54:40 Modified files: net/xl2tpd : Makefile net/xl2tpd/pkg : README Log message: additional notes for README CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/16 13:56:26 Modified files: sys/dev/pci : if_bgereg.h Log message: Fight global eye bleeding by fixing evil typos. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2013/01/16 14:23:41 Modified files: net/p5-BSD-Socket-Splice: Makefile distinfo Log message: update p5-BSD-Socket-Splice to 0.05 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/01/16 14:35:41 Modified files: sbin/dhclient : dhclient.c dhcpd.h options.c Log message: Unrevert last reversion. otto@ pointed out that it wasn't asprintf() causing a problem, it was accessing uninitialized pointers. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2013/01/16 14:47:08 Modified files: sys/uvm : uvm_unix.c Log message: in uvm_coredump, use RB_FOREACH_SAFE because we are torturing the map inside the loop. Fixes a.out coredumps for miod, solution from guenther. ok miod CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2013/01/16 15:41:47 Modified files: sys/ufs/ffs : ffs_inode.c ffs_softdep.c ffs_vnops.c Log message: re-backout the infamous softdep diff - originally committed to get around the problem of the cleaner not being able to get softdep out of trouble due to the removal of a reserve back in vienna. Been run by me for a long time and beat up, along with a bunch of others. Hopefully this nasty piece of workaround can stay out for good now. ok guenther@ CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2013/01/16 15:45:40 Modified files: sys/arch/amd64/amd64: acpi_wakecode.S Log message: asm resume functions for amd64 hibernate CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2013/01/16 16:10:03 Modified files: sys/arch/amd64/amd64: hibernate_machdep.c sys/arch/amd64/include: hibernate_var.h Log message: MD hibernate goo for amd64 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/16 16:38:14 Modified files: sys/lib/libkern: mcount.c Log message: replace __attribute__((unused)) with __used, which will be defined to the right thing for whichever compiler we use. found while trying to build a profiled kernel on sparc64. solution found by guenther and refined by miod and kettenis. ok guenther@ kettenis@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2013/01/16 17:08:13 Modified files: sys/dev/pci : ahci.c Log message: Force the latest 3 generations of Intel SATA chipsets into AHCI mode. This makes MacBook Pro with bootcamp more happy to run OpenBSD since by default it boots up with IDE mode enabled on those chips which results in all sorts of troubles with the at least the DVD drive. With and OK kettenis@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2013/01/16 17:11:22 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: Remove the layout undo/redo code which never really worked. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2013/01/16 17:11:24 Modified files: sys/arch/amd64/amd64: acpi_wakecode.S sys/kern : subr_hibernate.c Log message: fix an error in the amd64 asm unhibernate code and a slight adjustment to the MI hibernate code to handle 64 bit archs CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2013/01/16 17:48:04 Modified files: sys/dev/pci : if_oce.c sys/net : if_gif.c if_llc.h pfvar.h sys/netinet : tcp_input.c Log message: first or second coming, commie or not commie, one m in coming is sufficient ok claudio CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2013/01/16 17:54:48 Modified files: sys/arch/amd64/amd64: acpi_wakecode.S Log message: use .quad for gdt load when returning from long mode. Fixes a reboot problem after unpack CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2013/01/16 18:28:01 Modified files: sys/kern : subr_hibernate.c Log message: increase the number of pages used to hold the chunk ordering map and change the index type from int to short. Allows amd64 to hibernate with up to 64GB phys memory CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2013/01/16 18:29:07 Modified files: sys/arch/amd64/conf: GENERIC Log message: option HIBERNATE for amd64 presently there are issues with SMP which are being looked at, and a few machines still reboot on the unpack stage. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2013/01/16 19:00:33 Modified files: usr.sbin/bgpd : printconf.c Log message: Fixup printing of rdomain configs -- add network statements and only print the description if it is set. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2013/01/16 19:36:45 Modified files: sys/dev/ata : ata_wdc.c sys/dev/pci : ahci.c sys/kern : subr_hibernate.c sys/sys : hibernate.h Log message: Add a hibernate HIB_DONE op. After the memory-side-effect driver finishes IO to the disk, DVACT_RESUME the controller back to normal operation. That allows us to do the full DVACT_POWERDOWN sequence afterwards. ok mlarkin CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/16 19:39:05 Modified files: sys/dev/ic : mpi.c Log message: treat DVAs as 64bits all the time so we can avoid ugly casts and shifts in the code. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/16 19:43:50 Modified files: sys/dev : softraid_concat.c Log message: Convert softraid concat to the new ccb functions. ok krw@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/16 19:44:42 Modified files: sys/dev/ic : mpi.c Log message: we dont need to read the interrupt status register to know if we have any work to do in the interrupt handler, or to clear it. the relevant bits indicate whether there's work on the doorbell and clear when there isnt. we need to read the doorbell if there is work to do, so lets just go that straight away anyway. get rid of bus_space_barriers in the io path. barriers are for enforcing ordering. the doorbell reads and writes dont depend on any other register values so ordering isnt applicable here. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2013/01/16 19:51:08 Modified files: sys/kern : subr_hibernate.c Log message: Style, no functional changes. Discussed with mlarkin@. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2013/01/16 19:51:56 Modified files: sys/net80211 : ieee80211.h Log message: Create a printb() suitable string for IEEE80211_FC1 field. Needed to show more info in tcpdump. OK giovanni@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2013/01/16 19:53:07 Modified files: usr.sbin/tcpdump: print-802_11.c Log message: Dump some more flags and subtypes in tcpdump. Especially flags used in power saving mode. OK giovanni@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/16 20:05:11 Modified files: sys/dev/ic : mpi.c Log message: mikeb pointed at that the interrupt status register read in mpi_intr was important, as per r1.167. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/16 20:37:31 Modified files: sys/dev : softraid_raid1.c Log message: Restructure the RAID1 I/O path so that we only get a ccb once we are certain that we need one. Also make code more consistent with other disciplines. ok krw@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2013/01/16 20:51:21 Modified files: usr.bin/tmux : cmd-choose-tree.c Log message: Fix some blank line nits. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/16 21:07:39 Modified files: sys/dev : softraid_raid0.c Log message: Convert softraid RAID 0 to the new ccb functions. ok krw@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/01/17 00:17:47 Log message: Import xf86-video-modesetting 0.6.0. Requested by jsg@ and kettenis@ for KMS testing. Status: Vendor Tag: XORG Release Tags: v0_6_0 N xenocara/driver/xf86-video-modesetting/aclocal.m4 N xenocara/driver/xf86-video-modesetting/config.sub N xenocara/driver/xf86-video-modesetting/ChangeLog N xenocara/driver/xf86-video-modesetting/COPYING N xenocara/driver/xf86-video-modesetting/config.h.in N xenocara/driver/xf86-video-modesetting/install-sh N xenocara/driver/xf86-video-modesetting/Makefile.am N xenocara/driver/xf86-video-modesetting/INSTALL N xenocara/driver/xf86-video-modesetting/ltmain.sh N xenocara/driver/xf86-video-modesetting/depcomp N xenocara/driver/xf86-video-modesetting/missing N xenocara/driver/xf86-video-modesetting/compile N xenocara/driver/xf86-video-modesetting/configure.ac N xenocara/driver/xf86-video-modesetting/README N xenocara/driver/xf86-video-modesetting/config.guess N xenocara/driver/xf86-video-modesetting/configure N xenocara/driver/xf86-video-modesetting/Makefile.in N xenocara/driver/xf86-video-modesetting/m4/ltsugar.m4 N xenocara/driver/xf86-video-modesetting/m4/ltoptions.m4 N xenocara/driver/xf86-video-modesetting/m4/libtool.m4 N xenocara/driver/xf86-video-modesetting/m4/ltversion.m4 N xenocara/driver/xf86-video-modesetting/m4/lt~obsolete.m4 N xenocara/driver/xf86-video-modesetting/man/Makefile.am N xenocara/driver/xf86-video-modesetting/man/modesetting.man N xenocara/driver/xf86-video-modesetting/man/Makefile.in N xenocara/driver/xf86-video-modesetting/src/driver.h N xenocara/driver/xf86-video-modesetting/src/drmmode_display.c N xenocara/driver/xf86-video-modesetting/src/Makefile.am N xenocara/driver/xf86-video-modesetting/src/drmmode_display.h N xenocara/driver/xf86-video-modesetting/src/compat-api.h N xenocara/driver/xf86-video-modesetting/src/driver.c N xenocara/driver/xf86-video-modesetting/src/Makefile.in No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/01/17 00:21:06 Added files: driver/xf86-video-modesetting: Makefile.bsd-wrapper Log message: Add BSD Makefile. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/01/17 00:22:29 Modified files: driver/xf86-video-modesetting: Makefile.in aclocal.m4 config.guess config.h.in config.sub configure depcomp ltmain.sh driver/xf86-video-modesetting/m4: libtool.m4 driver/xf86-video-modesetting/man: Makefile.in driver/xf86-video-modesetting/src: Makefile.in Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/01/17 00:34:37 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/17 00:58:29 Modified files: databases/redis: Makefile Log message: small "fix" CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/17 01:37:58 Modified files: devel/openmpi : Makefile Log message: Mark BROKEN on powerpc. * It appears that your Fortran 77 compiler is unable to produce working * executables. A simple test application failed to properly ... CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2013/01/17 01:58:54 Modified files: usr.sbin/ospfd : database.c Log message: the event NBR_EVT_SEQ_NUM_MIS is not defined in state NBR_STA_XSTRT (would change back to NBR_STA_XSTRT anyway) ok claudio@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2013/01/17 02:02:22 Modified files: usr.sbin/ospfd : lsreq.c Log message: the peer might still send more DD messages, even if the RDE has processed all received DDs (dd_pending == 0), so we need to check for state != NBR_STA_XCHNG; ok claudio@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2013/01/17 02:06:35 Modified files: usr.sbin/ospfd : lsupdate.c Log message: for point-to-point interfaces we need to send lsupdates to the interface address, since there is no DR and multicast messages to the DR will be ignored. see RFC 2328, 13.3(5) ok claudio@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2013/01/17 02:14:15 Modified files: usr.sbin/ospfd : ospf.h Log message: allow two minutes until neighbor adjacencies are formed; ok claudio@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2013/01/17 02:58:15 Modified files: usr.sbin/ospfd : neighbor.c Log message: transmit correct state to RDE; ok claudio CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2013/01/17 03:02:04 Modified files: usr.sbin/ospfd : neighbor.c Log message: ignore the nbr_adj_timer if we are not forming adjacencies; ok claudio CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2013/01/17 03:05:17 Modified files: usr.sbin/ospfd : ospfe.c Log message: do not send IMSG_LS_UPD if we have no links; ok claudio CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2013/01/17 03:07:56 Modified files: usr.sbin/ospfd : neighbor.c ospfd.h ospfe.c ospfe.h rde_lsdb.c Log message: improve snapshot handling: - don't start a new snapshot if we are already in NBR_STA_SNAP - ignore IMSG_DB_SNAPSHOT and IMSG_DB_END unless we are in NBR_STA_SNAP - add new IMSG_LS_SNAP message so we can distinguish it from IMSG_LS_UPD. this way we can ignore them if we are not in NBR_STA_SNAP ok claudio@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/17 03:34:37 Modified files: sys/dev/ic : mpivar.h Log message: forgot this file when committing the 64bit dva diff. CVSROOT: /cvs Module name: xenocara Changes by: kettenis@cvs.openbsd.org 2013/01/17 04:00:57 Modified files: driver/xf86-video-modesetting/src: driver.c Log message: Open /dev/drm0 instead of /dev/dri/card0 and add privsep support. ok jsg@ CVSROOT: /cvs Module name: xenocara Changes by: kettenis@cvs.openbsd.org 2013/01/17 04:02:54 Modified files: driver/xf86-video-modesetting/src: driver.c Log message: Fix previous. CVSROOT: /cvs Module name: xenocara Changes by: kettenis@cvs.openbsd.org 2013/01/17 04:07:36 Modified files: driver/xf86-video-modesetting/src: driver.c Log message: Only require DRM 1.2. That's the version we claim to support and it the driver doesn't actually seem to require any newer interfaces. ok jsg@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2013/01/17 04:15:22 Modified files: usr.bin/cu : cu.c Log message: Instead of creating line termios from scratch, call tcgetattr() and adjust it (per POSIX), reported by kettenis. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/17 04:31:37 ports/x11/kmplayer/patches Update of /cvs/ports/x11/kmplayer/patches In directory cvs.openbsd.org:/tmp/cvs-serv1532/patches Log Message: Directory /cvs/ports/x11/kmplayer/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/17 04:35:43 Modified files: x11/kmplayer : Makefile x11/kmplayer/pkg: DESCR PLIST Added files: x11/kmplayer/patches: patch-kmplayer_kmplayer_part_cpp patch-kmplayer_main_cpp Log message: Unbreak and clean up KMPlayer. Now you can watch movies in Konqueror again. okay espie@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2013/01/17 04:43:06 Modified files: sys/netinet : tcp_input.c udp_usrreq.c Log message: After finding the socket's inp by using the pf's statekey, reset the pointer to the statekey in the mbuf. When an UDP socket is spliced, pf would use this key during ip_output() although the packet went through two sockets in the meantime. Reset the mbuf's statekey in tcp_input() and udp_input() to eliminate the pointer to pf lingering in the socket buffers. OK claudio@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/17 04:50:34 Modified files: x11/gnome/baker: Makefile x11/gnome/baker/pkg: DESCR Removed files: x11/gnome/baker/pkg: MESSAGE Log message: MESSAGE are so last year... CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/17 05:07:19 Modified files: sys/arch/amd64/stand/cdbr: cdbr.S sys/arch/amd64/stand/libsa: bioscons.c Log message: Clean includes. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/17 05:16:28 Modified files: databases/py-pygresql: Makefile distinfo Log message: - update py-pygresql to 4.1.1 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/17 05:25:11 Modified files: sys/arch/amd64/stand/biosboot: Makefile sys/arch/amd64/stand/boot: Makefile sys/arch/amd64/stand/cdboot: Makefile sys/arch/amd64/stand/cdbr: Makefile sys/arch/amd64/stand/mbr: Makefile sys/arch/amd64/stand/pxeboot: Makefile Log message: Clean up/standardise makefiles for amd64/stand. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/17 05:37:44 Modified files: sys/arch/amd64/stand: Makefile Makefile.inc sys/arch/amd64/stand/biosboot: Makefile sys/arch/amd64/stand/boot: Makefile sys/arch/amd64/stand/cdboot: Makefile sys/arch/amd64/stand/mbr: Makefile sys/arch/amd64/stand/pxeboot: Makefile Log message: Generate assym.h where we need it, instead of reaching around into other object directories. Discussed with deraadt@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2013/01/17 05:50:34 Modified files: sys/dev/pci : pcidevs Log message: Add a few more VMware devices. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2013/01/17 05:52:37 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/17 06:19:05 Modified files: devel/darcs : Makefile distinfo Added files: devel/darcs/patches: patch-darcs_cabal patch-src_Darcs_Repository_hs Log message: Unbreak with hs-tar-0.4.0.1. Also, update to darcs-2.8.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/17 06:30:32 Modified files: audio/grip : Makefile distinfo audio/grip/patches: patch-configure patch-src_Makefile_in patch-src_grip_c patch-src_grip_h patch-src_launch_c patch-src_main_c patch-src_rip_c audio/grip/pkg : DESCR PLIST Added files: audio/grip/patches: patch-src_cdplay_c patch-src_id3_c patch-src_status_window_c patch-src_tray_c Removed files: audio/grip/patches: patch-ltconfig patch-src_discdb_c Log message: Update to grip-3.3.1. Big clean-up while here. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2013/01/17 09:04:58 Modified files: share/man/man9 : sosplice.9 Log message: Man page update for the changed semantics of maximum socket splicing. The error EFBIG can be returned to userland now. OK jmc@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2013/01/17 09:30:10 Modified files: sys/kern : uipc_socket.c sys/netinet : in_proto.c sys/netinet6 : in6_proto.c Log message: Expand the socket splicing functionality from TCP to UDP. Merge the code relevant for UDP from sosend() and soreceive() into somove(). That allows the kernel to directly transfer the UDP data from one socket to another. OK claudio@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2013/01/17 10:58:28 Modified files: regress/sys/kern/sosplice: funcs.pl regress/sys/kern/sosplice/tcp: args-max-sleep-client-nonblock.pl args-max-sleep-client-short.pl args-max-sleep-client.pl args-max-sleep-relay-short.pl args-max-sleep-relay.pl args-max-sleep-server.pl args-max-time.pl args-max.pl args-maxcopy-sleep-client.pl args-maxcopy-sleep-relay.pl args-maxcopy-sleep-server.pl args-null-max-sleep-client-nonblock.pl regress/sys/kern/sosplice/udp: args-max-multi.pl args-max-nosplit.pl args-max.pl args-maxcopy-sleep-client.pl Added files: regress/sys/kern/sosplice/udp: args-maxcopy-sleep-relay.pl Log message: Improve socket splicing tests: - One more UDP test. - Enforce that kernel returns EFBIG where appropriate. - Better comments in test files. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2013/01/17 12:14:52 Modified files: sysutils/ruby-facter: Makefile sysutils/ruby-facter/patches: patch-lib_facter_memory_rb Log message: add support for the swapencrypted facter value CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/17 12:47:46 Modified files: databases/redis: Makefile distinfo databases/redis/patches: patch-src_Makefile_dep Log message: Update to redis-2.6.9 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2013/01/17 12:52:14 Modified files: sysutils/ruby-facter: Makefile sysutils/ruby-facter/patches: patch-lib_facter_memory_rb Log message: fix swap usage facter values CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2013/01/17 13:30:43 Modified files: usr.bin/tmux : cmd-choose-client.c input.c Log message: Do not allow cursor colours to be set beginning with ? as that will report the colour, from Hayaki Saito. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2013/01/17 13:34:18 Modified files: usr.sbin/relayd: check_icmp.c proc.c relay.c relay_http.c relay_udp.c relayd.c snmp.c Log message: Remove unnecessary pointer casts. No binary diff. OK benno@ CVSROOT: /cvs Module name: src Changes by: bmercer@cvs.openbsd.org 2013/01/17 13:52:39 Added files: sys/arch/arm/arm: pmap7.c Log message: New pmap for panda boards. Work from lots of folks. OK miod@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2013/01/17 14:10:24 Modified files: usr.bin/cu : cu.c xmodem.c Log message: Fix a couple of spacing/style nits. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/17 14:20:25 Modified files: bin/ksh : sh.1 ksh.1 Log message: remove some uesless Pp; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/17 14:22:43 Modified files: sbin/restore : restore.8 Log message: remove a uesless Pp; CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2013/01/17 14:22:55 Modified files: sys/net : if_sl.c Log message: hardwire SLIP_HIWAT to 100 (as the comment above suggests) since we are using tty ring buffers instead of clists ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2013/01/17 14:24:58 Modified files: sys/sys : param.h tty.h sys/kern : tty.c Log message: Ensure the tty hiwat is less than the size of the ring buffer (since we do not grow space like clist chains). Clamp it a bit more precisely, ensuring a bit of space for kernel ^T handling and such. It was definately wrong, and we can tune this if required later. ok kettenis CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2013/01/17 14:28:14 Modified files: databases/pkglocatedb: Makefile databases/pkglocatedb/pkg: PLIST Added files: databases/pkglocatedb/files: pkg_locate.1 Log message: add manpage with help and ok jmc@ espie@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/17 14:29:15 Modified files: usr.bin/file : file.1 usr.bin/gencat : gencat.1 usr.bin/grep : grep.1 usr.bin/indent : indent.1 usr.bin/newsyslog: newsyslog.8 usr.bin/bgplg : bgplgsh.8 usr.bin/rpcgen : rpcgen.1 usr.bin/telnet : telnet.1 usr.bin/unifdef: unifdef.1 Log message: remove uesless Pp; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/17 14:39:29 Modified files: usr.sbin/lpr/lprm: lprm.1 usr.sbin/iostat: iostat.8 usr.sbin/map-mbone: map-mbone.8 usr.sbin/mrouted: mrouted.8 usr.sbin/pppd/pppstats: pppstats.8 usr.sbin/pstat : pstat.8 usr.sbin/hostapd: hostapd.conf.5 Log message: some simple macro fixes; CVSROOT: /cvs Module name: src Changes by: chris@cvs.openbsd.org 2013/01/17 14:49:48 Modified files: sys/dev/pci : if_vr.c Log message: Don't try to access m_head after it may be freed (unlikely for VT6105M, but possible). Also don't re-calculate vlan tag repeatedly through the descriptor loop. ok dtucker@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/17 14:54:18 Modified files: share/man/man9 : crypto.9 uvm.9 share/man/man5 : elf.5 share/man/man4/man4.hp300: dcm.4 share/man/man4/man4.vax: cons.4 de.4 mt.4 ra.4 rx.4 share/man/man4/man4.hppa: pdc.4 share/man/man4/man4.alpha: intro.4 share/man/man4 : vlan.4 Log message: various macro fixes; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/17 14:58:08 Modified files: games/sail : sail.6 games/hunt/hunt: hunt.6 Log message: macro fixes; CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2013/01/17 15:55:24 Modified files: share/man/man9 : sosplice.9 Log message: Update the sosplice(9) man page with UDP socket splicing. help and OK jmc@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2013/01/17 16:00:01 Modified files: usr.bin/ssh : auth.c key.c key.h ssh-keygen.1 ssh-keygen.c sshd_config.5 usr.bin/ssh/lib: Makefile Added files: usr.bin/ssh : PROTOCOL.krl krl.c krl.h Log message: add support for Key Revocation Lists (KRLs). These are a compact way to represent lists of revoked keys and certificates, taking as little as a single bit of incremental cost to revoke a certificate by serial number. KRLs are loaded via the existing RevokedKeys sshd_config option. feedback and ok markus@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2013/01/17 16:31:42 Modified files: inputmethods/ibus: Makefile distinfo inputmethods/ibus/patches: patch-src_ibusshare_c inputmethods/ibus/pkg: PLIST Added files: inputmethods/ibus/patches: patch-engine_Makefile_in patch-tools_Makefile_in patch-ui_gtk3_Makefile_in Removed files: inputmethods/ibus/patches: patch-ibus_common_py patch-src_Makefile_in Log message: Update to ibus 1.5.1. With input and comments from ajacoutot@. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2013/01/17 16:39:32 Modified files: inputmethods/ibus-skk: Makefile Log message: add myself as maintainer and bump revision. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2013/01/17 16:40:26 Modified files: inputmethods/ibus: Makefile Log message: I forgot to add myself as maintainer. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/01/17 16:41:07 Modified files: sbin/dhclient : dhclient.c dhcpd.h kroute.c privsep.h Log message: Try harder to clear out default routes on the interface being configured. Only exempt default routes labelled as being the property of another dhclient. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2013/01/17 17:20:20 Modified files: sys/arch/arm/arm: cpu.c cpufunc.c sys/arch/arm/include: armreg.h Log message: Update the ARM CPU ID information. The IDs aren't vendor/product specific, they are specific to the ARM CPUs themselves. ok bmercer@ jsg@ deraadt@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2013/01/17 17:24:58 Modified files: usr.bin/ssh : PROTOCOL.krl krl.c krl.h Log message: RCD IDs help us keep portable in synch CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2013/01/17 17:45:29 Modified files: regress/usr.bin/ssh: Makefile cert-userkey.sh Added files: regress/usr.bin/ssh: krl.sh Log message: Tests for Key Revocation Lists (KRLs) CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2013/01/17 18:16:49 Modified files: papers : index.html Added files: papers : lca2011-dlg.pdf Log message: dtucker remembered that i did a talk a while ago. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/17 18:19:38 Modified files: sys/dev : softraid.c Log message: Reset I/O counters when releasing ccbs. ok krw@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/17 18:54:40 Modified files: sys/arch/amd64/amd64: bus_space.c sys/arch/amd64/include: bus.h Log message: twist the amd64 bus_space implementation a bit. instead of using the tag as an identifier for IO or memory mappings that was checked inside the api, turn it into a pointer to a structure of function pointers. the api then generally becomes a set of macros that deref the function pointers on the callers behalf. the idea is that following a pointer to very small functions is cheap compared to doing compares continuously. a notable exception to the macro wrappers is bus_space_barrier which is now a static inline function. the only argument to it that gets used is the flags, and thats usually a constant at compile time so it can be inlined to a single fence instruction. the kernel is smaller and the api is more cache friendly now. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/17 19:09:50 Modified files: sys/dev : softraid_concat.c Log message: Clean up and rework workunit completion for concat. Ensure that we remove the workunit from the pending queue and restart deferred workunits, even in error conditions. ok krw@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2013/01/17 19:10:29 Modified files: usr.bin/tmux : cmd.c server-client.c Log message: Style nits - return (x) not return x. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2013/01/17 19:16:21 Modified files: usr.bin/tmux : Makefile cmd-server-info.c format.c grid-view.c grid.c input.c screen-write.c tmux.h tty.c window-copy.c Added files: usr.bin/tmux : grid-cell.c Removed files: usr.bin/tmux : grid-utf8.c Log message: Rather than having two grids for each pane, one for ASCII and one for UTF-8, collapse the two together. Simplifies the code at the expense of more memory (which can probably be reduced again later). CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2013/01/17 20:00:32 Modified files: usr.bin/ssh : krl.c Log message: fix KRL generation bug for list sections CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/17 20:45:23 Modified files: sys/arch/i386/stand/biosboot: Makefile sys/arch/i386/stand/boot: Makefile sys/arch/i386/stand/cdboot: Makefile sys/arch/i386/stand/cdbr: Makefile sys/arch/i386/stand/mbr: Makefile sys/arch/i386/stand/pxeboot: Makefile Log message: Clean up/standardise makefiles for i386/stand. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2013/01/17 21:07:06 Modified files: sys/dev/acpi : dsdt.c dsdt.h Log message: acpi: Add global lock enter and leave routines. I think this diff is the way to go if we want to have proper locking in our acpi drivers. This doesn't hook onto anything from the kernel and is just building framework towards locking. Okay mlarkin@, kettenis@. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/17 21:10:16 Modified files: sys/arch/i386/stand: Makefile Makefile.inc sys/arch/i386/stand/biosboot: Makefile sys/arch/i386/stand/boot: Makefile sys/arch/i386/stand/cdboot: Makefile sys/arch/i386/stand/mbr: Makefile sys/arch/i386/stand/pxeboot: Makefile Log message: Generate assym.h where we need it, instead of reaching around into other object directories. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/17 22:09:21 Modified files: sys/ntfs : ntfs.h ntfs_inode.h ntfs_subr.c ntfs_vfsops.c Log message: Constrain the amount of kernel memory used by NTFS. Keep a small cache of loaded ntnodes and once the maximum is reached, unload the least recently used ntnode before loading a new one. This avoids leaving large data structures hanging around, which only get cleaned up when the vnode is reclaimed. Additionally, the buffer cache should contain the data needed to reload the ntnode. ok beck@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/17 22:49:52 Modified files: sys/dev/ic : mpi.c Log message: data transfers suit STREAMING dma maps. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/01/17 22:50:32 Modified files: sbin/dhclient : dhclient.8 dhclient.c dhcpd.h Log message: Add command line option '-L' that specifies an optional file into which the most recent offer and effective leases will be written. Intended to allow access to dhcp option information that was formerly passed to dhclient-script. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/17 22:59:28 Modified files: sys/dev : softraid_raid1.c Log message: Convert RAID1 to new ccb functions. ok krw@ CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2013/01/17 23:02:51 Modified files: sys/dev/acpi : acpiec.c Log message: acpi: add acpiec_lock and acpi_unlock routines. The routines check if the AML requires us to acquire the global lock by checking a flag stored in the soft state at attach and locks or unlocks if true. This is just building locking framework and is not hooked in any way to the kernel. Okay kettenis@. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/01/17 23:05:54 Modified files: sbin/dhclient : dispatch.c Log message: Change a bunch of error()'s to warning()'s in the dispatch loop. Set 'quit' to exit the loop in those situations, allowing more cleanup() attempts in those error situations. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2013/01/17 23:10:00 Modified files: . : hackathons.html Added files: images/hackathons: n2k13-s.gif n2k13.gif Log message: n2k13 is almost over CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/17 23:49:16 Modified files: sys/dev : softraid_raid0.c Log message: Clean up and rework workunit completion for RAID 0. Ensure that we remove the workunit from the pending queue and restart deferred workunits, even in error conditions. ok krw@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/18 00:10:58 Modified files: x11/gnome/shell: Makefile Log message: bump after recent ibus update; input method are now properly handled. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2013/01/18 00:15:55 Modified files: faq/de : faq14.html faq15.html faq/nl : faq15.html faq/pf/pt : carp.html pools.html queueing.html faq/pt : faq1.html faq10.html faq/ru : faq1.html faq2.html faq3.html faq5.html faq6.html faq8.html faq9.html index.html papers/de : index.html papers/pt : index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/18 00:20:04 ports/x11/gnome/settings-daemon/files Update of /cvs/ports/x11/gnome/settings-daemon/files In directory cvs.openbsd.org:/tmp/cvs-serv993/files Log Message: Directory /cvs/ports/x11/gnome/settings-daemon/files added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/18 00:22:27 Modified files: x11/gnome/settings-daemon: Makefile distinfo x11/gnome/settings-daemon/pkg: PLIST Added files: x11/gnome/settings-daemon/files: 10_org.gnome.settings-daemon.peripherals.wacom.gschema.override 10_org.gnome.settings-daemon.plugins.orientation.gschema.override 10_org.gnome.settings-daemon.plugins.updates.gschema.override Removed files: x11/gnome/settings-daemon/patches: patch-data_org_gnome_settings-daemon_plugins_gschema_xml_in_in Log message: Update to gnome-settings-daemon-3.6.4. - add schemas overrides instead of patching the schemas themselves - support for inputmethods with the new ibus CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/18 00:31:15 Modified files: x11/gnome/controlcenter: Makefile x11/gnome/controlcenter/pkg: PLIST Log message: Enable ibus support; depends on the latest gnome-settings-daemon. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/18 00:34:48 Modified files: www/py-mechanize: Makefile distinfo www/py-mechanize/pkg: PLIST Log message: - update py-mechanize to 0.2.5 - regen PLIST ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/18 00:56:17 Modified files: graphics/amide : Makefile graphics/amide/patches: patch-configure_in patch-src_mpeg_encode_c Log message: - Update for newer FFmpeg API. - Remove pthread patch. ok benoit@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/18 00:57:47 Modified files: usr.bin/ssh : ssh-keygen.1 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/18 00:59:46 Modified files: usr.bin/ssh : ssh-keygen.c Log message: -u before -V in usage(); CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/18 01:00:49 Modified files: usr.bin/ssh : sshd_config.5 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/18 01:07:32 Modified files: sbin/dhclient : dhclient.8 dhclient.c Log message: -L before -l; CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/18 01:12:33 Modified files: graphics/openimageio: Makefile Log message: mark broken on mips64 due to missing atomic ops. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/18 01:18:51 Added files: audio/aqualung/patches: patch-src_decoder_dec_lavc_h Log message: Update for newer FFmpeg API. ok jeremy@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/18 01:39:05 Modified files: usr.bin/ssh : ssh-keygen.1 Log message: add -Q to the options list; ok djm CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2013/01/18 01:52:04 Modified files: sys/kern : vfs_bio.c vfs_biomem.c sys/sys : buf.h Log message: Give buf_acquire_unmapped and B_NOTMAPPED a viking funeral as they should really have been called "maybemapped and hope it all works out". - use buf_acquire_nomap instead which acounts for busymapped bufs correctly. ok krw@ guenther@ kettenis@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/18 02:39:03 Modified files: sys/dev : softraid.c softraidvar.h Log message: Implement common workunit completion functions and handle the completion via a workq callback. Also provide a discipline specific hook that allows it to optionally handle the final part of the workunit completion. ok krw@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2013/01/18 02:41:51 Modified files: lib/libc/sys : getsockopt.2 Log message: Update the setsockopt(2) interface documentation for the EFBIG and UDP socket splicing changes. help and OK jmc@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2013/01/18 02:47:09 Modified files: share/man/man9 : sosplice.9 Log message: s/the the/the/ in sosplice(9) spotted by jmc@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/18 02:56:52 Modified files: sys/dev : softraid.c Log message: Tweak workunit completion. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2013/01/18 03:07:37 Modified files: sys/kern : vfs_biomem.c Log message: oops. this kassert should have gone with the B_NOTMAPPED commit CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/18 03:40:26 Modified files: devel/libidn : Makefile distinfo devel/libidn/pkg: PLIST Log message: Minor udate to libidn-1.26. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/18 03:41:00 Modified files: security/libnettle: Makefile distinfo security/libnettle/patches: patch-Makefile_in security/libnettle/pkg: PLIST Log message: Update to libnettle-2.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/18 03:41:25 Modified files: security/gnutls: Makefile distinfo Log message: Bugfix update to gnutls-3.1.6. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2013/01/18 04:13:38 Modified files: usr.bin/passwd : local_passwd.c Log message: Use open(O_CLOEXEC) instead of a separate fcntl(FD_CLOEXEC) call. Nudged by David Hill CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/18 04:14:48 Modified files: sys/dev : softraid_concat.c Log message: Convert softraid concat to new workunit completion functions. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/18 04:16:50 Modified files: www/drupal6/CKeditor: Makefile distinfo www/drupal6/CKeditor/pkg: PLIST Log message: minor update to drupal6-ckeditor 1.12 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/18 04:17:35 Modified files: www/drupal6/meta-tags: Makefile distinfo www/drupal6/meta-tags/pkg: PLIST Log message: SECURITY update to drupal6-meta-tags (aka nodewords) 1.14, ok espie CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/18 04:19:05 Modified files: www/drupal6/core: Makefile distinfo Log message: SECURITY update to drupal6-core 6.28, ok espie - cross site scripting - access permissions bypass issues - code execution in upload, though not with standard htaccess configuration http://drupal.org/SA-CORE-2012-004 http://drupal.org/SA-CORE-2013-001 CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2013/01/18 04:21:09 Modified files: usr.bin/rcs : ci.c rcs.1 Log message: Document $OpenBSD$ and teach ci's -k option to parse it too ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2013/01/18 04:34:37 Modified files: games/openttd : Makefile distinfo games/openttd/pkg: PLIST Removed files: games/openttd/patches: patch-src_fileio_cpp Log message: - Use DIST_SUBDIR. Reflects data files belonging. - Remove *.desktop file templates. - Remove unneeded patch. ok bentley@, maintaiber CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/18 04:35:24 Modified files: sys/arch/amd64/stand/boot: Makefile Log message: Fix the makefile so it works on other architectures. Found the hard way by bluhm@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/18 04:37:54 Modified files: multimedia/avidemux/patches: patch-configure_in_in Log message: correctly recognize 'mipseb' to fix the build on mips64. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/18 04:48:05 Modified files: sys/dev : softraid_raid0.c Log message: Convert softraid RAID 0 to new workunit completion functions CVSROOT: /cvs Module name: ports Changes by: bmercer@cvs.openbsd.org 2013/01/18 04:51:38 Modified files: fonts/adobe-source-code-pro: Makefile distinfo fonts/adobe-source-code-pro/pkg: PLIST Log message: Bump to the latest version. This adds a medium font. OK sthen@ dcoppa@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/18 04:55:27 Modified files: x11/rxvt-unicode: Makefile x11/rxvt-unicode/pkg: PLIST Added files: x11/rxvt-unicode/pkg: README Log message: Remove the "--with-term" workaround, now that we have the right terminfo entries for rxvt-unicode in base. Add a pkg/README with some tips. tweaks & ok sthen@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2013/01/18 05:10:11 Modified files: sys/net : if_ethersubr.c Log message: Relax the restriction on sending frames to trunk(4) members to allow BPF writes. Method (checking for PACKET_TAG_DLT) suggested by claudio, ok mpf CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2013/01/18 05:23:24 Modified files: net/munin : Makefile distinfo net/munin/patches: patch-Makefile patch-node_sbin_munin-node net/munin/pkg : PLIST-main Log message: Update for munin to 2.0.10 with bugfix and installs perl-related manuals to man3p category from kirby@ (maintainer) ok kirby@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2013/01/18 05:42:16 Modified files: inputmethods/ibus-anthy: Makefile distinfo inputmethods/ibus-anthy/pkg: PLIST Log message: Update to ibus-anthy-1.5.0, required by the newer ibus. Add myself as maintainer. With input and comments from ajacoutot@. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2013/01/18 06:22:54 Modified files: usr.sbin/pkg_add/OpenBSD: PkgInfo.pm Log message: move lock down: we don't really need to lock to match the directory CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/18 07:03:14 Modified files: math/cgal : Makefile Log message: mark broken on mips64, gcc crashes on: IA operator-() const { return IA (-sup(), -inf()); } CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/18 08:04:09 Modified files: www/dansguardian: Makefile distinfo www/dansguardian/pkg: PLIST Added files: www/dansguardian/patches: patch-src_RegExp_cpp patch-src_RegExp_hpp www/dansguardian/pkg: dansguardian.rc Removed files: www/dansguardian/patches: patch-data_Makefile_in Log message: - update to DansGuardian 2.12.0.3, modified from a diff from abieber - add an rc script - fix incompatibility with pcre 8.3+, patch from Debian - distfiles are now on sourceforge - drop maintainer; no response to emails ok abieber@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2013/01/18 08:17:43 Modified files: www/phpmyadmin : Makefile distinfo www/phpmyadmin/files: phpMyAdmin-httpd.conf www/phpmyadmin/pkg: PLIST README Log message: Major update to 3.5.5 release, many new improvements and many bug fixes. ok kevlo@ (Maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/18 08:30:34 Modified files: x11/xscreensaver: Makefile distinfo Added files: x11/xscreensaver/pkg: DESCR PLIST Removed files: x11/xscreensaver/pkg: DESCR-data DESCR-main PLIST-data PLIST-main Log message: Update to xscreensaver-5.20. - explicitely disable PAM - merge -data into -main; it makes no sense to split them anymore - re-add popsquares as it doesn't conflict with gnome-screensaver anymore CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/18 08:30:46 Modified files: x11/kde/artwork3: Makefile Log message: Fix depends after recent xscreensaver merge. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2013/01/18 09:44:55 Modified files: www/piwik : Makefile distinfo www/piwik/pkg : PLIST Log message: Update to 1.10.1 A new "page overlay report" and some security bugs has been fixed. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/18 10:06:33 Log message: import ruby-narray-0.6.0.4 NArray is an Numerical N-dimensional Array class. Supported element types are 1/2/4-byte Integer, single/double-precision Real/Complex, and Ruby Object. This extension library incorporates fast calculation and easy manipulation of large numerical arrays into the Ruby language. NArray has features similar to NumPy, but NArray has vector and matrix subclasses. ok jeremy@ Status: Vendor Tag: jasper Release Tags: jasper_20131801 N ports/devel/ruby-narray/Makefile N ports/devel/ruby-narray/distinfo N ports/devel/ruby-narray/pkg/PLIST N ports/devel/ruby-narray/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/18 10:07:33 Log message: import ruby-rb-gsl-1.14.7 Ruby/GSL is a Ruby interface to the GNU Scientific Library, for numerical computing with Ruby. ok jeremy@ Status: Vendor Tag: jasper Release Tags: jasper_20131801 N ports/devel/ruby-rb-gsl/Makefile N ports/devel/ruby-rb-gsl/distinfo N ports/devel/ruby-rb-gsl/pkg/PLIST N ports/devel/ruby-rb-gsl/pkg/DESCR N ports/devel/ruby-rb-gsl/patches/patch-ext_matrix_complex_c N ports/devel/ruby-rb-gsl/patches/patch-ext_vector_complex_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/18 10:08:58 Modified files: devel : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2013/01/18 10:10:09 Modified files: www/ruby-rack : Makefile distinfo www/ruby-rack/pkg: PLIST Log message: Update to rack 1.4.4. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/18 11:04:52 Log message: import ruby-yajl 1.1.0 This gem is a C binding to the excellent YAJL JSON parsing and generation library. feedback/ok jeremy@ Status: Vendor Tag: jasper Release Tags: jasper_20131801 N ports/devel/ruby-yajl/distinfo N ports/devel/ruby-yajl/Makefile N ports/devel/ruby-yajl/pkg/PLIST N ports/devel/ruby-yajl/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/18 11:05:35 Modified files: devel : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/18 11:06:27 Log message: import ruby-posix-spawn 0.3.6 posix-spawn uses posix_spawnp(2) for faster process spawning. feedback/ok jeremy@ Status: Vendor Tag: jasper Release Tags: jasper_20131801 N ports/sysutils/ruby-posix-spawn/distinfo N ports/sysutils/ruby-posix-spawn/Makefile N ports/sysutils/ruby-posix-spawn/pkg/PLIST N ports/sysutils/ruby-posix-spawn/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/18 11:07:17 Modified files: sysutils : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/18 11:10:09 Log message: import ruby-kramdown-0.14.1 kramdown is yet-another-markdown-parser but fast, pure Ruby, using a strict syntax definition and supporting several common extensions. feedback/ok jeremy@ Status: Vendor Tag: jasper Release Tags: jasper_20131801 N ports/textproc/ruby-kramdown/Makefile N ports/textproc/ruby-kramdown/distinfo N ports/textproc/ruby-kramdown/pkg/PLIST N ports/textproc/ruby-kramdown/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/18 11:10:37 Modified files: textproc : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/18 11:11:51 Modified files: textproc/ruby-liquid: Makefile distinfo textproc/ruby-liquid/pkg: PLIST Log message: - update to liquid-2.4.1 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2013/01/18 12:08:26 Modified files: devel/libivykis: Makefile distinfo Log message: update to 0.36.1 (this is a stable branch) CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2013/01/18 12:09:08 Modified files: sysutils/syslog-ng: Makefile distinfo sysutils/syslog-ng/patches: patch-lib_Makefile_in patch-lib_mainloop_c sysutils/syslog-ng/pkg: PLIST Log message: maintenance update to 3.3.8 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2013/01/18 12:09:58 Modified files: lang/gcc/4.6 : Makefile Log message: More mips64el check-in. Add mips64el to NOT_FOR_ARCHS-go. ld fails: Bad final value ok jasper@ pascal@ CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2013/01/18 13:54:44 Modified files: net/irc : Makefile Log message: missing license marker from Amit Kulkarni on ports@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/18 14:07:08 Modified files: lang/php/5.3 : Makefile distinfo Log message: bugfix update to php 5.3.21, ok robert@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2013/01/18 14:09:04 Modified files: sys/arch/i386/stand/biosboot: Makefile sys/arch/i386/stand/boot: Makefile sys/arch/i386/stand/cdboot: Makefile sys/arch/i386/stand/mbr: Makefile sys/arch/i386/stand/pxeboot: Makefile sys/arch/amd64/stand/biosboot: Makefile sys/arch/amd64/stand/boot: Makefile sys/arch/amd64/stand/cdboot: Makefile sys/arch/amd64/stand/mbr: Makefile sys/arch/amd64/stand/pxeboot: Makefile Log message: fix bogus dependencies, and allow mkdep to run checked on amd64 by rpe@ okay jsing@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/18 14:11:55 Modified files: infrastructure/lib/DPB: PortBuilder.pm infrastructure/lib/DPB/Job: Port.pm Log message: kill checksum-and-list optimize away some depend stages: since the main dpb process maintains a synchronous list of live_depends, and only releases host locks synchronously, it can check depends lists against already known live_depends (and avoid some depend stages entirely). naddy@ says it gains 40 mn on his box... CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/18 14:19:10 Modified files: share/man/man4/man4.hp300: tvrx.4 Log message: typos CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2013/01/18 14:19:36 Modified files: usr.sbin/pkg_add/OpenBSD: PkgInfo.pm Log message: much faster -E: try a sneak peek at the 'raw' contents file. if it doesn't contain the last part of the filename, then we don't even need to parse the plist... idea prompted by a chance remark from Vadim. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/18 14:19:46 Modified files: sbin/dhclient : dhclient.8 Log message: tweak -L; ok krw CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2013/01/18 14:38:03 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-base_atomicops_h patch-base_base_gyp patch-base_base_gypi patch-chrome_app_chrome_main_delegate_cc patch-chrome_browser_memory_details_cc patch-chrome_browser_ui_webui_about_ui_cc patch-chrome_chrome_browser_gypi patch-chrome_chrome_gyp patch-chrome_common_chrome_paths_cc patch-chrome_test_ui_ui_test_cc patch-content_app_content_main_runner_cc patch-content_browser_browser_main_loop_cc patch-content_browser_child_process_launcher_cc patch-content_content_browser_gypi patch-content_content_common_gypi patch-content_plugin_plugin_main_linux_cc patch-content_renderer_renderer_main_platform_delegate_linux_cc patch-media_audio_openbsd_audio_manager_openbsd_cc patch-media_media_gyp patch-ppapi_shared_impl_private_net_address_private_impl_cc patch-printing_printing_gyp patch-skia_skia_gyp patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_asm patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_h patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_asm patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_h 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_x86_vp56_arith_h patch-tools_gyp_pylib_gyp_generator_make_py patch-ui_base_l10n_l10n_util_cc patch-webkit_plugins_ppapi_ppapi_plugin_instance_cc www/chromium/pkg: PLIST Added files: www/chromium/patches: patch-base_sys_info_posix_cc patch-third_party_libyuv_include_libyuv_basic_types_h patch-third_party_libyuv_libyuv_gyp Removed files: www/chromium/patches: patch-tools_gyp_test_additional-targets_src_dir1_actions_gyp patch-tools_gyp_test_library_src_library_gyp patch-v8_src_atomicops_h patch-v8_src_platform_h Log message: update to 24.0.1312.52 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/18 14:48:43 Modified files: usr.bin/lex : flex.1 usr.bin/ssh : ssh-keygen.1 share/man/man5 : hostname.if.5 usr.sbin/adduser: adduser.8 bin/cat : cat.1 bin/cp : cp.1 Log message: command-line (adj.) -> command line (n.); CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/18 15:17:06 Modified files: devel/cmake : Makefile Added files: devel/cmake/patches: patch-Source_cmGeneratorExpressionEvaluator_cxx patch-Source_cmake_cxx Log message: Fix a couple of crashers, from upstream: Bugfix: don't crash when a target is expected but is not available (upstream git commit e767ffcda58ab73cf2c4394202eec7ae1f6035b5) Bugfix: don't crash if the link.txt file contains empty lines (upstream git commit 8ff1d4714fb7cd42eb3cd8db041b529e433eb7c8) CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2013/01/18 15:30:44 Modified files: devel/jdk/1.7 : Makefile distinfo Log message: Update to 7u11. Security: CVE-2013-0422 - Update man patchset to upstream bsd-port at u10 - u11 patchset from FreeBSD/Greg Lewis's port CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/18 15:36:44 Modified files: net/xl2tpd/patches: patch-Makefile Log message: remove unnecessary parts from the Makefile patch, they are handled in the port Makefile already. no pkg change. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/18 15:38:06 Added files: net/xl2tpd/patches: patch-xl2tpd-control_c Log message: check that argv[1] isn't null before using it in strncmp() to avoid segv; this file isn't currently built (it needs fmemopen) so no bump. CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2013/01/18 15:59:30 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/18 16:19:44 Modified files: sys/dev : softraid.c Log message: The workunit completion needs to run at IPL_BIO, at least for now. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2013/01/18 16:22:18 Modified files: sys/dev : softraid_crypto.c Log message: Convert softraid crypto to the new ccb and workunit completion functions. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/18 22:11:28 Log message: import pygments.rb-0.3.7 pygments.rb exposes the pygments syntax highlighter to Ruby. feedback/ok jeremy@ Status: Vendor Tag: jasper Release Tags: jasper_20131901 N ports/textproc/ruby-pygments.rb/Makefile N ports/textproc/ruby-pygments.rb/distinfo N ports/textproc/ruby-pygments.rb/pkg/PLIST N ports/textproc/ruby-pygments.rb/pkg/DESCR N ports/textproc/ruby-pygments.rb/patches/patch-lib_pygments_mentos_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/18 22:12:26 Modified files: textproc : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/19 00:04:01 Modified files: security/libnettle: Makefile Added files: security/libnettle/patches: patch-configure Log message: Fix relocation errors on (at least) sparc64. breakage reported by Markus Lude CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/19 00:13:25 Modified files: usr.bin/ssh : ssh-keygen.1 Log message: fix some formatting; ok djm CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/19 00:15:19 Modified files: sbin/dhclient : dhclient.8 Log message: be more explicit about default file locations; ok krw CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/19 00:18:15 Modified files: lib/libc/sys : open.2 Log message: better description of O_CLOEXEC; from russell ok guenther CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/19 00:57:21 Modified files: lib/libc/sys : open.2 Log message: partially re-instate previous; requested by deraadt CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/19 01:42:35 Modified files: multimedia/transcode: Makefile multimedia/transcode/patches: patch-configure_in multimedia/transcode/pkg: PFRAG.i386 PFRAG.lzo PFRAG.mjpegtools PFRAG.quicktime PLIST Added files: multimedia/transcode/patches: patch-export_aud_aux_c patch-export_export_ffmpeg_c patch-export_ffmpeg_cfg_c patch-import_decode_lavc_c patch-import_import_ffmpeg_c patch-import_probe_ffmpeg_c patch-libtc_tcavcodec_h Log message: Update for newer FFmpeg API. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/19 02:51:30 Modified files: multimedia/k3b : Makefile multimedia/k3b/patches: patch-configure patch-plugins_decoder_ffmpeg_k3bffmpegwrapper_cpp Log message: Update for newer FFmpeg API. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/19 03:13:15 Modified files: graphics/opencv: Makefile graphics/opencv/patches: patch-modules_highgui_src_cap_ffmpeg_cpp Log message: Update for newer FFmpeg API. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/19 04:08:09 Modified files: x11/qt4 : Makefile Log message: grr double define does nothing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/19 04:21:44 Modified files: graphics/libgphoto2: Makefile distinfo graphics/libgphoto2/patches: patch-Makefile_in patch-tests_Makefile_in graphics/libgphoto2/pkg: PFRAG.shared PLIST Added files: graphics/libgphoto2: patch-libgphoto2_port_Makefile_in graphics/libgphoto2/patches: patch-libgphoto2_port_libusb1_libusb1_c Removed files: graphics/libgphoto2/patches: patch-libgphoto2_port_Makefile_in Log message: Major update to libgphoto-2.5.0. ok espie@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/19 04:22:05 Modified files: graphics/gphoto2: Makefile distinfo graphics/gphoto2/patches: patch-gphoto2_actions_c graphics/gphoto2/pkg: PLIST Removed files: graphics/gphoto2/patches: patch-gphoto2_shell_c Log message: Major update to gphoto-2.5.0. ok espie (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/19 04:22:37 Modified files: graphics/darktable: Makefile graphics/shotwell: Makefile Log message: Cope with recent gphoto2 update. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/19 04:22:49 Modified files: graphics/gtkam : Makefile distinfo graphics/gtkam/pkg: PLIST Log message: Update to gtkam-0.2.0. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/19 04:26:02 Modified files: graphics/digikam: Makefile Added files: graphics/digikam/patches: patch-digikam_utilities_cameragui_gpcamera_cpp Log message: Fix build after recent gphoto2 update. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/19 04:27:01 Modified files: graphics/kipi-plugins: Makefile Added files: graphics/kipi-plugins/patches: patch-kipi-plugins_kameraklient_gpcamera_cpp patch-kipi-plugins_kameraklient_gpiface_cpp patch-kipi-plugins_kameraklient_gpstatus_cpp patch-kipi-plugins_kameraklient_gpstatus_h Log message: Fix build after recent gphoto2 update. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/19 04:28:00 Modified files: x11/kde/graphics3: Makefile Added files: x11/kde/graphics3/patches: patch-kamera_kcontrol_kameradevice_cpp patch-kamera_kioslave_kamera_cpp Log message: Fix build after recent gphoto2 update. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/19 04:34:11 Modified files: infrastructure/mk: bsd.port.mk Log message: zap :L for clean like we did for flavors. Same argument applies. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/19 04:56:06 Modified files: www/chromium : Makefile www : Makefile Log message: Make PERMIT_* for chromium depend on the FLAVOR, so that FLAVOR=proprietary disables cdrom packages as done in other ports (H.264 patents). Link chromium,proprietary to the build. ok brad@ robert@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/19 05:06:51 Modified files: www/chromium/pkg: DESCR www/chromium : Makefile Log message: Add a comment re "proprietary" flavour to DESCR, reminded by espie@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2013/01/19 05:34:55 Modified files: usr.bin/ssh : krl.c Log message: RB_INSERT does not remove existing elments; ok djm@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/19 09:58:16 Modified files: usr.sbin/authpf: authpf.c Log message: fix build with gcc 2 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/19 10:18:14 src/libexec/ld.so/m68k Update of /cvs/src/libexec/ld.so/m68k In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/libexec/ld.so/m68k Log Message: Directory /cvs/src/libexec/ld.so/m68k added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/19 11:22:16 Modified files: lang/php/5.3 : Makefile distinfo Log message: unbreak patch; spotted by kili, thanks CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2013/01/19 12:08:33 Modified files: audio/aqualung : Makefile Log message: Add BUILD_DEPENDS on autoconf and automake, pointed out by naddy@. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/19 13:04:05 Modified files: libexec/ld.so : sod.c Log message: Do not divide by zero in _dl_findhint() if there is a valid hints file but no buckets in it (could happen if the administrator reruns ldconfig with bogus paths). ok matthew@ kurt@ drahn CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2013/01/19 13:40:57 Modified files: net/ngircd : Makefile distinfo net/ngircd/patches: patch-doc_Makefile_in patch-doc_sample-ngircd_conf_tmpl patch-src_ngircd_conf_c patch-src_ngircd_ngircd_c net/ngircd/pkg : PLIST Log message: Update to ngircd 20.1. merdely@ benoit@ ok. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2013/01/19 13:42:26 Modified files: education/anki : Makefile distinfo education/anki/pkg: PLIST Added files: education/anki/patches: patch-anki_anki Removed files: education/anki/patches: patch-anki patch-aqt_share_py patch-libanki_anki_sync_py Log message: update to anki 2.0.5. add myself as maintainer. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2013/01/19 13:43:42 Modified files: net/ngircd : Makefile Log message: Add myself as maintainer. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2013/01/19 14:22:28 Modified files: usr.bin/mg : ttyio.c Log message: Don't spin in ttgetc when stdin is lost (found by benno@). While there prevent an unterminated recursion in panic(). ok lum@, benno@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2013/01/19 14:57:57 Modified files: lib/libc/sys : fcntl.2 Log message: Document F_DUPFD_CLOEXEC; adapted from FreeBSD OK miod@ espie@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2013/01/19 16:45:40 Modified files: education/anki : Makefile distinfo Log message: Upstream re-rolled the tarball with some changes: Yes, I pushed an improvement to the way sync errors are handled on the 18th. It's not enough to justify upgrading to a new version, but it's nice to have for people who haven't downloaded 2.0.5 yet. Sigh. Update hash and bump package. Noticed by rpe@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/19 16:50:16 Modified files: www/mozilla-firefox: Makefile distinfo www/firefox-i18n: Makefile.inc distinfo Log message: Bugfix update to firefox 18.0.1. http://www.mozilla.org/en-US/firefox/18.0.1/releasenotes/ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2013/01/19 17:00:08 Modified files: gnu/usr.bin/binutils/gas/config: tc-i386.c Log message: Backport two fixes for amd64 from binutils 2.16. - For DefaultSize instructions, don't guess a 'q' suffix if the instruction doesn't support it. - Corrections for x86_64 assembly. ok miod@ CVSROOT: /cvs Module name: ports Changes by: tobiasu@cvs.openbsd.org 2013/01/19 19:23:40 Modified files: lang/gcc/4.6 : Makefile lang/gcc/4.6/patches: patch-Makefile_in Log message: "Fix" parallel make install by forcing gmake to only run 1 job. It's not pretty and we would like to have a better fix, but for now it should suffice. ok naddy@, sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/20 00:32:08 Modified files: print/hplip : Makefile print/hplip/patches: patch-check_py patch-installer_core_install_py patch-installer_dcheck_py print/hplip/pkg: PLIST-main Log message: Make hp-check start to behave. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2013/01/20 00:39:01 Modified files: de : hackathons.html loongson.html faq/fr : current.html faq14.html faq15.html faq/pf/pt : nat.html faq/pf/ru : logging.html fr : loongson.html papers/de : index.html papers/pt : index.html pt : plus.html ru : hackathons.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/20 00:46:16 Modified files: graphics/ffmpeg: Makefile multimedia/gstreamer1/plugins-libav: Makefile www/chromium : Makefile Removed files: graphics/ffmpeg/patches: patch-libavcodec_x86_vp56_arith_h multimedia/gstreamer1/plugins-libav/patches: patch-gst-libs_ext_libav_libavcodec_x86_vp56_arith_h www/chromium/patches: patch-third_party_ffmpeg_libavcodec_x86_vp56_arith_h Log message: Remove a hack for FFmpeg/Libav to workaround an assembler bug now that it has been fixed. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/20 01:41:52 ports/print/hplip/files Update of /cvs/ports/print/hplip/files In directory cvs.openbsd.org:/tmp/cvs-serv30776/files Log Message: Directory /cvs/ports/print/hplip/files added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/20 01:44:16 Modified files: print/hplip : Makefile print/hplip/pkg: PLIST-main Added files: print/hplip/files: hplip.state Log message: Install a /var/db/hp/hplip.state file to simulate we have the plugins installed; these are Linux specific and proprietary so there is not point in getting them. idea from "gjones" CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/20 01:56:42 ports/security/libssh2/patches Update of /cvs/ports/security/libssh2/patches In directory cvs.openbsd.org:/cvs.d/hack/benoit/cvs/ports/security/libssh2/patches Log Message: Directory /cvs/ports/security/libssh2/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/20 02:00:47 Modified files: security/libssh2: Makefile distinfo security/libssh2/pkg: PLIST Added files: security/libssh2/patches: patch-tests_Makefile_in Log message: - update libssh2 to 1.4.3 - bump SHARED_LIBS - regen PLIST - remove USE_GROFF - remove the test concerning mansyntax.sh (spotted by rpointel@) CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/20 02:10:04 Modified files: www/py-webpy : Makefile distinfo www/py-webpy/pkg: PLIST Log message: - update py-webpy to 0.37 - regen PLIST CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/20 02:19:31 Modified files: net/synergy/patches: patch-src_lib_ipc_CIpcClientProxy_cpp patch-src_lib_ipc_CIpcServerProxy_cpp Log message: Unbreak on sparc64: use the same workaround as on mips64/loongson (gcc bug fixed in 4.3.3? other archs may be affected) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/20 02:27:19 Modified files: kerberosV/include: config.h Log message: Define HAVE_GETPWNAM_R and HAVE_STDINT_H to match reality. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2013/01/20 03:26:27 Modified files: sys/arch/amd64/conf: GENERIC Log message: Add viomb(4). ok sf@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/20 03:43:00 Modified files: print/hplip : Makefile print/hplip/patches: patch-base_pkit_py Log message: Fix path to polkit-1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/20 03:44:17 Modified files: net/avahi : Makefile net/avahi/patches: patch-avahi-daemon_main_c net/avahi/pkg : PLIST-main Removed files: net/avahi/patches: patch-avahi-daemon_avahi-daemon_conf Log message: Remove unneeded patch and chunks. Install org.freedesktop.Avahi.service. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/20 04:19:12 Modified files: usr.bin/diff : diff.1 Log message: remove obsolete BUGS (cmp is not run internally); ok otto CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/20 05:52:35 Modified files: telephony/iaxclient: Makefile telephony/iaxclient/patches: patch-lib_codec_ffmpeg_c Log message: Update for newer FFmpeg API. ok sebastia@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/20 06:57:11 Modified files: x11/wxSVG : Makefile distinfo Log message: Update to wxSVG 1.1.11. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/20 07:19:43 Modified files: net/avahi : Makefile net/avahi/pkg : README-main Log message: Tighten pf.conf example. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2013/01/20 07:47:46 Modified files: bin/ksh : edit.c lex.c lex.h Log message: Fix backslash escaping during filename tab-completion in ksh. Diff originally submitted by Alexander Polakov, with a small tweak from me to avoid breaking tab-completion of environment variables (problem pointed out by bentley). ok sthen halex mpi CVSROOT: /cvs Module name: xenocara Changes by: stsp@cvs.openbsd.org 2013/01/20 08:06:45 Modified files: driver/xf86-video-ati/src: radeon_driver.c Log message: Stop the radeon driver from trying to restore text mode on PALM and newer chip generations. The driver is currently unable to restore text mode on these chips, and attempting to restore text mode anyway results in the display not being restored properly when switching back to X. The only way of restoring the display after restarting X was to reboot the machine. ok mpi@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/20 08:11:22 Modified files: devel/libdvdread: Makefile Added files: devel/libdvdread/patches: patch-src_dvd_input_c Log message: no cookie for brad and sthen. you guys are expected to fully test that shit. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/20 08:19:00 Modified files: net/avahi : Makefile net/avahi/pkg : README-main Log message: PF incoming. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/20 10:51:14 Modified files: lang/ghc : Makefile ghc.port.mk Log message: Enable profiling by default for ports containing Haskell libraries. Suggested by David Schaefer. Mark ghc broken temporarily until all necessary plist changes are committed. ok jasper@ dcoppa@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/20 10:56:05 Modified files: archivers/hs-zlib: Makefile archivers/hs-zlib/pkg: PLIST archivers/hs-zlib-bindings: Makefile archivers/hs-zlib-bindings/pkg: PLIST archivers/hs-zlib-enum: Makefile archivers/hs-zlib-enum/pkg: PLIST Log message: Regenerate plist for profiling libs. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/20 10:56:37 Modified files: audio/hs-libmpd: Makefile audio/hs-libmpd/pkg: PLIST Log message: Regenerate plist for profiling libs. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/20 10:58:07 Modified files: databases/hs-HDBC: Makefile databases/hs-HDBC/pkg: PLIST databases/hs-HDBC-mysql: Makefile databases/hs-HDBC-mysql/pkg: PLIST databases/hs-HDBC-postgresql: Makefile databases/hs-HDBC-postgresql/pkg: PLIST databases/hs-HDBC-sqlite3: Makefile databases/hs-HDBC-sqlite3/pkg: PLIST databases/hs-postgresql-libpq: Makefile databases/hs-postgresql-libpq/pkg: PLIST databases/hs-postgresql-simple: Makefile databases/hs-postgresql-simple/pkg: PLIST databases/hs-redis: Makefile databases/hs-redis/pkg: PLIST Log message: Regenerate plist for profiling libs. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/20 10:59:16 Modified files: devel/cpphs : Makefile devel/cpphs/pkg: PLIST-lib devel/haddock : Makefile devel/haddock/pkg: PLIST-lib devel/hs-ConfigFile: Makefile devel/hs-ConfigFile/pkg: PLIST devel/hs-FindBin: Makefile devel/hs-FindBin/pkg: PLIST devel/hs-HUnit : Makefile devel/hs-HUnit/pkg: PLIST devel/hs-HsSyck: Makefile devel/hs-HsSyck/pkg: PLIST devel/hs-List : Makefile devel/hs-List/pkg: PLIST devel/hs-ListLike: Makefile devel/hs-ListLike/pkg: PLIST devel/hs-MetaObject: Makefile devel/hs-MetaObject/pkg: PLIST devel/hs-MissingH: Makefile devel/hs-MissingH/pkg: PLIST Log message: Regenerate plist for profiling libs. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/20 10:59:47 Modified files: devel/hs-MonadCatchIO-mtl: Makefile devel/hs-MonadCatchIO-mtl/pkg: PLIST devel/hs-MonadCatchIO-transformers: Makefile devel/hs-MonadCatchIO-transformers/pkg: PLIST devel/hs-OneTuple: Makefile devel/hs-OneTuple/pkg: PLIST devel/hs-PSQueue: Makefile devel/hs-PSQueue/pkg: PLIST devel/hs-QuickAnnotate: Makefile devel/hs-QuickAnnotate/pkg: PLIST devel/hs-QuickCheck: Makefile devel/hs-QuickCheck/pkg: PLIST devel/hs-abstract-deque: Makefile devel/hs-abstract-deque/pkg: PLIST devel/hs-abstract-par: Makefile devel/hs-abstract-par/pkg: PLIST devel/hs-aeson : Makefile devel/hs-aeson/pkg: PLIST devel/hs-ansi-terminal: Makefile devel/hs-ansi-terminal/pkg: PLIST Log message: Regenerate plist for profiling libs. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/20 10:59:52 Modified files: lib/libc/arch/m88k/gen: _setjmp.S setjmp.S sigsetjmp.S Log message: PIC-related code should follow the #ifdef __PIC__ line, not the #else line. Doh! CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/20 11:00:16 Modified files: devel/hs-ansi-wl-pprint: Makefile devel/hs-ansi-wl-pprint/pkg: PLIST devel/hs-async : Makefile devel/hs-async/pkg: PLIST devel/hs-atom : Makefile devel/hs-atom/pkg: PLIST devel/hs-base-unicode-symbols: Makefile devel/hs-base-unicode-symbols/pkg: PLIST devel/hs-base16-bytestring: Makefile devel/hs-base16-bytestring/pkg: PLIST devel/hs-base64-bytestring: Makefile devel/hs-base64-bytestring/pkg: PLIST devel/hs-bimap : Makefile devel/hs-bimap/pkg: PLIST devel/hs-binary: Makefile devel/hs-binary/pkg: PLIST devel/hs-blaze-builder: Makefile devel/hs-blaze-builder/pkg: PLIST devel/hs-blaze-builder-conduit: Makefile devel/hs-blaze-builder-conduit/pkg: PLIST Log message: Regenerate plist for profiling libs. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/20 11:00:42 Modified files: devel/hs-blaze-builder-enumerator: Makefile devel/hs-blaze-builder-enumerator/pkg: PLIST devel/hs-blaze-textual: Makefile devel/hs-blaze-textual/pkg: PLIST devel/hs-bytestring-mmap: Makefile devel/hs-bytestring-mmap/pkg: PLIST devel/hs-case-insensitive: Makefile devel/hs-case-insensitive/pkg: PLIST devel/hs-cereal: Makefile devel/hs-cereal/pkg: PLIST devel/hs-cmdargs: Makefile devel/hs-cmdargs/pkg: PLIST devel/hs-cmdlib: Makefile devel/hs-cmdlib/pkg: PLIST devel/hs-comonad: Makefile devel/hs-comonad/pkg: PLIST devel/hs-comonad-transformers: Makefile devel/hs-comonad-transformers/pkg: PLIST devel/hs-concurrent-extra: Makefile devel/hs-concurrent-extra/pkg: PLIST Log message: Regenerate plist for profiling libs. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/20 11:01:19 Modified files: devel/hs-conduit: Makefile devel/hs-conduit/pkg: PLIST devel/hs-configurator: Makefile devel/hs-configurator/pkg: PLIST devel/hs-constraints: Makefile devel/hs-constraints/pkg: PLIST devel/hs-contravariant: Makefile devel/hs-contravariant/pkg: PLIST devel/hs-control-timeout: Makefile devel/hs-control-timeout/pkg: PLIST devel/hs-convertible: Makefile devel/hs-convertible/pkg: PLIST devel/hs-data-default: Makefile devel/hs-data-default/pkg: PLIST devel/hs-data-hash: Makefile devel/hs-data-hash/pkg: PLIST devel/hs-data-lens: Makefile devel/hs-data-lens/pkg: PLIST devel/hs-data-lens-template: Makefile devel/hs-data-lens-template/pkg: PLIST Log message: Regenerate plist for profiling libs. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/20 11:01:36 Modified files: devel/hs-dataenc: Makefile devel/hs-dataenc/pkg: PLIST devel/hs-directory-tree: Makefile devel/hs-directory-tree/pkg: PLIST devel/hs-distributive: Makefile devel/hs-distributive/pkg: PLIST devel/hs-dlist : Makefile devel/hs-dlist/pkg: PLIST devel/hs-enumerator: Makefile devel/hs-enumerator/pkg: PLIST devel/hs-failure: Makefile devel/hs-failure/pkg: PLIST devel/hs-fgl : Makefile devel/hs-fgl/pkg: PLIST devel/hs-ghc-mtl: Makefile devel/hs-ghc-mtl/pkg: PLIST devel/hs-ghc-paths: Makefile devel/hs-ghc-paths/pkg: PLIST devel/hs-gio : Makefile devel/hs-gio/pkg: PLIST Log message: Regenerate plist for profiling libs. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/20 11:01:52 Modified files: devel/hs-glade : Makefile devel/hs-glade/pkg: PLIST devel/hs-glib : Makefile devel/hs-glib/pkg: PLIST devel/hs-hashable: Makefile devel/hs-hashable/pkg: PLIST devel/hs-hashed-storage: Makefile devel/hs-hashed-storage/pkg: PLIST devel/hs-haskeline: Makefile devel/hs-haskeline/pkg: PLIST devel/hs-hint : Makefile devel/hs-hint/pkg: PLIST devel/hs-hlint : Makefile devel/hs-hlint/pkg: PLIST devel/hs-hood : Makefile devel/hs-hood/pkg: PLIST devel/hs-hoogle: Makefile devel/hs-hoogle/pkg: PLIST devel/hs-hslogger: Makefile devel/hs-hslogger/pkg: PLIST Log message: Regenerate plist for profiling libs. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/20 11:02:12 Modified files: devel/hs-iteratee: Makefile devel/hs-iteratee/pkg: PLIST devel/hs-language-c: Makefile devel/hs-language-c/pkg: PLIST devel/hs-largeword: Makefile devel/hs-largeword/pkg: PLIST devel/hs-lifted-base: Makefile devel/hs-lifted-base/pkg: PLIST devel/hs-logict: Makefile devel/hs-logict/pkg: PLIST devel/hs-mmap : Makefile devel/hs-mmap/pkg: PLIST devel/hs-monad-control: Makefile devel/hs-monad-control/pkg: PLIST devel/hs-monad-par: Makefile devel/hs-monad-par/pkg: PLIST devel/hs-monad-par-extras: Makefile devel/hs-monad-par-extras/pkg: PLIST devel/hs-monads-fd: Makefile devel/hs-monads-fd/pkg: PLIST Log message: Regenerate plist for profiling libs. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/20 11:02:53 Modified files: devel/hs-monads-tf: Makefile devel/hs-monads-tf/pkg: PLIST devel/hs-mtl : Makefile devel/hs-mtl/pkg: PLIST devel/hs-murmur-hash: Makefile devel/hs-murmur-hash/pkg: PLIST devel/hs-network: Makefile devel/hs-network/pkg: PLIST devel/hs-network-conduit: Makefile devel/hs-network-conduit/pkg: PLIST devel/hs-newtype: Makefile devel/hs-newtype/pkg: PLIST devel/hs-pango : Makefile devel/hs-pango/pkg: PLIST devel/hs-parallel: Makefile devel/hs-parallel/pkg: PLIST devel/hs-parsec: Makefile devel/hs-parsec/pkg: PLIST devel/hs-patch-combinators: Makefile devel/hs-patch-combinators/pkg: PLIST Log message: Regenerate plist for profiling libs. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/20 11:03:12 Modified files: devel/hs-primitive: Makefile devel/hs-primitive/pkg: PLIST devel/hs-pugs-DrIFT: Makefile devel/hs-pugs-DrIFT/pkg: PLIST devel/hs-pugs-compat: Makefile devel/hs-pugs-compat/pkg: PLIST devel/hs-random: Makefile devel/hs-random/pkg: PLIST devel/hs-readline: Makefile devel/hs-readline/pkg: PLIST devel/hs-regex-base: Makefile devel/hs-regex-base/pkg: PLIST devel/hs-regex-compat: Makefile devel/hs-regex-compat/pkg: PLIST devel/hs-regex-pcre-builtin: Makefile devel/hs-regex-pcre-builtin/pkg: PLIST devel/hs-regex-posix: Makefile devel/hs-regex-posix/pkg: PLIST devel/hs-resourcet: Makefile devel/hs-resourcet/pkg: PLIST Log message: Regenerate plist for profiling libs. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/20 11:03:29 Modified files: devel/hs-safe : Makefile devel/hs-safe/pkg: PLIST devel/hs-semigroupoids: Makefile devel/hs-semigroupoids/pkg: PLIST devel/hs-semigroups: Makefile devel/hs-semigroups/pkg: PLIST devel/hs-sendfile: Makefile devel/hs-sendfile/pkg: PLIST devel/hs-shellish: Makefile devel/hs-shellish/pkg: PLIST devel/hs-simple-sendfile: Makefile devel/hs-simple-sendfile/pkg: PLIST devel/hs-split : Makefile devel/hs-split/pkg: PLIST devel/hs-stm : Makefile devel/hs-stm/pkg: PLIST devel/hs-strict: Makefile devel/hs-strict/pkg: PLIST devel/hs-stringtable-atom: Makefile devel/hs-stringtable-atom/pkg: PLIST Log message: Regenerate plist for profiling libs. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/20 11:03:47 Modified files: devel/hs-syb : Makefile devel/hs-syb/pkg: PLIST devel/hs-tagged: Makefile devel/hs-tagged/pkg: PLIST devel/hs-tar : Makefile devel/hs-tar/pkg: PLIST devel/hs-terminfo: Makefile devel/hs-terminfo/pkg: PLIST devel/hs-test-framework: Makefile devel/hs-test-framework/pkg: PLIST devel/hs-test-framework-hunit: Makefile devel/hs-test-framework-hunit/pkg: PLIST devel/hs-test-framework-quickcheck2: Makefile devel/hs-test-framework-quickcheck2/pkg: PLIST devel/hs-text : Makefile devel/hs-text/pkg: PLIST devel/hs-transformers: Makefile devel/hs-transformers/pkg: PLIST devel/hs-transformers-base: Makefile devel/hs-transformers-base/pkg: PLIST Log message: Regenerate plist for profiling libs. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/20 11:04:22 Modified files: devel/hs-tuple : Makefile devel/hs-tuple/pkg: PLIST devel/hs-type-level: Makefile devel/hs-type-level/pkg: PLIST devel/hs-unbounded-delays: Makefile devel/hs-unbounded-delays/pkg: PLIST devel/hs-uniplate: Makefile devel/hs-uniplate/pkg: PLIST devel/hs-unix-compat: Makefile devel/hs-unix-compat/pkg: PLIST devel/hs-unordered-containers: Makefile devel/hs-unordered-containers/pkg: PLIST devel/hs-vault : Makefile devel/hs-vault/pkg: PLIST devel/hs-vector: Makefile devel/hs-vector/pkg: PLIST devel/hs-vector-algorithms: Makefile devel/hs-vector-algorithms/pkg: PLIST devel/hs-void : Makefile devel/hs-void/pkg: PLIST devel/hscolour : Makefile devel/hscolour/pkg: PLIST Log message: Regenerate plist for profiling libs. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/20 11:04:48 Modified files: graphics/hs-GLUT: Makefile graphics/hs-GLUT/pkg: PLIST graphics/hs-OpenGL: Makefile graphics/hs-OpenGL/pkg: PLIST graphics/hs-cairo: Makefile graphics/hs-cairo/pkg: PLIST Log message: Regenerate plist for profiling libs. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/20 11:05:02 Modified files: lang/feldspar/compiler: Makefile lang/feldspar/compiler/pkg: PLIST lang/feldspar/language: Makefile lang/feldspar/language/pkg: PLIST lang/hs-HsParrot: Makefile lang/hs-HsParrot/pkg: PLIST lang/hs-haskell-src: Makefile lang/hs-haskell-src/pkg: PLIST lang/hs-haskell-src-exts: Makefile lang/hs-haskell-src-exts/pkg: PLIST lang/hs-syntactic: Makefile lang/hs-syntactic/pkg: PLIST Log message: Regenerate plist for profiling libs. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/20 11:05:13 Modified files: net/hs-HTTP : Makefile net/hs-HTTP/pkg: PLIST net/hs-curl : Makefile net/hs-curl/pkg: PLIST net/hs-hostname: Makefile net/hs-hostname/pkg: PLIST Log message: Regenerate plist for profiling libs. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/20 11:05:35 Modified files: security/hs-asn1-data: Makefile security/hs-asn1-data/pkg: PLIST security/hs-certificate: Makefile security/hs-certificate/pkg: PLIST security/hs-cprng-aes: Makefile security/hs-cprng-aes/pkg: PLIST security/hs-crypto: Makefile security/hs-crypto/pkg: PLIST security/hs-crypto-api: Makefile security/hs-crypto-api/pkg: PLIST security/hs-cryptocipher: Makefile security/hs-cryptocipher/pkg: PLIST security/hs-cryptohash: Makefile security/hs-cryptohash/pkg: PLIST security/hs-entropy: Makefile security/hs-entropy/pkg: PLIST security/hs-mwc-random: Makefile security/hs-mwc-random/pkg: PLIST security/hs-pwstore-fast: Makefile security/hs-pwstore-fast/pkg: PLIST security/hs-skein: Makefile security/hs-skein/pkg: PLIST security/hs-tls: Makefile security/hs-tls/pkg: PLIST Log message: Regenerate plist for profiling libs. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/20 11:06:14 Modified files: textproc/hs-HaXml: Makefile textproc/hs-HaXml/pkg: PLIST textproc/hs-attoparsec: Makefile textproc/hs-attoparsec/pkg: PLIST textproc/hs-attoparsec-enumerator: Makefile textproc/hs-attoparsec-enumerator/pkg: PLIST textproc/hs-attoparsec-iteratee: Makefile textproc/hs-attoparsec-iteratee/pkg: PLIST textproc/hs-blaze-html: Makefile textproc/hs-blaze-html/pkg: PLIST textproc/hs-blaze-markup: Makefile textproc/hs-blaze-markup/pkg: PLIST textproc/hs-bytestring-nums: Makefile textproc/hs-bytestring-nums/pkg: PLIST textproc/hs-bytestring-show: Makefile textproc/hs-bytestring-show/pkg: PLIST textproc/hs-heist: Makefile textproc/hs-heist/pkg: PLIST textproc/hs-hexpat: Makefile textproc/hs-hexpat/pkg: PLIST Log message: Regenerate plist for profiling libs. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/20 11:06:28 Modified files: textproc/hs-libxml-sax: Makefile textproc/hs-libxml-sax/pkg: PLIST textproc/hs-polyparse: Makefile textproc/hs-polyparse/pkg: PLIST textproc/hs-tagsoup: Makefile textproc/hs-tagsoup/pkg: PLIST textproc/hs-xml: Makefile textproc/hs-xml/pkg: PLIST textproc/hs-xml-types: Makefile textproc/hs-xml-types/pkg: PLIST textproc/hs-xmlhtml: Makefile textproc/hs-xmlhtml/pkg: PLIST Log message: Regenerate plist for profiling libs. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/20 11:06:55 Modified files: www/hs-cgi : Makefile www/hs-cgi/pkg : PLIST www/hs-clientsession: Makefile www/hs-clientsession/pkg: PLIST www/hs-html : Makefile www/hs-html/pkg: PLIST www/hs-http-types: Makefile www/hs-http-types/pkg: PLIST www/hs-snap : Makefile www/hs-snap/pkg: PLIST www/hs-snap-core: Makefile www/hs-snap-core/pkg: PLIST www/hs-snap-loader-dynamic: Makefile www/hs-snap-loader-dynamic/pkg: PLIST www/hs-snap-loader-static: Makefile www/hs-snap-loader-static/pkg: PLIST www/hs-snap-server: Makefile www/hs-snap-server/pkg: PLIST www/hs-wai : Makefile www/hs-wai/pkg : PLIST www/hs-warp : Makefile www/hs-warp/pkg: PLIST www/hs-webkit : Makefile www/hs-webkit/pkg: PLIST www/hs-xhtml-combinators: Makefile www/hs-xhtml-combinators/pkg: PLIST Log message: Regenerate plist for profiling libs. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/20 11:07:11 Modified files: x11/hs-X11 : Makefile x11/hs-X11/pkg : PLIST x11/hs-X11-xft : Makefile x11/hs-X11-xft/pkg: PLIST x11/hs-dbus : Makefile x11/hs-dbus/pkg: PLIST x11/hs-gtk : Makefile x11/hs-gtk/pkg : PLIST x11/hs-xmonad-contrib: Makefile x11/hs-xmonad-contrib/pkg: PLIST x11/xmonad : Makefile x11/xmonad/pkg : PLIST-lib Log message: Regenerate plist for profiling libs. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/20 11:07:58 Modified files: lang/ghc : Makefile Log message: All plist changes are done. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/20 13:03:44 Modified files: security/ccrypt: Makefile distinfo security/ccrypt/pkg: PLIST Removed files: security/ccrypt/patches: patch-configure Log message: - update to ccrypt-1.10 ok kevlo@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/20 13:25:11 Modified files: x11/gnome/gnote: Makefile distinfo Log message: - update to gnote-3.6.2 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2013/01/20 13:29:02 Modified files: lib/libc/time : wcsftime.c Log message: Properly handle "%%" and "%N" where N is not a supported escape. This is consistent with strftime(3) behavior. OK stsp@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/20 14:09:42 Modified files: x11/xfce4/xfce4-smartbookmark: Makefile distinfo x11/xfce4/xfce4-smartbookmark/pkg: PLIST Log message: Update to xfce4-smartbookmark 0.4.5. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/20 14:29:55 Modified files: infrastructure/man/man1: dpb.1 Log message: capitalization CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2013/01/20 14:46:55 Modified files: audio/xmms : Makefile Log message: prepare for gettext-0.18.2, sync wantlib, tidy Makefile a bit CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2013/01/20 15:51:16 Modified files: sys/net : pf.c Log message: Make pf TCP sequence number tracking less strict by one octet for FIN packets. The data of a TCP packet must fit into the announced window, but this is not required for the sequence number of the FIN. A packet with the FIN bit set and containing data that fits exactly into the announced window was blocked. Our stack generates such packets when the receive buffer size is set to 1024. Now pf uses only the data lenght for window comparison. OK henning@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/20 15:54:13 Modified files: gnu/usr.bin/binutils/gas/config: tc-m88k.c tc-m88k.h Log message: Implement tc_fix_adjustable() on ELF, and use it to prevent #got_rel relocations to local symbols to be rewritten as relocations to the beginning of the section they are in, plus an addend, as addend can't work for these relocations, the way the got is set up. Inspired by tc-ppc. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/20 15:56:42 Modified files: gnu/usr.bin/binutils/bfd: elf32-m88k.c Log message: Rewrite. This is heavily based upon elf32-m68k.c, with a few things borrowed from elf32-ppc.c. The plt entry setup matches what can be found in Motorola's SVR4/m88k binaries. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/20 15:57:49 Modified files: gnu/usr.bin/binutils/ld/emulparams: elf32m88k_obsd.sh Log message: Generate linker scripts for shared libraries. Force padding sections around plt, because it may need to be written to during initial relocation. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/20 15:59:12 Modified files: gnu/usr.bin/gcc/gcc: config.gcc gnu/usr.bin/gcc/gcc/config/m88k: openbsdelf.h Added files: gnu/usr.bin/gcc/gcc/config/m88k: t-openbsd Log message: Enable multilib to build -fpic and -fPIC versions of libgcc.a, in addition to the fully static one. Update the compiler specs to allow for dynamic linking of libraries and binaries. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/20 16:00:22 Modified files: lib/libc/arch/m88k: SYS.h Log message: Fix PIC_LOAD and PIC_STORE macros to really access the variable, instead of the GOT pointer. Oops. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/20 16:01:44 Added files: libexec/ld.so/m88k: Makefile.inc archdep.h ldasm.S memcpy.c rtld_machine.c syscall.h Log message: A first cut at ld.so bits for m88k. Lazy binding is currently disabled as it does not work beyond the first few lazy resolver calls. But that's already enough to run simple binaries. CVSROOT: /cvs Module name: www Changes by: chl@cvs.openbsd.org 2013/01/20 16:03:01 Modified files: papers : index.html Log message: add guenther@ and henning@ EuroBSDCon 2012 Presentations videos ok henning@ CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2013/01/20 16:15:57 Modified files: . : luna88k.html mvme88k.html Log message: Update: luna88k has been SMP for a while already, and the ELF toolchain is no longer a dream. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2013/01/20 16:59:44 Modified files: net/gajim : Makefile distinfo Log message: Update for Gajim to 0.15.2: * Show punycode encoded urls if they contain non-ascii chars * Fix crash when pressing Esc in chat window * Support Network Manager 0.9 * decrypt GPG messages in the correct order While here GROFF is not needed. Ok pea@ (maintainer) CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/20 17:41:42 Modified files: sys/dev/pci : if_myx.c Log message: myx does reads and writes in one direction to packet buffers. lets try STREAMING them. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/20 19:01:08 Modified files: infrastructure/lib/DPB: PortInfo.pm infrastructure/lib/DPB/Job: Port.pm Log message: move the dependency solver to PortInfo, so it can be reused if necessary CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/20 19:06:12 Modified files: infrastructure/lib/DPB: PortBuilder.pm infrastructure/lib/DPB/Job: Port.pm Log message: tweak log, awaiting-locks is a better name, and put in timestamps CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/20 22:21:30 Modified files: www/cherokee : Makefile Added files: www/cherokee/patches: patch-cherokee_handler_streaming_c Log message: Update for newer FFmpeg API. ok MAINTAINER CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/20 22:30:59 Modified files: multimedia : Makefile Removed files: multimedia/pspvc: Makefile distinfo multimedia/pspvc/patches: patch-Makefile_in patch-src_callbacks_c multimedia/pspvc/pkg: DESCR PLIST Log message: tedu pspvc. pspvc is a dead project and hasn't worked with ffmpeg(1) due to command line parameter changes ages ago. has been marked BROKEN for over 3 releases. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/20 23:55:32 Modified files: graphics/py-pyx: Makefile distinfo graphics/py-pyx/pkg: PLIST Log message: - update py-pyx to 0.12.1 - update WANTLIB and do-regress - regen PLIST CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/21 01:23:30 Modified files: sysutils/deja-dup: Makefile sysutils/deja-dup/pkg: PLIST Added files: sysutils/deja-dup/patches: patch-common_CommonUtils_vala patch-common_OperationBackup_vala patch-common_Operation_vala patch-tools_duplicity_DuplicityInstance_vala patch-tools_duplicity_DuplicityJob_vala Log message: Specificy a tempdir for duplicity on the same partition as the source files. This allows deja-dup to proceed by back-ups without filling up /tmp -- from RH Bugzilla. CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2013/01/21 01:30:01 Modified files: www/sarg : Makefile distinfo Log message: update sarg to 2.3.5 Changes since 2.3.3: Version 2.3.5 - Fix an issue when creating the redirector report. Sarg was not creating the unsorted file as expected. That regression was introduced in sarg 2.3.4. Version 2.3.4 - Fix an error occuring when serveral user's ID contain at least two consecutive non alphanumeric characters. In that case, the mangled file name is not unique. Thanks to Fabiola and Pecha for reporting this bug. - Remove a warning about the redirector file that can't be deleted when it is not created. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/21 02:49:20 Modified files: x11/fluxbox : Makefile x11/fluxbox/patches: patch-src_FbTk_TextureRender_cc patch-src_FbTk_Timer_cc Added files: x11/fluxbox/patches: patch-src_FbTk_Timer_hh Log message: Another round of bug fixes: Simplifies and fix bugs in FbTk::Timer (upstream git commit 33161595f482d0dad950ce127b6016eefe8ea691) Fix bug: actually invert a given Texture (stupid typo) (upstream git commit bf5da7f1b6e87f574774558700d066d9cff1f436) CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2013/01/21 03:13:24 Modified files: bin/ksh : edit.c Log message: revert the tweak part of the last commit which, apart from the questionable functionality of being able to expand environment variables that did not match a filename, preserved the annoyance of having stuff like "~/nonexistant" expanded to "~/nonexistant\* " ok stsp@ mpi@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/21 03:21:52 Modified files: devel/check : Makefile Log message: - bump REVISION Drop maintainership. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/21 03:26:17 Modified files: misc/lifelines : Makefile distinfo Removed files: misc/lifelines/patches: patch-src_hdrs_mycurses_h Log message: - update lifelines to 3.0.62 - remove USE_GROFF and patch tweaks by sthen@, tested by Sergey Bronnikov, thanks. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/21 03:42:49 Modified files: infrastructure/man/man1: dpb.1 Log message: document small, drop ANVILS as to why STARTUP is a good thing. explicitly say that memory threshold is a total KB value. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/21 03:46:42 Modified files: infrastructure/lib/DPB: Core.pm infrastructure/lib/DPB/Job: Port.pm Log message: saner and more consistent handling of small CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/21 04:00:38 Modified files: audio/rhythmbox: Makefile Log message: WANTLIB. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/21 04:06:59 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: change the way we junk: count ports which install depends instead of all ports. let has_depends return the number of depends, this may come in handy CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2013/01/21 04:17:48 Modified files: sys/conf : files sys/dev/pci : files.pci Added files: sys/dev/ic : ahci.c ahcireg.h ahcivar.h sys/dev/pci : ahci_pci.c Removed files: sys/dev/pci : ahci.c Log message: Split AHCI in order to support devices which are not attached via pci. Tested on a few machines, including JMicron and Intel AHCIs. ok dlg@ jmatthew@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/21 04:27:24 Modified files: infrastructure/lib/DPB: PortBuilder.pm Log message: fix -R for multi-packages situation: once we ascertain a given port is out-of-date, also check every relevant subpackage, and remove the files accordingly. tricky loop to avoid recomputing things CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2013/01/21 04:43:41 Modified files: sys/arch/macppc/macppc: ofw_machdep.c Log message: Remove unused variable, leftover from rev 1.36. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2013/01/21 04:45:43 Modified files: sys/arch/macppc/macppc: rbus_machdep.c Log message: No need to include pcibrvar.h CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2013/01/21 05:01:42 Modified files: net/openmdns : Makefile Log message: New dir on my mirror. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/21 05:03:32 Modified files: infrastructure/bin: dpb infrastructure/lib/DPB: PortBuilder.pm infrastructure/lib/DPB/Job: Port.pm Log message: simplify wrkdir size handling, turn that into a rolling log. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/21 05:07:01 Modified files: infrastructure/man/man1: dpb.1 Log message: document simpler -s handling CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/21 05:29:52 Modified files: infrastructure/lib/DPB: PortBuilder.pm infrastructure/lib/DPB/Job: Port.pm Log message: PortBuilder already opens logfiles, so pass them around, instead of closing/reopening CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/21 05:32:51 Modified files: infrastructure/man/man1: dpb.1 Log message: small takes speed factor into account CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/21 06:01:48 Modified files: devel/check : Makefile distinfo devel/check/patches: patch-Makefile_in patch-doc_Makefile_in devel/check/pkg: PLIST Added files: devel/check/patches: patch-configure Log message: Update to check-0.9.9. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/21 06:19:04 Modified files: www/php-predis : Makefile distinfo Log message: Update to Predis-0.8.1 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/21 07:24:01 Modified files: multimedia : Makefile Log message: #!#%#@@#@ brad@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2013/01/21 07:24:17 Modified files: sys/arch/macppc/pci: mpcpcibus.c Removed files: sys/arch/macppc/pci: mpc106reg.h Log message: Remove old functions to access MPC106 registers. Only one of them was used to read the revision id that was wrong most of the time. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/21 07:28:55 Log message: import py-async-0.6.1 Async is a framework to process interdependent tasks in a pool of workers. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20132101 N ports/devel/py-async/Makefile N ports/devel/py-async/distinfo N ports/devel/py-async/pkg/PLIST N ports/devel/py-async/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/21 07:29:50 Log message: import py-clint-0.3.1 Clint is a module filled with a set of awesome tools for developing commandline applications. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20132101 N ports/devel/py-clint/Makefile N ports/devel/py-clint/distinfo N ports/devel/py-clint/pkg/PLIST N ports/devel/py-clint/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/21 07:30:24 Log message: import py-gitdb-0.5.4 GitDB is a pure-Python git object database. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20132101 N ports/devel/py-gitdb/Makefile N ports/devel/py-gitdb/distinfo N ports/devel/py-gitdb/pkg/PLIST N ports/devel/py-gitdb/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/21 07:30:57 Log message: import py-gitpython-0.3.2 GitPython provides object model read and write access to your git repository. Access repository information conveniently, alter the index directly, handle remotes, or go down to low-level object database access with big-files support. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20132101 N ports/devel/py-gitpython/Makefile N ports/devel/py-gitpython/distinfo N ports/devel/py-gitpython/pkg/PLIST N ports/devel/py-gitpython/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/21 07:31:24 Log message: import py-smmap-0.8.2 Pure git implementation of a sliding window memory map manager. When reading from many possibly large files in a fashion similar to random access, it is usually the fastest and most efficient to use memory maps. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20132101 N ports/devel/py-smmap/Makefile N ports/devel/py-smmap/distinfo N ports/devel/py-smmap/pkg/PLIST N ports/devel/py-smmap/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/21 07:31:54 Log message: import legit-0.1.1 Legit is a complementary command-line interface for Git, optimized for workflow simplicity. It is heavily inspired by GitHub for Mac. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20132101 N ports/devel/legit/distinfo N ports/devel/legit/Makefile N ports/devel/legit/pkg/PLIST N ports/devel/legit/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/21 07:35:47 Modified files: devel : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/21 07:41:07 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.10. * Use new location for GTK+ bookmarks file CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/21 07:50:30 Modified files: infrastructure/bin: dpb Log message: prompted by jasper: reintroduce -S, but as a rw option, to override the rolling journal location for size log. make it possible to share dpb -s output from a given architecture with similar architectures CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/21 07:53:05 Modified files: textproc/ruby-kramdown: Makefile distinfo textproc/ruby-kramdown/pkg: PLIST Log message: - update to kramdown-0.14.2 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/21 07:56:29 Modified files: infrastructure/lib/DPB: PortBuilder.pm infrastructure/lib/DPB/Job: Port.pm Log message: rollinglog must be reopened each time, comment why (commented snippet that shows how to prime -s heuristics based on time dangerous but useful) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/21 07:59:45 Modified files: infrastructure/man/man1: dpb.1 Log message: document new -S CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2013/01/21 08:06:29 Modified files: sys/arch/macppc/pci: ht.c mpcpcibus.c Removed files: sys/arch/macppc/pci: pcibrvar.h Log message: Only the mpcpcibus driver is actually using these structures so merge them in the appropriate .c file and remove unused fields while here. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/21 08:08:25 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: grr CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/21 08:15:33 Modified files: devel/py-smmap : Makefile devel/py-smmap/pkg: DESCR Log message: un-bullshitbingo DESCR a tad. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/21 08:17:08 Modified files: devel/py-smmap : Makefile Log message: missed in previous CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/21 08:22:27 Modified files: x11/gtk3-unico-engine: Makefile distinfo Removed files: x11/gtk3-unico-engine/patches: patch-unico_gtkroundedbox_c patch-unico_gtkroundedboxprivate_h patch-unico_unico-cairo-support_c patch-unico_unico-draw_c Log message: Update to a snapshot (from Launchpad) that is compatible with gtk+-3.6 distfile mirrored by jasper@ ok ajacoutot@, jasper@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/21 08:26:20 Modified files: base/xenocara : xenocara.port.mk base/xenocara/lib/libdrm: Makefile Log message: don't know if that's a new dep, or if I missed it previously. found out because I suddenly find myself without any X installation ? CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2013/01/21 09:00:57 Log message: browse and download YouTube videos Ok sthen@ Status: Vendor Tag: gonzalo Release Tags: gonzalo_20132101 N ports/x11/smtube/distinfo N ports/x11/smtube/Makefile N ports/x11/smtube/patches/patch-Makefile N ports/x11/smtube/pkg/PLIST N ports/x11/smtube/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2013/01/21 09:02:23 Modified files: x11 : Makefile Log message: sync smtube CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/21 09:06:19 Modified files: www/seamonkey : Makefile distinfo www/seamonkey-i18n: Makefile.inc distinfo Log message: Bugfix update to seamonkey 2.15.1 chasing firefox 18.0.1. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/21 09:23:05 Modified files: x11/mplayer : Makefile README distinfo x11/mplayer/patches: patch-DOCS_man_en_mplayer_1 patch-Makefile patch-configure patch-libao2_audio_out_c patch-libmpdemux_mp_taglists_c patch-libvo_x11_common_c patch-stream_stream_bluray_c x11/mplayer/pkg: DESCR Added files: x11/mplayer/patches: patch-fmt-conversion_c patch-stream_stream_cdda_c Removed files: x11/mplayer/patches: patch-DOCS_xml_configure patch-libmpcodecs_ae_lavc_c patch-libmpcodecs_vd_ffmpeg_c patch-libmpcodecs_ve_lavc_c patch-libmpcodecs_vf_pp_c patch-libmpdemux_demux_lavf_c patch-libmpdemux_muxer_lavf_c patch-stream_tvi_v4l2_c Log message: Update to MPlayer 20120725 snapshot. Testing by naddy@ sthen@ landry@ dcoppa@ OK naddy@ dcoppa@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2013/01/21 09:37:41 Modified files: games/warzone2100: Makefile distinfo games/warzone2100/patches: patch-configure_ac games/warzone2100/pkg: PLIST Added files: games/warzone2100/patches: patch-build_tools_autorevision patch-lib_exceptionhandler_exceptionhandler_cpp Log message: Update to Warzone2100 3.1.0. ok brad@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/21 10:19:11 Modified files: libexec/ld.so/ldconfig: prebind.c Log message: Correctly define RELOC_JMP_SLOT on m88k. While there, remove the old sparc wrong RELOC_JMP_SLOT define workaround. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/21 10:34:37 ports/www/ruby-jekyll/patches Update of /cvs/ports/www/ruby-jekyll/patches In directory cvs.openbsd.org:/tmp/cvs-serv15749/patches Log Message: Directory /cvs/ports/www/ruby-jekyll/patches added to the repository CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/21 10:52:27 Modified files: libexec/ld.so/m88k: ldasm.S rtld_machine.c Log message: Use jmp, not jsr, to jump through registers. Doh! This makes lazy binding work, so don't disable it anymore. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/21 10:58:30 Modified files: x11/trayer : Makefile x11/trayer/pkg : PLIST Log message: - remove defunct homepage and add a working master site again - regen wantlib/plist while here CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/21 11:05:00 Modified files: devel/spice-protocol: Makefile distinfo Log message: - update to spice-protocol-0.12.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/21 11:19:05 Modified files: x11/spice-gtk : Makefile distinfo x11/spice-gtk/pkg: PLIST Log message: - update to spice-gtk-0.16 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/21 11:21:01 Modified files: x11/spice-gtk/patches: patch-gtk_channel-display_c Log message: redo patch as submitted upstream, no pkg change. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/21 11:21:22 Modified files: www/ruby-jekyll: Makefile distinfo www/ruby-jekyll/pkg: PLIST Added files: www/ruby-jekyll/patches: patch-_metadata Log message: - update to jekyll-0.12.0 - take maintainership ok jeremy@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2013/01/21 11:25:27 Modified files: sys/uvm : uvm_pmemrange.c Log message: Stop hiding when this is failing - make this as obvious as it is when uvm_wait gets hit from the pagedaemon. - code copied from uvm_wait. ok guenther@, kettenis@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/21 11:37:14 Modified files: net/telepathy/telepathy-idle: Makefile distinfo Log message: - update to telepathy-idle-0.1.14 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/21 11:43:36 Modified files: net/telepathy/telepathy-salut: Makefile distinfo net/telepathy/telepathy-salut/pkg: PLIST Log message: - update to telepathy-salut-0.8.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/21 11:45:37 Modified files: net/telepathy/telepathy-idle: Makefile Added files: net/telepathy/telepathy-idle/patches: patch-tests_twisted_Makefile_in Log message: - enable regress tests CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/21 11:56:52 Modified files: x11/spice-gtk/patches: patch-gtk_channel-display_c Log message: committed upstream CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/21 12:00:50 Modified files: x11/gdevilspie : Makefile Log message: drop maintainership for i don't use this anymore CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/21 12:03:25 Modified files: x11/driconf : Makefile Log message: - update homepage and add a working mirror since the original distfile is gone CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/21 12:08:00 Modified files: print/poppler : Makefile distinfo print/poppler/patches: patch-configure_ac patch-poppler_XRef_cc print/poppler/pkg: PLIST-main Log message: Update to poppler-0.22.0. ok ajacoutot@ landry@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/21 12:08:49 Added files: print/cups-filters/patches: patch-filter_pdftoopvp_OPVPOutputDev_cxx patch-filter_pdftoopvp_oprs_OPRS_cxx Log message: Fix build with poppler-0.22. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/21 12:12:21 Modified files: x11/kde/libs3 : Makefile Added files: x11/kde/libs3/patches: patch-kioslave_http_kcookiejar_kcookiejar_cpp Log message: Fix a decade old KDE bug regarding cross-domain cookies handling: http://paritynews.com/software/item/569-decade-old-kde-bug-fixed "sure" ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/21 12:28:07 Modified files: mail/mimedefang: Makefile mail/mimedefang/patches: patch-examples_mimedefang-filter-openbsd-ports Log message: Tweak comment. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2013/01/21 13:02:09 Modified files: devel/spidermonkey: Makefile devel/spidermonkey/patches: patch-Makefile_in patch-configure_in Log message: Welcome mips64* to the JavaScript world. Help and edits from landry@ ok landry@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2013/01/21 13:16:57 Modified files: regress/usr.sbin/relayd: Relayd.pm args-https-persistent.pl Added files: regress/usr.sbin/relayd: args-https-chunked.pl args-https-contentlength.pl Log message: Add ssl tests for https chunked and https contentlength over relayd. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2013/01/21 13:49:56 Modified files: net/p5-Net-IMP : Makefile distinfo net/p5-Net-IMP/pkg: PLIST Log message: update p5-Net-IMP to 0.59 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2013/01/21 14:23:27 Modified files: multimedia/avidemux: Makefile Log message: prepare for gettext 0.18.2: bump to autoconf 2.60 and automake 1.9 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/21 14:33:32 Modified files: infrastructure/man/man1: dpb.1 Log message: typo. obviously no-one reads this but me... CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2013/01/21 15:08:52 Modified files: devel/gettext : Makefile distinfo devel/gettext/patches: patch-gettext-runtime_configure patch-gettext-runtime_intl_Makefile_in patch-gettext-runtime_intl_dcigettext_c patch-gettext-runtime_intl_l10nflist_c patch-gettext-runtime_intl_localcharset_c patch-gettext-runtime_intl_log_c patch-gettext-runtime_intl_relocatable_c patch-gettext-tools_configure patch-gettext-tools_gnulib-lib_Makefile_in patch-gettext-tools_src_Makefile_in patch-gettext-tools_tests_Makefile_in devel/gettext/pkg: PLIST Removed files: devel/gettext/patches: patch-gettext-runtime_m4_fcntl-o_m4 patch-gettext-tools_gnulib-lib_string_in_h devel/gettext/pkg: PFRAG.shared Log message: maintenance update to 0.18.2 CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2013/01/21 15:32:40 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.aviion md.luna88k md.mvme88k mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/21 21:01:55 Modified files: lang/gcc : Makefile Log message: Unlink 3.3 and 4.2. discussed with tobiasu@ pascal@ ok pascal@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/21 21:05:31 Removed files: lang/gcc/3.3 : Makefile distinfo gcc3.port.mk lang/gcc/3.3/patches: patch-configure_in patch-gcc_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_builtin-attrs_def patch-gcc_builtins_c patch-gcc_builtins_def patch-gcc_c-bounded_c patch-gcc_c-common_c patch-gcc_c-common_h patch-gcc_c-format_c patch-gcc_c-opts_c patch-gcc_c-typeck_c patch-gcc_calls_c patch-gcc_collect2_c patch-gcc_config_alpha_openbsd1_h patch-gcc_config_alpha_openbsd_h patch-gcc_config_arm_arm_md patch-gcc_config_arm_openbsd1_h patch-gcc_config_arm_openbsd_h patch-gcc_config_arm_t-openbsd patch-gcc_config_exec-stack_h patch-gcc_config_gcc patch-gcc_config_i386_i386-protos_h patch-gcc_config_i386_i386_c patch-gcc_config_i386_i386_h patch-gcc_config_i386_openbsd64_h patch-gcc_config_i386_openbsd_h patch-gcc_config_i386_openbsdelf_h patch-gcc_config_in patch-gcc_config_m68k_openbsd_h patch-gcc_config_m88k_openbsd_h patch-gcc_config_mips_openbsd-be_h patch-gcc_config_mips_openbsd_h patch-gcc_config_mips_t-openbsd64 patch-gcc_config_openbsd-libc_r_h patch-gcc_config_openbsd-libpthread_h patch-gcc_config_openbsd_h patch-gcc_config_pa_openbsd_h patch-gcc_config_pa_pa_c patch-gcc_config_pa_t-openbsd patch-gcc_config_rs6000_crtsavres_asm patch-gcc_config_rs6000_eabi_asm patch-gcc_config_rs6000_openbsd1_h patch-gcc_config_rs6000_openbsd_h patch-gcc_config_rs6000_sysv4_h patch-gcc_config_rs6000_t-openbsd patch-gcc_config_rs6000_tramp_asm patch-gcc_config_sparc_openbsd64_h patch-gcc_config_sparc_openbsd_h patch-gcc_config_t-openbsd patch-gcc_config_vax_openbsd_h patch-gcc_cp_Make-lang_in patch-gcc_cp_call_c patch-gcc_cp_g++spec_c patch-gcc_cp_typeck_c patch-gcc_expr_h patch-gcc_fixinc_fixincl_c patch-gcc_fixinc_mkfixinc_sh patch-gcc_fold-const_c patch-gcc_gcc_c patch-gcc_mklibgcc_in patch-gcc_testsuite_g++_old-deja_old-deja_exp patch-gcc_toplev_c patch-gcc_tree_h patch-gcc_unwind-dw2-fde-openbsd_c patch-libf2c_Makefile_in patch-libffi_Makefile_in patch-libffi_configure_in patch-libffi_include_Makefile_in patch-libiberty_choose-temp_c patch-libjava_aclocal_m4 patch-libjava_configure_in patch-libjava_include_config_h_in patch-libjava_java_lang_natRuntime_cc patch-libobjc_Makefile_in patch-libstdc++-v3_config_io_basic_file_stdio_cc patch-libstdc++-v3_include_c_std_std_cmath_h patch-libstdc++-v3_src_Makefile_in patch-libstdc++-v3_src_localename_cc patch-libtool_m4 patch-ltcf-c_sh patch-ltcf-cxx_sh patch-ltcf-gcj_sh patch-ltconfig pp-gcc_Makefile_in pp-gcc_calls_c pp-gcc_combine_c pp-gcc_cse_c pp-gcc_explow_c pp-gcc_expr_c pp-gcc_flags_h pp-gcc_function_c pp-gcc_gcse_c pp-gcc_integrate_c pp-gcc_libgcc-std_ver pp-gcc_loop_c pp-gcc_optabs_c pp-gcc_protector_c pp-gcc_protector_h pp-gcc_reload1_c pp-gcc_rtl_h pp-gcc_simplify-rtx_c pp-gcc_toplev_c pp-gcc_tree_h pp-gcc_version_c lang/gcc/3.3/pkg: DESCR PFRAG.PIC-c++ PFRAG.PIC-g77 PFRAG.PIC-java PFRAG.PIC-main PFRAG.PIC-objc PFRAG.PPC-main PFRAG.shared-estdc PFRAG.shared-g77 PFRAG.shared-java PFRAG.shared-objc PLIST-ada PLIST-c++ PLIST-estdc PLIST-g77 PLIST-java PLIST-main PLIST-objc Log message: tedu older version of gcc ok pascal@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/01/21 23:02:52 Modified files: sbin/dhclient : dhclient.c kroute.c Log message: Whitespace nit. Better error messages. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/21 23:10:28 Modified files: devel/gconf2 : Makefile distinfo devel/gconf2/patches: patch-defaults_Makefile_in patch-gconf_Makefile_in patch-gconf_default_path_in devel/gconf2/pkg: PLIST-main Log message: Update to gconf2-3.2.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/21 23:29:55 Modified files: databases/evolution-data-server: Makefile distinfo databases/evolution-data-server/patches: patch-addressbook_backends_file_e-book-backend-file_c databases/evolution-data-server/pkg: PLIST Log message: Bugfix update to evolution-data-server-3.6.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/22 00:07:58 Modified files: mail/evolution : Makefile distinfo Log message: Bugfix update to evolution-3.6.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/22 00:21:47 Modified files: mail/evolution-ews: Makefile distinfo mail/evolution-ews/patches: patch-configure mail/evolution-ews/pkg: PLIST Log message: Update to evolution-ews-3.6.3. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2013/01/22 01:26:34 Modified files: usr.sbin/relayd: relay_http.c Log message: Only send a single CRLF between chunks. A second CRLF seemed to be optional, and it worked fine with Firefox, but it didn't work with some browsers/clients like Chrome or CURL that implement the specification strictly. See RFC 2616, Section 3.6.1, for more information about Chunked Transfer Encoding. ok bluhm@ benno@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/22 01:31:34 Modified files: x11/gtk+3 : Makefile Log message: Enable the colord dependency for the -cups subpackage on mips64 & mips64el now that spidermonkey builds there (and in turn polkit & colord.. hopefully) ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/22 04:47:31 Modified files: www/tomcat/v7 : Makefile distinfo www/tomcat/v7/pkg: PLIST-examples Log message: Update to 7.0.35 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/22 05:07:47 Modified files: security/pcsc-lite: Makefile distinfo Log message: Bugfix update to pcsc-lite-1.8.8 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/22 05:08:01 Modified files: www/owncloud : Makefile distinfo www/owncloud/pkg: PLIST Log message: SECURITY update to owncloud-4.5.6: * Fix multiple XSS problems: CVE-2013-0201, CVE-2013-0202, CVE-2013-0203 * Fix Code execution in external storage: CVE-2013-0204 * Removed remoteStorage app because of unfixed security problems. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/22 05:14:24 Modified files: security/ccid : Makefile distinfo Log message: Update to ccid-1.4.9. Added support for some new readers from Reiner SCT and Aktiv Co. CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2013/01/22 05:26:21 Modified files: . : want.html Log message: otto@ and i could use rackmount rails for our Sun Fire T1000s. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2013/01/22 05:54:53 Modified files: net/mirmon : Makefile distinfo Log message: Update for mirmon to 2.7. Ok sthen@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2013/01/22 06:42:44 Modified files: net/openmdns : Makefile Log message: missin revision with my mail change. Pointed by gsoares@ thanks! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/22 07:30:46 Modified files: www/squid : Makefile www/squid/patches: patch-configure_ac Added files: www/squid/patches: patch-bootstrap_sh patch-src_Makefile_am Removed files: www/squid/patches: patch-tools_Makefile_in Log message: landry@ noticed that www/squid was picking up execinfo.h in bulk causing #ifdef'd headers to be used and dpb was junking it thus breaking the build; fix by improving detection for backtrace_symbol_fd / libexecinfo and explicitly using it. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2013/01/22 09:07:57 Modified files: www/py-httplib2: Makefile Log message: Make py-httplib2 use the system SSL CA cert file instead of a custom one. tweak & ok ajacoutot CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/22 09:49:53 Modified files: security/cracklib: Makefile distinfo security/cracklib/pkg: PLIST Log message: - update cracklib to 2.8.22 - bump SHARED_LIBS - regen PLIST CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/22 14:22:00 Modified files: x11/gtksourceview3: Makefile distinfo Log message: - update to gtksourceview-3.6.2 CVSROOT: /cvs Module name: xenocara Changes by: sobrado@cvs.openbsd.org 2013/01/22 14:37:09 Modified files: driver/xf86-video-intel/man: intel.man Log message: example should conform to constraint on section identifiers. ok matthieu@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/22 14:41:49 Modified files: graphics/clutter/clutter-gst: Makefile distinfo Log message: - update to clutter-gst-2.0.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/22 16:26:31 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-contrib_scripts_safe_asterisk Log message: bugfix update to Asterisk 10.12.1, fix imap flavour while there (c-client moved) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/22 16:26:51 Modified files: telephony : Makefile Log message: build asterisk,imap by default CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/22 16:56:31 Modified files: sys/arch/sparc64/include: bus.h sys/arch/sparc64/sparc64: machdep.c Log message: pull the guts of bus_space_barrier into the inline function in the header. there's only one implementation of it on sparc64, so we shouldnt need to iterate up a chain of bus_space_tags to get to it. because the only argument that is used inside the function is the flags, this can generally be inlined to a single membar opcode. this leaves that op as membar(Sync) for now while kettenis@ thinks about what changing it might mean. ok miod@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/22 16:59:23 Modified files: www/seamonkey : Makefile www/mozilla-firefox: Makefile Log message: Build Seamonkey and Firefox with gcc on i386 due to segfaults with the CLang build (seems to be connected with opening pages using JavaScript). Bump REVISIONs. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/23 00:47:58 Modified files: sysutils/cyphertite: Makefile distinfo sysutils/cyphertite/pkg: PLIST Log message: - update cyphertite to 1.4.5 - regen PLIST from David Hill (maintainer) CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/23 01:03:06 Modified files: databases/p5-Data-Page: Makefile distinfo Log message: - update p5-Data-Page to 2.02 - remove USE_GROFF - add BUILD_DEPENDS and MAKE_ENV maintainer timeout, tweaks and ok gsoares@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/23 01:38:54 Log message: import xca-0.9.3 X Certificate and Key management is an interface for managing asymetric keys like RSA or DSA. It is intended as a small CA for creation and signing certificates. It uses the OpenSSL library for the cryptographic operations. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20132301 N ports/security/xca/Makefile N ports/security/xca/distinfo N ports/security/xca/pkg/DESCR N ports/security/xca/pkg/PLIST N ports/security/xca/patches/patch-configure N ports/security/xca/patches/patch-img_Makefile N ports/security/xca/patches/patch-doc_Makefile N ports/security/xca/patches/patch-misc_Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/23 01:39:27 Modified files: security : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/23 02:03:17 Modified files: graphics/gdk-pixbuf2: Makefile graphics/gdk-pixbuf2/pkg: PLIST Log message: To properly enable GDK_PIXBUF_USE_GIO_MIME, gdk-pixbuf uses g_content_type_from_mime_type() which in turn needs the mime database to be present; so we need to build+run depends on misc/shared-mime-info. this broke building gtk+2 if shared-mime-info was not around as reported by matthieu@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/23 02:36:30 Modified files: x11/gtk+2 : Makefile Log message: No need for shared-mime-info anymore. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/23 03:06:15 Modified files: x11/gtk+3 : Makefile x11/gtk+3/pkg : PLIST-cups PLIST-main Log message: No need for shared-mime-info. Don't subst GTK_BINARY_VERSION; it's useless. Sync WANTLIB. @unexec-delete -> @unexec delete+update for removing the old immodules cache. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/23 03:17:50 Modified files: net/etherape : Makefile distinfo net/etherape/patches: patch-src_decode_proto_c patch-src_names_c net/etherape/pkg: PLIST Log message: - update etherape to 0.9.12 - regen PLIST - update patches and WANTLIB CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/23 04:07:46 Modified files: databases/p5-Redis: Makefile distinfo Log message: - update p5-Redis to 1.959 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/23 04:44:37 Modified files: devel/py-py : Makefile distinfo Log message: - update py-py to 1.4.12 ok eric@ CVSROOT: /cvs Module name: src Changes by: camield@cvs.openbsd.org 2013/01/23 06:28:36 Modified files: sys/net : if_bridge.c if_bridge.h Log message: Change interface and span interface lists from LIST to TAILQ. This way the configuration order is preserved. Order matters because MAC address are not unique: vlan interfaces can have the same MAC as their parent. Frames destined for the bridge itself are now delivered to the first-configured interface that matches the MAC instead of the last-configured. This means that the bridge behavior does not suddenly change anymore when adding a vlan interface. ok henning reyk (a while ago) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/23 06:28:48 Modified files: x11/gtk+3 : Makefile x11/gtk+3/pkg : PLIST-main Log message: espie@ told me "@unexec" alone should just work fine, so let's use that. I had an issue previously but I don't trust my current installation enough. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/23 06:34:41 Modified files: net/samba : Makefile distinfo Log message: bugfix update to Samba 3.6.11, from maintainer Ian McWilliam CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/23 07:30:40 Modified files: audio/taglib : Makefile Added files: audio/taglib/patches: patch-taglib_toolkit_taglib_h Log message: Fix the version number (upstream git commit 7b80418122a42295ada34863609d82152baab03c) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/23 08:15:00 Modified files: mail/evolution : Makefile Added files: mail/evolution/patches: patch-modules_mail_e-mail-shell-view_c Log message: Bug #639698 - Crash in mail_shell_view_execute_search() CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/23 08:36:53 Modified files: databases/evolution-data-server: Makefile databases/evolution-data-server/patches: patch-addressbook_backends_ldap_e-book-backend-ldap_c Log message: Bug #692278 - LDAP backend mutex deadlock on finalize CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2013/01/23 08:57:13 Modified files: de : mvme88k.html faq/pf/pt : nat.html fr : luna88k.html mvme88k.html lt : anoncvs.html donations.html ftp.html papers/de : index.html papers/pt : index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/23 11:03:39 Modified files: graphics/gdk-pixbuf2: Makefile Log message: Explicitely --disable-gtk-doc. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/23 11:05:57 Modified files: inputmethods/ibus: Makefile inputmethods/ibus/pkg: PLIST Log message: Fix path to immodules.cache for gtk+3. ok fgsch@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/23 11:08:55 Modified files: textproc/icu4c : Makefile distinfo Log message: Minor update to icu4c-50.1.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/23 11:09:28 Modified files: devel/harfbuzz : Makefile distinfo Log message: Update to harfbuzz-0.9.12. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2013/01/23 11:18:41 Modified files: lang/ruby/1.9 : Makefile distinfo lang/ruby/1.9/patches: patch-common_mk patch-configure patch-lib_fileutils_rb lang/ruby/1.9/pkg: PLIST-ri_docs Log message: Update to ruby 1.9.3-p374. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2013/01/23 11:26:55 Modified files: lang/gcc/4.6 : Makefile Log message: Add alpha support (without -go). Takes 14h to build. tested by and ok naddy@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2013/01/23 11:28:03 Removed files: lang/gcc/4.6 : TODO Log message: rm TODO, now obsolete. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/23 11:59:32 Modified files: lib/libc/arch/m88k: SYS.h lib/libc/arch/m88k/sys: brk.S exect.S sbrk.S sigpending.S sigprocmask.S sigsuspend.S syscall.S tfork_thread.S Log message: The kernel sources mention that the system call entry point is trap #450; the fact that #128 and #129 may also be used for this purpose was never documented, so there is no reason to have libc use #128. Switch to #450 for consistency. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/23 12:01:44 Modified files: libexec/ld.so : util.c libexec/ld.so/m88k: ldasm.S rtld_machine.c syscall.h Log message: Cache flush .plt after updating its pointers to .got during the initial object relocation, if loaded at a different address than the one it was compiled for; unsurprisingly fixes some spurious crashes. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/23 12:02:15 Modified files: x11/gnome/settings-daemon: Makefile Added files: x11/gnome/settings-daemon/patches: patch-plugins_xrandr_gsd-xrandr-manager_c Log message: xrandr: Don't operate on a NULL object. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/23 12:15:58 Modified files: libexec/ld.so/ldconfig: prebind.c Added files: libexec/ld.so/m68k: Makefile.inc archdep.h ldasm.S rtld_machine.c syscall.h Log message: bits for an m68k ELF ld.so, to be used soon. Lazy resolver wrapper borrowed from NetBSD. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/23 12:46:09 Modified files: regress/libexec/ld.so/df_1_noopen: Makefile Log message: give this a chance to work after make obj CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2013/01/23 12:57:47 Modified files: sys/arch/arm/arm: cpufunc.c cpufunc_asm.S fault.c sys/arch/arm/include: cpufunc.h Log message: Add instruction fault register functions, which will be needed for further ARMv7 support. ok miod@ CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2013/01/23 13:38:25 Modified files: . : luna88k.html Log message: Remove one obsolete mention of only one cpu being used; from Rafael Ferreira Neves in private mail. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/23 13:39:57 Modified files: www/squid : Makefile Log message: build dep on libtool (for libtoolize) CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2013/01/23 13:49:55 Modified files: lib/librthread/arch/arm: _atomic_lock.c sys/arch/beagle/include: spinlock.h Log message: ARMv7 doesn't support the atomic SWP instruction anymore. Use the atomic load and store instructions instead. ok miod@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/23 14:10:38 Modified files: x11/kde : kde.port.mk x11/kde/accessibility3: Makefile x11/kde/accessibility3/pkg: PLIST x11/kde/arts3 : Makefile x11/kde/arts3/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 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/patches-3.5.7: patch-acinclude_m4 x11/kde/pim3 : Makefile x11/kde/pim3/pkg: PLIST x11/kde/sdk3 : Makefile x11/kde/sdk3/pkg: PLIST-main 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 Added files: x11/kde/multimedia3/patches: patch-juk_Makefile_in Log message: Move KDE 3 headers from ${PREFIX}/include to ${PREFIX}/include/kde. Updates to dependant ports to follow. Tested in a bulk, input and okay by landry@ Reviewed by aja@ too CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/23 14:16:30 Modified files: cad/klogic : Makefile Log message: Move KDE 3 headers from ${PREFIX}/include to ${PREFIX}/include/kde. This just unbreaks build of the port, no need to bump REVISION. Tested in a bulk, input and okay by landry@ Reviewed by ajacoutot@ too CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/23 14:17:30 Modified files: devel/kdbg : Makefile devel/kdbg/patches: patch-aclocal_m4 Log message: Move KDE 3 headers from ${PREFIX}/include to ${PREFIX}/include/kde. This just unbreaks build of the port, no need to bump REVISION. Tested in a bulk, input and okay by landry@ Reviewed by ajacoutot@ too CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/23 14:21:45 Modified files: editors/libreoffice: Makefile Added files: editors/libreoffice/patches: patch-configure_in Log message: Move KDE 3 headers from ${PREFIX}/include to ${PREFIX}/include/kde. This just unbreaks build of the port, no need to bump REVISION. Tested in a bulk, input and okay by landry@ Reviewed by ajacoutot@ too CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/23 14:28:21 Modified files: graphics/digikam: Makefile graphics/digikam/pkg: PLIST Log message: Move KDE 3 headers from ${PREFIX}/include to ${PREFIX}/include/kde. This port installs some headers there too, so bump. Tested in a bulk, input and okay by landry@ Reviewed by ajacoutot@ too CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/23 14:28:55 Modified files: graphics/libkdcraw: Makefile graphics/libkdcraw/pkg: PLIST Log message: Move KDE 3 headers from ${PREFIX}/include to ${PREFIX}/include/kde. This port installs some headers there too, so bump. Tested in a bulk, input and okay by landry@ Reviewed by ajacoutot@ too CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/23 14:29:03 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k.c Log message: m88k_expand_prologue(): add a REG_MAYBE_DEAD note to the insns loading the PIC base register, it case it turns out to not be necessary. This should not be needed because this sequence is only generated if current_function_uses_pic_offset_table is set, but it can't hurt to expect the worse (from rs6000). legitimize_address(): do not coerce the address using (unspec:SI gen_rtvec() ), but rather use it unmodified, in the -fPIC case. This lets libstdc++.so build (and probably anything else being compiled with -fPIC rather than -fpic). CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/23 14:29:13 Modified files: graphics/libkexif: Makefile graphics/libkexif/pkg: PLIST Log message: Move KDE 3 headers from ${PREFIX}/include to ${PREFIX}/include/kde. This port installs some headers there too, so bump. Tested in a bulk, input and okay by landry@ Reviewed by ajacoutot@ too CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/23 14:29:32 Modified files: graphics/libkexiv2: Makefile graphics/libkexiv2/pkg: PLIST Log message: Move KDE 3 headers from ${PREFIX}/include to ${PREFIX}/include/kde. This port installs some headers there too, so bump. Tested in a bulk, input and okay by landry@ Reviewed by ajacoutot@ too CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/23 14:30:18 Modified files: graphics/libkipi: Makefile graphics/libkipi/pkg: PLIST Log message: Move KDE 3 headers from ${PREFIX}/include to ${PREFIX}/include/kde. This port installs some headers there too, so bump. Tested in a bulk, input and okay by landry@ Reviewed by ajacoutot@ too CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/23 14:36:06 Modified files: emulators/mednafen: Makefile distinfo Log message: - update mednafen to 0.9.28 ok jeremy@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/23 14:40:07 Modified files: multimedia/k3b : Makefile multimedia/k3b/pkg: PLIST Log message: Move KDE 3 headers from ${PREFIX}/include to ${PREFIX}/include/kde. This port installs some headers there too, and required further cleanup: * Use x11/kde module instead of x11/qt3; * Remove unneeded USE_GMAKE; * Remove extra LIB_DEPENDS (arts is picked up by kdelibs anyway). Tested in a bulk, input and okay by landry@ Reviewed by ajacoutot@ too CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/23 14:43:16 Modified files: multimedia/kaffeine: Makefile multimedia/kaffeine/pkg: PLIST Log message: Move KDE 3 headers from ${PREFIX}/include to ${PREFIX}/include/kde. This port installs some headers there too, so bump. Tested in a bulk, input and okay by landry@ Reviewed by ajacoutot@ too CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/23 14:44:10 Modified files: multimedia/kguitar: Makefile Log message: Move KDE 3 headers from ${PREFIX}/include to ${PREFIX}/include/kde. This just unbreaks build of the port, no need to bump REVISION. Tested in a bulk, input and okay by landry@ Reviewed by ajacoutot@ too CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/23 14:45:08 Modified files: net/ktorrent : Makefile Log message: Move KDE 3 headers from ${PREFIX}/include to ${PREFIX}/include/kde. This just unbreaks build of the port, no need to bump REVISION. Tested in a bulk, input and okay by landry@ Reviewed by ajacoutot@ too CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/23 14:47:04 Modified files: x11/krusader : Makefile x11/krusader/pkg: PLIST Log message: Move KDE 3 headers from ${PREFIX}/include to ${PREFIX}/include/kde. This commit contains small PLIST cleanup, so bump REVISION. Tested in a bulk, input and okay by landry@ Reviewed by ajacoutot@ too CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/23 16:00:40 Modified files: sysutils/ruby-puppet/patches: patch-install_rb Log message: regen, no pkg change. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/23 22:24:47 Modified files: lib/libc/arch/m88k/sys: brk.S sbrk.S Log message: Oops, due to the way return from system calls work, we can not use a delay slot in the branch to cerror, for the delay slot instruction would also run as part of a successful return. Doh. Fortunately almost nothing in the tree uses brk() or sbrk() anymore... but binaries linked against libiberty. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/24 00:10:05 Modified files: graphics/clutter: Makefile.inc Log message: Explicitely --disable-gtk-doc. ok jasper@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/24 00:31:58 Modified files: devel/vte : Makefile devel/vte3 : Makefile graphics/gdk-pixbuf2: Makefile www/libcroco : Makefile x11/gnome/gucharmap: Makefile x11/gnome/librsvg: Makefile Log message: Add comment about --disable-Bsymbolic. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/24 01:06:00 Modified files: mail/evolution : Makefile Added files: mail/evolution/patches: patch-modules_mail_e-mail-attachment-handler_c Log message: Bug #680537 - Reply to individual message in digest generates empty body CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/24 01:46:36 Modified files: editors/libreoffice: Makefile Log message: Fix build breakage caused by missing backslash. No bump needed. Again, noticed by naddy@. CVSROOT: /cvs Module name: src Changes by: giovanni@cvs.openbsd.org 2013/01/24 02:18:04 Modified files: share/man/man4 : pipex.4 Log message: typo in #include CVSROOT: /cvs Module name: src Changes by: gerhard@cvs.openbsd.org 2013/01/24 02:30:27 Modified files: usr.sbin/snmpd : snmpd.h usm.c Log message: Even if there's no special seclevel required in snmpd.conf, we have to validate the user of a received SNMPv3 request. If the configured user has a certain security level (i.e. authentication and maybe encryption), the received message must fulfill this security requirements, too. ok reyk CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/24 02:44:18 Modified files: x11/bluetile : Makefile x11/hs-xmonad-contrib: Makefile distinfo x11/hs-xmonad-contrib/patches: patch-XMonad_Util_Loggers_hs x11/hs-xmonad-contrib/pkg: PLIST x11/xmonad : Makefile distinfo x11/xmonad/patches: patch-XMonad_Core_hs x11/xmonad/pkg : PLIST-lib Removed files: x11/hs-xmonad-contrib/patches: patch-XMonad_Layout_Spiral_hs patch-XMonad_Util_Paste_hs patch-xmonad-contrib_cabal x11/xmonad/patches: patch-xmonad_cabal Log message: Update xmonad and hs-xmonad-contrib to 0.11 Bump x11/bluetile accordingly OK kili@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/24 02:56:08 Modified files: net/bird : Makefile distinfo Log message: update to BIRD 1.3.9 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/24 03:04:15 Modified files: net/bird : Makefile net/bird/pkg : bird.rc bird6.rc Log message: Add comments about flavour handling to makefile. Use birdc/birdc6 down for rc_stop. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/24 03:12:11 Modified files: mail/evolution : Makefile Log message: Fix path to spamc and spamd. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/24 03:39:02 Modified files: x11/gnome/panel: Makefile Log message: x11/gnome/user-docs dependency will move to the gnome meta pkg since gnome-panel is scheduled for removal. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/24 03:40:56 Modified files: x11/gnome/panel: Makefile Log message: No need for icon-theme-symbolic, dependencies will bring it. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/24 03:41:25 Modified files: x11/gnome/gdm : Makefile Log message: Explicitely depend on x11/gnome/icon-theme-symbolic for the power button. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/24 03:41:54 Modified files: meta/gnome : Makefile Log message: Depend on x11/gnome/user-docs. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/24 03:49:52 Modified files: x11/hs-dbus : Makefile distinfo Log message: Bugfix update to dbus-0.10.4 CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2013/01/24 06:52:09 Modified files: lang/mono : Makefile lang/mono/patches: patch-mono_metadata_gc_c patch-mono_metadata_threadpool_c Added files: lang/mono/patches: patch-mono_io-layer_processes_h patch-mono_io-layer_wthreads_c patch-mono_metadata_threads-types_h patch-mono_metadata_threads_c Log message: - Replace my termination race work-around with upstream's proper fix. okay naddy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/24 08:04:22 Modified files: net/ocsync : Makefile distinfo net/ocsync/patches: patch-src_vio_csync_vio_c net/ocsync/pkg : PLIST Log message: Update to ocsync-0.70.3. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/24 11:46:23 Modified files: sysutils/ruby-puppet: Makefile sysutils/ruby-puppet/patches: patch-lib_puppet_provider_package_openbsd_rb Log message: sync the pkg.conf patch with what's been merged upstream. ok robert@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2013/01/24 11:48:15 Modified files: net/zabbix : Makefile distinfo net/zabbix/patches: patch-conf_zabbix_proxy_conf patch-conf_zabbix_server_conf patch-configure patch-src_libs_zbxsysinfo_openbsd_proc_c net/zabbix/pkg : PLIST-web Log message: update to 2.0.4 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/24 14:15:47 Modified files: gnu/usr.bin/gcc/gcc: loop.c protector.c toplev.c gnu/usr.bin/gcc/gcc/config: openbsd.h Log message: Get rid of a few warnings by pouring prototypes and punctuation. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/24 14:21:20 Modified files: textproc/ruby-icalendar: Makefile distinfo Log message: - update to ruby-icalendar-1.2.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/24 14:22:59 Modified files: textproc/ruby-redcloth: Makefile distinfo Log message: - update to ruby-redcloth-4.2.9 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/24 14:24:31 Modified files: textproc/ruby-redcarpet: Makefile distinfo textproc/ruby-redcarpet/pkg: PLIST Log message: - update to ruby-redcarpet-2.2.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/24 14:31:18 Modified files: sysutils/rsyslog: Makefile Log message: mark broken on mips64 due to missing atomic ops. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/24 14:41:48 ports/meta/msp430/files Update of /cvs/ports/meta/msp430/files In directory cvs.openbsd.org:/tmp/cvs-serv4943/files Log Message: Directory /cvs/ports/meta/msp430/files added to the repository CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2013/01/24 14:45:37 Modified files: usr.bin/ssh : krl.c Log message: fix handling of (unused) KRL signatures; skip string in correct buffer CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2013/01/24 15:08:56 Modified files: usr.bin/ssh : krl.c Log message: skip serial lookup when cert's serial number is zero CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/24 15:49:42 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k.c m88k.h Log message: Fix unused local and missing initializer warnings. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2013/01/24 16:14:54 Modified files: devel/jdk/1.7 : Makefile Added files: devel/jdk/1.7/patches: patch-jdk_make_java_nio_mapfile-bsd Log message: - Add missing KQueueArrayWrapper symbols to nio mapfile-bsd to correct UnsatisfiedLinkErrors. CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2013/01/24 16:38:54 Modified files: . : mvme88k.html Log message: Provide more details in the history section, and acknowledge Mach/luna88k as an important source for this port. Comment out the link to badabada.org, which is no longer online. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/24 19:13:01 Modified files: sys/dev/pci : if_myx.c Log message: the myx_dmamem struct doesnt need a name. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/24 19:56:41 Modified files: sys/dev/pci : if_myx.c Log message: we go to a lot of effort to post the first tx descriptor last, but we really should be trying to post everything except the flags field in the first tx descriptor. this shuffles things around so the rest of that first txd is posted as part of the "everything else" before its flags field. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/24 21:25:21 Modified files: sys/dev/pci : mpii.c Log message: the event type is a 16bit value, not 32bit. use htole16 instead of htole32. mpii(4) works on sparc64 with this. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/01/24 22:00:27 Modified files: usr.bin/ssh : krl.c Log message: Revert last. Breaks due to likely typo. Let djm@ fix later. ok djm@ via dlg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/25 00:56:17 Modified files: meta/gnome : Makefile x11/gnome/shell: Makefile Log message: move x11/gnome/user-docs dependency from meta to shell. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/25 01:00:23 Modified files: www/lighttpd : Makefile Added files: www/lighttpd/patches: patch-src_http-header-glue_c Log message: Upstream bug fix: Fix handling of If-Modified-Since if If-None-Match is present (don't return 412 for date parsing errors); follow current draft for HTTP/1.1, which tells us to ignore If-Modified-Since if we have matching etags. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/25 01:14:59 Modified files: devel/git : Makefile distinfo devel/git/patches: patch-Makefile patch-gitweb_gitweb_perl patch-t_Makefile patch-t_t0000-basic_sh patch-t_t9200-git-cvsexportcommit_sh devel/git/pkg : PLIST-main Log message: Update to git-1.8.1.1 ok sthen@, pascal@, benoit@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/25 01:23:57 Modified files: audio/hs-libmpd: Makefile distinfo Removed files: audio/hs-libmpd/patches: patch-libmpd_cabal Log message: Update to hs-libmpd-0.8.0.2 ok kili@, jasper@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/25 01:37:17 Modified files: x11/xmobar : Makefile distinfo x11/xmobar/patches: patch-samples_xmobar_config patch-src_Plugins_Monitors_hs patch-xmobar_cabal x11/xmobar/pkg : PLIST Added files: x11/xmobar/patches: patch-src_Window_hs Removed files: x11/xmobar/patches: patch-src_Plugins_Monitors_Mpris_hs Log message: Update to xmobar-0.16 Including a patch by Alexander Polakov OK kili@ CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2013/01/25 01:40:30 Modified files: . : plus.html Log message: plus.html for Jan 14-20, ok jj@. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/25 01:42:08 Modified files: net/weechat : Makefile distinfo net/weechat/patches: patch-src_core_wee-config_c Log message: - update to weechat-0.4.0 from Simon Kuhnle CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/25 01:51:17 Log message: Import of mod_jk 1.2.37 for use on Apache2. mod_jk is a DSO module for Apache2. It connects Apache to Tomcat. mod_jk can be configured to off-load SSL processing to Apache, serve static content for webapps and load balance multiple Tomcat servers. ok kurt@ tweaks & ok sthen@ Status: Vendor Tag: dcoppa Release Tags: dcoppa_20130125 N ports/www/ap2-mod_jk/Makefile N ports/www/ap2-mod_jk/distinfo N ports/www/ap2-mod_jk/patches/patch-native_configure N ports/www/ap2-mod_jk/patches/patch-conf_workers_properties_minimal N ports/www/ap2-mod_jk/patches/patch-conf_uriworkermap_properties N ports/www/ap2-mod_jk/pkg/README N ports/www/ap2-mod_jk/pkg/DESCR N ports/www/ap2-mod_jk/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/25 01:58:36 Modified files: www : Makefile Log message: link ap2-mod_jk to the build CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2013/01/25 02:08:24 Log message: Import nestopia-1.44. Nestopia is an accuracy-focused emulator for the Nintendo Entertainment System/Famicom (and Famicom Disk System). It is a computer program that acts like a physical piece of hardware. In other words, this is a method of preserving videogame history, with the welcome side effect of allowing you to play NES games on a modern computer. Nestopia uses highly optimized cycle exact emulation, allowing it to run titles that rely on precise timing, many of which break under inferior emulators. ok benoit@ landry@ rfreeman@ kirby@ Status: Vendor Tag: bentley Release Tags: bentley_20120124 N ports/emulators/nestopia/Makefile N ports/emulators/nestopia/distinfo N ports/emulators/nestopia/pkg/DESCR N ports/emulators/nestopia/pkg/PLIST N ports/emulators/nestopia/patches/patch-Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2013/01/25 02:09:22 Modified files: emulators : Makefile Log message: +nestopia CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/25 02:42:06 Modified files: math/kst : Makefile math/kst/pkg : PLIST Log message: Unbreak after recent KDE 3 headers movement and cleanup math/kst. Input by nigel@ (who originally reported the problem as well as it happened with LibreOffice before), landry@ and ajacoutot@. "Looks good for me" sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/25 02:45:27 Modified files: www/bacula-web : Makefile distinfo www/bacula-web/patches: patch-application_config_config_php_sample www/bacula-web/pkg: PLIST Log message: Bugfix update to bacula-web-5.2.12. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/25 02:46:22 Modified files: graphics/ffmpeg: Makefile graphics/ffmpeg/patches: patch-configure patch-libavcodec_libgsm_c Log message: - Remove the --disable-avx flag as I found out after speaking to Antoine about Libav that digging into the CPU run-time detection code that the AVX support has an OS level check unlike the SSE code so it is safe. - Revert back to not using the -Bsymbolic linker flag as was done for quite some time to workaround an issue with pthreads but enabling it exposed a bug with the mips64 linker and I'd rather do this consistently across all archs as was done before instead of only for mips64 as has been proposed. - sync the libgsm hacking with my submitted diff from upstream. ok ajacoutot@ sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/25 03:06:33 Modified files: meta/msp430 : Makefile meta/msp430/pkg: PLIST Added files: meta/msp430/files: Makefile meta/msp430/pkg: README Log message: - add a sample Makefile and README - add RUN_DEPENDS on devel/srecord as discussed with jj@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2013/01/25 03:22:19 Modified files: usr.bin/ssh : krl.c Log message: redo last commit without the vi-vomit that snuck in: skip serial lookup when cert's serial number is zero (now with 100% better comment) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/25 03:24:42 Added files: audio/audacious-plugins/patches: patch-src_console_blargg_endian_h Log message: let audacious-plugins build correctly on mips64, only to have it fail to link.. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/25 03:34:02 Modified files: x11/i3 : Makefile x11/i3/patches : patch-src_config_c Log message: Bugfix: fix overlapping --release key bindings (upstream git commit 2eb4ed95bcd5f039014db51eb56f0ac411401fa5) See: http://bugs.i3wm.org/report/ticket/915 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/25 04:09:20 Modified files: security/kc : Makefile distinfo security/kc/pkg: PLIST Added files: security/kc/pkg: README Removed files: security/kc/patches: patch-kc_1 Log message: - update to kc-2.2.1 - enable regress tests from LEVAI Daniel (MAINTAINER) with some tweaks by me. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2013/01/25 06:32:49 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Rename some functions and bump copyright. No functionnal change. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/25 06:34:48 Log message: This module provides simple access to the Hackage database by means of Data.Map. Note that once the database has been parsed, it can be accessed quickly, but the inital cost of reading 00-index.tar is fairly high. ok jasper@ Status: Vendor Tag: kili Release Tags: kili_20130125 N ports/databases/hs-hackage-db/Makefile N ports/databases/hs-hackage-db/distinfo N ports/databases/hs-hackage-db/pkg/DESCR N ports/databases/hs-hackage-db/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/01/25 06:35:26 Modified files: databases : Makefile Log message: + hs-hackage-db CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/25 06:56:20 Modified files: audio/py-tagpy : Makefile distinfo audio/py-tagpy/patches: patch-aksetup_helper_py Removed files: audio/py-tagpy/patches: patch-src_wrapper_id3_cpp Log message: maintenance update to tagpy-2013.1 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/25 08:07:03 Modified files: mail/swaks : Makefile distinfo Log message: - update swaks to 20120320.0 - update license - update RUN_DEPENDS (more functionality) Maintainer timeout CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/01/25 08:18:36 Modified files: . : security.html Log message: add ASN.1 CVE-2012-2110 for 5.0, pointed out by Maxime Villard, and 5.1. roll file for 5.2. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/25 08:18:39 Modified files: mail/py-milter : Makefile distinfo mail/py-milter/pkg: PLIST Log message: - update py-milter to 0.9.7 - update WANTLIB - regen PLIST CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/25 09:00:01 Modified files: devel/py-altgraph: Makefile distinfo devel/py-altgraph/pkg: PLIST Log message: - update py-altgraph to 0.10.1 - regen PLIST CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/25 09:27:15 Modified files: devel/p5-Test-Deep: Makefile distinfo devel/p5-Test-Deep/pkg: PLIST Removed files: devel/p5-Test-Deep/patches: patch-Makefile_PL Log message: - update p5-Test-Deep to 0.110 - regen PLIST - update patches - remove USE_GROFF from David Hill, maintainer timeout CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2013/01/25 12:02:13 Log message: Add a meta port for mupen64plus. ok ajacoutot@ Status: Vendor Tag: bentley Release Tags: bentley_20120125 N ports/meta/mupen64plus/Makefile N ports/meta/mupen64plus/pkg/DESCR-main N ports/meta/mupen64plus/pkg/PLIST-extra N ports/meta/mupen64plus/pkg/PLIST-main N ports/meta/mupen64plus/pkg/DESCR-extra No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2013/01/25 12:02:57 Modified files: meta : Makefile Log message: +mupen64plus CVSROOT: /cvs Module name: src Changes by: bmercer@cvs.openbsd.org 2013/01/25 13:23:49 Modified files: sys/arch/arm/arm: cpufunc_asm_armv7.S Log message: Updates for beagle/panda work. OK patrick@ and miod@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2013/01/25 15:25:14 Modified files: sys/ntfs : ntfs.h Log message: Add _KERNEL guard to hide dprintf macro from userland. ok millert@ CVSROOT: /cvs Module name: xenocara Changes by: brad@cvs.openbsd.org 2013/01/25 15:33:54 Modified files: app/xsystrace : callbacks.c Log message: Rename dprintf function to debugprintf so as to not conflict with POSIX function name. ok millert@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/01/25 21:11:39 Modified files: sbin/dhclient : dhcpd.h Log message: Whitespace tweaks. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/01/25 22:07:21 Modified files: sbin/dhclient : dhclient.c dhcpd.h Log message: Read /etc/resolv.conf.tail once on startup and save contents for application during subsequent resolv.conf building. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2013/01/25 23:10:22 Modified files: lib/libssl/crypto: Makefile shlib_version lib/libssl/man : Makefile lib/libssl/src/crypto/evp: evp.h Removed files: lib/libssl/src/crypto/acss: acss.h acss_enc.c acss_skey.c lib/libssl/src/crypto/evp: e_acss.c lib/libssl/src/doc/crypto: acss.pod Log message: remove ACSS, crank libcrypto major; ok markus@ deraadt@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2013/01/25 23:11:05 Modified files: usr.bin/ssh : cipher.c Log message: remove ACSS, now that it is gone from libcrypto too CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2013/01/26 00:23:28 Modified files: . : plus.html Log message: Duplicate line, found by mitja CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2013/01/26 01:00:11 Modified files: etc/rc.d : mountd Log message: Do not allow stopping/restarting mountd using the rc.d(8) framework; if there is need to send a SIGTERM to mountd(8), it should be done manually as there is too much involved with RPC daemons to make it automagic. ok beck@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/26 02:14:35 Modified files: games/boswars : Makefile Log message: record hidden build dep on sdl-image headers, fixes intermittent dpb failures CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2013/01/26 02:37:24 Modified files: usr.sbin/smtpd : aliases.5 aliases.c bounce.c compress_backend.c compress_gzip.c config.c control.c delivery.c delivery_filename.c delivery_maildir.c delivery_mbox.c delivery_mda.c dns.c enqueue.c envelope.c expand.c filter_api.c forward.5 forward.c iobuf.c iobuf.h ioev.c ioev.h lka.c lka_session.c log.c log.h makemap.8 makemap.c mda.c mfa.c mfa_session.c mta.c mta_session.c newaliases.8 parse.y parser.c parser.h queue.c queue_backend.c queue_fsqueue.c ruleset.c scheduler.c scheduler_backend.c scheduler_ramqueue.c smtp.c smtp_session.c smtpctl.8 smtpctl.c smtpd.8 smtpd.c smtpd.conf.5 smtpd.h smtpfilter.c ssl.c ssl_privsep.c stat_backend.c stat_ramstat.c tree.c util.c waitq.c usr.sbin/smtpd/libsmtpdfilter: Makefile usr.sbin/smtpd/makemap: Makefile usr.sbin/smtpd/smtpctl: Makefile usr.sbin/smtpd/smtpd: Makefile Added files: usr.sbin/smtpd : aldap.c aldap.h ber.c ber.h ca.c dict.c imsgproc.c mproc.c queue_null.c queue_ram.c scheduler_null.c smtpd-api.h ssl.h ssl_smtpd.c table.c table_db.c table_getpwnam.c table_ldap.c table_sqlite.c table_static.c to.c Log message: Sync with our smtpd repo: * first bricks of ldap and sqlite support (not finished but both working) * new table API to replace map API, all lookups are done through tables * improved handling of temporary errors throughout the daemon * improved scheduler and mta logic: connection reuse, optimizes batches * improved queue: more tolerant to admin errors, new layout, less disk-IO * improved memory usage under high load * SSL certs/keys isolated to lookup process to avoid facing network * VIRTUAL support improved, fully virtual setups possible now * runtime tracing of processes through smtpctl trace * ssl_privsep.c sync-ed with relayd * ssl.c no longer contains smtpd specific interfaces * smtpd-specific ssl bits moved to ssl_smtpd.c * update mail address in copyright FLUSH YOUR QUEUE. FLUSH YOUR QUEUE. FLUSH YOUR QUEUE. FLUSH YOUR QUEUE. smtpd.conf(5) simplified, it will require adaptations ok eric@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2013/01/26 02:38:25 Modified files: etc/mail : smtpd.conf Log message: update smtpd.conf, map API gone and replaced with table API CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2013/01/26 02:42:46 Removed files: usr.sbin/smtpd : map.c map_db.c map_file.c map_static.c Log message: these are no longer used, maps were replaced with something better CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/26 02:46:35 Modified files: devel/libmtp : Makefile distinfo devel/libmtp/pkg: PLIST Added files: devel/libmtp/patches: patch-src_mtpz_c Log message: Update libmtp to 1.1.5. Started by LEVAI Daniel and I patched it so it will build with older GCC versions due to the use of __builtin_bswap32. ok sthen@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2013/01/26 02:46:45 Removed files: usr.sbin/smtpd : auth.c auth_bsd.c auth_pwd.c Log message: user credentials are now looked up using the table API, the auth_backend code is no longer used CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2013/01/26 02:48:29 Removed files: usr.sbin/smtpd : user.c user_pwd.c Log message: users can now be looked up in tables, the user_backend code is no longer used and can bite the dust CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2013/01/26 02:50:22 Removed files: usr.sbin/smtpd : filter_api.h Log message: no longer used CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/26 03:25:31 Modified files: net/avahi : Makefile net/avahi/patches: patch-avahi-daemon_main_c Added files: net/avahi/patches: patch-avahi-daemon_avahi-daemon_conf Log message: Don't leak host info by default (upstream). Don't add 0pointer.de and zeroconf.org to default browse list (upstream). regen WANTLIB. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/26 05:25:54 Modified files: print/hplip : Makefile print/hplip/patches: patch-base_mdns_py patch-check_py Added files: print/hplip/patches: patch-base_queues_py Log message: Simplify mdns patch. Use '_cups' instead of 'lp'. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/26 05:47:44 Modified files: graphics/amide/patches: patch-src_mpeg_encode_c multimedia/transcode/patches: patch-export_aud_aux_c patch-export_export_ffmpeg_c patch-export_ffmpeg_cfg_c patch-import_decode_lavc_c patch-import_probe_ffmpeg_c patch-libtc_tcavcodec_h www/cherokee/patches: patch-cherokee_handler_streaming_c audio/aqualung/patches: patch-src_decoder_dec_lavc_c patch-src_decoder_dec_lavc_h Log message: Add a comment to the patches. ok sthen@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/26 07:13:25 Modified files: usr.sbin/smtpd : makemap.8 smtpctl.8 smtpd.conf.5 Log message: tweak previous; CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/26 07:36:16 Modified files: mail/roundcubemail: Makefile distinfo mail/roundcubemail/patches: patch-config_main_inc_php_dist patch-plugins_managesieve_config_inc_php_dist Removed files: mail/roundcubemail/patches: patch-program_include_rcube_imap_php patch-program_lib_washtml_php patch-program_steps_mail_get_inc Log message: bugfix update to Roundcube 0.8.5, rolling in previous patches CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/26 07:43:08 Modified files: www/linkchecker: Makefile distinfo www/linkchecker/patches: patch-setup_py www/linkchecker/pkg: PLIST Log message: - update to linkchecker-8.3 from amit kulkarni (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/26 07:43:51 Modified files: x11/gtksourceview3: Makefile distinfo x11/gtksourceview3/patches: patch-configure x11/gtksourceview3/pkg: PLIST Log message: - update to gtksourceview-3.6.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/26 07:45:19 Modified files: archivers/pecl-lzf: Makefile distinfo Log message: bugfix update pecl-lzf to 1.6.2, from maintainer Johan Huldtgren CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/26 07:46:28 Modified files: devel/pear-Date-Holidays/Netherlands: 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: ajacoutot@cvs.openbsd.org 2013/01/26 07:50:17 Modified files: print/hplip : Makefile print/hplip/patches: patch-base_slp_py Log message: Simplfy the slp patch the same way as mdns. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2013/01/26 08:53:20 Modified files: audio/audacious-plugins: Makefile audio/deadbeef : Makefile audio/jack : Makefile audio/libsamplerate: Makefile audio/libsndfile: Makefile audio/pulseaudio: Makefile audio/soundtracker: Makefile audio/speech-dispatcher: Makefile audio/twolame : Makefile audio/xmms2 : Makefile emulators/mednafen: Makefile lang/io : Makefile multimedia/gstreamer-0.10/plugins-bad: Makefile Log message: Remove --disable-external-libs from audio/libsndfile. Needed for the import of audio/mscore. Bump all dependent ports that need a bump. Assign MAINTAINER of audio/libsamplerate and audio/libsndfile to Jan Stary. ok landry@ sthen@ aja@ jasper@ jeremy@ Jan Stary (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/26 09:21:39 Modified files: databases/p5-Redis: Makefile distinfo Log message: - update p5-Redis to 1.961 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/26 10:02:52 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: pesky quote! CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2013/01/26 10:12:21 Modified files: etc : pf.conf Log message: Give an example of how to increase the state limit. The 10k limit is too small for production servers now that pf is on by default. OK phessler@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2013/01/26 10:57:51 Modified files: lang/ruby : ruby.port.mk Log message: Update comments to reflect that using more modern versions of ruby is recommended. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/01/26 11:51:42 Modified files: sbin/dhclient : dhclient.c Log message: Oops. Restore "no domain-name, no domain-name-seervers means don't touch resolv.conf" behaviour. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/26 12:38:00 Modified files: print/hplip : Makefile print/hplip/patches: patch-base_mdns_py patch-base_slp_py Log message: Fix usage of IP_MULTICAST_LOOP; from fgsch@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/26 13:36:32 ports/devel/pear-Date-Holidays/Turkey Update of /cvs/ports/devel/pear-Date-Holidays/Turkey In directory cvs.openbsd.org:/tmp/cvs-serv9979/Turkey Log Message: Directory /cvs/ports/devel/pear-Date-Holidays/Turkey added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/26 13:36:48 ports/devel/pear-Date-Holidays/Turkey/pkg Update of /cvs/ports/devel/pear-Date-Holidays/Turkey/pkg In directory cvs.openbsd.org:/tmp/cvs-serv25269/Turkey/pkg Log Message: Directory /cvs/ports/devel/pear-Date-Holidays/Turkey/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/26 13:37:47 Modified files: devel/pear-Date-Holidays: Makefile Added files: devel/pear-Date-Holidays/Turkey: Makefile distinfo devel/pear-Date-Holidays/Turkey/pkg: DESCR PLIST Log message: add pear-Date-Holidays-Turkey, from maintainer Johan Huldtgren, ok benoit@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/26 13:40:42 Modified files: libexec/ld.so/m88k: ldasm.S Log message: Forgot to remove one line in 1.2, in turn caused div() from libc to fail if invoked with lazy binding. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/26 13:41:39 Modified files: libexec/ld.so/m88k: rtld_machine.c Log message: Make sure to flush I$ over the plt in case of non-lazy relocation as well. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/26 13:47:08 Modified files: sys/arch/m88k/m88k: m88k_machdep.c Log message: Make sure new processes get a clean FPU configuration upon startup, by resetting the appropriate register in setregs(). Similar in spirit to what m68k does (restoring a null frame), and necessary since m88k doesn't do lazy fpu switching. CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2013/01/26 16:58:36 Modified files: devel/libmtp/pkg: PLIST Log message: PLIST sync for doxygen 1.8.2 Ok sthen@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/01/26 19:45:46 Modified files: sbin/dhclient : dhclient.c dhcpd.h privsep.c privsep.h Log message: Refactor code a bit. Calculate resolv.conf contents once when binding a lease and reuse as required whenever resolv.conf is written. Use write_file() rather than a custom message/functions to write out resolv.conf. CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2013/01/26 20:56:06 Modified files: lang/node : Makefile distinfo lang/node/pkg : PLIST Log message: Update node to 0.8.18 OK sthen@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2013/01/26 21:18:02 Modified files: sys/dev/pci : if_em.c Log message: Correct the PBA size used for PCH adapters (26KB). From FreeBSD ok jsg@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/27 02:12:55 Modified files: multimedia/gstreamer1/plugins-libav: Makefile multimedia/gstreamer1/plugins-libav/patches: patch-gst-libs_ext_libav_configure Log message: Remove the use of the -Bsymbolic linker flag as a workaround to allow linking Libav on mips64. Copied over from FFmpeg. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/27 02:29:37 Modified files: mail/dovecot : Makefile mail/dovecot/patches: patch-doc_example-config_conf_d_10-mail_conf Log message: Start first_valid_uid at 1000 to match the low uid of regular Unix users on OpenBSD. ok sthen@ brad@ (maintainer) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/27 02:56:05 Modified files: lib/librthread/arch/m88k: cerror.S Log message: Make this PIC-aware. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2013/01/27 03:06:12 Modified files: usr.bin/ssh : krl.c Log message: actually use the xrealloc() return value; spotted by xi.wang AT gmail.com CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/27 03:06:50 Modified files: multimedia/mediatomb: Makefile multimedia/mediatomb/patches: patch-tombupnp_threadutil_src_ThreadPool_c multimedia/mediatomb/pkg: PLIST Added files: multimedia/mediatomb/patches: patch-tombupnp_upnp_src_genlib_net_uri_uri_c multimedia/mediatomb/pkg: mediatomb.rc Removed files: multimedia/mediatomb/pkg: MESSAGE Log message: tweaks to Mediatomb, ok brad@: - Swap iconv MODULE for the gettext MODULE, from Brad - Use proper POSIX feature test macro within the code, from Brad - Fix dependency spec for spidermonkey - Avoid hidden dep on isc-bind - Replace MESSAGE with an rc script - Change file permissions - Patch to work with Samsung TVs which send // in GETs CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/27 03:26:45 Modified files: games/amoebax : Makefile distinfo games/amoebax/patches: patch-Makefile_in games/amoebax/pkg: PLIST Log message: - update amoebax to 0.2.1 - regen PLIST - update patches maintainer timeout, ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/27 03:45:30 Modified files: lang/mono : Makefile Log message: build dep on libexecinfo to avoid dpb failures CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/01/27 04:27:37 Modified files: . : vax-simh.html Log message: update for 5.2, mostly from Juan Francisco Cantero Hurtado CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2013/01/27 04:39:22 Modified files: usr.sbin/pkg_add: pkg_mklocatedb pkg_mklocatedb.1 Log message: add a -u option to make it possible to build on an existing database CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/27 04:40:22 Modified files: databases/pkglocatedb: Makefile Log message: have the src flavor build-depend on the unflavored version to speed the build. requires completely current pkg_mklocatedb CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2013/01/27 06:06:20 Modified files: mail/zarafa : Makefile.inc mail/zarafa/zarafa: distinfo mail/zarafa/zarafa/patches: patch-ECtools_zarafa-admin_zarafa-admin_cpp patch-ECtools_zarafa-search_ECIndexDB_cpp patch-ECtools_zarafa-search_ECIndexImporter_cpp patch-ECtools_zarafa-search_zarafa-search_cpp patch-common_ECLogger_cpp patch-common_CommonUtil_cpp patch-common_platform_h patch-doc_manual_xml patch-installer_linux_ldap_openldap_cfg patch-installer_linux_search_cfg patch-installer_linux_server_cfg patch-installer_linux_spooler_cfg patch-php-webclient-ajax_config_php_dist patch-provider_libserver_ECSession_cpp patch-provider_libserver_ZarafaCmd_cpp patch-provider_server_ECServer_cpp patch-provider_server_ECThreadManager_cpp patch-provider_soap_soapdefs_h mail/zarafa/zarafa/pkg: PLIST-web Added files: mail/zarafa/zarafa/patches: patch-provider_libserver_ECStatsTables_cpp Log message: update to 7.1.3 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2013/01/27 06:06:45 Modified files: mail/zarafa/webapp: Makefile distinfo mail/zarafa/webapp/pkg: PLIST Log message: update to 1.2.2 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2013/01/27 06:07:10 Modified files: devel/libvmime : Makefile distinfo Log message: add the latest libvmime patches CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2013/01/27 06:08:53 Modified files: mail/z-push : Makefile distinfo mail/z-push/pkg: PLIST Log message: update to 2.0.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/27 06:52:35 Modified files: lang/mono : Makefile Log message: set ac_cv_header_execinfo_h=no rather than BUILD_DEPENDS on execinfo. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/27 07:13:30 Modified files: multimedia/mediatomb: Makefile multimedia/mediatomb/patches: patch-configure_ac patch-src_metadata_ffmpeg_handler_cc patch-tombupnp_threadutil_src_ThreadPool_c Removed files: multimedia/mediatomb/patches: patch-tombupnp_upnp_src_genlib_miniserver_miniserver_c Log message: - Update for newer FFmpeg API - Sync in arc4random diff submitted - Garbage collect a patch no longer necessary to build - Remove use of PTHREAD_LIBS in the Makefile ok sthen@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2013/01/27 07:51:15 Log message: libiptcdata is a library, written in C, for manipulating the International Press Telecommunications Council (IPTC) metadata stored within multimedia files such as images. This metadata can include captions and keywords, often used by popular photo management applications. The library provides routines for parsing, viewing, modifying, and saving this metadata. ok sthen@ Status: Vendor Tag: kirby Release Tags: kirby_20130127 N ports/graphics/libiptcdata/Makefile N ports/graphics/libiptcdata/distinfo N ports/graphics/libiptcdata/pkg/DESCR-main N ports/graphics/libiptcdata/pkg/DESCR-python N ports/graphics/libiptcdata/pkg/PLIST-main N ports/graphics/libiptcdata/pkg/PLIST-python No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2013/01/27 07:56:44 Log message: RawTherapee is a powerful RAW image processing appliction. It helps you to get the most details and least artifacts from your raw photos. Advanced color handling, enhanced exposure and tonality tools, multiple denoising methods gives you perfect results. positive feedback from ian@ and Juan Francisco Cantero Hurtado. ok sthen@. Status: Vendor Tag: kirby Release Tags: kirby_20130127 N ports/graphics/rawtherapee/Makefile N ports/graphics/rawtherapee/distinfo N ports/graphics/rawtherapee/patches/patch-AboutThisBuild_cmake N ports/graphics/rawtherapee/patches/patch-CMakeLists_txt N ports/graphics/rawtherapee/patches/patch-rtgui_CMakeLists_txt N ports/graphics/rawtherapee/patches/patch-rtgui_darkframe_h N ports/graphics/rawtherapee/patches/patch-rtgui_flatfield_h N ports/graphics/rawtherapee/patches/patch-rtgui_icmpanel_h N ports/graphics/rawtherapee/pkg/DESCR N ports/graphics/rawtherapee/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: tobiasu@cvs.openbsd.org 2013/01/27 08:00:23 Modified files: lang/gcc/4.2 : Makefile lang/gcc/4.2/patches: patch-gcc_config_gcc Added files: lang/gcc/4.2/patches: patch-gcc_config_arm_arm_c patch-gcc_config_arm_openbsd_h Log message: Add our ARM backend to prepare for later gnat cross-compile adventures. Rein damit pascal@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2013/01/27 08:00:52 Modified files: graphics : Makefile Log message: Add libiptcdata and rawtherapee. CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2013/01/27 08:51:11 Log message: Enlightenment's basic widget set, based on EFL with focus mobile touch-screen devices. with feedback and ok ajacoutot@ sthen@ Status: Vendor Tag: rpe Release Tags: rpe_20130127 N ports/x11/e17/elementary/Makefile N ports/x11/e17/elementary/distinfo N ports/x11/e17/elementary/pkg/DESCR N ports/x11/e17/elementary/pkg/PLIST N ports/x11/e17/elementary/patches/patch-src_bin_quicklaunch_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2013/01/27 08:52:16 Log message: Emotion is a video (and audio) codec playback library that acts as a front-end to libxine or gstreamer (or something else more generic) that provides and evas object as a control object and video output point. It makes using video API's much simpler and easier while it's at it. with feedback and ok ajacoutot@ sthen@ Status: Vendor Tag: rpe Release Tags: rpe_20130127 N ports/x11/e17/emotion/Makefile N ports/x11/e17/emotion/distinfo N ports/x11/e17/emotion/pkg/DESCR N ports/x11/e17/emotion/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2013/01/27 08:53:18 Log message: Enlightenment's thumbnailing library and dbus service. with feedback and ok ajacoutot@ sthen@ Status: Vendor Tag: rpe Release Tags: rpe_20130127 N ports/x11/e17/ethumb/Makefile N ports/x11/e17/ethumb/distinfo N ports/x11/e17/ethumb/pkg/DESCR N ports/x11/e17/ethumb/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2013/01/27 08:57:29 Modified files: x11/e17 : Makefile x11/e17/e : Makefile distinfo x11/e17/e_dbus : Makefile distinfo x11/e17/e_dbus/pkg: DESCR x11/e17/ecore : Makefile distinfo x11/e17/ecore/pkg: PLIST x11/e17/edje : Makefile distinfo x11/e17/eet : Makefile distinfo x11/e17/efreet : Makefile distinfo x11/e17/efreet/pkg: PLIST x11/e17/eina : Makefile distinfo x11/e17/eio : Makefile distinfo x11/e17/embryo : Makefile distinfo x11/e17/evas : Makefile distinfo Log message: - update the existing enlightenment EFL libraries to 1.7.5 and remove REVISIONs - bump SO_VERSION of e_dbus to 4.0, because of API changes - modify license marker for edje, where the epp binary is GPLv2 - add EFL libraries elementary, emotion and ethumb leaving out eeze which is based on udev which does not exist in OpenBSD to have a complete base for other e17 apps/libs, e.g. terminology - bump REVISION for x11/e17/e because of new dependencies and remove EXTRACT_SUFX, because the distfile is available as tar.gz - correct LIB_DEPENDS (pkgpaths instead of bogus libversions), adjust/simplify LIB_DEPENDS according to the EFL structure and regen WANTLIBs accordingly with feedback and ok ajacoutot@ sthen@ CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2013/01/27 09:12:16 Modified files: sys/arch/amd64/include: vmparam.h sys/arch/i386/include: vmparam.h Log message: Bump MAXTSIZ to 128 MB, some binaries are quite large. Agreed with millert@ and guenther@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2013/01/27 10:35:56 Modified files: x11/e17/elementary: Makefile Log message: oops. unbreak WANTLIB (missing space) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/27 10:47:45 Modified files: x11/virt-viewer: Makefile x11/virt-viewer/pkg: PLIST Log message: - install spice-xpi-client-remote-viewer, which'll be needed by some upcoming work. prompted by Jiri B CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/27 10:54:45 Modified files: infrastructure/lib/DPB: Core.pm Log message: tweak the way the STARTUP script is run CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/27 11:21:55 Removed files: infrastructure/bin: fetch-all link-checksums infrastructure/man/man1: fetch-all.1 link-checksums.1 Log message: gc stuff that should have gone along with the old mirroring ports infrastructure. dpb does all that internally these days CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/27 11:33:20 Modified files: x11/i3 : Makefile x11/i3/patches : patch-parser-specs_config_spec Added files: x11/i3/patches : patch-src_scratchpad_c Log message: Bugfix: parse outputs as "word", not "string", to ignore trailing whitespaces (upstream git commit 8bc771ac16362f05d98bf8b29877939d6edb3c91) Bugfix: fix coordinates of scratchpad windows on output changes (upstream git commit 7be5ece6636f7a4c800ab0c5dd6289b38db7b435) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/27 11:43:11 Modified files: infrastructure/man/man1: dpb.1 Log message: no longer a bug in mfs, at least on modern arches. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2013/01/27 13:10:10 Modified files: devel/jdk/1.6 : Makefile Log message: - Update download location for the BSD patchset CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/27 13:29:22 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k.c m88k.md Log message: The removal of the wrapping of PIC symbol references in an UNSPEC vector caused the code responsible for adding the proper #got_rel relocation to the second part of the PIC symbol address load. Instead of using an UNSPEC for that purpose (which violates assumptions made by the MI code anyway), check for the the second operand of a LO_SUM being either a SYMBOL_REF or a LABEL_REF, to output the #got_rel relocation, and drop the remaining bits of UNSPEC handling. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/27 14:28:25 Modified files: audio/taglib : Makefile audio/taglib/patches: patch-taglib_flac_flacfile_cpp patch-taglib_xm_xmfile_cpp Added files: audio/taglib/patches: patch-taglib_ape_apefile_cpp patch-taglib_asf_asffile_cpp patch-taglib_it_itfile_cpp patch-taglib_mod_modfile_cpp patch-taglib_mp4_mp4file_cpp patch-taglib_mpc_mpcfile_cpp patch-taglib_ogg_flac_oggflacfile_cpp patch-taglib_ogg_speex_speexfile_cpp patch-taglib_ogg_vorbis_vorbisfile_cpp patch-taglib_s3m_s3mfile_cpp patch-taglib_wavpack_wavpackfile_cpp Log message: Check if file is open before attempting to read tags: fix a crash in the file constructor if the file does not exist (upstream git commit d15c8453ac75d9070008b9170ae114ea31a4b586) Reported by sebastia@, who found we were still affected by this bug while he was working on a new port that uses taglib. ok sebastia@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/27 15:22:25 Modified files: multimedia/get_iplayer: Makefile multimedia/get_iplayer/patches: patch-get_iplayer Log message: update get_iplayer's User-Agent list, the ones it was masquerading as are so 2009 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/27 16:15:12 Modified files: infrastructure/lib/DPB/Job: Port.pm infrastructure/lib/DPB: PortBuilder.pm Log message: ditch register_built, no longer serves any purpose. switch junk to counting depends and count depends correctly CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/27 16:15:57 Modified files: infrastructure/bin: dpb Log message: bump default junk back up to 150, makes more sense with new accounting CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/27 16:17:00 Modified files: infrastructure/lib/DPB: PortBuilder.pm Log message: remove debug scaffolding CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2013/01/27 16:54:52 Log message: Import games/jag. JAG is an arcade-puzzle 2D game. The aim of JAG is to break all of the target pieces on each level, and to do this before the time runs out. tweaks & ok landry Status: Vendor Tag: stsp Release Tags: stsp_20130128 N ports/games/jag/Makefile N ports/games/jag/distinfo N ports/games/jag/patches/patch-Game_pro N ports/games/jag/patches/patch-main_cpp N ports/games/jag/patches/patch-gameprofile_cpp N ports/games/jag/pkg/PLIST N ports/games/jag/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2013/01/27 16:55:42 Modified files: games : Makefile Log message: +jag CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/27 17:00:38 Modified files: x11/wxSVG : Makefile distinfo Log message: Update to wxSVG 1.1.12. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: tobiasu@cvs.openbsd.org 2013/01/27 18:03:05 Modified files: lang/gcc/4.2 : Makefile lang/gcc/4.6 : Makefile Log message: Remove sparc, m68k, and vax from the list of working architectures. Their respective gcc backend ports are unfinished and broken. ok pascal@ CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2013/01/27 19:36:18 Modified files: . : want.html Log message: after any vr(4) cards CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2013/01/27 19:57:02 Modified files: sys/dev/pci : if_vr.c if_vrreg.h Log message: Add TX interrupt mitigation for vr(4) chips, loosely based on FreeBSD, but with tweaks so it works on 6105Ms like those found in pcengines alix and soekris 5501s. ok sthen@, help brad chris mikeb dlg jsing There may be other 610x chips that would benefit from the VR_Q_INTDISABLE quirk, please send me a dmesg if you can confirm it works. CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2013/01/28 00:16:37 Modified files: . : want.html Log message: An x40 or x41 with an ultrabase would be useful for debugging problems with kms on pre 965 intel graphics. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/28 00:26:33 Modified files: print/foomatic-filters: Makefile print/foomatic-filters/pkg: README Log message: Extend README. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/01/28 00:30:17 Modified files: x11/xfce4/xfce4-mixer: Makefile Log message: Explicitely disable keybinder detection since it's about to be imported. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/28 00:55:58 Log message: import py-Pillow-1.7.8 Pillow is the "friendly" PIL fork. PIL is the Python Imaging Library. The Python Imaging Library (PIL) adds image processing capabilities to your Python environment. This library provides extensive file format support, an efficient internal representation, and powerful image processing capabilities. feedback/ok fgsch@ Status: Vendor Tag: jasper Release Tags: jasper_20132801 N ports/graphics/py-Pillow/distinfo N ports/graphics/py-Pillow/Makefile N ports/graphics/py-Pillow/pkg/PLIST N ports/graphics/py-Pillow/pkg/DESCR N ports/graphics/py-Pillow/patches/patch-setup_py N ports/graphics/py-Pillow/patches/patch-Scripts_pilfont_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/28 00:56:39 Modified files: graphics : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2013/01/28 01:17:15 Modified files: x11/e17 : Makefile.inc x11/e17/e : Makefile x11/e17/eina : Makefile x11/e17/elementary: Makefile x11/e17/emotion: Makefile x11/e17/evas : Makefile Log message: move FULLARCH/SUBST_VARS from individual Makefiles to Makefile.inc in parent directory. suggested and ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/28 01:18:19 Log message: import bpython-0.12 bpython is a fancy interface to the Python interpreter It has the following (special) features: - In-line syntax highlighting. - Readline-like autocomplete with suggestions displayed as you type. - Expected parameter list for any Python function. - "Rewind" function to pop the last line of code from memory and re-evaluate. [...] ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20132801 N ports/devel/bpython/distinfo N ports/devel/bpython/Makefile N ports/devel/bpython/pkg/PLIST N ports/devel/bpython/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/28 01:19:06 Modified files: devel : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/28 02:14:04 Modified files: . : INDEX Log message: sync, 7865 unzels CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2013/01/28 02:28:24 Modified files: de : mvme88k.html security.html faq/fr : current.html faq/pf/fr : carp.html fr : hackathons.html luna88k.html want.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/28 02:46:25 Modified files: share/man/man9 : Makefile Log message: there is no untimeout function in our kernel CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/28 02:56:00 Modified files: infrastructure/bin: dpb Log message: add debugging message that does not depend on Devel::StackTrace, may be useful to find out where dpb gets stuck CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/28 03:14:17 Modified files: infrastructure/bin: dpb infrastructure/lib/DPB: Core.pm Engine.pm Heuristics.pm Log message: tweak memory handling to make it less special: treat -M as an override_prop as we should. Use core methods to access the memory threshold. UI simplification: -M can take a suffix, default is K, but you can just say -M 520M or -M 2G now. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/28 03:24:24 Modified files: infrastructure/man/man1: dpb.1 Log message: document new logs, new -J, new -M. removes description of fetch/distfiles.log as that one no longer serves any purpose (bye bye!) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/28 03:50:46 Modified files: infrastructure/bin: dpb infrastructure/lib/DPB: Fetch.pm Log message: don't bother dumping distfiles, history is quite enough CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/28 04:03:16 Modified files: security/wpa_supplicant: Makefile distinfo security/wpa_supplicant/files: config wpa_supplicant.conf security/wpa_supplicant/pkg: PLIST Added files: security/wpa_supplicant/files: driver_openbsd.c security/wpa_supplicant/patches: patch-src_drivers_drivers_c patch-src_drivers_drivers_mak patch-src_drivers_drivers_mk patch-wpa_supplicant_Makefile patch-wpa_supplicant_wpa_priv_c Removed files: security/wpa_supplicant/patches: patch-os_internal_c patch-src_l2_packet_l2_packet_freebsd_c Log message: - update WPA-Supplicant to 2.0 - add OpenBSD WPA support written by kettenis@ (also tested by matthieu@ and Gregor Best) - enable smartcard support via PCSC-Lite - garbage collect OS compatibility patches which are no longer needed (one found by me, one by kettenis@) ok phessler@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2013/01/28 04:09:53 Modified files: usr.sbin/smtpd : lka.c lka_session.c mta.c mta_session.c parser.c parser.h smtpctl.8 smtpctl.c smtpd.c smtpd.h Log message: - introduce 'smtpctl trace lookup' to trace lookup process - improve logging of the transfer process trace by me, logging by eric CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/28 04:36:10 Modified files: security/wpa_supplicant: Makefile Log message: honour CFLAGS/CC CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2013/01/28 04:42:33 Added files: lang/gcc/4.6/patches: patch-gcc_ada_Make-generated_in lang/gcc/4.7/patches: patch-gcc_ada_Make-generated_in Log message: Don't hide error messages from gnatmake to give us a chance to debug this when it fails. ok tobiasu@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/28 04:56:55 Modified files: security/wpa_supplicant: Makefile security/wpa_supplicant/pkg: DESCR Log message: update DESCR, pointed out by stsp CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2013/01/28 04:58:57 Modified files: usr.sbin/smtpd : mta_session.c Log message: fix possible descriptor leak in mta_session when reusing session for many messages CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2013/01/28 05:01:22 Modified files: sys/dev/usb : usbdevs Log message: Add USB device IDs for HP LaserJet printers which require firmware. ok sthen mpi CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2013/01/28 05:02:02 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/28 05:23:45 Modified files: infrastructure/bin: dpb infrastructure/lib/DPB: Core.pm Fetch.pm Log message: add a FETCH_TIMEOUT, similar to STUCK_TIMEOUT, but slightly simpler, as there is no speed factor there... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/28 05:24:51 Modified files: infrastructure/man/man1: dpb.1 Log message: document FETCH_TIMEOUT CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/28 06:25:59 Modified files: infrastructure/lib/DPB: PortBuilder.pm infrastructure/lib/DPB/Job: Port.pm Log message: fix -R for real... what check_signatures does is nice, but needs to be partly redone in the main dpb process. Obviously, children's changes to uptodate don't affect the main process. thanks to fgs@ for being the crash-test bunny. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/28 06:31:40 Modified files: infrastructure/lib/DPB: PortBuilder.pm infrastructure/lib/DPB/Job: Port.pm Log message: tweak, remove rebuild.log, as we log stuff directly into paths/ now. do register_package in a slightly more efficient way (less -f tests) CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2013/01/28 06:42:14 Modified files: usr.sbin/ldapd : ssl.c Log message: ssl.c is a very old copy of smtpd's and didn't catch up the bump of the DH prime parameter. bring the update from smtpd... openldap client now accepts to connect to a ssl-enabled ldapd server, issue reported by Joel Carnat and Vadim Agarkov diff ok mikeb@ and martinh@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/28 06:44:30 Modified files: audio/audacious-plugins: Makefile audio/audacious-plugins/patches: patch-src_console_blargg_endian_h Log message: rework endianness detection to use machine/endian.h; fixed build on i386/amd64 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/28 06:48:31 Modified files: infrastructure/man/man1: dpb.1 Log message: rebuild.log is gone, that info went back to separate paths. Reasoning as follows: we were starting a job, and dumping the path info in there. Just stopping right there makes little sense, so put the rebuild info there anyways. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2013/01/28 06:49:52 Log message: Import libircclient port. libircclient is a small but extremely powerful library which implements the IRC protocol. It is designed to be small, fast, portable and compatible with the RFC standards as well as non-standard but popular features. It is perfect for building the IRC clients and bots. tweaks and ok sthen@ Status: Vendor Tag: stsp Release Tags: stsp_20130128 N ports/net/libircclient/Makefile N ports/net/libircclient/distinfo N ports/net/libircclient/patches/patch-src_Makefile_in N ports/net/libircclient/patches/patch-configure N ports/net/libircclient/pkg/PLIST N ports/net/libircclient/pkg/DESCR N ports/net/libircclient/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2013/01/28 06:52:09 Modified files: net : Makefile Log message: +libircclient CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2013/01/28 06:58:49 Log message: Import megaglest port. MegaGlest is an entertaining free and open source cross-platform 3D real-time strategy game, where you control the armies of one of seven different factions: Tech, Magic, Egypt, Indians, Norsemen, Persian or Romans. The game is set in one of 17 naturally looking settings, which are crafted with great appreciation for detail. With tweaks from kirby@, bentley@, and sthen@. ok sthen@ Status: Vendor Tag: stsp Release Tags: stsp_20130128 N ports/games/megaglest/Makefile N ports/games/megaglest/Makefile.inc N ports/games/megaglest/base/Makefile N ports/games/megaglest/base/distinfo N ports/games/megaglest/base/pkg/PLIST N ports/games/megaglest/base/pkg/DESCR N ports/games/megaglest/base/patches/patch-mk_cmake_Modules_FindLUA_cmake N ports/games/megaglest/base/patches/patch-source_shared_lib_CMakeLists_txt N ports/games/megaglest/base/patches/patch-source_glest_map_editor_CMakeLists_txt N ports/games/megaglest/base/patches/patch-source_shared_lib_sources_platform_common_platform_common_cpp N ports/games/megaglest/base/patches/patch-source_g3d_viewer_CMakeLists_txt N ports/games/megaglest/base/patches/patch-CMakeLists_txt N ports/games/megaglest/data/Makefile N ports/games/megaglest/data/distinfo N ports/games/megaglest/data/pkg/PLIST N ports/games/megaglest/data/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2013/01/28 07:00:20 Modified files: games : Makefile Log message: +megaglest CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2013/01/28 07:09:12 Modified files: devel/bpython : Makefile Log message: Fix typo in REGRESS_DEPENDS Ok sthen@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2013/01/28 08:14:02 Modified files: usr.sbin/smtpd : parse.y Log message: allow lookups from backends in "accept for [...] virtual" context CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2013/01/28 08:38:31 Modified files: net/libircclient: Makefile net/libircclient/patches: patch-src_Makefile_in Added files: net/libircclient/patches: patch-configure_in Removed files: net/libircclient/patches: patch-configure Log message: Fix build on !shared arch; with and ok sthen@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/28 08:52:04 Modified files: infrastructure/lib/DPB: PortBuilder.pm Log message: okay, less smart, just do the whole series, don't special case the main package. should work. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2013/01/28 09:32:10 Modified files: usr.sbin/smtpd : mda.c Log message: log sender address as "<>" when delivering bounces ok gilles@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2013/01/28 09:40:22 Modified files: usr.sbin/smtpd : mta.c mta_session.c smtpd.h Log message: use a stripped-down mta_envelope structure in the mta process. reduces memory footprint by a great deal when relaying lots of messages. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2013/01/28 10:10:21 Log message: Add a port for firmware which ulpt(4) will make use of. ok sthen Status: Vendor Tag: stsp Release Tags: stsp_20130128 N ports/sysutils/firmware/ulpt/Makefile N ports/sysutils/firmware/ulpt/distinfo N ports/sysutils/firmware/ulpt/pkg/PLIST N ports/sysutils/firmware/ulpt/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2013/01/28 10:12:06 Modified files: sysutils/firmware: Makefile Log message: +ulpt CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2013/01/28 10:15:31 Modified files: sys/dev/usb : ulpt.c Log message: Make ulpt(4) upload firmware into HP LaserJet printers which require firmware. ok mpi@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/28 10:16:23 Modified files: print/foo2zjs : Makefile print/foo2zjs/pkg: README Log message: Mention sysutils/firmware/ulpt. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2013/01/28 10:24:07 Modified files: share/man/man4 : ulpt.4 Log message: Document ulpt(4) firmware support for HP LaserJet printers. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/28 10:36:11 Modified files: infrastructure/lib/DPB: PortBuilder.pm Log message: reversed test result somehow CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2013/01/28 10:58:09 Modified files: x11/e17/elementary: Makefile x11/e17/elementary/pkg: PLIST Log message: Use VERSION in Makefile together with SUBST_VARS to avoid literal version numbers in PLIST. suggested and ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/28 14:08:04 Modified files: textproc/tre : Makefile distinfo textproc/tre/pkg: PLIST Log message: update to tre 0.8.0, ok kili@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/28 14:14:09 Modified files: www/wordpress : Makefile distinfo www/wordpress/pkg: PLIST Log message: security and bugfix update to WordPress 3.5.1: - server-side request forgery vulnerability and remote port scanning using pingbacks (http://lab.onsec.ru/2013/01/wordpress-xmlrpc-pingback-additional.html) - cross-site scripting via shortcodes and post content - cross-site scripting vulnerability in the external library Plupload ok merdely@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/28 14:27:59 Modified files: infrastructure/bin: make-plist Log message: Only use PFRAG.shared for plugins, not standard libraries; pkg_create has had magic to deal with these since PkgCreate.pm 1.68. ok espie@ (rewrite of this code is pending, but this helps for now). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/28 15:15:58 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k.c Log message: Use symbolic_address_p() instead of simply checking whether GET_CODE() is SYMBOL_REF or LABEL_REF, when deciding to put #got_rel relocations. This allows (symbol + constant) to be correctly relocated when building PIC. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/28 15:19:22 Modified files: gnu/usr.bin/binutils/bfd: elf32-m88k.c Log message: Correctly compute the relocation value of GOT_16[HL] relocations when they can be resolved at link time, such as when linking a binary from objects which have been compiled PIC (one such case being perl's miniperl). While there, borrow the check and error message for GOT_16[HL] with nonzero addend (which can only happen with badly crafted .s files and do not behave like one may naively think they do) from elf32-ppc. CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2013/01/28 16:07:36 Modified files: infrastructure/man/man1: dpb.1 Log message: Change -stop to stop- Ok to fix espie@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/28 17:05:43 Modified files: net/wide-dhcpv6: Makefile Log message: Rename dprintf function to debugprintf so as to not conflict with POSIX function name. ok stsp@ sthen@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/28 17:41:02 Modified files: sys/dev/pci : if_bge.c if_bgereg.h Log message: big pullup of bge to support the 5718 family of chips including the 5719 and 5720 chips that have popped up in a lot of new machines. this diff is largely a merge of the freebsd code. thanks to srebrenko sehic for providing me hardware to do the work on. also, a huge thanks to claudio for trawling through the diff to fix merge issues, understand the changes, and actually make it work. tested by sthen@ naddy@ jmatthew@ claudio@ jj@ and me tested chips include: bge0 at pci2 dev 3 function 0 "Broadcom BCM5704C" rev 0x10, BCM5704 B0 (0x2100): apic 2 int 8, address 00:30:48:59:52:44 brgphy0 at bge0 phy 1: BCM5704 10/100/1000baseT PHY, rev. 0 bge0 at pci3 dev 0 function 0 "Broadcom BCM5723" rev 0x10, BCM5784 A1 (0x5784100): apic 2 int 18, address e4:11:5b:12:bd:d6 brgphy0 at bge0 phy 1: BCM5784 10/100/1000baseT PHY, rev. 4 bge0 at pci3 dev 4 function 0 "Broadcom BCM5714" rev 0xa3, BCM5715 A3 (0x9003): ivec 0x795, address 00:14:4f:a9:34:90 brgphy0 at bge0 phy 1: BCM5714 10/100/1000baseT/SX PHY, rev. 0 bge0 at pci2 dev 0 function 0 "Broadcom BCM5761" rev 0x10, BCM5761 A1 (0x5761100): apic 2 int 18, address 00:10:18:4b:23:b4 brgphy0 at bge0 phy 1: BCM5761 10/100/1000baseT PHY, rev. 0 bge0 at pci0 dev 5 function 0 "Broadcom BCM5702X" rev 0x02, BCM5702/5703 A2 (0x1002): eb164 irq 2, address 00:10:18:00:98:e9 brgphy0 at bge0 phy 1: BCM5703 10/100/1000baseT PHY, rev. 2 bge0 at pci2 dev 2 function 0 "Broadcom BCM5703" rev 0x00, BCM5702/5703 A2 (0x1002): ivec 0x7dc, address 00:14:4f:16:a0:23 and of course: bge1 at pci5 dev 0 function 0 "Broadcom BCM5720" rev 0x00, BCM5720 A0 (0x5720000), APE firmware NCSI 1.0.85.0: apic 0 int 16, address d4:ae:52:a7:05:38 brgphy1 at bge1 phy 1: BCM5720C 10/100/1000baseT PHY, rev. 0 bge2 at pci5 dev 0 function 1 "Broadcom BCM5720" rev 0x00, BCM5720 A0 (0x5720000), APE firmware NCSI 1.0.85.0: apic 0 int 17, address d4:ae:52:a7:05:39 brgphy2 at bge2 phy 2: BCM5720C 10/100/1000baseT PHY, rev. 0 either sthen@ or i will be around to handle any issues after this commit. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/28 18:15:57 Modified files: sys/arch/amd64/include: bus.h sys/arch/i386/include: bus.h Log message: the bus_space api implies that there's a bus endianness that it will swap for you to the hosts endianness. sometimes you dont want this hand holding and just want raw access to the registers. bus_space does have stuff to do this already, but they deal with buffers which can be awkward if you just want to get or set a single register. this adds the following to i386 and amd64: bus_space_read_raw_2() bus_space_read_raw_4() bus_space_read_raw_8() bus_space_write_raw_2() bus_space_write_raw_4() bus_space_write_raw_8() sparc64 already implements this, even though it wasnt part of the official api. how handy. i'll do other archs as i can. kettenis@ and miod@ seem ok with this CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/28 18:19:27 Modified files: share/man/man9 : bus_space.9 Makefile Log message: document bus_space_{read,write}_raw_N(). needs some polishing... CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/28 18:30:44 Modified files: share/man/man9 : bus_space.9 Log message: bus_space_{read,write}_N dont take different arguments to their non raw counterparts, so list them separately to the ones that do. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/28 18:31:59 Modified files: share/man/man9 : bus_space.9 Log message: useless comments are useless CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/28 18:37:00 Modified files: share/man/man9 : bus_space.9 Log message: remove the EXPECTED CHANGES TO THE BUS_SPACE FUNCTIONS section. talk is cheap, if we wanted this stuff there'd be a diff by now. requested by miod@ and kettenis@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2013/01/28 18:45:05 Modified files: share/man/man4 : rl.4 sys/dev/pci : if_rl_pci.c Log message: Add the PCI id for the D-Link DFE-520TX C1 board. ok jsg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2013/01/28 19:06:55 Modified files: sys/dev/usb : if_udav.c Log message: Rewrite the receive filter handling code and cleanup the ioctl bits. Fixes a bug when going in and out of promiscuous mode results in the driver not disabling all multicast mode. Tested by kili@ jasper@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2013/01/29 00:17:45 Modified files: sys/dev/pci : if_myx.c Log message: - Set ENETRESET within myx_ioctl() instead of calling myx_iff() directly, to be consistent with other drivers. - Clear IFF_ALLMULTI flag early and at the top of myx_iff(). - Set IFF_ALLMULTI when in promisc mode. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/29 00:34:46 Modified files: x11/xbindkeys : Makefile distinfo Log message: - update to xbindkeys-1.8.5 * mostly fixes for guile, which is disabled in our port. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/29 00:59:22 Modified files: www/py-gunicorn: Makefile distinfo Log message: - update py-gunicorn to 0.17.2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/29 03:25:08 Modified files: www/zurmo : Makefile distinfo www/zurmo/pkg : PLIST README Log message: Update to zurmo-1.0.20. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/29 03:48:41 Modified files: www/zurmo : Makefile Log message: Remove comment. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/29 03:57:03 Modified files: emulators/qemu : Makefile Added files: emulators/qemu/patches: patch-roms_vgabios_vgabios_c Log message: 32-bit-align PCI data structure for vgabios in Qemu. ok brad@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2013/01/29 04:06:38 Modified files: sys/dev/usb : if_url.c Log message: Rewrite the receive filter handling code and cleanup the ioctl bits. ok sthen@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2013/01/29 04:08:56 Modified files: libexec/makewhatis: Makefile makewhatis libexec/makewhatis/OpenBSD: Makewhatis.pm libexec/makewhatis/OpenBSD/Makewhatis: Formated.pm Subject.pm Unformated.pm Log message: refactor code a bit to actually store subjects in the subject object reformat for 8 spaces tab. okay millert@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/29 04:16:58 Modified files: infrastructure/lib/DPB: Core.pm Log message: handle memory and mem as synonyms CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/29 05:15:05 Modified files: www/zurmo : Makefile www/zurmo/pkg : README Log message: Typo. CVSROOT: /cvs Module name: ports Changes by: tobiasu@cvs.openbsd.org 2013/01/29 05:40:06 Modified files: devel/gmp : Makefile Added files: devel/gmp/patches: patch-mpn_sh_add_n_s patch-mpn_sh_sub_n_s Log message: Fix symbol names of assembly routines for SH. ok naddy@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/29 07:22:09 Modified files: share/man/man9 : bus_space.9 Log message: zap trailing whitespace; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/29 07:23:10 Modified files: share/man/man4 : ulpt.4 Log message: new sentence, new line; CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/29 07:55:49 Modified files: devel/fribidi : Makefile distinfo Log message: - update to fribidi-0.19.5 * adds support for unicode 6.2.0 CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2013/01/29 08:04:42 Modified files: usr.sbin/relayd: check_icmp.c Log message: use correct function name in fatal error message CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/29 08:11:02 Modified files: infrastructure/lib/DPB: Vars.pm Log message: adjust to reality: the current algorithm cleans up packages one subpackage at a time. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/29 08:11:41 Modified files: infrastructure/lib/DPB: PortBuilder.pm Log message: don't let check_signature be silent, say that the package is absent, make things more obvious with a new REVISION/version. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2013/01/29 08:42:20 Modified files: share/man/man4 : Makefile pipex.4 usr.sbin/npppd/npppd: npppd.8 npppd.conf.5 Added files: share/man/man4 : pppx.4 Log message: Add pppx.4 and enable links to it. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/29 09:14:06 Modified files: net/libupnp : Makefile distinfo net/libupnp/pkg: PLIST Removed files: net/libupnp/pkg: PFRAG.shared Log message: SECURITY update to libupnp 1.6.18 http://www.kb.cert.org/vuls/id/922681 - at least three remotely exploitable buffer overflows in the unique_service_name() function, which is called to process incoming SSDP requests on UDP port 1900. - devices that use libupnp may also accept UPnP queries over the WAN interface, therefore exposing the vulnerabilitites to the internet. (and roll shared libs from PFRAG.shared into PLIST while there). CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/29 09:14:44 Modified files: infrastructure/man/man1: dpb.1 Log message: document m parameter for -F noticed by jasper@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/29 09:14:48 Modified files: security/py-pykpass: Makefile distinfo Log message: - update py-pykpass to 0.5 maintainer timeout CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/29 09:19:41 Modified files: infrastructure/man/man1: dpb.1 Log message: adjust documentation a bit. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/29 11:21:55 Modified files: share/man/man4 : pppx.4 Log message: tweak previous; CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2013/01/29 12:16:31 Log message: Import x11/keybinder. A library for registering keyboard shortcuts. Help and thanks to landry@ and aja@. ok landry@ aja@ Status: Vendor Tag: bcallah Release Tags: bcallah_2013-Jan-29 N ports/x11/keybinder/Makefile N ports/x11/keybinder/distinfo N ports/x11/keybinder/pkg/DESCR-main N ports/x11/keybinder/pkg/DESCR-python N ports/x11/keybinder/pkg/PLIST-main N ports/x11/keybinder/pkg/PLIST-python No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2013/01/29 12:24:48 Modified files: x11 : Makefile Log message: +keybinder CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/29 12:42:52 Modified files: distrib/amd64/common: Makefile.inc Log message: Remove short-circuit build stuff that went in by accident in 1.17; drahn CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2013/01/29 12:55:48 Modified files: sys/uvm : uvm_pmemrange.c Log message: 7 &&'ed elements in a single KASSERT involving complex tests is just painful when you hit it. Separate out these tests. ok millert@ kettenis@, phessler@, with miod@ bikeshedding. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/29 13:21:19 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: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2013/01/29 15:36:16 Modified files: databases/ruby-jdbc-sqlite3: Makefile distinfo databases/ruby-jdbc-sqlite3/pkg: PLIST Log message: Update to jdbc-sqlite3 3.7.2.1. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2013/01/29 15:36:45 Modified files: databases/ruby-jdbc-h2: Makefile distinfo databases/ruby-jdbc-h2/pkg: PLIST Log message: Update to jdbc-h2 1.3.170.1. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2013/01/29 15:37:05 Modified files: databases/ruby-jdbc-mysql: Makefile distinfo databases/ruby-jdbc-mysql/pkg: PLIST Log message: Update to jdbc-mysql 5.1.22.1. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2013/01/29 15:37:40 Modified files: databases/ruby-jdbc-postgres: Makefile distinfo databases/ruby-jdbc-postgres/pkg: PLIST Log message: Update to jdbc-postgres 9.2.1002.1. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/29 15:39:06 Modified files: usr.sbin/kvm_mkdb: nlist.c Log message: Allow for a kernel linked at address zero; ok guenther@ millert@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2013/01/29 15:44:05 Modified files: databases/ruby-tiny_tds: Makefile distinfo databases/ruby-tiny_tds/pkg: PLIST Removed files: databases/ruby-tiny_tds/patches: patch-ext_tiny_tds_extconf_rb patch-ext_tiny_tds_result_h Log message: Update to tiny_tds 0.5.1. Remove now unnecessary patches. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/29 16:50:05 Modified files: net/ircd-hybrid: Makefile distinfo net/ircd-hybrid/patches: patch-doc_Makefile_in patch-doc_example_conf patch-include_defaults_h patch-modules_core_Makefile_in net/ircd-hybrid/pkg: PLIST Log message: Update to ircd-hybrid 8.0.6. Fixes a DoS issue. CVE-2013-0238 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/29 16:52:28 Modified files: lang/squeak/vm : Makefile Log message: Rename dprintf macro to debugprintf so as to not conflict with POSIX function name. ok sthen@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2013/01/29 17:08:13 Modified files: include : stdio.h lib/libc : shlib_version lib/libc/stdio : Makefile.inc printf.3 stdio.3 Added files: lib/libc/stdio : dprintf.c vdprintf.c Log message: Add support for POSIX.1-2008 functions dprintf(3) and vdprintf(3). Feedback from millert@ guenther@ OK guenther@ man page bits OK jmc@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/29 18:08:32 Modified files: net/libupnp/pkg: PLIST Log message: zap %%SHARED%%; nigel@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/29 18:39:26 Modified files: graphics/darktable: Makefile graphics/darktable/patches: patch-src_common_darktable_c Log message: Stop using the dprintf() wrapper function now that OpenBSD has dprintf() within libc. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/29 18:40:49 Modified files: games/warzone2100: Makefile games/warzone2100/patches: patch-configure_ac patch-lib_exceptionhandler_exceptionhandler_cpp Log message: - Uncomment bits of code using dprintf() now that OpenBSD has dprintf() within libc - Slightly better way of dealing with the lack of a sys/ucontext.h header ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/29 18:45:20 Modified files: net/nsping : Makefile Log message: - Rename dprintf function to debugprintf so as to not conflict with POSIX function name. - Remove USE_GROFF - Obey CC Last few items from and OK sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/29 18:47:33 Modified files: x11/mxconns : Makefile Log message: - Rename dprintf function to debugprintf so as to not conflict with POSIX function name. - Remove USE_GROFF - Obey CC Last few items from and OK sthen@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2013/01/29 18:59:20 Modified files: etc : MAKEDEV.common Log message: Create /dev/pppx by default. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2013/01/29 19:02:02 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.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 Log message: regen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/30 00:20:04 Modified files: databases/evolution-data-server: Makefile Added files: databases/evolution-data-server/patches: patch-libedataserver_e-gdbus-templates_c Log message: Fix crash when cancelling some operations; from upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/30 00:21:01 Modified files: mail/evolution : Makefile Added files: mail/evolution/patches: patch-em-format_e-mail-formatter_h patch-mail_e-mail-backend_c patch-mail_e-mail-display_c patch-mail_e-mail-request_c patch-mail_importers_pine-importer_c patch-modules_prefer-plain_e-mail-parser-prefer-plain_c patch-plugins_mail-to-task_mail-to-task_c Log message: Merge upstream fixes for the followings nasty bugs: #692777 - Crash on folder rename #692009 - text/css always formatted as attachment #692775 - Double-quoting message with HTML and text #692783 - Crash on edit prompt cancel #692781 - Abort on book failure during contact import CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/30 00:57:50 Removed files: infrastructure/mk: gcc3.port.mk Log message: missed this when removing old gcc. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/30 01:13:45 Modified files: audio/celt051 : Makefile Added files: audio/celt051/patches: patch-tools_Makefile_in patch-tools_celtdec_c Log message: Use sndio for celtdec051, just like we did for the other celtdec (0.11.3 from audio/celt). Ok jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/30 01:26:59 Modified files: productivity/zeitgeist: Makefile distinfo productivity/zeitgeist/patches: patch-configure productivity/zeitgeist/pkg: PLIST Removed files: productivity/zeitgeist/patches: patch-extra_PythonSerializer_py Log message: - update to zeitgeist-0.9.5 * among the many changes is the port to vala. feedback/ok aja@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/01/30 02:06:03 Modified files: productivity/zeitgeist: Makefile productivity/zeitgeist/patches: patch-configure Log message: Fix BUILD_DEPENDS and RUN_DEPENDS line breaks. Fix warning in configure. ok jasper@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/01/30 02:42:45 Modified files: productivity/zeitgeist: Makefile Log message: - update HOMEPAGE now that's it's being updated again. CVSROOT: /cvs Module name: www Changes by: kirby@cvs.openbsd.org 2013/01/30 02:47:46 Modified files: . : i386.html Log message: - add link to amd64.html for Intel Atom processors - correct Transmeta processor model names - add TM5800 found in my Compaq TC1000 OK sthen@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2013/01/30 04:02:50 Modified files: print/foo2zjs : Makefile print/foo2zjs/pkg: README Log message: Tweak README, in particular pointing out differences between ugen and ulpt. ok ajacoutot CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/30 04:08:28 Modified files: textproc/libwbxml: Makefile distinfo textproc/libwbxml/pkg: PLIST Removed files: textproc/libwbxml/pkg: PFRAG.shared Log message: Simple update to 0.11.2 and small cleanup while there. ok benoit@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/01/30 04:15:06 Modified files: sys/dev/pci : if_bge.c if_bgereg.h Log message: backout 5718/5719/5720 support. the diff breaks the 5704C on my xserve g5 and i cant fix it without breaking a 5721 in another box. sthen@ agrees it is sad. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/30 05:16:13 Modified files: devel/git : Makefile distinfo Log message: - update git to 1.8.1.2 ok dcoppa@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/30 06:17:51 Modified files: graphics/cairo : Makefile Added files: graphics/cairo/patches: patch-src_cairo_pc_in Removed files: graphics/cairo/patches: patch-configure Log message: Eliminate pkg-config workaround using Requires instead of Requires.private as it should be and fix resulting pkg-config file for shared lib linking. This gets rid of overlinking with shared libs. Run through a bulk build by sthen@ ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/30 08:28:25 Modified files: www/drupal7 : Makefile www/drupal7/CKeditor: Makefile distinfo www/drupal7/CKeditor/pkg: PLIST www/drupal7/core: Makefile distinfo www/drupal7/core/pkg: PLIST www/drupal7/entity: Makefile distinfo www/drupal7/masquerade: Makefile distinfo www/drupal7/nodeaccess_userreference: Makefile distinfo www/drupal7/printer-friendly: Makefile distinfo www/drupal7/schema: Makefile distinfo www/drupal7/schema/pkg: PLIST www/drupal7/securelogin: Makefile distinfo www/drupal7/theme-newsflash: Makefile distinfo www/drupal7/theme-newsflash/pkg: PLIST www/drupal7/token: Makefile distinfo www/drupal7/user_readonly: Makefile distinfo www/drupal7/views: Makefile distinfo Log message: update a few of the modules I maintain. Somehow, I forgot to link user_readonly... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/30 08:44:05 Modified files: www/drupal7/locale-fr: Makefile distinfo www/drupal7/locale-fr/pkg: PLIST Log message: bump french translations CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2013/01/30 09:12:36 Modified files: x11/terminator : Makefile distinfo x11/terminator/pkg: PLIST Log message: Update terminator to 0.96, from Juan Francisco Cantero Hurtado on ports@. Assign MAINTAINER to Juan Francisco Cantero Hurtado. ok landry@ benoit@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2013/01/30 10:00:17 Modified files: usr.bin/tmux : cmd-select-layout.c server-client.c Log message: Unused variable/type nit from Thomas Adam. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2013/01/30 10:19:29 Modified files: sysutils/testdisk: Makefile distinfo sysutils/testdisk/patches: patch-configure sysutils/testdisk/pkg: PLIST Removed files: sysutils/testdisk/patches: patch-src_hdaccess_c Log message: - update testdisk to 6.13 - remove USE_GROFF - add post-install - update patches - regen PLIST tweaks and ok landry@ (maintainer) CVSROOT: /cvs Module name: src Changes by: matthew@cvs.openbsd.org 2013/01/30 11:21:08 Modified files: sys/kern : vfs_syscalls.c Log message: In doreadlinkat(), only access auio.uio_resid if it's already been initialized. (In the case where it wasn't initialized, the computed *retval ends up getting clobbered by the EINVAL error anyway so it's not an info leak, but it's still technically undefined behavior.) pointed out by Maxime Villard on tech ok guenther CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/30 11:22:34 Modified files: gnu/usr.bin/binutils/bfd: elf32-m88k.c Log message: Revert link-time resolution of R_88K_GOT_16[HL] modified in 1.5, but keep the error test. The logic was correct, I was tricked by bogus compiler generated assembly. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2013/01/30 11:27:17 Modified files: www/sope : Makefile distinfo Removed files: www/sope/patches: patch-sope-core_NGStreams_NGActiveSocket_m Log message: Update to 2.0.4 OK giovanni@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2013/01/30 11:28:46 Modified files: www/sogo : Makefile distinfo www/sogo/pkg : PLIST Log message: Update to 2.0.4 OK giovanni@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/30 11:29:19 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k.c m88k.md Log message: Revert m88k.md 1.7 and m88k.c 1.27, 1.26 and 1.24 (partially) to restore the existing behaviour of wrapping big PIC addresses in `unspec's to prevent the cse pass from modifying them. However, instead of building the unspec ourselves in the C code, rely upon explicitely named define_insn() constructs in the .md description. Then, fix the ambiguity this introduces between the locate1 and movsi_high_pic insns by defining symbolic constants as the unspec selector, and using them, instead of 0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/30 13:59:41 Modified files: telephony/asterisk: Makefile Log message: don't use BUILD_PKGPATH to set RUN_DEPENDS for the packages holding plugin modules, as these do not depend on the flavour of the main package. reported by landry. CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2013/01/30 14:45:42 Modified files: net/bitlbee : Makefile distinfo Log message: update to 3.2 and switch from gnutls to openssl; mostly from Tom Doherty and LEVAI Daniel; additionally I'm passing along MAINTAINERship. testing and OK landry@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/30 15:19:43 Modified files: x11/i3 : Makefile Added files: x11/i3/patches : patch-parser-specs_commands_spec Log message: Bugfix: Correctly parse `move ... workspace *_on_output` (upstream git commit cf830f69a2467b79454b6916ccfbbff45abf5418) The parse spec for `move ... workspace ...` ordered next/prev before next_on_output/prev_on_output causing the parser to match next/prev before next_on_output/prev_on_output. Ticket: http://bugs.i3wm.org/report/ticket/941 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2013/01/30 15:20:42 Modified files: security/p5-IO-Socket-SSL: Makefile distinfo Log message: update p5-IO-Socket-SSL to 1.82 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/30 16:22:05 Modified files: net/samba : Makefile distinfo net/samba/patches: patch-source3_web_swat_c Log message: Update to Samba 3.6.12. Fixes two security issues with SWAT. CVE-2013-0213, CVE-2013-0214 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/01/30 16:37:32 Modified files: lang/railo : Makefile distinfo lang/railo/patches: patch-WEB-INF_web_xml lang/railo/pkg : PLIST Log message: major update to Railo 4.0.2.002 - more info at http://www.getrailo.org/index.cfm/whats-up/railo-40-released/ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2013/01/30 19:14:46 Modified files: usr.sbin/npppd/npppd: privsep.c Log message: Deleting ip address of tun inteface was failed. This was caused by passing wrong inteface name to ioctl(). pointed out by csszep at gmail.com CVSROOT: /cvs Module name: www Changes by: kurt@cvs.openbsd.org 2013/01/30 20:43:01 Modified files: faq : faq8.html Log message: - update java faq items for 5.2 release. okay ian@ sthen@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2013/01/30 23:26:27 Modified files: libexec/ld.so/sparc64: rtld_machine.c Log message: The code to use relative jumps in the GOT was completely broken, calculating the offset in the wrong direction, failing to take into account where in the relocation the jump would be, and not even using the right instructions in one case. Fortunately(?), the test of whether the offset was small enough had signed-vs-unsigned bugs too, so it was never used. ok miod@ CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2013/01/31 01:20:24 Modified files: . : plus.html Log message: plus.html for Jan 21-27. Also removed duplicate acx(4) hostap powersaving entry from last week's. Thanks to Stefan Sperling for spotting that. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/01/31 01:39:47 Modified files: build : mirrors.dat Log message: De-list mirrors: ftp.arcane-networks.fr (temporary), mirror.yongbok.net CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/01/31 01:41:32 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: pascal@cvs.openbsd.org 2013/01/31 01:43:51 Modified files: share/man/man5 : port-modules.5 Log message: gcc3 is no more; ok brad@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2013/01/31 02:44:21 Modified files: usr.sbin/npppd/npppd: npppd_auth.c parse.y Log message: port numbers for radius servers were not configured correctly. pointed out by mxb and Robert Blacquiere CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/01/31 02:58:13 Modified files: build : mirrors.dat Log message: zap dead/outdated mirrors, re-add fixed mirror. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/01/31 02:58:49 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: src Changes by: sthen@cvs.openbsd.org 2013/01/31 02:59:09 Modified files: distrib/notes : mirrors Log message: sync CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/01/31 03:29:58 Modified files: infrastructure/lib/DPB: Heuristics.pm Log message: wild guess at the loop CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/31 04:56:36 Modified files: x11/gnome-mplayer: Makefile x11/gnome-mplayer/patches: patch-src_gui_c Log message: Bugfix: subtitles not hidden by default when specified (upstream svn revision r2397) CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2013/01/31 05:18:46 Modified files: lib/libc/stdio : stdio.3 Log message: Add a bunch of missing functions. ok millert@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/01/31 06:22:55 Modified files: usr.sbin/smtpd : smtpd.8 Log message: give folks fair warning that the sendmail docs are still the ones getting installed, not their smtpd counterparts; ok gilles CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2013/01/31 07:17:48 Modified files: usr.sbin/smtpd/makemap: Makefile Log message: do not overwrite default manpages ok gilles@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2013/01/31 08:08:09 Modified files: graphics/gimp/stable: Makefile Log message: Disable textproc/gtk-doc hidden dependency, spotted by Moritz Grimm help & ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2013/01/31 11:18:40 Modified files: usr.sbin/smtpd : mda.c Log message: update mda to use a smaller struct mda_envelope internally. raise internal envelope limits. simplify code. ok gilles@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2013/01/31 11:24:47 Modified files: usr.sbin/smtpd : queue.c smtpd.h Log message: do not need to tweak the socket sndbuf, now that the envelopes are passed in compressed form. reduce the default size for envelope messages. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2013/01/31 11:33:39 Modified files: sysutils/sec : Makefile distinfo Log message: update to 2.7.0 ok ajacoutot@ benoit@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2013/01/31 11:34:43 Modified files: usr.sbin/smtpd : aldap.c aliases.c enqueue.c envelope.c expand.c forward.c imsgproc.c lka_session.c makemap.c mfa_session.c mproc.c mta_session.c queue_fsqueue.c queue_ram.c scheduler.c smtpd.c smtpd.h table_db.c table_ldap.c table_sqlite.c to.c util.c Log message: assorted fixes spotted by Coverity. some log message updates. ok gilles@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2013/01/31 11:41:54 Removed files: usr.sbin/smtpd : imsgproc.c Log message: remove dead file CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/01/31 11:58:18 Modified files: x11/yakuake : Makefile x11/yakuake/pkg: PLIST Log message: Cleanup a bit: * Add missing RUN_DEPENDS on kdebase for Konsole KPart; * Remove USE_GMAKE, not needed anymore; * Update WANTLIB and PLIST. Input from and okay ajacoutot@, landry@ and espie@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/01/31 14:20:32 Modified files: x11/lablgtk2 : Makefile x11/lablgtk2/patches: patch-src_Makefile Added files: x11/lablgtk2/patches: patch-config_make_in patch-configure Log message: Support DESTDIR with findlib-install (this unbreaks systraced builds) adapted from upstream git 58e15c3a33ee747e3e58a2c9687f22234f0055b6 OK sthen@, chrisz@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2013/01/31 15:27:36 Modified files: emulators/sdlmame: Makefile distinfo emulators/sdlmame/patches: patch-makefile patch-src_emu_fileio_h Added files: emulators/sdlmame/patches: patch-src_emu_machine_netlist_h patch-src_osd_sdl_sdl_mak Log message: Update to sdlmame 0.148. With help and comments from dcoppa@ and benoit@. Please note this requires a kernel with the MAXTSIZ bump committed earlier. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/31 16:30:40 Modified files: etc/root : root.mail share/mk : sys.mk sys/arch/macppc/stand/tbxidata: bsd.tbxi sys/conf : GENERIC newvers.sh sys/sys : param.h Log message: welcome to 5.3-BETA CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/31 16:34:06 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: miod@cvs.openbsd.org 2013/01/31 16:35:02 Modified files: gnu/usr.bin/binutils/gdb/config/m88k: obsd.mt gnu/usr.bin/perl/hints: openbsd.sh share/mk : bsd.own.mk Log message: Enable shared libraries on m88k platforms. And there was much rejoicing. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/01/31 16:48:37 Modified files: distrib/notes/luna88k: features distrib/notes/mvme88k: features distrib/sets/lists/base: md.luna88k md.mvme88k distrib/sets/lists/comp: md.luna88k md.mvme88k Log message: DSO'r'us CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/01/31 18:33:44 Modified files: sbin/dhclient : dhclient.c kroute.c Log message: Write out resolv.conf only if the default route is under the control of the process binding the lease. Re-check the default route whenever a routing message arrives that might mean the default route has changed, and write out resolv.conf if appropriate. Reduces the chances that the name servers in resolv.conf are unreachable. Problem most eloquently explained, and solution suggested by beck@. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/31 21:19:05 Modified files: devel/automake/1.13: Makefile distinfo devel/automake/1.13/patches: patch-automake_in devel/automake/1.13/pkg: PLIST Log message: Update to automake 1.13.1. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/01/31 22:18:49 Modified files: infrastructure/mk: arch-defines.mk Log message: Enable m88k for shared libs. ok miod@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2013/01/31 22:21:20 Modified files: usr.bin/libtool: libtool Log message: m88k has switched to ELF and has shared libs. ok miod@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2013/01/31 23:26:48 Log message: Import audio/mscore, a WYSIWYG music notation program, similar to Finale or Sibelius. ok landry@ aja@ Status: Vendor Tag: bcallah Release Tags: bcallah_2013-Feb-01 N ports/audio/mscore/Makefile N ports/audio/mscore/distinfo N ports/audio/mscore/pkg/DESCR N ports/audio/mscore/pkg/PLIST N ports/audio/mscore/patches/patch-mscore_CMakeLists_txt N ports/audio/mscore/patches/patch-Makefile N ports/audio/mscore/patches/patch-mscore_mscore_CMakeLists_txt No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2013/01/31 23:27:52 Modified files: audio : Makefile Log message: +mscore CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2013/01/31 23:51:32 Modified files: sys/dev/pci : if_msk.c if_mskvar.h Log message: Rewrite the receive filter handling code and cleanup the ioctl bits. ok jsg@ krw@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/02/01 00:24:07 Modified files: usr.bin/units : units.lib Log message: update currency exchange rates; CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/02/01 00:59:03 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.14. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/02/01 00:59:29 Modified files: mail/dovecot-antispam: Makefile Log message: Update for Dovecot 2.1.14. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/02/01 00:59:40 Modified files: mail/dovecot-pigeonhole: Makefile Log message: Update for Dovecot 2.1.14. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2013/02/01 01:39:34 Modified files: x11/yakuake : Makefile Log message: missing space in WANTLIB ok sthen@ ajacoutot@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2013/02/01 02:02:16 Modified files: lib/libsndio : sio.c Log message: If par->bufsz is set (it's documented as readonly since years) then reset it and set par->appbufsz instead CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2013/02/01 02:06:27 Modified files: usr.bin/sndiod : file.c siofile.c siofile.h Log message: if a device doesn't respond within two seconds, then just close it and drop all connections. This is shameful but unfortunately it's still necessery on certain MP machines and audio driver combinations CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2013/02/01 02:06:40 Modified files: etc : Makefile Log message: rev 1.318 made this MI parallel-make clean, however it inadvertantly changed the build order. Have release-sets depend on the kernels target, which restores the order. OK espie@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2013/02/01 02:27:36 Modified files: www/sope : Makefile distinfo Log message: Bugfix update to 2.0.4a ok sebastia@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2013/02/01 02:28:46 Modified files: www/sogo : Makefile distinfo Log message: Bugfix update to 2.0.4a ok sebastia@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/02/01 02:48:38 Modified files: net/openafs : Makefile Log message: Rename dprintf macro/function to debugprintf so as to not conflict with POSIX function name. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/02/01 03:22:01 Modified files: x11/lablgtk2 : Makefile Added files: x11/lablgtk2/patches: patch-src_gdk_ml patch-src_gtkSignal_ml4 patch-src_ml_glib_c patch-src_ml_gtkstock_c Log message: Useful bugfixes from the OCaml Forge git repo: Add missing handling of new modifier keys (Meta, Super, Hyper) (upstream git commit 579347d69a83703472ee8a46e522f5bb7b739d6b) GtkSignal.connect_property: don't fetch the property value by hand (upstream git commit adf6b7a5972356eddfdd6cb5243e4eaf8ea59d02) Fix a segmentation fault due to a bad C cast (upstream git commit 1c20cc7454f3b6f5341ef906fb0bf07ca681fc5e) CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2013/02/01 04:09:26 Modified files: driver/xf86-video-intel/src: i830_display.c Log message: Several changes to resolve screen corruption sometimes seen with dpms on ivy bridge, mostly based on upstream drm code: - remove a workaround which was in itself causing issues - switch the order of disabling fdi rx & tx - disable DPLL_SEL when disabling the crtc - add a few extra delays Most of this concerns the gen5+ crtc disable function, and thanks to a bunch of testers this is known to still work fine on gen 5/6/7. ok kettenis@ matthieu@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2013/02/01 04:25:22 Modified files: de : anoncvs.html cvsync.html ftp.html i386.html faq/de : faq8.html openbgpd/de : ftp.html openntpd/de : ftp.html portable.html openssh/de : ftp.html portable.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/02/01 04:30:31 Modified files: x11/p5-Tk : Makefile distinfo Removed files: x11/p5-Tk/patches: patch-pTk_Xlib_h Log message: update to Perl/Tk 804.030 CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2013/02/01 04:49:42 Modified files: converters/enca: Makefile distinfo converters/enca/pkg: PLIST Removed files: converters/enca/pkg: PFRAG.shared Log message: Bugfix update to 1.14 and merge PFRAG into PLIST ok jasper@ CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2013/02/01 08:13:39 Modified files: devel/p5-Devel-ptkdb: Makefile Log message: Cleanup: Remove unnecessary depends and modules usage. Thanks to sthen@ ok landry@, sthen@ CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2013/02/01 08:20:36 Modified files: misc/impress : Makefile distinfo Removed files: misc/impress/patches: patch-src_impress_tcl Log message: Use MODDULES, Tcl/Tk 8.5. Thanks to sthen@ ok landry, sthen@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2013/02/01 08:22:18 Modified files: lib/libutil : imsg.c Log message: fix memleak in imsg_read() when hitting the fd reserve check ok millert@, mikeb@, lteo@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/01 08:24:55 Modified files: sbin/dhclient : dhclient.c Log message: Handle a non-existant resolv.conf.tail without issuing an error message. Handle an empty resolv.conf.tail without exiting. Don't leak an fd if fstat() on resolv.conf.tail fails. Make fstat() failure on successfully opened resolv.conf.tail a fatal error. From Tim van der Molen. Thanks! CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2013/02/01 08:34:36 Modified files: devel/jdk/1.6 : Makefile distinfo devel/jdk/1.6/files: cacerts devel/jdk/1.6/patches: patch-hotspot_src_os_bsd_vm_os_bsd_cpp devel/jdk/1.6/pkg: DESCR-jre DESCR-main PLIST-jre PLIST-main Added files: devel/jdk/1.6/patches: patch-corba_make_common_Defs-bsd_gmk patch-corba_make_common_shared_Defs-utils_gmk patch-corba_make_common_shared_Platform_gmk patch-hotspot_agent_src_os_bsd_StubDebuggerLocal_c patch-hotspot_src_os_bsd_vm_attachListener_bsd_cpp patch-hotspot_src_os_bsd_vm_os_bsd_inline_hpp patch-hotspot_src_share_vm_runtime_os_cpp patch-hotspot_src_share_vm_utilities_elfFile_hpp patch-jdk_make_common_Defs-bsd_gmk patch-jdk_make_common_Mapfile-vers_gmk patch-jdk_make_common_shared_Defs-utils_gmk patch-jdk_make_common_shared_Platform_gmk patch-jdk_make_common_shared_Sanity_gmk patch-jdk_make_java_hpi_native_Makefile patch-jdk_make_java_nio_mapfile-bsd patch-jdk_make_java_security_Makefile patch-jdk_make_javax_sound_FILES_c_gmk patch-jdk_make_javax_sound_Makefile patch-jdk_src_share_classes_java_lang_ClassLoader_java patch-jdk_src_share_classes_sun_applet_AppletPanel_java patch-jdk_src_share_classes_sun_applet_AppletViewerPanel_java patch-jdk_src_share_classes_sun_awt_OSInfo_java patch-jdk_src_share_classes_sun_net_spi_DefaultProxySelector_java patch-jdk_src_share_instrument_InstrumentationImplNativeMethods_c patch-jdk_src_share_native_com_sun_media_sound_Platform_c patch-jdk_src_share_transport_socket_socketTransport_c patch-jdk_src_solaris_classes_sun_awt_X11_XWM_java patch-jdk_src_solaris_hpi_native_threads_src_sys_api_td_c patch-jdk_src_solaris_instrument_EncodingSupport_md_c patch-jdk_src_solaris_instrument_FileSystemSupport_md_h patch-jdk_src_solaris_javavm_export_jvm_md_h patch-jdk_src_solaris_javavm_include_typedefs_md_h patch-jdk_src_solaris_native_common_gdefs_md_h patch-jdk_src_solaris_native_java_lang_UNIXProcess_md_c patch-jdk_src_solaris_native_sun_awt_gtk2_interface_c patch-jdk_src_solaris_native_sun_xawt_awt_Desktop_c patch-jdk_src_solaris_transport_socket_socket_md_c Removed files: devel/jdk/1.6/files: JavaResearchLicense.txt x_x2zip.c devel/jdk/1.6/patches: patch-bin_bootscript patch-deploy_make_common_DeployRules-solaris_gmk patch-hotspot_build_bsd_Makefile patch-hotspot_build_bsd_makefiles_gcc_make patch-hotspot_build_bsd_makefiles_jvmti_make patch-hotspot_build_bsd_makefiles_sa_make patch-hotspot_make_Makefile patch-hotspot_src_os_bsd_vm_perfMemory_bsd_cpp patch-hotspot_src_os_cpu_bsd_amd64_vm_os_bsd_amd64_cpp patch-j2se_make_common_Defs-bsd_gmk patch-j2se_make_common_Program_gmk patch-j2se_make_common_Release_gmk patch-j2se_make_common_shared_Compiler-gcc_gmk patch-j2se_make_common_shared_Defs-utils_gmk patch-j2se_make_java_jli_Makefile patch-j2se_make_java_text_Makefile patch-j2se_make_javax_sound_FILES_c_gmk patch-j2se_make_javax_sound_Makefile patch-j2se_make_sun_splashscreen_FILES_c_gmk patch-j2se_make_sun_splashscreen_Makefile patch-j2se_make_sun_text_Makefile patch-j2se_src_share_classes_java_lang_ClassLoader_java patch-j2se_src_share_classes_java_lang_Double_java patch-j2se_src_share_classes_java_lang_Float_java patch-j2se_src_share_classes_java_util_Calendar_java patch-j2se_src_share_classes_sun_misc_FloatingDecimal_java patch-j2se_src_share_classes_sun_security_provider_Sun_java patch-j2se_src_share_native_com_sun_media_sound_Platform_c patch-j2se_src_solaris_bin_java_md_c patch-j2se_src_solaris_classes_sun_awt_X11_XWM_java patch-j2se_src_solaris_classes_sun_security_provider_NativePRNG_java 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 patch-j2se_src_solaris_native_com_sun_management_UnixOperatingSystem_md_c patch-j2se_src_solaris_native_com_sun_security_auth_module_Unix_c patch-j2se_src_solaris_native_java_lang_UNIXProcess_md_c patch-j2se_src_solaris_native_sun_awt_awt_GraphicsEnv_h devel/jdk/1.6/pkg: MESSAGE-jre MESSAGE-main MESSAGE-no_web PFRAG.no-no_web-jre PFRAG.no-no_web-main Log message: - Update to openjdk6 u32 which is licensed under the GPL and allows packages. - Initial BSD patchset from FreeBSD openjdk6 port. - New bootstrap method. Since ecj is not able to bootstrap openjdk6 without heavy patching, use a functional bootjdk to build. - Add a target for building the bootjdk called build-bootjdk. - Apply IcedTea AppletHole patches for icedtea-web support. - Backport patch to serialize gconf client access which corrects gconf/dbus related crashes. From Christian Schulte Upstream CR 7188755. - Reapply audio support from jakemsr@. - Port change for CWM. Recognize CWM as a Non-Reparenting window manager. - Backport various openjdk7/bsd-port upstream fixes both specific to OpenBSD and general. Tested by landry@ espie@ and others. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/02/01 09:04:02 Modified files: audio/last.fm : Makefile Log message: Mark as broken: no support for the new Last.fm Web Services API v2.0 OK sthen@, ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/01 09:09:37 Modified files: mail/evolution-rss: Makefile Added files: mail/evolution-rss/patches: patch-src_rss-config-factory_c Log message: Avoid crash in editing feeds in list (from upstream). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/01 09:21:37 Modified files: databases/evolution-data-server: Makefile Added files: databases/evolution-data-server/patches: patch-libedataserverui_e-name-selector_c Log message: Fix for bug #689476 - Slow composer open (ENameSelector object leaks) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2013/02/01 09:34:36 Modified files: devel/libf2c : Makefile devel/libf2c-old: Makefile lang/g77 : Makefile lang/g77-old : Makefile lang/pcc : Makefile lang/swi-prolog: Makefile lang/gfortran : Makefile lang/gcc/4.2 : Makefile lang/gcc/4.6 : Makefile lang/gcc/4.7 : Makefile editors/emacs21: Makefile editors/xemacs21/stable: Makefile math/octave : Makefile x11/e17/e : Makefile x11/e17/elementary: Makefile x11/e17/emotion: Makefile x11/e17/evas : Makefile Log message: bump for plist changes 5.2 -> 5.3 CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2013/02/01 10:07:41 Modified files: textproc/boust : Makefile distinfo textproc/boust/patches: patch-boust textproc/boust/pkg: PLIST Added files: textproc/boust/pkg: README Removed files: textproc/boust/pkg: MESSAGE Log message: Use MODULES, Tcl/Tk 8.5. Move MESSAGE to pkg README. Don't USE_GROFF. Thanks sthen@ ok landry@, sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/02/01 10:11:59 Modified files: x11/pcmanfm : Makefile Log message: mark as BROKEN, crashes at startup - reported by Amit Kulkarni g_object_unref: assertion `G_IS_OBJECT (object)' failed CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2013/02/01 10:15:01 Modified files: net/openafs : Makefile net/openafs/patches: patch-src_config_afs_sysnames_h Log message: recognize 5.3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/01 10:26:16 Modified files: x11/pcmanfm : Makefile Added files: x11/pcmanfm/patches: patch-src_main_c Log message: Unbreak. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/02/01 10:29:01 Modified files: x11/pcmanfm : Makefile Log message: bump CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/02/01 10:34:33 Modified files: www/squid : Makefile distinfo Log message: bugfix update to Squid 3.2.7 including memory leak with malformed req's, unhandled exception when using interception and peers, a division by zero and others CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2013/02/01 11:36:49 Modified files: editors/xemacs21/stable: Makefile Log message: oops, bump REVISION, not the minor version CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2013/02/01 11:39: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.luna88k md.macppc md.mvme68k md.mvme88k 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: krw@cvs.openbsd.org 2013/02/01 13:07:30 Modified files: sbin/dhclient : dhclient.c Log message: Increment size of buffer to accomodate terminating NUL *after* using same variable to determine if cumulative lengths of strings to be put in buffer are > 0. Otherwise we always think here is something to put in buffer. Reported by florian@ and his friend llvm. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2013/02/01 13:44:00 Modified files: sbin/dhclient : clparse.c Log message: do not leak lease in error path; found by llvm ok krw@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2013/02/01 13:46:04 Modified files: sbin/dhclient : dhclient.c Log message: always initialize cur_time; found by llvm ok krw@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/02/01 15:10:19 Modified files: net/ettercap : Makefile distinfo Added files: net/ettercap/patches: patch-src_ec_threads_c Log message: Update to 0.7.5.3, including a fix for CVE-2013-0722. Fix wrong use of mutexes and some wrong error checking related to pthreads. (The patch for this had been sent upstream) Hack around the abuse of NS_IN6ADDRSZ and NS_INT16S probably found on certain systems (see Makefile for an explanation). ok sthen@ CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2013/02/01 15:16:29 Modified files: net : Makefile Log message: bitlbee has otr and libpurple flavors, lets actually build them; ok okan@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2013/02/01 16:11:00 Modified files: distrib/sets/lists/comp: md.luna88k md.mvme88k mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2013/02/01 16:43:33 Modified files: sbin/dhclient : dhclient.c Log message: do not leak dn if there is no resolv.conf contents; found by llvm ok krw@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/01 19:47:16 Modified files: sbin/dhclient : dhclient.c Log message: Dereference correct pointer. Fix crash when checking whether resolv.conf should be written. Bad cut 'n paste. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2013/02/01 20:09:09 Log message: Import renpy-6.14.1. Ren'Py is a free and cross platform engine for digital storytelling. It makes it easy to combine words, images, and sounds to create visual novels and life simulation games. ok benoit@ Status: Vendor Tag: bentley Release Tags: bentley_20130201 N ports/games/renpy/Makefile N ports/games/renpy/distinfo N ports/games/renpy/pkg/DESCR N ports/games/renpy/pkg/PLIST N ports/games/renpy/files/renpy N ports/games/renpy/patches/patch-launcher_game_project_rpy No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2013/02/01 20:09:47 Modified files: games : Makefile Log message: +renpy CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/01 21:18:30 Modified files: sbin/dhclient : dhclient.c privsep.h Log message: Fix resolv.conf magic. Add identifying comment to generated resolv.conf so it is easy to see which interface generated it. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2013/02/01 21:39:56 Modified files: cad/ngspice : Makefile emulators/desmume: Makefile emulators/fceux: Makefile emulators/vbam : Makefile games/openttd : Makefile games/uqm : Makefile Log message: Take maintainership of some ports I'm interested in. Initially suggested by kirby@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/02 01:14:49 Modified files: games/renpy : Makefile games/renpy/files: renpy games/renpy/pkg: PLIST Log message: Make use of MODPY_EGG_VERSION. Do not hardcode python lib in WANTLIB, use MODPY_WANTLIB. MODPY_BIN is already part of SUBST_VARS by default. Unbreak runtime: MODPYTHON_BIN -> MODPY_BIN CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/02 01:55:12 Modified files: print/cups-filters: Makefile distinfo print/cups-filters/pkg: PLIST Removed files: print/cups-filters/pkg: PFRAG.shared Log message: Update to cups-filters-1.0.29. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/02 01:56:11 Modified files: print/foomatic-db: Makefile distinfo print/foomatic-db/pkg: PLIST Log message: Update to foomatic-db-4.0.20130202. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/02/02 02:02:11 Modified files: infrastructure/lib/DPB: Fetch.pm Log message: gc old method CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/02 02:05:29 Modified files: print/foo2zjs : Makefile distinfo print/foo2zjs/patches: patch-getweb_in print/foo2zjs/pkg: PLIST Log message: Update to foo2zjs-20130122. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/02 02:24:08 Modified files: graphics/gdk-pixbuf2: Makefile graphics/gdk-pixbuf2/pkg: PFRAG.shared PLIST Added files: graphics/gdk-pixbuf2/patches: patch-gdk-pixbuf_io-jpeg_c Log message: Fix parsing of JPEG orientation tag (upstream). CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/02/02 02:27:37 Added files: x11/kde4 : kde4.port.mk Log message: Add x11/kde4 port module. Needed for upcoming devel/automoc. "put it in cvs, we'll polish the turd in-tree" landry@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/02/02 02:42:07 Log message: Import devel/automoc. This is actually x11/kde4/automoc, with patch for new Boost. It's silly to have other ports depend on x11/kde4/automoc since the latter isn't linked to builds, and x11/kde4 should contain KDE SC only eventually anyway. ok espie@ Status: Vendor Tag: zhuk Release Tags: zhuk_20130202 N ports/devel/automoc/Makefile N ports/devel/automoc/distinfo N ports/devel/automoc/patches/patch-automoc4_files_in N ports/devel/automoc/pkg/DESCR N ports/devel/automoc/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/02/02 02:55:51 Modified files: devel : Makefile Log message: Hook up devel/automoc to build. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/02/02 03:05:43 Modified files: productivity/libqzeitgeist: Makefile x11/polkit-qt4 : Makefile x11/ruby-qt4 : Makefile Log message: Switch ports depending on automoc to devel/automoc. No bumps needed as this is purely build-time change, and not going to resulting packages in any way. Discovered it was sitting in my tree for a few months already... CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/02/02 03:35:24 Modified files: devel/py-gobject3: Makefile devel/py-gobject3/pkg: PLIST Log message: use OSREV in PLIST/SUBST_VARS to handle 5.3. bump. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/02/02 03:36:31 Modified files: infrastructure/bin: dpb Log message: allow for size log to contain pkgpath(pkgname) instead of just pkgpath. make -S useful again: allow it to "prime" the log from an existing source, but don't write back to it. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/02/02 03:38:26 Modified files: infrastructure/man/man1: dpb.1 Log message: document -S CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2013/02/02 04:15:02 Log message: Import Tcl 8.6.0 Highlights: OO, IPV6, coroutines, zlib, threads Release info: http://tcl.tk/software/tcltk/8.6.html ok landry@, sthen@ Status: Vendor Tag: stu Release Tags: stu_20130202 N ports/lang/tcl/8.6/distinfo N ports/lang/tcl/8.6/Makefile N ports/lang/tcl/8.6/patches/patch-unix_installManPage N ports/lang/tcl/8.6/patches/patch-library_tm_tcl N ports/lang/tcl/8.6/patches/patch-tools_installData_tcl N ports/lang/tcl/8.6/patches/patch-unix_Makefile_in N ports/lang/tcl/8.6/patches/patch-library_init_tcl N ports/lang/tcl/8.6/patches/patch-tests_binary_test N ports/lang/tcl/8.6/pkg/DESCR N ports/lang/tcl/8.6/pkg/PLIST N ports/lang/tcl/8.6/pkg/PFRAG.shared N ports/lang/tcl/8.6/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2013/02/02 04:15:33 Modified files: lang/tcl : Makefile tcl.port.mk Log message: +8.6 CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2013/02/02 04:18:09 Log message: Import Tk 8.6.0 Highlights: PNG, busy windows, angled text Release info: http://tcl.tk/software/tcltk/8.6.html ok landry@, sthen@ Status: Vendor Tag: stu Release Tags: stu_20130202 N ports/x11/tk/8.6/Makefile N ports/x11/tk/8.6/distinfo N ports/x11/tk/8.6/patches/patch-unix_installManPage N ports/x11/tk/8.6/patches/patch-unix_Makefile_in N ports/x11/tk/8.6/patches/patch-library_tk_tcl N ports/x11/tk/8.6/pkg/DESCR N ports/x11/tk/8.6/pkg/PLIST N ports/x11/tk/8.6/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2013/02/02 04:18:28 Modified files: x11/tk : Makefile tk.port.mk Log message: +8.6 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/02/02 04:30:34 Modified files: emulators/qemu : Makefile distinfo emulators/qemu/patches: patch-configure emulators/qemu/pkg: PLIST Removed files: emulators/qemu/patches: patch-hw_e1000_c Log message: Update to QEMU 1.3.1. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/02/02 04:47:47 Modified files: devel/libdvdread: Makefile devel/libdvdread/patches: patch-Makefile Log message: directly link with dvdcss, we've been run-depending on it for ages anyhows. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/02/02 05:28:50 Modified files: infrastructure/mk: bsd.port.mk Log message: fix ALL_FAKE_FLAGS to not contain -jN twice CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/02/02 05:29:20 Modified files: infrastructure/mk: bsd.port.mk Log message: add proper support for mfs builds, namely WRKOBJDIR_MFS and friends CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/02/02 05:30:32 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: switch to USE_MFS=Yes requires -current bsd.port.mk CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/02/02 05:31:06 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: print pkgname along with pkgpath, zap show-fake-size CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/02/02 05:51:12 Modified files: audio/shell-fm : Makefile distinfo Removed files: audio/shell-fm/patches: patch-source_readline_c patch-source_tag_c Log message: Update to the latest snapshot from github. Implemented the Last.fm Web Services API v2.0. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/02/02 06:23:24 Modified files: infrastructure/mk: bsd.port.mk Log message: zap duplicate line spotted by naddy@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/02 06:26:18 Modified files: gnu/egcs/gcc : config.gcc gnu/egcs/gcc/config/m68k: m68k.c gnu/usr.bin/binutils/bfd: config.bfd gnu/usr.bin/binutils/gas: configure configure.in gnu/usr.bin/binutils/gdb: configure.tgt m68kbsd-tdep.c gnu/usr.bin/binutils/gdb/config/m68k: obsd.mh gnu/usr.bin/binutils/ld: Makefile.am Makefile.in configure.tgt Added files: gnu/egcs/gcc/config/m68k: openbsdelf.h gnu/usr.bin/binutils/ld/emulparams: m68kelfobsd.sh Log message: ELF toolchain for m68k, following the SysV/m68k ABI (32-bit types aligned on 32-bit boundaries, function return values being in %a0 instead of %d0 if they are declared as pointers, and in fp registers if they are floating point types). Compiler configuration bits (including a few m68k PIC code generation fixes) borrowed from NetBSD. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/02 06:29:14 Modified files: lib/csu/m68k : Makefile crt0.c lib/libc/arch/m68k: SYS.h lib/libc/arch/m68k/gen: _setjmp.S adddf3.S addsf3.S ashlsi3.S ashrsi3.S cmpdf2.S cmpsf2.S divdf3.S divsf3.S divsi3.S extendsfdf2.S fabs.S fixdfsi.S fixunsdfsi.S floatsidf.S flt_rounds.S fpgetmask.S fpgetround.S fpgetsticky.S fpsetmask.S fpsetround.S fpsetsticky.S ldexp.S lshlsi3.S lshrsi3.S modf.S modsi3.S muldf3.S mulsf3.S mulsi3.S negdf2.S negsf2.S setjmp.S sigsetjmp.S subdf3.S subsf3.S truncdfsf2.S udivsi3.S umodsi3.S umulsi3.S lib/libc/arch/m68k/net: htonl.S htons.S ntohl.S ntohs.S lib/libc/arch/m68k/stdlib: abs.S insque.S remque.S lib/libc/arch/m68k/string: bcmp.S bcopy.S bzero.S ffs.S index.S memcmp.S memset.S rindex.S strcat.S strcmp.S strcpy.S strlcpy.S strlen.S strncmp.S strncpy.S swab.S lib/libc/arch/m68k/sys: Ovfork.S brk.S cerror.S exect.S fork.S sbrk.S sigpending.S sigprocmask.S sigreturn.S sigsuspend.S syscall.S tfork_thread.S lib/libm/arch/mc68881: e_acos.S e_acosf.S e_acosl.S e_asin.S e_asinf.S e_asinl.S e_atanh.S e_atanhf.S e_cosh.S e_coshf.S e_exp.S e_expf.S e_log.S e_log10.S e_log10f.S e_logf.S e_remainder.S e_remainderf.S e_scalb.S e_scalbf.S e_sinh.S e_sinhf.S e_sqrt.S e_sqrtf.S e_sqrtl.S fenv.c s_atan.S s_atanf.S s_atanl.S s_ceil.S s_ceilf.S s_copysign.S s_copysignf.S s_copysignl.S s_cos.S s_cosf.S s_cosl.S s_expm1.S s_expm1f.S s_floor.S s_floorf.S s_log1p.S s_log1pf.S s_logb.S s_logbf.S s_logbl.S s_rint.S s_rintf.S s_rintl.S s_scalbnf.S s_scalbnl.S s_sin.S s_sinf.S s_sinl.S s_tan.S s_tanf.S s_tanh.S s_tanhf.S s_tanl.S lib/librthread/arch/m68k: cerror.S lib/libc/sys : Makefile.inc Added files: lib/csu/m68k : md_init.h lib/libc/arch/m68k/sys: __get_tcb.S shmat.S Log message: Userland bits for m68k/ELF. Mostly addition of register prefixes to the assembler instructions, and cope with the few changes in return values location. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/02 06:32:06 Modified files: sys/arch/m68k/060sp: Makefile asm2gas copyright.S fnetbsd.S inetbsd.S netbsd.S sys/arch/m68k/fpsp: asm2gas bindec.sa decbin.sa do_func.sa get_op.sa netbsd.sa util.sa x_store.sa sys/arch/m68k/include: asm.h cdefs.h db_machdep.h profile.h psl.h sys/arch/m68k/m68k: bcopy.s copy.s copypage.s oc_cksum.s sigcode.s sigreturn.s support.s trap_subr.s sys/lib/libkern/arch/m68k: bcmp.S bzero.S ffs.S htonl.S htons.S memcmp.S memset.S scanc.S skpc.S strcmp.S strlen.S strncmp.S strncpy.S Added files: sys/arch/m68k/include: reloc.h Log message: Kernel bits for m68k/ELF, mostly from NetBSD. In addition, the `pmod' symbel in fpsp has to be renamed due to a clash with other parts of the kernel. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/02 06:34:29 Modified files: distrib/hp300/ramdisk: Makefile Makefile.inc sys/arch/hp300/conf: Makefile.hp300 sys/arch/hp300/dev: ctreg.h dmareg.h dvboxreg.h hdreg.h rboxreg.h topcatreg.h sys/arch/hp300/hp300: bus_space.c intr.c locore.s sys/arch/hp300/stand/cdboot: Makefile sys/arch/hp300/stand/common: autoconf.c hd.c machdep.c sd.c version.c sys/arch/hp300/stand/include: rominfo.h scsireg.h sys/arch/hp300/stand/libsa: exec_hp300.c sys/arch/hp300/stand/mkboot: mkboot.c sys/arch/hp300/stand/uboot: Makefile srt0.S Added files: sys/arch/hp300/include: reloc.h Log message: hp300 ELF bits. Requires many device and prom related structs to now be declared as packed due to them containing 32-bit types at 16-bit but not 32-bit aligned offsets. The boot block updates (especially mkboot) come straight from NetBSD. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/02/02 06:35:17 Modified files: infrastructure/bin: dpb infrastructure/lib/DPB: Engine.pm Heuristics.pm PortBuilder.pm infrastructure/lib/DPB/Job: Port.pm Log message: move control of the "building in mfs" part under PortsBuilder/Heuristics. Store previous pkgname. do show-size only sporadically if fullpkgname didn't change CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/02 06:36:06 Modified files: distrib/mvme68k/ramdisk: Makefile sys/arch/mvme68k/conf: Makefile.mvme68k sys/arch/mvme68k/include: prom.h sys/arch/mvme68k/mvme68k: locore.s machdep.c sys/arch/mvme68k/stand/bootsd: Makefile sys/arch/mvme68k/stand/bootst: Makefile sys/arch/mvme68k/stand/bootxx: Makefile sys/arch/mvme68k/stand/bugcrt: bugcrtS.S sys/arch/mvme68k/stand/libsa: SRT0.S sys/arch/mvme68k/stand/netboot: Makefile dev_net.c sys/arch/mvme68k/stand/sboot: Makefile XBUG.S XSRT0.S oc_cksum.S Added files: sys/arch/mvme68k/include: reloc.h sys/arch/mvme68k/stand: ld.script Log message: mvme68k ELF bits. Boot block updates heavily based upon the recent mvme88k a.out->ELF transition. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/02 06:37:02 Modified files: libexec/ld.so/m68k: ldasm.S Log message: Be sure to pass a NULL cleanup pointer to CSU. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/02 06:38:08 Modified files: gnu/egcs/libstdc++: Makefile.bsd-wrapper Log message: Compile stdexcepti.cc with -O0 on m68k when compiling it -fPIC to avoid an ICE in the compiler. Not investigated further since the compiler will hopefully get an upgrade soon. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/02 06:38:41 Modified files: . : Makefile.cross share/mk : bsd.own.mk Log message: m68k ports are now ELF citizens. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/02 06:41:47 Modified files: distrib/sets/lists/base: md.hp300 md.mvme68k distrib/sets/lists/comp: md.hp300 md.mvme68k distrib/sets/lists/man: md.hp300 md.mvme68k Log message: sync CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2013/02/02 06:45:11 Modified files: usr.bin/libtool: libtool Log message: m68k has switched to ELF. ok miod@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/02 06:47:17 Modified files: gnu/usr.bin/ld : Makefile Removed files: gnu/usr.bin/ld/rtld: Makefile ld.so.1 malloc.c md-prologue.c rtld.c Log message: The a.out rtld is no longer used. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2013/02/02 08:03:58 Modified files: sys/dev/usb : if_urndis.c Log message: - remove product/vendor table and let the driver attach based on class, etc. - print what type of device is. tested by sthen@. similar diff tested by jasper@ and gonzalo@. ok mpi@ and sthen@ if you have one of these devices please give it a try and mail the details. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/02/02 08:41:17 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/patches: patch-youtube_dl_FileDownloader_py www/youtube-dl/pkg: PLIST Added files: www/youtube-dl/patches: patch-setup_py Removed files: www/youtube-dl/files: setup.py Log message: Update to youtube-dl-2013.02.01 ok pirofti@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/02/02 08:56:33 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/patches: patch-setup_py patch-youtube_dl_FileDownloader_py Log message: ...And to 2013.02.02, so my local patch goes away. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/02 08:58:56 Log message: import yard-0.8.3 YARD is a documentation generation tool for the Ruby programming language. It enables the user to generate consistent, usable documentation that can be exported to a number of formats very easily, and also supports extending for custom Ruby constructs such as custom class level definitions. ok jeremy@ Status: Vendor Tag: jasper Release Tags: jasper_20130202 N ports/textproc/ruby-yard/distinfo N ports/textproc/ruby-yard/Makefile N ports/textproc/ruby-yard/pkg/PLIST N ports/textproc/ruby-yard/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/02 09:00:55 Modified files: textproc : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/02 10:19:58 Modified files: audio/p5-CDDB_get: Makefile distinfo Log message: - update to p5-CDDB_get-2.28 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/02 10:21:18 Modified files: converters/p5-Finance-Currency-Convert-XE: Makefile distinfo Log message: - update to Finance-Currency-Convert-XE-0.22 CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2013/02/02 10:28:20 Modified files: . : sun3.html pmax.html pegasos.html mac68k.html cats.html arc.html amiga.html Log message: Switch to past tense in the discontinued port pages. For those who had a `if you resurrect this port, contact someone@' notice, remove it; if such an event occurs, it would be better to contact us through the mailinglists. For those who had a port maintainer listed, remove it, obviously. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/02 10:29:00 Modified files: converters/p5-Net-IDN-Nameprep: Makefile distinfo Log message: - update to p5-Net-IDN-Nameprep-1.101 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/02 10:29:14 Modified files: converters/p5-Net-IDN-Encode: Makefile distinfo Log message: - update to p5-Net-IDN-Encode-1.102 CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2013/02/02 10:30:22 Modified files: . : solbourne.html beagle.html aviion.html palm.html hp300.html mvme88k.html mvme68k.html luna88k.html landisk.html alpha.html Log message: Minor tweaks and fixes... CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2013/02/02 10:30:48 Modified files: . : plat.html Log message: Move hp300 and mvme68k up again for a while... CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/02 10:38:43 Modified files: converters/p5-Unicode-Stringprep: Makefile distinfo Log message: - update to p5-Unicode-Stringprep-1.104 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/02 10:39:21 Modified files: converters/p5-Unicode-Stringprep: Makefile Log message: actually, this can do w/o USE_GROFF. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2013/02/02 10:39:23 Modified files: devel/jdk/1.7 : Makefile Added files: devel/jdk/1.7/patches: patch-jdk_src_solaris_native_java_net_PlainDatagramSocketImpl_c patch-jdk_src_solaris_native_java_net_bsd_close_c Log message: - Restore poll(2) based NET_Timeout implementation that was changed to select(2) for MacOSX support. The select based implementation was causing crashes under load for at least FreeBSD. - Fix MulticastSocket.setInterface(). Report and fix from Oliver Lehmann on bsd-port list. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2013/02/02 10:41:18 Modified files: devel/jdk/1.6 : Makefile Added files: devel/jdk/1.6/patches: patch-jdk_src_solaris_native_java_net_PlainDatagramSocketImpl_c Log message: - Fix MulticastSocket.setInterface(). Report and fix from Oliver Lehmann on bsd-port list. CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2013/02/02 11:22:48 Modified files: faq : current.html Log message: Document m88k gaining shared libraries and m68k switching to ELF. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/02 13:20:42 Modified files: sbin/dhclient : dhclient.c Log message: Expunge unused variables and pointless construction of same in bind_lease(). CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2013/02/02 16:51:20 Modified files: . : zaurus.html Log message: mention the codenames the machines are often referred to by CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/02/02 16:51:45 Modified files: emulators/qemu : Makefile emulators/qemu/patches: patch-configure Added files: emulators/qemu/patches: patch-hw_pxa2xx_c patch-rules_mak Log message: - Build option ROM .S files with separate preprocessor and assembler steps because the C compiler could be unsuitable. - When the pxa2xx performance counter related cp14 registers were converted from a switch-statement implementation to the new table driven cpregs format in commit dc2a9045c, the crn and crm values for all these registers were accidentally transposed. Fixes being able to boot OpenBSD/zaurus. ok sthen@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2013/02/03 00:49:53 Modified files: faq/fr : current.html faq8.html fr : anoncvs.html cvsync.html errata50.html errata51.html ftp.html i386.html security.html vax-simh.html want.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: ports Changes by: brad@cvs.openbsd.org 2013/02/03 02:55:15 Modified files: security/botan : Makefile distinfo Log message: Update to Botan 1.10.4. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/03 03:38:40 Modified files: lib/libc/sys : Makefile.inc Log message: gremlin crept in CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/03 04:01:10 Log message: Import phpvirtualbox-4.2.4. phpVirtualBox is an open source, AJAX implementation of the VirtualBox user interface written in PHP. As a modern web interface, it allows you to access and control remote VirtualBox instances. <...> ok jasper@ sthen@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20130203 N ports/www/phpvirtualbox/Makefile N ports/www/phpvirtualbox/distinfo N ports/www/phpvirtualbox/files/phpvirtualbox.conf N ports/www/phpvirtualbox/pkg/DESCR N ports/www/phpvirtualbox/pkg/PLIST N ports/www/phpvirtualbox/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/03 04:01:46 Modified files: www : Makefile Log message: +phpvirtualbox CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2013/02/03 05:09:27 Modified files: x11/e17/e : Makefile x11/e17/e/pkg : PLIST x11/e17/edje : Makefile x11/e17/elementary: Makefile x11/e17/elementary/pkg: PLIST x11/e17/emotion: Makefile x11/e17/emotion/pkg: PLIST x11/e17/evas : Makefile x11/e17/evas/pkg: PLIST Added files: x11/e17 : e17.port.mk Log message: - add a e17.port.mk module handling RUN_DEPENDS for icon cache, desktop db, mime info db updates and removal of .la files in modules. - add exec/unexec-delete goo for update-desktop-database in e17/e - bump REVISIONs accordingly due to changed PLISTs with help/feedback sthen@, ajacoutot@ ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2013/02/03 05:53:11 Modified files: graphics/DevIL : Makefile distinfo graphics/DevIL/pkg: PLIST Added files: graphics/DevIL/patches: patch-src-ILUT_src_ilut_opengl_c Removed files: graphics/DevIL/pkg: PFRAG.shared Log message: - enable building of libILU and libILUT - bring in ilur cli program usable for various graphics transformations - regen distinfo - merge PFRAG.shared into PLIST (pointed out by dcoppa@) ok landry@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/02/03 06:19:23 Modified files: audio/sox : Makefile distinfo Log message: maintenance update to Sox 14.4.1, from Jan Stary CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/03 06:21:38 Modified files: www/gtkhtml4 : Makefile distinfo Log message: - update to gtkhtml-4.6.3 CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/02/03 06:21:43 Modified files: multimedia/phonon: Makefile x11/kde4/akonadi: Makefile x11/kde4/artwork: Makefile x11/kde4/base : Makefile x11/kde4/base-workspace: Makefile x11/kde4/edu : Makefile x11/kde4/games : Makefile x11/kde4/libs : Makefile x11/kde4/pim : Makefile x11/kde4/pimlibs: Makefile Log message: Change x11/kde4/automoc dependency to devel/automoc for current KDE4 ports. okay espie@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/02/03 06:31:48 Removed files: x11/kde4/automoc: Makefile distinfo x11/kde4/automoc/pkg: DESCR PLIST Log message: Bye-bye x11/kde4/automoc. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2013/02/03 06:36:40 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document USE_MFS and WRKOBJDIR_MFS CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/02/03 06:38:13 Modified files: infrastructure/man/man1: dpb.1 Log message: document mfs location CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2013/02/03 07:02:30 Modified files: mail/exmh2 : Makefile distinfo mail/exmh2/files: configure Added files: mail/exmh2/patches: patch-exmh_MASTER Log message: Use Tcl/Tk 8.5, make fonts look ok. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/02/03 07:04:24 Modified files: security/opensc: Makefile Log message: drop MAINTAINER, "I'm not actively maintaining this port anymore" as per his mail copied to ports@. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/02/03 07:24:08 Modified files: x11/kde4 : Makefile Log message: Unlink x11/kde4/automoc, reminded by sthen@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/02/03 07:27:25 Modified files: www/trac : Makefile distinfo Log message: bugfix update to Trac 1.0.1 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2013/02/03 07:48:03 Modified files: devel/guichan : Makefile distinfo devel/guichan/pkg: PLIST Log message: Update guichan to 0.8.2 and take MAINTAINER. ok armani@ (previous MAINTAINER) jasper@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2013/02/03 07:52:46 Added files: security/gnupg/patches: patch-mpi_longlong_h Log message: Fix an "elseif if ..." statement, allowing this to build on mips64*. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/03 08:03:03 Modified files: devel/jdk : java.port.mk devel/leiningen: Makefile Log message: add MODJAVA_*_DIR to SUBST_VARS. ok kurt@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2013/02/03 08:05:22 Modified files: share/man/man5 : port-modules.5 Log message: sync w/ recent java.port.mk update CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/03 08:10:36 Modified files: sbin/dhclient : kroute.c Log message: Use RTM_GET rather than the sysctl/scan all routes dance to obtain the current default route. Much less work for the routing system. Suggested by claudio@. ok beck@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/03 08:12:29 Modified files: x11/yad : Makefile distinfo Log message: - update to yad-0.19.1 CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2013/02/03 08:51:30 Modified files: sysutils/parallel: Makefile distinfo Log message: update parallel to 20130122 Notable changes, besides press coverage, are: * --sshdelay Delay starting next ssh by secs seconds. GNU parallel will pause secs seconds after starting each ssh. secs can be less than 1 seconds. * Official OpenBSD port: http://ftp.openbsd.org/ports/sysutils/parallel/ * Bug fixes and man page updates. ok sthen@, pascal@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/02/03 09:04:24 Modified files: share/man/man5 : bsd.port.mk.5 Log message: *an* mfs; CVSROOT: /cvs Module name: www Changes by: austin@cvs.openbsd.org 2013/02/03 09:08:20 Modified files: . : donations.html Log message: Added Patrik Lundin CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/02/03 09:16:24 Modified files: databases/hs-postgresql-libpq: Makefile distinfo databases/hs-postgresql-simple: Makefile Log message: Update hs-postgresql-libpq to 0.8.2.2 and bump hs-postgresql-simple From David Schaefer, who also takes maintainership OK kili@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/03 09:44:03 Log message: import hiera-1.1.2 Hiera is a simple pluggable Hierarchical Database. It can be used to store various information and therefor is a good fit for the representation of infrastructure information. It can be used to querying multiple data backends e.g. YAML or Puppet. ok jeremy@ Status: Vendor Tag: jasper Release Tags: jasper_20130302 N ports/databases/ruby-hiera/distinfo N ports/databases/ruby-hiera/Makefile N ports/databases/ruby-hiera/pkg/PLIST N ports/databases/ruby-hiera/pkg/DESCR N ports/databases/ruby-hiera/files/hiera.yaml No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/03 09:45:22 Modified files: databases : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/03 09:45:57 Log message: import json_pure-1.7.6 This is a implementation of the JSON specification according to RFC 4627. You can think of it as a low fat alternative to XML, if you want to store data to disk or transmit it over a network rather than use a verbose markup language. ok jeremy@ Status: Vendor Tag: jasper Release Tags: jasper_20130302 N ports/devel/ruby-json_pure/Makefile N ports/devel/ruby-json_pure/distinfo N ports/devel/ruby-json_pure/pkg/DESCR N ports/devel/ruby-json_pure/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/03 09:47:44 Modified files: devel : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/03 10:31:52 Modified files: lang/vala : Makefile Log message: vala doesn't need RUN_DEPENDS on libxslt and some random perl module anymore; so just make libxslt a build dependency. ok aja@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2013/02/03 12:42:34 Modified files: de : alpha.html amiga.html arc.html hp300.html landisk.html mac68k.html mvme68k.html mvme88k.html plat.html pmax.html sun3.html zaurus.html faq/nl : faq8.html nl : anoncvs.html cvsync.html donations.html ftp.html plat.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2013/02/03 13:47:02 Modified files: gnu/gcc/gcc/config/pa: openbsd.h Log message: Sanitize LINK_SPEC for hppa, making it identical to what we have on amd64 and i386. ok pascal@, miod@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2013/02/03 13:47:57 Modified files: gnu/gcc/gcc/config/pa: openbsd64.h Log message: Sanitize LINK_SPEC for hppa64, making it identical to what we have on amd64 and i386. pointed out by miod@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2013/02/03 14:03:39 Modified files: devel/jdk/1.6 : Makefile Added files: devel/jdk/1.6/patches: patch-hotspot_src_cpu_x86_vm_globals_x86_hpp Log message: - Fix intermittent segfaults by enabling UseMembar by default. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/03 14:04:19 Modified files: usr.sbin/dhcpd : bpf.c dhcpd.h packet.c sbin/dhclient : bpf.c dhcpd.h packet.c Log message: Remove unused (a.k.a. always passed NULL) parameter 'data' from decode_udp_ip_header() and the useless check of it. Part of original diff from pelikan about udp length errors. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/02/03 14:17:21 Modified files: infrastructure/lib/DPB: PortBuilder.pm Log message: oops CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/02/03 14:45:52 Modified files: infrastructure/lib/DPB: Locks.pm infrastructure/lib/DPB/Job: Port.pm Log message: be a bit more verbose about what's going on for junk specifically: - log the paths that may run junk - explicitly log nojunk behavior CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/02/03 15:27:28 Modified files: infrastructure/man/man1: dpb.1 Log message: document that dpb will be smart about calling show-size CVSROOT: /cvs Module name: src Changes by: bcallah@cvs.openbsd.org 2013/02/03 15:35:53 Modified files: sys/arch/octeon/conf: files.octeon Log message: Let the octeon kernel link properly. ok miod@ CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2013/02/03 16:07:02 Modified files: net/ettercap : Makefile Added files: net/ettercap/patches: patch-man_CMakeLists_txt Log message: Add dependency on bison and patch not to create unused ps nad ps files. Ok sthen@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2013/02/03 16:18:19 Modified files: gnu/usr.bin/binutils/gas/config: tc-i386.h gnu/usr.bin/binutils-2.17/gas/config: tc-i386.h Log message: Stop as(1) from optimizing away R_X86_64_GOTPCREL relocations. ok miod@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/02/03 18:27:55 Modified files: sys/scsi : mpath_sym.c Log message: some stuff i found in old storedge 3500 disk trays seem to work fine. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2013/02/03 22:55:58 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: fix authenticated relaying example CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/04 00:14:20 Modified files: mail/zarafa/zarafa: Makefile mail/zarafa/zarafa/patches: patch-installer_linux_server_cfg Log message: ${SYSCONFDIR}/ssl -> /etc/ssl CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/04 00:55:26 Modified files: graphics/py-Imaging: Makefile graphics/py-Imaging/pkg: PLIST-bin PLIST-main Log message: add conflict markers with py-Pillow. CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/02/04 00:59:45 Modified files: www/php-predis : Makefile distinfo www/php-predis/pkg: PLIST Log message: Update to Predis-0.8.2 CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/02/04 02:19:44 Modified files: x11/fluxbox : Makefile x11/fluxbox/patches: patch-src_FbTk_Timer_cc Log message: Fix regression regarding timers with equal end-time (upstream git commit 3e4ee48bf16be6925b7c35ab8bd73bd962c674d8) CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2013/02/04 02:22:30 Modified files: share/man/man5 : port-modules.5 Log message: MODPY_BIN_ADJ has been made internal to the python module, so stop talking about it in port-modules(5), flesh out MODPY_ADJ_FILES instead. From a discussion with rpe; ok rpe rpointel CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/02/04 02:25:20 Modified files: security/pcsc-lite: Makefile security/pcsc-lite/patches: patch-src_spy_libpcscspy_c security/pcsc-lite/pkg: PLIST Removed files: security/pcsc-lite/pkg: PFRAG.shared Log message: Explicitly ignore the result of write(2): even if write(2) fails, the show must go on (upstream svn revision 6511) While here, merge PFRAG.shared into PLIST, to quiesce update-plist CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/02/04 02:43:57 Modified files: infrastructure/bin: dpb Log message: some of args seen in trace might be undef'd. avoid triggering the WARN handler while handling SIG{INFO}. Also, have parse_size_info be verbose about what's going on. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/02/04 03:04:44 Modified files: security/wpa_supplicant: Makefile Added files: security/wpa_supplicant/patches: patch-src_utils_eloop_c Log message: don't try to access list members to free them unless already initialised; fixes a crash with wpa_priv usage(); wpa_priv not yet enabled CVSROOT: /cvs Module name: ports Changes by: dcoppa@cvs.openbsd.org 2013/02/04 03:05:53 Modified files: x11/gnome-mplayer: Makefile x11/gnome-mplayer/patches: patch-src_gui_c Log message: Hide some items on the context menu, when not under plugin control (upstream svn revision r2401) CVSROOT: /cvs Module name: ports Changes by: brett@cvs.openbsd.org 2013/02/04 03:33:33 Modified files: x11/compiz/core: Makefile Log message: Updated compiz website/master site addresses. ok Stuart Henderson and David Coppa. CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2013/02/04 03:35:14 Log message: import ansible-0.9 Ansible is a radically simple model-driven configuration management, deployment, and command execution framework. with help from and ok sthen@ ajacoutot@ (looks fine) Status: Vendor Tag: rpe Release Tags: rpe_20130204 N ports/sysutils/ansible/Makefile N ports/sysutils/ansible/distinfo N ports/sysutils/ansible/pkg/PLIST N ports/sysutils/ansible/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rpe@cvs.openbsd.org 2013/02/04 03:37:34 Modified files: sysutils : Makefile Log message: add ansible CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2013/02/04 03:47:14 Added files: share/man/man4/man4.loongson: glxclk.4 Log message: Loongson: Document the glxclk(4) driver that I committed during n2k13. Okay jmc@. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2013/02/04 03:55:08 Modified files: share/man/man4/man4.loongson: Makefile Log message: Loongson: Add glxclk.4 to the makefile. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/02/04 04:35:27 Modified files: infrastructure/man/man1: dpb.1 Log message: state the obvious CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2013/02/04 04:37:09 Modified files: lang/gcc/4.6 : Makefile lang/gcc/4.6/patches: patch-gcc_config_pa_openbsd_h lang/gcc/4.7/patches: patch-gcc_config_pa_openbsd_h Log message: sync hppa LINK_SPEC; ok brad@ no bumps for 4.7 as it doesn't build there CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/02/04 04:42:33 Modified files: base/xenocara/meta: Makefile Log message: fix manifest CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2013/02/04 04:42:36 Modified files: share/man/man4 : ulpt.4 Log message: Fix copy-pasto: A printer is a printer, not an "interface". CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2013/02/04 05:07:14 Modified files: usr.sbin/pkg_add: pkg_add.1 Log message: just noticed that -aa was not documented yet. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/04 06:06:28 Modified files: devel/eclipse/plugins/struts-console: Makefile devel/eclipse/plugins/subclipse: Makefile Log message: - start COMMENT with a lowercase letter - and no need to explain what subversion is anymore CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/04 06:11:43 Modified files: devel/eclipse/plugins: Makefile.inc devel/eclipse/plugins/emf: Makefile devel/eclipse/plugins/epic: Makefile devel/eclipse/plugins/findbugs: Makefile devel/eclipse/plugins/gef: Makefile devel/eclipse/plugins/ivyde: Makefile devel/eclipse/plugins/py-dev: Makefile devel/eclipse/plugins/rdt: Makefile devel/eclipse/plugins/struts-console: Makefile devel/eclipse/plugins/subclipse: Makefile devel/eclipse/plugins/uml2: Makefile devel/eclipse/plugins/wtp: Makefile Log message: move CATEGORIES into Makefile.inc CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/04 06:13:39 Modified files: devel/eclipse/plugins: Makefile.inc devel/eclipse/plugins/emf: Makefile devel/eclipse/plugins/epic: Makefile devel/eclipse/plugins/findbugs: Makefile devel/eclipse/plugins/gef: Makefile devel/eclipse/plugins/ivyde: Makefile devel/eclipse/plugins/py-dev: Makefile devel/eclipse/plugins/rdt: Makefile devel/eclipse/plugins/struts-console: Makefile devel/eclipse/plugins/subclipse: Makefile devel/eclipse/plugins/uml2: Makefile devel/eclipse/plugins/wtp: Makefile Log message: move EXTRACT_SUFX into Makefile.inc CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/02/04 06:33:04 Modified files: share/man/man5 : port-modules.5 Log message: missing newline; CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/04 06:46:34 Modified files: lang/coffeescript: Makefile Log message: this needs PKG_ARCH=* CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2013/02/04 07:44:58 Modified files: usr.bin/make : make.1 Log message: synch with reality, okay jmc@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/04 07:46:24 Modified files: print/cups : Makefile print/cups/pkg : cupsd.rc Log message: Fix man pages renaming. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2013/02/04 08:03:12 Modified files: games/manaplus : Makefile distinfo games/manaplus/patches: patch-data_icons_Makefile_am patch-src_mumblemanager_cpp games/manaplus/pkg: PLIST Added files: games/manaplus/patches: patch-src_logger_h patch-src_utils_stringutils_h Removed files: games/manaplus/patches: patch-src_net_tmwa_network_cpp patch-src_resources_imagewriter_cpp Log message: Update games/manaplus to 1.3.1.20 and take MAINTAINER. This is now the official client, so force upgrade over games/tmw, which is going away. ok landry@ jasper@ Jona Joachim (previous MAINTAINER) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2013/02/04 08:10:22 Modified files: sys/netinet : in_pcb.c Log message: Set sa_len correctly for PF_INET (and be consistent with the PF_INET6 case). On our platforms, sizeof(struct sockaddr) matches sizeof(struct sockaddr_in) so this hasn't caused problems but it is still incorrect. From Anthony Low. OK martynas@ bluhm@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2013/02/04 08:10:31 Removed files: games/tmw : Makefile distinfo games/tmw/pkg : DESCR-main DESCR-music PLIST-main PLIST-music Log message: Kill games/tmw. Upstream has forsaken you. Use games/manaplus now, it is the official client. ok kirby@ phessler@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2013/02/04 08:11:31 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: 'tmw' => 'manaplus' CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2013/02/04 08:13:35 Modified files: games : Makefile Log message: unhook tmw CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2013/02/04 08:29:00 Modified files: usr.bin/sudo : redblack.c Log message: In rbrepair(), make sure we never try to change the color of the sentinel node, which is the first entry, not the root. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2013/02/04 08:36:35 Modified files: games/beret : Makefile net/gophernicus: Makefile Log message: Update my email on these ports to my openbsd email. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/02/04 09:20:53 Modified files: audio/akode : Makefile audio/akode/pkg: PLIST Removed files: audio/akode/patches: patch-akode_plugins_ffmpeg_decoder_Makefile_am patch-akode_plugins_ffmpeg_decoder_ffmpeg_decoder_cpp Log message: Disable the FFmpeg support for Akode. Akode is unmaintained bitrotting code and its getting in the way of updating FFmpeg. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/04 09:26:59 Modified files: devel/jenkins : Makefile distinfo devel/jenkins/pkg: DESCR README SECURITY Log message: - update jenkins to 1.500 - expand README/DESCR/SECURITY ok gonzalo@ ian@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2013/02/04 11:22:57 Added files: mail/zarafa/zarafa/patches: patch-ECtools_zarafa-search_Makefile_in Log message: fix build failure CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/02/04 13:44:42 Modified files: infrastructure/mk: bsd.port.mk Log message: surprisingly some targets still have problems with pseudo-flavors problem noticed by naddy@, turns out the *-dir-depends targets should use build stuff preferentially... CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/04 14:18:48 Modified files: mail/archiveopteryx: Makefile mail/archiveopteryx/pkg: PLIST Log message: - don't use ${SYSCONFDIR}/ssl/, but /etc/ssl/ instead ok aja@ landry@ (MAINTAINER)_ CVSROOT: /cvs Module name: ports Changes by: tobiasu@cvs.openbsd.org 2013/02/04 14:23:40 Modified files: lang/gcc/4.2 : Makefile lang/gcc/4.2/patches: patch-gcc_config_gcc Added files: lang/gcc/4.2/patches: patch-gcc_config_sh_lib1funcs_asm patch-gcc_config_sh_openbsd_h patch-gcc_config_sh_sh-protos_h patch-gcc_config_sh_sh_c patch-gcc_config_sh_sh_h patch-gcc_config_sh_sh_md patch-gcc_config_sh_sh_opt patch-gcc_config_sh_t-sh Log message: Add our SH backend. ok espie@ pascal@ CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2013/02/04 14:32:46 Modified files: security/libssh: Makefile distinfo Log message: Update to 0.5.4. security fix, more info http://www.libssh.org/2013/01/22/libssh-0-5-4-security-release/ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2013/02/04 16:13:41 Modified files: sys/dev/usb : if_rsu.c Log message: The firmware isn't always happy with the length of the "join BSS" command that we send. It seems to want some extra padding, but it isn't entirely clear how much. So pass the size of the entire buffer that we allocate for this command instead, which seems to always work. ok stsp@ CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2013/02/04 17:26:31 Modified files: etc/rc.d : sshd Log message: Make sure new config is valid before SIGHUP'ing sshd, which would otherwise just kill it. ok ajacoutot@ djm@ pirofti@, quite some time ago CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2013/02/04 22:48:14 Modified files: share/man/man4/man4.loongson: glxpcib.4 Log message: Loongson: Reference glxclk(4) from the glxpcib(4) manual page. Suggested by jasper@, confirmed by miod@. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2013/02/04 23:23:25 Modified files: www/chromium : Makefile distinfo Log message: update to 24.0.1312.68 CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2013/02/04 23:44:20 Modified files: share/man/man4/man4.loongson: glxclk.4 Log message: Loongson: Use fullname and reference the paper properly in glxclk(4). Suggested by miod@. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/02/05 00:29:42 Modified files: share/man/man4/man4.loongson: glxclk.4 Log message: quote the %B arguments: groff thinks "In" is a macro, and barfs; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/05 00:37:33 Modified files: security/gnutls: Makefile distinfo security/gnutls/pkg: PLIST Removed files: security/gnutls/patches: patch-lib_gnutls_pc_in security/gnutls/pkg: PFRAG.shared Log message: SECURITY update to gnutls-3.1.7. GNUTLS-SA-2013-1: http://www.isg.rhul.ac.uk/tls/ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/05 00:43:28 Modified files: www/opera : Makefile distinfo www/opera/pkg : PLIST Log message: SECURITY update to opera-12.13. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/02/05 02:19:31 Modified files: audio/deadbeef : Makefile audio/deadbeef/pkg: PLIST Log message: Temporarily disable the FFmpeg backend until the author rewrites it to not use long deprecated and now removed API. ok shadchin@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2013/02/05 02:33:29 Modified files: sys/arch/sparc64/include: asm.h sys/arch/sparc64/sparc64: locore.s Log message: Do not profile the various ipi functions. This is a requirement for the upcoming per-CPU profiling modifications and it does not make much sense to profile such low-level functions anyway. ok kettenis@, miod@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2013/02/05 02:49:38 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: commit documentation for "helo" in relay rules CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/02/05 03:06:08 Modified files: share/man/man4/man4.loongson: glxclk.4 Log message: McCane, not Mccane. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/02/05 03:20:52 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: Update to Postfix 2.10-20130201 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/02/05 03:31:01 Log message: QJson is a Qt-based library that maps JSON data to QVariant objects. JSON arrays will be mapped to QVariantList instances, while JSON's objects will be mapped to QVariantMap. This is prerequisite of Clementine and many KDE4 ports. okay landry@ Status: Vendor Tag: zhuk Release Tags: zhuk_20130205 N ports/devel/qjson/Makefile N ports/devel/qjson/distinfo N ports/devel/qjson/pkg/DESCR N ports/devel/qjson/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/05 03:31:57 Modified files: net/ruby-stomp : Makefile distinfo net/ruby-stomp/pkg: PLIST Log message: - update to stomp-1.2.8 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/05 03:32:31 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm sysutils/ruby-augeas: Makefile Log message: - fixup stupid pkgname CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/02/05 03:36:34 Log message: An extremely memory-efficient hash map implementation. 2 bits/entry overhead! The SparseHash library contains several hash map implementations, including implementations that optimize for space or speed. These hashtable implementations are similar in API to SGI's hash_map class and the tr1 unordered_map class, but with different performance characteristics. It's easy to replace hash_map or unordered_map by sparse_hash_map or dense_hash_map in C++ code. They also contain code to serialize and unserialize from disk. This is a prerequisite of upcoming Clementine. okay@ landry Status: Vendor Tag: zhuk Release Tags: zhuk_20130205 N ports/devel/sparsehash/Makefile N ports/devel/sparsehash/distinfo N ports/devel/sparsehash/pkg/DESCR N ports/devel/sparsehash/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/05 03:39:29 Modified files: devel/py-nose : Makefile devel/vtags : Makefile editors/libreoffice: Makefile net/synergy : Makefile textproc/xerces: Makefile devel/qjson : Makefile Log message: Set the full path to gtar and do not hardcode /usr/local. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/05 03:40:38 Modified files: textproc/xerces: Makefile Log message: No need for conditionnal var. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/02/05 03:46:46 Modified files: mail/postfix/stable: Makefile distinfo Log message: Update to Postfix 2.9.6. ok sthen@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2013/02/05 03:53:57 Modified files: usr.sbin/smtpd : mda.c mta.c mta_session.c Log message: Spelling fixes: retreive -> retrieve. ok gilles CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2013/02/05 04:01:45 Modified files: usr.bin/tmux : format.c Log message: Don't set some string formats if the string is NULL. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2013/02/05 04:08:59 Modified files: usr.bin/tmux : grid.c screen.c tmux.h window-choose.c window-clock.c window-copy.c window.c Log message: Automatically reflow wrapped lines when a pane is resized, requested by many over the years and finally implemented by Richard Woodbury. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/02/05 04:09:11 Log message: Chromaprint is the core component of the Acoustid project. It's a client-side library that implements a custom algorithm for extracting fingerprints from any audio source. This is another prerequisite of Clemetine. okay landry@ Status: Vendor Tag: zhuk Release Tags: zhuk_20130205 N ports/audio/chromaprint/Makefile N ports/audio/chromaprint/distinfo N ports/audio/chromaprint/pkg/DESCR N ports/audio/chromaprint/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/02/05 04:16:14 Modified files: devel : Makefile Log message: Link qjson and sparsehash to build. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/02/05 04:22:50 Modified files: infrastructure/mk: bsd.port.mk Log message: restore read-only behavior: only clean stuff that exists. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/02/05 04:37:24 Modified files: audio : Makefile Log message: Link chromaprint to build. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2013/02/05 04:45:18 Modified files: usr.sbin/smtpd : ioev.c lka.c lka_session.c mda.c mta.c smtp_session.c table.c util.c Log message: - handle getaddrinfo() error as LKA_TEMPFAIL - handle getsockname() error in smtp_connected() - accept '/' as part of user-part, expand to ':' as done by qmail - fix wrong check in mda leading to bogus Return-Path header - fix aliases parsing when there's a white space between key and separator - some cosmethic cleanup CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/02/05 04:47:43 Modified files: x11/kde/multimedia3: Makefile x11/kde/multimedia3/pkg: PLIST Log message: fix following akode diff; sync wantlib while there. pointed out by nigel@ ok espie@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/02/05 04:50:48 Modified files: www/gnash : Makefile www/gnash/pkg : PLIST Log message: Switch to using the GStreamer media backend. ok sthen@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2013/02/05 04:58:39 Modified files: sys/net : if_pflow.c if_pflow.h Log message: netflow v10 omitted the sysUpTime flow set header field from v9. Without it it's not possible to find out at what time a flow started/ended with only flowStartSysUpTime/flowEndSysUpTime. Fix this by using flowStartSeconds/flowEndSeconds for v10. Problem reported by Chris Ivancic and Colin Ligertwood, analyzed by benno@ Tested by benno@ against nprobe (which doesn't care that much one way or the other) Tested by Chris Ivancic against solarwinds collector. OK benno@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/02/05 05:31:03 Modified files: multimedia/xine-ui: Makefile Added files: multimedia/xine-ui/patches: patch-src_xitk_event_c patch-src_xitk_videowin_c patch-src_xitk_xine-toolkit_xitk_c Log message: Some bug fixes from upstream.. - Fix X access deadlocks and stack corruption. - Fix segfaults in signal handler. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/02/05 06:07:09 Modified files: multimedia/gstreamer-0.10/plugins-ffmpeg: Makefile Added files: multimedia/gstreamer-0.10/plugins-ffmpeg/patches: patch-gst-libs_ext_libav_configure patch-gst-libs_ext_libav_libavcodec_inverse_c Log message: Switch gstreamer-ffmpeg to using the internal copy of FFmpeg. gstreamer-ffmpeg is unmaintained upstream and it uses long deprecated API which has been removed from newer FFMpeg/Libav. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2013/02/05 06:09:14 Modified files: x11/kde/multimedia3: distinfo Log message: Remove old md5/sha1. Ok brad@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/02/05 06:57:56 Log message: liblastfm is a collection of libraries to help you integrate Last.fm services into your rich desktop software. It is officially supported software developed by Last.fm staff. This is the last prerequisite for Clementine. "import as-is, i've seen those ports too much" landry@ Status: Vendor Tag: zhuk Release Tags: zhuk_20130205 N ports/audio/liblastfm/Makefile N ports/audio/liblastfm/distinfo N ports/audio/liblastfm/patches/patch-src_CMakeLists_txt N ports/audio/liblastfm/pkg/DESCR N ports/audio/liblastfm/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2013/02/05 06:58:02 Modified files: usr.bin/netstat: inet.c Log message: netstat -vP also shows the new struct sockbuf field sb_flagsintr. OK markus@ claudio@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/02/05 07:00:16 Log message: Clementine is a multiplatform music player. It is inspired by Amarok 1.4, focusing on a fast and easy-to-use interface for searching and playing your music. "import as-is, i've seen those ports too much" landry@ Status: Vendor Tag: zhuk Release Tags: zhuk_20130205 N ports/audio/clementine/Makefile N ports/audio/clementine/distinfo N ports/audio/clementine/patches/patch-ext_libclementine-common_CMakeLists_txt N ports/audio/clementine/patches/patch-ext_libclementine-common_core_logging_cpp N ports/audio/clementine/patches/patch-src_core_utilities_cpp N ports/audio/clementine/patches/patch-src_devices_cddadevice_h N ports/audio/clementine/pkg/DESCR N ports/audio/clementine/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/02/05 07:04:03 Modified files: audio : Makefile Log message: Link in liblastfm and (hooray!) Clemetine. Big thanks to landry@. Probably I should pay for his next eyes check... CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/02/05 07:23:28 Modified files: sysutils/symon : Makefile distinfo Removed files: sysutils/symon/patches: patch-platform_OpenBSD_sm_proc_c Log message: update to symon 2.86, rolling in kinfo_proc changes + an additional fix CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2013/02/05 07:31:32 Modified files: gnu/usr.bin/binutils/ld: lexsup.c gnu/usr.bin/binutils-2.17/ld: lexsup.c Log message: Disable PIE-by-default if -static (or one of its aliases) is passed on the command line. While technically -static only controls whether we link against static libraries, people expect that doing so produces a fully static binary. tested by sthen@ ok pascal@, miod@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/02/05 07:49:29 Modified files: sysutils/nut : Makefile mail/femail : Makefile Log message: bump; make sure static binaries get updated CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/02/05 07:51:16 Modified files: shells/tcsh : Makefile archivers/gtar : Makefile archivers/star : Makefile misc/screen : Makefile net/nslint : Makefile security/shash : Makefile Log message: bump; make sure static binaries get updated CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2013/02/05 08:01:02 Modified files: usr.sbin/nginx : Makefile.bsd-wrapper Log message: Install 50x.html which is part of the default nginx configuration. ok robert@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/05 08:08:45 Log message: import apache-activemq 5.7.0 Apache ActiveMQ is the most popular and powerful open source messaging and Integration Patterns server. Apache ActiveMQ is fast, supports many Cross Language Clients and Protocols, comes with easy to use Enterprise Integration Patterns and many advanced features while fully supporting JMS 1.1 and J2EE 1.4. rc.d help and ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20130502 N ports/net/apache-activemq/Makefile N ports/net/apache-activemq/distinfo N ports/net/apache-activemq/pkg/PLIST N ports/net/apache-activemq/pkg/DESCR N ports/net/apache-activemq/pkg/activemq.rc N ports/net/apache-activemq/pkg/README N ports/net/apache-activemq/files/activemqrc N ports/net/apache-activemq/files/activemq N ports/net/apache-activemq/files/activemq-admin N ports/net/apache-activemq/patches/patch-bin_activemq No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/05 08:09:26 Modified files: net : Makefile Log message: sync CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2013/02/05 08:23:40 Modified files: usr.sbin/smtpd : smtpd.h table.c table_static.c Log message: unbreak broken smtpctl table update fix by eric and I, ok eric@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2013/02/05 08:30:59 Modified files: usr.sbin/smtpd : parse.y Log message: add missing free in config parser ok eric CVSROOT: /cvs Module name: www Changes by: gilles@cvs.openbsd.org 2013/02/05 08:53:12 Modified files: opensmtpd : index.html portable.html users.html Log message: minor updates CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/05 09:53:54 ports/www/zurmo/patches Update of /cvs/ports/www/zurmo/patches In directory cvs.openbsd.org:/tmp/cvs-serv6265/patches Log Message: Directory /cvs/ports/www/zurmo/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/05 09:54:32 Modified files: www/zurmo : Makefile Added files: www/zurmo/patches: patch-zurmo_app_protected_modules_install_utils_CheckServicesUtil_php Log message: Don't check for the webserver, both in-tree httpd(8) and nginx(8) work fine. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/05 11:01:25 Modified files: sysutils : Makefile Log message: build a ruby18 version of puppet-lint too. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/02/05 11:13:35 Modified files: editors/emacs21: Makefile Log message: don't pass -nopie / -fno-pie on gcc2 arch; should let emacs21,no_x11 build on vax. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2013/02/05 12:09:52 Modified files: sys/netinet : in_pcb.c Log message: Make the inet6 and inet cases in in_pcbrtentry() look similar. No functional change. OK millert@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/05 14:16:19 Modified files: textproc/wdiff : Makefile distinfo textproc/wdiff/patches: patch-lib_Makefile_in Log message: - update to wdiff-1.1.2 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2013/02/05 14:36:33 Modified files: usr.sbin/relayd: relay.c relay_http.c relayd.h Log message: Rework http content and chunk handling in relayd. Use special toread values to track the current http header or chunk state. This allows to handle an optional chunk trailer properly. Tracking the http state is also a prerequisite for splicing persistent http connections. OK and test reyk@ benno@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/02/05 14:52:40 Modified files: sysutils/firmware/rsu: Makefile distinfo Log message: Switch to an alternative (apparently older) firmware for rsu(4) which seems to solve problems with scanning and increases stability with ipv6 for brad@. Firmware found and package tested by kettenis@. http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=history;f=rtlwifi/rtl8712u.bin CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2013/02/05 15:40:57 Modified files: regress/usr.sbin: Makefile Log message: After http chunk has been fixed, add relayd regression tests to build. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/02/05 15:41:35 Modified files: x11/fltk : Makefile distinfo Log message: remove some dead MASTER_SITES and put an http one first. zap old checksums while there. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2013/02/05 16:37:06 Modified files: japanese/gwaei : Makefile Added files: japanese/gwaei/patches: patch-src_gwaei_gwaei_c Log message: fix crash with recent glib/gtk versions. full update will happen post 5.3. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2013/02/05 17:20:42 Modified files: usr.bin/ssh : servconf.c sshd_config sshd_config.5 Log message: Change default of MaxStartups to 10:30:100 to start doing random early drop at 10 connections up to 100 connections. This will make it harder to DoS as CPUs have come a long way since the original value was set back in 2000. Prompted by nion at debian org, ok markus@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2013/02/05 17:22:21 Modified files: usr.bin/ssh : auth.c Log message: Fix comment, from jfree.e1 at gmail CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/06 00:13:57 Modified files: devel/libaudiofile: Makefile distinfo devel/libaudiofile/pkg: PLIST Removed files: devel/libaudiofile/pkg: PFRAG.shared Log message: Update to libaudiofile-0.3.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/06 00:14:48 Modified files: x11/gnome/shell: Makefile Log message: Use MODGNU_AUTO*_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/06 00:17:44 Modified files: devel/sparsehash: Makefile devel/sparsehash/pkg: PLIST Log message: Don't use a versioned docdir. ok zhuk@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/02/06 00:30:02 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: - for "listen on", use "keeps" to avoid bad formatting - avoid line wrap in examples - put "expire" back into the accept/reject block ok gilles CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/02/06 02:08:29 Modified files: emulators/sdlmame: Makefile Log message: allow ln -s in pre-build to fail; lets interrupted builds be resumed. ok fgsch@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/02/06 03:19:52 Modified files: emulators/sdlmame: Makefile Log message: do the python symlink in pre-patch rather than pre-build; this way the build still stops if it fails, but doesn't cause a problem with restarting builds. suggested by/ok fgsch" CVSROOT: /cvs Module name: src Changes by: giovanni@cvs.openbsd.org 2013/02/06 04:45:48 Modified files: usr.sbin/npppd/npppd: Makefile Log message: remove duplicated CPPFLAGS definition ok yasuoka@ CVSROOT: /cvs Module name: src Changes by: giovanni@cvs.openbsd.org 2013/02/06 04:47:18 Modified files: usr.sbin/npppd/npppd: pathnames.h Log message: remove unused constant definition ok yasuoka@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/02/06 06:07:05 Modified files: x11/vlc : Makefile Added files: x11/vlc/patches: patch-modules_demux_asf_asf_c patch-modules_demux_mkv_Ebml_parser_cpp patch-modules_demux_mkv_Ebml_parser_hpp Log message: Two fixes from upstream.. - Fix crash with broken ASF files (SA-1302). - Fix MKV behaviour with unknown or new EBML elements. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/02/06 06:15:17 ports/audio/clementine/files Update of /cvs/ports/audio/clementine/files In directory cvs.openbsd.org:/tmp/cvs-serv4983/files Log Message: Directory /cvs/ports/audio/clementine/files added to the repository CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/02/06 06:23:03 Modified files: audio/clementine: Makefile audio/clementine/patches: patch-ext_libclementine-common_CMakeLists_txt patch-ext_libclementine-common_core_logging_cpp Added files: audio/clementine/files: FindExecinfo.cmake audio/clementine/patches: patch-3rdparty_libprojectm_CMakeLists_txt Log message: Unbreak Clementine build in wild environment (i.e., outta of my laptop): * Better handling of libexecinfo. I moved from adding some goo to CMakeLists.txt to writing proper FindExecinfo.cmake package. * Force source directory, or visualization presets could miss installation; * Force "plist" in WANTLIB, as it's being used by plugin; * Add back fftw3 dependency: while we use external libchromaprint now, fftw3 is also needed for so called "moodbar". * Nit: remove libnjb, it's use was actually gone in the last release; Lots of input from sthen@ and nigel@, committing ASAP. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/02/06 07:11:44 Modified files: mail/getmail : Makefile distinfo Log message: update to getmail 4.37.0, from maintainer Tim van der Molen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/06 07:23:07 Modified files: comms/gmfsk : Makefile comms/gmfsk/pkg: PLIST devel/gconf-editor: Makefile devel/gconf-editor/pkg: PLIST games/gtetrinet: Makefile games/gtetrinet/pkg: PLIST-main games/gamine : Makefile games/gamine/pkg: PLIST geo/foxtrotgps : Makefile geo/foxtrotgps/pkg: PLIST graphics/comix : Makefile graphics/comix/pkg: PLIST multimedia/gstreamer-0.10/plugins-good: Makefile multimedia/gstreamer-0.10/plugins-good/pkg: PLIST-main multimedia/ogmrip: Makefile multimedia/ogmrip/pkg: PLIST-main net/gnaughty : Makefile net/gnaughty/pkg: PLIST net/pidgin : Makefile net/pidgin/pkg : PLIST-libpurple net/xchat : Makefile net/xchat/pkg : PLIST net/twitux : Makefile net/twitux/pkg : PLIST productivity/gnucash: Makefile productivity/gnucash/pkg: PLIST productivity/rubrica2: Makefile productivity/rubrica2/pkg: PLIST www/liferea : Makefile www/liferea/pkg: PLIST x11/compiz/core: Makefile x11/compiz/core/pkg: PLIST x11/gnome/devhelp: Makefile x11/gnome/devhelp/pkg: PLIST x11/gnome/ekiga: Makefile x11/gnome/ekiga/pkg: PLIST x11/gnome/libgnome: Makefile x11/gnome/libgnome/pkg: PLIST x11/gnome/nautilus-open-terminal: Makefile x11/gnome/nautilus-open-terminal/pkg: PLIST x11/gnome/planner: Makefile x11/gnome/planner/pkg: PLIST x11/gnome/terminal: Makefile x11/gnome/terminal/pkg: PLIST x11/gnome/vfs2 : Makefile x11/gnome/vfs2/pkg: PLIST x11/gpointing-device-settings: Makefile x11/gpointing-device-settings/pkg: PLIST Log message: Quiet gconftool-2: gconf_ping() will try to shutdown gconfd, but since installing pkg is done as root, there is not gconfd nor dbus that can be started when DISPLAY isn't set and an annoying warning is issued. discussed with espie@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/06 07:29:50 Modified files: devel/gconf2 : Makefile Added files: devel/gconf2/patches: patch-gsettings_gsettings-data-convert_c Log message: Fix a crasher (upstream). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/06 07:47:20 Modified files: www/opera : Makefile distinfo Log message: SECURITY update to opera-12.14. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2013/02/06 08:16:10 Modified files: games/manaplus : Makefile distinfo games/manaplus/pkg: PLIST Log message: Update games/manaplus to version 1.3.2.3 ok landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/06 08:54:47 Modified files: x11/gnome/tracker: Makefile distinfo x11/gnome/tracker/patches: patch-configure patch-src_libtracker-common_Makefile_in patch-src_tracker-control_Makefile_in patch-tests_libtracker-miner_Makefile_in Removed files: x11/gnome/tracker/patches: patch-src_libtracker-miner_tracker-monitor_c Log message: Update to meta-tracker-0.14.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/06 08:55:09 Modified files: x11/gnome/documents: Makefile x11/gnome/grilo-plugins: Makefile x11/gnome/rygel: Makefile Log message: Sync depends after recent meta-tracker update. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2013/02/06 09:37:20 Modified files: de : donations.html faq/fr : faq13.html opensmtpd/de : index.html portable.html users.html openssh/nl : ftp.html portable.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/02/06 10:27:13 Modified files: security/wpa_supplicant: Makefile security/wpa_supplicant/files: config security/wpa_supplicant/pkg: PLIST Added files: security/wpa_supplicant/pkg: README wpa_supplicant.rc Removed files: security/wpa_supplicant/patches: patch-wpa_supplicant_wpa_priv_c Log message: - enable reading PKCS12 certificates from files; from Gregor Best who wants this for use with Eduroam. - add an rc script and README. - remove non-useful wpa_priv patch. README tweak from ajacoutot, ok gsoares dcoppa CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2013/02/06 10:35:51 Modified files: www/sope : Makefile distinfo Log message: Update to 2.0.4b, bugfix update to the bugfix update OK giovanni@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2013/02/06 10:36:11 Modified files: www/sogo : Makefile distinfo www/sogo/pkg : PLIST Log message: Update to 2.0.4b, bugfix update to the bugfix update OK giovanni@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/06 10:46:44 Modified files: devel/maven : Makefile distinfo devel/maven/patches: patch-bin_mvn devel/maven/pkg: PLIST Log message: - update to maven-3.0.4 ok kurt@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/02/06 11:17:13 Modified files: lang/ghc : Makefile Log message: THe addition of posix_openpt(3) caused a haskell library signature change in ghc's unix library. Bump revision to get a new set of all hs-libraries pulled in when updating. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/06 13:00:14 Modified files: sys/arch/m68k/include: asm.h Log message: Check for __PIC__, not PIC, as some files in libc will only see the former. Fixes the few TEXTREL which crept in libc.so. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/06 13:05:15 Modified files: gnu/usr.bin/gcc/gcc: ChangeLog rtl.h varasm.c gnu/usr.bin/gcc/gcc/config/m68k: hp320.h linux.h m68k.h m68k.md m68kelf.h m68kv4.h netbsd-elf.h Log message: Apply the fix for gcc PR #9812, which fixes generation of XFmode (long double) code on m68k. In pure gcc tradition, even though the issue has been acknowledged as a bug introduced around gcc 2.5, it was considered as `not a regression' with subtle semantics tricks, and only fixed in 3.4.x although the fix was available for a long time. Although this changes an MI file, this chunk actually removes a no longer used function which was only ever used on m68k. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/06 13:12:07 Modified files: gnu/usr.bin/gcc/gcc: config.gcc Added files: gnu/usr.bin/gcc/gcc/config/m68k: openbsd1.h openbsdelf.h Log message: gcc3 configuration for OpenBSD/m68k/ELF. Apparently, with the ELF toolchain configuration, the wrong life analysis bug leading to removal of half the code of ISDOT() in libc's fts.c fts_stat() no longer triggers. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/06 13:12:55 Modified files: libexec/ld.so/m68k: Makefile.inc Added files: libexec/ld.so/m68k: memcpy.c Log message: Add a dummy memcpy(), needed when building ld.so with gcc3. CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2013/02/06 13:37:34 Modified files: lang/scheme48 : Makefile distinfo lang/scheme48/patches: patch-Makefile_in lang/scheme48/pkg: PFRAG.shared PLIST Removed files: lang/scheme48/patches: patch-c_unix_socket_c Log message: Update scheme48 to 1.9. Also fix linking issue by setting LD="${CC}". ok sthen@ landry@ Looks good to me Aaron Hsu (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/02/06 13:47:41 Modified files: audio/clementine: Makefile Log message: Fix bulk builds (at least for sthen@) until the real issue gets resolved. CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2013/02/06 14:02:10 Modified files: mail/cmail : Makefile Log message: zap trailing whitespace CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/06 15:07:42 Modified files: gnu/usr.bin/binutils/binutils: readelf.c Log message: Make guess_is_rela() and dump_relocations() m88k-aware. Gets us rid of arcane warnings caused by a maze of twisty little macros in the process, which appeared when m88k ELF support was added to the toolchain. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2013/02/06 15:08:33 Modified files: devel/jdk/1.7 : Makefile Added files: devel/jdk/1.7/patches: patch-jdk_make_sun_awt_Makefile Log message: - Fix java.lang.UnsatisfiedLinkError: java.awt.Toolkit.initIDs by correcting awt Makefile merge error. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2013/02/06 15:37:47 Modified files: devel/p5-Devel-NYTProf: Makefile distinfo Log message: update p5-Devel-NYTProf to 4.24 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/02/06 15:44:47 Modified files: www/mozilla-firefox: Makefile distinfo www/firefox-i18n: Makefile.inc distinfo Removed files: www/mozilla-firefox/patches: patch-ipc_glue_GeckoChildProcessHost_cpp Log message: Bugfix update to firefox 18.0.2, fixing 'JavaScript related stability issues' for a well known social network site (bug #831626). While here remove patch for #830303, commited upstream just after 18.0.1. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/02/06 15:48:01 Modified files: www/seamonkey : Makefile distinfo www/seamonkey-i18n: Makefile.inc distinfo Removed files: www/seamonkey/patches: patch-mozilla_ipc_glue_GeckoChildProcessHost_cpp Log message: Bugfix update to seamonkey 2.15.2 chasing firefox 18.0.2, fixing 'JavaScript related stability issues' for a well known social network site (bug #831626). While here remove patch for #830303, commited upstream in mozilla-release just after 18.0.1. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2013/02/06 15:58:18 Modified files: sys/net : if_pppx.c sbin/ifconfig : ifconfig.8 Log message: add pppx(4) interfaces to the "pppx" interface group, as done for various other interface types. suggested/tested Mattieu Baptiste, ok dlg@ yasuoka@ giovanni@, ifconfig(8) reminder jmc@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/02/06 16:13:17 Modified files: x11/xfce4/orage: Makefile distinfo Removed files: x11/xfce4/orage/patches: patch-src_functions_c Log message: Update to orage 4.8.4. Remove patch merged upstream (bug #9243). see for details: http://mail.xfce.org/pipermail/xfce/2013-February/031933.html CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2013/02/06 16:18:19 Modified files: net/p5-Net-Inspect: Makefile distinfo Log message: update p5-Net-Inspect to 0.26 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2013/02/06 16:38:11 Modified files: security/p5-IO-Socket-SSL: Makefile distinfo Log message: update p5-IO-Socket-SSL to 1.83 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/02/06 17:02:30 Modified files: devel/openocd : Makefile distinfo devel/openocd/pkg: PLIST Removed files: devel/openocd/patches: patch-src_openocd_c devel/openocd/pkg: PFRAG.shared Log message: update to OpenOCD 0.6.1, change to new homepage etc. thanks Raphael Graf for testing - maintainer timeout CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2013/02/06 17:27:32 Modified files: . : plus.html Log message: plus.html for 28 Jan to 3rd Feb, proofreading by jj@. CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2013/02/06 22:21:19 Log message: Import tdbc-1.0.0 Interface standard for SQL databases and connectivity that aims to make it easy to write portable and secure Tcl scripts that access SQL databases. ok landry@ Status: Vendor Tag: stu Release Tags: stu_20130207 N ports/databases/tdbc/Makefile N ports/databases/tdbc/distinfo N ports/databases/tdbc/pkg/PLIST N ports/databases/tdbc/pkg/DESCR N ports/databases/tdbc/patches/patch-configure_in N ports/databases/tdbc/patches/patch-tclconfig_tcl_m4 No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2013/02/06 22:24:08 Log message: Import tdbc-sqlite3-1.0.0 Provides a database interface that conforms to Tcl DataBase Connectivity (TDBC) and allows a Tcl script to connect to a SQLite3 database. It is also provided as a working example of how to write a database driver in Tcl, so that driver authors have a starting point for further development. ok landry@ Status: Vendor Tag: stu Release Tags: stu_20130207 N ports/databases/tdbc-sqlite3/Makefile N ports/databases/tdbc-sqlite3/distinfo N ports/databases/tdbc-sqlite3/pkg/PLIST N ports/databases/tdbc-sqlite3/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/02/06 23:46:58 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: make junk.log use the same pid@time header as the rest CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/07 00:15:03 Modified files: databases/tdbc : Makefile Log message: gnu is implied by autoconf. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/07 00:39:04 Modified files: print/a2ps : Makefile Log message: Match default BUILD_DEPENDS on psutils according to the choosen FLAVOR (a4 or empty). It is not enforced since it does not modify the build and we don't want to break bulk builds in case of psutils being already installed with another FLAVOR; but this allows to 'env FLAVOR=a4 make install' without the need to build psutils twice. reported by Markus Lude CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/07 00:54:40 Modified files: devel/libaudiofile: Makefile distinfo Log message: Looks like upstream rerolled the archive... reported by Scott McEachern CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/02/07 01:00:10 Modified files: infrastructure/bin: check-lib-depends Log message: Respect envvar $TMPDIR in check-lib-depends, allows to run the latter when /tmp is not big enough. okay espie@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/02/07 01:19:54 Modified files: infrastructure/bin: check-lib-depends Log message: Unf**k back after RCS keyword expansion, sorry. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/07 01:46:14 Modified files: sysutils/p5-Puppet-Tidy: Makefile distinfo Log message: - update to p5-Puppet-Tidy 0.2 * includes various bugfixes and a new -c option to run "puppet parser validate" on your manifests after cleaning them with puppetitdy. CVSROOT: /cvs Module name: ports Changes by: chrisz@cvs.openbsd.org 2013/02/07 02:43:15 Modified files: math/coq : Makefile distinfo math/coq/patches: patch-Makefile_build patch-configure Added files: math/coq/patches: patch-scripts_coqmktop_ml Removed files: math/coq/patches: patch-ide_preferences_ml patch-ide_utils_okey_ml Log message: Update to 8.4pl1 by Daniel Dickman OK by Daniel, avsm@, Yozo TODA (maintainer) and jasper@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2013/02/07 04:06:42 Modified files: sys/kern : uipc_mbuf.c uipc_mbuf2.c sys/sys : malloc.h mbuf.h Log message: convert mbuf tags to use pool(9) as a backend storage; ok markus claudio haesbaert henning CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2013/02/07 05:16:08 Modified files: math/coq : Makefile Log message: actually define V, so that we have a valid master site path CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2013/02/07 05:30:44 Modified files: devel/libexecinfo: Makefile Added files: devel/libexecinfo/patches: patch-libbacktrace_backtrace_3 Log message: Fixup header name in manual page. "yep" sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/02/07 05:32:08 Modified files: security/wpa_supplicant: Makefile Log message: take MAINTAINER, suggested by reyk@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2013/02/07 06:35:18 Modified files: sys/dev/usb : if_upl.c Log message: Remove dead code. ok mikeb@ CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2013/02/07 07:19:53 Modified files: databases : Makefile Log message: +tdbc +tdbc-sqlite3 CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2013/02/07 07:21:04 Modified files: textproc/xml2rfc: Makefile distinfo textproc/xml2rfc/pkg: PLIST Log message: Update to xml2rfc-1.36. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2013/02/07 08:22:58 Modified files: lang/eagle : Makefile distinfo Log message: Update to Eagle beta26. ok landry@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/07 09:06:43 Modified files: databases/apache-couchdb: Makefile distinfo databases/apache-couchdb/patches: patch-Makefile_in patch-etc_couchdb_Makefile_in patch-var_Makefile_in databases/apache-couchdb/pkg: PLIST Log message: - update to apache-couchdb-1.0.4 maintainer timed-out ok fgsch@ CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2013/02/07 09:12:26 Modified files: sys/dev/pci : pcidevs Log message: Add Radeon HD 7290. Found in a dmesg from Carsten Kunze on bugs@. Okay brynet@. CVSROOT: /cvs Module name: src Changes by: pirofti@cvs.openbsd.org 2013/02/07 09:15:00 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: Sync. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/07 10:28:29 Modified files: databases/apache-couchdb: Makefile Log message: remove inactive maintainer as discussed with fgsch@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/07 10:29:05 Modified files: databases/postgresql: Makefile distinfo databases/postgresql/pkg: PLIST-docs Log message: - update to postgresql 9.2.3 * includes a fix for CVE-2013-0255 ok pea@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2013/02/07 10:29:31 Modified files: sys/uvm : uvm_pdaemon.c Log message: make sure the page daemon considers BUFPAGES_INACT when deciding to do work, just as is done when waking it up. tested by me, phessler@, espie@, landry@ ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/07 10:34:43 Modified files: databases/postgresql: Tag: OPENBSD_5_2 Makefile distinfo databases/postgresql/pkg: Tag: OPENBSD_5_2 PLIST-docs Log message: - update to postgresql 9.1.8 * includes a fix for CVE-2013-0255 ok pea@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2013/02/07 10:38:12 Modified files: sys/uvm : uvm_page.c Log message: Bring back reserve enforcement and page daemon wakeup into uvm_pglistalloc, It was removed as this function was redone to use pmemrange in mid 2010 with the result that kernel malloc and other users of this function can consume the page daemon reserve and run us out of memory. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2013/02/07 10:57:45 Modified files: infrastructure/mk: gcc4.port.mk Log message: Change default gcc version to 4.6 now that 4.2 is unhooked. ok brad@ tobiasu@ espie@ CVSROOT: /cvs Module name: src Changes by: pascal@cvs.openbsd.org 2013/02/07 10:58:31 Modified files: share/man/man5 : port-modules.5 Log message: Default gcc version for gcc4 MODULE is now 4.6. ok brad@ tobiasu@ espie@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2013/02/07 11:22:30 Modified files: www/rt : Makefile distinfo www/rt/pkg : PLIST Log message: update to 4.0.10 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2013/02/07 11:39:58 Modified files: editors/libreoffice: Makefile distinfo Log message: update to 3.6.5.2 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/02/07 11:54:27 Modified files: www/mozilla-firefox: Makefile www/mozilla-firefox/pkg: README Log message: Remove the paragraph about enabling ECC cipher suites, they've been enabled by default since a while. Prodded by naddy@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2013/02/07 12:02:20 Modified files: lang/ruby/1.9 : Makefile distinfo lang/ruby/1.9/patches: patch-configure lang/ruby/1.9/pkg: PLIST-main PLIST-ri_docs Log message: Update to ruby 1.9.3-p385. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2013/02/07 12:06:56 Modified files: devel/jdk/1.6 : Makefile devel/jdk/1.7 : Makefile Log message: - Allow HOTSPOT_BUILD_JOBS to be overridden from make env. okay jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/07 12:13:49 Modified files: editors/libreoffice: Makefile lang/classpath : Makefile lang/luajit : Makefile net/rtorrent : Makefile print/cups-filters: Makefile textproc/pdftk : Makefile www/mozilla-firefox: Makefile www/chromium : Makefile www/seamonkey : Makefile www/squid : Makefile Log message: MODGCC4_VERSION default to 4.6 now. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/07 13:12:52 Modified files: devel/eclipse/plugins: Makefile.inc devel/eclipse/plugins/emf: Makefile devel/eclipse/plugins/epic: Makefile devel/eclipse/plugins/findbugs: Makefile devel/eclipse/plugins/gef: Makefile devel/eclipse/plugins/ivyde: Makefile devel/eclipse/plugins/py-dev: Makefile devel/eclipse/plugins/rdt: Makefile devel/eclipse/plugins/struts-console: Makefile devel/eclipse/plugins/subclipse: Makefile devel/eclipse/plugins/uml2: Makefile devel/eclipse/plugins/wtp: Makefile Log message: move NO_BUILD/NO_REGRESS into Makefile.inc CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/07 13:21:03 Modified files: devel/eclipse/plugins: Makefile.inc devel/eclipse/plugins/emf: Makefile devel/eclipse/plugins/epic: Makefile devel/eclipse/plugins/findbugs: Makefile devel/eclipse/plugins/gef: Makefile devel/eclipse/plugins/ivyde: Makefile devel/eclipse/plugins/py-dev: Makefile devel/eclipse/plugins/rdt: Makefile devel/eclipse/plugins/struts-console: Makefile devel/eclipse/plugins/subclipse: Makefile devel/eclipse/plugins/uml2: Makefile devel/eclipse/plugins/wtp: Makefile Log message: add yet more common stuff to Makefile.inc.. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/07 13:23:14 Modified files: devel/eclipse/plugins/struts-console: Makefile distinfo Log message: no need for gtar, the zip works just fine. CVSROOT: /cvs Module name: ports Changes by: nigel@cvs.openbsd.org 2013/02/07 15:03:36 Modified files: math/coq : Makefile Log message: Add missing build dependency findlib Ok sthen@ jasper@ CVSROOT: /cvs Module name: xenocara Changes by: miod@cvs.openbsd.org 2013/02/07 15:20:10 Modified files: distrib/sets/lists/xbase: md.hp300 md.mvme68k Log message: sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/07 15:26:24 Modified files: distrib/sets/lists/base: md.luna88k md.mvme88k Log message: apache modules as .so too CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/07 15:33:58 Modified files: share/man/man1 : gcc-local.1 Log message: Sync with reality. Partially revert 1.28 since gcc 3 is back in town. Also mention collect2 ctor wrapper only exists on vax, and sjlj exceptions only remain on vax on m88k as of today. CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2013/02/07 15:46:53 Modified files: lang/tcl/8.6 : Makefile distinfo Log message: Use the core dist instead of the bundled one. ok landry@ CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2013/02/07 15:49:22 Modified files: cad/xcircuit : Makefile distinfo cad/xcircuit/patches: patch-configure_in Log message: Update to xcircuit-3.7.48. Thanks to Gonzalo L. R. for the patch. ok landry@ CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2013/02/07 15:56:07 Log message: Import tclthread-2.7.0. Provides script-level acces to Tcl's threading capabilities. ok landry@ Status: Vendor Tag: stu Release Tags: stu_20130207 N ports/devel/tclthread/distinfo N ports/devel/tclthread/Makefile N ports/devel/tclthread/pkg/DESCR N ports/devel/tclthread/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2013/02/07 15:56:27 Modified files: regress/usr.sbin/relayd: funcs.pl relayd.pl remote.pl Added files: regress/usr.sbin/relayd: args-http-filter-block.pl args-http-filter-contentlength.pl args-http-filter-put-contentlength.pl args-http-filter-put.pl args-http-filter.pl Log message: Add relayd regression tests with http filter and late connect. CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2013/02/07 15:58:49 Modified files: devel : Makefile Log message: +tclthread CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2013/02/07 16:16:21 Modified files: app/xdm/config : OpenBSD_15bpp.xpm OpenBSD_1bpp.xpm OpenBSD_4bpp.xpm OpenBSD_8bpp.xpm Log message: puffy 5.3 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2013/02/07 17:41:12 Modified files: usr.bin/ssh : sftp.c Log message: fix NULL deref when built without libedit and control characters entered as command; debugging and patch from Iain Morgan an Loganaden Velvindron in bz#1956 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2013/02/07 19:55:16 Modified files: games/armagetronad: Makefile Log message: Remove the --enable-music option from CONFIGURE_ARGS. Upstream says it's not the default and pointless, as the game has no music. Bump REVISION. From a report sent to ports@ by monkey.armagetron@gmail.com ok abieber@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2013/02/07 21:30:37 Modified files: sys/kern : kern_sig.c Log message: Insufficient levels of hops in the local brew led to Theo and I mucking up the VFS calls in the error paths in coredump() Pointed out by armani@, ok beck@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/07 22:17:31 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k-protos.h m88k.c m88k.h Log message: Stop providing our own EXPAND_BUILTIN_SAVEREGS(). Instead, do the necessary RTL generation in SETUP_INCOMING_VARARGS(...,0). This means we no longer need to explicitely allocate room on the stack for the saved register area (which we did in EXPAND_BUILTIN_SAVEREGS). We were returning the correct size in SETUP_INCOMING_VARARGS's ``pretend_size'' argument anyway, causing this space to be allocated twice. This change should also allow for the stack protector to be reenabled (after more testing). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/07 22:24:36 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k-protos.h m88k.c m88k.h Log message: Replace the dummy definition of FUNCTION_ARG_PASS_BY_REFERENCE(). The new definition forces variable-sized types to always be passed by reference. Update the varargs code to cope with this. gcc.c-torture/execute/20020412-1 finally passes. CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2013/02/07 23:58:06 Modified files: distrib/sets/lists/etc: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/02/08 00:37:43 Modified files: share/man/man1 : gcc-local.1 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2013/02/08 00:58:18 Modified files: sys/dev/pci : pcidevs Log message: add another DFE-530TX+ which happens to have a quirky vendor ID. use that ID instead of going down the PCI_ANY_ID path. as discussed with and ok by sthen@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2013/02/08 00:59:28 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2013/02/08 01:00:34 Modified files: sys/dev/pci : if_rl_pci.c Log message: add another DFE-530TX+ ok sthen@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/02/08 01:41:10 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: order the syntax alphabetically; ok gilles CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/02/08 03:13:55 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: the per-rule "expire" does not really fit in its current section, so move it into its own little bit; ok gilles CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2013/02/08 04:06:26 Modified files: usr.sbin/npppd/npppd: npppd.conf.5 parse.y Log message: Listening on IPv6 address is not supported for pptp tunnel. Document this to the man page and refuse it by the config parser. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2013/02/08 05:04:15 Modified files: usr.sbin/npppd/npppd: npppd-users.5 Log message: Because of the getcap(3) limitation, colon(':') can not be used for password or username in npppd.conf. Add this in the BUGS section. pointed out by and ok giovanni CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2013/02/08 05:15:33 Modified files: usr.sbin/npppd/npppd: npppd.conf.5 Log message: add mention about 'mppe' configuration option which is missing. pointed out by csszep at gmail.com CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2013/02/08 05:18:42 Modified files: faq : faq8.html Log message: lint, gone Amaya, gone xxxterm gone PC, now xombrero retawk now retawq pointed out by Amit Kulkarni. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2013/02/08 05:35:52 Modified files: usr.sbin/npppd/npppd: privsep.c Log message: Fix memory leak in privsep.c. Free the memories which were allocated by getcap(3). CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2013/02/08 06:29:09 Modified files: usr.sbin/smtpd : mta.c Log message: retain the MX address order as sent by the lka for MXs with the same preference. issue spotted by todd@ ok gilles@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/02/08 06:46:47 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2013/02/08 07:28:02 Modified files: sysutils/cyphertite: Makefile distinfo Log message: Update to cyphertite 1.5.0 from MAINTAINER dhill@mindcry.org OK gonzalo@ CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2013/02/08 07:39:50 Modified files: lang/scheme48 : Makefile lang/scheme48/patches: patch-Makefile_in lang/scheme48/pkg: PLIST Log message: Only install docs once and definitely not in the wrong location. Bump. ok bcallah@ landry@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/02/08 08:51:56 Modified files: databases/mysql: Makefile distinfo databases/mysql/patches: patch-configure_in patch-mysql-test_Makefile_in patch-mysql-test_lib_My_SafeProcess_Makefile_in patch-sql-bench_Makefile_in patch-sql_mysqld_cc databases/mysql/pkg: PLIST-tests Log message: Update to MySQL 5.1.68. ok giovanni@ CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2013/02/08 09:26:22 Modified files: . : want.html Log message: otto@ and i bought our own rail kits CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/08 09:27:12 Modified files: net/curl : Makefile Added files: net/curl/patches: patch-lib_smtp_c Log message: Security fix for CVE-2013-0249, smtp_state_authdigest_resp() buffer overflow vulnerability. Backported from upstream git. ok naddy@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/08 09:31:10 Modified files: net/curl : Tag: OPENBSD_5_2 Makefile Added files: net/curl/patches: Tag: OPENBSD_5_2 patch-lib_smtp_c Log message: Security fix for CVE-2013-0249, smtp_state_authdigest_resp() buffer overflow vulnerability. Backported from upstream git. ok naddy@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2013/02/08 09:33:21 Modified files: www/ruby-rack : Makefile distinfo Log message: Update to rack 1.4.5, fixing: CVE-2013-0262, symlink path traversal in Rack::File CVE-2013-0263, timing attack against Rack::Session::Cookie CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/02/08 09:33:23 Modified files: mail/dovecot : Makefile distinfo Log message: Update to Dovecot 2.1.15. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2013/02/08 09:34:01 Modified files: mail/dovecot-pigeonhole: Makefile mail/dovecot-antispam: Makefile Log message: Update for Dovecot 2.1.15. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/08 09:38:57 Modified files: x11/gnome/online-accounts: Tag: OPENBSD_5_2 Makefile Added files: x11/gnome/online-accounts/patches: Tag: OPENBSD_5_2 patch-src_goabackend_goaoauth2provider_c patch-src_goabackend_goaoauthprovider_c Log message: Security fix for CVE-2013-0240: Do not allow invalid SSL certificates. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2013/02/08 09:45:25 Modified files: net/curl : Makefile Log message: include the built-in manual, as intended CVSROOT: /cvs Module name: www Changes by: jturner@cvs.openbsd.org 2013/02/08 09:50:16 Modified files: . : events.html Log message: Move FOSDEM to the past. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/08 09:54:43 Modified files: www/ruby-rack : Tag: OPENBSD_5_2 Makefile distinfo www/ruby-rack/pkg: Tag: OPENBSD_5_2 PLIST Log message: - update to rack 1.3.10, fixing: CVE-2013-0262, symlink path traversal in Rack::File CVE-2013-0263, timing attack against Rack::Session::Cookie ok jeremy@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2013/02/08 09:56:14 Modified files: gnu/usr.bin/perl: patchlevel.h gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext: Guts.pm Log message: Fix for CVE-2012-6329; from perl git via Sebastian Trahm CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2013/02/08 10:12:31 Modified files: graphics/evince: Makefile Log message: Fix 'make fake' when no_nautilus is found in FLAVORS. ok aja@ CVSROOT: /cvs Module name: www Changes by: giovanni@cvs.openbsd.org 2013/02/08 10:14:01 Modified files: . : events.html Log message: I will have a talk about npppd(8) at BsdDay 2013 CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/02/08 10:59:27 Added files: . : 53.html Log message: add a skeleton 53.html, guenther@ agrees CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/02/08 11:07:14 Modified files: . : 53.html Log message: bump version numbers of included software CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/02/08 11:29:59 Modified files: . : 53.html Log message: hw support CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/08 11:37:26 Modified files: devel/libwnck3 : Makefile distinfo devel/libwnck3/pkg: PLIST Removed files: devel/libwnck3/pkg: PFRAG.shared Log message: - update to libwnck-3.4.5 CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/02/08 13:39:17 Modified files: . : plus.html Log message: fix typo (achi/ahci) CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/02/08 14:28:50 Modified files: . : plus.html Log message: s/pkg_add/pkg_mklocatedb/ talking about the -u option to update db CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2013/02/08 14:30:11 Modified files: sys/dev/pci : if_bnxreg.h Log message: - remove ununsed PCI_ANY_ID macros ok dlg@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/02/08 14:41:40 Modified files: . : 53.html Log message: more CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/02/08 14:45:33 Modified files: . : 53.html Log message: tweak wording CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/02/08 15:13:27 Modified files: . : plus.html Log message: quilt is in ports, not base CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/02/08 15:21:27 Modified files: . : 53.html Log message: and a few more CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/02/08 15:27:06 Modified files: . : 53.html Log message: merge some from jasper CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2013/02/08 15:28:51 Modified files: . : mvme68k.html mvme88k.html Log message: Remove dmesg pron of questionable interest. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/02/08 15:33:58 Modified files: . : 53.html Log message: a couple more bgpd bits CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/02/08 15:35:27 Modified files: . : 53.html Log message: tweak ldomd/reference ldomctl; from jasper CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2013/02/08 15:39:36 Modified files: . : plus.html Log message: A few grammar fixes, and clarify a few items. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/02/08 16:09:36 Modified files: . : 53.html Log message: mention 64-bit extents (IBM x3100 panic), ahd(4) 39320LPE zap some pointless & in URLs CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/08 19:46:03 Modified files: usr.bin/hexdump: conv.c Log message: 'dcl' -> 'dc1'. From William Ahern via bugs@. Thanks! CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/02/09 01:38:35 Modified files: . : 53.html Log message: amit kulkarni points out the & in urls should actually be escaped. fix that and strip some unnecessary url parameters to make them consistent. CVSROOT: /cvs Module name: www Changes by: matthieu@cvs.openbsd.org 2013/02/09 01:59:36 Modified files: . : 53.html Log message: fixup X.Org versions. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2013/02/09 02:05:10 Modified files: de : events.html faq/de : faq8.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/02/09 02:28:05 Modified files: . : 53.html Log message: pgsql is 9.2.3; from Dawe CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2013/02/09 02:51:46 Modified files: . : 53.html Log message: mention SMEP support CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2013/02/09 02:58:12 Modified files: . : 53.html Log message: +smsc(4) CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2013/02/09 03:50:26 Modified files: usr.sbin/nginx/conf: nginx.conf Log message: Put index and root directives where they belong according to the nginx Pitfalls rules. ok robert@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/09 04:33:36 Modified files: distrib/sets/lists/base: md.luna88k md.mvme88k distrib/sets/lists/comp: md.luna88k md.mvme88k Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/02/09 07:49:54 Modified files: devel/jdk/1.6 : Makefile devel/jdk/1.7 : Makefile devel/sdl : Makefile devel/py-nose : Makefile devel/py-test : Makefile devel/py-unit : Makefile fonts/terminus-font: Makefile graphics/evince: Makefile japanese/kinput2: Makefile lang/icon/interp: Makefile lang/lua : lua.port.mk lang/php : Makefile.inc lang/python : python.port.mk lang/ruby : ruby.port.mk mail/dovecot : Makefile mail/hypermail : Makefile mail/mailcrypt : Makefile mail/maildrop : Makefile mail/mailman : Makefile mail/mozilla-thunderbird: Makefile mail/mutt : Makefile.inc mail/mutt/snapshot: Makefile mail/nmh : Makefile mail/perdition : Makefile mail/postfix : Makefile.inc mail/procmail : Makefile mail/smtp-vilter: Makefile mail/solid-pop3d: Makefile mail/sylpheed : Makefile math/grace : Makefile math/maxima : Makefile misc/amanda : Makefile misc/cdrdao : Makefile misc/gpsd : Makefile misc/mc : Makefile misc/screen : Makefile misc/teseq : Makefile multimedia/mjpegtools: Makefile multimedia/mkvtoolnix: Makefile multimedia/transcode: Makefile net/bird : Makefile net/bitlbee : Makefile net/cvsup : Makefile net/ettercap : Makefile net/flow-tools : Makefile net/freeradius : Makefile net/ices : Makefile net/ifstat : Makefile net/irc : Makefile net/irssi : Makefile net/isc-bind : Makefile net/jabberd : Makefile net/kismet : Makefile net/libdnet : Makefile net/libproxy : Makefile net/minbif : Makefile net/mtr : Makefile net/nagios/nagios: Makefile net/nagios/plugins: Makefile net/netatalk : Makefile net/nslint : Makefile net/openafs : Makefile net/pavuk : Makefile net/pidgin : Makefile net/powerdns : Makefile net/pure-ftpd : Makefile net/quagga : Makefile net/rsync : Makefile net/samba : Makefile net/silc-server: Makefile net/unison : Makefile.inc net/ytalk : Makefile plan9/rc : Makefile print/a2ps : Makefile print/enscript : Makefile print/mpage : Makefile print/psdim : Makefile print/psutils : Makefile print/scribus : Makefile print/transfig : Makefile security/cyrus-sasl2: Makefile security/dsniff: Makefile security/gnupg : Makefile security/gnupg2: Makefile security/hydra : Makefile security/nessus/core: Makefile security/ophcrack: Makefile security/p5-PGP-Sign: Makefile security/py-crypto: Makefile security/shash : Makefile security/sshguard: Makefile security/zebedee: Makefile shells/tcsh : Makefile sysutils/apcupsd: Makefile sysutils/clusterit: Makefile sysutils/conky : Makefile sysutils/gkrellm/gkrellm: Makefile sysutils/mtools: Makefile sysutils/nut : Makefile telephony/kamailio: Makefile textproc/catdoc: Makefile textproc/py-xml: Makefile textproc/ruby-hyperestraier: Makefile textproc/sphinx: Makefile textproc/urlview: Makefile www/apache-httpd: Makefile www/elinks : Makefile www/icedtea-web: Makefile www/lighttpd : Makefile www/links+ : Makefile www/midori : Makefile www/mod_mp3 : Makefile www/rt : Makefile www/mozilla : mozilla.port.mk www/mozplugger : Makefile www/nginx : Makefile.inc www/w3m : Makefile www/pecl-APC : Makefile www/sarg : Makefile www/squid : Makefile www/squid27 : Makefile www/squidguard : Makefile www/webkit : Makefile www/xcache : Makefile x11/e17 : Makefile.inc x11/eterm : Makefile x11/fvwm2 : Makefile x11/gnome/gvfs : Makefile x11/gnome/libgda: Makefile x11/kde : kde.port.mk x11/kde4 : Makefile.inc x11/mplayer : Makefile x11/ogle : Makefile x11/qt3 : Makefile x11/tk/8.5 : Makefile x11/vlc : Makefile x11/wmmenu : Makefile x11/xglobe : Makefile x11/xruskb : Makefile Log message: Don't use ${FLAVOR:L}, we only support lower-case flavours now. OK ajacoutot@ espie@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2013/02/09 08:16:35 Modified files: etc : master.passwd Log message: There is no /usr/libexec/uucp/uucico in base; uucico (8) is provided by the net/uccp package and is installed under /usr/local/. Since we don't want a shell that default to /usr/local/..., use /sbin/nologin. The uucp package will automatically change to the correct shell on pkg_add / pkg_delete. idea from and ok miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/09 08:17:46 Modified files: net/uucp : Makefile net/uucp/pkg : PLIST Log message: Use chsh(1) at @exec-add / @unexec-delete time to set the correct shell for the uucp user. idea from miod@ ok jasper@ sthen@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/02/09 09:44:37 Modified files: sbin/dhclient : dhclient.conf.5 Log message: get the format of the various options in this file right and, along the way, cut back on some of the crazy macros that were mostly around to appease groff; whilst there, fix the warnings reported by Jan Stary back in january; lots of help and ok krw CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2013/02/09 10:38:24 Modified files: graphics/evince: Makefile Log message: Do this the right way, as noted by espie@ on ports@ ok aja@ jasper@ (the two MAINTAINERS) CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2013/02/09 12:15:18 Modified files: sys/dev/pci : if_sis.c Log message: Allow the user to configure an MTU of up to 1518, which does not require any additional chip reprogramming, and is tested to work fine on DP83815. ok mikeb@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2013/02/09 12:17:52 Modified files: sys/dev/pci : if_vrreg.h if_vr.c Log message: Programme the VT6105M, VT6105 and RhineII-2 to permit frames of up to 1758 bytes (MTU 1740) and raise hardmtu to allow the user to set them. Tests by Mark Patruck, Michal Markowski, mikeb, beck, dtucker. ok mikeb@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/09 12:20:39 Modified files: sys/arch/alpha/include: exec.h sys/arch/hppa/include: exec.h sys/arch/hppa64/include: exec.h sys/arch/sparc/include: exec.h Log message: Do not bother defining cpu_exec_aout_makecmds() on platforms where we no longer (or never did) support a.out binaries (i.e. where _KERN_DO_AOUT is not defined). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/09 12:21:29 Modified files: sys/arch/m68k/include: exec.h sys/arch/m88k/include: exec.h Log message: No longer define the a.out relocation format struct. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/09 12:25:13 Modified files: sys/arch/mips64/include: db_machdep.h exec.h sys/arch/powerpc/include: exec.h Log message: No longer define EXEC_SCRIPT (probably coming from old PefoBSD). Also, DB_ELFSIZE ought to be defined in , not CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/09 12:47:09 Modified files: distrib/notes/hppa: install Log message: Update network boot configuration instructions to no longer refer to bootparams termcap-like two-letter fields in the configuration file. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/09 12:48:37 Modified files: distrib/notes : m4.common distrib/notes/alpha: install distrib/notes/aviion: upgrade distrib/notes/hppa: contents distrib/notes/mvme88k: install upgrade distrib/notes/sgi: contents distrib/notes/sparc: upgrade distrib/notes/sparc64: upgrade distrib/notes/vax: upgrade Log message: Stop using the name `miniroot' when `bsd.rd' is implied. A few platforms have a real miniroot to be dd'ed to the disk, and that's fine; but when we are talking about booting bsd.rd (either from an existing setup, or the network, or the cd-rom images), then refer to it as `installation kernel'. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/09 12:51:00 Modified files: distrib/notes/hp300: upgrade distrib/notes/mvme68k: upgrade Log message: Teach people they will need to upgrade their boot blocks, and how to do this, if they want to upgrade with bsd.rd, since older boot blocks can't boot ELF kernels. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/09 13:33:11 Modified files: distrib/notes/hp300: hardware distrib/notes/i386: hardware distrib/notes/mvme68k: hardware install distrib/notes/mvme88k: hardware distrib/notes/sparc: hardware distrib/notes/sparc64: hardware distrib/notes/vax: hardware Log message: Update minimal disk and memory sizes to match the bsd.rd requirements (especially on vax, where bsd.rd really needs 16MB to install nowadays although the system can live in less). While there, fix a few typos. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/09 13:36:14 Modified files: sys/arch/arm/xscale: pxa27x_kpc.c Log message: Fix indent, add RCS Id CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/09 13:37:41 Modified files: sys/arch/i386/i386: pmapae.c Log message: Blame the right function when panic'ing. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/09 13:38:44 Modified files: sys/arch/macppc/stand: main.c Log message: ater -> after CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/09 13:43:34 Modified files: sys/dev/pci : pci.c pci_map.c Log message: No longer #ifdef BUS_SPACE_MAP_PREFETCHABLE, as all are expcted to provide it nowadays. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/09 13:50:27 Modified files: gnu/egcs/gcc : c-common.c Log message: Port attribute (__used__) from gcc 3+ to gcc 2.95. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/09 13:52:12 Modified files: sys/arch/arm/include: setjmp.h Log message: Grammar, typos CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/09 13:56:35 Modified files: sys/dev/acpi : dsdt.c sys/kern : kern_malloc.c kern_malloc_debug.c kern_proc.c subr_disk.c subr_extent.c subr_pool.c uipc_mbuf.c vfs_bio.c vfs_subr.c sys/sys : systm.h sys/ufs/ffs : ffs_softdep.c Log message: Add explicit __attribute__ ((__format__(__kprintf__)))) to the functions and function pointer arguments which are {used as,} wrappers around the kernel printf function. No functional change. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/09 14:02:17 Modified files: sys/dev/pci : azalia.c Log message: Replace a bunch of if () else if () else if () else if () ... with that modern brand new construct known as `switch'. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/09 14:03:23 Modified files: sys/kern : exec_conf.c Log message: Remove no longer used struct emul extern declarations. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2013/02/09 14:21:27 Modified files: sbin/reboot : reboot.c Log message: Ignore sysctl failure for CPU_LIDSUSPEND when errno is EOPNOTSUPP. Just because CPU_LIDSUSPEND is defined in cpu.h does mean it is actually supported by the hardware. OK miod@ kettenis@ CVSROOT: /cvs Module name: xenocara Changes by: brad@cvs.openbsd.org 2013/02/09 14:48:08 Modified files: share/mk : bsd.xconf.mk Log message: Enable the shared libs option on m88k; this is also used to indicate whether to build Mesa. ok miod@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2013/02/09 15:00:00 Modified files: gnu/usr.bin/binutils/gas/config: tc-mips.c tc-mips.h Log message: Add CFI support for MIPS. Backported from binutils 2.17. ok miod@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/09 16:37:21 Modified files: sbin/dhclient : clparse.c dhclient.c dhclient.8 Log message: As tedu@ pointed out a while ago, it makes little sense to discard an option list if it contains duplicate option names. Just ignore the duplicates. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2013/02/09 16:39:38 Modified files: sys/dev/pci : if_bge.c if_bgereg.h Log message: - Use a switch statement for setting the chipset flags - Add some macros for working with the various newer generations of chipsets - Make use of the 5717 macro in a few places - Add some bits for identifying and supporting some of the newer chipsets ok sthen@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2013/02/09 17:07:10 Modified files: de : mvme68k.html mvme88k.html faq/fr : faq10.html fr : alpha.html aviion.html cats.html donations.html hp300.html luna88k.html palm.html pmax.html sun3.html want.html papers/fr : index.html Added files: de : 53.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2013/02/10 03:47:08 Modified files: usr.sbin/syslogd: syslogd.8 syslogd.c Log message: -h includes RFC 3164 style hostnames when forwarding; feedback and ok sthen@, mpf@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2013/02/10 04:10:02 Modified files: lang/rubinius : Makefile Log message: Mark as BROKEN on mips64* - no atomics on those archs. Remove devel/llvm as a BUILD_DEPENDS, as it is not actually used. ok jasper@ aja@ jeremy@ (MAINTAINER) CVSROOT: /cvs Module name: www Changes by: lum@cvs.openbsd.org 2013/02/10 05:15:56 Modified files: . : want.html Log message: I have one of these now. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/02/10 06:42:38 Modified files: infrastructure/mk: bsd.port.mk Log message: change NO_ARCH default to ${MACHINE_ARCH}/no-arch, discussed with espie & naddy CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2013/02/10 08:01:17 Modified files: usr.sbin/smtpd : smtpd.h scheduler.c scheduler_ramqueue.c Log message: When getting the next batch of envelope to schedule, use an array to store envelope ids, rather than a dynamic list. ok gilles@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/02/10 08:21:28 Modified files: games/fortune/datfiles: fortunes Log message: typo; fix from patrick keshishian CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/02/10 08:23:14 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: do not mark up punctuation; ok gilles CVSROOT: /cvs Module name: xenocara Changes by: naddy@cvs.openbsd.org 2013/02/10 08:29:01 xenocara/app/luit/man Update of /cvs/xenocara/app/luit/man In directory cvs.openbsd.org:/tmp/cvs-serv11724/man Log Message: Directory /cvs/xenocara/app/luit/man added to the repository CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2013/02/10 08:38:18 Modified files: usr.bin/mg : file.c tutorial Log message: Grammar nits. CVSROOT: /cvs Module name: xenocara Changes by: naddy@cvs.openbsd.org 2013/02/10 08:38:37 Modified files: app/luit : ChangeLog INSTALL Makefile.am Makefile.in README aclocal.m4 charset.c charset.h config.guess config.h.in config.sub configure configure.ac depcomp install-sh iso2022.c iso2022.h luit.c luit.h missing other.c other.h parser.c parser.h sys.c sys.h Added files: app/luit : acinclude.m4 app/luit/man : Makefile.am Makefile.in luit.man Removed files: app/luit : luit.man Log message: Update to luit 1.1.1. ok matthieu@ CVSROOT: /cvs Module name: xenocara Changes by: naddy@cvs.openbsd.org 2013/02/10 08:41:48 Modified files: app/luit : sys.c Log message: don't touch the pty permissions after grantpt() or openpty(); ok matthieu@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/02/10 08:45:46 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: remove some unneeded Xo/Xc. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2013/02/10 10:12:59 Modified files: faq : faq5.html Log message: sync comments about -current with earlier paragraphs. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2013/02/10 12:19:30 Modified files: sys/uvm : uvm_map.c Log message: Don't wait for memory from pool while holding vm_map_lock or we can deadlock ourselves - based on an infrequent hang caught by sthen, and diagnosed by kettenis and me. Fix after some iterations is to simply call uvm_map_allocate and allocate the map entry before grabbing the lock so we don't wait while holding the lock. ok miod@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2013/02/10 12:32:47 Modified files: devel/pcre : Makefile distinfo devel/pcre/pkg : PLIST Log message: update to pcre-8.32 CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2013/02/10 12:40:38 Modified files: usr.sbin/nginx/src/pcre: config.h pcre.h pcre_compile.c pcre_exec.c pcre_fullinfo.c pcre_internal.h pcre_newline.c pcre_ord2utf8.c pcre_study.c pcre_tables.c pcre_ucd.c pcre_valid_utf8.c pcre_xclass.c ucp.h Log message: update the internal pcre to 8.32 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2013/02/10 12:45:55 Modified files: devel/pcre : Makefile distinfo devel/pcre/pkg : PLIST Log message: backout previous commit, it's too late for this CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/10 13:27:18 Modified files: share/mk : bsd.own.mk sys/arch/hp300/stand: Makefile.inc sys/arch/mvme68k/stand: Makefile.inc ld.script Log message: switch m68k ports to gcc3 CVSROOT: /cvs Module name: ports Changes by: miod@cvs.openbsd.org 2013/02/10 13:27:42 Modified files: infrastructure/mk: arch-defines.mk Log message: m68k arches now use gcc 3 CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2013/02/10 14:19:34 Modified files: usr.bin/ssh : version.h Log message: openssh 6.2 CVSROOT: /cvs Module name: www Changes by: beck@cvs.openbsd.org 2013/02/10 15:28:17 Modified files: . : 53.html Log message: buffer cache, uvm, authpf, etc. CVSROOT: /cvs Module name: www Changes by: rpe@cvs.openbsd.org 2013/02/10 15:34:06 Modified files: . : 53.html Log message: add href to AnonCVS CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2013/02/10 16:32:10 Modified files: usr.bin/ssh : ssh-keygen.c Log message: append to moduli file when screening candidates rather than overwriting. allows resumption of interrupted screen; patch from Christophe Garault in bz#1957; ok dtucker@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2013/02/10 16:35:24 Modified files: usr.bin/ssh : packet.c Log message: record "Received disconnect" messages at ERROR rather than INFO priority, since they are abnormal and result in a non-zero ssh exit status; patch from Iain Morgan in bz#2057; ok dtucker@ CVSROOT: /cvs Module name: www Changes by: rpe@cvs.openbsd.org 2013/02/10 16:41:14 Modified files: . : 53.html Log message: ftp(1) basic HTTP auth CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/11 00:43:06 Modified files: editors/emacs : Makefile editors/emacs/pkg: PLIST Added files: editors/emacs/pkg: PFRAG.athena PFRAG.gtk3 PFRAG.no_x11 Log message: provide upgrade paths from emacs22 and emacs23 to emacs24; as noticed by matthieu@ ok sthen@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2013/02/11 03:09:12 Modified files: distrib/notes/macppc: prep Log message: adjust boot-device to be more like what the installer tells you. ok mpi@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2013/02/11 04:11:42 Modified files: sys/kern : kern_sysctl.c sys/sys : proc.h Log message: When information about threads are not requested sum the '%cpu' of all threads in a process instead of returning only the '%cpu' for the main thread. This makes top(1) display the correct percentage of CPU usage for threaded processes when theads are not displayed. ok sthen@, mikeb@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/11 07:29:54 Modified files: lang/gcc/4.7 : Makefile lang/gcc/4.7/pkg: PLIST-c++ PLIST-main Log message: move two files from -main to -c++ to fix a conflict between gcc version. the conflict was already marked, but these two files were in the wrong PLIST. ok pascal@ (MAINTAINER) sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/11 07:31:14 Modified files: infrastructure/mk: bsd.port.mk Log message: - deal with ports that have STATIC_PLIST=no in print-plist-all, this unbreaks check-conflicts -p. ok espie@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2013/02/11 08:52:42 Modified files: sbin/init : init.c Log message: Ignore sysctl failure for CPU_LIDSUSPEND when errno is EOPNOTSUPP. Just because CPU_LIDSUSPEND is defined in cpu.h does mean it is actually supported by the hardware. OK halex@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2013/02/11 10:05:25 Modified files: sys/arch/alpha/include: cpu.h sys/arch/amd64/include: cpu.h sys/arch/arm/include: cpu.h sys/arch/hppa/include: cpu.h sys/arch/hppa64/include: cpu.h sys/arch/i386/include: cpu.h sys/arch/m68k/include: cpu.h sys/arch/m88k/include: cpu.h sys/arch/mips64/include: cpu.h sys/arch/powerpc/include: cpu.h sys/arch/sh/include: cpu.h sys/arch/sparc64/include: cpu.h sys/arch/vax/include: cpu.h sys/kern : kern_clock.c subr_prof.c sys/lib/libkern: mcount.c sys/sys : gmon.h Log message: Fix kernel profiling on MP systems by using per-CPU buffer. Previously various CPUs were iterating over the same global buffer at the same time to modify it and never ended. This diff includes some ideas submited by Thor Simon to NetBSD via miod@. ok mikeb@, haesbaert@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2013/02/11 10:08:53 Modified files: usr.sbin/kgmon : kgmon.8 kgmon.c Log message: Teach kgmon(8) to deal with per-CPU kernel profiling. ok mikeb@, haesbaert@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2013/02/11 10:17:03 Modified files: lib/libc/gmon : mcount.c Log message: Sync with libkern's copy. No functional change. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/02/11 10:32:33 Modified files: usr.sbin/kgmon : kgmon.8 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/02/11 10:35:46 Modified files: sbin/fsck : fsck.8 sbin/fsck_ffs : fsck_ffs.8 Log message: Xr scan_ffs 8; requested by Scott McEachern CVSROOT: /cvs Module name: www Changes by: matthew@cvs.openbsd.org 2013/02/11 13:11:52 Modified files: . : 53.html Log message: Mention that GCC4 platforms get per-DSO SSP cookies now. CVSROOT: /cvs Module name: www Changes by: matthew@cvs.openbsd.org 2013/02/11 13:19:18 Modified files: . : 53.html Log message: Mention that we now support using -lpthread instead of -pthread. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2013/02/11 13:44:46 Modified files: de : 53.html faq/de : faq5.html faq/nl : faq8.html opensmtpd/nl : index.html portable.html users.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/11 13:50:10 Modified files: distrib/sets/lists/base: md.hp300 md.mvme68k distrib/sets/lists/comp: md.hp300 md.mvme68k Log message: sync CVSROOT: /cvs Module name: www Changes by: matthew@cvs.openbsd.org 2013/02/11 13:54:25 Modified files: . : 53.html Log message: Remove stray backslash accidentally introduced during editing. Pointed out by Rafael Neves. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2013/02/11 14:07:38 Modified files: net/p5-Net-Inspect: Makefile distinfo Log message: update p5-Net-Inspect to 0.27 OK jasper@ naddy@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/02/11 14:16:33 Modified files: net/openconnect: Makefile Added files: net/openconnect/patches: patch-http_c Log message: Cherrypick OpenConnect fix; use a dynamically allocated buffer rather than a fixed stack buffer when constructing HTTP requests. Prevents an overflow if a malicious VPN gateway sends a very long hostname/path (for redirects) or cookie list. (There is a newer release of OpenConnect which includes this fix, but also some bigger code changes, so that will wait until we are done with 5.3 release). ok aja@ jasper@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2013/02/11 14:21:58 Modified files: usr.bin/ssh : sshd.c Log message: Add openssl version to debug output similar to the client. ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2013/02/11 16:58:51 Modified files: regress/usr.bin/ssh: try-ciphers.sh Log message: remove acss here too CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2013/02/12 00:31:13 Modified files: lib/libc/gmon : gmon.c Log message: Unbreak the tree by adding missing defines. Forgot to sync in previous spotted by todd@. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2013/02/12 01:06:22 Modified files: lib/libc/gmon : gmon.c mcount.c sys/arch/alpha/include: cpu.h sys/arch/amd64/include: cpu.h sys/arch/arm/include: cpu.h sys/arch/hppa/include: cpu.h sys/arch/hppa64/include: cpu.h sys/arch/i386/include: cpu.h sys/arch/m68k/include: cpu.h sys/arch/m88k/include: cpu.h sys/arch/mips64/include: cpu.h sys/arch/powerpc/include: cpu.h sys/arch/sh/include: cpu.h sys/arch/sparc64/include: cpu.h sys/arch/vax/include: cpu.h sys/kern : kern_clock.c subr_prof.c sys/lib/libkern: mcount.c sys/sys : gmon.h usr.sbin/kgmon : kgmon.8 kgmon.c Log message: Back out per-CPU kernel profiling, it shouldn't modify a public header at this moment. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/02/12 02:59:02 Modified files: faq : faq14.html Log message: zap duplicated word; Nick Permyakov CVSROOT: /cvs Module name: www Changes by: mpi@cvs.openbsd.org 2013/02/12 03:20:37 Modified files: . : 53.html Log message: UniNorth and U3 support were added to agp(4). While here fix an ix -> ahd typo. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2013/02/12 05:03:57 Modified files: etc/etc.sparc64: MAKEDEV.md Log message: Increase default number of ldoms to 8 (+ 8 virtual consoles and 16 virtual disks). input and ok kettenis@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2013/02/12 05:04:22 Modified files: etc/etc.sparc64: MAKEDEV Log message: regen CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2013/02/12 08:32:51 Modified files: converters/ruby-json: Makefile distinfo Log message: Update to json 1.7.7, fixing CVE-2013-0269. OK jasper@ sthen@ CVSROOT: /cvs Module name: ports Changes by: chris@cvs.openbsd.org 2013/02/12 09:23:33 Modified files: shells/nsh : Makefile distinfo shells/nsh/pkg : DESCR Removed files: shells/nsh/patches: patch-conf_c patch-if_c Log message: update to 1.0 ok sthen, naddy CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/12 12:57:06 Modified files: gnu/usr.bin/gcc/gcc/config/m88k: openbsd.h openbsdelf.h Log message: Reenable the stack protector code, the last varargs change fixed the issue. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/02/12 13:02:53 Modified files: devel/spidermonkey: Makefile devel/spidermonkey/patches: patch-Makefile_in Log message: Enable spidermonkey on alpha & hppa. It works flawlessly on alpha, crashes right away on hppa, but it's not worse than sparc64 in that regard, so maybe that'll allow more stuff to build on those archs. ok sthen@ ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2013/02/12 13:15:37 Modified files: x11/gtk+3 : Makefile Log message: Enable the colord dependency on hppa & alpha too now that spidermonkey builds there. I'll see if gtk+3 builds fine on hppa soon... ok ajacoutot@ sthen@ CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2013/02/12 13:24:32 Modified files: usr.bin/last : last.c Log message: Reflect the -f option in last's output. Original diff from Jacob L. Leifman. Other feedback from Callum Davies and sthen@ ok mpi@ ian@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2013/02/12 13:25:00 Modified files: converters/ruby-json: Tag: OPENBSD_5_2 Makefile distinfo converters/ruby-json/pkg: Tag: OPENBSD_5_2 PLIST Log message: Update to json 1.5.5, fixing CVE-2013-0269. OK jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/12 14:39:47 Modified files: net/openconnect/patches: patch-http_c Log message: add CVE id that was just issued. ok sthen@ CVSROOT: /cvs Module name: www Changes by: rpe@cvs.openbsd.org 2013/02/12 15:05:32 Modified files: . : 53.html Log message: BCM5718/5719/5720 support in bge(4) CVSROOT: /cvs Module name: www Changes by: rpe@cvs.openbsd.org 2013/02/12 15:15:14 Modified files: . : 53.html Log message: sorry, has been backed out CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/12 15:32:39 Modified files: lang/smlnj : Makefile Added files: lang/smlnj/patches: patch-config__arch-n-opsys patch-config__heap2exec patch-config__link-sml patch-config__ml-build patch-config__ml-makedepend patch-config__run-sml Log message: - correctly pass SMLNJ_HOME around, unbreaking some scripts. from Alexander Polakov ok sthen@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2013/02/12 20:46:46 Modified files: gnu/usr.bin/binutils/gas: dwarf2dbg.c dwarf2dbg.h gnu/usr.bin/binutils/gas/doc: as.texinfo Log message: Add support for .loc directive options basic_block, prologue_end, and epilogue_begin. Backported from binutils 2.17. ok miod@ CVSROOT: /cvs Module name: www Changes by: lteo@cvs.openbsd.org 2013/02/12 21:54:39 Modified files: . : 53.html Log message: cpu -> CPU, ethernet -> Ethernet CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/13 00:53:47 ports/devel/commons-io/patches Update of /cvs/ports/devel/commons-io/patches In directory cvs.openbsd.org:/tmp/cvs-serv10205/patches Log Message: Directory /cvs/ports/devel/commons-io/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2013/02/13 01:02:37 Modified files: mail/zarafa/zarafa: Makefile Log message: add devel/swig as a build dependency and regenerate the swig code ok aja@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2013/02/13 07:34:43 Modified files: usr.sbin/smtpd : table_db.c table_static.c Log message: - when declaring a static table for userinfo, do not make username part of the value as it confuses users { gilles => gilles:10:100:/home } becomes { gilles => 10:100:/home } ok eric, we'll discuss changes under the hood post-release CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/13 08:23:53 ports/devel/ruby-rdoc/patches Update of /cvs/ports/devel/ruby-rdoc/patches In directory cvs.openbsd.org:/tmp/cvs-serv22996/patches Log Message: Directory /cvs/ports/devel/ruby-rdoc/patches added to the repository CVSROOT: /cvs Module name: www Changes by: kirby@cvs.openbsd.org 2013/02/13 10:37:43 Modified files: . : macppc.html Log message: Add U3 AGP bus and NVIDIA FX5200 found in my G5 ok mpi@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/02/13 11:13:12 Modified files: devel/jdk/1.6 : Makefile Log message: add bootstraps to SUPDISTFILES, don't use $ARCH in DISTFILES as (despite ONLY_FOR_ARCHS) dpb still fetches the files. fixes spurious dpb errors with !amd64/i386. ok espie@ kurt@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/13 11:19:37 Modified files: devel/ruby-rdoc: Makefile Added files: devel/ruby-rdoc/patches: patch-lib_rdoc_generator_template_darkfish_js_darkfish_js Log message: Security fix for CVE-2013-0256, an XSS exploit in RDoc ok jeremy@ sthen@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/02/13 12:22:32 Modified files: faq : faq6.html Log message: - missing . in 802.11, from amit kulkarni - awi(4) was removed 4 years ago, from amit - zap trailing whitespace CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/13 12:32:52 Modified files: sbin/dhclient : dhclient.c dispatch.c Log message: Restore previous behaviour of not cleaning up in response to SIGTERM. SIGTERM is used to make processes go away during system shutdown and NFS filesystems may be still be in use when it is received. So removing routes to the NFS servers is a bad thing. Problem discovered and fix tested by landry@. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2013/02/13 12:42:18 Modified files: de : 53.html macppc.html faq/de : faq14.html faq/nl : faq14.html faq5.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/02/13 13:45:09 Modified files: faq : faq6.html Log message: Add an example for dhcpd on a bridge, from Jeremie Le Hen. Small tweak suggested by aja@, and add href for dhcpd from me. CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2013/02/13 13:45:41 Modified files: sys/arch/i386/i386: pmap.c Log message: - Detect and correct stale GDT user code segment limit caused by another thread in the same process running on another cpu raising pm_highexec and pm_codeseg. w/help from kettenis@ okay beck@ guenther@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2013/02/13 14:21:34 Modified files: sys/arch/i386/i386: machdep.c Log message: De-magic IOM_END like in the rest of machdep.c. OK miod@. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2013/02/13 15:10:38 Modified files: sys/net : pipex.c usr.sbin/npppd/npppd: mppe.c npppd.c npppd_iface.c ppp.c ppp.h Log message: Pipex did panic when the 0 length mppe is given by ioctl. Return EINVAL instead of panic. Also npppd called ioctl with the invalid argument because of the bugs introduced by the config parser change commit. Fixed those bugs and make sure not to use 0 length keys for MPPE. reported by csszep at gmail and giovanni ok giovanni CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2013/02/13 16:11:14 Modified files: etc : pf.conf Log message: Add a 'block' rule prior to the state creating 'pass' rule. This way, TCP packets of e.g. timed out states are blocked rather than passed by the implicit default pass rule. sthen@ benno@ phessler@ mikeb@ agrees CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2013/02/13 20:38:15 Modified files: lib/librthread : tcb.h rthread.c Log message: Make libpthread compatible with an ld.so that does TCB allocation: if the initial thread already has a TCB then don't override it, and if the _dl_allocate_tls() and _dl_free_tls() symbols exist then use them instead of malloc/free ok kettenis@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/13 22:50:49 Modified files: sys/arch/m88k/m88k: pmap.c Log message: Be sure to writeback D$ in addition to invalidate I$ in pmap_proc_iflush(), or I$ may reload with stale data. It used to work without this because the kernel used to run in write-through mode. Repairs gdb single-stepping. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/13 22:56:02 Modified files: sys/arch/m88k/include: profile.h Log message: A really working version of MCOUNT. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/02/14 00:40:42 Modified files: share/man/man4 : acx.4 an.4 ath.4 athn.4 atu.4 atw.4 bwi.4 ipw.4 iwi.4 iwn.4 malo.4 otus.4 pgt.4 ral.4 ray.4 rsu.4 rtw.4 rum.4 run.4 uath.4 upgt.4 ural.4 urtw.4 urtwn.4 wi.4tbl wpi.4 zyd.4 Log message: rework EXAMPLES somewhat, and remove the obsolete NONE NONE NONE dhcp stuff; ok krw CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/02/14 00:42:49 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: simplify markup for the "table" keyword; ok gilles CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2013/02/14 05:30:50 Modified files: usr.sbin/smtpd : aliases.c expand.c lka.c lka_session.c parse.y parser.c parser.h smtpctl.c smtpd.c smtpd.conf.5 smtpd.h to.c Log message: - smtpctl trace expand, enables tracing of aliases expansion - replace "users" keyword with "userbase" when providing alternate userbase - disambiguise expansion nodes when expanding across domains and userbases - allow use of '=' instead of '=>' when declaring a mapping ok eric@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2013/02/14 05:32:19 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: - change => to = in documentation CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2013/02/14 06:11:40 Modified files: usr.sbin/smtpd : smtpd.c smtpd.h Log message: - log smtpd version at startup ok eric@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2013/02/14 06:21:16 Modified files: usr.sbin/smtpd : smtpctl.8 Log message: - document smtpctl trace expand CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2013/02/14 07:34:07 Modified files: usr.sbin/smtpd : smtpd-api.h Log message: grow MAX_LOCALPART_SIZE and MAX_DOMAINPART_SIZE by 1 (for the '\0') ok gilles@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2013/02/14 08:11:44 Modified files: lib/libssl/src/crypto/asn1: a_verify.c lib/libssl/src/crypto/bn: bn_word.c lib/libssl/src/crypto/evp: e_aes_cbc_hmac_sha1.c lib/libssl/src/crypto/ocsp: ocsp_vfy.c lib/libssl/src/crypto/rsa: rsa_oaep.c lib/libssl/src/ssl: d1_enc.c d1_pkt.c s2_clnt.c s2_pkt.c s3_both.c s3_enc.c s3_pkt.c ssl_locl.h t1_enc.c t1_lib.c lib/libssl/ssl : Makefile Added files: lib/libssl/src/ssl: s3_cbc.c Log message: cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txt from the openssl git (changes between openssl 1.0.1c and 1.0.1d). ok djm@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/02/14 08:15:37 Modified files: driver/xf86-video-intel/src/legacy/i810: i810_driver.c Log message: Repair the legacy i810 driver. Problem reported and fix successfully tested by schwarze@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2013/02/14 09:22:34 Modified files: sys/netinet : ip_ah.c ip_esp.c ip_ipcomp.c ip_ipsp.h Log message: Merge of an original work by markus@ and gerhard@ to increase the anti-replay window size to 2100 entries; plus small ESN related improvements. ok markus CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/14 13:39:46 Modified files: sbin/dhclient : bpf.c dhclient.c dhcpd.h options.c Log message: Don't rely on the packet buffer (client->packet) being preserved between attempts to send DISCOVER or REQUEST packets. Some DHCP servers might NAK the DISCOVER, or other nefarious packets arrive, between attempts and overwrite the packet being sent. Create and use another buffer for packets being sent. Problem encountered by fgsch@, who noticed that once the DISCOVER was NAK'ed our dhclient sent a bunch of NAK's back to the server. Like it thought they were DISCOVER messages. ok beck@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2013/02/14 14:35:59 Modified files: usr.bin/ssh : auth2-pubkey.c Log message: Correct error message that had a typo and was logging the wrong thing; patch from Petr Lautrbach CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2013/02/14 14:47:44 Modified files: . : plus.html Log message: plus.html for Feb 4-10, ok jj@. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/14 15:06:14 Modified files: usr.sbin/dhcpd : dhcp.c Log message: Obey RFC 2131 and when the broadcast flag is set send reply back via udp broadcast and link-local broadcast. Not udp broadcast to link address of client. Fixes at least some switches who use the broadcast flag. Bug submitted by Andy via bugs@, and fix tested by same. Thanks! ok beck@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/14 15:18:12 Modified files: sbin/dhclient : dhclient.c dispatch.c Log message: When an interface generates an RTM_IFINFO message, it may be as the result of its LLADDR changing! Check said address and if it differs from what we think it is, simulate a SIGHUP to restart, getting the new address and a new lease for it. Spotted by, fix tested by, and ok beck@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2013/02/14 15:22:48 Modified files: sys/dev/ic : com.c Log message: No need to treat amd64 specially; always return CN_HIGHPRI. ok miod@ CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2013/02/14 15:25:30 Modified files: usr.sbin/nginx/src/pcre: config.h pcre_compile.c Log message: disable symbol visibility on vax in order to unbreak the build CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2013/02/14 16:16:32 Modified files: . : 53.html Log message: m68k archs have switched to GCC 3. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2013/02/14 17:21:01 Modified files: usr.bin/ssh : sshconnect2.c Log message: Warn more loudly if an IdentityFile provided by the user cannot be read. bz #1981, ok djm@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/14 18:20:39 Modified files: sbin/dhclient : kroute.c Log message: Don't leak routing socket fd if getting the default route fails. e.g. with ESRCH. Ask for default route in correct routing domain. While here, tweak variable names to be consistant with other functions using a routing socket. Likely the cause of the periodic failures reported by Andreas Bartelt via bugs@. CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2013/02/14 21:31:59 Modified files: usr.bin/ftp : ftp.1 Log message: ARPANET -> Internet ok jmc CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2013/02/15 00:08:32 Modified files: faq/fr : faq14.html faq5.html faq8.html fr : amiga.html index.html landisk.html macppc.html plat.html solbourne.html zaurus.html opensmtpd/fr : index.html users.html pt : cvsync.html donations.html plat.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2013/02/15 01:28:08 Modified files: usr.sbin/lpr/lpr: lpr.c Log message: Add missing break, reported by Jared S. Candelaria. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2013/02/15 01:37:09 Modified files: sys/dev/ic : pckbc.c Log message: Do not loop forever if the keyboard send a BAT (Basic Assurance Test) fault code, but handle this code like ``Resend'' or ``BAT success'' instead. Fix a problem reported by Kent Fritz and analyzed by stsp@. ok shadchin@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2013/02/15 01:49:51 Modified files: sys/dev/ic : pckbc.c Log message: More DPRINTF use, no object change. CVSROOT: /cvs Module name: www Changes by: kirby@cvs.openbsd.org 2013/02/15 02:14:52 Modified files: . : macppc.html Log message: Missed this bit. "you can keep your sentence" mpi@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2013/02/15 02:54:36 Modified files: net/ngircd : Makefile Added files: net/ngircd/patches: patch-src_ngircd_channel_c Log message: SECURITY UPDATE: fix remote DoS. aja@ sthen@ ok CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2013/02/15 03:20:07 Modified files: sys/dev/pckbc : pckbd.c Log message: backout latest: audio keys can autorepeat. Autorepeated keys are not decoded by the wskbd layer, thus autorepeted audio keys end-up passed to userland in raw mode (ie to X), resulting in keyboard input corruption. Noticed (and debugged) by halex@, thanks. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2013/02/15 03:50:32 Modified files: lib/libssl/src/crypto/bn: Tag: OPENBSD_5_2 bn_word.c Log message: Fix a buffer overflow in BN_add_word which would occur when certain values are added to a single word bignum. from markus@ ok djm@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/02/15 04:36:50 Modified files: . : 53.html Log message: - no more Arla (from Arto Jonsson) - baby jumbos for vr / sis CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/02/15 05:06:11 Modified files: lang/smlnj : Makefile lang/smlnj/patches: patch-config__arch-n-opsys patch-config__heap2exec patch-config__link-sml patch-config__ml-build patch-config__ml-makedepend patch-config__run-sml Log message: unbreak build on a clean system. reported by nigel (and I hit it too), ok jasper@ nigel@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2013/02/15 05:15:12 Modified files: usr.sbin/relayd: relay_http.c Log message: Fix the toread check in the lateconnect case. This allows Content-Length: 0 in HTTP GET request when a request filter is used. This was broken by my previous commit. OK reyk@ benno@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2013/02/15 05:40:01 Modified files: print/ghostscript/gnu: Makefile print/ghostscript/gnu/patches: patch-base_devs_mak Log message: Ensure that cups/gdevcups.c is compiled with the same flags as everything else, especially to get the same value for GX_COLOR_INDEX_TYPE (and the same field sizes and offsets for the gx_device type). This fixes crashes with the cups driver on 32 bit archs. Reported and fix tested by Martin Crossley . ok aja@ dcoppa@ sthen@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2013/02/15 07:26:24 Modified files: sys/dev/pci : envy.c Log message: Use uvm_km_kmemalloc_pla() to allocate dma memory below 2^28 limit, allowing ice1712-based cards to work on amd64. With help from kettenis@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/15 07:40:04 Modified files: sbin/dhclient : dhclient.c Log message: Unbreak DISCOVER by initializing xid from correct field. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/15 07:54:04 Modified files: sbin/dhclient : dhclient.c Log message: Even if no one uses it, record the seconds since we started in the correct field. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/15 08:00:17 Modified files: sbin/dhclient : dhclient.c Log message: Make code a tad less obscure by using sizeof() actual variable being zeroed, rather than some other variable that may be the same type. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2013/02/15 08:12:25 Modified files: usr.bin/mg : buffer.c Log message: cleanup undo history in revert-buffer problem spotted, initial diff and ok lum@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2013/02/15 10:36:08 Modified files: usr.sbin/smtpd : smtp_session.c Log message: terminate session instead of fatal() if getsockname() fails. ok gilles@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2013/02/15 11:34:25 Modified files: usr.bin/make : var.c Log message: turns out if a line ends with a $, the var module will run off the cliff while expanding it. shows up very prominently with MALLOC_OPTIONS=S Problem found by jasper@ okay'd by jasper@ and kind-of duh'd by miod@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/15 12:52:38 Modified files: sbin/dhclient : dhclient.c Log message: Take more care to use the correct xid, rather than packet garbage. ok beck@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2013/02/15 15:01:24 Modified files: lib/librthread : tcb.h rthread.c Log message: Revert previous diff: sparc and sparc64 don't set the TCB to NULL in exec, yet, and vax doesn't support symbols that are both weak and undefined (yet?). sparc issue diagnosed by kettenis@, vax problem found by todd@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2013/02/15 15:43:21 Modified files: usr.sbin/smtpd : mta_session.c smtpd.conf.5 smtpd.h to.c Log message: add missing bits for lmtp support (from Ashish SHUKLA). ok gilles@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2013/02/15 15:58:17 Modified files: sys/arch/sparc64/sparc64: machdep.c Log message: We deprecated returning to %g7 after a successful system call long ago. These days we use it as a thread register and want to have it initialized to zero for future thread local storage (TLS) support. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/02/15 16:47:04 Modified files: devel/gettext : Makefile Added files: devel/gettext/patches: patch-gettext-tools_libgrep_regcomp_c Log message: Fix mixed code/decl's in gettext. ok jasper@ aja@ naddy@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2013/02/15 23:08:45 Modified files: regress/usr.bin/ssh: integrity.sh Log message: make sure the fuzz offset is actually past the end of KEX for all KEX types. diffie-hellman-group-exchange-sha256 requires an offset around 2700. Noticed via test failures in portable OpenSSH on platforms that lack ECC and this the more byte-frugal ECDH KEX algorithms. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2013/02/16 00:13:03 Modified files: etc : services Log message: Add 106/tcp (pop3pw/poppasswd) to the unofficial services list. ok sthen@ deraadt@ CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2013/02/16 00:19:18 Modified files: . : 53.html Log message: document make and dpb rather large changes. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2013/02/16 00:25:54 Modified files: usr.sbin/user : user.c Log message: Fix unlocking on 32bits arch where it would fuck up the shell... Do not try to (un)lock system users; people wanting to do so (???) will know what they do and use vipw(8). unlocking issue reported by Andre Stobe on tech@ cluesticks and ok miod@, ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/16 02:05:36 Modified files: x11/dbus-glib : Makefile x11/dbus-glib/pkg: PLIST Added files: x11/dbus-glib/patches: patch-dbus_dbus-gproxy_c Removed files: x11/dbus-glib/pkg: PFRAG.shared Log message: Fix for CVE-2013-0292: authentication bypass vulnerability ok jasper@ sthen@ espie@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2013/02/16 04:35:12 Modified files: share/man/man5 : bsd.port.mk.5 Log message: Make it clear that USE_MFS is not meant to be set by a user. This would prevent dumb people like yours truly wondering why dpb -M does not do the right thing. ok espie@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/16 06:50:17 Modified files: sbin/dhclient : dhclient.c Log message: Remove accidentally committed debug statement ("Got RTM_IFINFO"). CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2013/02/16 07:34:53 Modified files: sys/kern : uipc_socket.c sys/netinet : udp_usrreq.c Log message: Fix a bug in udp socket splicing in case a packet gets diverted and spliced and routed to loopback. The content of the pf header in the mbuf was keeping the divert information on its way. Reinitialize the whole packet header of the mbuf and remove the mbuf tags when the packet gets spliced. OK claudio@ markus@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/02/16 08:20:54 Modified files: . : vax-simh.html Log message: Improve instructions for configuring the network. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2013/02/16 09:20:07 Modified files: usr.sbin/smtpd : smtp_session.c Log message: only use local hostname in Received lines if listener has not overriden it, otherwise use the listener hostname ok eric@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/02/16 11:17:49 Modified files: devel/gettext : Makefile devel/gettext/pkg: PLIST Added files: devel/gettext/pkg: PFRAG.shared Log message: The pkg_create magic to handle stripping dynamic libraries on static-only arch works by converting the .so to .a (which covers the case where a shared arch builds an .so with no associated .a). As gettext has a couple of shared libraries with no associated static library this scheme doesn't work, so split it back out to PFRAG.shared to disable the magic. Fixes vax. ok espie@ naddy@ CVSROOT: /cvs Module name: www Changes by: beck@cvs.openbsd.org 2013/02/16 13:55:13 Modified files: . : donations.html goals.html Log message: Change paypal donations link to foundation donations page for paypal links there. as discussed with millert@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/02/16 14:30:22 Modified files: . : 53.html Log message: cwm improvements, consistent . at end of lines, minor rewording CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/02/16 14:48:24 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/16 17:02:44 Modified files: sbin/dhclient : dhclient.c Log message: Put the processes in the routing domain of the interface. Tweak error message to show problematic table id and use clearer verbiage suggested by sthen@. Should fix (another!) problem reported by Andreas Bartelt, who noted that lease renewals did not work in a non-default routing domain. ok sthen@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2013/02/16 21:04:46 Modified files: faq : faq13.html Log message: dvddemystified.com is gone, change link to point to last copy in web.archive.org. Pointed out by Erling dot Westenvic at gmail dot com. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2013/02/17 01:05:41 Modified files: de : 53.html macppc.html faq/de : faq6.html faq/nl : faq13.html faq6.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2013/02/17 03:30:26 Modified files: usr.bin/mg : buffer.c Log message: Replace hand rolled TAILQ_REMOVE with example from queue(3). While this did work in this particular case because the list was no longer used it at least sets a bad example. ok benno, jasper, lum CVSROOT: /cvs Module name: www Changes by: beck@cvs.openbsd.org 2013/02/17 03:34:05 Modified files: . : donations.html Log message: spelling nit CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2013/02/17 05:28:30 Modified files: usr.sbin/smtpd : parse.y smtpd.conf.5 Log message: disable queue compression temporarily, we lack the smtpctl bits CVSROOT: /cvs Module name: xenocara Changes by: miod@cvs.openbsd.org 2013/02/17 06:03:23 Modified files: distrib/sets/lists/xbase: md.mvme88k distrib/sets/lists/xetc: md.mvme88k distrib/sets/lists/xserv: md.mvme88k Log message: sync CVSROOT: /cvs Module name: www Changes by: gilles@cvs.openbsd.org 2013/02/17 06:23:19 Added files: opensmtpd : errata.html Log message: missing page CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/17 08:08:13 Modified files: sbin/dhclient : kroute.c Log message: dhclient-script did 'route -q $rdomain add $new_ip_address 127.0.0.1'. i.e. did not complain (-q) if 127/8 was unreachabel from $rdomain. So don't pollute the log with new warnings about being unable to create the route. Just complain if a truly unexpected error occurs. Noted by Andreas Bartelt. CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2013/02/17 08:42:21 Modified files: usr.bin/mg : paragraph.c Log message: Fix line counting when using forward-paragraph and backward-paragraph. Feedback and ok florian@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/17 08:48:03 Modified files: sbin/dhclient : kroute.c Log message: Kill a magic number. 0 -> RTP_NONE for priority in constructing routing messages. Prodded by otto@. RTP_NONE's home pointed out by jsg@. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/17 10:04:41 Modified files: sbin/dhclient : kroute.c dispatch.c dhclient.c Log message: Suppress some pointless debugging message: 1) If the pipe to the priv process is closed while waiting for something to happen in the non-priv dispatch() loop, assume the priv process issued an error message and exit without additional verbiage. 2) Ditto if the pipe to the priv process is closed when the flush of IMSG_CLEANUP is attempted. 3) No need to report when SIOCDIFADDR fails because the address is already gone. Start to ensure the priv process always issues a useful message before exiting by noting when it restarts due to the LLADDR having changed. Prodded by deraadt@ to clean this up. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/17 10:36:31 Modified files: sbin/dhclient : dhcpd.h dispatch.c kroute.c Log message: Using the value SIGQUIT to cause the dispatch loops to exit produced universal revulsion and no little confusion. #define our own value, currently INT_MAX, which should not overlap any likely signal value. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2013/02/17 10:36:49 Modified files: sys/arch/sparc/sparc: machdep.c Log message: We deprecated returning to %g7 after a successful system call long ago. These days we use it as a thread register and want to have it initialized to zero for future thread local storage (TLS) support. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/17 10:39:29 Modified files: sys/kern : kern_malloc.c kern_malloc_debug.c kern_proc.c subr_disk.c subr_extent.c subr_pool.c uipc_mbuf.c vfs_bio.c vfs_subr.c sys/ufs/ffs : ffs_softdep.c Log message: Comment out recently added __attribute__((__format__(__kprintf__))) annotations in MI code; gcc 2.95 does not accept such annotation for function pointer declarations, only function prototypes. To be uncommented once gcc 2.95 bites the dust. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/02/17 10:45:01 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: zap the surrounding whitespace and mark up for "="; ok gilles CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/17 11:05:52 Modified files: sys/arch/m88k/m88k: m88100_fp.S Log message: Missing end-of-comment CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/17 11:07:36 Modified files: sys/arch/aviion/aviion: av400_machdep.c av530_machdep.c sys/arch/luna88k/luna88k: machdep.c sys/arch/m88k/include: cmmu.h sys/arch/m88k/m88k: m8820x_machdep.c m88k_machdep.c sys/arch/mvme88k/mvme88k: m187_machdep.c m188_machdep.c m197_machdep.c m88110.c Log message: Constify struct cmmu. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/17 11:10:01 Modified files: sys/arch/mvme88k/include: m88410.h sys/arch/mvme88k/mvme88k: m88410.c Log message: Replace assembly statement triggering 88410 commands with a proper volatile uint64_t write. While there, implement a real wbinv routine instead of invoking wb, then inv; this avoids unnecessary busswitch register juggling. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2013/02/17 15:06:31 Modified files: libexec : Makefile libexec/ld.so : Makefile libexec/ld.so/ldconfig: Makefile libexec/ld.so/ldd: Makefile Log message: Always enter this ld.so and subdirectories to create obj (and then the MI man pages, even if vax currently lacks the programs) CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2013/02/17 15:09:54 Modified files: include : limits.h Log message: Fix typo that hid PASS_MAX, TMP_MAX, NL_NMAX, and _XOPEN_{IOV,NAME,PATH}_MAX defines. ok deraadt@ millert@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2013/02/17 16:16:55 Modified files: regress/usr.bin/ssh: integrity.sh Log message: make the ssh command generates some output to ensure that there are at least offset+tries bytes in the stream. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2013/02/17 16:16:57 Modified files: usr.bin/ssh : readconf.c readconf.h ssh.c sshconnect2.c Log message: Keep track of which IndentityFile options were manually supplied and which were default options, and don't warn if the latter are missing. ok markus@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2013/02/17 16:53:04 Modified files: . : 53.html Log message: isbn CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/18 00:53:54 Modified files: www/gtkhtml3 : Makefile Log message: sync with gtkhtml4 by adding a build dependency on libsoup as used for testgtkhtml. found by naddy@ ok aja@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2013/02/18 01:48:11 Modified files: games/fortune/datfiles: fortunes-o.real fortunes2-o Log message: typo fix; from pgoyette, netbsd -r1.15 and -r1.11, respectively; CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2013/02/18 03:17:45 Log message: Update to NSD 3.2.15, ok brad@ phessler@ deraadt@ also tested by okan@ Status: Vendor Tag: NLNETLABS Release Tags: NSD_3_2_15 U src/usr.sbin/nsd/iterated_hash.c U src/usr.sbin/nsd/LICENSE U src/usr.sbin/nsd/tsig-openssl.h C src/usr.sbin/nsd/nsd-xfer.8.in U src/usr.sbin/nsd/xfrd-tcp.c U src/usr.sbin/nsd/xfrd-tcp.h U src/usr.sbin/nsd/configyyrename.h U src/usr.sbin/nsd/tsig.c U src/usr.sbin/nsd/dname.c U src/usr.sbin/nsd/buffer.h C src/usr.sbin/nsd/nsd-checkconf.c U src/usr.sbin/nsd/nsd.conf.sample.in C src/usr.sbin/nsd/rdata.c U src/usr.sbin/nsd/nsec3.h U src/usr.sbin/nsd/xfrd.c U src/usr.sbin/nsd/namedb.c U src/usr.sbin/nsd/rbtree.c U src/usr.sbin/nsd/mkinstalldirs U src/usr.sbin/nsd/query.h U src/usr.sbin/nsd/rdata.h C src/usr.sbin/nsd/region-allocator.c U src/usr.sbin/nsd/zlexer.lex U src/usr.sbin/nsd/options.h U src/usr.sbin/nsd/rbtree.h N src/usr.sbin/nsd/rrl.c C src/usr.sbin/nsd/axfr.c C src/usr.sbin/nsd/server.c U src/usr.sbin/nsd/tsig.h C src/usr.sbin/nsd/query.c C src/usr.sbin/nsd/dns.c C src/usr.sbin/nsd/configure.ac C src/usr.sbin/nsd/configure U src/usr.sbin/nsd/xfrd-notify.c U src/usr.sbin/nsd/edns.h C src/usr.sbin/nsd/Makefile.in C src/usr.sbin/nsd/nsec3.c U src/usr.sbin/nsd/xfrd-notify.h U src/usr.sbin/nsd/iterated_hash.h U src/usr.sbin/nsd/nsd-notify.c U src/usr.sbin/nsd/region-allocator.h U src/usr.sbin/nsd/namedb.h U src/usr.sbin/nsd/netio.c C src/usr.sbin/nsd/zonec.c C src/usr.sbin/nsd/nsd.8.in C src/usr.sbin/nsd/util.c U src/usr.sbin/nsd/util.h C src/usr.sbin/nsd/configparser.y N src/usr.sbin/nsd/lookup3.c U src/usr.sbin/nsd/tsig-openssl.c U src/usr.sbin/nsd/dbcreate.c U src/usr.sbin/nsd/acx_nlnetlabs.m4 U src/usr.sbin/nsd/dname.h C src/usr.sbin/nsd/dns.h U src/usr.sbin/nsd/nsdc.sh.in C src/usr.sbin/nsd/nsd.c C src/usr.sbin/nsd/config.h.in U src/usr.sbin/nsd/ipc.c U src/usr.sbin/nsd/xfrd-disk.h C src/usr.sbin/nsd/nsd.conf.5.in U src/usr.sbin/nsd/packet.c C src/usr.sbin/nsd/nsd-notify.8.in U src/usr.sbin/nsd/nsd-patch.c N src/usr.sbin/nsd/lookup3.h C src/usr.sbin/nsd/zparser.y C src/usr.sbin/nsd/nsd-patch.8.in U src/usr.sbin/nsd/netio.h U src/usr.sbin/nsd/difffile.h U src/usr.sbin/nsd/configlexer.lex U src/usr.sbin/nsd/edns.c C src/usr.sbin/nsd/nsd-checkconf.8.in C src/usr.sbin/nsd/zonec.8.in U src/usr.sbin/nsd/difffile.c U src/usr.sbin/nsd/answer.c U src/usr.sbin/nsd/axfr.h U src/usr.sbin/nsd/xfrd-disk.c C src/usr.sbin/nsd/zonec.h U src/usr.sbin/nsd/options.c U src/usr.sbin/nsd/xfrd.h U src/usr.sbin/nsd/packet.h C src/usr.sbin/nsd/nsdc.8.in C src/usr.sbin/nsd/nsd-xfer.c U src/usr.sbin/nsd/answer.h U src/usr.sbin/nsd/ipc.h U src/usr.sbin/nsd/install-sh N src/usr.sbin/nsd/rrl.h U src/usr.sbin/nsd/buffer.c U src/usr.sbin/nsd/dbaccess.c U src/usr.sbin/nsd/nsd.h U src/usr.sbin/nsd/compat/inet_ntop.c U src/usr.sbin/nsd/compat/snprintf.c U src/usr.sbin/nsd/compat/memmove.c U src/usr.sbin/nsd/compat/strptime.c U src/usr.sbin/nsd/compat/malloc.c U src/usr.sbin/nsd/compat/memcmp.h U src/usr.sbin/nsd/compat/strlcpy.c U src/usr.sbin/nsd/compat/basename.c U src/usr.sbin/nsd/compat/inet_pton.c U src/usr.sbin/nsd/compat/pselect.c U src/usr.sbin/nsd/compat/memcmp.c U src/usr.sbin/nsd/compat/b64_ntop.c U src/usr.sbin/nsd/compat/strlcat.c U src/usr.sbin/nsd/compat/fake-rfc2553.h U src/usr.sbin/nsd/compat/fake-rfc2553.c U src/usr.sbin/nsd/compat/inet_aton.c U src/usr.sbin/nsd/compat/b64_pton.c 28 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 2013/02/18 03:18:39 Modified files: usr.sbin/nsd : Makefile.in axfr.c config.h.in configparser.y configure configure.ac dns.c dns.h nsd-checkconf.8.in nsd-checkconf.c nsd-notify.8.in nsd-patch.8.in nsd-xfer.8.in nsd-xfer.c nsd.8.in nsd.c nsd.conf.5.in nsdc.8.in nsec3.c query.c rdata.c region-allocator.c server.c util.c zonec.8.in zonec.c zonec.h zparser.y Log message: resolve conflicts CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2013/02/18 03:40:12 Modified files: usr.bin/last : last.c Log message: Fix after last commit: add missing header. sthen@ ok. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/02/18 03:44:00 Modified files: . : 53.html Log message: NSD 3.2.15, reminded by Scott McEachern CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/02/18 05:07:42 Modified files: infrastructure/mk: bsd.port.mk Log message: give a clue to clueless people okay sthen@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2013/02/18 06:37:14 Modified files: usr.sbin/smtpd : mta.c Log message: missing comma in log message ok gilles@ CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2013/02/18 07:48:13 Modified files: sys/net : pf_table.c Log message: DIOCRCLRASTATS ioctl wasn't specifying a timestamp when cleared table statistics so it appeared later on as the Epoch. Noticed by [the] Shining on bugs@. Thanks! ok sthen, waver from deraadt CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/18 08:57:08 Modified files: sbin/dhclient : dhclient.c dhcpd.h dispatch.c kroute.c privsep.c privsep.h Log message: Rework log messages to be more useful. Rename IMGS_CLEANUP/imsg_cleanup/cleanup to IMSG_HUP/imsg_hup/sendhup to more accurately reflect intent of causing the privileged process to initiate restart. There should now be one and only one message logged at termination or restart, logged by the process initiating the termination or restart. As part of fixing this, remove duplicate cleanup attempts and exit after sending IMSG_HUP. These make logged messages more consistant and fix issues with incorrect cleanups. More prodding from deraadt@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2013/02/18 09:09:29 Modified files: faq/pf : tables.html pools.html nat.html Log message: pacbell.net is gone, fortunately swbell.net provides almost the exact same CIDR document. pointed out by parranoya at gmail dot com. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2013/02/18 09:23:55 Modified files: faq : faq13.html Log message: http://www.dvddemystified.com is back after a six month absence, so revert back to original source. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2013/02/18 09:29:32 Modified files: de : 53.html donations.html goals.html faq/de : faq13.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/18 12:00:34 Modified files: x11/dbus-glib : Tag: OPENBSD_5_2 Makefile Added files: x11/dbus-glib/patches: Tag: OPENBSD_5_2 patch-dbus_dbus-gproxy_c Log message: Fix for CVE-2013-0292: authentication bypass vulnerability CVSROOT: /cvs Module name: src Changes by: okan@cvs.openbsd.org 2013/02/18 12:29:03 Modified files: usr.sbin/pkg_add/OpenBSD: Add.pm PackingElement.pm Log message: use localbase for pkg-readmes ok espie@ CVSROOT: /cvs Module name: src Changes by: okan@cvs.openbsd.org 2013/02/18 12:56:10 Modified files: usr.sbin/pkg_add/OpenBSD: Add.pm PackingElement.pm Log message: revert previous; wrong time. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2013/02/18 13:08:10 Modified files: . : stable.html Log message: "awhile" was questionable, both as a word and as a meaning, per jmc@ on tech@, so reword, and convey a little more info. CVSROOT: /cvs Module name: src Changes by: okan@cvs.openbsd.org 2013/02/18 13:24:11 Modified files: usr.sbin/pkg_add/OpenBSD: Add.pm PackingElement.pm Log message: re-apply: use localbase for pkg-readmes ok espie@ CVSROOT: /cvs Module name: www Changes by: lum@cvs.openbsd.org 2013/02/18 14:48:41 Modified files: . : security.html Log message: Link to 5.2 advisories. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2013/02/18 14:57:39 Modified files: usr.sbin/nsd : lookup3.c Log message: Fix determination of endianness with *BSD OS's. ok sthen@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/18 15:10:04 Modified files: sbin/dhclient : kroute.c Log message: Don't delete permanent arp cache entries when clearing the arp cache. Issue pointed out by Don Nasco. Deemed the correct thing to do by sthne@, phessler@ and chris@. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/18 15:15:11 Modified files: usr.bin/xinstall: xinstall.c Log message: Report unlink() errors unless ENOENT; especially useful in case of read-only filesystems to get a useful error message than `File exists'. ok guenther@ todd@ beck@ phessler@ mpi@ gievanni@ deraadt@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2013/02/18 15:26:47 Modified files: regress/usr.bin/ssh: integrity.sh Log message: crank the offset yet again; it was still fuzzing KEX one of Darren's portable test hosts at 2800 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2013/02/18 16:29:22 Modified files: sys/dev/pcmcia : if_cnw.c if_ray.c Log message: set the wireless interface priority and interfaces to the wlan group for the remaining pre 802.11b wireless drivers. ok krw@ phessler@ CVSROOT: /cvs Module name: src Changes by: william@cvs.openbsd.org 2013/02/18 19:00:57 Modified files: usr.bin/make : make.1 Log message: Add missing trailing slash on the :S modifier in the BUGS section. ok espie CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2013/02/18 19:12:47 Modified files: usr.bin/ssh : krl.c Log message: Remove bogus include. ok djm CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2013/02/18 19:14:09 Modified files: regress/usr.bin/ssh: integrity.sh Log message: oops, forgot to increase the output of the ssh command to ensure that we actually reach $offset CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2013/02/18 20:02:34 Modified files: usr.bin/ftp : ftp.1 Log message: Add a STANDARDS section to list RFC's related to the FTP protocol (matches the STANDARDS section on the ftpd(8) man page); suggested by jmc@ in a discussion about this man page with Sebastian Rother and myself. ok jmc phessler CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2013/02/18 22:42:50 Modified files: gnu/usr.bin/lynx: Makefile.bsd-wrapper Log message: Remove m68k optimizer workaround. ok miod@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2013/02/19 02:26:54 Modified files: usr.sbin/ldomd : ds.c Log message: When opening a /dev/ldom-* device node fails, show its path in the error message. Tweak error message wording while here for consistency. tweaks and ok kettenis@ CVSROOT: /cvs Module name: www Changes by: guenther@cvs.openbsd.org 2013/02/19 03:01:12 Modified files: . : 53.html Log message: Add various header, library, and threading fixes Mention the coredumping improvement CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2013/02/19 04:05:24 Modified files: . : 53.html Log message: correct the gcc3 version CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2013/02/19 08:29:27 Modified files: sys/dev/pci : ahci_pci.c Log message: Revert rev 1.195 forcing Intel SATA controllers in compat mode into AHCI mode. This does not work and causes systems to come up without seeing any hard disk(s). The Intel documentation states that the OS should not be trying to do this, only the BIOS. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/19 09:09:16 Modified files: sysutils/polkit: Makefile sysutils/polkit/patches: patch-src_polkitbackend_polkitbackendjsauthority_c Log message: Unbreak rule parsing by opening the proper libmozjs. spotted by landry@ ok landry@ jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/19 09:10:59 ports/sysutils/ruby-puppet/files Update of /cvs/ports/sysutils/ruby-puppet/files In directory cvs.openbsd.org:/tmp/cvs-serv12478/files Log Message: Directory /cvs/ports/sysutils/ruby-puppet/files added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/19 09:11:17 Modified files: sysutils/ruby-puppet: Makefile sysutils/ruby-puppet/pkg: PLIST Added files: sysutils/ruby-puppet/files: puppet.conf sysutils/ruby-puppet/patches: patch-conf_auth_conf patch-conf_fileserver_conf patch-conf_tagmail_conf Removed files: sysutils/ruby-puppet/patches: patch-examples_etc_puppet_fileserver_conf Log message: Sanitize this package and provide a working runtime out of the box: * remove USE_GROFF to prevent warnings * fix the examples directory * use .conf files from upcoming 3.1 version (they work by default and the patches can be easily removed when we upgrade) * add a default minimal puppet.conf that works instead of the currently broken one we ship * only include conf files we need * no need to create the hierarchy under /var/puppet since puppet will take care of it ok robert@ (maintainer), jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/19 10:50:44 Modified files: devel/jenkins : Makefile distinfo Log message: - security update of jenkins to 1.502 which addresses three vulnerabilities, as described in https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2013-02-16 ok aja@ (no response from maintainer as of yet, committing now to make sure it makes 5.3) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/19 13:52:26 Modified files: sys/arch/mvme88k/conf: GENERIC M197 RAMDISK Log message: Introduce `option M88410', to be added to 88110 system designs making use of the #$%&#@! MC88410 chip. This will allow design-agonstic m88k-specific code to be able to tell pure 88110 kernels apart from possible 88110+88410 ones. CVSROOT: /cvs Module name: xenocara Changes by: brad@cvs.openbsd.org 2013/02/19 13:56:17 Modified files: lib/pixman : Makefile.bsd-wrapper Log message: Remove m68k workaround now that gcc3 is in use. ok miod@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/19 14:02:06 Modified files: sys/arch/m88k/include: cmmu.h sys/arch/m88k/m88k: m8820x_machdep.c pmap.c sys/arch/mvme88k/mvme88k: m88110.c Log message: Introduce a new cmmu method to return the preferred cache mode bits for the kernel APR. Return write-back for every design but those involving 88410, where write through is returned. Apparently the use of writeback on single-processor kernels using 88410 (197SP, 197DP) has only been working by fat chance, and the last two years of uvm changes, as well as the switch to ELF (causing kernel rodata to move `up') exposes silent memory corruption on (88410-size) aliased addresses. (I am guilty of not using my 197DP board much after making 197LE write-back capable, as 197LE turned out to be faster and more stable, for I would have noticed this earlier). Further thought needs to happen about this. It might be possible to switch to writeback by default again as long as bus_dma maps things write-through on 88410 designs, and perhaps with a part of the kernel mapped with a write-through BATC, since BATC have precedence upon page tables. Right now I'm trying to get a stable release out of the door. CVSROOT: /cvs Module name: www Changes by: mikeb@cvs.openbsd.org 2013/02/19 14:13:33 Modified files: . : 53.html Log message: a nit from marketing department CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2013/02/19 16:01:15 Modified files: share/man/man5 : pf.conf.5 Log message: Make it clear that the default implicit 'pass' rule does not create state, make sense to deraadt@, ok/wording tweak from mikeb. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/02/19 16:13:22 Modified files: build : support.dat Log message: update address for swapspace; from Stefan Wieseckel on www@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/02/19 16:13:34 Modified files: . : support.html Log message: sync CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/19 16:40:25 Modified files: sbin/dhclient : dhclient.c Log message: Cancel any outstanding protocol timeout when a link goes away. When the link comes back we will start from scratch with DISCOVER. Stops pointless attempts to issue packets over a disconnected interface. Noticed by deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/19 22:08:41 Modified files: sys/arch/m88k/include: vmparam.h Log message: Increase maximum text and data size limits, and double the default data size limit. This allows c++ memory hogs, such as pcre's pcrecpp_unittest.cc, to compile on m88k. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2013/02/20 01:27:50 Modified files: regress/usr.bin/ssh: integrity.sh modpipe.c Log message: Add an option to modpipe that warns if the modification offset it not reached in it's stream and turn it on for t-integrity. This should catch cases where the session is not fuzzed for being too short (cf. my last "oops" commit) CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2013/02/20 01:29:27 Modified files: regress/usr.bin/ssh: modpipe.c Log message: s/Id/OpenBSD/ in RCS tag CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2013/02/20 07:08:03 Modified files: de : 53.html security.html stable.html faq/pf/de : nat.html pools.html tables.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/20 08:32:21 Modified files: www/owncloud : Makefile distinfo www/owncloud/pkg: PLIST Log message: SECURITY update to owncloud-4.5.7. Multiple XSS vulnerabilities (oC-SA-2013-003) Multiple CSRF vulnerabilities (oC-SA-2013-004) PHP settings disclosure (oC-SA-2013-005) Multiple code executions (oC-SA-2013-006) Privilege escalation in the calendar application (oC-SA-2013-007) CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/02/20 10:10:24 Modified files: faq : faq14.html Log message: typo controler/controller; from Nick Permyakov CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/20 11:50:29 Modified files: sbin/dhclient : privsep.h Log message: /* $OpenBSD: privsep.h,v 1.15 2013/02/18 15:57:08 krw Exp $ */ /* * Copyright (c) 2004 Henning Brauer * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES * WHATSOEVER RESULTING FROM LOSS OF MIND, USE, DATA OR PROFITS, WHETHER IN * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT * OF OR IN CONNECTION WITH THE USE, ABUSE OR PERFORMANCE OF THIS SOFTWARE. */ #include #include enum imsg_code { IMSG_NONE, IMSG_DELETE_ADDRESS, IMSG_ADD_ADDRESS, IMSG_FLUSH_ROUTES, IMSG_ADD_DEFAULT_ROUTE, IMSG_HUP, IMSG_WRITE_FILE }; struct imsg_delete_address { char ifname[IFNAMSIZ]; int rdomain; struct in_addr addr; }; struct imsg_add_address { char ifname[IFNAMSIZ]; int rdomain; struct in_addr addr; struct in_addr mask; }; struct imsg_flush_routes { char ifname[IFNAMSIZ]; int rdomain; }; struct imsg_add_default_route { int rdomain; struct in_addr addr; struct in_addr gateway; }; struct imsg_hup { char ifname[IFNAMSIZ]; int rdomain; struct in_addr addr; }; struct imsg_write_file { char path[MAXPATHLEN]; int rdomain; int flags; mode_t mode; size_t len; uid_t uid; gid_t gid; char contents[1]; }; void dispatch_imsg(struct imsgbuf *); void priv_delete_address(struct imsg_delete_address *); void priv_add_address(struct imsg_add_address *); void priv_flush_routes_and_arp_cache(struct imsg_flush_routes *); void priv_add_default_route(struct imsg_add_default_route *); void priv_cleanup(struct imsg_hup *); void priv_write_file(struct imsg_write_file *); CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2013/02/20 13:22:30 Modified files: infrastructure/plist: amd64 i386 sparc64 Removed files: infrastructure/plist: powerpc Log message: 5.2 CD packages CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2013/02/20 14:25:51 Modified files: . : plus.html Log message: plus.html for Feb 11-17, ok jj@. CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2013/02/20 15:26:34 Modified files: openssh : donations.html Log message: fix spelling; from Nick Permyakov CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2013/02/20 21:36:53 Modified files: . : want.html Log message: got an x40 via ebay CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/21 01:07:34 Modified files: productivity/zeitgeist: Makefile Log message: add missing build dependency on dbus, as spotted by rpe@ ok aja@ CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2013/02/21 02:24:01 Modified files: . : donations.html Log message: Add "Sevan / Venture37" who donated a set of rails for my t1k sparc64. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/21 07:10:22 Modified files: sbin/dhclient : kroute.c Log message: Use imsg_flush() to force delivery of IMSG_DELETE_ADDRESS to privileged process. This ensures a quicker exit of any previous copy of dhclient. Prodded by deraadt@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2013/02/21 07:22:52 Modified files: usr.sbin/smtpd : smtp_session.c Log message: do not send disconnect event to the mfa if connect event was not sent. ok gilles@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2013/02/21 08:26:20 Modified files: sys/conf : newvers.sh Log message: go to release CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2013/02/21 08:55:32 Modified files: security/gnutls: Makefile security/gnutls/pkg: PLIST Log message: Remove an annoying warning at pkg_add/delete time due to an empty manpage. Theo confirmed this can still go in. prodded by and ok sthen@, ok jasper@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2013/02/21 09:25:21 Modified files: usr.sbin/smtpd : mta_session.c Log message: Fix a potential crash when connecting to a misbehaving smtp server. If a smtp session got bogus data from a remote server and has just issued an internal query, then defer the deletion of that session until it gets the reply. ok gilles@ deraadt@ CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2013/02/21 10:45:34 Modified files: . : Makefile share/mk : bsd.xconf.mk Log message: after a compiler update, landisk can now handle pixman and thus xserver again prodded by brad@, ok matthieu@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/02/21 18:26:56 Modified files: sys/dev/pci : if_bge.c if_bgereg.h Log message: bring back 5718/5719/5720 support again. deraadt pointed out that the problems i had on the xserve g5 are mostly likely specific to that machine and im inclined to agree. we're going to see a lot more machines with the new chips than people with xserve g5s. this also includes fixes for ip checksum handling compared to the code i put in before. tested by various people again. sthen@ and claudio@ have agreed to babysit this. they can back it out if im not around. ok deraadt@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/02/21 19:23:32 Modified files: . : 53.html Log message: mention BCM5718/5719/5720, hopefully this can stay around :) CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2013/02/21 21:45:09 Modified files: usr.bin/ssh : readconf.c readconf.h ssh.c Log message: Don't complain if IdentityFiles specified in system-wide configs are missing. ok djm, deraadt. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2013/02/22 00:53:37 Modified files: faq/de : faq14.html faq/fr : faq13.html faq14.html faq/nl : faq13.html faq14.html faq/pf/fr : nat.html pools.html tables.html faq/pf/nl : nat.html pools.html tables.html fr : goals.html macppc.html security.html stable.html want.html nl : donations.html goals.html stable.html openssh/de : donations.html openssh/nl : donations.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/22 07:14:45 Modified files: sbin/dhclient : dhclient.8 Log message: Document signals dhclient currently pays attention to. Much help from jmc@, positive feedback from sthen@ CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2013/02/22 09:23:22 Modified files: . : 53.html Log message: Remove the ahci bit that was reverted. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/02/22 10:04:24 Modified files: www/drupal7/core: Makefile distinfo Log message: security update, okay jasper@, naddy@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2013/02/22 12:13:56 Modified files: usr.bin/ssh : sshconnect.c Log message: support ProxyCommand=- (stdin/out already point to the proxy); ok djm@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/02/22 12:58:12 Modified files: infrastructure/lib/DPB: Signature.pm Log message: with live debug help from phessler@ : don't register lib signatures from dead hosts, thus precluding live hosts from starting up correctly. okay naddy@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/02/22 13:09:23 Modified files: . : index.html Log message: remove out-of-sync mirror pointed out by Vimal Aravindashan bump copyright year CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/02/22 13:12:03 Modified files: . : index.html Log message: another out of date www mirror CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2013/02/22 15:09:01 Modified files: usr.bin/ssh : ssh.c Log message: Allow IdenityFile=none; ok markus deraadt (and dtucker for an earlier version) CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/22 15:28:15 Modified files: sbin/dhclient : dhclient.8 Log message: Attempt a short explanation of what happens on start up and when external configuration occurs on a interface with an associated dhclient. Also add INT to SIGNALS section and alphabetize the list of signals. Tweaks from & ok jmc@. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2013/02/22 18:22:26 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-p392, fixing CVE-2013-0269 and a DoS vulnerability in REXML. OK jasper@ sthen@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/23 04:51:53 Modified files: sbin/dhclient : dhclient.8 Log message: Attempt a short explanation of the resolv.conf dance. A few other verbiage adjustments. Fixes from & ok jmc@. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/23 15:00:37 Modified files: sbin/dhclient : dhclient.8 Log message: 'contructed' -> 'constructed'. Spotted by zinke@. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/23 18:10:28 Modified files: sbin/dhclient : dhclient.c Log message: When no acceptable offers are received within the allowed timeframe call state_panic() instead of state_init(). state_init() immediately issues a new DISCOVER message and neither checks dhclient.leases.IF nor daemonizes. state_panic() looks for a lease in dhclient.leases.IF, and if none are available, waits for 'retry' seconds before retarting the DISCOVER process. Most importantly it calls go_daemon() to take the process into the background, giving back the command prompt. Reported by otto@ and deraadt@. ok deraadt@. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/23 18:23:19 Modified files: sbin/dhclient : kroute.c Log message: Don't log a complaint that a non-existant default route could not be deleted. Be happy that the goal of no default route has been achieved. Part of the cleaning up the logs prodding by deraadt@. ok guenther@. error in first version pointed out by sthen@. CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2013/02/24 01:08:35 Modified files: de : 53.html donations.html index.html nl : index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2013/02/24 04:18:38 Modified files: www/squid : Makefile Log message: fix LIB_DEPENDS for arches that need the gcc4 modules (multi-packages are fun that way). Bump affected pkgs just in case. problem noticed by rpe@ okay naddy@, sthen@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/24 05:18:43 Modified files: sbin/dhclient : dhclient.conf.5 dhclient.leases.5 Log message: Remove some anachronisms and use consistant form and markup for "/var/db/dhclient.leases.". Tweak and ok jmc@ CVSROOT: /cvs Module name: www Changes by: sobrado@cvs.openbsd.org 2013/02/24 05:27:41 Modified files: . : 53.html Log message: OpenSSH 6.2 new features and bug fixes, based on a changelog provided by djm@ CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2013/02/24 05:43:13 Modified files: sys/dev/pci : viomb.c Log message: use dma memory for bl_pages This fixes a panic "Non dma-reachable buffer..." on amd64. While there, fix bus_dmamap_sync() offsets. OK: deraadt@, jsing@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/02/24 07:44:25 Modified files: emulators/yabause: Makefile Log message: don't pick up openal/freeglut (hidden deps). should probably be enabled at a different time in the release cycle. ok naddy@ espie@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/02/24 07:44:45 Modified files: emulators/yabause: Makefile Log message: oops, wrong tree, add a REVISION bump CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/02/24 07:45:08 Modified files: geo/postgis : Makefile Log message: build dep on wdg-sgml-lib, no package change. ok naddy@ espie@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/02/24 07:46:29 Modified files: mail/claws-mail: Makefile Log message: hidden build dep on libgcrypt (which shouldn't be necessary, but to be fixed properly later). ok naddy@ espie@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2013/02/24 07:47:52 Modified files: multimedia/gstreamer-0.10/plugins-bad: Makefile Log message: force opus support to be disabled for now (hidden dep); to be enabled later. ok naddy@ espie@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2013/02/24 09:31:54 Modified files: productivity/davical: Makefile Log message: add RUN_DEPENDS on php-curl; while it's sort-of-optional dep, it's light and useful. ok landry@ (MAINTAINER) sthen@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/02/24 22:39:45 Modified files: distrib/sets/lists/xbase: md.landisk distrib/sets/lists/xserv: md.landisk Log message: sync ok todd@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2013/02/25 01:23:52 Modified files: faq/pf/pt : nat.html pools.html tables.html openbgpd/pt : ftp.html pt : donations.html goals.html index.html plus.html stable.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2013/02/25 12:14:34 Modified files: . : INDEX Log message: sync, 7893 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/25 13:07:38 Modified files: distrib/notes/alpha: contents distrib/notes/amd64: contents distrib/notes/armish: contents distrib/notes/hp300: contents distrib/notes/hppa: contents distrib/notes/i386: contents distrib/notes/landisk: contents distrib/notes/loongson: contents distrib/notes/luna88k: contents distrib/notes/macppc: contents distrib/notes/mvme68k: contents distrib/notes/mvme88k: contents distrib/notes/sgi: contents distrib/notes/socppc: contents distrib/notes/sparc: contents distrib/notes/sparc64: contents distrib/notes/vax: contents distrib/notes/zaurus: contents Log message: sets size updates CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/25 13:08:27 Modified files: distrib/notes/alpha: prep Log message: Mention where to download an ECU floppy image and when/how to use it, for people curs^Wblessed with EISA-capable alpha systems. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/25 13:16:04 Modified files: distrib/notes/armish: features distrib/notes/aviion: features distrib/notes/beagle: features distrib/notes/landisk: features distrib/notes/macppc: features distrib/notes/sgi: features distrib/notes/socppc: features distrib/notes/vax: features distrib/notes/zaurus: features Log message: Many installation media gained timezone information since the last update... CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/25 13:18:38 Modified files: distrib/notes/loongson: hardware Log message: Yeeloong can suspend nowadays. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/25 13:28:01 Modified files: distrib/notes/hp300: hardware distrib/notes/luna88k: hardware distrib/notes/mvme68k: hardware distrib/notes/mvme88k: hardware distrib/notes/sparc: hardware distrib/notes/sparc64: hardware distrib/notes/vax: hardware Log message: Realistic memory amounts required for the installation (although, after installation, the kernel may need less than this). Stress that there is no much point running with less than 32MB nowadays (unless you love being swap-bound). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/25 13:34:07 Modified files: distrib/notes/hppa: install Log message: The rule of thumb for `your system runs an old PDC' left out PCXS systems. Change it to `all 7xx systems, but 712 and 2nd generation 715, run old PDC'. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2013/02/25 15:00:46 Modified files: sys/net : if_trunk.c Log message: trunk_bcast_start sent packets on all its member interfaces by copying the mbuf it just sent on the previous interface. this is bad because the previous interface could have modified the mbuf chain, which can make the subsequent m_copym()s panic. this copies the dance that rtsock.c does for broadcasting mbufs which copies the mbuf before transmit, except for the last interface which it handles outside the loop. tested by halex@ who verified it fixes his panic. ok claudio@ deraadt@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2013/02/25 17:28:29 Modified files: sys/net : pfkeyv2.c Log message: Reserve space for source and destination addresses unconditionally rather than checking if they're zero - export_address() is always called for these. Fixes memory corruption when doing ipsecctl -ssa with md5sig. Debugging hints from deraadt@, ok kettenis@ deraadt@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2013/02/25 19:03:23 Modified files: . : 53.html Log message: some numbers are becoming clear.. CVSROOT: /cvs Module name: www Changes by: lteo@cvs.openbsd.org 2013/02/25 20:14:39 Modified files: . : 53.html Log message: The Ruby 1.9 port has been updated to 1.9.3-p392 CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2013/02/26 07:56:05 Modified files: sys/net : pf_ioctl.c Log message: Don't try to purge one-time rules from the main ruleset. Reported by Wesley M.A. on misc@, ok deraadt CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2013/02/26 08:24:37 Modified files: . : 53.html Log message: dhclient changed a bit. CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2013/02/26 08:25:17 Modified files: . : 53.html Log message: Oops. Eliminate stutter. CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2013/02/26 08:27:15 Modified files: . : 53.html Log message: Add link to strftime. CVSROOT: /cvs Module name: www Changes by: landry@cvs.openbsd.org 2013/02/26 13:57:36 Modified files: . : want.html Log message: Remove the call for an Xserve G5, Chris Jackman sent me one, many thanks!! CVSROOT: /cvs Module name: www Changes by: lum@cvs.openbsd.org 2013/02/26 14:41:05 Modified files: . : 53.html Log message: sp configureable -> configurable CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2013/02/26 15:52:08 Modified files: usr.bin/sndiod : dev.c Log message: Encoding conversion buffer size is one stream block, not one device block. Fix crashes occuring when the client sample frequency is much larger than the device sample frequency. Found by Alexander Polakov, thanks. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2013/02/26 16:03:39 Modified files: usr.sbin/ldomctl: config.c Log message: Some firmware revisions provide a factory-default configuration that contains duplication arcs in the hvmd. Add a workaround for this problem. ok deraadt@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/02/26 16:15:54 Modified files: . : 53.html Log message: fix a nice typo (I was half tempted to leave it though ;) CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/02/26 16:17:06 Modified files: . : 53.html Log message: staticly -> statically CVSROOT: /cvs Module name: www Changes by: lteo@cvs.openbsd.org 2013/02/26 20:26:10 Modified files: . : 53.html Log message: divert(4) IP_DIVERTFL socket option CVSROOT: /cvs Module name: www Changes by: florian@cvs.openbsd.org 2013/02/27 04:33:57 Modified files: . : 53.html Log message: not every client is a dhclient CVSROOT: /cvs Module name: www Changes by: gilles@cvs.openbsd.org 2013/02/27 06:34:35 Modified files: . : 53.html Log message: OpenSMTPD bits reviewed by eric and chl CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2013/02/27 10:25:59 Modified files: sbin/dhclient : dhclient.c Log message: Avoid alignment errors when processing routing messages by reading the messages into dynamically allocated memory rather than a char array on the stack. Revealed by armish bus error when installing latest snap. ok deraadt@ CVSROOT: /cvs Module name: www Changes by: brett@cvs.openbsd.org 2013/02/27 15:11:38 Modified files: . : plus.html Log message: plus.html for Feb 18-24, ok jj@. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2013/02/27 15:11:56 Modified files: app/xterm : scrollbar.c Log message: Merge patch from Tom Dickey for a segfault that happens when using the mouse wheel over the scrollbar. ok guenther@ deraadt@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/02/28 06:36:44 Modified files: . : 53.html Log message: typo in smtpd stuff, from Alexey Suslikov entries for relayd, iked typo in dhclient CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2013/02/28 08:56:14 Modified files: . : 53.html Log message: html tweaks CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2013/02/28 10:36:30 Modified files: distrib/notes/hp300: contents Log message: sets size updates; ok deraadt@