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/imapf